li[hreflang="pt-br"] {
  display: none;
}

#views-exposed-form-contenidos-general-buscador-paginas .js-form-item {
  display: none;
}

#views-exposed-form-contenidos-general-buscador-paginas .form-item-search {

  display: block;
}

.gtranslate_wrapper {
  display: flex;
  gap: 40px;
  justify-content: right;
  padding: 15px 0;
  flex-direction: row-reverse;

}
.section.section__list-cards-characteristic{
  padding: 0px !important;
}

.section__list-cards-characteristic {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Estilo para el contenedor del mensaje */
[data-drupal-messages] {
  margin-top: 10px;
  padding: 10px; /* Agrega un poco de espacio alrededor del mensaje */
  background-color: #f8d7da; /* Color de fondo para el mensaje (sustituye este valor por el que desees) */
  color: #721c24; /* Color de texto para el mensaje (sustituye este valor por el que desees) */
  border: 1px solid #f5c6cb; /* Borde del mensaje */
}

/* Estilo para el mensaje en sí */
[data-drupal-messages] div[role="contentinfo"] {
  margin-bottom: 10px; /* Agrega un poco de espacio entre mensajes si hay varios */
}

/* Estilo para el enlace dentro del mensaje */
[data-drupal-messages] a {
  color: #721c24; /* Color del enlace */
  text-decoration: underline; /* Agrega subrayado al enlace */
}

/* Estilo para el texto enfatizado dentro del mensaje */
[data-drupal-messages] em {
  font-style: normal; /* Quita la cursiva del texto enfatizado */
}

[data-drupal-messages] em.placeholder {
  background-color: unset;
}

em.placeholder {
  background-color: unset;
}


/* Estilo base para todos los elementos */
.js-form-item.form-item.js-form-type-select.form-item-pais.js-form-item-pais {
  width: 100%;
}

/* Media query para dispositivos con un ancho de pantalla de 768px o más (desktop) */
@media (min-width: 768px) {
  .js-form-item.form-item.js-form-type-select.form-item-pais.js-form-item-pais {
    width: 30%;
  }
}

.section__text-columns-one__text ul,
.section__text-columns-one__text ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.section__text-columns-one__text ul li,
.section__text-columns-one__text ol li {
  font-size: unset;
  padding-left: 0.25rem;
}

.section__text-columns-one__text ul li {
  list-style: disc;
}

.section__text-columns-one__text ol li {
  list-style: decimal;
}

.section__text-columns-one__text li::marker {
  color: currentColor;
  font-weight: 700;
}

.section__presentacion-oacnudh__body ul,
.section__presentacion-oacnudh__body ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.section__presentacion-oacnudh__body li {
  list-style-position: outside;
  padding-left: 0.25rem;
}

.section__presentacion-oacnudh__body ul li {
  list-style: disc;
}

.section__presentacion-oacnudh__body ol li {
  list-style: decimal;
}

.section__presentacion-oacnudh__body li::marker {
  color: currentColor;
  font-weight: 700;
}

/* Gutenberg alignment styles */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.alignfull {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

.alignwide {
  width: 100%;
  max-width: 100%;
}

/* Gutenberg image block */
.wp-block-image {
  margin-bottom: 1em;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-image.aligncenter img {
  margin-left: auto;
  margin-right: auto;
}

/* Rounded image style */
.wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}

/* Clear floats */
.wp-block-image.alignleft + *,
.wp-block-image.alignright + * {
  clear: both;
}

/* Nuestro trabajo: vídeo más alto y alineado arriba con el texto (sin rebuild de pages.min) */
.section__nuestro-trabajo__video {
  width: 100%;
}

.section__nuestro-trabajo__video .field,
.section__nuestro-trabajo__video .field__item {
  width: 100%;
  margin: 0;
}

.section__nuestro-trabajo__video iframe,
.section__nuestro-trabajo__video video {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  border: 0;
  display: block;
}

@media (min-width: 992px) {
  .section__nuestro-trabajo__video iframe,
  .section__nuestro-trabajo__video video {
    min-height: 340px;
  }
}

@media (min-width: 1200px) {
  .section__nuestro-trabajo__video iframe,
  .section__nuestro-trabajo__video video {
    min-height: 380px;
  }
}

.section-contact {
  padding-top: 3rem;
}

.section-contact .title {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.section-contact .title h1 {
  margin-bottom: 0.9rem;
}

.section-contact .title p {
  margin: 0 auto;
  max-width: 40rem;
  color: #4D4D4D;
  font-size: 1.05rem;
  line-height: 1.7;
}

.section__contactanos__items {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  margin: 0 auto 2.75rem;
}

.section__contactanos__item {
  height: 100%;
  padding: 1.5rem 1.25rem;
  border: 1px solid rgba(2, 173, 239, 0.16);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #fff 0%, rgba(245, 245, 241, 0.95) 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  text-align: left;
  transition: all 0.3s ease 0s;
}

.section__contactanos__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 45px rgba(0, 0, 0, 0.08);
  border-color: rgba(2, 173, 239, 0.3);
}

.section__contactanos__item h3 {
  font-family: "Futura Bold", sans-serif;
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.35;
  margin: 0 0 0.55rem;
}

.section__contactanos__item p {
  margin: 0;
  color: #4D4D4D;
  line-height: 1.65;
  font-size: 0.98rem;
}

.section__contactanos__icon {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-bottom: 1rem;
  background: rgba(2, 173, 239, 0.12);
  color: #02adef;
  font-size: 1.15rem;
}

.section__contactanos__form-col {
  margin-top: 0.5rem;
}

.section__contactanos__form-wrap {
  padding: 1.5rem 1.2rem;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, #fff 0%, rgba(245, 245, 241, 0.98) 100%);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(196, 196, 196, 0.55);
}

.section__contactanos__form-wrap .form-item,
.section__contactanos__form-wrap .js-form-item {
  margin-bottom: 1rem;
}

.section__contactanos__form-wrap .form-label,
.section__contactanos__form-wrap label {
  display: block;
  font-family: "Futura Medium", sans-serif;
  color: #333333;
  margin-bottom: 0.45rem;
}

.section__contactanos__form-wrap .form-control,
.section__contactanos__form-wrap input[type="text"],
.section__contactanos__form-wrap input[type="email"],
.section__contactanos__form-wrap input[type="tel"],
.section__contactanos__form-wrap input[type="url"],
.section__contactanos__form-wrap select,
.section__contactanos__form-wrap textarea {
  width: 100%;
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid rgba(196, 196, 196, 0.8);
  box-shadow: none;
  color: #333333;
  padding: 0.9rem 1rem;
  min-height: 3.2rem;
}

.section__contactanos__form-wrap .form-control::placeholder,
.section__contactanos__form-wrap input[type="text"]::placeholder,
.section__contactanos__form-wrap input[type="email"]::placeholder,
.section__contactanos__form-wrap input[type="tel"]::placeholder,
.section__contactanos__form-wrap input[type="url"]::placeholder,
.section__contactanos__form-wrap textarea::placeholder {
  color: rgba(77, 77, 77, 0.7);
}

.section__contactanos__form-wrap .form-control:focus,
.section__contactanos__form-wrap input[type="text"]:focus,
.section__contactanos__form-wrap input[type="email"]:focus,
.section__contactanos__form-wrap input[type="tel"]:focus,
.section__contactanos__form-wrap input[type="url"]:focus,
.section__contactanos__form-wrap select:focus,
.section__contactanos__form-wrap textarea:focus {
  border-color: rgba(2, 173, 239, 0.6);
  box-shadow: 0 0 0 0.2rem rgba(2, 173, 239, 0.12);
  outline: 0;
}

.section__contactanos__form-wrap textarea {
  min-height: 9rem;
  resize: vertical;
}

.section__contactanos__form-wrap .description,
.section__contactanos__form-wrap .form-item--error-message {
  margin-top: 0.35rem;
  font-size: 0.875rem;
}

.section__contactanos__form-wrap .form-actions {
  margin-top: 1.5rem;
}

.section__contactanos__form-wrap .btn,
.section__contactanos__form-wrap input[type="submit"],
.section__contactanos__form-wrap button[type="submit"] {
  min-width: 12rem;
  border-radius: 999px;
  padding: 0.9rem 1.6rem;
  border: 0;
  background: #02adef;
  color: #fff;
  font-family: "Futura Bold", sans-serif;
  box-shadow: 0 14px 24px rgba(2, 173, 239, 0.22);
}

.section__contactanos__form-wrap .btn:hover,
.section__contactanos__form-wrap .btn:focus,
.section__contactanos__form-wrap input[type="submit"]:hover,
.section__contactanos__form-wrap input[type="submit"]:focus,
.section__contactanos__form-wrap button[type="submit"]:hover,
.section__contactanos__form-wrap button[type="submit"]:focus {
  background: #0027FF;
  color: #fff;
}

@media (min-width: 768px) {
  .section__contactanos__form-wrap {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .section__contactanos__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .section__contactanos__items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    max-width: 68rem;
  }
}

.card__background-gray,
.card__text-down,
.card__text-right,
.card__activitie,
.item-card {
  text-decoration: none;
}

.card__background-gray {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #fff 0%, rgba(245, 245, 241, 0.96) 100%);
  border: 1px solid rgba(196, 196, 196, 0.55);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease 0s;
}

.card__background-gray figure {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.card__background-gray figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease 0s;
}

.card__background-gray .text {
  padding: 1.2rem 1.2rem 1.35rem;
}

.card__background-gray .date {
  display: inline-block;
  margin-bottom: 0.65rem;
  font-family: "Futura Medium", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(77, 77, 77, 0.8);
}

.card__background-gray h3 {
  margin: 0;
  color: #333333;
  font-family: "Futura Bold", sans-serif;
}

.card__background-gray:hover,
.card__background-gray:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.09);
  border-color: rgba(2, 173, 239, 0.3);
  text-decoration: none;
}

