:root {
  --verde-base: #a8c3a1;
  --verde-oscuro: #2f4f2f;
  --verde-navbar: #2f4f2f;
  --verde-claro: #e7ffad; 
  --fondo: #f5f5f0;
}
*{
  transition: all 0.3s ease;
}
.time-slot.ocupado {
  background-color: #ddd;
  color: #888;
  cursor: not-allowed;
}
html{
scroll-behavior:smooth;
}
.carousel-section {
  padding: 40px 40px;
  text-align: center;
}

.carousel-section h2 {
  font-family: 'Playfair Display';
  margin-bottom: 30px;
  color: #6f8f6f;
}



.carousel {
  position: relative;
  max-width: 320px;
  margin: auto;
  overflow: visible; /* 👈 clave */
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 15px;
  padding: 20px 0;
}

.carousel-track img {
  width: 85%;
  flex-shrink: 0;
  border-radius: 18px;
  object-fit: cover;

  transition: transform 0.3s ease;

  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.carousel-track img.active {
  transform: scale(1.02);
}

/* BOTONES */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 20px;
  padding: 12px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  background: rgba(255,255,255,0.8);
  color: var(--verde-oscuro);
  backdrop-filter: blur(5px);
}
.carousel-btn:hover {
  background: var(--verde-claro);
}

.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

/* MOBILE UX */
@media (max-width:480px){
.carousel-section {
  padding: 30px 10px;
  text-align: center;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.4s ease;
  gap: 12px;
  padding: 10px;
}

/* 👇 tarjetas tipo app */
.carousel-track img {
  width: 85%;
  flex-shrink: 0;
  border-radius: 18px;
  object-fit: cover;

  transition: transform 0.3s ease;

  box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

.carousel-track img.active {
  transform: scale(1.02);
}

/* botones más chicos en mobile */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  font-size: 16px;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;

  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(10px);

  box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.carousel-btn.prev {
  left: 5px;
}

.carousel-btn.next {
  right: 5px;
}

}
.precios-premium {
  max-width: 600px;
  margin: auto;
  border-radius: 25px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.08);
  background: #e8f2d8;
  padding: 48px 20px;
}

.precios-premium h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 600;
  color: #2d4a2d;
  text-align: center;
  margin: 0 0 32px;
}

.precio-bloque {
  background: #ffffff;
  border: 0.5px solid #b0cc98;
  border-radius: 16px;
  padding: 20px 18px;
  max-width: 480px;
  margin: 0 auto 16px;
}

.precio-bloque h3 {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #2d4a2d;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #daecc8;
}

.fila {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 0;
  border-bottom: 0.5px solid #f0f7e8;
}

.fila span {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #3a5a3a;
}

.fila strong {
  display: block;
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2d4a2d;
}

.fila small {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 300;
  color: #7a9a7a;
}
.fila:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.fila div {
  text-align: right;
}


/* CONTROL DE SECCIONES */
.calendar-grid button.day.selected {
  background: #7aa43b;  /* verde destacado */
  color: white;
  font-weight: bold;
  transform: scale(1.1);  /* opcional, efecto de “pop” */
  transition: 0.2s;
}

.menu-toggle{
display:none;
background:none;
border:none;
font-size:28px;
cursor:pointer;

}





body{
margin:0;
font-family:'Poppins',sans-serif;
background:#e8f2d8;
color:#444;
padding-top:80px;
}


/* NAVBAR */


.top-nav{
position:sticky;
top:0;
display:flex;
justify-content:space-between;
padding:15px 60px;
background:white;
box-shadow:0 3px 10px rgba(0,0,0,0.05);
z-index:100;
}

.top-nav a{
text-decoration:none;
margin-left:25px;
font-weight:500;
color:#444;
transition:0.3s;
}

.top-nav a:hover{
color:#8fd64e;
}


/* HEADER */

.beauty-header{
text-align:center;
padding:50px 20px;
background:linear-gradient(180deg,#eeffcd,#efffe1);
}

.beauty-header h1{
font-family:'Dancing Script';
font-size:60px;
margin:0;
color:#5c8c3c;
}

.beauty-header span{
font-family:'Playfair Display';
font-size:20px;
letter-spacing:2px;
}


/* CONTAINER */

.container{
max-width:1100px;
margin:auto;
padding:40px 20px;
}


/* HOME */

.home-box{
text-align:center;
margin:auto;
}

.home-box h1{
font-family:'Playfair Display';
font-size:38px;
}

.subtitle{
color:#777;
margin-bottom:30px;
}

.home-grid{
display:grid;
gap:30px;
justify-content:center;
grid-template-columns: repeat(2, 220px);
flex-wrap:wrap;
align-items:center;
margin-top:30px;
}

.home-card{
background:white;
border:none;
border-radius:32px;
padding:35px;
width:220px;
height:140px;
font-size:18px;
box-shadow:0 10px 25px rgba(0,0,0,0.05);
cursor:pointer;
transition:0.3s;
display:flex;
flex-direction:column;
gap:10px;
align-items:center;
}

.home-card span{
font-size:40px;
}

.home-card:hover{
transform:translateY(-5px);
box-shadow:0 12px 30px rgba(0,0,0,0.08);
}

.home-card.outline{
background:#eeffcd;
}







/* INPUTS */

input{
width:100%;
padding:12px;
border-radius:10px;
border:1px solid #ddd;
margin-top:10px;
font-family:'Poppins';
}

input:focus{
outline:none;
border:1px solid #b8f27c;
}



/* MIS TURNOS */


/* FOOTER */

footer{
text-align:center;
padding:30px;
color:#777;
font-size:14px;
}

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins', sans-serif;
background:#efffe1;
color:#444;
line-height:1.6;
}

