:root {
  --color-celeste: 14, 161, 249;
  --color-celeste-claro: 131, 209, 255;
  --color-amarillo: 253, 207, 3;
  --color-verde: 37, 211, 102;
  --color-blanco: 255, 255, 255;
  --color-negro: 0, 0, 0;
  --color-gris: 100, 100, 100;
  --main-font: 'Montserrat';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

p{
    font-size: 0.95rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;	    
    margin: 0;
    padding: 0;
    line-height: 1.6rem;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
.imagen-borde-big{
    border-radius: 1rem;
}
.imagen-borde-small{
    border-radius: 0.7rem;
}

body {
    font-family: var(--main-font);
    margin: 0;
    padding: 0;
    background-color: rgb(var(--color-blanco));
    color: rgb(var(--color-negro))
}
.contenedor-celeste{
    width: 100%;
    background-color: rgb(var(--color-blanco));
    padding-bottom: 3rem;
    background-image: url(../images/fondo-main-banner.jpg);
    background-repeat: no-repeat;
    background-position: center 2rem;
    background-size: cover;
}
.contenedor-celeste-seccion{
    width: 100%;
    background-color: rgb(var(--color-blanco));
    padding: 0 0 15rem 0;
    background-image: url(../images/fondo-main-banner.jpg);
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
    margin-bottom: -15rem;
}
.contenedor-banners{
    margin: auto;
    max-width: 75rem;
    width: 100%;
}
.contenedor-titulo{
    display: flex;
    flex-direction: column;
    gap:1rem;
    margin: auto;
    max-width: 75rem;
    width: 100%;
    padding: 2rem 0 2rem 0;
}
.grilla-experiencias{
    max-width: 75rem;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(
        auto-fill,
        minmax(300px, 1fr)
    );
    gap:2rem;
    margin: auto;
    padding-bottom: 2rem;
    align-items: start;
}
.card{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 90%;
    background-color: rgb(var(--color-blanco));
    box-shadow: 0 4px 10px rgba(192,206,247,0.8);
    border-radius: 1rem;
    padding: 5%;
    gap:1rem;
    text-decoration: none;
    transition: scale 0.3s ease;
}
.card:hover{
    scale:1.02;
    transition: scale 0.4s ease;
    box-shadow: 0 4px 10px rgba(192,206,247,1);
}
.card .boton-principal {
  margin-top: auto; /* empuja el botón al fondo */
}
.linea{
    background-color: #d6d4d4;
    height: 1px;
    width: 100%;
}
.boton-principal{
	  background-color: rgb(var(--color-celeste));
	  padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    color: rgb(var(--color-blanco));
    text-decoration: none;
    font-size: 0.9rem;
    width: -moz-fit-content;
    width: fit-content;        /* fallback moderno */
    white-space: nowrap;       /* quita saltos que “engordan” el botón */    
}
.boton-reserva{
    display:flex;
    gap:0.7rem;
    align-items: center;
	  background-color: rgb(var(--color-verde));
	  padding: 0.6rem 1rem;
    border-radius: 0.5rem;
    color: rgb(var(--color-blanco));
    text-decoration: none;
    font-size: 0.9rem;
    width: -moz-fit-content;
    width: fit-content;        /* fallback moderno */
    white-space: nowrap;       /* quita saltos que “engordan” el botón */  
    transition: 0.3s ease;  
}
.boton-reserva:hover{
	  background-color: #1ab052; 
    transition: 0.4s ease;
}
footer{
    margin-top: 2rem;
    width: 100%;
    background-color: rgb(var(--color-celeste));
    padding: 3rem 0;
}
.grilla-footer{
    max-width: 75rem;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap:2rem;
    margin: auto;
}
.grilla-footer div{
    display: flex;
    flex-direction: column;
    gap:1rem;
}
ul {
  margin: 0;
  padding: 0 0 0 1rem;
}
li{
	font-weight: 400;
	color: rgb(var(--white));	
	line-height: 1.5rem;
	font-size: 1rem;
	text-align: left;	
}
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0;
  margin: 0;
}
.footer-links a {
  color: rgb(var(--color-blanco));
  text-decoration: none;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.85rem;
  transition: 0.3s ease;
}
.footer-links a:hover {
  color:rgb(248, 255, 48);
  transition: 0.4s ease;
}
.iconos{
  display: flex;
  align-items: center;
  gap:0.5rem;
}
.grilla-detalle{
  max-width: 75rem;
  width: 94%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2rem 3%;
  gap:3rem;
  background-color: rgb(var(--color-blanco));
  margin: auto;
  box-shadow: 0 4px 10px rgba(192,206,247,0.8);
  border-radius: 1rem;
  box-sizing: border-box;
}
.columna-detalle{
  display: flex;
  flex-direction: column;
  gap:1rem;
  width: 100%;
}
.grilla-vigencia-precio{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:1rem;
}
.combo-vigencia-precio{
  width: 90%;
  padding: 5%;
  background-color: #f8f7f7;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.grilla-quienes-somos{
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 2rem 3%;
  gap:3rem;
  max-width: 75rem;
  width: 94%;
  background-color: rgb(var(--color-blanco));
  margin: auto;
  box-shadow: 0 4px 10px rgba(192,206,247,0.8);
  border-radius: 1rem;
  box-sizing: border-box;
}

/* N A V B A R    N A V B A R    N A V B A R */

.navbar {
  max-width: 75rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: auto;
}

/* L O G O */
.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:30px;
  padding: 13px 0;
}
.linea-vertical{
  height: 108px;
  width: 1px;
  background-color: #000;
}