.card__background-gray:hover figure img,
.card__background-gray:focus-visible figure img {
  transform: scale(1.04);
}

.card__background-gray:hover h3,
.card__background-gray:focus-visible h3 {
  color: #02adef;
}

.card__text-down {
  display: block;
  text-decoration: none;
}

.card__text-down article {
  overflow: hidden;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, #fff 0%, rgba(245, 245, 241, 0.96) 100%);
  border: 1px solid rgba(196, 196, 196, 0.55);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease 0s;
}

.card__text-down figure {
  width: 100%;
  height: clamp(15rem, 32vw, 21rem);
  margin: 0;
  overflow: hidden;
}

.card__text-down figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease 0s;
}

.card__text-down__content,
.card__text-down .text {
  padding: 1.35rem 1.3rem 1.55rem;
}

.card__text-down h3 {
  margin-bottom: 0.75rem;
  color: #333333;
}

.card__text-down p {
  margin: 0;
  color: #4D4D4D;
  line-height: 1.65;
}

.card__text-down:hover,
.card__text-down:focus-visible {
  text-decoration: none;
}

.card__text-down:hover article,
.card__text-down:focus-visible article {
  transform: translateY(-4px);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.09);
  border-color: rgba(2, 173, 239, 0.3);
}

.card__text-down:hover figure img,
.card__text-down:focus-visible figure img {
  transform: scale(1.04);
}