/* NAVBAR */

.navbar{
position:fixed;
top:0;
width:100%;
background:var(--verde-navbar);
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 30px;
box-shadow:0 4px 20x rgba(0,0,0,0.08);
z-index:1000;
}

.logo{
font-family:'Dancing Script', cursive;
font-size:28px;
color:white;
}

.nav-links{
list-style:none;
display:flex;
gap:30px;
color:white;
}

.nav-links a{
text-decoration:none;
color:#444;
font-weight:500;
transition:0.3s;
}

.nav-links a:hover{

color:var(--verde-claro);
}


/* HERO */

.hero{
height:100vh;
display:flex;
justify-content:center;
align-items:center;
text-align:center;
background: linear-gradient(180deg, var(--verde-base), var(--verde-claro));
padding:40px;
}

.hero h1{
font-family:'Playfair Display', serif;
font-size:55px;
margin-bottom:15px;
color: var(--verde-oscuro);
}

.hero p{
font-size:18px;
margin-bottom:25px;
}


/* BOTONES */

button{
background:#e7ffad;
border:none;
padding:12px 30px;
border-radius: 50px;
font-size:16px;
cursor:pointer;
box-shadow:0 4px 10px rgba(0,0,0,0.08);
transition:0.3s;
}
.cta {
  background: var(--verde-oscuro);
  color: white;
}

button:hover{
transform:translateY(-3px);
background:#d9ff90;
}


/* SOBRE NOSOTRAS */

.sobre{
  background: #c8ddb0;
  padding: 48px 20px;
  display: flex;
  justify-content: center;
}

.sobre-card{
  background: #ffffff;
  border: 0.5px solid #b0cc98;
  border-radius: 18px;
  padding: 32px 24px;
  max-width: 480px;
  width: 100%;
  text-align: center;
}

.sobre-card h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: #2d4a2d;
  margin: 0 0 16px;
}
.sobre-card p {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #4a6a4a;
  line-height: 1.8;
  margin: 0 0 20px;
}
.sobre-card p:last-child {
  margin: 0;
  background: #e8f2d8;
  border-radius: 12px;
  padding: 16px;
  font-weight: 400;
  color: #2d4a2d;
  text-align: left;
  line-height: 2.2;
}

/* PRECIOS */

.precios{
padding:100px 40px;
text-align:center;
}

.precios h2{
font-family:'Playfair Display';
margin-bottom:50px;
}

.grid-precios{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
}

.card{
background:white;
padding:30px;
border-radius:18px;
box-shadow:0 8px 20px rgba(0,0,0,0.05);
transition:0.3s;
}

.card small {
  display: block;
  margin-top: 5px;
  color: #6f8f6f;
  font-weight: 500;
}

.card small::before {
  content: "💸 ";
}
.card:hover{
transform:translateY(-5px);
}

.card h3{
margin-bottom:10px;
}


/* TURNOS */

.turnos{
padding:100px 20px;
text-align:center;
}

.form-turnos{
max-width:400px;
margin:auto;
display:flex;
flex-direction:column;
gap:15px;
}

.form-turnos input{
padding:12px;
border-radius:12px;
border:1px solid #ddd;
}


/* FOOTER */

footer{
text-align:center;
padding:25px;
background:white;
margin-top:50px;
}
/* Botones de horarios normales */
.time-slot {
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #b8f27c; /* verde de tu paleta */
  background: #e7ffad;        /* verde claro */
  color: #5c8c3c;             /* verde oscuro para texto */
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* Hover de horario disponible */
.time-slot:hover {
  background: #d9ff90;        /* verde un poco más intenso */
}

/* Horario ocupado */
.time-slot.occupied {
  background: #f0f5e6;        /* verde muy suave */
  color: #a0b89c;             /* verde apagado para el texto */
  border: 1px dashed #c4ddb3; /* borde punteado */
  text-decoration: line-through; /* tachado */
  opacity: 0.65;              /* semi-transparente */
  cursor: not-allowed;
}

/* Tooltip opcional */
.time-slot.occupied:hover::after {
  content: "Horario ocupado";
  position: absolute;
  background: #b8f27c;
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 12px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  pointer-events: none;
}

/* Horario seleccionado */
.time-slot.selected {
  background: #b8f27c; /* verde fuerte de tu paleta */
  color: white;
  border: 1px solid #8fd64e;
}


.top-nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 60px;
background:white;
box-shadow:0 3px 10px rgba(0,0,0,0.05);
position:sticky;
top:0;
z-index:100;
}

