@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Montserrat-BlackItalic";
  src: url("Fonts/Montserrat-BlackItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Black";
  src: url("Fonts/Montserrat-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Thin";
  src: url("Fonts/Montserrat-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("Fonts/Montserrat-Bold.ttf") format("truetype");
}
:root {
  --white-color: #fff;
  --dark-color: #222;
  --body-bg-color: #fff;
  --section-bg-color: #202834;
  --navigation-item-hover-color: #3b5378;
  --text-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  --box-shadow: 0 5px 25px rgb(0 0 0 /20%);
  --scroll-bar-color: #fff;
  --scroll-thumb-color: #282f4e;
  --scroll-thumb-hover-color: #454f6b;
}

html {
  font-size: 20px; /* Tamaño de fuente base en píxeles */
}

header {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 6rem;
  justify-content: center;
}

#BtnWhatsapp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  background: #59CE72;
  border-radius: 50%;
  width: 1px; /* Ancho inicial */
  height: 1px; /* Altura inicial */
  cursor: pointer;
  transition: width 1s, height 1s;
}

#BtnWhatsapp.expanded {
  width: 60px; /* Ancho al hacer scroll */
  height: 60px; /* Altura al hacer scroll */
}

#BtnWhatsapp a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none; /* Si deseas quitar el subrayado */
  opacity: 0; /* Inicialmente oculto */
  transition: opacity 0.5s; /* Transición suave para la opacidad */
}

#BtnWhatsapp.expanded a {
  opacity: 1; /* Mostrar el icono cuando se expande el contenedor */
}

#BtnWhatsapp a i {
  color: white;
  font-size: 2rem;
}

#BtnWhatsapp:hover {
  background: #215C54;
  transition: background 0.6s; /* Solo transición para el color de fondo */
}

.Encabezado {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  /* Puedes usar 'space-around' en lugar de 'space-between' si quieres un poco más de espacio */
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 1280px;
  padding-right: 5px;
}

.MenuEncabezado {
  position: relative;
  top: 0.4rem;
}

.mostrar-menu,
.ocultar-menu {
  font-size: 7.5rem;
  display: none;
}

.mostrar-menu {
  order: 1;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}

.ocultar-menu {
  color: #ffffff;
  position: relative;
  top: 0px;
  font-weight: bold;
}

#check {
  display: none;
}

.LogoEncabezado {
  position: relative;
  top: 10px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.LogoEncabezado {
  position: relative;
  top: 10px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.LogoEncabezado img {
  max-width: 100%;
  max-height: 100%;
}

nav {
  background-color: none;
}

nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: center;
}

nav li {
  position: relative;
}

nav a {
  display: block;
  padding: 11px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  font-family: Arial, Helvetica, sans-serif;
}

nav a:hover,
nav a:focus {
  text-decoration: underline;
}

/* Estilos para la lista desplegable */
nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8); /* Cambio de color de fondo a negro */ /* Cambio de color de las letras a blanco */
  padding: 0;
  margin: 0;
  border: 1px solid none;
  z-index: 1;
  text-align: center;
}

nav ul ul li {
  width: 100%;
  border-top: 1px solid #beb6b6;
}

nav ul li:hover > ul {
  display: inline-block;
}

.section1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.home {
  justify-content: center;
  align-items: center;
  height: 100vh; /* Ajusta la altura según tus necesidades */
}

.centrar {
  max-width: 1280px;
  margin: 0 auto;
}

.bg-slider {
  z-index: 777;
  position: relative;
  width: 100%;
  min-height: 100vh;
}

.bg-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
}

.bg-slider .swiper-slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

.swiper-slide .text-content {
  position: absolute;
  top: 20%;
  color: #186a66;
  transition: 0.3s ease;
  line-height: 1;
}

#LargeText {
  font-size: 1.1rem;
}

.swiper-slide .text-content .title {
  font-family: "Montserrat-Bold";
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: var(--text-shadow);
  margin-bottom: 20px;
  transform: translateY(-50px);
  opacity: 0;
  line-height: 1;
}

.swiper-slide-active .text-content .title {
  transform: translateY(0);
  opacity: 1;
  transition: 1s ease;
  transition-delay: 0.3s;
  transition-property: transform, opacity;
}

.swiper-slide .text-content p {
  font-family: "Helvetica", sans-serif;
  font-size: 1.3rem;
  text-shadow: var(--text-shadow);
  color: black;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--);
  padding: 20px;
  border-radius: 10px;
  transform: translateX(-80px);
  opacity: 0;
}