.card__text-down:hover h3,
.card__text-down:focus-visible h3 {
  color: #02adef;
}

.card__text-right {
  border-bottom: 0;
  margin-bottom: 3rem;
  padding-bottom: 0;
}

.card__text-right article {
  gap: clamp(2rem, 6vw, 5rem);
  align-items: stretch;
}

.card__text-right figure {
  width: min(34%, 21rem);
  height: auto;
  aspect-ratio: 3 / 4;
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  flex: 0 0 auto;
}

.card__text-right article > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card__text-right__content {
  width: auto;
  margin-top: 0;
  padding: 1.25rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card__text-right__content h3 {
  margin-bottom: 1rem;
}

.card__text-right__content p {
  margin-bottom: 1rem;
  color: #4D4D4D;
  line-height: 1.7;
}

.card__text-right__content .btn {
  align-self: flex-start;
}

.card__activitie {
  display: block;
  text-decoration: none;
}

.card__activitie article {
  overflow: hidden;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #fff 0%, rgba(245, 245, 241, 0.96) 100%);
  border: 1px solid rgba(196, 196, 196, 0.55);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease 0s;
}

.card__activitie:hover,
.card__activitie:focus-visible {
  text-decoration: none;
}

.card__activitie:hover article,
.card__activitie:focus-visible article {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.09);
  border-color: rgba(2, 173, 239, 0.3);
}

article.node--view-mode-resultado-busqueda {
  height: 100%;
}

article.node--view-mode-resultado-busqueda > a {
  height: 100%;
}

.item-card {
  display: block;
  position: relative;
  min-height: clamp(20rem, 42vw, 28rem);
  border-radius: 1.6rem;
  overflow: hidden;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.12);
}

