	
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*@font-face {
  font-family: 'Pogonia';
  src: url('font/Pogonia-Regular.woff2') format('woff2'),
       url('font/Pogonia-Regular.woff') format('woff'),
       url('font/Pogonia-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}*/
/* Fuente similar a Pogonia */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


body {
  font-family: "Outfit", sans-serif;
}
body {
  font-family: "Pogonia", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #444444;
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: #E6E628;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
}

.separador{
height: 70px;
overflow: hidden;
clear: both;
}
.separador-footer{
height: 170px;
overflow: hidden;
clear: both;
}
.separador_menu {
border-left: 2px solid #D9D9D9;
height: 32px;
vertical-align: middle;
display: block;
overflow: hidden;
float: left;
}

.navbar_footer{
	  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
	
}
.nav-link_footer {
  display: inline;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}
.navbar_footer ul {
margin: 0;
padding: 0;
display: flex;
list-style: none;
align-items: center;
}

.navbar_footer li {
  position: relative;
}

.navbar_footer a,
.navbar_footer a:focus {
display: flex;
align-items: center;
justify-content: space-between;
/*  padding: 10px 0 10px 30px;*/
 font-family: "Outfit", sans-serif;
font-size: 13px;
color: #FFFFFF;
white-space: nowrap;
transition: 0.3s;
text-transform: uppercase;
font-weight: 500;
padding: 0px 20px;
}

.navbar_footer a i,
.navbar_footer a:focus i {
font-size: 12px;
line-height: 0;
margin-left: 5px;
padding: 0px 20px;
	
}

.navbar_footer a:hover,
.navbar_footer .active,
.navbar_footer .active:focus,
.navbar_footer li:hover>a {
color: #FFFFFF;
padding-bottom: 10px;
text-decoration: underline;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #3fbbc0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #5ec6ca;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
	.invisible{
		display: none;
	}
	.incluye_box{
		margin-bottom: 0px;
	}
	.sponsor{
	width: 300px;
	height: auto;
}
	.titulo_precio_usd{
	font-size: 22px;
}
	.precio_usd{
	font-size: 60px;

}
	.asteriscos{

font-size: 12px;

}
	
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #3fbbc0;
  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
 background: #005037;
  transition: all 0.5s;
  z-index: 997;
  padding: 40px 0;
  top: 0px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 68px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  max-height: 40px;
}

/**
* Appointment Button
*/
.appointment-btn {
  margin-left: 25px;
  background: #E6E628;
  color: #033F2B;
  border-radius: 4px;
  padding: 4px 15px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
 font-family: "Outfit", sans-serif;
    font-weight: 500;
}

.appointment-btn:hover {
  background: white;
      color: #033F2B;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
/*  padding: 10px 0 10px 30px;*/
   font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 300;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a {
  position: relative;
  transition: color 0.3s ease;
  border-bottom: 2px solid transparent;
}

.navbar a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #E6E628;
  transition: width 0.3s ease;
}

.navbar a:hover::after,
.navbar .active::after,
.navbar li:hover>a::after {
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #E6E628;
  border-bottom: none;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #E6E628;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.responsive-img {
 max-width: 100%;
 height: auto;
}
.img-size{
	width: 60px;
	height: auto;
	overflow: hidden;
}

.top-header{
	height: 140px;
	overflow: hidden;
	clear: both;
}



/*############################################  LA URBANA ####################################################**/
#turnos h1{
    font-size: clamp(30px, 4vw, 60px);
    color: white;
    font-weight: 900;
}
#turnos h2{
    font-size: clamp(16px, 4vw, 30px);
    color: white;
    font-weight: 900;
}
.turnos{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.space-turnos{
    height: clamp(20px, 7vw, 30px);
}
.horario-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px; /* Espacio entre las dos opciones */
}