/* MENÚ */
.menu {
  list-style: none;
  display: flex;
}

.menu li {
  margin: 0 0.75rem;
}
.menu a {
  text-decoration: none;
  color: rgb(var(--color-blanco));
  font-size: 0.8rem;
  transition: color 0.3s ease;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;	  
}

.menu a:hover {
  color:rgb(248, 255, 48);
  transition: color 0.4s ease;
}

/* MENÚ HAMBURGUESA */
.hamburguesa {
  display: none;
  font-size: 2rem;
  cursor: pointer;
}

/* INPUT OCULTO */
#menu-toggle {
  display: none;
}
.navegacion{
  background-color: rgb(var(--color-celeste));
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

/* C A R R O U S E L */

.carousel {
  max-width: 75rem;
  width: 100%;
  overflow: hidden;
  margin: auto;
  position: relative;
  border-radius: 1rem;
}

.carousel-track {
  display: flex;
  transition: transform 1s ease-in-out;
}

.carousel picture {
  min-width: 100%;
}
.carousel img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.slide {
  min-width: 100%;      /* 👈 cada slide ocupa TODO el ancho del carrusel */
  box-sizing: border-box;
}

/* Botones */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  padding: 0rem 0.7rem 0.3rem;
  border-radius: 0.5rem;
  z-index: 10;
  transition: 0.3s ease;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;	  
  background: rgba(var(--color-celeste),.0);
}
.carousel-btn:hover { color: rgb(var(--color-celeste)); }
.prev { left: 5px; }
.next { right: 5px; }

/* Indicadores */
.carousel-indicators {
  text-align: center;
  position: absolute;
  bottom: 1rem;
  width: 100%;
}
.dot {
  display: inline-block;
  width: 12px; height: 12px;
  margin: 0 5px;
  background: rgba(255,255,255,0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}
.dot.active, .dot:hover { background: #fff; }


@media (max-width: 1199px){
  
  .contenedor-banners{
    margin: auto;
    width: 90%;
    padding: 0 5%;
  }
  .contenedor-titulo{
      width: 90%;
      padding: 2rem 5%;
  }
  .grilla-experiencias{
    width: 90%;
    padding: 0 5%;
    margin-bottom: 4rem;
  }
  .grilla-detalle{
    padding: 2rem 5%;
    width: 90%;
  }
  .grilla-footer{
      width: 90%;
      padding: 0 5%;
  }
  .navbar {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 5%;
    margin: auto;
  }
 .carousel {
    width: 90%;
    overflow: hidden;
    margin: auto;
    position: relative;
    border-radius: 1rem;
} 
  .grilla-quienes-somos{
    padding: 2rem 5%;
    width: 90%;
  }
  
}

/* R E S P O N S I V O */

@media (max-width: 768px) {

  .navbar {
	 width: 90%;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 background: #fff;
	 margin: auto;
  }
	
  .menu {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 100;
    top: 110px;
    left: 0px;
    background-color: rgb(var(--color-celeste));
    width: 90%;
    text-align: left;
    padding: 1rem 5%;
	  height: 100vh;
  }

  .menu li {
    margin: 1rem 1rem 1rem 0px;
  }
.menu a {
  font-size: 1.2rem;
  font-weight: 500;
  }
  .hamburguesa {
    display: block;
	  color: rgb(var(--color-blanco));
  }

  /* Mostrar menú cuando se active el checkbox */
  #menu-toggle:checked + .hamburguesa + .menu {
    display: flex;
  }

  .navegacion{
    background-color: rgb(var(--color-celeste));
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
  }
}

@media (max-width: 700px){
  
  p{
    font-size: 1rem;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;	    
    margin: 0;
    padding: 0;
    line-height: 1.6rem;
  }

  .grilla-footer{
    grid-template-columns: 1fr;
  }

  .grilla-detalle{
    grid-template-columns: 1fr;
    padding: 2rem 5%;
    gap:1rem;
  }
  .combo-vigencia-precio{
    width: 80%;
    padding: 10%;
    background-color: #f8f7f7;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }  
  .grilla-quienes-somos{
    grid-template-columns: 1fr;
    padding: 2rem 5%;
    gap:1rem;
  }  
  .grilla-quienes-somos div:first-child{
    order: 2;
  }
    .grilla-quienes-somos div:last-child{
    order: 1;
  }
}