.item-card figure {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
}

.item-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

.item-card__text {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  color: #fff;
}

.item-card__text .tag {
  background-color: rgba(255, 179, 0, 0.95);
  color: #000;
  width: fit-content;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  font-family: "Futura Bold", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
}

.item-card__text .title h2 {
  margin: 0;
  font-size: clamp(1.15rem, 1.4vw + 0.8rem, 1.7rem);
  line-height: 1.3;
}

.item-card__text .text-animate {
  max-height: none;
  overflow: visible;
  padding-top: 1rem;
}

.item-card__text .text-animate p.small {
  margin-bottom: 0.9rem;
  color: rgba(255, 255, 255, 0.92);
}

.item-card__text .text-animate .btn-text {
  font-family: "Futura Bold", sans-serif;
  text-decoration: none;
  align-items: center;
  gap: 0.75rem;
}

.item-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.item-card:hover,
.item-card:focus-visible {
  text-decoration: none;
}

.item-card:hover figure img,
.item-card:focus-visible figure img {
  transform: scale(1.05);
}

.item-card:hover::before,
.item-card:focus-visible::before {
  background: linear-gradient(180deg, rgba(2, 173, 239, 0.18) 0%, rgba(2, 173, 239, 0.82) 100%);
}

@media (max-width: 767.98px) {
  .card__text-right {
    margin-bottom: 2rem;
  }

  .card__text-right article {
    gap: 1.25rem;
  }

  .card__text-right figure {
    width: 100%;
    aspect-ratio: 16 / 10;
  }

  .card__text-right__content,
  .card__text-down__content,
  .card__text-down .text,
  .card__background-gray .text {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .item-card {
    min-height: 19rem;
  }
}

.hero__single-white--article,
.hero__single-white--content-page {
  margin-top: 2rem;
  margin-bottom: 0;
}

.hero__single-white--article .hero__single-white__layout,
.hero__single-white--content-page .hero__single-white__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  gap: clamp(1.75rem, 4vw, 3.5rem);
  align-items: start;
}

.hero__single-white--article .hero__single-white__copy,
.hero__single-white--content-page .hero__single-white__copy {
  padding-top: 0.4rem;
}

.hero__single-white--article h1,
.hero__single-white--content-page h1 {
  max-width: 15ch;
  margin-bottom: 1.1rem;
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1.08;
  color: #333333;
  border-bottom: 0;
  padding-bottom: 0;
}

.hero__single-white--article h1::after,
.hero__single-white--content-page h1::after {
  content: "";
  display: block;
  width: 5rem;
  height: 4px;
  border-radius: 2px;
  background: #02adef;
  margin-top: 1rem;
}

.hero__single-white--article .hero__single-white__meta,
.hero__single-white--content-page .hero__single-white__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(2, 173, 239, 0.08);
  color: #4D4D4D;
  font-family: "Futura Medium", sans-serif;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.hero__single-white--article .hero__single-white__actions,
.hero__single-white--content-page .hero__single-white__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hero__single-white--article .hero__single-white__share,
.hero__single-white--content-page .hero__single-white__share {
  margin-right: 0;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: rgba(245, 245, 241, 0.95);
  border: 1px solid rgba(196, 196, 196, 0.75);
}

.hero__single-white--article .hero__single-white__share span,
.hero__single-white--content-page .hero__single-white__share span {
  font-family: "Futura Bold", sans-serif;
  color: #333333;
  margin-right: 0.85rem;
}

.hero__single-white--article .hero__single-white__share a,
.hero__single-white--content-page .hero__single-white__share a {
  border-left: 0;
  padding: 0;
  margin-left: 0.75rem;
  color: #4D4D4D;
}

.hero__single-white--article .hero__single-white__share a:hover,
.hero__single-white--article .hero__single-white__share a:focus,
.hero__single-white--content-page .hero__single-white__share a:hover,
.hero__single-white--content-page .hero__single-white__share a:focus {
  color: #02adef;
}

.hero__single-white--article .hero__single-white__actions .btn,
.hero__single-white--content-page .hero__single-white__actions .btn {
  border-radius: 999px;
  padding: 0.8rem 1.3rem;
}