.precio-turnos {
  border: 1px #E6E628 solid;
  font-size: clamp(10px, 4vw, 20px);
  color: white;
  font-weight: 300;
  padding: clamp(3px, 1vw, 7px) clamp(5px, 2vw, 15px);
  border-radius: 5px;
  margin-left: 10px; /* Espacio fijo menor */
  white-space: nowrap;
}
.accordion-body{
    font-size: clamp(10px, 4vw, 20px);
    letter-spacing: 2px;
}
/* CSS PERSONALIZADO ACORDEON */
    #turnos .accordion-button {
      background-color: #005037 !important;
      color: white !important;
      border: none !important;
      border-bottom: 1px solid white !important;
      box-shadow: none !important;
      padding: 1rem;
      pointer-events: auto !important;
    }

    #turnos .accordion-button:not(.collapsed) {
      background-color: #005037 !important;
      color: white !important;
      border-bottom: 1px solid white !important;
    }

    #turnos .accordion-button::after {
      filter: brightness(0) invert(1);
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    #turnos .accordion-button:hover {
      background-color: #005037 !important;
    }

    #turnos .accordion-button:focus {
      box-shadow: none !important;
      outline: none !important;
    }

    #turnos .accordion-item {
      border: none !important;
      background-color: transparent;
    }

    #turnos .accordion-body {
      background-color: #005037;
      color: white;
      border: none;
      padding: 1rem;
    }

    #turnos .accordion-collapse {
      border: none !important;
    }

/* FIN CSS PERSONALIZADO ACORDEON */
.reserva-utilis{
    font-size: clamp(10px, 4vw, 20px);
    letter-spacing: 2px;
    color: #005037;
    padding-top: 80px;
    padding-bottom: 80px;
}
.reserva-fondo{
    background-image: url("../../img/fondo-turno.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box-item-carta .separador-reserva {
  padding-right: 10px; 
}
.reservas-img{
     max-width: clamp(20px, 4vw, 34px)!important;
    height: auto!important;
}
/* ESTILOS CARTA*/

#banner-carta{
    background-image: url("../../img/fondo_galeria_la_urbana.jpg");
    background-color: #005037;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.carta-fondo{

}
#banner-carta h1{ 
font-size: clamp(40px, 4vw, 80px);
    color: white;
    font-weight: 900;
}
#banner-carta p{ 
font-size: clamp(20px, 4vw, 40px);
    color: white;
    font-weight: 100;
}
#banner-carta img{ 
max-width: 50%;
}
#carta h2{ 
font-size: clamp(20px, 4vw, 40px);
    color: #005037 !important;
    font-weight: 400;
}
#carta{
    background-image: url("../../img/fondo-carta.jpg");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
     background-attachment: fixed;
}
.accordion-item .titulos-carta{
    padding-left: 30px;
    font-size: clamp(20px, 4vw, 40px);
    color: #005037 !important;
    font-weight: 400;
}

.box-item-carta{
    font-size: 20px;
    color: #005037 !important;
    font-weight: 400;
    margin-bottom: 15px;
}
.carta-img{
     max-width: clamp(10px, 4vw, 21px)!important;
        height: auto!important;
}
/* CSS PERSONALIZADO ACORDEON CARTA */
    #carta .accordion-button {
      background-color: white!important;
      color: #005037 !important;
      border: none !important;
      border-bottom: 1px solid #005037 !important;
      box-shadow: none !important;
      padding: 1rem;
      pointer-events: auto !important;
    }

    #carta .accordion-button:not(.collapsed) {
      background-color: white!important;
      color:#005037 !important;
      border-bottom: 1px solid white !important;
    }

    #carta .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23005037'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

    }

    #carta .accordion-button:hover {
      /*background-color: #005037 !important;*/
    }
    #carta img{ 
        max-width: clamp(30px, 4vw, 150px);
        height: auto!important;
    }
    #carta .accordion-button:focus {
      box-shadow: none !important;
      outline: none !important;
    }

    #carta .accordion-item {
      border: none !important;
      background-color: transparent;
    }

    #carta .accordion-body {
      background-color: white;
      color: white;
      border: none;
      padding: 1rem;
    }

    #carta .accordion-collapse {
      border: none !important;
    }
