*{

margin:0;

padding:0;

box-sizing:border-box;

}

body{

font-family:'Montserrat',sans-serif;

background:#f8f7f2;

color:#333;

}

h1,h2,h3{

font-family:'Cormorant Garamond',serif;

}

.sombra-nav{

box-shadow:0 2px 20px rgba(0,0,0,0.08);

background:#556b57 !important;

}

.logo-nav{

font-family:'Cormorant Garamond',serif;

font-size:2rem;

font-weight:700;

color:white !important;

}


.nav-link{

font-weight:500;

margin-left:15px;
color:white !important

}

.hero{

height:100vh;

background:linear-gradient(

rgba(0,0,0,0.35),

rgba(0,0,0,0.35)

),

url('../img/FONDO.JPG');

background-size:cover;

background-position:center;

display:flex;

justify-content:center;

align-items:center;

text-align:center;

position:relative;

}

.contenido-hero{

z-index:2;

color:white;

}

.logo-principal{

width:600px;

margin-bottom:20px;

filter: drop-shadow(0 8px 20px rgba(0,0,0,0.25));

}
.hero h1{
font-size:5rem;
font-weight:700;
margin-top:-60px;
position: relative;
top: -30px;
}
.hero p{

font-size:1.4rem;

letter-spacing:2px;

margin-top:-25px;

margin-bottom:15px;

}

.btn-eternal{

background:#556b57;

color:white;

padding:12px 30px;

border-radius:30px;

font-weight:600;

transition:0.3s;

margin-top:-10px;

}

.btn-eternal:hover{

background:#425344;

color:white;

transform:translateY(-3px);

}

.intro{

padding:100px 20px;

text-align:center;

}

.intro h2{

font-size:3rem;

margin-bottom:20px;

color:#556b57;

}

.intro p{

max-width:800px;

margin:auto;

line-height:1.8;

}

.beneficios{

padding:100px 20px;

background:white;

}

.beneficios h2{

text-align:center;

margin-bottom:60px;

font-size:3rem;

color:#556b57;

}

.card-beneficio{

background:#f8f7f2;

padding:30px;

border-radius:20px;

text-align:center;

height:100%;

transition:0.4s;

}

.card-beneficio:hover{

transform:translateY(-10px);

}

.card-beneficio h3{

margin-bottom:15px;

color:#556b57;

}

footer{

background:#556b57;

color:white;

text-align:center;

padding:25px;

margin-top:50px;

}
.img-inauguracion{

  max-width: 650px;

  width: 40%;

  height: auto;

  display: block;

  margin: 0 auto;

  border-radius: 12px;

  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}
.historia-box{

background:#eef2eb;

padding:35px;

border-radius:25px;

box-shadow:0 10px 30px rgba(0,0,0,0.08);

}
.card-beneficio{

background:#eef2eb;

padding:30px;

border-radius:20px;

height:100%;

box-shadow:0 10px 25px rgba(0,0,0,0.08);

transition:.3s;

}

.card-beneficio:hover{

transform:translateY(-8px);

}
.card-fundadora{

background:#556b57;

color:white;

padding:40px;

border-radius:25px;

}
.galeria-seccion{

padding-top:120px !important;

}

.galeria-pinterest{

columns:3;

column-gap:20px;

}

.galeria-pinterest img{

width:100%;

margin-bottom:20px;

border-radius:18px;

box-shadow:0 10px 25px rgba(0,0,0,0.12);

cursor:pointer;

transition:0.3s;

}

.galeria-pinterest img:hover{

transform:scale(1.03);

filter:brightness(0.9);

}

#lightbox{

display:none;

position:fixed;

top:0;

left:0;

width:100%;

height:100%;

background:rgba(0,0,0,0.85);

z-index:9999;

justify-content:center;

align-items:center;

flex-direction:column;

}

#lightbox img{

max-width:80%;

max-height:80%;

border-radius:20px;

box-shadow:0 20px 50px rgba(0,0,0,0.4);

}

#lightbox span{

color:white;

margin-bottom:20px;

font-size:18px;

cursor:pointer;

}

@media(max-width:768px){

.galeria-pinterest{

columns:2;

}

}

@media(max-width:576px){

.galeria-pinterest{

columns:1;

}

}
.espacios-seccion{

padding-top:130px;

padding-bottom:60px;

}

.card-espacio{

background:#eef2eb;

padding:35px;

border-radius:25px;

box-shadow:0 10px 25px rgba(0,0,0,0.08);

cursor:pointer;

transition:0.3s;

height:100%;

}

.card-espacio:hover{

transform:translateY(-10px);

background:#dfe8da;

}

.card-espacio h3{

color:#556b57;

}

.detalle-espacio{

background:#556b57;

color:white;

padding:45px;

border-radius:30px;

box-shadow:0 15px 35px rgba(0,0,0,0.18);

max-width:800px;

margin:0 auto;

}

.detalle-espacio h2{

font-size:2.8rem;

}

.precio-espacio{

font-size:2.5rem;

font-weight:600;

margin:20px 0;

}

.medida-espacio{

font-size:1.2rem;

letter-spacing:1px;

}
.contacto-seccion{

padding-top:130px;

padding-bottom:80px;

}

.btn-whatsapp{

display:inline-block;

background:white;

color:#556b57;

padding:15px 35px;

border-radius:50px;

font-weight:600;

text-decoration:none;

margin-top:20px;

transition:.3s;

}

.btn-whatsapp:hover{

transform:translateY(-4px);

background:#eef2eb;

}
.hero-categorias{

font-size:1rem;

letter-spacing:2px;

margin-top:35px;
margin-bottom: 30px;

color:white;

}


.historia-organica p{

color:white;

line-height:1.8;

}

.historia-organica strong{

color:white;

}