
/*
Theme Name: Presto Premium
Author: Presto
Version: 1.0
Description: Tema WordPress liviano optimizado para velocidad y SEO
*/

body{
margin:0;
font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
background:#faf7f2;
color:#222;
line-height:1.6;
}

.container{
width:92%;
max-width:1200px;
margin:auto;
}

header{
background:#111;
color:white;
padding:18px 0;
}

.logo{
font-weight:700;
font-size:22px;
}

.hero{
position:relative;
overflow:hidden;
}

.hero img{
width:100%;
display:none;
}

.hero img.active{
display:block;
}

.hero-overlay{
position:absolute;
left:8%;
top:35%;
color:white;
max-width:520px;
}

.hero-overlay h1{
font-size:42px;
margin-bottom:10px;
}

.btn{
display:inline-block;
padding:12px 22px;
background:#d12b1f;
color:white;
text-decoration:none;
border-radius:4px;
margin-top:10px;
}

.section{
padding:80px 0;
}

.products-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
margin-top:40px;
}

.card{
background:white;
border-radius:10px;
overflow:hidden;
box-shadow:0 6px 18px rgba(0,0,0,0.08);
text-align:center;
}

.card img{
width:100%;
}

.split{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.split img{
width:100%;
border-radius:10px;
}

.map{
text-align:center;
}

footer{
background:#111;
color:white;
text-align:center;
padding:40px 0;
margin-top:60px;
}

.whatsapp{
position:fixed;
right:20px;
bottom:20px;
background:#25D366;
color:white;
padding:14px 18px;
border-radius:30px;
text-decoration:none;
font-weight:bold;
}