/* altura estable */
#carouselUrbana .carousel-item {
  aspect-ratio: 16/9;
}

#carouselUrbana img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* flechas centradas */
#carouselUrbana .carousel-control-prev,
#carouselUrbana .carousel-control-next {
  top: 50% !important;
  transform: translateY(-50%) !important;
  bottom: auto !important;
  height: auto !important;
}

/* flechas más chicas */
#carouselUrbana .carousel-control-prev-icon,
#carouselUrbana .carousel-control-next-icon {
  width: 1.2rem !important;
  height: 1.2rem !important;
  transform: none !important;
}




/* FIN CSS PERSONALIZADO ACORDEON */

/* ESTILOS CARTA*/

#turnos-reservas p{
    font-size: 24px;
    font-family: "Outfit", sans-serif;
    font-weight: 100;
    color: rgba(0, 80, 55, 1);
}
#turnos-reservas h4{
    font-size: 36px;
    font-family: "Outfit", sans-serif;
    color: rgba(0, 80, 55, 1);
}
.galeria{
    background-image: url("../../img/fondo_galeria_la_urbana.jpg");
    background-color: #005037;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
}
#clases h1{
    font-size: clamp(30px, 4vw, 60px);
    color: white;
    font-weight: 900;
}
#galeria h1{
    font-size: clamp(38px, 4vw, 60px);
    color: white;
    font-weight: 900;
    padding-bottom: clamp(10px, 6vw, 100px);
    
}
#clases h3{
    font-size: clamp(10px, 4vw, 30px);
    color: white;
    font-weight: lighter;
}
#clases h4{
    font-size: 36px;
    color: white;
    margin-top: 60px;
}
.box-space{
    height: clamp(60px, 7vw, 80px);
}
.space-hora{
    height: clamp(20px, 7vw, 30px);
}
.disponibilidad{
    font-size: clamp(10px, 4vw, 20px);
    color: white;
    font-weight: lighter;
    margin-top: clamp(10px, 7vw, 40px);
}
.una-hora{
    font-size: clamp(20px, 4vw, 30px);
    color: white;
    font-weight: 900;
}
.precio-clase{
    border: 1px #E6E628 solid;
    font-size: clamp(10px, 4vw, 20px);
    color: white;
    font-weight: 300;
    padding-left: clamp(10px, 4vw, 20px);
    padding-right: clamp(10px, 4vw, 20px);
    padding-bottom: clamp(5px, 4vw, 7px);
    padding-top: clamp(5px, 4vw, 7px);
    border-radius: 5px;
}
.clases{
    background-image: url("../../img/la_urbana_fondo_clases.jpg");
    background-color: #005037;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
}
.clases-btn{
  background: #E6E628;
  color: #033F2B;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.clases-btn:hover {
  background: #E6E628;
  color: #033F2B;
}
.separador-tienda {
  padding-right: 10px; 
}
/* Responsive carta*/
@media (max-width: 768px) {
.box-item-carta{
    font-size: 13px;
}
.box-item-tienda{
    font-size: 14px;
    font-weight: 600;
}
.box-item-carta .separador-carta {
  padding-left: 10px;
  margin: 0px!important;
}
}
.wp{
    background-image: url("../../img/fondo_ls_urbana_wp.jpg");
    background-color: #005037;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 60px;
    padding-top: 60px;
}
#wp h4{
    font-size: clamp(24px, 5vw, 36px);
    color: white;
    margin-top: clamp(30px, 8vw, 60px);
}
#wp p{
    font-size: clamp(16px, 3vw, 24px);
    color: white;
    margin-top: 10px;
}
.reserva-btn {
  margin-left: 25px;
  background: #E6E628;
  color: #033F2B;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  font-family: "Outfit", sans-serif;
    font-weight: 500;
}

.reserva-btn:hover {
  background: #E6E628;
        color: #033F2B;
}
.margen-boton-clases{
    margin-top: 100px;
    margin-left: 50px;
}
.text-footer{
    font-size: 14px!important;
}
.sponsors {
  padding: 60px 0;
  overflow: hidden;
}