.swiper-slide-active .text-content p {
  transform: translateX(0);
  opacity: 1;
  transition: 1s ease;
  transition-delay: 0.3s;
  transition-property: transform, opacity;
}

#TextOffer1 {
  font-size: 1.2rem;
  color: white;
  display: flex;
  margin-top: 10px;
}

.swiper-slide .text-content .LeerMas-btn {
  border: none;
  outline: none;
  background: var(--white-color);
  color: var(--dark-color);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 8px 25px;
  display: flex;
  align-items: center;
  margin-top: 30px;
  border-radius: 10px;
  cursor: pointer;
  transform: translateX(50px);
  opacity: 0;
}

.swiper-slide-active .text-content .LeerMas-btn {
  transform: translateX(0);
  opacity: 1;
  transition: 1s ease;
  transition-delay: 0.3s;
  transition-property: transform, opacity;
}

.swiper-slide .text-content .LeerMas-btn i {
  font-size: 1.7rem;
  transition: 0.3s ease;
  position: relative;
  top: 0.6px;
}

.swiper-slide .text-content .LeerMas-btn:hover i {
  transform: translateX(8px);
}

.dark-layer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

.bg-slider-thumbs {
  z-index: 777;
  position: absolute;
  bottom: 2.5vh;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3 ease;
}

.thumbs-container {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 10px 3px;
  border-radius: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--box-shadow);
}

.thumbs-container img {
  width: 80px;
  height: 56px;
  margin: 0 5px;
  border-radius: 5px;
  cursor: pointer;
}

.swiper-slide-thumb-active {
  border: 1px solid var(--white-color);
}

.hidden {
  display: none;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  background-color: #0d1e00;
  padding: 35px;
  overflow: hidden;
}

.Textohidden {
  text-align: center;
  max-width: 1280px; /* Ajusta el ancho máximo según tus necesidades */
  margin: 0 auto; /* Agrega margen automático para centrar horizontalmente */
}

.Textohidden h1 {
  text-align: center;
  margin-top: 15px;
  line-height: 1;
  font-family: "Montserrat-Bold";
  color: #ffffff;
  font-size: 2rem;
  position: relative;
  top: -5px;
}

.Textohidden p {
  line-height: 1.2;
  font-family: "Helvetica", sans-serif;
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
}

.Textohidden p a span {
  text-decoration: none;
  font-size: 250px;
}

.ContainerBtnReserva {
  display: flex;
  justify-content: center;
  max-width: 1280px; /* Ajusta el ancho máximo según tus necesidades */
  margin: 0 auto;
  text-decoration: none;
  position: relative;
  margin-top: 10px; /* Agrega margen automático para centrar horizontalmente */
}

.Reserva-btn {
  border: none;
  outline: none;
  background: var(--white-color);
  color: var(--dark-color);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 8px 25px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  top: 10px;
}

.Reserva-btn:hover {
  background-color: #000000;
  color: #fff;
}

.hidden1 {
  display: none;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  background-color: #0d1e00;
  padding: 35px;
  overflow: hidden;
}

.Textohidden1 {
  text-align: center;
  max-width: 1280px; /* Ajusta el ancho máximo según tus necesidades */
  margin: 0 auto; /* Agrega margen automático para centrar horizontalmente */
}

.hidden2 {
  display: none;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  background-color: #0d1e00;
  padding: 35px;
  overflow: hidden;
}

.Textohidden2 {
  text-align: center;
  max-width: 1280px; /* Ajusta el ancho máximo según tus necesidades */
  margin: 0 auto; /* Agrega margen automático para centrar horizontalmente */
}

.hidden3 {
  display: none;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  background-color: #0d1e00;
  padding: 35px;
  overflow: hidden;
}

.Textohidden3 {
  text-align: center;
  max-width: 1280px; /* Ajusta el ancho máximo según tus necesidades */
  margin: 0 auto; /* Agrega margen automático para centrar horizontalmente */
}

.hidden4 {
  display: none;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  background-color: #0d1e00;
  padding: 35px;
  overflow: hidden;
}

.Textohidden4 {
  text-align: center;
  max-width: 1280px; /* Ajusta el ancho máximo según tus necesidades */
  margin: 0 auto; /* Agrega margen automático para centrar horizontalmente */
}

.Textohidden h1 {
  margin-bottom: 10px;
}

.Textohidden4 h1 {
  font-family: "Montserrat-Bold";
  font-size: 2rem; /* Agrega margen automático para centrar horizontalmente */
}

