@import url("reset.css");

@import url("https://fonts.googleapis.com/css?family=Inter:regular,500,600,700&display=swap");

@font-face {
  font-family: 'Dilland Sans';
  src: url('../fonts/Dilland Sans.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Alte Haas Grotesk';
  src: url('../fonts/Alte Haas Grotesk.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ************COMMON************ */

.logo {
  font-weight: 700;
  font-size: 2.25rem;
  font-family: 'Dilland Sans', sans-serif;
}

body {
  font-family: 'Alte Haas Grotesk', sans-serif;
  font-size: 1.2rem;
  color: #303a4d;
  background-color: transparent; /* Sin color de respaldo para evitar espacios azules */
}

[class*="__container"] {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.button {
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  background-color: #303a4d;
  position: relative;
  overflow: hidden;
}

.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(48, 58, 77, 0.3);
  background-color: #3f4b61;
}

.button:active {
  transform: translateY(-1px);
}

.title {
  font-size: 3.5rem;
  font-weight: 600;
}

.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-top: 132px;
  position: relative;
  background: url("../images/Home/komodo2.jpg") center center / cover no-repeat scroll;
  color: #303a4d;
}

/* Overlay deshabilitado para que se vea igual que destinos */
.wrapper::before {
  display: none;
}

.wrapper_destinos::before {
  display: none;
}

.wrapper_services_home::before {
  display: none;
}

.wrapper_testimonial_home::before {
  display: none;
}

.wrapper_index::before {
  display: none;
}

/* Asegurar que el contenido esté por encima del overlay */
.wrapper > * {
  position: relative;
  z-index: 2;
}

/* Texto blanco para testimonial en index */
.wrapper .testimonial {
  color: #ffffff;
}

.wrapper .testimonial * {
  color: #ffffff !important;
}

/* Texto blanco para el tercer wrapper */
.wrapper_testimonial_home .testimonial {
  color: #ffffff;
}

.wrapper_testimonial_home .testimonial * {
  color: #ffffff !important;
}

/* Fondos fixed solo para desktop */
@media (min-width: 769px) {
  .wrapper {
    background-attachment: fixed;
  }
  .wrapper_about {
    background-attachment: fixed;
  }
  .wrapper_services {
    background-attachment: fixed;
  }
  .wrapper_contact {
    background-attachment: fixed;
  }
  .wrapper_destinos {
    background-attachment: fixed;
  }
  .wrapper_services_home {
    background-attachment: fixed;
  }
  .wrapper_testimonial_home {
    background-attachment: fixed;
  }
  .wrapper_index {
    background-attachment: fixed;
  }
}

/* Ajustar los fondos específicos de cada página */
.wrapper_about {
  background: url("../images/About/sequoia2.jpg") center center / cover no-repeat scroll;
  color: #ffffff;
  min-height: 100vh;
}

.wrapper_services {
  background: url("../images/Services/planta1.jpg") center center / cover no-repeat scroll;
  color: #ffffff;
  min-height: 100vh;
}

.wrapper_contact {
  background: url("../images/Home/komodo4.jpg") center center / cover no-repeat scroll;
  color: #ffffff;
  min-height: 100vh;
}

.wrapper_destinos {
  background: url("../images/destinos/rio.jpg") center center / cover no-repeat scroll;
  /*background: #d0b23b !important;*/
  color: #303a4d;
  min-height: 100vh;
}

.wrapper_index {
  background: url("../images/Home/canal.jpg") center center / cover no-repeat scroll;
  color: #303a4d;
  min-height: 100vh;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wrapper_services_home {
  background: rgba(250, 250, 250, 0.95) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #303a4d;
  min-height: 0;
  margin-top: -2px; /* Elimina el espacio entre contenedores */
  padding-top: 0;
}

/* Eliminar cualquier espacio del main dentro del segundo contenedor */
.wrapper_services_home .page {
  margin: 0;
  padding: 0;
}

.wrapper_services_home .page__services {
  margin-top: 0;
  padding-top: 0;
}

.wrapper_testimonial_home {
  background: url("../images/Home/plantas.jpg") center center / cover no-repeat scroll;
  color: #ffffff;
  min-height: 100vh;
}

/* Fondo específico para la página de privacidad */
.wrapper_privacidad {
  background: url("../images/Home/plantas.jpg") center center / cover no-repeat scroll;
  color: #ffffff;
  min-height: 100vh;
}

/* Ajustes específicos para móvil */
@media (max-width: 768px) {
  .wrapper,
  .wrapper_about,
  .wrapper_services,
  .wrapper_contact,
  .wrapper_destinos {
    min-height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  
  .wrapper_services_home {
    min-height: 0;
    margin-top: 20px !important;
    padding-top: 0 !important;
    background: rgba(250, 250, 250, 0.95) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    z-index: 1;
  }
  
  .wrapper_services_home .page {
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .wrapper_services_home .page__services {
    margin: 0 !important;
    padding-top: 0 !important;
  }
  
  .wrapper_services_home .services {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: rgba(250, 250, 250, 0.95) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  
  /* Eliminar cualquier pseudo-elemento que pueda crear "biseles" */
  .wrapper_services_home::before,
  .wrapper_services_home::after {
    display: none !important;
  }
  
  .wrapper_services_home .services::before,
  .wrapper_services_home .services::after {
    display: none !important;
  }
  
  .wrapper_services_home .services__container {
    margin: 0 !important;
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
  }
  
  /* Ajustes del título en móvil */
  .wrapper_services_home .services__title {
    margin: 0 0 2rem 0 !important;
    padding: 0 !important;
  }
  .wrapper_testimonial_home {
    min-height: 100dvh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .wrapper_index {
    min-height: 100dvh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    margin-bottom: 0 !important;
    padding-bottom: 20px !important;
    z-index: 0;
  }
  
  /* Padding específico para wrapper en móvil */
  .wrapper {
    padding-top: 132px; /* 92px (header) + 40px (inspiration-bar) */
  }
  
  /* Evitar colapso de márgenes entre wrappers */
  .wrapper_index {
    overflow: auto;
  }
  
  /* Eliminar cualquier margin residual de la sección about */
  .wrapper_index .about__container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .wrapper_index .page__about {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  /* CREAR ESPACIO ENTRE ABOUT Y SERVICES EN MÓVIL */
  /* Agregar padding-bottom a la sección About para empujar hacia arriba */
  .wrapper_index .about {
    padding-bottom: 20px !important;
  }
  
  /* Asegurar que el contenedor de About tenga el espacio */
  .wrapper_index .about__container {
    padding-bottom: 20px !important;
  }
}

/* ************HEADER************ */
.header {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ************HEADER CONTAINER - Barra completa de navegación************ */
.header__container {
  position: relative;
  height: 92px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Logo (imagen) y Nombre "BALIO LA PENA" */
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 2;
}

/* Imagen del logo - Ajusta width y height para cambiar tamaño */
.header__logo img {
  width: 70px; /* Ajusta este valor para cambiar el tamaño */
  height: 70px; /* Ajusta este valor para cambiar el tamaño */
  object-fit: cover;
}

/* Texto "BALIO LA PENA" - Ajusta font-size para cambiar tamaño */
.header__logo span {
  font-weight: 700;
  font-size: 32px; /* Ajusta este valor para cambiar el tamaño del texto */
  color: #303a4d;
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-family: 'Dilland Sans', sans-serif;
  white-space: nowrap;
}

/* Navegación del header */
.header__navigation {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

/* Menú principal */
.header__menu {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* Lista de navegación */
.menu__list {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
}

.menu__item {
  white-space: nowrap;
}

/* Enlaces del menú */
.menu__link {
  font-weight: 600;
  font-size: 19px;
  color: #303a4d;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  font-family: 'Dilland Sans', sans-serif;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  padding: 8px 12px;
  border-radius: 20px;
  display: block;
}

/* Language Switcher */
.language-switcher {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-right: 15px;
}

.language-switcher__link {
  font-size: 20px;
  text-decoration: none;
  transition: all 0.2s ease;
  opacity: 0.7;
  filter: grayscale(50%);
}

.language-switcher__link:hover {
  opacity: 1;
  filter: grayscale(0%);
  transform: scale(1.1);
}

.language-switcher__link.active {
  opacity: 1;
  filter: grayscale(0%);
}

.language-switcher__separator {
  color: #303a4d;
  font-weight: 600;
  margin: 0 3px;
  opacity: 0.6;
}

/* Contenedor del botón */
.actions-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 1rem;
}

/* Botón PLANEA */
.actions-header__button {
  font-family: 'Dilland Sans', sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #303a4d;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  color: #303a4d;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  text-decoration: none;
}

.actions-header__button:hover {
  background-color: #303a4d;
  color: #fff;
  text-shadow: none;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(48, 58, 77, 0.2);
}

/* Media queries para móvil */
@media (max-width: 47.999rem) {
  .header__container {
    padding: 0 20px;
  }

  .header__navigation {
    padding: 0;
  }

  .actions-header {
    margin-left: 20px;
  }

  /* Language Switcher en móvil - ocultar del header */
  .language-switcher {
    display: none;
  }

  .actions-header__button {
    display: none;
  }

  /* Contenedor principal del menú */
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100vh;
    min-height: -webkit-fill-available; /* Para iOS */
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    z-index: 98;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
  }

  /* Logo en el menú móvil */
  .menu__mobile-header {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px; /* Espacio para el header fijo */
    margin-bottom: 30px;
  }

  .menu__mobile-logo {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .menu__mobile-logo img {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }

  .menu__mobile-logo span {
    font-weight: 700;
    font-size: 28px;
    color: #303a4d;
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: 'Dilland Sans', sans-serif;
  }

  body.menu-open .menu__body {
    left: 0;
  }

  /* Lista del menú */
  .menu__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 2rem;
    padding: 2rem 1rem;
    flex: 1;
  }

  .menu__item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
  }

  body.menu-open .menu__item {
    opacity: 1;
    transform: translateY(0);
  }

  .menu__link {
    font-size: 28px;
    color: #303a4d;
    padding: 15px 30px;
    display: inline-block;
    transition: all 0.3s ease;
    width: auto;
    border-radius: 30px;
  }

  .menu__link:hover {
    transform: scale(1.1);
    background-color: rgba(48, 58, 77, 0.1);
  }

  /* Language options in mobile menu */
  .menu__language-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(48, 58, 77, 0.2);
  }

  .menu__language-link {
    font-size: 32px;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.7;
    filter: grayscale(50%);
    transform: translateY(20px);
    opacity: 0;
  }

  .menu__language-link:hover {
    opacity: 1;
    filter: grayscale(0%);
    transform: scale(1.2) translateY(0);
  }

  .menu__language-link.active {
    opacity: 1;
    filter: grayscale(0%);
  }

  body.menu-open .menu__language-link {
    opacity: 0.7;
    transform: translateY(0);
    transition-delay: 0.6s;
  }

  body.menu-open .menu__language-link.active {
    opacity: 1;
    filter: grayscale(0%);
  }

  /* Header móvil */
  .header {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .header__container {
    height: 70px;
  }

  /* Botón hamburguesa */
  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 100;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    transition: all 0.3s ease;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #303a4d;
    border-radius: 2px;
  }

  .icon-menu::before {
    top: 0;
    transition: top 0.3s ease 0.3s, transform 0.3s ease;
  }

  .icon-menu::after {
    bottom: 0;
    transition: bottom 0.3s ease 0.3s, transform 0.3s ease;
  }

  .icon-menu span {
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
  }

  /* Animación del botón hamburguesa a X */
  body.menu-open .icon-menu span {
    opacity: 0;
  }

  body.menu-open .icon-menu::before {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: top 0.3s ease, transform 0.3s ease 0.3s;
  }

  body.menu-open .icon-menu::after {
    bottom: 50%;
    transform: translateY(50%) rotate(45deg);
    transition: bottom 0.3s ease, transform 0.3s ease 0.3s;
  }

  /* Prevenir scroll cuando el menú está abierto */
  body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }

  /* Animación escalonada de los items del menú */
  .menu__item:nth-child(1) { transition-delay: 0.1s; }
  .menu__item:nth-child(2) { transition-delay: 0.2s; }
  .menu__item:nth-child(3) { transition-delay: 0.3s; }
  .menu__item:nth-child(4) { transition-delay: 0.4s; }
  .menu__item:nth-child(5) { transition-delay: 0.5s; }

  .inspiration-text {
    font-size: 14px;
  }

  .main__container,
  .main__container_pages {
    padding-top: 8rem; /* Reducido para móviles */
  }
}

@media (min-width: 48rem) {
  .menu__mobile-header {
    display: none;
  }

  .icon-menu {
    display: none;
  }

  .menu__body {
    position: static;
    background: none;
    height: auto;
    display: block;
  }

  .menu__list {
    flex-direction: row;
    opacity: 1;
    transform: none;
  }

  .menu__item {
    opacity: 1;
    transform: none;
    width: auto;
  }

  /* Hide mobile language options on desktop */
  .menu__language-options {
    display: none;
  }
}

/* ****************PAGES**************** */
.page__main {
  padding-bottom: 80px;
}

/* *****************HOME**************** */

.main {
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
}

.main__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding-top: 5rem;
}

.main__caption {
    text-transform: none !important;
    margin-bottom: 6rem;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.5rem;
    line-height: 1.2;
}

/* Ajuste responsive */
@media (max-width: 768px) {
    .main__caption {
        font-size: 1rem;
        padding: 0 1rem;
    }
    
    .main__text {
        max-width: 90%;
        text-align: center;
    }
}

/* Estilos base para todos los títulos principales */
.main__title {
    font-family: 'Dilland Sans', sans-serif !important;
    font-size: 4.5rem !important;
    font-weight: 400 !important;
    text-align: center !important;
}

/* Título HOME */
.wrapper .main__title {
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 12px !important;
    padding-top: 2rem !important;
}

/* Título ABOUT */
.wrapper_about .main__title {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 12px !important;
    padding-top: 4rem !important;
}

/* Título SERVICES */
.wrapper_services .main__title {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 12px !important;
    padding-top: 4rem !important;
}

/* Título CONTACT */
.wrapper_contact .main__title {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 12px !important;
    padding-top: 4rem !important;
}

/* Título DESTINOS - Unificado con el resto del sitio */
.wrapper_destinos .main__title {
    color: #ffffff !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    margin-bottom: 12px !important;
    padding-top: 4rem !important;
}

.main__text {
  margin-bottom: 16px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.main__button {
  font-family: 'Dilland Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 1.25rem 3rem;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  background-color: #303a4d;
  letter-spacing: 0.02em;
  font-size: 1.375rem;
  line-height: 110%;
  position: relative;
  overflow: hidden;
}

.main__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(48, 58, 77, 0.4);
  background-color: #3f4b61;
}

.main__button:active {
  transform: translateY(-1px);
}

.outro_home {
  background-color: rgba(250, 250, 250, 0.95);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.outro_home .outro__title,
.outro_home .outro__text {
  color: #0e6b62 !important;
}

/* ************ABOUT**************** */

.main_about {
  background: none;
}

.about__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 4rem; /* Reducido del valor original */
  padding-bottom: 4rem;
  position: relative;
}

/* Contenedor del texto con fondo blur */
.about__content {
  flex: 0 0 50%;
  padding: 2.5rem 3.125rem;
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}

/* Fondo blur detrás del texto */
.about__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  z-index: -1;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.about__image {
  flex: 0 0 50%;
  position: relative;
  margin-bottom: 0 !important;
  max-width: 552px;
  height: 614px;
}

.about__image img {
  border-radius: 16px;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__title {
  margin-bottom: 1.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}

.about__text {
  max-width: 30rem;
  letter-spacing: 0.02em;
  line-height: 150%;
  margin-bottom: 3.5rem;
  color: #F7F6F2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}

.about__text p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.outro_about {
  background: url("../images/About/plantav.jpg") center / cover no-repeat;
  color: #F7F6F2;
  position: relative;
}
.outro_about::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
  border-radius: 0;
}
.outro_about .outro__container {
  position: relative;
  z-index: 2;
}
.outro_about .outro__title,
.outro_about .outro__text {
  color: #ffffff !important;
}

.outro_about .outro__title,
.outro_about .outro__text {
  color: #0e6b62;
}

/* **************SERVICES**************** */

.main_services {
  background: none;
}

.services {
  background-color: rgba(250, 250, 250, 0.95);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.services__container {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.services__title {
  font-family: 'Dilland Sans', sans-serif !important;
  text-align: center;
  margin-bottom: 5rem;
  color: #0e6b62;
  text-shadow: none
}

.services__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.item-services {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 100%;
}

.item-services__image {
  margin-bottom: 2rem;
  width: 100%;
  height: 421px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
}

.item-services__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
  display: block;
  margin: 0;
  padding: 0;
}

/* Ajuste específico para la imagen del abrazo */
.item-services__image img[src*="abrazo"] {
  object-position: center;
}



.item-services__title {
  font-family: 'Dilland Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #0e6b62;
}

.item-services__text {
  max-width: 21.5rem;
  line-height: 150%;
  margin-bottom: 2rem;
  flex-grow: 1;
  letter-spacing: 0.02em;
  color: #0e6b62;
  
}

.item-services__button {
  background-color: inherit;
  border: 2px solid #303a4d;
  color: #303a4d;
}

.item-services__button:hover,
.item-destinos__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(48, 58, 77, 0.3);
  background-color: #3f4b61;
}

.item-services__button:active,
.item-destinos__button:active {
  transform: translateY(-1px);
}

.outro_services {
  background: url("../images/Services/vista.jpg") center / cover no-repeat;
  color: #ffffff;
  position: relative;
}

.outro_services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.outro_services .outro__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.outro_services .outro__title,
.outro_services .outro__text {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.outro_services .outro__text {
  margin-bottom: 3rem !important;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  max-width: 39.625rem;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.outro_services .outro__button {
  font-family: 'Dilland Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 1.25rem 3rem;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  background-color: #303a4d;
  letter-spacing: 0.02em;
  font-size: 1.375rem;
  line-height: 110%;
  position: relative;
  overflow: hidden;
}

.outro_services .outro__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(48, 58, 77, 0.4);
  background-color: #3f4b61;
}

.outro_services .outro__button {
  margin-top: 2rem;
}

/* ************TESTIMONIAL**************** */

.testimonial__container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 4rem;
  padding-bottom: 8.75rem;
}

.testiomonial__caption {
  font-family: 'Dilland Sans', sans-serif !important;
  text-align: center;
  margin-bottom: 3rem;
  color: #0e6b62;
  text-shadow: none;
  font-size: 2.5rem;
  font-weight: 600;
}

.testimonial__title {
  margin-bottom: 4rem;
  font-size: 2rem;
  max-width: 40.75rem;
  line-height: 136%;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.item-testimonial__image {
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 1.063rem;
  height: 64px;
}

.item-testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.item-testimonial__title {
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.item-testimonial__caption {
  font-size: 0.938rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* ****************OUTRO**************** */

.outro__container {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #F7F6F2;
}

.outro__title {
  margin-bottom: 1.25rem;
  color: #ffffff;
  
}

.outro__text {
  max-width: 39.625rem;
  line-height: 150%;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.outro_services .outro__container .outro__text {
  margin-bottom: 4rem !important;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.outro__button {
  padding: 1rem 2rem;
}

/* ****************FOOTER**************** */

.footer {
  line-height: 150%;
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__container {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
  max-width: 74.624rem;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 2rem;
}

.footer__policy {
  font-weight: 600;
  letter-spacing: 0.02em;
  justify-self: start;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.footer__logo {
  justify-self: center;
}

.footer__copyright {
  font-weight: 500;
  letter-spacing: 0.02em;
  justify-self: end;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 0.9rem;
  margin-right: 0rem;
  
}

@media (max-width: 768px) {
  .footer__copyright {
    font-size: 0.8rem;
    margin-right: 0;
    text-align: center;
  }
}

/* ****************ABOUT PAGE**************** */
.main__text_pages {
  max-width: 37.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.6;
}

.main__container_pages {
  padding-top: 5rem;
}

.main_pages {
  min-height: auto !important; /* Cambiado de 676px para ser más flexible */
}

/* ****************SERVICES PAGE**************** */
.services-page__container {
  padding-top: 4rem;
}

.services-page__item {
  margin-bottom: 4rem; /* Reducido de 132px */
}

.services-page__item:not(:last-child) {
  padding-bottom: 4rem; /* Reducido de 132px */
  margin-bottom: 4rem; /* Reducido de 132px */
  border-bottom: 1px solid rgba(48, 58, 77, 0.4);
}

.services-page__column {
  display: flex;
  align-items: center;
  gap: 97px;
  position: relative;
}

.services-page__content {
  position: relative;
  padding: 2rem;
  z-index: 2;
}

.services-page__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  z-index: -1;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.services-page__title {
  margin-bottom: 24px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.services-page__text {
  margin-bottom: 56px;
  max-width: 480px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.services-page__text p:not(:last-child) {
  margin-bottom: 20px;
}

.services-page__img {
  max-width: 552px;
  height: 614px;
}

.services-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************CONTACT PAGE****************/

.main_contact {
  background: none;
}

.contact__container {
  display: flex;
  justify-content: space-between;
  gap: 109px;
  padding-top: 4rem; /* Reducido del valor original */
  padding-bottom: 140px;
}

.contact__title {
  margin-bottom: 30px;
  margin-top: 3rem;
  font-weight: 800;
  line-height: 110%;
  font-size: 40px;
  color: #ffffff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.connect-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 32px;
  margin-bottom: 40px;
  padding: 2rem;
  border-radius: 16px;
  position: relative;
  z-index: 2;
}

/* Fondo blur para la sección de redes sociales */
.connect-contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  z-index: -1;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.connect-contact__item {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.connect-contant__type {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 110%;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.connect-contact__label {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.contact__links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact__text {
  max-width: 545px;
  font-size: 20px;
  line-height: 150%;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding: 2rem;
  border-radius: 16px;
}

/* Fondo blur para la sección "Planeemos juntos" */
.contact__text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  z-index: -1;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact__text p:not(:last-child) {
  margin-bottom: 15px;
}

iframe {
  width: 100vw;
  height: 482px;
  filter: grayscale(100%);
}

/* **************REVIEWS PAGE**************** */
.reviews__container {
  padding-top: 160px;
  padding-bottom: 160px;
}

.reviews__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
}

.reviews__column {
  border: 1px solid #e1e4eb;
  border-radius: 8px;
}

.reviews__item {
  padding-top: 48px;
  padding-bottom: 56px;
  padding-right: 32px;
  padding-left: 32px;
}

.item-reviews {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-reviews__img {
  max-width: 46px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 46px;
}

.item-reviews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-reviews__text {
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 150%;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.item-reviews__author {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.item-reviews__geo {
  font-size: 14px;
  letter-spacing: 0.002em;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* ******************PRICING PAGE******************** */
.pricing__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing__caption {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 4%;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.pricing__title {
  font-weight: 600;
  font-size: 72px;
  margin-bottom: 24px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.pricing__text {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 88px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.pricing__row {
  display: flex;
  align-items: start;
  gap: 24px;
}

.pricing__column {
  border: 2px solid #e1e4eb;
  border-radius: 8px;
}

.pricing__item {
  padding: 40px;
  padding-bottom: 48px;
}

.item-pricing__info {
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e4eb;
  margin-bottom: 32px;
}

.item-pricing__label {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1%;
  margin-bottom: 16px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.item-pricing__cost {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.item-pricing__list {
  margin-bottom: 64px;
}

.item-pricing__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-pricing__item::before {
  content: "";
  background: url("../img/pricing/check.svg") 0 0 no-repeat;
  width: 16px;
  height: 18px;
}

.item-pricing__item:not(:last-child) {
  margin-bottom: 12px;
}

.item-pricing__button {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 2%;
  font-weight: 600;
  color: #ffffff;
  padding: 20px 82px;
  background-color: #303a4d;
  border-radius: 64px;
}

.team {
  background-color: #e1e4eb;
}

.team__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team__title {
  text-align: center;
  margin-bottom: 96px;
  max-width: 483px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.team__row {
  display: grid;
  column-gap: 24px;
  row-gap: 96px;
  grid-template-columns: repeat(3, 1fr);
}

.team__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-team__img {
  max-width: 360px;
  height: 363px;
  margin-bottom: 40px;
}

.item-team__img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.item-team__name {
  max-width: 186px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.item-team__role {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 26px;
  letter-spacing: 2%;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.item-team__role span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-team__role span::after {
  content: "";
  background: url("../img/team/icons/star.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
}

.item-team__text {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 328px;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.item-team__icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* *************FAQ PAGE************** */
.faqs__container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.faqs__title {
  text-align: center;
  margin-bottom: 80px;
}

.spollers-faq__item {
  width: 100%;
}

.spollers-faq__item:not(:last-child) {
  margin-bottom: 24px;
}

.spollers-faq__button {
  display: inline-block;
  border: 2px solid #e1e4eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
}

.spollers-faq__button span {
  padding-left: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 600;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.spollers-faq__button img {
  padding-right: 34.5px;
}

.spollers-faq__text {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
}

.spollers-faq__item.active .spollers-faq__text {
  max-height: 1000px;
  max-height: calc(1000px + 16px);
}

.spollers-faq__item.active .spollers-faq__button {
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}

.spollers-faq__item.active .spollers-faq__button span {
  padding-bottom: 32px;
}

.spollers-faq__item.active .spollers-faq__button img {
  transform: translate(-34px, 0px) rotate(180deg);
}

.spollers-faq__inner {
  padding-top: 20px;
  padding-left: 40px;
  border: 2px solid #e1e4eb;
  border-radius: 0px 0px 8px 8px;
  line-height: 150%;
  padding-bottom: 20px;
  border-top: none;
  padding-right: 100px;
}

/* ****************TEAM PAGE**************** */
.director__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  gap: 96px;
}

.director__title {
  margin-bottom: 16px;
}

.director__role {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 40px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.director__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 480px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.director__text p:not(:last-child) {
  margin-bottom: 20px;
}

.director__img {
  max-width: 552px;
  height: 614px;
}

.director__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************GALLERY**************** */
.gallery__container {
  padding-bottom: 140px;
  padding-top: 140px;
}

.gallery__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  margin-bottom: 96px;
  justify-items: center;
}

.gallery__item {
  max-width: 360px;
  height: 407px;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.gallery__paggination {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 42px;
}

.gallery__paggination button:first-child {
  transform: translate(0px, 5px);
}

.gallery__paggination button:last-child {
  transform: rotate(-180deg) translate(0px, 5px);
}

.gallery_active {
  color: #fff;
  padding: 10px 15px;
  background-color: #303a4d;
  border-radius: 100px;
  display: inline-block;
}

/* ****************RESOURCES**************** */
.resources__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  justify-items: center;
}

.resources__img {
  max-width: 360px;
  height: 330px;
  margin-bottom: 32px;
}

.resources__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.resources__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.resources__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 243px;
  margin-bottom: 32px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.resources__button {
  background-color: #fff;
  color: #303a4d;
  font-weight: 600;
  letter-spacing: 2%;
  border: 2px solid #303a4d;
  border-radius: 64px;
}

/* ****************ADAPTIVE**************** */

@media (max-width: 992px) {
  .services__row {
    grid-template-columns: 1fr;
    gap: 6rem;
    justify-items: center;
  }

  .item-services {
    text-align: center;
    align-items: center;
  }

  .page__main {
    padding-bottom: 80px;
  }
}

@media (min-width: 47.999rem) {
  .menu__list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 995px) {
  .item-pricing__button {
    font-size: 19px;
  }
}

@media (max-width: 62.6875rem) {
  .resources__container {
    padding-top: 70px;
    padding-bottom: 70px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__paggination {
    gap: 27px;
  }

  .gallery__row {
    grid-template-columns: repeat(2, 1fr);
  }

  .team__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }

  .director__container {
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 10px;
    text-align: center;
  }

  .item-pricing {
    padding: 20px;
    padding-bottom: 30px;
  }

  .pricing__title {
    font-size: 39px;
  }

  .pricing__text {
    margin-bottom: 25px;
  }

  .item-pricing__button {
    padding: 16px 42px;
  }

  .footer__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
  }

  .footer__policy,
  .footer__copyright {
    justify-self: center;
    text-align: center;
    margin: 0.5rem 0;
  }

  .footer__logo {
    margin-bottom: 1rem;
  }

  .services-page__column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    gap: 4rem;
  }

  .services-page__content {
    width: 100%;
    padding: 1.5rem;
  }

  .services-page__text {
    max-width: 100%;
  }
}

@media (max-width: 47.999rem) {
  /* Reducir padding de services en móvil */
  .services__container {
    padding-top: 2rem !important;
    padding-bottom: 3rem !important;
  }
  
  .icon-menu {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    z-index: 5;
    margin-left: 20px;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    transition: all 0.3s ease;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #303a4d;
    border-radius: 2px;
  }

  .icon-menu::before {
    top: 0;
  }

  .icon-menu::after {
    bottom: 0;
  }

  .icon-menu span {
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before {
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
  }

  .menu-open .icon-menu::after {
    bottom: 50%;
    transform: rotate(45deg) translateY(50%);
  }

  .menu__body {
    background-color: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 30px 30px 30px;
    overflow: auto;
    transition: left 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .menu__list {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .menu__item {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    transition-delay: 0.1s;
  }

  .menu__item:nth-child(2) { transition-delay: 0.2s; }
  .menu__item:nth-child(3) { transition-delay: 0.3s; }
  .menu__item:nth-child(4) { transition-delay: 0.4s; }
  .menu__item:nth-child(5) { transition-delay: 0.5s; }

  .menu-open .menu__item {
    opacity: 1;
    transform: translateY(0);
  }

  .menu__link {
    font-size: 24px;
    padding: 10px 20px;
  }

  .menu-open .menu__body {
    left: 0;
  }

  .actions-header {
    display: flex;
    align-items: center;
  }

  .actions-header__button {
    font-size: 14px;
    padding: 8px 16px;
  }

  .main__container,
  .main__container_pages {
    padding-top: 3rem;
  }

  .main__title {
    font-size: 3rem !important;
    margin-bottom: 3rem !important;
    padding-top: 3rem !important;
  }

  .title {
    font-size: 2rem;
  }

  .about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 1.5rem !important;
  }

  .about__container {
    flex-direction: column;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    gap: 4rem;
  }

  .services__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .testimonial__title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  .testiomonial__caption {
    margin-bottom: 2rem;
  }

  .outro__container {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .logo {
    font-size: 1rem;
  }

  .services-page__column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    gap: 4rem;
  }
}

@media (max-width: 61.936rem) {
  .footer__container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 0.938rem;
  }

  .logo {
    font-size: 2rem;
  }
}

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

  .team__row {
    grid-template-columns: 1fr;
  }

  .gallery__row {
    grid-template-columns: 1fr;
  }

  .resources__container {
    grid-template-columns: 1fr;
  }
}

/* ****************DESTINOS PAGE**************** */
.main_destinos {
  min-height: 120vh;
  margin-top: 0;
  padding-top: 0;
}

.main_destinos .main__container {
  position: relative;
  z-index: 2;
}

.destinos__container {
  padding: 4rem 0;
  background-color: #ffffff;
}

.destinos__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.destinos__column {
  display: flex;
  flex-direction: column;
}

.item-destinos {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e4eb;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item-destinos:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.item-destinos__image {
  width: 100%;
  height: 300px;
  margin-bottom: 1.5rem;
  border-radius: 12px;
  overflow: hidden;
}

.item-destinos__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.item-destinos:hover .item-destinos__image img {
  transform: scale(1.05);
}

.item-destinos__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: 'Dilland Sans', sans-serif;
  color: #303a4d;
}

.item-destinos__text {
  margin-bottom: 1.5rem;
  line-height: 1.5;
  font-size: 1rem;
  color: #303a4d;
  flex-grow: 1;
}

.item-destinos__button {
  padding: 0.75rem 1.5rem;
  background-color: transparent;
  border: 2px solid #303a4d;
  color: #303a4d;
  font-family: 'Dilland Sans', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
}

.item-destinos__button:hover {
  background-color: #303a4d;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(48, 58, 77, 0.2);
}

.outro_destinos {
  background: url("../images/destinos/monodormido.jpg") center / cover no-repeat;
  color: #ffffff;
  position: relative;
}

.outro_destinos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.outro_destinos .outro__container {
  position: relative;
  z-index: 2;
}

.outro_destinos .outro__title,
.outro_destinos .outro__text {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.outro_destinos .outro__button {
  font-family: 'Dilland Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  padding: 1.25rem 3rem;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  background-color: #303a4d;
  letter-spacing: 0.02em;
  font-size: 1.375rem;
  line-height: 110%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.outro_destinos .outro__button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(48, 58, 77, 0.4);
  background-color: #3f4b61;
}

@media (max-width: 992px) {
  .destinos__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
}

@media (max-width: 768px) {
  .destinos__container {
    padding: 3.75rem 0;
  }

  .destinos__row {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }

  .item-destinos {
    padding: 1.5rem;
  }

  .item-destinos__image {
    height: 250px;
  }

  .item-destinos__title {
    font-size: 1.25rem;
  }

  .item-destinos__text {
    font-size: 0.9375rem;
  }
}

@media (max-width: 480px) {
  .destinos__container {
    padding: 2.5rem 0;
  }

  .item-destinos {
    padding: 1rem;
  }

  .item-destinos__image {
    height: 200px;
  }
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  backdrop-filter: blur(5px);
}

.modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__content {
  background: white;
  padding: 2rem;
  border-radius: 15px;
  width: 90%;
  max-width: 500px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #303a4d;
}

.modal__title {
  font-family: 'Dilland Sans', sans-serif;
  color: #303a4d;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  text-align: center;
}

.form__group {
  margin-bottom: 1rem;
}

.form__label {
  display: block;
  margin-bottom: 0.5rem;
  color: #303a4d;
  font-weight: 500;
}

.form__input,
.form__textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: 'Alte Haas Grotesk', sans-serif;
  font-size: 1rem;
}

.form__textarea {
  height: 100px;
  resize: vertical;
}

.form__submit {
  width: 100%;
  padding: 1rem;
  background: #303a4d;
  color: white;
  border: none;
  border-radius: 30px;
  font-family: 'Dilland Sans', sans-serif;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form__submit:hover {
  background: #3f4b61;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(48, 58, 77, 0.2);
}

/* Estilos base del menú para todas las resoluciones */
.menu__body {
    width: 100%;
}

.menu__list {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu__link {
    font-weight: 600;
    font-size: 19px;
    color: #303a4d;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    font-family: 'Dilland Sans', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 8px 16px;
    border-radius: 20px;
}

.menu__link:hover {
    transform: translateY(-2px);
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 12px rgba(48, 58, 77, 0.15);
}

/* Estilos específicos para móvil */
@media (max-width: 47.999rem) {
    .menu__body {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100vw;
        height: 100vh;
        background: rgba(255, 255, 255, 0.2) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: all 0.3s ease;
        z-index: 98;
        display: flex;
        flex-direction: column;
    }

    .menu__mobile-header {
        width: 100%;
        padding: 15px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .menu__mobile-logo {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .menu__mobile-logo img {
        width: 50px;
        height: 50px;
        object-fit: cover;
    }

      .menu__mobile-logo span {
    font-weight: 700;
    font-size: 24px;
    color: #303a4d;
    background: transparent !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    font-family: 'Dilland Sans', sans-serif;
  }

    .menu__list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.5rem;
        padding: 2rem 1rem;
        margin-top: 1rem;
    }

    .menu__item {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.3s ease;
        width: 100%;
        text-align: center;
    }

    .menu__link {
        font-size: 24px;
        padding: 12px 25px;
        display: inline-block;
    }

    body.menu-open .menu__body {
        left: 0;
    }

    body.menu-open .menu__item {
        opacity: 1;
        transform: translateY(0);
    }

    .menu__item:nth-child(1) { transition-delay: 0.1s; }
    .menu__item:nth-child(2) { transition-delay: 0.2s; }
    .menu__item:nth-child(3) { transition-delay: 0.3s; }
    .menu__item:nth-child(4) { transition-delay: 0.4s; }
    .menu__item:nth-child(5) { transition-delay: 0.5s; }

    .icon-menu {
        display: block;
        position: relative;
        width: 30px;
        height: 18px;
        cursor: pointer;
        z-index: 100;
    }

    .icon-menu span,
    .icon-menu::before,
    .icon-menu::after {
        content: "";
        transition: all 0.3s ease;
        right: 0;
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #303a4d;
        border-radius: 2px;
    }

    .icon-menu::before {
        top: 0;
        transition: top 0.3s ease 0.3s, transform 0.3s ease;
    }

    .icon-menu::after {
        bottom: 0;
        transition: bottom 0.3s ease 0.3s, transform 0.3s ease;
    }

    .icon-menu span {
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s ease;
    }

    body.menu-open .icon-menu span {
        opacity: 0;
    }

    body.menu-open .icon-menu::before {
        top: calc(50% - 1px);
        transform: rotate(-45deg) translateY(-50%);
    }

    body.menu-open .icon-menu::after {
        bottom: calc(50% - 1px);
        transform: rotate(45deg) translateY(50%);
    }
}

/* Estilos específicos para desktop */
@media (min-width: 1024px) {
    .header__navigation {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .header__menu {
        flex: 1;
        max-width: 800px;
        margin: 0 auto;
    }

    .menu__body {
        width: 100%;
    }

    .menu__list {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin: 0;
        padding: 0;
        list-style: none;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .menu__link {
        /* Ajusta este valor para cambiar el tamaño del texto del menú */
        font-size: 21px;
        padding: 8px 10px;
        white-space: nowrap;
    }

    .actions-header {
        margin-left: 0.5rem;
    }

    .actions-header__button {
        padding: 8px 20px;
        font-size: 14px;
    }
}

/* Prevenir scroll cuando el menú está abierto en móvil */
body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* Barra de frases inspiradoras */
.inspiration-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #b8fcf380; /* Aumentar la transparencia */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inspiration-text {
    font-family: 'Alte Haas Grotesk', sans-serif;
    color: #303a4d; /* Cambia este valor al azul que prefieras */
    font-size: 16px;
    text-align: center;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    padding: 0 20px;
    font-weight: 500;
}

.inspiration-text.fade {
    opacity: 0;
}

/* Comportamiento de scroll personalizado */


/* Ajuste de posicionamiento para la sección de destinos */
.destinos {
  scroll-margin-top: 20vh; /* Esto ajusta dónde se detiene el scroll, dejando espacio en la parte superior */
}

/* Asegurarse que el contenedor de destinos tenga suficiente padding superior para un buen espaciado visual */
.destinos__container {
  padding: 4rem 0;
  background-color: #f8f9fa;
}

/* Ajuste del botón para mejor interacción */
.main__button[href^="#"] {
  transition: all 0.3s ease;
}

.main__button[href^="#"]:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(48, 58, 77, 0.4);
}

/* Eliminada regla específica - ahora usa la clase general .main__title */

/* Eliminada regla específica - ahora usa la clase general .main__title */

.wrapper_destinos .main__text {
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
}

/* ****************DESTINOS PAGE**************** */
/* Eliminadas reglas duplicadas - ahora usa la clase general .main__title */

/* Regla eliminada - duplicada con la de 47.999rem */

/* Estilos para la sección de fundadores */
.about-founders {
  padding: 6rem 0;
}

.founders-container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}

.founder-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 3rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease;
}

.founder-card:hover {
  transform: translateY(-10px);
}

.founder-image {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2rem;
  border: 3px solid #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.founder-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.founder-image:hover img {
  transform: scale(1.1);
}

.founder-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.founder-name {
  font-family: 'Dilland Sans', sans-serif;
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.founder-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.founder-signature {
  max-width: 150px;
  height: auto;
  opacity: 0.9;
  filter: brightness(0) invert(1);
}

/* Responsive */
@media (max-width: 1200px) {
  .founder-image {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 992px) {
  .founders-container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .founder-image {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 768px) {
  .founders-container {
    gap: 3rem;
  }

  .founder-card {
    padding: 2rem;
  }

  .founder-image {
    width: 300px;
    height: 300px;
  }

  .founder-name {
    font-size: 1.75rem;
  }

  .founder-text {
    font-size: 1rem;
  }

  .about-founders {
    padding: 4rem 0;
  }
}

@media (max-width: 480px) {
  .founder-image {
    width: 315px;
    height: 315px;
  }
}

.outro__title {
  color: #ffffff;
}
.outro__text {
  color: #ffffff;
  margin-left: 1rem;
  margin-right: 1rem;
}

/* ===== INSTAGRAM PREVIEW SECTION ===== */
.instagram-preview {
  background-color: #fafafa;
  padding: 4rem 0
}
.instagram-preview__container {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.instagram-preview__title {
  text-align: center;
  color: #303a4d;
  margin-bottom: 2.5rem;
  font-family: 'Dilland Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}
.instagram-preview__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
}
/* SnapWidget iframe responsivo */
.snapwidget-widget {
  width: 100% !important;
  min-height: 400px;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(48,58,77,0.08);
  background: #fff;
  transition: box-shadow 0.3s;
}
/* Efecto hover para las miniaturas (si SnapWidget lo permite) */
.snapwidget-widget:hover {
  box-shadow: 0 8px 32px rgba(48,58,77,0.16);
}
@media (max-width: 900px) {
  .instagram-preview__title {
    font-size: 2rem;
  }
  .instagram-preview {
    padding: 2.5rem 0;
  }
}
@media (max-width: 600px) {
  .instagram-preview__title {
    font-size: 1.5rem;
  }
  .instagram-preview {
    padding: 1.5rem 0;
  }
  .snapwidget-widget {
    min-height: 300px;
  }
}

.instagram-section {
  padding: 4rem 0 2rem 0;
  background-color: rgba(250, 250, 250, 0.95);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.seccion-titulo {
  font-family: 'Dilland Sans', sans-serif !important;
  text-align: center;
  margin-bottom: 5rem;
  margin-top: 3rem;
  color: #0e6b62;
  text-shadow: none;
  font-size: 3.2rem;
}
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  justify-items: center;
  align-items: stretch;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.instagram-grid iframe {
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(48,58,77,0.08);
  background: #fff;
  transition: box-shadow 0.3s;
  width: 340px;
  height: 440px;
  max-width: 100%;
  margin: 0;
  filter: none !important;
  -webkit-filter: none !important;
}
.instagram-grid iframe:hover {
  box-shadow: 0 8px 32px rgba(48,58,77,0.16);
}
@media (max-width: 1100px) {
  .instagram-grid {
    max-width: 100vw;
    gap: 1.2rem;
  }
}
@media (max-width: 900px) {
  .instagram-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }
}
@media (max-width: 600px) {
  .instagram-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .instagram-section {
    padding: 2rem 0 1rem 0;
  }
  .instagram-grid iframe {
    width: 98vw;
    min-width: 0;
    height: 400px;
  }
}

/* === OPTIMIZACIÓN RESPONSIVE PARA MÓVIL === */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  .main__title, .title, .outro__title, .about__title, .services__title, .testimonial__title, .destino-header__title {
    font-size: 3.5rem !important;
    padding-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .main__text, .main__text_pages, .about__text, .outro__text, .services__text, .testimonial__caption, .testimonial__title, .destino-header__subtitle {
    font-size: 1.2rem !important;
    margin-bottom: 1rem !important;
    font-weight: 500 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .main__button, .outro__button, .button, .services-page__button {
    font-size: 1.1rem !important;
    padding: 1rem 1.5rem !important;
    margin-bottom: 1rem;
  }
  .main__container, .main__container_pages, .about__container, .services__container, .testimonial__container, .outro__container, .contact__container, .footer__container {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .services__row, .gallery__row, .team__row, .resources__container, .destinos__row {
    grid-template-columns: 1fr !important;
    gap: 1.2rem !important;
  }
  .item-services__image, .gallery__item, .founder-image, .destino-card__image, .destino-header__image {
    height: 220px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .destino-gallery {
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
    padding: 1rem !important;
  }
  .destino-gallery__image-container {
    aspect-ratio: 1 !important;
  }
  .modal__content, .form__input, .form__textarea {
    width: 100% !important;
    font-size: 1rem !important;
  }
  .footer__container {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0.5rem !important;
  }
  .contact__container {
    flex-direction: column !important;
    gap: 2rem !important;
  }
  
  /* Ajustes responsive para el recuadro blur en móvil */
  .contact__text {
    padding: 1.5rem !important;
    margin: 1rem !important;
  }
  
  .contact__text::before {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }
  
  /* Ajustes responsive para el recuadro blur de redes sociales */
  .connect-contact {
    padding: 1.5rem !important;
    margin: 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .connect-contact::before {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
  }
  
  /* Ajustes específicos para los items de contacto en móvil */
  .connect-contact .connect-contact__item {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
  }
  
  .connect-contact .connect-contact__icon img {
    width: 32px !important;
    height: 32px !important;
  }
  .contact__contacts, .contact__info {
    width: 100% !important;
    max-width: 100vw !important;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 13px;
  }
  .main__title, .title, .outro__title, .about__title, .services__title, .testimonial__title, .destino-header__title {
    font-size: 3.5rem !important;
    padding-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .main__text, .main__text_pages, .about__text, .outro__text, .services__text, .testimonial__caption, .testimonial__title, .destino-header__subtitle {
    font-size: 1.1rem !important;
    margin-bottom: 1rem !important;
    font-weight: 500 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .main__button, .outro__button, .button, .services-page__button {
    font-size: 1rem !important;
    padding: 0.8rem 1rem !important;
    margin-bottom: 0.8rem;
  }
  .main__container, .main__container_pages, .about__container, .services__container, .testimonial__container, .outro__container, .contact__container, .footer__container {
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
  }
  .services__row, .gallery__row, .team__row, .resources__container, .destinos__row, .destinos-grid {
    grid-template-columns: 1fr !important;
    gap: 0.7rem !important;
  }
  .item-services__image, .gallery__item, .founder-image, .destino-card__image, .destino-header__image {
    height: 140px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .destino-gallery {
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
    padding: 0.5rem !important;
  }
  .modal__content, .form__input, .form__textarea {
    width: 100% !important;
    font-size: 0.95rem !important;
  }
  .footer__container {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    gap: 0.2rem !important;
  }
  .contact__container {
    flex-direction: column !important;
    gap: 1rem !important;
  }
  .contact__contacts, .contact__info {
    width: 100% !important;
    max-width: 100vw !important;
  }
}

@media (max-width: 600px) {
  .instagram-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .instagram-section {
    padding: 2rem 0 1rem 0;
  }
  .instagram-grid iframe {
    width: 100vw;
    max-width: 360px;
    min-width: 0;
    height: 350px;
    margin: 0 auto;
    display: block;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(48,58,77,0.10);
  }
}

@media (max-width: 768px) {
  /* --- MENÚ HAMBURGUESA --- */
  .icon-menu {
    display: block;
    position: relative;
    width: 36px;
    height: 28px;
    cursor: pointer;
    z-index: 1200;
    margin-left: 20px;
    background: none;
    border: none;
  }
  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background: #303a4d;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(.4,2,.6,1);
  }
  .icon-menu span {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }
  .icon-menu::before {
    top: 6px;
  }
  .icon-menu::after {
    bottom: 6px;
  }
  body.menu-open .icon-menu span {
    opacity: 0;
  }
  body.menu-open .icon-menu::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: #303a4d;
  }
  body.menu-open .icon-menu::after {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
    background: #303a4d;
  }

  /* MENÚ desplegable hamburguesa */
  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; /* ← ahora sí cubre todo */
    background: rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: left 0.3s cubic-bezier(.4,2,.6,1), background 0.3s;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    box-shadow: none;
    border: none;
    border-left: none !important;
  }

  .menu__content {
    max-height: 75vh; /* ← las opciones quedan arriba */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    padding-top: 30px;
  }

  .menu__body {
    left: -100vw;
    display: none;
  }
  body.menu-open .menu__body {
    left: 0;
    display: flex;
  }

  .menu__list {
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  }

  .menu__link {
    color: #fff !important;
    font-size: 1.7rem;
    font-weight: 600;
    padding: 18px 0;
    border-radius: 0;
    background: none;
    text-align: center;
    width: 100%;
    display: block;
    transition: background 0.2s;
  }

  .menu__link:hover {
    background: rgba(255,255,255,0.08);
    color: #f3c761 !important;
  }

  .menu__mobile-header {
    width: 100%;
    padding: 30px 0 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 20px;
  }
}


@media (max-width: 768px) {
  /* Ocultar logo duplicado en menú hamburguesa */
  .menu__mobile-header {
    display: none !important;
  }
  /* Centrar opciones del menú */
  .menu__body {
    justify-content: center !important;
    align-items: center !important;
  }
  .menu__list {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    gap: 1.5rem !important;
    margin: 0;
    padding: 0;
  }
  .menu__item {
    width: 100%;
    text-align: center !important;
  }
  .menu__link {
    text-align: center !important;
    margin: 0 !important;
    width: 100%;
    display: block;
    padding: 1.5rem 0 !important;
  }
}

@media (max-width: 768px) {
  /* ...otras reglas... */
  .destino-card {
    min-height: 220px !important;
    height: 45vw !important;
    max-height: 260px;
    aspect-ratio: 4/3;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
  }
  .destino-card__image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0 !important;
    background: none !important;
  }
  .destino-card__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.2), transparent);
    padding: 1.2rem;
    color: white;
    text-align: left;
    border-radius: 0 0 12px 12px;
  }
}

@media (max-width: 768px) {
  /* Grid de dos columnas con espacio uniforme */
  .wrapper_destinos .destinos-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    padding: 16px !important;
  }

  /* Tarjeta: ancho 100%, altura auto */
  .wrapper_destinos .destino-card {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    overflow: hidden;
  }

  /* Imagen: ocupa todo el ancho, altura auto */
  .wrapper_destinos .destino-card__image {
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }

  /* Overlay y texto con padding cómodo */
  .wrapper_destinos .destino-card__overlay {
    padding: 12px !important;
  }

  .wrapper_destinos .destino-card__title {
    font-size: 1.1rem !important;
  }

  .wrapper_destinos .destino-card__subtitle {
    font-size: 0.9rem !important;
  }

  .wrapper_destinos .destino-card__button {
    font-size: 0.85rem !important;
    padding: 8px 12px !important;
  }
}

@media (max-width: 768px) {
  /* Imagen principal del destino: visualización completa y centrada */
  .destino-header {
    overflow: visible !important;
    min-height: 320px !important;
    height: auto !important;
  }
  .destino-header__image {
    width: 100% !important;
    height: auto !important;
    min-height: 300px !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block;
    margin: 0 auto;
    border-radius: 0 !important;
    background: none !important;
  }
}

/* Unificación de portada y overlay en destinos */
.destino-header {
  position: relative !important;
  min-height: 400px !important;
  height: 400px !important;
  overflow: hidden !important;
}
.destino-header__image {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block;
  margin: 0 auto;
  border-radius: 0 !important;
  background: none !important;
}
.destino-header__overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4) !important;
  z-index: 2;
  pointer-events: none;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .destino-header {
    min-height: 260px !important;
    height: 260px !important;
  }
  .destino-header__image {
    height: 260px !important;
    min-height: 180px !important;
  }
}

@media (max-width: 768px) {
  /* ...otras reglas... */
  .outro_destinos {
    margin-top: 2.5rem !important;
  }
}

@media (max-width: 768px) {
  /* ...otras reglas... */
  .outro_destinos {
    margin-top: 2.5rem !important;
  }
  
  /* Reorganización de servicios en móvil */
  .services-page__column {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    position: relative !important;
  }
  
  .services-page__content {
    order: 2 !important;
    margin-top: -2rem !important;
    margin-bottom: 0 !important;
    padding: 1.5rem 1rem 3rem 1rem !important;
  }
  
  .services-page__img {
    order: 1 !important;
    width: 100% !important;
    height: 250px !important;
    margin-bottom: 0 !important;
    overflow: hidden !important;
  }
  
  .services-page__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    border-radius: 8px !important;
  }
  
  .services-page__title {
    text-align: center !important;
    margin-bottom: 1.5rem !important;
    font-size: 2rem !important;
    font-weight: bold !important;
    color: #fff !important;
  }
  
  .services-page__text {
    text-align: center !important;
    margin-bottom: 2rem !important;
  }
  
  .services-page__text p {
    margin-bottom: 1rem !important;
  }
  
  .services-page__button {
    margin: 0 auto !important;
    display: block !important;
    width: fit-content !important;
  }
  
  .services-page__item:not(:last-child) {
    margin-bottom: 2rem !important;
    padding-bottom: 0 !important;
  }
  
  .services-page__item:last-child {
    margin-bottom: 2rem !important;
  }
}

@media (max-width: 768px) {
  /* ...otras reglas... */
  .outro_destinos {
    margin-top: 2.5rem !important;
  }
  
  /* Ajuste de imagen "espejo.jpg" en index.html para móvil */
  .about__image {
    padding: 0 1rem !important;
    margin-bottom: 0 !important;
  }
  
  .about__image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
  }
  
  /* Centrado y ancho del recuadro blur en móvil */
  .about__content {
    padding: 0 1rem !important;
    text-align: center !important;
    margin: 0 1rem !important;
  }
  
  .about__title {
    text-align: center !important;
  }
  
  .about__text {
    text-align: center !important;
  }
  
  /* Reorganización de servicios en móvil */
  .services-page__column {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    position: relative !important;
  }
}

/* ===== ELIMINACIÓN COMPLETA DE FONDOS Y SOMBRAS EN LOGOS ===== */
.header__logo span,
.menu__mobile-logo span {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.header__logo,
.menu__mobile-logo {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

/* Asegurar que el header mantenga su fondo blur pero el logo esté limpio */
.header__container {
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* ===== MEJORAS DEL MENÚ HAMBURGUESA MÓVIL ===== */
/* Feedback visual en el menú desplegable */
.menu__body .menu__link {
  display: block;
  padding: 12px 16px;
  transition: background-color 0.2s ease;
}

.menu__body .menu__link:hover,
.menu__body .menu__link:focus {
  background-color: rgba(0, 0, 0, 0.05);
}

.menu__body .menu__link:active {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  /* 1) Grid de dos columnas iguales que quepan en móvil */
  .wrapper_about .founders-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 12px !important;
    justify-items: center !important;
  }

  /* 2) Cada tarjeta ocupa el 100% de su celda, sin max-width */
  .wrapper_about .founder-card {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  /* 3) Foto y contenedor del mismo tamaño y circular */
  .wrapper_about .founder-image,
  .wrapper_about .founder-image img {
    width: 100px !important;    /* ajusta a gusto, e.g. 100px */
    height: 100px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* Botón flotante WhatsApp */
  .whatsapp-float-btn {
    position: fixed;
    font-family: 'Dilland sans' !important; 
    bottom: 20px;
    right: 20px;
    background: #35c3b3;           /* mismo azul de tus botones */
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;           /* óvalo redondeado */
    font-size: 1rem;
    font-family: inherit;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.55);
    z-index: 10000;
    transition: background 0.2s;
  }
  .whatsapp-float-btn:hover {
    background: #145a92;           /* hover más oscuro */
  }

  /* Estilos para testimonios dinámicos */
  .testimonial__content {
    text-align: center;
    max-width: 600px;
    margin: 1 auto;
    padding: 20px 16px;
    gap: 12px; /* <-- crea espacio entre frase y nombre */
  }

  .testimonial__quote {
    font-size: 1.3rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 12px;
  }

  .testimonial__name {
    font-size: 1rem;
    font-weight: 500;
    color: #4becec;
  }

  /* Optimización de Instagram para móviles */
  .instagram-section {
    padding: 0 32px;           /* Más espacio en los lados (más delgado) */
    box-sizing: border-box;
  }

  .instagram-section iframe {
    width: 100% !important;
    height: 420px !important; /* Más largo verticalmente */
    border: none;
    display: block;
  }
}

@media (max-width: 768px) {
  /* Overrides para elevar contenido del menú y evitar scroll innecesario */
  .menu__body {
    /* overlay ya cubre 100vh en reglas anteriores */
    justify-content: flex-start !important;
    align-items: center !important;
    padding-top: 0px !important; /* sin separación del borde superior */
    overflow-y: auto !important;  /* permitir scroll solo si es necesario en pantallas muy pequeñas */
  }

  /* Ocultar el logo móvil dentro del menú para evitar duplicado */
  .menu__mobile-header {
    display: none !important;
  }

  /* Subir la lista y limitar su alto para que no obligue a scroll del viewport */
  .menu__list {
    padding-top: 0px !important;
    padding-bottom: 24px !important;
    max-height: calc(100vh - 120px) !important; /* deja espacio para logo + padding */
    overflow-y: auto !important; /* solo la lista scrollea si sobra contenido */
  }
}

@media (max-width: 768px) {
  /* Unificación final del menú hamburguesa en todas las páginas */
  .header .menu__body,
  .wrapper .menu__body,
  body .menu__body {
    height: 100vh !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-top: 90px !important; /* reducido para empezar más arriba */
    overflow-y: auto !important; /* solo scrollea el overlay si es necesario */
  }

  /* Lista con límite de alto para no obligar a desplazar todo el overlay */
  .header .menu__list,
  .wrapper .menu__list,
  body .menu__list {
    max-height: calc(100vh - 120px) !important;
    overflow-y: auto !important;
  }

  /* Ocultar logo duplicado dentro del overlay para mantener altura consistente */
  .menu__mobile-header { display: none !important; }

  /* Reglas unificadas del menú hamburguesa para todas las páginas */
  .menu__body {
    display: none;
  }

  .menu__body.menu-open {
    display: flex !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    z-index: 9998 !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-top: 60px !important;
    overflow-y: auto !important;
  }

  /* Asegurar que el botón hamburguesa esté siempre por encima del overlay */
  .menu__icon {
    z-index: 10000 !important;
    position: relative !important;
  }

  .menu__content {
    max-height: calc(100vh - 120px) !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    overflow-y: auto !important;
    padding-top: 10px !important;
  }

  /* Override específico para todas las páginas */
  .wrapper_contact .menu__body.menu-open,
  .wrapper_about .menu__body.menu-open,
  .wrapper_services .menu__body.menu-open,
  .wrapper .menu__body.menu-open {
    padding-top: 90px !important;
    justify-content: flex-start !important;
    align-items: center !important;
  }
}

/* ==========================================================================
   ESTILOS PARA PÁGINAS DE PRIVACIDAD Y TÉRMINOS
   ========================================================================== */

/* Estilos específicos para el contenido de las páginas de privacidad y términos */
.main__text_pages {
  max-width: 800px;
  margin: 0 auto;
  margin-top: 0;
  margin-bottom: 16px;
  text-align: center;
  padding: 20px;
  line-height: 1.5;
}

/* Botones en contenedores de páginas */
.main__container_pages .btn,
.main__container_pages .button {
  margin-top: 0;
}

.main__text_pages h2 {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.main__text_pages p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 1rem;
}

/* Overlay para mejorar legibilidad en páginas de privacidad y términos */
.wrapper_privacidad .main__container_pages,
.wrapper_terminos .main__container_pages {
  position: relative;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 15px;
  padding: 40px 30px;
  margin: 20px auto;
  max-width: 900px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Asegurar que el texto sea legible */
.wrapper_privacidad .main__title,
.wrapper_terminos .main__title {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.wrapper_privacidad .main__text_pages,
.wrapper_terminos .main__text_pages {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.wrapper_privacidad .main__text_pages h2,
.wrapper_terminos .main__text_pages h2 {
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.wrapper_privacidad .main__text_pages p,
.wrapper_terminos .main__text_pages p {
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Responsive para móviles */
@media (max-width: 768px) {
  .wrapper_privacidad .main__container_pages,
  .wrapper_terminos .main__container_pages {
    margin: 10px auto;
    padding: 30px 20px;
    border-radius: 10px;
    max-width: calc(100% - 20px);
  }
  
  .main__text_pages {
    padding: 10px;
    max-width: 90%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
  }
  
  .main__text_pages h2 {
    font-size: 1.3rem;
    margin-top: 15px;
  }
}


