/*BASIC CONTENT HEADER*/

.basic-content-header {
  /* height: calc(100vh - 41px - 80px); */
  height: 550px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 50px;
}

.basic-content-header .title {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-size: calc(30px + (70 - 30) * ((100vw - 320px) / (1366 - 320)));
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  z-index: 1;
  width: calc(100% - 200px - 200px);
}

.full-view>.container {
  all: unset;
}

/* .node--type-group-notice #main-wrapper > .container,
.node--type-landing-page #main-wrapper > .container,
.node--type-resource #main-wrapper > .container,
.node--type-blog-article #main-wrapper > .container,
.node--type-event #main-wrapper > .container,
.node--type-page #main-wrapper > .container,
.node--type-group-file #main-wrapper > .container,
.group #main-wrapper > .container,
.node--type-publication #main-wrapper > .container{
    all: unset;
} */

.basic-content-header .node-type {
  z-index: 2;
  display: flex;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: white;
}

.main-image.no-image,
.basic-content-header .main-image,
.section-card .card-content {
  background: linear-gradient(134deg, #357569 0%, #165355 100%);
}

.basic-content-header .main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 142%;
  margin-left: -21%;
}

.basic-content-header .main-image * {
  width: 100%;
  height: 100%;
}

.basic-content-header .main-image .contextual {
  width: unset !important;
  height: unset !important;
}

.basic-content-header .main-image img {
  object-fit: cover;
  filter: brightness(0.6);
}

.node-landing-page #block-barrio-pqweb-pagetitle {
  display: none;
}

.basic-breadcrumb {
  background-color: #F2FAF5;
}

.mx-800>* {
  max-width: 870px;
  margin: auto;
}

.mx-870>* {
  max-width: 870px;
  margin: auto;
}

.mx-800:before {
  content: "";
  background: url(images/highlights-items.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 253px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: .5;
}

.mx-800:after {
  content: "";
  background: url("images/highlights-items-2.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 253px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: .5;
}

.basic-content-body * {
  font-family: "Montserrat";
}

.basic-content-body .text-formatted>* {
  margin-bottom: 1.5rem
}

.basic-content-body p {
  color: #21494F;
}

.basic-content-body img {
  width: 100%;
}

.basic-content-body b {
  font-weight: 700;
}

.basic-content-body a {
  font-weight: 600;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #008dc9;
}

.basic-content-body figcaption,
.basic-content-body figcaption * {
  font-style: italic;
  font-weight: 500;
  margin-top: 10px;
}

.basic-content-body ul {
  list-style-image: url("images/polygon.png");
  padding: 0 0 0 20px;
}

.basic-content-body li:not(:last-child) {
  margin-bottom: 10px;
}

.basic-content-body h1,
.basic-content-body h2,
.basic-content-body h3,
.basic-content-body h4,
.basic-content-body h5,
.basic-content-body h6 {
  margin: 40px 0 50px 0;
  color: #157171;
  font-weight: 700;
  font-size: calc(30px + (36 - 29) * ((100vw - 320px) / (1366 - 320)));
}

.basic-content-body ul,
.basic-content-body figcaption,
.basic-content-body figcaption *,
.basic-content-body p {
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1366 - 320)));
  line-height: 160%;
}

.basic-content-body figure,
.basic-content-body figure * {
  width: 100%;
  height: 100%;
  margin: 0;
}

/*# sourceMappingURL=contents.css.map */




.views-element-container {
  max-width: 10240px;
  margin: auto;
  margin-top: 10px;
  padding: 0;
}



.view.view-content-browser.view-id-content_browser.view-display-id-entity_browser {
  padding: 15px;
}

.basic-content-body [class^="align"] * {
  width: 100%;
  height: 100%;
  margin: 0;
}

.basic-content {
  position: relative;
}

.title.sub {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  width: 80%;
  top: 50%;
  transform: translateY(-50%);
}

#main-wrapper {
  padding-bottom: 40px;
}

.node--type-publication #main-wrapper {
  position: relative;
}

.node--type-publication #main-wrapper:before {
  position: absolute;
  content: "";
  display: flex;
  width: 253px;
  top: 100vh;
  bottom: 0;
  z-index: 1;
  left: 0;
  background: url("https://i.imgur.com/QgHBoqy.png");
}

.node--type-publication #main-wrapper:after {
  position: absolute;
  content: "";
  display: flex;
  width: 253px;
  top: 100vh;
  bottom: 0;
  z-index: 1;
  right: 0px;
  background: url("https://i.imgur.com/0AnTi7c.png");
}

.basic-content-header .title {
  flex-direction: column;
}