.sponsors-slider {
  width: 100%;
  overflow: hidden;
}

.sponsors-track {
  display: flex;
  width: fit-content;
  animation: scroll 30s linear infinite;
}

.sponsors-track:hover {
  animation-play-state: paused;
}

.sponsor-slide {
  flex: 0 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-slide img {
  max-width: 150px;
  height: auto;
/*  filter: grayscale(100%);
  opacity: 0.6;*/
  transition: all 0.4s ease;
}

.sponsor-slide img:hover {
/*  filter: grayscale(0%);
  opacity: 1;*/
  transform: scale(1.1);
}
.amenity-text{
     font-family: "Outfit", sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    margin-bottom: 10px;
}
.amenity-item img{
    padding-right: 10px;
    padding-bottom: 10px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .sponsor-slide {
    padding: 0 30px;
  }
  .sponsor-slide img {
    max-width: 120px;
  }
}
/*############################################ FIN  LA URBANA ####################################################**/

/*############################################  MEDIAS QUERY ####################################################**/


@media (max-width: 1199px){
  #header {
    padding: 30px 0;
  	}
	.img-size{
	width: 30px;
	height: auto;
	overflow: hidden;
	}
	.img-size2{
	width: 80px;
	height: auto;
	overflow: hidden;
	}

/*	.appointment-btn{
	display: none;
	}*/
	.experiencia_box_p{
    width: 60px;

	}
	.icono_resaltado {
    color: #7F1734;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%;
}
	.experiencia_titulo_box {
    font-size: 12px;
    width: 150px;
    height: 49px;
    margin-left: 76px;
	}
	.experiencia_titulo {
    width: 100px;
	}
	.icono_p{
	width: 200px;
	}
	.btn-info{
	width: 320px;
	height: 40px;
	font-size: 18px;
	margin-top: 5px;
	}
	.banner_proximo{
	font-size: 18px;
	height: 50px;
	line-height: 120%; /* 57.6px */
	padding-top: 15px;
	margin-top: 30px;
	}
	.titulo_camps{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 23px;
	}
	.separador{
	height: 30px;
	overflow: hidden;
	clear: both;
	}

	.titulo_principal_2{
	font-size: 22px;
	padding-bottom: 60px;
	}
	.titulo_principal {
    font-size: 28px;
	}
	
	section {
    padding: 0px 0;
    overflow: hidden;
	}
	.separador-mb{
	height: 50px;
	}
	.navbar_footer a{
	font-size: 9px;
	}

	.separador_menu {
	border-left: 2px solid #D9D9D9;
	height: 10px;
	vertical-align: middle;
	display: block;
	overflow: hidden;
	float: left;
	}
	
}



/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #E6E628;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
/*      #navbar {
    position: static;
  }*/

  .mobile-nav-toggle {
    margin-left: auto;
    z-index: 9999;
  }
}


@media (max-width: 992px){
  #header {
    padding: 30px 0;
  	}
	.img-size{
	width: 30px;
	height: auto;
	overflow: hidden;
	}
	.img-size2{
	width: 80px;
	height: auto;
	overflow: hidden;
	}
	#footer img{
		width: 170px;
	}
	.separador{
	height: 30px;
	overflow: hidden;
	clear: both;
	}

	.separador_menu {
	border-left: 2px solid #D9D9D9;
	height: 10px;
	vertical-align: middle;
	display: block;
	overflow: hidden;
	float: left;
	}
	
}




.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #005037;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

#hero .container {
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-top: 4px solid #3fbbc0;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

#hero h2 {
  color: #2f2f2f;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
}

#hero p {
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: #7F1734;
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #3fbbc0;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #7F1734;
}

#hero .btn-get-started {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  background: #3fbbc0;
}

#hero .btn-get-started:hover {
  background: #65c9cd;
}

@media (max-width: 992px) {
  #hero {
    height: 100vh;
  }

  #hero .container {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