.Textohidden4 .ListaFAQ {
  border: none;
  outline: none;
  background: #444654;
  color: var(--dark-color);
  padding: 8px 25px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  top: 10px;
  margin-top: 10px;
}

.Textohidden4 .ListaFAQ .QBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Textohidden4 .ListaFAQ .QBtn h2, .Textohidden4 .ListaFAQ .QBtn h3, .Textohidden4 .ListaFAQ .QBtn h4, .Textohidden4 .ListaFAQ .QBtn h5, .Textohidden4 .ListaFAQ .QBtn h6 {
  text-align: left;
  font-size: 1.2rem;
  color: var(--white-color);
  font-family: Arial, "Helvetica", sans-serif;
}

.Textohidden4 .ListaFAQ .QBtn i {
  font-size: 1.2rem;
  color: var(--white-color);
}

.DesplegarFAQ {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.hiddens {
  display: none;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  display: block;
  opacity: 1;
}

#hiddenFAQ5, #hiddenFAQ4, #hiddenFAQ3, #hiddenFAQ2, #hiddenFAQ1 {
  margin-top: 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  position: relative;
  text-align: left;
  background-color: white;
  font-size: 1rem;
  font-family: Arial, "Helvetica", sans-serif;
  padding: 10px;
}

footer {
  /* Estilos para el footer en general */
  background-color: #157139;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}

#CenterFooter {
  padding-top: 60px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1280px;
  display: flex;
  gap: 5%;
  line-height: 0.9rem;
}

#CenterFooter h7 { /* Eliminar márgenes por defecto */
  font-size: 1.2rem; /* Tamaño de fuente deseado */
  color: #000000; /* Color de texto deseado */
  font-family: Arial, "Helvetica", sans-serif;
  font-weight: bold;
  text-decoration: none;
}

#CenterFooter h7 a, #CenterFooter p a { /* Eliminar márgenes por defecto */
  text-decoration: none;
  color: #000000;
}

#CenterFooter h7 a:hover, #CenterFooter p a:hover { /* Eliminar márgenes por defecto */
  text-decoration: none;
  color: #ffffff;
}

#CenterFooter h8 { /* Eliminar márgenes por defecto */
  font-size: 0.8rem; /* Tamaño de fuente deseado */
  color: #000000; /* Color de texto deseado */
  font-family: Arial, "Helvetica", sans-serif;
}

#TextHF { /* Eliminar márgenes por defecto */
  font-size: 0.9rem; /* Tamaño de fuente deseado */
  color: #000000; /* Color de texto deseado */
  font-family: Arial, "Helvetica", sans-serif;
}

.HoursFooter {
  text-align: left;
  min-width: 30%;
}

.ContactFooter {
  text-align: left;
  min-width: 20%;
}