.hero__single-white--article .hero__single-white__figure,
.hero__single-white--content-page .hero__single-white__figure {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 6;
  border-radius: 1.75rem;
  overflow: hidden;
  box-shadow: 0 26px 54px rgba(0, 0, 0, 0.12);
}

.hero__single-white--article .hero__single-white__figure img,
.hero__single-white--content-page .hero__single-white__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__single-white--article .hero__single-white__body,
.hero__single-white--content-page .hero__single-white__body {
  max-width: 52rem;
  margin: 2.4rem auto 0;
  padding: 1.6rem 1.4rem 0;
  border-top: 1px solid rgba(196, 196, 196, 0.7);
  color: #333333;
  font-size: 1.05rem;
  line-height: 1.9;
}

.hero__single-white--article .hero__single-white__body p,
.hero__single-white--content-page .hero__single-white__body p {
  margin-bottom: 1.4rem;
}

.hero__single-white--article .hero__single-white__body h2,
.hero__single-white--article .hero__single-white__body h3,
.hero__single-white--article .hero__single-white__body h4,
.hero__single-white--content-page .hero__single-white__body h2,
.hero__single-white--content-page .hero__single-white__body h3,
.hero__single-white--content-page .hero__single-white__body h4 {
  color: #333333;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.hero__single-white--article .hero__single-white__body a,
.hero__single-white--content-page .hero__single-white__body a {
  color: #02adef;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.16em;
}

.hero__single-white--article .hero__single-white__body ul,
.hero__single-white--article .hero__single-white__body ol,
.hero__single-white--content-page .hero__single-white__body ul,
.hero__single-white--content-page .hero__single-white__body ol {
  padding-left: 1.25rem;
  margin-bottom: 1.35rem;
}

.hero__single-white--article .hero__single-white__body--builder .elementor,
.hero__single-white--content-page .hero__single-white__body--builder .elementor {
  width: 100%;
}

.hero__single-white--article .hero__single-white__body--builder .elementor-section,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-section {
  margin: 0 0 1.5rem;
}

.hero__single-white--article .hero__single-white__body--builder .elementor-section.elementor-section-boxed > .elementor-container,
.hero__single-white--article .hero__single-white__body--builder .elementor-container,
.hero__single-white--article .hero__single-white__body--builder .elementor-column,
.hero__single-white--article .hero__single-white__body--builder .elementor-widget-wrap,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-section.elementor-section-boxed > .elementor-container,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-container,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-column,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-wrap {
  max-width: 100% !important;
  width: 100% !important;
}

.hero__single-white--article .hero__single-white__body--builder .elementor-widget-wrap,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-wrap {
  padding: 0 !important;
}

.hero__single-white--article .hero__single-white__body--builder .elementor-widget-container > :first-child,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-container > :first-child {
  margin-top: 0 !important;
}

.hero__single-white--article .hero__single-white__body--builder .elementor-heading-title,
.hero__single-white--article .hero__single-white__body--builder .elementor-widget-heading h1,
.hero__single-white--article .hero__single-white__body--builder .elementor-widget-heading h2,
.hero__single-white--article .hero__single-white__body--builder .elementor-widget-heading h3,
.hero__single-white--article .hero__single-white__body--builder .elementor-widget-heading h4,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-heading-title,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-heading h1,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-heading h2,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-heading h3,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-heading h4 {
  color: #333333;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.hero__single-white--article .hero__single-white__body--builder .elementor-widget-text-editor,
.hero__single-white--article .hero__single-white__body--builder .elementor-widget-theme-post-content,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-text-editor,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-theme-post-content {
  color: #333333;
  font-size: 1.05rem;
  line-height: 1.9;
}

.hero__single-white--article .hero__single-white__body--builder .elementor-widget-text-editor p,
.hero__single-white--article .hero__single-white__body--builder .elementor-widget-theme-post-content p,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-text-editor p,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-theme-post-content p {
  margin-bottom: 1.35rem;
}

.hero__single-white--article .hero__single-white__body--builder .elementor-widget-image,
.hero__single-white--article .hero__single-white__body--builder .elementor-widget-video,
.hero__single-white--article .hero__single-white__body--builder .elementor-widget-divider,
.hero__single-white--article .hero__single-white__body--builder .elementor-widget-spacer,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-image,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-video,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-divider,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-spacer {
  margin: 1.75rem 0;
}

.hero__single-white--article .hero__single-white__body--builder .elementor-widget-image img,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-image img {
  border-radius: 1.25rem;
  display: block;
  margin: 0 auto;
}

.hero__single-white--article .hero__single-white__body--builder .elementor-widget-button .elementor-button,
.hero__single-white--article .hero__single-white__body--builder .elementor-button,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-widget-button .elementor-button,
.hero__single-white--content-page .hero__single-white__body--builder .elementor-button {
  border-radius: 999px;
  padding: 0.8rem 1.3rem;
}

.hero__single-white--article .hero__single-white__tags,
.hero__single-white--content-page .hero__single-white__tags {
  max-width: 52rem;
  margin: 1.75rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero__single-white--article .hero__single-white__tags a,
.hero__single-white--content-page .hero__single-white__tags a {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(2, 173, 239, 0.08);
  color: #02adef;
  text-decoration: none;
  font-family: "Futura Medium", sans-serif;
  font-size: 0.9rem;
}

.hero__single-white--article .hero__single-white__tags a:hover,
.hero__single-white--article .hero__single-white__tags a:focus,
.hero__single-white--content-page .hero__single-white__tags a:hover,
.hero__single-white--content-page .hero__single-white__tags a:focus {
  background: rgba(2, 173, 239, 0.14);
  color: #0027FF;
}

@media (min-width: 992px) {
  .hero__single-white--article .hero__single-white__body,
  .hero__single-white--content-page .hero__single-white__body {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991.98px) {
  .hero__single-white--article .hero__single-white__layout,
  .hero__single-white--content-page .hero__single-white__layout {
    grid-template-columns: 1fr;
  }
}

.hero.hero__home {
  isolation: isolate;
}

.hero.hero__home figure {
  z-index: -1;
  overflow: hidden;
}

.hero.hero__home figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent linear-gradient(90deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  pointer-events: none;
}

.hero.hero__home figure img {
  position: relative;
  z-index: 0;
}

.hero.hero__home .container,
.hero.hero__home .row,
.hero.hero__home .col-12,
.hero.hero__home .hero__home__text,
.hero.hero__home .hero__single__text {
  position: relative;
  z-index: 2;
}

.hero.hero__home .hero__home__text h1,
.hero.hero__home .hero__home__text p,
.hero.hero__home .hero__single__text h1,
.hero.hero__home .hero__single__text p {
  color: #fff;
}

.section__convocatorias {
  padding: 64px 0 80px;
}

.section__convocatorias .line {
  margin-bottom: 48px;
}

.section__convocatorias__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 28px;
}

.section__convocatorias__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.section__convocatorias__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f4f6f8;
}

.section__convocatorias__image .field,
.section__convocatorias__image .field__item,
.section__convocatorias__image article,
.section__convocatorias__image div {
  height: 100%;
}

.section__convocatorias__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.section__convocatorias__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 12px;
}

.section__convocatorias__title {
  margin: 0 0 12px;
  color: #666;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.section__convocatorias__summary {
  margin: 0 0 14px;
  color: #555;
  font-size: 15px;
  line-height: 1.45;
}

.section__convocatorias__date {
  display: flex;
  gap: 4px;
  align-items: baseline;
  margin: 0 0 26px;
  color: #666;
  font-size: 16px;
  line-height: 1.35;
}

.section__convocatorias__date span {
  color: #0072bc;
  font-size: 13px;
}

.section__convocatorias__button {
  margin: auto auto 0;
  padding: 10px 22px;
  border-radius: 3px;
  background-color: #0072bc;
  border-color: #0072bc;
  font-size: 15px;
}

.section__convocatorias__button:hover,
.section__convocatorias__button:focus {
  background-color: #005f9e;
  border-color: #005f9e;
}

.section__convocatorias__empty {
  margin: 0;
  color: #555;
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  .section__convocatorias__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .section__convocatorias {
    padding: 44px 0 56px;
  }

  .section__convocatorias .line {
    margin-bottom: 32px;
  }

  .section__convocatorias__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }
}