/*  padding: 60px 0;*/
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #7F1734;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #3fbbc0;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3fbbc0;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 6px solid #3fbbc0;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: #005037;
    color: #ffffff;
    padding-top: 90px;
    padding-bottom: 140px;
    display: flex;
}

#footer .footer-top {
  background: #f6f6f6;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #3fbbc0;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #65c9cd;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3fbbc0;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #555555;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #3fbbc0;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  background: #3fbbc0;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #65c9cd;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}
#footer img{
    max-width: 100%;
}
#footer li img{
    max-width: 20px;
    height: auto;
}
#footer a:hover{
        color: #E6E628!important;
    }
/* En tablets y desktop más grandes */





/*################################################################

                ESTILOS NUEVOS

*#################################################################*/

html,
body {
	font-family: "Outfit", sans-serif;
	scroll-snap-type: y proximity;
	scroll-behavior: smooth;
}
code {
	border: 1px solid #ececec;
	border-radius: .25rem;
}
.navbar-toggler {
	border: none;
	border-radius: 0;
}
.navbar-toggler:focus {
	box-shadow: none;
}
.lead {
	font-size: 1.5rem;
	font-weight: 300;
}
.btn-link {
	color: #520000;
}
.nav-link.active {
	position: relative;
}
        

#movieSection {
	background-color: rgb(20, 20, 20);
	min-height: 100vh;
	background-image: url("../assets/img/movies/cinema.webp");
	background-size: cover;
	position: relative;
}
#movieSection::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.6) 100%);
}
.importante{
	color: #FFF;
	text-align: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.testimonial-section {
	padding: 80px 0;
	color: white;
}
.testimonial-card {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	padding: 30px;
	margin: 20px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease;
}
.testimonial-card:hover {
	transform: translateY(-10px);
}
.quote-icon {
	font-size: 2rem;
	color: black;
	margin-bottom: 15px;
}
.testimonial-text {
	font-size: 1.1rem;
	line-height: 1.6;
	font-style: italic;
	color: grey;
}
.client-info {
	margin-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 15px;
	color: grey;
}
.client-name {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0;
	color: black;
}
.client-position {
	opacity: 0.7;
}
.carousel-indicators {
	bottom: -50px;
}
.carousel-indicators button {
	border-radius: 50%;
	background-color: grey;
	margin: 0 5px;
}
.carousel-indicators .active {
	background-color: black;
}
.section-title {
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 50px;
	position: relative;
	display: inline-block;
	color: black;
}
.section-title:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	height: 2px;
	background: white;
	width: 80px;
	margin: 0 auto;
}
.carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	background-color: black;
}
.black{
	color: black;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.float a{
	background-color:#25d366!important;
	color:#FFF!important;

}	
.float a:hover{
	background-color:#25d366!important;
	color:#FFF!important;
}
.barlow-semibold {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-style: normal;
}
	.whatsapp-float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: white;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Icono */
.whatsapp-float i {
	margin: 0;
	transition: transform 0.3s ease;
}

/* Efecto al pasar el mouse */
.whatsapp-float:hover {
	background-color: #E5A226;
	transform: scale(1.1);
	color: white;
}

/* Tooltip */
.whatsapp-float .tooltip {
	visibility: hidden;
	width: 140px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	top: 50%;
	right: 70px;
	opacity: 0;
	transform: translateY(-50%);
	font-size: 13px;
}

/* Mostrar tooltip en hover */
.whatsapp-float:hover .tooltip {
	visibility: visible;
	opacity: 1;
}
        .carousel {
            max-height: 720px;
            overflow: hidden;
        }
        .carousel-item img {
            width: 100%;
            height: 720px;
            object-fit: cover;
        }
	.contendor-carrucel{
		margin-left: 70px!important;
		margin-right: 70px!important;
	}

.swiffy-slider .slider-container li {
    position: relative;
}
.itinerario-galeria{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    overflow: hidden;
}
.itinerario-galeria .carousel-item {
    height: 100%; /* El contenedor toma la altura de su contenido */
    max-height: 500px; /* Elegí la altura que querés para el carrusel */
    overflow: hidden;
}

.itinerario-galeria .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Llena el contenedor sin deformarse */
}