#Copyright { /* Eliminar márgenes por defecto */
  font-size: 0.7rem; /* Tamaño de fuente deseado */
  color: #000000; /* Color de texto deseado */
  font-family: Arial, "Helvetica", sans-serif;
  margin-top: 35px;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  html {
    font-size: 20px;
  }
  #BtnWhatsapp {
    z-index: 2;
    right: 10px;
    bottom: 10px;
  }
  #BtnWhatsapp.expanded {
    width: 50px; /* Ancho al hacer scroll */
    height: 50px; /* Altura al hacer scroll */
  }
  #BtnWhatsapp a i {
    font-size: 1.5rem;
  }
  .swiper-slide .text-content .title {
    font-size: 1.6rem;
    margin-bottom: 15px;
    line-height: 1;
  }
  .swiper-slide .text-content {
    top: 210px;
  }
  .swiper-slide .text-content p {
    font-size: 1rem;
    max-width: 100%;
  }
  #TextOffer1 {
    font-size: 0.9rem;
  }
  .swiper-slide .text-content .LeerMas-btn {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .swiper-slide .text-content .LeerMas-btn i {
    font-size: 1.4rem;
  }
  #LargeText {
    font-size: 0.85rem;
  }
  .bg-slider-thumbs {
    left: 50%;
    position: absolute;
    bottom: 5px;
  }
  .thumbs-container img {
    width: 50px;
    height: 35px;
    margin: 0 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  .Textohidden h1, .Textohidden4 h1 {
    font-size: 1.6rem;
  }
  .Textohidden p, .Textohidden4 .ListaFAQ .QBtn h2 {
    font-size: 1rem;
  }
  .Textohidden4 .ListaFAQ .QBtn h3, .Textohidden4 .ListaFAQ .QBtn h4, .Textohidden4 .ListaFAQ .QBtn h5, .Textohidden4 .ListaFAQ .QBtn h6 {
    font-size: 1rem;
  }
  .Textohidden4 .ListaFAQ .QBtn i {
    font-size: 1.3rem;
  }
  .Reserva-btn {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
  .hidden, .hidden1, .hidden2, .hidden3, .hidden4 {
    padding: 10px;
  }
  .TextoSectionParallax1 {
    z-index: 0;
  }
  header {
    min-height: 35vh;
    position: absolute;
  }
  .mostrar-menu {
    position: relative;
    top: -15px;
    right: -6px;
  }
  .ocultar-menu {
    position: absolute;
    top: -24px;
    right: 4px;
  }
  .mostrar-menu,
  .ocultar-menu {
    display: block;
    font-size: 5rem;
  }
  .menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    right: -100%;
    top: 0;
    text-align: center;
    padding: 60px 0px;
    z-index: 999;
    transition: 0.8s;
  }
  nav a {
    color: rgb(255, 255, 255);
  }
  nav ul {
    flex-direction: column;
  }
  nav ul ul {
    position: static;
    display: none;
    margin-top: 5px;
  }
  nav ul ul li {
    border-top: none;
    background-color: rgba(0, 0, 0, 0.4);
    color: rgb(143, 143, 143);
  }
  nav a:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
  }
  /* Estilos para mostrar/ocultar el menú desplegable */
  #check:checked ~ .menu {
    right: 0;
    align-items: center;
  }
  .icono-idioma {
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url("IdiomaBlanco.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu a {
    font-size: 1.5rem;
  }
  .Encabezado {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    -o-object-position: center;
       object-position: center;
    min-width: 98vw;
    background-color: none;
    height: 80px;
  }
  .LogoEncabezado {
    position: relative;
    top: 0px;
    right: -3px;
    height: 230px;
    width: 127px;
  }
  footer {
    /* Estilos para el footer en general */
    background-color: #157139;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  #CenterFooter {
    padding-top: 0px;
    width: 100%;
    max-width: 1280px;
    display: flex;
    gap: 5%;
    align-content: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    flex-direction: column;
    line-height: 0.9rem;
  }
  #FirstDiv {
    order: 2; /* Cambia el orden para que aparezca después */
  }
  #SecondDiv {
    order: 1;
    margin-top: 10px; /* Cambia el orden para que aparezca antes */
  }
  #ThirdDiv {
    order: 3; /* Cambia el orden para que aparezca antes */
  }
  #CenterFooter h7 { /* Eliminar márgenes por defecto */
    font-size: 0.9rem; /* Tamaño de fuente deseado */
    color: #000000; /* Color de texto deseado */
    font-family: Arial, "Helvetica", sans-serif;
    font-weight: bold;
    text-decoration: none;
  }
  #CenterFooter h7 a, #CenterFooter p a { /* Eliminar márgenes por defecto */
    text-decoration: none;
    color: #000000;
  }
  #CenterFooter h7 a:hover, #CenterFooter p a:hover { /* Eliminar márgenes por defecto */
    text-decoration: none;
    color: #ffffff;
    text-align: center;
  }
  footer #CenterFooter h8 { /* Eliminar márgenes por defecto */
    font-size: 0.6rem; /* Tamaño de fuente deseado */
    color: #000000; /* Color de texto deseado */
    font-family: Arial, "Helvetica", sans-serif;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }
  #TextHF { /* Eliminar márgenes por defecto */
    font-size: 0.8rem; /* Tamaño de fuente deseado */
    color: #000000; /* Color de texto deseado */
    font-family: Arial, "Helvetica", sans-serif;
    text-align: center;
  }
  .HoursFooter {
    text-align: center;
    min-width: 40%;
  }
  .ContactFooter {
    text-align: center;
    min-width: 50%;
  }
  #Copyright { /* Eliminar márgenes por defecto */
    font-size: 0.5rem; /* Tamaño de fuente deseado */
    color: #000000; /* Color de texto deseado */
    font-family: Arial, "Helvetica", sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-height: 425px) {
  html {
    font-size: 16px;
  }
  .menu a {
    font-size: 1rem;
  }
  .icono-idioma {
    width: 1rem;
    height: 1rem;
  }
  .ocultar-menu {
    position: absolute;
    top: -14px;
    right: 4px;
  }
}/*# sourceMappingURL=Others.css.map */