@media (max-width: 479.98px) {
  .section__convocatorias__grid {
    grid-template-columns: 1fr;
  }
}

.section__acordeon {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section__acordeon .accordion {
  border-top: 1px solid rgba(77, 77, 77, 0.25);
}

.section__acordeon__title {
  margin-bottom: 1.75rem;
  color: #333;
  font-size: 1.75rem;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  .section__acordeon__title {
    margin-bottom: 1.25rem;
    font-size: 1.45rem;
  }
}

.section__acordeon .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(77, 77, 77, 0.25);
  border-radius: 0;
  background: transparent;
}

.section__acordeon .accordion-header {
  margin: 0;
}

.section__acordeon .accordion-button {
  gap: 0.85rem;
  padding: 1.05rem 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #333;
  box-shadow: none;
  font-family: "Futura Bold", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}

.section__acordeon .accordion-button::after {
  display: none;
}

.section__acordeon .accordion-button::before {
  content: "\2b";
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  flex: 0 0 1.35rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(77, 77, 77, 0.55);
  border-radius: 50%;
  color: #333;
  font-family: "Font Awesome 6 Free";
  font-size: 0.72rem;
  line-height: 1;
  transition: all 0.3s ease 0s;
}

.section__acordeon .accordion-button:hover,
.section__acordeon .accordion-button:focus {
  color: #02adef;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.section__acordeon .accordion-button:hover::before,
.section__acordeon .accordion-button:focus::before {
  border-color: #02adef;
  color: #02adef;
}

.section__acordeon .accordion-button[aria-expanded=true] {
  color: #02adef;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.section__acordeon .accordion-button[aria-expanded=true]::before {
  content: "\f068";
  border-color: #02adef;
  color: #02adef;
}

.section__acordeon .accordion-button:not(.collapsed) {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.section__acordeon .accordion-body {
  padding: 0 0 1.2rem 2.2rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
}

.section__acordeon .accordion-body p:last-child,
.section__acordeon .accordion-body ul:last-child,
.section__acordeon .accordion-body ol:last-child {
  margin-bottom: 0;
}

.section__acordeon .accordion-body ul,
.section__acordeon .accordion-body ol {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}

.section__acordeon .accordion-body li {
  display: list-item;
  margin-bottom: 0.45rem;
  padding-left: 0.25rem;
  list-style-position: outside;
}

.section__acordeon .accordion-body ul li {
  list-style-type: disc;
}

.section__acordeon .accordion-body ol li {
  list-style-type: decimal;
}

.section__acordeon .accordion-body li::marker {
  color: currentColor;
  font-weight: 700;
}

.section__acordeon .accordion-body a {
  color: #02adef;
  text-decoration: none;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 1.5px;
}

.section__acordeon .accordion-body a:hover,
.section__acordeon .accordion-body a:focus {
  color: #02adef;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .section__acordeon {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section__acordeon .accordion-button {
    padding: 0.95rem 0;
    font-size: 1rem;
  }

  .section__acordeon .accordion-body {
    padding-left: 2rem;
    font-size: 0.95rem;
  }
}

.section__campanas-list {
  padding: 64px 0 80px;
}

.section__campanas-list__top {
  margin-bottom: 32px;
}

.section__campanas-list .section__campanas-comunicacion__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section__campanas-list__tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(2, 173, 239, 0.35);
  border-radius: 999px;
  background-color: rgba(2, 173, 239, 0.1);
  color: #027fb0;
  font-family: "Futura Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
}