/* ######################### BOTONES ################################### */
.hero-buttons {
    max-width: 100%;
    position: absolute;
    bottom: 310px;
    left: 64%; /* Cambiar de 25% a 50% para centrar mejor */
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 25px;
    flex-wrap: nowrap !important;
    justify-content: center;
    width: auto;
    min-width: fit-content;
    max-width: 90%; /* IMPORTANTE: Limitar el ancho máximo */
    white-space: nowrap;
}

/* Botones base - estilos unificados */
.hero-buttons a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    font-family: inherit;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    height: auto;
    line-height: 1.2;
    
    /* Tamaño y fuente proporcional al diseño */
    padding: 18px 35px;
    font-size: 28px;
    min-width: 280px;
    border-radius: 8px;
    flex-shrink: 1; /* Permitir que se reduzcan */
}
.swiffy-slider {
    position: relative !important;
}

.slider-container {
    position: relative !important;
}
.slider-container ul{
    
}
.slider-container li {
    position: relative !important;
}
.hero-buttons-container {
    position: relative;
    margin-top: -140px; /* Desktop */
    z-index: 20;
    pointer-events: none;
}

.hero-buttons-container .hero-buttons {
    position: relative;
    pointer-events: all;
}

.hero-buttons img {
    max-width: 100%; /* Asegura que no se desborde */
    height: auto; /* Mantiene proporción */
    display: block;
    margin: 0 auto; /* Centra la imagen */
}


.col {
    display: flex;
    flex-direction: row; /* uno al lado del otro */
    width: 100%;
}

.ul{
    color: white;
   font-family: "Outfit", sans-serif;
     font-size: 16px;
    
}
    /* FORM SECTION */
    .form-section {
      max-width: 760px;
      margin: 0 auto 6rem;
      padding: 0 1.25rem;
      color: #04346b;
    }
    .form-title {
      text-align: center;
      font-weight: 700;
      font-size: 1.5rem;
      margin-bottom: 1rem;
      user-select: none;
    }
    .form-subtitle {
      text-align: center;
      font-size: 20px;
      margin-bottom: 1.75rem;
      color: #638066;
      user-select: none;
      font-family: "Outfit", sans-serif;
    }
/*    form {
      border: 2px solid #12abae;
      border-radius: 14px;
      padding: 2rem 2rem 1.5rem;
      background: white;
    }*/
label {
  font-size: 0.75rem;
  font-weight: 600;
  display: block;
  color: #049485;
  margin-top: 0;
  user-select: none;
  font-family: "Outfit", sans-serif;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"] {
  width: 100%;
/*  padding: 0.45rem 0.8rem;*/
  font-size: 1rem;
/*  border: 2px solid #c9dbe1;*/
  border-radius: 6px;
  color: grey;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  background-color: #F2F2F2;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus {
  outline: none;
/*  border-color: #12abae;*/
  background-color: #F2F2F2;
  font-family: "Outfit", sans-serif;
}

/* Ajustes para form-floating con inputs más pequeños */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: 55px !important;
  min-height: 55px !important;
  line-height: 1.25 !important;
/*  padding: 0.65rem 0.75rem !important;*/
}

/* Posición del label en form-floating */
.form-floating > label {
  padding: 0.65rem 0.75rem;
  margin-top: 0;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform-origin: 0 0;
}

/* Label cuando el input está enfocado o tiene valor */
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  opacity: 1;
}

    .checkbox-label {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-weight: 500;
      font-size: 0.85rem;
      color: #04346b;
      margin-bottom: 1rem;
      user-select: none;
      cursor: pointer;
    }
    .checkbox-label input {
      cursor: pointer;
      width: 18px;
      height: 18px;
    }
.boton-check {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem;
  margin-top: 1rem;
  width: 100%;
}

