*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#fff;
color:#222;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

header{
header{
position:fixed;
width:100%;
background:rgba(255,255,255,.95);
backdrop-filter:blur(10px);
box-shadow:0 2px 15px rgba(0,0,0,.08);
z-index:1000;
}
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:15px 0;
}

.logo{
height:90px;
}

nav a{
text-decoration:none;
margin:0 15px;
color:#06254F;
font-weight:500;
}

.btn-whatsapp{
background:#12C7C9;
color:white;
padding:12px 22px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

.hero{
height:100vh;
background:url('images/hero.jpg') center center/cover;
display:flex;
justify-content:center;
align-items:center;
position:relative;
}

.overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,.55);
}

.hero-content{
position:relative;
z-index:2;
text-align:center;
color:white;
max-width:900px;
padding:20px;
}

.tag{
display:inline-block;
background:#12C7C9;
padding:10px 20px;
border-radius:30px;
margin-bottom:25px;
font-weight:600;
}

.hero h1{
font-size:4rem;
margin-bottom:20px;
}

.hero p{
font-size:1.2rem;
line-height:1.8;
margin-bottom:35px;
}

.hero-buttons{
display:flex;
justify-content:center;
gap:20px;
flex-wrap:wrap;
}

.btn-primary{
background:#12C7C9;
color:white;
padding:15px 35px;
border-radius:8px;
text-decoration:none;
font-weight:600;
}

.btn-secondary{
border:2px solid white;
color:white;
padding:15px 35px;
border-radius:8px;
text-decoration:none;
}

.stats{
margin-top:60px;
display:flex;
justify-content:center;
gap:50px;
flex-wrap:wrap;
}

.stats h2{
font-size:2.5rem;
}

.stats span{
font-size:1rem;
}

@media(max-width:768px){
     .btn-whatsapp{
        display:none;
          /* Arreglo sección Cómo Trabajamos en móvil */

.timeline-cards{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:20px;
}

.timeline-card{
    width:90%;
    max-width:320px;
}

.timeline{
    flex-direction:column;
    gap:20px;
}

.timeline-line{
    display:none;
}
    }

    .nav{
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:15px;
    }

    .logo{
        height:110px;
        margin:0 auto 15px;
        display:block;
    }

    .tag{
        margin-top:80px;
        margin-bottom:20px;
        padding:8px 18px;
        font-size:14px;
    }

    .hero-content{
        padding-top:30px;
    }

.hero h1{
font-size:2.2rem;
}

.hero p{
font-size:1rem;
}

nav{
display:none;
}

.logo{
height:55px;
}

}
.servicios,
.galeria,
.beneficios{
padding:100px 0;
}

.section-title{
text-align:center;
font-size:2.5rem;
color:#06254F;
margin-bottom:15px;
}

.section-subtitle{
text-align:center;
margin-bottom:50px;
color:#666;
}

.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
}

.card{
background:white;
padding:30px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

.card:hover{
transform:translateY(-8px);
}

.card h3{
color:#06254F;
margin-bottom:15px;
}

.galeria{
background:#f7f9fb;
}
.proyectos-slider{
display:flex;
gap:20px;
overflow-x:auto;
padding:20px 0;
scroll-behavior:smooth;
}

.proyectos-slider img{
min-width:420px;
height:300px;
object-fit:cover;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.15);
transition:.3s;
}


}

.como-trabajamos{
padding:80px 20px;
background:#f8f9fb;
}

.proceso-simple{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
margin-top:40px;
}

.proceso-simple div{
background:white;.proyectos-slider{
    display:flex;
    gap:25px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:20px 0;
}

.proyectos-slider img{
    width:350px;
    height:250px;
    object-fit:cover;
    border-radius:15px;
    flex-shrink:0;
    box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.proyectos-slider::-webkit-scrollbar{
    height:8px;
}

.proyectos-slider::-webkit-scrollbar-thumb{
    background:#25c7cf;
    border-radius:20px;
}
padding:30px;
border-radius:15px;
box-shadow:0 5px 15px rgba(0,0,0,.08);
text-align:center;
}

.proceso-simple h3{
color:#0a2d6f;
margin-bottom:10px;
}
}

.benefits-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:30px;
margin-top:40px;
}

.benefits-grid div{
background:white;
padding:30px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}
.whatsapp-float{
position:fixed;
bottom:25px;
right:25px;
width:70px;
height:70px;
background:#25D366;
border-radius:50%;
display:flex;
justify-content:center;
align-items:center;
box-shadow:0 8px 25px rgba(0,0,0,.25);
z-index:9999;
transition:.3s;
}

.whatsapp-float:hover{
transform:scale(1.1);
}

.whatsapp-float img{
width:40px;
height:40px;
}