.without-image~.basic-content-header {
  height: min-content;
  padding: 3rem;
  overflow: hidden;
}

.basic-content-header .field--name-field-subtitle {
  font-size: 22px;
  line-height: 160%;
  font-weight: 400;
  font-family: "Montserrat";
}

#user-pass,
#user-register-form,
#user-login-form {
  max-width: 400px;
  padding: 1rem;
}

form [type="submit"] {
  border: none;
  background-color: var(--d-l3-background);
}

form [type="submit"]:focus,
form [type="submit"]:hover {
  background-color: #36ade0;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  color: white;
}

.basic-content-body .content-box {
  padding: 1.5rem;
  border-left: 6px solid var(--d-l3-background);
  box-shadow: var(--card-box-shadow);
  display: flex;
  flex-direction: column;
  background: #FCFBF9;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #21494F;
  position: relative;
  gap: 1.5rem;
  overflow: hidden;
}

.basic-content-body .content-box:before {
  content: "";
  background: url("https://i.imgur.com/gAXouDr.png");
  position: absolute;
  bottom: 0;
  right: 0;
  width: 197px;
  height: 189px;
}

.basic-content-body .content-box .title {
  font-family: "Montserrat";
  margin: 0;
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  color: var(--d-l3-background);
  line-height: normal;
}

.basic-content-body .content-box .button {
  font-weight: 600;
  background: var(--d-l3-background);
  color: white;
  padding: .5rem 1rem;
  min-width: 150px;
  border-radius: 3px;
  width: max-content;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
  text-align: center;
}

.basic-content-body .highlight-box {
  font-weight: 500;
  line-height: 190%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #21494F;
  background: linear-gradient(102.22deg, #9CD9CD 22%, #D2FFE4 75%);
  border-radius: 10px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.basic-content-body .highlight-box .title {
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  color: #21494F;
  line-height: normal;
}

.basic-content-body .highlight-box .button {
  font-weight: 600;
  background: #21494F;
  color: white;
  padding: .5rem 1rem;
  min-width: 150px;
  border-radius: 3px;
  width: max-content;
  margin: auto;
  text-decoration: none;
  font-size: 15px;
  line-height: normal;
}

.basic-content-body .highlight-box br,
.basic-content-body .content-box>br {
  display: none;
}

.basic-content-body .orange-ticker {
  color: var(--accent-color);
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1366 - 320)));
  line-height: 160%;
  text-align: center;
  min-width: 300px;
  max-width: min-content;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.basic-content-body .big.number {
  font-weight: 700;
  font-size: 100px;
  font-size: calc(80px + (100 - 80) * ((100vw - 320px) / (1366 - 320)));
  line-height: 120%;
}

form#contact-message-feedback-form {
  max-width: 550px;
  padding: 1rem;
}

#edit-help-link {
  display: none;
}

.chosen-container .chosen-choices {
  all: unset;
}

.chosen-choices .search-choice {
  /* font-family: "Montserrat" !important;
  border: none !important;
  height: 20px !important;
  font-size: 10px !important;
  border-radius: 10px !important; */
  background-color: #DFF0D9 !important;
  /* display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  font-weight: 600 !important;
  justify-content: flex-start !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important; */
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.basic-content-header .title {
  position: relative;
  z-index: 2;
}

.without-image~.basic-content-header .main-image:before,
.without-image~.basic-content-header .main-image:after {
  opacity: .5;
}

.basic-content-header .main-image:before {
  background: url("https://i.imgur.com/ZmCv7LE.png");
  content: "";
  width: 501px;
  height: 497px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.basic-content-header .main-image:after {
  background: url("https://i.imgur.com/FPuyUQ2.png");
  content: "";
  width: 1174px;
  height: 384px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.content-box {
  z-index: 2;
}

@media (max-width: 768px) {
  [class^=position-] .content-box {
    position: absolute;
    background: linear-gradient(180deg, rgba(33, 73, 79, 0.7) 0%, rgba(22, 117, 117, 0.7) 100%);
    padding: 30px !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-align: center !important;
  }
}

.basic-content-header .title .subtitle {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1366 - 320)));
  line-height: 160%;
  margin-top: 10px;
}

.chosen-container-single .chosen-single {
  border: none;
  border-radius: 0;
  background: unset;
  background-clip: padding-box;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  color: #20313b;

}

.chosen-container-single .chosen-single b {
  opacity: 0;
}

.chosen-container .chosen-drop {
  left: 0;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

#navbar-main input {
  color-scheme: dark;
}

.node_search-results {
  display: grid;
  grid-gap: 20px;
}



