@charset "UTF-8";
@font-face {
  font-family: "Brown LL";
  src: url("/assets/fonts/Brown/BrownLL-Bold.woff2") format("woff2"), url("/assets/fonts/Brown/BrownLL-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
strong {
  font-weight: bold !important;
}

html:has(.template-bg-white) {
  --color-background-light: #fff;
}

.header-text {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.content-hero {
  background: var(--bg-image-hero) center center/cover no-repeat;
  width: 100%;
  min-height: calc(100vh - 119px);
  margin-top: 119px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content-hero:has(.img-nombre-hotel) {
  min-height: calc(63vh - 119px);
}
.content-hero .img-nombre-hotel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-hero .img-nombre-hotel img {
  max-height: 100px;
}
.content-hero::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4901960784);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.content-hero h1 {
  color: #FFF;
  text-align: center;
  font-family: "Louize Display";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 110px;
  text-transform: uppercase;
}
.content-hero p {
  color: #FFF;
  text-align: center;
  font-family: "Brown LL";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.content-hero .cta {
  border: 1px solid #E6E5E0;
  background: #E6E5E0;
  width: fit-content;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}
.content-hero .cta a,
.content-hero .cta a:visited {
  color: #295A5E;
  font-family: "Brown LL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: all ease 0.4s;
  width: fit-content;
  height: 100%;
  padding: 14px 25px;
}
.content-hero .cta:hover {
  background: #295A5E;
  border: 1px solid #295A5E;
}
.content-hero .cta:hover a,
.content-hero .cta:hover a:visited {
  color: #E6E5E0;
}
.content-hero .container-contenido-hero {
  position: relative;
  z-index: 2;
}
.content-hero .container-contenido-hero .row-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 28px;
  padding-left: 27px;
  padding-right: 27px;
}
.content-hero .content-zig-zag h1 {
  font-size: 48px;
  line-height: normal;
}
.content-hero .content-zig-zag .line-1 {
  width: 125px;
  height: 10px;
  display: inline-block;
}
.content-hero .content-zig-zag .line-2 {
  width: 100px;
  height: 10px;
  display: inline-block;
}
.content-hero .content-zig-zag .line-3 {
  width: 170px;
  height: 10px;
  display: inline-block;
}

.popup-contacto {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
  background: rgba(0, 0, 0, 0.1882352941);
}
.popup-contacto .modal-popup-contacto {
  width: 90vw;
  max-width: 820px;
  height: 90vh;
  max-height: 650px;
  padding: 32px;
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 5%;
  background: #E6E5E0;
}
.popup-contacto #btn-cerrar {
  position: absolute;
  top: 32px;
  right: 32px;
  width: fit-content;
  height: fit-content;
  z-index: 10;
  cursor: pointer;
}
.popup-contacto .col-izquierda {
  width: 45%;
  z-index: 1;
}
.popup-contacto .col-izquierda .titulo-popup {
  padding-top: 24px;
  padding-bottom: 24px;
}
.popup-contacto .col-izquierda .titulo-popup span {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup-contacto .col-izquierda .imagen-popup {
  height: calc(100% - 92px);
  width: 100%;
}
.popup-contacto .col-izquierda .imagen-popup img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popup-contacto .col-derecha {
  width: 50%;
  padding-top: 90px;
  z-index: 1;
}
.popup-contacto .col-derecha .formulario {
  overflow-y: auto;
  height: 100%;
  width: 100%;
}
.popup-contacto .col-derecha .formulario .c-form__wrapper-field {
  margin-top: 8px;
  text-align: start !important;
}
.popup-contacto .col-derecha .formulario .c-form__wrapper-field:has(.wpcf7-not-valid-tip) {
  margin-bottom: 32px;
}
.popup-contacto .col-derecha .formulario .c-form__wrapper-submit o-button--default p,
.popup-contacto .col-derecha .formulario .c-form__wrapper-submit o-button--default {
  align-items: start;
}

@media (max-width: 998px) {
  .content-hero .content-zig-zag .line-1 {
    width: 100px;
  }
  .content-hero .content-zig-zag .line-2 {
    width: 80px;
  }
  .content-hero .content-zig-zag .line-3 {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .content-hero .content-zig-zag h1 {
    font-size: 36px;
    line-height: normal;
  }
  .content-hero .content-zig-zag .line-1 {
    width: 60px;
  }
  .content-hero .content-zig-zag .line-2 {
    width: 100px;
  }
  .content-hero .content-zig-zag .line-3 {
    width: 100px;
  }
  .popup-contacto .modal-popup-contacto {
    flex-direction: column;
    height: auto;
  }
  .popup-contacto .modal-popup-contacto .col-izquierda {
    width: 100%;
  }
  .popup-contacto .modal-popup-contacto .col-izquierda .imagen-popup {
    display: none;
  }
  .popup-contacto .modal-popup-contacto .col-derecha {
    width: 100%;
    padding-top: 0;
  }
}
@media (max-width: 567px) {
  .header-text {
    font-size: 24px;
  }
  .content-hero h1 {
    font-size: 64px;
    line-height: 110%;
  }
  .content-hero .cta {
    width: 100%;
  }
  .content-hero .content-zig-zag h1 {
    font-size: 36px;
    line-height: normal;
  }
  .content-hero .content-zig-zag .line-2 {
    width: 50px;
  }
  .popup-contacto .modal-popup-contacto {
    width: 100vw;
  }
  .popup-contacto .modal-popup-contacto .is-active .o-input-anim__label {
    font-size: 14px;
    transform: translateY(0) !important;
  }
  .popup-contacto .modal-popup-contacto .col-derecha .formulario .c-form__wrapper-submit o-button--default,
  .popup-contacto .modal-popup-contacto .col-derecha .formulario .c-form__wrapper-submit o-button--default p,
  .popup-contacto .modal-popup-contacto .col-derecha .formulario .c-form__wrapper-submit o-button--default p input {
    width: 100%;
  }
}
.content-breadcrumbs {
  padding-top: 21px;
  padding-bottom: 21px;
}
.content-breadcrumbs #breadcrumbs span,
.content-breadcrumbs #breadcrumbs a,
.content-breadcrumbs #breadcrumbs a:visited {
  color: #474842;
  font-family: "Brown LL";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .content-breadcrumbs {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 26px;
    padding-right: 26px;
  }
}
.content-pre-titulo_titulo_2_coluimnas_textos {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .content-pre-titulo_titulo_2_coluimnas_textos {
    padding: 80px 0;
  }
}
.content-pre-titulo_titulo_2_coluimnas_textos .pre-titulo p {
  color: #295A5E;
  text-align: center;
  font-family: "Louize Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.content-pre-titulo_titulo_2_coluimnas_textos .titulo h2 {
  color: #295A5E;
  text-align: center;
  font-family: "Louize Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 48px;
}
.content-pre-titulo_titulo_2_coluimnas_textos p {
  color: #474842;
  font-family: "Brown LL";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

@media (max-width: 767px) {
  .content-pre-titulo_titulo_2_coluimnas_textos {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .content-pre-titulo_titulo_2_coluimnas_textos .pre-titulo {
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-pre-titulo_titulo_2_coluimnas_textos .pre-titulo p {
    font-size: 20px;
    text-align: start;
  }
  .content-pre-titulo_titulo_2_coluimnas_textos .titulo {
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-pre-titulo_titulo_2_coluimnas_textos .titulo h2 {
    font-size: 32px;
    text-align: start;
    margin-bottom: 24px;
  }
  .content-pre-titulo_titulo_2_coluimnas_textos row-columns-text {
    row-gap: 16px;
  }
  .content-pre-titulo_titulo_2_coluimnas_textos row-columns-text .col-left,
  .content-pre-titulo_titulo_2_coluimnas_textos row-columns-text .col-right {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.namibia .b-header__container.o-container {
  background-color: #e6e5e0;
  max-width: calc(100% - 15px) !important;
  width: 100%;
  margin: unset;
}
.namibia #smooth-wrapper {
  overflow-y: scroll !important;
  overflow-x: visible !important;
}

html:has(.main-namibia) #smooth-content {
  transform: none !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
  will-change: auto !important;
}
html:has(.main-namibia) #smooth-wrapper {
  /* que NO sea contenedor de scroll ni fijo */
  position: static !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
}

.content-poi {
  position: relative;
  margin-bottom: 56px;
  /* valores fáciles de afinar si tu comp mide distinto */
  --gap-x: 56px;
  /* separación horizontal entre columnas */
  --gap-y: 56px;
  /* separación vertical entre cards */
  --stagger: 72px;
  /* desplazamiento vertical de la 2ª columna */
  /* Cards visibles (respetamos tu lógica .show) */
  /* ====== Estado "VIEW ALL" → 2 columnas con escalonado ====== */
  /* Desplaza solo los elementos de la segunda columna */
  /* ====== Responsive: en tablet/móvil una sola columna sin escalonado ====== */
  /* Imagen 100% del ancho del card (opcional, no toca estilos de tabs) */
}
.content-poi .container-mapa {
  width: fit-content;
  height: 100%;
  max-width: 1900px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-100% - 130px));
}
.content-poi .container-mapa .mapa {
  position: sticky !important;
  top: 120px;
  max-width: 810px;
  height: 780px;
  width: 40vw;
  z-index: 10;
}
.content-poi .container-mapa .mapa gmp-map {
  height: 100% !important;
}
.content-poi .container-mapa .mapa .property {
  position: relative;
}
.content-poi .container-mapa .mapa .details {
  display: none;
}
.content-poi .container-mapa .mapa .property.highlight .details {
  display: block;
}
.content-poi .container-mapa .mapa .details {
  position: absolute;
  top: -220px;
  left: -68px;
  width: 180px;
  height: auto;
  background: #FFF;
}
.content-poi .container-mapa .mapa .details .imagen {
  width: 100%;
  height: 100px;
}
.content-poi .container-mapa .mapa .details .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-poi .container-mapa .mapa .details .content {
  padding: 16px;
}
.content-poi .container-mapa .mapa .details .content p {
  color: #295A5E;
  font-family: "Brown LL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 8px;
}
.content-poi .container-mapa .mapa .details .content .cta {
  width: 100%;
  height: 45px;
  border: 1px solid #295A5E;
}
.content-poi .container-mapa .mapa .details .content .cta a,
.content-poi .container-mapa .mapa .details .content .cta a:visited {
  color: #295A5E;
  font-family: "Brown LL";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-poi .container-mapa .mapa .details .cerrar-detalles {
  position: absolute;
  right: 8px;
  top: 8px;
}
.content-poi .container-poi .titulo {
  margin-bottom: 32px;
}
.content-poi .container-poi .titulo h2 {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.content-poi .container-poi .titulo .texto p {
  margin-bottom: 24px;
  color: #474842;
  font-family: "Brown LL";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.content-poi .tabs {
  display: flex;
  gap: 0;
  margin-bottom: 1rem;
}
.content-poi .tabs button {
  padding: 8px;
  border: 1px solid #295A5E;
  background: transparent;
  cursor: pointer;
  color: #295A5E;
  font-family: "Brown LL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 132px;
  width: 100%;
  white-space: unset;
}
.content-poi .tabs button.active {
  background: #295A5E;
  color: #E6E5E0;
}
.content-poi .tab-content {
  display: none;
  padding: 10px;
}
.content-poi .tab-content.show {
  display: block;
}
.content-poi .hotels {
  display: grid;
  grid-template-columns: 1fr;
  /* por defecto (cuando NO está "VIEW ALL") */
  gap: var(--gap-y) var(--gap-x);
  align-items: start;
}
.content-poi .hotels .tab-content {
  margin: 0;
}
.content-poi .hotels .tab-content .title-hotel {
  margin-top: 16px;
  margin-bottom: 16px;
}
.content-poi .hotels .tab-content .title-hotel h3 {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.content-poi .hotels .tab-content .description-hotel {
  margin-bottom: 16px;
}
.content-poi .hotels .tab-content .description-hotel p {
  color: #474842;
  font-family: "Brown LL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.content-poi .hotels .tab-content .cta-hotel {
  width: 100%;
  height: 47px;
  border: 1px solid #295A5E;
  transition: all ease 0.4s;
}
.content-poi .hotels .tab-content .cta-hotel a,
.content-poi .hotels .tab-content .cta-hotel a:visited {
  color: #295A5E;
  font-family: "Brown LL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-poi .hotels .tab-content .cta-hotel:hover {
  background: #295A5E;
}
.content-poi .hotels .tab-content .cta-hotel:hover a,
.content-poi .hotels .tab-content .cta-hotel:hover a:visited {
  color: #E6E5E0;
}
.content-poi .hotels .tab-content.show {
  display: block;
}
.content-poi:has(.tabs button[data-tab=all].active) .hotels {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.content-poi:has(.tabs button[data-tab=all].active) .hotels .tab-content:nth-child(2n).show {
  margin-top: var(--stagger);
}
@media (max-width: 991.98px) {
  .content-poi:has(.tabs button[data-tab=all].active) .hotels {
    grid-template-columns: 1fr;
  }
  .content-poi:has(.tabs button[data-tab=all].active) .hotels .tab-content:nth-child(2n).show {
    margin-top: 0;
  }
}
.content-poi .hotels .imagen-hotel img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.swiper-maps-poi {
  width: 100%;
  height: auto;
  /* Tamaño del área clicable de los botones */
  /* Oculta el “texto” por defecto de Swiper y coloca tu SVG */
  /* Prev: tu SVG */
  /* Next: tu SVG (ojo con el tamaño distinto) */
}
.swiper-maps-poi .swiper-slide-maps-poi {
  width: auto;
  white-space: nowrap;
}
.swiper-maps-poi .swiper-button-prev-maps-poi,
.swiper-maps-poi .swiper-button-next-maps-poi {
  width: 44px;
  height: 44px;
}
.swiper-maps-poi .swiper-button-prev-maps-poi.swiper-button-disabled,
.swiper-maps-poi .swiper-button-next-maps-poi.swiper-button-disabled {
  opacity: 0;
}
.swiper-maps-poi .swiper-button-prev-maps-poi::after,
.swiper-maps-poi .swiper-button-next-maps-poi::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 24px;
  /* tamaño del icono dentro del botón */
}
.swiper-maps-poi .swiper-button-prev-maps-poi::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 24" fill="none"><path d="M14 3.63454L12.2153 2L2.49445 10.9082C2.33776 11.051 2.2134 11.2207 2.12854 11.4077C2.04369 11.5947 2 11.7952 2 11.9977C2 12.2002 2.04369 12.4007 2.12854 12.5877C2.2134 12.7746 2.33776 12.9444 2.49445 13.0871L12.2153 22L13.9983 20.3655L4.87462 12L14 3.63454Z" fill="%23295A5E"/></svg>');
}
.swiper-maps-poi .swiper-button-next-maps-poi::after {
  background-size: 12px 20px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 20" fill="none"><path d="M0 1.63454L1.78471 0L11.5055 8.90825C11.6622 9.05099 11.7866 9.22073 11.8715 9.4077C11.9563 9.59467 12 9.79518 12 9.99769C12 10.2002 11.9563 10.4007 11.8715 10.5877C11.7866 10.7746 11.6622 10.9444 11.5055 11.0871L1.78471 20L0.00168133 18.3655L9.12538 10L0 1.63454Z" fill="%23295A5E"/></svg>');
}

.mobile-btn-view-map {
  display: none;
}

/* Duración total del ciclo */
:root {
  --poi-cycle: 5s;
}

.content-poi {
  /* Superponer los tres PNG/SVG del POI */
  /* escalonamos el inicio de cada poi para que se solapen */
}
.content-poi .location-map-init {
  display: grid;
  place-items: center;
}
.content-poi .location-map-init > img {
  grid-area: 1/1;
  opacity: 0;
  will-change: opacity;
  /* una sola animación con easing suave */
  animation: poiFade var(--poi-cycle) infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
.content-poi .location-map-init .poi-1 {
  animation-delay: 0s;
}
.content-poi .location-map-init .poi-2 {
  animation-delay: calc(var(--poi-cycle) * 0.3333);
}
.content-poi .location-map-init .poi-3 {
  animation-delay: calc(var(--poi-cycle) * 0.6666);
}
.content-poi .location-map-init > img {
  backface-visibility: hidden;
}

@keyframes poiFade {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  /* in más lento */
  55% {
    opacity: 1;
  }
  /* visible más tiempo */
  92% {
    opacity: 0;
  }
  /* out muy largo */
  100% {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .content-poi {
    margin-bottom: 46px;
  }
  .content-poi .container-mapa {
    width: 100%;
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(0px);
    padding-left: 0;
    padding-right: 0;
    z-index: 20;
  }
  .content-poi .container-mapa .mapa {
    max-width: 100%;
    width: 100%;
    top: 92px;
    height: calc(100% - 164px);
  }
  .mobile-btn-view-map {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    padding: 10px;
    background: #fff;
    z-index: 21;
  }
  .mobile-btn-view-map #btn-view-map {
    width: 100%;
    height: 100%;
    border: 1px solid #295A5E;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    color: #295A5E;
    font-family: "Brown LL";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
  }
  /* estado por defecto: oculto en móvil */
  .content-poi .container-mapa {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  /* visible cuando se pulsa el botón */
  .content-poi.is-map-visible .container-mapa {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.content-banner-cta {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #E6E5E0;
}
.content-banner-cta .titulo {
  font-family: "Jazmin";
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 96px;
  color: var(--color-brand-primary);
}
.content-banner-cta .descripcion {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 32px;
}
.content-banner-cta .cta {
  border: 1px solid var(--color-brand-primary);
  padding: 16px 20px;
  width: fit-content;
}
.content-banner-cta .cta a,
.content-banner-cta .cta a:visited {
  font-family: "Brown LL";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 15px;
  color: #295a5e;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-banner-cta .cta:hover {
  background: #295a5e;
  transition: all ease 0.4s;
}
.content-banner-cta .cta:hover a,
.content-banner-cta .cta:hover a:visited {
  color: var(--color-background-dark);
}

@media (max-width: 767px) {
  .content-banner-cta {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .content-banner-cta .titulo,
  .content-banner-cta .descripcion {
    text-align: center;
  }
  .content-banner-cta .col-desc-cta {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.content-pre-titulo_y_titulo {
  margin-top: 26px;
  margin-bottom: 60px;
}
.content-pre-titulo_y_titulo p {
  color: #295A5E;
  text-align: center;
  font-family: "Louize Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.content-pre-titulo_y_titulo .logotipo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 700px) {
  .content-pre-titulo_y_titulo .logotipo {
    justify-content: left;
    align-items: start;
  }
}
.content-pre-titulo_y_titulo .logotipo img {
  width: 100%;
  height: 100%;
  max-width: unset;
  object-fit: contain;
  max-height: 100px;
}
.content-pre-titulo_y_titulo .titulo {
  margin-top: 16px;
}
.content-pre-titulo_y_titulo h2 {
  color: #295A5E;
  text-align: center;
  font-family: "Louize Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .content-pre-titulo_y_titulo {
    margin-top: 0;
    padding-left: 26px;
    padding-right: 26px;
  }
  .content-pre-titulo_y_titulo p {
    text-align: start;
    font-size: 20px;
  }
  .content-pre-titulo_y_titulo h2 {
    font-size: 32px;
    text-align: start;
  }
}
.content-texto_e_imagen {
  margin-top: 60px;
}
.content-texto_e_imagen .row-texto_e_imagen {
  height: 600px;
}
.content-texto_e_imagen .col-textos {
  height: 100%;
}
.content-texto_e_imagen .col-textos .texto {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-texto_e_imagen .col-textos p {
  color: #474842;
  font-family: "Brown LL";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.content-texto_e_imagen .col-imagen {
  height: 100%;
  max-width: 100%;
}
.content-texto_e_imagen .col-imagen .imagen {
  height: 100%;
  padding-left: 80px;
}
.content-texto_e_imagen .col-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .content-texto_e_imagen {
    padding-left: 26px;
    padding-right: 26px;
  }
  .content-texto_e_imagen .row-texto_e_imagen {
    height: auto;
  }
  .content-texto_e_imagen .col-textos {
    order: 2;
  }
  .content-texto_e_imagen .col-imagen {
    order: 1;
    margin-bottom: 24px;
  }
  .content-texto_e_imagen .col-imagen .imagen {
    max-height: 600px;
    padding-left: 0;
  }
}
.content-imagen {
  margin-top: 60px;
  margin-bottom: 60px;
  height: 400px;
  /* alto fijo del bloque */
  /* Asegura que la altura llega al <img> */
  /* Fallback si algún navegador no admite calc() en object-position */
}
.content-imagen .container-imagen,
.content-imagen .row-imagen,
.content-imagen .col-imagen {
  height: 100%;
}
.content-imagen .col-imagen {
  overflow: hidden;
  /* recorta lo que sobresalga */
  position: relative;
  /* por si luego necesitas overlays */
}
.content-imagen img {
  display: block;
  /* elimina espacios fantasma inline */
  width: 100%;
  height: 100%;
  /* ahora sí referencia 400px correctamente */
  object-fit: cover;
  /* cubre el contenedor sin distorsión */
  object-position: 50% calc(50% + var(--y, 0%));
  /* centra + desplaza con tu slider */
}
@supports not (object-position: 50% calc(50% + 0%)) {
  .content-imagen img {
    transform: translateY(var(--y, 0%));
  }
}

@media (max-width: 575px) {
  .content-imagen {
    margin-top: 100px;
  }
  .content-imagen .container.container-imagen {
    padding-right: 0;
    padding-left: 0;
  }
}
.content-titulo_y_descripcion {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .content-titulo_y_descripcion {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .content-titulo_y_descripcion {
    padding: 60px 0;
  }
}
.content-titulo_y_descripcion .col-titulo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-titulo_y_descripcion .col-titulo .titulo {
  padding-right: 20px;
}
.content-titulo_y_descripcion .col-titulo .titulo h2 {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.content-titulo_y_descripcion p {
  color: #474842;
  font-family: "Brown LL";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.content-titulo_y_descripcion .cta {
  width: fit-content;
  border: 1px solid var(--Green, #295A5E);
  margin-top: 42px;
  transition: all ease 0.3s;
}
.content-titulo_y_descripcion .cta a,
.content-titulo_y_descripcion .cta a:visited {
  padding: 12px 24px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #295A5E;
  font-family: "Brown LL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.content-titulo_y_descripcion .cta:hover {
  background: #295A5E;
}
.content-titulo_y_descripcion .cta:hover a,
.content-titulo_y_descripcion .cta:hover a:visited {
  color: #E6E5E0;
}

@media (max-width: 575px) {
  .content-titulo_y_descripcion {
    padding-left: 26px;
    padding-right: 26px;
  }
  .content-titulo_y_descripcion .col-titulo {
    margin-bottom: 24px;
  }
  .content-titulo_y_descripcion .col-titulo .titulo h2 {
    font-size: 32px;
  }
  .content-titulo_y_descripcion .cta {
    width: 100%;
  }
}
.content-banner_hoteles {
  margin-top: 60px;
  margin-bottom: 116px;
}
.content-banner_hoteles h2 {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.content-banner_hoteles h3 {
  color: #295A5E;
  font-family: "Brown LL";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.content-banner_hoteles .col-hotel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-banner_hoteles .col-hotel .imagen {
  height: 200px;
  width: 100%;
  margin-bottom: 16px;
}
.content-banner_hoteles .col-hotel .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-banner_hoteles .col-hotel .titulo-hotel {
  margin-bottom: 16px;
}
.content-banner_hoteles .col-hotel .cta {
  width: 100%;
  border: 1px solid var(--Green, #295A5E);
  margin-top: 16px;
  transition: all ease 0.3s;
}
.content-banner_hoteles .col-hotel .cta a,
.content-banner_hoteles .col-hotel .cta a:visited {
  padding: 12px 24px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #295A5E;
  font-family: "Brown LL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  transition: all ease 0.3s;
}
.content-banner_hoteles .col-hotel .cta:hover {
  background: #295A5E;
}
.content-banner_hoteles .col-hotel .cta:hover a,
.content-banner_hoteles .col-hotel .cta:hover a:visited {
  color: #E6E5E0;
}

@media (max-width: 767px) {
  .content-banner_hoteles {
    margin-bottom: 46px;
  }
  .content-banner_hoteles .col-hotel {
    margin-bottom: 32px;
  }
  .content-banner_hoteles .col-hotel:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .content-banner_hoteles {
    padding-left: 26px;
    padding-right: 26px;
  }
  .content-banner_hoteles h2 {
    font-size: 24px;
  }
  .content-banner_hoteles .col-hotel {
    margin-bottom: 60px;
  }
}
.page-template-template-namibia ul#menu-header-menu-vestige {
  flex-direction: column;
}

@media (max-width: 768px) {
  .page-template-template-namibia .b-header__box-logo {
    display: none;
  }
}
.page-template-template-namibia header .header-text {
  margin-left: 100px;
}
@media (max-width: 768px) {
  .page-template-template-namibia header .header-text {
    margin-left: 0px;
  }
}

/*# sourceMappingURL=style-sass.css.map */