.top-nav a{
text-decoration:none;
color:#444;
font-weight:500;
margin-left:25px;
transition:0.3s;
}

.top-nav a:hover{
color:#7aa43b;
}

.nav-left,
.nav-right{
display:flex;
align-items:center;
}
/* Tipografía */
.contacto {
  font-family: 'Poppins', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  background: #e8f2d8;
  color: #2d4a2d;
}

/* Título elegante */
.contacto h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #7b5e7a;
  letter-spacing: 1px;
}

/* Contenedor de mapa */
.map-container {
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  margin-bottom: 40px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.map-container iframe {
  width: 100%;
  height: 400px;
  border: 0;
  border-radius: 20px;
}

/* Efecto hover dinámico en mapa */
.map-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Contenedor botones */
.contact-info {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

/* Botones contacto */
.contact-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

/* WhatsApp */
.contact-btn.whatsapp {
  background: #d4f7dc;
  color: #2d6a4f;
}

.contact-btn.whatsapp:hover {
  background: #2d6a4f;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Instagram */
.contact-btn.instagram {
  background: #fcd5ce;
  color: #9d0208;
}

.contact-btn.instagram:hover {
  background: #9d0208;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Iconos circulares */
.contact-btn img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}







/* RESPONSIVE */

/* =========================
   RESPONSIVE MOBILE
   ========================= */

@media (max-width:480px){


  /* NAVBAR */


  /* Logo estilo actual */
  .navbar .logo {
    font-family: 'Dancing Script', cursive;
    font-size: 28px;
    color: white;
    margin-bottom: 10px;
  }


  /* Links verticales */
  .navbar .nav-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    width: 100%;
  }

  .navbar .nav-links li {
    list-style: none;
  }

 .nav-right .navbar .nav-links li a {
    text-decoration: none;
    color: #7b5e7a;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0;
    border-radius: 50px;
    transition: all 0.3s ease;
    width: 80%;
    text-align: center;
    background: #e7ffad;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  }


  .navbar .nav-links li a:hover {
    background: #d4f7dc;
    color: #2d6a4f;
    transform: translateY(-2px);
  }

  /* ===========================
     CONTACTO MOBILE
  ============================ */
  .contacto {
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 15px;
    background: #e8f2d8;
    color: #2d4a2d;
  }

  .contacto h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #7b5e7a;
    letter-spacing: 1px;
  }

  .map-container {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .map-container iframe {
    width: 100%;
    height: 250px;
    border: 0;
    border-radius: 15px;
  }

  .map-container:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
  }

  .contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: center;
  }

  .contact-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    width: 80%;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    font-size: 16px;
  }

  .contact-btn.whatsapp {
    background: #d4f7dc;
    color: #2d6a4f;
  }

  .contact-btn.whatsapp:hover {
    background: #2d6a4f;
    color: #ffffff;
    transform: translateY(-2px);
  }

  .contact-btn.instagram {
    background: #fcd5ce;
    color: #9d0208;
  }

  .contact-btn.instagram:hover {
    background: #9d0208;
    color: #ffffff;
    transform: translateY(-2px);
  }

  .contact-btn img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
  }


.navbar{
padding:15px 20px;
flex-wrap:wrap;
background:#2f4f2f;
}

/* botón hamburguesa */

.menu-toggle{
display:block;
position:absolute;
right:20px;
top:18px;
background: linear-gradient(180deg,#e8f5d0,#d9ecb8);
color: var(--verde-oscuro);
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
border-radius:50%;

align-items: center;
}

/* ocultar menú por defecto */

.nav-links{
display:none !important;
flex-direction:column;
width:100%;
margin-top:15px;
gap:12px;
align-items:center;
background: transparent; /* 🔥 sin bloque */

position:absolute;
top:75px;
left:0;

padding:20px 0;
}

/* menú abierto */

.nav-links.active{
display:flex !important;
}

/* estilo links */

.nav-links li{
width:100%;
list-style:none;
}

.nav-links a{
display:block;
text-align:center;
padding:14px;
background: linear-gradient(145deg,#e7ffad,#d4f7dc);
color: var(--verde-oscuro);
border-radius:40px;
width:85%;
margin:auto;
box-shadow: 0 6px 18px rgba(0,0,0,0.08);
transition: all 0.3s ease;
font-weight:500;
font-size:16px;
}

.nav-links a:hover{
  transform: translateY(-3px) scale(1.02);
  background: #c7e7a1;
}
}
