/*==================================================
RESET
==================================================*/

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

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Montserrat',sans-serif;
    color:#333;
    background:#fff;
    overflow-x:hidden;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.container{
    width:min(92%,1200px);
    margin:auto;
}

/*==================================================
HEADER
==================================================*/

header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:90px;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(12px);
    z-index:1000;
    border-bottom:1px solid rgba(0,0,0,.05);
}

.navbar{
    height:90px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo img{
    height:55px;
    width:auto;
}

nav ul{
    display:flex;
    gap:40px;
    list-style:none;
}

nav a{
    color:#222;
    font-weight:600;
}

.btn{
    background:#76112B;
    color:#fff;
    padding:16px 34px;
    border-radius:50px;
    font-weight:700;
}

/*==================================================
HERO
==================================================*/

.hero{

    position:relative;

    height:100vh;

    min-height:780px;

    display:flex;

    align-items:center;

    overflow:hidden;

.hero-bordo{

    color:#76112B;

}

}

/* FOTO */

.hero-bg{

    position:absolute;

    inset:0;

    z-index:1;

}

.hero-bg img{

    width:85%;

    height:100%;

    object-fit:contain;

    object-position:right bottom;

    margin-left:auto;

}

/* CAPA BLANCA */

.hero-overlay{

    position:absolute;

    inset:0;

    background:linear-gradient(
        90deg,
        rgba(255,255,255,.98) 0%,
        rgba(255,255,255,.95) 30%,
        rgba(255,255,255,.70) 48%,
        rgba(255,255,255,.20) 65%,
        rgba(255,255,255,0) 100%
    );

    z-index:2;

}

/* TEXTO */

.hero .container{

    position:relative;

    z-index:3;

}

.hero-content{

    width:52%;

    padding-top:100px;

}

.eyebrow{

    color:#76112B;

    font-size:15px;

    letter-spacing:4px;

    font-weight:700;

    display:block;

    margin-bottom:20px;

}

.hero h1{

    font-size:50px;

    line-height:1.05;

    color:#222;

    margin-bottom:28px;

}

.hero-description{

    font-size:19px;

    line-height:1.7;

    max-width:560px;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    gap:18px;

}

.btn-outline{

    padding:16px 34px;

    border-radius:50px;

    border:2px solid #76112B;

    color:#76112B;

    font-weight:700;

}

/*==================================================
SOBRE MÍ
==================================================*/

.about{

    padding:120px 0;

    background:#fff;

}

.about-grid{

    display:grid;

    grid-template-columns:450px 1fr;

    gap:80px;

    align-items:center;

}

.about-image img{

    width:100%;

    border-radius:24px;

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

}

.section-tag{

    display:inline-block;

    color:#76112B;

    font-weight:700;

    letter-spacing:3px;

    margin-bottom:20px;

}

.about h2{

    font-size:50px;

    line-height:1.15;

    color:#222;

    margin-bottom:30px;

}

.about h2 strong{

    color:#76112B;

}

.about p{

    font-size:18px;

    line-height:1.9;

    color:#555;

    margin-bottom:22px;

}

/*==================================================
SERVICIOS
==================================================*/

.services{

    padding:120px 0;

    background:#f8f5f2;

    text-align:center;

}

.services h2{

    font-size:50px;

    color:#222;

    margin:20px 0;

}

.section-description{

    max-width:760px;

    margin:0 auto 60px;

    font-size:18px;

    color:#666;

}

.services-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.service-card h3 a{

    color:inherit;

    text-decoration:none;

    transition:.3s;

}

.service-card h3 a:hover{

    color:#76112B;

}

.service-card{

    background:#fff;

    border-radius:24px;

    padding:45px 35px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

    transition:.3s;

}

.service-card:hover{

    transform:translateY(-8px);

}

.service-icon{

    font-size:48px;

    margin-bottom:25px;

}

.service-card h3{

    font-size:28px;

    margin-bottom:18px;

    color:#222;

}

.service-card p{

    color:#666;

    line-height:1.8;

}	

/*==================================================
PROCESO
==================================================*/

.process{

    padding:120px 0;

    background:white;

    text-align:center;

}

.process-grid{

    margin-top:70px;

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

}

.step{

    padding:20px 25px;

}

.number{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#76112B;

    color:white;

    margin:0 auto 25px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    font-weight:700;

}

.step h3{

    margin-bottom:15px;

    font-size:24px;

}

.step p{

    color:#666;

    line-height:1.8;

}

/*==================================================
TESTIMONIOS
==================================================*/

.testimonials{

    padding:120px 0;

    background:#f8f5f2;

    text-align:center;

}

.testimonials-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

    margin-top:60px;

}

