*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Poppins',sans-serif;
margin:0;
color:#333;

}

h1,h2{

font-family:'Fredoka',sans-serif;

}

.container{

width:90%;
max-width:1200px;
margin:auto;

}

/* PRELOADER */

#preloader{

position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:white;
display:flex;
align-items:center;
justify-content:center;
z-index:9999;

}

#preloader img{

width:120px;
opacity:0.1;
animation:logoLoad 2s ease forwards;

}

@keyframes logoLoad{

0%{opacity:0.1; transform:scale(0.9);}
50%{opacity:0.6;}
100%{opacity:1;}

}

/* HEADER */

header{

position:fixed;
top:0;
left:0;
width:100%;
background:white;
z-index:1000;
box-shadow:0 2px 10px rgba(0,0,0,0.08);

}

header.scrolled{

box-shadow:0 5px 20px rgba(0,0,0,0.15);

}

.nav{

display:flex;
justify-content:space-between;
align-items:center;
padding:10px 0;

}

.logo{

height:55px;

}

nav a{

margin-left:25px;
text-decoration:none;
color:#333;
font-weight:500;

}

/* SLIDER */

.slider{

height:100vh;
margin-top:70px;
position:relative;

}

.slide{

position:absolute;
width:100%;
height:100%;
background-size:cover;
background-position:center;
opacity:0;
transition:opacity 1.5s;

}
.slider img{
width:100%;
height:80vh;
object-fit:cover;
}

.slide.active{

opacity:1;

}

.slider-text{

position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
background:rgba(0,0,0,0.4);
padding:40px;
border-radius:20px;
color:white;
text-align:center;

}

.slider h1{

font-size:50px;

}

.btn{

display:inline-block;
margin-top:20px;
padding:15px 30px;
background:#ff7a00;
color:white;
border-radius:40px;
text-decoration:none;

}

/* SECTIONS */

.section{

padding:100px 0;
text-align:center;

}

.bg{

background:#f7f7f7;

}

/* GALERIA */

.grid{

display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:20px;

}

.grid img{

width:100%;
border-radius:10px;
cursor:pointer;
transition:0.4s;

}

.grid img:hover{

transform:scale(1.05);

}

/* MAP */

iframe{

width:100%;
height:350px;
border:0;
margin-top:20px;

}

/* FOOTER */

footer{

background:#111;
color:white;
text-align:center;
padding:20px;

}

/* WHATSAPP */

.whatsapp{

position:fixed;
bottom:25px;
right:25px;
width:65px;
animation:latido 1.5s infinite;

}

.whatsapp img{

width:100%;

}

@keyframes latido{

0%{transform:scale(1);}
50%{transform:scale(1.2);}
100%{transform:scale(1);}

}

/* LIGHTBOX */

#lightbox{

position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.9);
display:none;
justify-content:center;
align-items:center;
z-index:2000;

}

#lightbox img{

max-width:90%;
max-height:80%;

}

#lightbox span{

position:absolute;
top:30px;
right:50px;
color:white;
font-size:40px;
cursor:pointer;

}

/* ANIMACIONES */

.reveal{

opacity:0;
transform:translateY(60px);
transition:all 1s;

}

.reveal.active{

opacity:1;
transform:translateY(0);

}

/* FOOTER */

.footer{
background:#0f1720;
padding:60px 20px;
text-align:center;
color:#ffffff;
}

.footer-content{
max-width:1100px;
margin:auto;
}

/* LOGO */

.footer-logo img{
height:70px;
margin-bottom:20px;
filter:drop-shadow(0px 4px 8px rgba(0,0,0,0.4));
}

/* MENU */

.footer-menu{
margin-bottom:25px;
}

.footer-menu a{
color:#ffffff;
margin:0 15px;
text-decoration:none;
font-weight:500;
font-size:16px;
transition:0.3s;
}

.footer-menu a:hover{
color:#ff7a00;
}

/* REDES */

.footer-redes{
margin-bottom:25px;
}

.footer-redes a{
color:white;
font-size:26px;
margin:0 15px;
text-decoration:none;
border:none;
}

.footer-redes a:hover{
color:#ff7a00;
}

/* COPYRIGHT */

.footer-copy{
font-size:14px;
opacity:0.9;
}

/* INCLOUD */

.powered{
margin-top:10px;
font-size:14px;
}

.powered img{
height:26px;
margin-left:6px;
vertical-align:middle;
opacity:0.9;
}

.powered img:hover{
opacity:1;
}
.texto-parque{

max-width:900px;
margin:auto;
text-align:center;

}

.texto-parque p{

font-size:18px;
line-height:1.8;
margin-bottom:20px;

}

.cumple-section{

background:linear-gradient(180deg,#fff,#f8f8f8);

}

.cumple-section p{

font-size:18px;
line-height:1.8;
margin-bottom:18px;

}

/* FAQ */

.faq-section{

padding-top:60px;
padding-bottom:40px;

}

.faq-title{

margin-bottom:50px;

}

.faq{

max-width:800px;
margin:auto;

}

.faq-item{

border-bottom:1px solid #ddd;

}

.faq-question{

width:100%;
text-align:left;
padding:18px;
font-size:18px;
background:none;
border:none;
cursor:pointer;
font-weight:500;
transition:0.3s;

}

.faq-question:hover{

color:#ff7a00;

}

.faq-answer{

max-height:0;
overflow:hidden;
transition:max-height 0.4s ease;

}

.faq-answer p{

padding:0 18px 20px 18px;
color:#555;

}
/* CONTACTO */

.contacto-section{

padding-top:120px;
padding-bottom:120px;

}

.contacto-info{

font-size:18px;
margin-bottom:30px;

}

.contacto-info p{

margin-bottom:12px;

}

.contacto-info i{

color:#ff7a00;
margin-right:8px;

}

.contacto-info a{

color:#25D366;
text-decoration:none;
font-weight:500;

}

.mapa iframe{

width:100%;
height:380px;
border:0;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);

}


/* =========================
CONTACTO
========================= */

.contacto-section{

background: linear-gradient(135deg,#0f2c3f,#1a4d6e);

color:white;

position:relative;

overflow:hidden;

}

/* decoracion tipo parque */

.contacto-section::before{

content:"";

position:absolute;

top:0;
left:0;

width:100%;
height:100%;

background:url("../img/confetti.png");

opacity:0.08;

pointer-events:none;

}

.contacto-section h2{

color:white;

margin-bottom:30px;

}

.contacto-info{

font-size:18px;

line-height:1.8;

}

.contacto-info i{

color:#ffb100;

margin-right:10px;

}

.contacto-info a{

color:#25d366;

font-weight:bold;

text-decoration:none;

}

.mapa{

margin-top:40px;

border-radius:12px;

overflow:hidden;

box-shadow:0 15px 35px rgba(0,0,0,0.25);

}

.mapa iframe{

width:100%;

height:380px;

border:0;

}
/* RESPONSIVE */



@media(max-width:768px){

nav{

display:none;

}

.slider h1{

font-size:32px;

}

}

