@charset "UTF-8";
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%;
  height: 410px;
  min-height: 410px;
  margin-top: 119px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.content-hero:has(.img-nombre-hotel) {
  min-height: 410px;
}
.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;
  
}
.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;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  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: 0;
  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: 36px;
  z-index: 1;
}
.popup-contacto .col-derecha .formulario {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
}
.popup-contacto .col-derecha .formulario select,
.popup-contacto .col-derecha .formulario .wpcf7-select {
  width: 100%;
  
  
  background-color: #E6E5E0;
  color: #295A5E;
  font-family: "Brown LL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23295A5E' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  cursor: pointer;
}
.popup-contacto .col-derecha .formulario select:focus,
.popup-contacto .col-derecha .formulario .wpcf7-select:focus {
  outline: none;
  border-color: #295A5E;
  box-shadow: 0 0 0 1px #295A5E inset;
}
.popup-contacto .col-derecha .formulario select:invalid {
  color: #7A7A75;
}

.popup-contacto .col-derecha .formulario .c-form__wrapper-field:has(select) .o-input-anim__label,
.popup-contacto .col-derecha .formulario .c-form__wrapper-field:has(.wpcf7-select) .o-input-anim__label {
  position: static !important;
  transform: none !important;
  margin-bottom: 24px;
  pointer-events: none;
}
.popup-contacto .col-derecha .formulario .c-form__label br,
.popup-contacto .col-derecha .formulario label br {
  display: none;
}
.popup-contacto .col-derecha .formulario .c-form__wrapper-field:has(.wpcf7-not-valid-tip) {
  margin-bottom: 32px;
}
.popup-contacto .col-derecha .formulario .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  pointer-events: none;
}
.popup-contacto .col-derecha .formulario .wpcf7-form-control-wrap:has(input:focus) .wpcf7-not-valid-tip,
.popup-contacto .col-derecha .formulario .wpcf7-form-control-wrap:has(textarea:focus) .wpcf7-not-valid-tip,
.popup-contacto .col-derecha .formulario .wpcf7-form-control-wrap:has(select:focus) .wpcf7-not-valid-tip,
.popup-contacto .col-derecha .formulario .wpcf7-form-control-wrap:has(input:valid) .wpcf7-not-valid-tip,
.popup-contacto .col-derecha .formulario .wpcf7-form-control-wrap:has(textarea:valid) .wpcf7-not-valid-tip,
.popup-contacto .col-derecha .formulario .wpcf7-form-control-wrap:has(select:valid) .wpcf7-not-valid-tip {
  display: none;
}
.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;
}

html.popup-contacto-open,
body.popup-contacto-open {
  overflow: hidden !important;
}

html.popup-contacto-open #smooth-wrapper,
body.popup-contacto-open #smooth-wrapper {
  overflow: hidden !important;
}

@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 {
    height: 580px;
    min-height: 580px;
  }
  .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 #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-left: 26px;
    padding-right: 26px;
  }
}
.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%;
}
.content-pre-titulo_titulo_2_coluimnas_textos .row-cta-bajo-columnas {
  margin-top: 32px;
}
.content-pre-titulo_titulo_2_coluimnas_textos .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-pre-titulo_titulo_2_coluimnas_textos .cta a,
.content-pre-titulo_titulo_2_coluimnas_textos .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;
  text-decoration: none;
}
.content-pre-titulo_titulo_2_coluimnas_textos .cta:hover {
  background: #295A5E;
  
}
.content-pre-titulo_titulo_2_coluimnas_textos .cta:hover a,
.content-pre-titulo_titulo_2_coluimnas_textos .cta:hover a:visited {
  color: #E6E5E0;
}