.node_search-results .list-group-item {
  padding: 20px;
  transition: 0.3s;
  background: #f2f2f2;
  border-left: 7px solid var(--d-l3-background);
}

.node_search-results .search-bundle-type {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #20313b;
}

.basic-content-body .align-left {
  width: 50%;
  padding-right: 12px;
}

.basic-content-body .align-right {
  width: 50%;
  padding-left: 12px;
}

.basic-content-body img {
  width: 100%;
  height: 100%;
}

.basic-content-body [class^="align"] * {
  display: flex;
}

#views-bootstrap-partners-block-1 .row,
#views-bootstrap-donors-view-block-1 .row {
  display: grid;
  grid-gap: 16px;
  padding: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(min(248px, 100%), 1fr));
}

.acta-item-grid {
  all: unset;
  position: relative;
  box-shadow: var(--card-box-shadow);
  transition: 1s;
  border-radius: 3px;
  overflow: hidden;
}

.acta-item-grid:hover {
  box-shadow: var(--card-box-shadow-hover);
}

.acta-item-grid:hover:before {
  right: 0%;
}

.acta-item-grid:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 100%;
  bottom: 0;
  background: var(--d-l3-background);
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.acta-item-grid .main-image {
  width: 200px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.acta-item-grid .main-image * {
  object-fit: contain;
  margin: 0 !important;
}

.acta-item-grid .title {
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400;
  color: #20313b;
  line-height: initial;
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1366 - 320)));
  width: 200px;
}

.acta-item-grid a {
  -webkit-text-decoration-line: unset;
  text-decoration-line: unset;
}

.acta-item-grid .item-grid {
  padding: 1rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.basic-breadcrumb .container {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.basic-breadcrumb ol {
  justify-content: center;
}

.basic-content-body {
  padding: 0 1rem;
}

.basic-breadcrumb {
  position: relative;
  z-index: 2;
}

.node--type-landing-page #main-wrapper>.container>.row,
.node--type-resource #main-wrapper>.container>.row,
.node--type-blog-article #main-wrapper>.container>.row,
.node--type-event #main-wrapper>.container>.row,
.node--type-page #main-wrapper>.container>.row,
.node--type-group-file #main-wrapper>.container>.row,
.node--type-publication #main-wrapper>.container>.row {
  margin: unset;
}

.node--type-landing-page #main-wrapper>.container>.row>*,
.node--type-resource #main-wrapper>.container>.row>*,
.node--type-blog-article #main-wrapper>.container>.row>*,
.node--type-event #main-wrapper>.container>.row>*,
.node--type-page #main-wrapper>.container>.row>*,
.node--type-group-file #main-wrapper>.container>.row>*,
.node--type-publication #main-wrapper>.container>.row>* {
  padding: unset;
}

@media (max-width: 500px) {
  .basic-breadcrumb {
    -webkit-clip-path: initial;
  }
}

.basic-content-body>* {
  z-index: 2;
  position: relative;
}

@media (max-width: 864px) {
  .basic-content-body>.slick-slider {
    margin: 0 1rem;
  }
}

.backend-view .view-content.row {
  margin: 0 20px;
}

.backend-view .table-responsive {
  box-shadow: var(--card-box-shadow) !important;
}

.backend-view table {
  font-family: "Montserrat";
}

.backend-view td,
.backend-view th {
  border: none;
  padding: 1rem;
}

.backend-view tr {
  background: #ffffff;
  border-bottom: 1px solid #e6e6e6;
}

.backend-view .table>:not(caption)> {
  box-shadow: none;
}

.basic-breadcrumb li {
  text-align: center;
}

.basic-content-header .field--name-field-subtitle {
  font-size: calc(18px + (22 - 18) * ((100vw - 320px) / (1366 - 320)));
}

@media (max-width: 900px) {
  .node--type-landing-page .basic-content-header .title {
    width: 100%;
  }
}

.content-browser-page #block-editormenu {
  display: none;
}

@media(max-width:900px) {
  .basic-content-header .title .subtitle {
    margin-bottom: 20px;
  }
}

@media(max-width:502px) {
  .basic-content-header .main-image:before {
    content: unset;
  }
}

a#toolbar-item-shortcuts {
  display: none;
}

.members-table {
  padding: 30px;
}

.group-node-table {
  padding: 30px;
}

.sidebar .block {
  background-color: #ffffff;
  border-color: none;
}

.top-page {
  background: black;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.search-icon {
  display: flex;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}


.carousel-item img {
  width: 100%;
}

.carousel-item .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}



.highlighted-info-full {
  display: flex;
  gap: 10px;
  color: #026894;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}