.checkbox-label {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #04346b;
  margin: 0 !important;
  margin-top: 0 !important;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  flex: 1;
}

.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin: 0 !important;
  flex-shrink: 0;
}

.form-submit {
  padding: 0.6rem 2rem;
  background-color: #049485;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 600;
 font-family: "Outfit", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.form-submit:hover {
  background-color: #0f9295;
}
.titulos-footer{
color: #FFF;
font-family: "Outfit", sans-serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;

}
.nav-list {
  list-style: none;  
  padding: 0;
  margin: 0;
    padding-top: 16px;
        line-height: 24px;
    padding-left: 100px;
}

.nav-list li a {
  color: #fff;             
  text-decoration: none;  
  transition: color .25s;
     font-family: "Outfit", sans-serif;
        line-height: 54px;
}

.nav-list li a:hover {
  color: #049485;      
}
.social-bar {
  list-style: none; 
  padding: 0;
  margin: 0;
  display: flex;   
  gap: 1rem;   
      font-family: "Outfit", sans-serif;
       padding-top: 10px;
}

.social-bar li a {
  color: #fff;      
  font-size: 14px;  
  transition: color .25s;
}

.social-bar li a:hover {
  color: #049485;      
}
.letras-chicas{
    font-size: 14px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    padding-bottom: 50px;
    
}
#footer .row {
  display: flex; 
}

#footer .titulos-footer {
  font-size: 1rem; 
}
.bnt-reservara-ahora {
  background-color: #052859;
  padding: 12px 20px; 
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  width: 100%; 
  text-align: center;
}

.bnt-reservara-ahora a {
  color: white;
  text-decoration: none;
  font-size: 14px; 
  display: block;
  white-space: nowrap; 
}

.bnt-reservara-ahora:hover {
  background-color: #049485;
}

.btn-hablar {
  border: 2px solid #052859;
  padding: 10px 15px; 
  border-radius: 5px;
  font-weight: bold;
  display: inline-block;
  width: 100%; 
  text-align: center;
  transition: all 0.3s ease;
}

.btn-hablar a {
  color: #052859;
  text-decoration: none;
  display: block;
  font-size: 14px; /* Tamaño fijo para móvil */
  white-space: nowrap; /* Evita saltos de línea */
}

.btn-hablar:hover {
  background-color: #049485;
  border-color: #052859;
}

.btn-hablar:hover a {
  color: white;
}
    .separador-slide{
        height: 20px;
    }
.valor-mobil{
        display: none;
    }
/* ###################  MEDIAS QUERY ################################## */

/*@media (max-width: 1200px) {
    .hero-buttons a {
        padding: 16px 30px;
        font-size: 24px;
        min-width: 240px;
    }
}

@media (max-width: 992px) {
    .hero-buttons a {
        padding: 14px 25px;
        font-size: 20px;
        min-width: 200px;
    }
}*/