.cta{
background:#06254F;
padding:100px 20px;
text-align:center;
color:white;
}

.cta h2{
font-size:2.8rem;
margin-bottom:20px;
}

.cta p{
max-width:700px;
margin:auto;
font-size:1.1rem;
line-height:1.8;
margin-bottom:35px;
}

.btn-cta{
background:#12C7C9;
color:white;
text-decoration:none;
padding:18px 40px;
border-radius:10px;
font-size:1.1rem;
font-weight:600;
display:inline-block;
transition:.3s;
}

.btn-cta:hover{
transform:translateY(-3px);
}
.cobertura{
    padding:80px 20px;
    background:#f8f9fb;
    text-align:center;
}

.section-title{
    font-size:2.5rem;
    color:#06254F;
    margin-bottom:15px;
}

.section-subtitle{
    max-width:800px;
    margin:0 auto 40px;
    color:#666;
    font-size:1.1rem;
}

.mapa-cobertura{
    width:100%;
    max-width:900px;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}
/* MAPA */

.map-section{
    padding:80px 20px;
    background:#f8f9fb;
}

.map-container{
    margin-top:30px;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 10px 25px rgba(0,0,0,.1);
}

/* FOOTER */

.footer{
    background:#06285e;
    color:white;
    padding-top:70px;
}

.footer-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:40px;
}

.footer-logo{
    height:90px;
    margin-bottom:20px;
}

.footer h3{
    margin-bottom:15px;
}

.footer ul{
    list-style:none;
    padding:0;
}

.footer ul li{
    margin-bottom:10px;
}

.footer-btn{
    display:inline-block;
    margin-top:15px;
    padding:12px 24px;
    background:#25D366;
    color:white;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
}

.footer-bottom{
    text-align:center;
    margin-top:50px;
    padding:20px;
    border-top:1px solid rgba(255,255,255,.15);
}
.proceso{
    padding:80px 20px;
    background:#fff;
    text-align:center;
}

.proceso h2{
    font-size:42px;
    color:#0b2e6b;
    margin-bottom:50px;
}

.pasos{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
}

.paso{
    background:#fff;
    padding:30px;
    border-radius:15px;
    box-shadow:0 5px 20px rgba(0,0,0,.1);
}

.paso span{
    width:60px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:auto;
    border-radius:50%;
    background:#29c7cf;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    margin-bottom:20px;
}

.proyectos{
    padding:80px 20px;
    background:#f8f9fb;
    text-align:center;
}

.proyectos h2{
    font-size:42px;
    color:#0b2e6b;
}

.galeria{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:20px;
    margin-top:40px;
}

.galeria img{
    width:100%;
    height:280px;
    object-fit:cover;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    transition:.3s;
}

.galeria img:hover{
    transform:scale(1.03);
}
.proceso-premium{
    padding:80px 20px;
    background:#f8f9fb;
    text-align:center;
}

.proceso-premium h2{
    color:#0b2e6b;
    font-size:42px;
    margin-bottom:60px;
}

.linea-proceso{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:50px;
}

.numero{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#0b2e6b;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
    font-weight:bold;
    border:4px solid #29c7cf;
}

.linea{
    width:180px;
    height:4px;
    background:#29c7cf;
}

.cards-proceso{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.card-proceso{
    background:white;
    padding:30px;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.card-proceso h3{
    color:#0b2e6b;
    margin-bottom:15px;
}

.card-proceso p{
    color:#666;
    line-height:1.6;
}
#proyectos{
    width:100%;
    display:block;
}

.proceso-premium{
    width:100%;
    display:block;
    clear:both;
    margin-top:60px;
}
/* ==========================
   MÓVIL - ¿CÓMO TRABAJAMOS?
========================== */

@media (max-width:768px){

    .proceso-premium{
        padding:60px 20px;
    }

    .proceso-premium h2{
        font-size:30px;
        margin-bottom:30px;
    }

    /* Oculta la línea con los números */
    .linea-proceso{
        display:none;
    }

    /* Las tarjetas quedan una debajo de otra */
    .cards-proceso{
        display:grid;
        grid-template-columns:1fr;
        gap:20px;
    }

    .card-proceso{
        width:100%;
        padding:25px;
    }

    /* Agrega el número dentro de cada tarjeta */
    .card-proceso::before{
        display:flex;
        justify-content:center;
        align-items:center;
        width:50px;
        height:50px;
        margin:0 auto 20px;
        border-radius:50%;
        background:#0b2e6b;
        color:#fff;
        font-size:22px;
        font-weight:bold;
    }

    .card-proceso:nth-child(1)::before{
        content:"1";
    }

    .card-proceso:nth-child(2)::before{
        content:"2";
    }

    .card-proceso:nth-child(3)::before{
        content:"3";
    }

}