.section__campanas-list .section__campanas-comunicacion__card__header {
  display: block;
  margin-bottom: 14px;
}

.section__campanas-list .section__campanas-comunicacion__card__header h2 {
  margin: 0;
  color: #333;
  width: 100%;
  font-family: "Futura Bold", sans-serif;
  font-size: clamp(1rem, 0.4vw + 0.76rem, 1.15rem);
  line-height: 1.22;
}

.section__campanas-list .section__campanas-comunicacion__card__text {
  margin-bottom: 18px;
}

.section__campanas-list__button {
  display: inline-flex;
  margin-top: 4px;
}

.section__campanas-list .section__campanas-comunicacion__card__image .field,
.section__campanas-list .section__campanas-comunicacion__card__image .field__item,
.section__campanas-list .section__campanas-comunicacion__card__image article,
.section__campanas-list .section__campanas-comunicacion__card__image div {
  height: 100%;
}

.section__campanas-list .section__campanas-comunicacion__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991.98px) {
  .section__campanas-list .section__campanas-comunicacion__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .section__campanas-list {
    padding: 44px 0 56px;
  }

  .section__campanas-list .section__campanas-comunicacion__grid {
    grid-template-columns: 1fr;
  }

  .section__campanas-list .section__campanas-comunicacion__card__header h2 {
    font-size: 1.08rem;
  }
}