@media (max-width: 767px) {
  .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 {
    color: var(--Green, #295A5E);
    font-family: "Louize Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    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;
  }
  .content-pre-titulo_titulo_2_coluimnas_textos .row-cta-bajo-columnas {
    margin-top: 24px;
  }
}
.content-poi .container-poi {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}
.content-poi .titulo {
  margin-bottom: 32px;
}
.content-poi .titulo h2 {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.content-poi .row-info {
  margin-bottom: 40px;
  row-gap: 24px;
}
.content-poi .col-info h3 {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 12px;
}
.content-poi .col-info .texto p {
  color: #474842;
  font-family: "Brown LL";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 0;
}
.content-poi .mapa {
  width: 100%;
  height: 420px;
}

@media (max-width: 767px) {
  .content-poi .titulo h2 {
    text-align: left;
    font-size: 32px;
  }
  .content-poi .mapa {
    height: 468px;
  }
}
.content-banner-cta {
  padding: 80px 0;
  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: 80px 0;
  }
  .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-textos h3 {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.content-texto_e_imagen .col-textos h4 {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.content-texto_e_imagen .col-textos .ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.content-texto_e_imagen .col-textos .cta {
  
  width: fit-content;
  transition: all ease 0.3s;
}
.content-texto_e_imagen .col-textos .cta a,
.content-texto_e_imagen .col-textos .cta a:visited {
  color: #295A5E;
  font-family: "Brown LL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
}
.content-texto_e_imagen .col-textos .cta:hover {
  background: #295A5E;
}
.content-texto_e_imagen .col-textos .cta:hover a,
.content-texto_e_imagen .col-textos .cta:hover a:visited {
  color: #E6E5E0;
}
.content-texto_e_imagen .col-textos .cta:nth-child(2) {
  background: var(--Green, #295A5E);
}
.content-texto_e_imagen .col-textos .cta:nth-child(2) a,
.content-texto_e_imagen .col-textos .cta:nth-child(2) a:visited {
  color: var(--Light, #E6E5E0);
  font-family: "Brown LL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.content-texto_e_imagen .col-textos .cta:nth-child(2):hover {
  background: #1f4b4f;
}
.content-texto_e_imagen .col-imagen {
  height: 100%;
  max-width: 100%;
}
.content-texto_e_imagen .col-imagen .imagen {
  height: 100%;
  padding-left: 0;
}
.content-texto_e_imagen .col-imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991px) {
  .content-texto_e_imagen {
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-texto_e_imagen .container.container-texto_e_imagen {
    padding-left: 0;
    padding-right: 0;
  }
  .content-texto_e_imagen .row-texto_e_imagen {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .content-texto_e_imagen .col-textos,
  .content-texto_e_imagen .col-imagen {
    padding-left: 0;
    padding-right: 0;
  }
  .content-texto_e_imagen .col-textos {
    order: 2;
  }
  .content-texto_e_imagen .col-textos .ctas {
    gap: 12px;
  }
  .content-texto_e_imagen .col-textos .cta {
    width: 100%;
  }
  .content-texto_e_imagen .col-textos .cta a,
  .content-texto_e_imagen .col-textos .cta a:visited {
    width: 100%;
  }
  .content-texto_e_imagen .col-imagen {
    order: 1;
    margin-bottom: 24px;
  }
  .content-texto_e_imagen .col-imagen .imagen {
    height: 300px;
    max-height: 300px;
    padding-left: 0;
  }
  .content-texto_e_imagen .col-imagen img {
    height: 100%;
  }
}
.content-imagen {
  margin-top: 0;
  margin-bottom: 0;
  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: 0;
    height: 355px;
  }
  .content-imagen .container.container-imagen {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.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;
  }
}
.content-titulo_texto_centrado .container-titulo_texto_centrado {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
}
.content-titulo_texto_centrado .titulo h2 {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.content-titulo_texto_centrado .texto {
  color: #474842;
  font-family: "Brown LL";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  max-width: 980px;
}
.content-titulo_texto_centrado .cta {
  
  width: fit-content;
  transition: all ease 0.3s;
}
.content-titulo_texto_centrado .cta a,
.content-titulo_texto_centrado .cta a:visited {
  color: #295A5E;
  font-family: "Brown LL";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
}
.content-titulo_texto_centrado .cta:hover {
  background: #295A5E;
}
.content-titulo_texto_centrado .cta:hover a,
.content-titulo_texto_centrado .cta:hover a:visited {
  color: #E6E5E0;
}

@media (max-width: 767px) {
  .content-titulo_texto_centrado .container-titulo_texto_centrado {
    text-align: left;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-titulo_texto_centrado .titulo h2 {
    font-size: 32px;
  }
  .content-titulo_texto_centrado .cta {
    width: 100%;
  }
  .content-titulo_texto_centrado .cta a,
  .content-titulo_texto_centrado .cta a:visited {
    width: 100%;
  }
}
.content-titulo_texto_dos_imagenes .container.container-titulo_texto_dos_imagenes {
  padding-left: 0;
  padding-right: 0;
}
.content-titulo_texto_dos_imagenes .titulo {
  margin-bottom: 24px;
}
.content-titulo_texto_dos_imagenes .titulo h2 {
  color: #295A5E;
  font-family: "Louize Display";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  text-align: left;
}
.content-titulo_texto_dos_imagenes .texto {
  color: #474842;
  font-family: "Brown LL";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-align: left;
  max-width: 980px;
  margin: 0 0 32px;
}
.content-titulo_texto_dos_imagenes .row-imagenes {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  row-gap: 24px;
}
.content-titulo_texto_dos_imagenes .col-imagen {
  flex: 0 0 calc((100% - 60px) / 2);
  max-width: calc((100% - 60px) / 2);
  padding-left: 0;
  padding-right: 0;
}
.content-titulo_texto_dos_imagenes .imagen {
  width: 100%;
  height: 630px;
  margin: 0;
}
.content-titulo_texto_dos_imagenes .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 767px) {
  .content-titulo_texto_dos_imagenes {
    padding-left: 24px;
    padding-right: 24px;
  }
  .content-titulo_texto_dos_imagenes .container.container-titulo_texto_dos_imagenes {
    padding-left: 0;
    padding-right: 0;
  }
  .content-titulo_texto_dos_imagenes .row-imagenes {
    margin-left: 0;
    margin-right: 0;
  }
  .content-titulo_texto_dos_imagenes .titulo h2 {
    font-size: 32px;
    text-align: left;
  }
  .content-titulo_texto_dos_imagenes .texto {
    text-align: left;
    margin-bottom: 24px;
  }
  .content-titulo_texto_dos_imagenes .row-imagenes {
    gap: 24px;
  }
  .content-titulo_texto_dos_imagenes .col-imagen {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .content-titulo_texto_dos_imagenes .imagen {
    width: 100%;
    height: 300px;
  }
  .content-titulo_texto_dos_imagenes .imagen img {
    height: 100%;
  }
}
.main-namibia section {
  margin-top: var(--nm-pt-desktop);
  margin-bottom: var(--nm-pb-desktop);
}

@media (max-width: 767px) {
  .main-namibia section {
    margin-top: var(--nm-pt-mobile, var(--nm-pt-desktop));
    margin-bottom: var(--nm-pb-mobile, var(--nm-pb-desktop));
  }
}
.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 */