.testimonial-card{

    background:#fff;

    border-radius:24px;

    padding:40px;

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.stars{

    color:#D4AF37;

    font-size:24px;

    margin-bottom:25px;

}

.testimonial-card p{

    color:#555;

    line-height:1.8;

    margin-bottom:30px;

    font-style:italic;

}

.testimonial-card h4{

    color:#76112B;

    font-size:18px;

}

/*=====================================
BANDA DE ESTADÍSTICAS
=====================================*/

.stats-band{

    background:#76112B;

    padding:45px 0;

}

.stats-grid{

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.stat-item{

    display:flex;

    align-items:center;

    gap:25px;

    width:32%;

}

.stat-icon{

    width:82px;

    height:82px;

    border:2px solid rgba(255,255,255,.45);

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    flex-shrink:0;

}

.stat-icon i{

    color:#fff;

    font-size:38px;

}

.stat-text h2{

    color:#fff;

    font-size:50px;

    line-height:1;

    margin:0;

}

.stat-text p{

    color:#fff;

    margin-top:10px;

    font-size:21px;

    line-height:1.2;

    text-transform:uppercase;

}

.divider{

    width:1px;

    height:110px;

    background:rgba(255,255,255,.25);

}

/*==================================================
STATS
==================================================*/

.stats{

    padding:120px 0;

    background:white;

    text-align:center;

}

.band-grid{

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:40px;


}

.stat-box{

    background:#76112B;

    color:white;

    padding:45px 30px;

    border-radius:20px;

    transition:.3s;

}

.stat-box:hover{

    transform:translateY(-8px);

}

.stat-box h3{

    font-size:30px;

    margin-bottom:15px;

}

.stat-box p{

    line-height:1.8;

    opacity:.95;

}

/*==================================================
CONTACTO
==================================================*/

.contact{

    padding:120px 0;

    background:#F8F5F2;

}

.contact-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.contact h2{

    font-size:50px;

    color:#222;

    margin:20px 0 30px;

}

.contact p{

    font-size:18px;

    line-height:1.8;

    margin-bottom:35px;

}

.contact-list{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.contact-item{

    font-size:18px;

}

.contact-form{

    background:white;

    padding:50px;

    border-radius:24px;

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

}

.contact-form form{

    display:flex;

    flex-direction:column;

    gap:20px;

}

.contact-form input,

.contact-form textarea{

    padding:18px;

    border:1px solid #ddd;

    border-radius:14px;

    font-size:16px;

    font-family:inherit;

}

.contact-form textarea{

    height:180px;

    resize:none;

}

.contact-form button{

    border:none;

    cursor:pointer;

}

/*==================================================
CTA FINAL
==================================================*/

.cta-final{

    background:#F8F6F4;

    padding:120px 0;

    text-align:center;

}

.cta-final h2{

    font-size:52px;

    line-height:1.15;

    margin:20px auto 25px;

    white-space:nowrap;

}

.cta-final p{

    max-width:700px;

    margin:0 auto 40px;

    font-size:20px;

    line-height:1.8;

    color:#666;

}

.cta-final .container{

    max-width:1100px;

    margin:0 auto;

}

.cta-links{

    margin-top:35px;

    display:flex;

    justify-content:center;

    align-items:center;

    gap:16px;

    flex-wrap:wrap;

}

.cta-links a{

    color:#666;

    text-decoration:none;

    transition:.3s;

}

.cta-links a:hover{

    color:#76112B;

}


/*==================================================
FOOTER
==================================================*/

/*=========================================
FOOTER
=========================================*/

.footer{

    background:#403A3A;

    color:#fff;

    padding:60px 0 25px;

}

.footer-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:120px;

}

.footer-info{

    text-align:left;

}

.footer-logo{

    width:150px;

    margin-bottom: 22px;

}

.footer-info h3{

    font-size:30px;

    font-weight:700;

    margin-bottom:12px;

    color:#fff;

}

.footer-info p{

    margin:6px 0;

    color:#D5D5D5;

    font-size:19px;

}

.footer-contact{

    text-align:left;  
padding-top:30px;

}

.footer-contact h4{

    font-size:30px;

    margin-bottom:30px;

    color:#fff;

}

.footer-contact p{

    display:flex;

    align-items:center;

    gap:12px;

    margin-bottom:16px;

    color:#D5D5D5;

    font-size:18px;

}

.footer-contact i{

    color:#D8B46A;

    width:20px;

    text-align:center;

}

.footer-contact a{

    color:#D5D5D5;

    text-decoration:none;

    transition:.3s;

}

.footer-contact a:hover{

    color:#fff;

}

.footer-bottom{

    margin-top:50px;

    padding-top:25px;

    border-top:1px solid rgba(255,255,255,.10);

    text-align:center;

    color:#BEBEBE;

    font-size:15px;

    line-height:1.9;

}

/*==================================================
RESPONSIVE 1
HEADER + HERO
==================================================*/

@media (max-width:992px){

header{

    height:80px;

}

.navbar{

    height:80px;

}

.logo img{

    height:48px;

}

nav ul{

    gap:20px;

}

.hero{

    min-height:680px;

}

.hero-content{

    width:60%;

}

.hero h1{

    font-size:44px;

}

.hero-description{

    font-size:18px;

}

.hero-bg img{

    width:82%;

}

}



@media (max-width:480px){

.hero h1{

    font-size:32px;

}

.hero-description{

    font-size:16px;

}

.hero-buttons{

    flex-direction:column;

}

.hero-buttons a{

    width:100%;

    max-width:290px;

}

}


@media (max-width:768px){

    .hero-content{

        width:100%;

        padding-top:40px;

        text-align:center;

    }

}

@media (max-width:768px){

    .hero{

        height:auto;

        min-height:auto;

        display:block;

        padding:120px 0 60px;

        overflow:visible;

    }

    .hero-content{

        width:100% !important;

        padding-top:0;

        text-align:center;

    }

    .hero h1{

        font-size:38px;

        line-height:1.15;

    }

    .hero-description{

        max-width:100%;

        margin:0 auto 30px;

        font-size:17px;

    }

    .hero-buttons{

        justify-content:center;

        flex-wrap:wrap;

        gap:15px;

    }

    .hero-bg{

        position:relative;

        inset:auto;

        margin-top:40px;

    }

    .hero-bg img{

        position:static;

        width:100%;

        max-width:420px;

        height:auto;

        display:block;

        margin:0 auto;

    }

    .hero-overlay{

        display:none;

    }

}

@media (max-width:768px){

    .hero{

        height:auto;
        min-height:auto;
        display:block;
        padding:120px 0 60px;

    }

    .hero-content{

        width:100%;
        padding-top:0;
        text-align:center;

    }

    .hero h1{

        font-size:40px;

    }

    .hero-description{

        max-width:100%;
        margin:0 auto 30px;

    }

    .hero-buttons{

        justify-content:center;
        flex-wrap:wrap;

    }

    .hero-bg{

        position:relative;
        inset:auto;
        margin-top:40px;

    }

    .hero-bg img{

        width:100%;
        max-width:380px;
        height:auto;

        object-fit:contain;
        object-position:center;

        display:block;
        margin:0 auto;

    }

    .hero-overlay{

        background:linear-gradient(
            to bottom,
            rgba(255,255,255,.96),
            rgba(255,255,255,.80)
        );

    }

}

@media (max-width:768px){

    .hero{

        height:auto;
        min-height:auto;
        display:block;
        padding:120px 0 60px;

    }

    .hero-content{

        width:100%;
        padding-top:0;
        text-align:center;

    }

    .hero h1{

        font-size:40px;

    }

    .hero-description{

        max-width:100%;
        margin:0 auto 30px;

    }

    .hero-buttons{

        justify-content:center;
        flex-wrap:wrap;

    }

    .hero-bg{

        position:relative;
        inset:auto;
        margin-top:40px;

    }

    .hero-bg img{

        width:100%;
        max-width:380px;
        height:auto;

        object-fit:contain;
        object-position:center;

        display:block;
        margin:0 auto;

    }

    .hero-overlay{

        background:linear-gradient(
            to bottom,
            rgba(255,255,255,.96),
            rgba(255,255,255,.80)
        );

    }

}