@media (max-width: 768px) {
	.testimonial-text { /* testimonios */
		font-size: 14px;
	}
	.client-name { /* nombre padres*/
		font-size: 14px;
	}
	.client-position{
		font-size: 14px;/* chicos testimonios*/
	}
    .whatsapp-float {
		width: 50px;
		height: 50px;
		font-size: 24px;
		bottom: 20px;
		right: 20px;
	}
	.whatsapp-float .tooltip {
		font-size: 12px;
		width: 120px;
		right: -30px;
	}
    .contendor-carrucel{
		margin-left: 0px!important;
		margin-right: 0px!important;
	    max-height: 220px!important;
	}
    .carousel {
        max-height: 220px;
        overflow: hidden;
    }
    .carousel-item img{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .hero-buttons {
        bottom: 44px;
        padding: 0 15px;
        width: 100%;
        flex-direction: column;
        gap: 0.8rem;
    }
    .hero-buttons .btn {
        font-size: 14px;
        padding: 8px 16px;
    }
    .reserva {
        font-size: 18px;
        padding: 15px 20px !important;
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cupos {
        width: 100%;             
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center!important;
    }
    .box-fecha {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        width: 100%;
        text-align: center!important;
    }
    .box-fecha-textos {
        margin-left: 0px;
    }
    .box-fecha img {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
    }
    .fecha-titulo {
        font-size: 12px;
        text-align: center!important;
    }
    .fecha-date {
        font-size: 24px;
        text-align: center!important;
    }
    .col {
        flex-direction: column;
    }
    .banner_proximo{
        font-size: 30px;
        margin: 0;
    }
    .titulo-ademas{
        font-size: 22px;
    }
    .banner-mb{
        font-size: 24px;
    }
    .itinerary {
        max-width: calc(100% - 40px); /* 20px de espacio a cada lado */
        margin: 1.5rem auto; /* Centrado con margen vertical reducido */
        padding: 2rem 1rem 3rem 1.5rem;
    }
    .titulo_donde{
        font-size: 24px;
    }
    .titulo-precio{
        font-size: 30px;
        line-height: normal;
    }
    .precio-nuevo{
        font-size: 40px;
    }
    .itinerario-galeria .carousel-item {
        max-height: 250px;
    }
    #footer .nav-list li a {
        font-size: 0.65rem; /* Texto más pequeño */
    }  
    #footer .titulos-footer {
        font-size: 0.7rem;
        display: block;
        margin-bottom: 5px;
    }  
    #footer .social-bar {
        display: flex;
        gap: 8px; /* Espacio entre iconos */
    }
    #footer .row {
        display: flex; /* Ya lo hace Bootstrap, pero por si acaso */
    }
    #footer .titulos-footer {
        font-size: 1rem; /* Ajusta si es muy grande en móvil */
    }
    .feature-item, .ademas-item {
        font-size: 0.675rem;
    }
    .appointment-btn {
        margin-left: 25px;
        padding: 4px 15px;
        font-size: 10px;
    }
    .appointment-btn:hover {
        background: #049485;
        color: white;
    }
    #header .logo img {
        max-height: 28px;
    }
    .titulo_itinerario{
        font-size: 22px;
    }
    .sub_titulo_itinerario{
        font-size: 14px;
    }
    .ul{
        color: white;
        font-size: 12px;
    }
    li a{
        font-size: 11px;
        color: white;
    }
    .nav-list {
    padding-top: 16px;
    line-height: 11px;
    }

    .separador{
        height: 10px;
    }
    .separa-reserva{
        height: 50px;
    }
    .bnt-reservara-ahora a,
    .btn-hablar a {
        font-size: 12px; /* Texto más grande en desktop */
    }
    .bnt-reservara-ahora {
        padding: 12px 40px;
    }
    .btn-hablar {
        padding: 10px 20px;
    }
    .hero-buttons-container {
        margin-top: -80px; /* Ajusta la posición proporcionalmente */
    }
    .hero-buttons img {
        width: 50%; /* Reduce al 70% del tamaño original */
    }
    .separador-slide{
        height: 20px;
    }
    .linea-separadora{
        border: solid 2px #FFFFFF;
        width: 220px!important;
        margin-top: 5px;
    }
    .back-fondo {
        padding-bottom: 30px;
        padding-top: 0px!important;
    }
    .sumatemovil{
        margin-top: 30px;

    }
    .carucel-movil{
        display: none;
    }
    .valor-desktop{
        display: none;
    }
    .valor-mobil{
        display: block;
    }
 .footer-item { line-height: 12px; }
  .footer-item a { gap: .4rem; } 
    #turnos p{
    font-size: 12px;
}
#turnos h4{
    font-size: 22px;
}
    .space-mv{
        padding-bottom: 50px;
    }
    .margen-boton-clases{
    margin-top: 30px;
    margin-left: 0px;
}

        .top-header {
    height: 100px;
    overflow: hidden;
    clear: both;
    }
    #footer {

    padding-top: 90px;
    padding-bottom: 90px;
}
    .amenities-list{
        padding-left: 30px;
    }
}



