/*==================================================
    ACTIVOS FINANCIEROS DE MÉXICO
    STYLE.CSS - PARTE 1
==================================================*/

/*==========================
    VARIABLES
==========================*/

:root{

    --primary:#0B2341;
    --secondary:#C89B3C;
    --accent:#E7C46A;

    --white:#FFFFFF;
    --light:#F7F9FC;
    --gray:#6B7280;
    --dark:#1F2937;

    --shadow-sm:0 5px 15px rgba(0,0,0,.08);
    --shadow-md:0 15px 35px rgba(0,0,0,.12);
    --shadow-lg:0 25px 60px rgba(0,0,0,.18);

    --radius:14px;

    --transition:.35s ease;

}

/*==========================
    RESET
==========================*/

*{

    margin:0;
    padding:0;
    box-sizing:border-box;

}


html,
body{
    width:100%;
    max-width:100%;
    margin:0;
    padding:0;
    overflow-x:hidden;
}

*{
    box-sizing:border-box;
}

html{

    scroll-behavior:smooth;

}

body{

    font-family:'Poppins',sans-serif;
    color:var(--dark);
    background:var(--white);
    overflow-x:hidden;

}

img{

    max-width:100%;
    display:block;

}

a{

    text-decoration:none;

}

ul{

    list-style:none;

}

section{

    padding:110px 0;

}

.container{

    width:min(92%,1280px);
    margin:auto;

}

/*==========================
    TITULOS
==========================*/

.section-subtitle{

    display:inline-block;

    color:var(--secondary);

    font-size:.9rem;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.section-title{

    font-family:'Poppins',sans-serif;

    font-size:3rem;

    font-weight:700;

    color:var(--primary);

    margin-bottom:20px;

}

.section-text{

    color:var(--gray);

    line-height:1.9;

    font-size:1.05rem;

}

/*==========================
    BOTONES
==========================*/

.btn-primary{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:16px 34px;

    background:var(--secondary);

    color:#fff;

    border-radius:10px;

    font-weight:600;

    transition:var(--transition);

    box-shadow:var(--shadow-sm);

}

.btn-primary:hover{

    transform:translateY(-4px);

    box-shadow:var(--shadow-md);

}

.btn-outline{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 34px;

    border:2px solid #fff;

    color:#fff;

    border-radius:10px;

    transition:var(--transition);

}

.btn-outline:hover{

    background:#fff;

    color:var(--primary);

}

/*==================================================
                HEADER
==================================================*/

#header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9999;
    padding:20px 0;
    background:#ffffff !important;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
    transition:.35s;
}

#header.scrolled{

    background:#ffffff;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    padding:14px 0;

}

.nav-container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    position:relative;
}

.menu-toggle{
    display:none;
    background:none;
    border:none;
    font-size:32px;
    cursor:pointer;
     color:#0B2341;
    z-index:10000;
    position:relative;
}

/* LOGO */

.logo{

    display:flex;
    align-items:center;
    gap:12px;

}

.logo-text{
    white-space:nowrap;
}

.logo img{

    width:72px;
    height:72px;
    object-fit:contain;

    transition:.35s;

}

.logo-text h2{

    font-size:2rem;

    font-weight:700;

    color:#fff;

    margin-bottom:2px;

}


.logo-text span{

    color:#E5B248;

    letter-spacing:9px;

    font-size:.8rem;

}

/* MENU */

.nav-menu{

    display:flex;

    gap:34px;

}

.nav-menu a{
    color:#0B2341;
}

.nav-menu a:hover{

    color:#E5B248;

}

.nav-menu .active{

    color:#E5B248;

}

/* BOTON */

.btn-header{

    background:#D4A63E;
    color:#fff;

    padding:14px 24px;

    border-radius:10px;

    font-size:16px;

    font-weight:600;

    transition:.35s;

    white-space:nowrap;

}

.btn-header:hover{

    transform:translateY(-3px);

}

/*==========================
    SCROLL
==========================*/

#header.scrolled .logo-icon{

    background:#0B2341;

    border:none;

    color:#fff;

}

#header.scrolled .logo-text h2{

    color:#0B2341;

}

#header.scrolled .nav-menu a{

    color:#333;

}

#header.scrolled .nav-menu a:hover{

    color:#D4A63E;

}

#header.scrolled .active{

    color:#D4A63E;

}


/*==================================================
    HERO
==================================================*/

#hero{

    position:relative;

    min-height:calc(100vh - 95px);

    display:flex;

    align-items:center;

    overflow:hidden;

    background:
    linear-gradient(rgba(11,35,65,.88),rgba(11,35,65,.75)),
    url("../img/hero.jpg");

    background-size:cover;

    background-position:center;

    background-repeat:no-repeat;

}

body{
    font-family:'Poppins',sans-serif;
    color:var(--dark);
    background:var(--white);
    overflow-x:hidden;
}

#hero{
    padding-top:120px;
}

#services{
    padding-top:160px;
}

.hero-overlay{

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at top right,
    rgba(200,155,60,.18),
    transparent 45%);

}

.hero-container{

    position:relative;

    z-index:2;

    display:grid;

    grid-template-columns:1.3fr .7fr;

    gap:70px;

    align-items:center;

}

/*==========================
        TEXTO
==========================*/

.hero-content{

    color:#fff;

}

.hero-tag{

    display:inline-block;

    padding:10px 22px;

    border-radius:40px;

    background:rgba(255,255,255,.12);

    backdrop-filter:blur(10px);

    font-size:.9rem;

    margin-bottom:30px;

    letter-spacing:1px;

}

.hero-content h1{

    font-family:'Merriweather',serif;

    font-size:4.2rem;

    line-height:1.15;

    margin-bottom:25px;

}

.hero-content h1 span{

    color:var(--secondary);

}

.hero-content p{

    max-width:620px;

    font-size:1.1rem;

    line-height:2;

    margin-bottom:45px;

    color:rgba(255,255,255,.92);

}

.hero-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

/*==========================
    TARJETA LATERAL
==========================*/

.hero-card{

    background:rgba(255,255,255,.10);

    border:1px solid rgba(255,255,255,.18);

    backdrop-filter:blur(16px);

    -webkit-backdrop-filter:blur(16px);

    border-radius:22px;

    padding:40px;

    color:#fff;

    box-shadow:0 30px 60px rgba(0,0,0,.28);

}

.hero-card h3{

    font-size:1.6rem;

    margin-bottom:35px;

}

.card-item{

    display:flex;

    align-items:flex-start;

    gap:18px;

    margin-bottom:28px;

}

.card-item:last-child{

    margin-bottom:0;

}

.card-item i{

    width:52px;

    height:52px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:50%;

    background:rgba(200,155,60,.18);

    color:var(--secondary);

    font-size:22px;

}

.card-item strong{

    display:block;

    margin-bottom:6px;

    font-size:1rem;

}

.card-item p{

    color:rgba(255,255,255,.82);

    font-size:.95rem;

    line-height:1.7;

}

/*==========================
        ESTADISTICAS
==========================*/

.hero-stats{

    margin-top:35px;

    padding-top:30px;

    border-top:1px solid rgba(255,255,255,.15);

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:20px;

}

.hero-stats div{

    text-align:center;

}

.hero-stats h2{

    color:var(--secondary);

    font-size:2.3rem;

    margin-bottom:5px;

}

.hero-stats span{

    color:rgba(255,255,255,.85);

    font-size:.9rem;

}

/*==========================
        EFECTOS
==========================*/

.hero-content{

    animation:fadeLeft 1s ease;

}

.hero-card{

    animation:fadeRight 1s ease;

}

@keyframes fadeLeft{

    from{

        opacity:0;

        transform:translateX(-60px);

    }

    to{

        opacity:1;

        transform:translateX(0);

    }

}

@keyframes fadeRight{

    from{

        opacity:0;

        transform:translateX(60px);

    }

    to{

        opacity:1;

        transform:translateX(0);

    }

}

/*==================================================
                SERVICIOS
==================================================*/

#services{

    background:#f7f9fc;

}

.services-title{

    max-width:700px;

    margin:auto;

    text-align:center;

    margin-bottom:70px;

}

.services-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.service-card{

    background:#fff;

    padding:40px;

    border-radius:18px;

    transition:.35s;

    box-shadow:0 12px 35px rgba(0,0,0,.06);

    border:1px solid #eef2f7;

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 45px rgba(0,0,0,.12);

}

.service-icon{

    width:72px;

    height:72px;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#0B2341;

    color:#C89B3C;

    font-size:30px;

    margin-bottom:28px;

}

.service-card h3{

    color:#0B2341;

    margin-bottom:18px;

    font-size:1.4rem;

}

.service-card p{

    color:#666;

    line-height:1.9;

    margin-bottom:30px;

}

.service-card a{

    color:#C89B3C;

    font-weight:600;

    display:inline-flex;

    align-items:center;

    gap:10px;

}

.service-card a i{

    transition:.3s;

}

.service-card:hover a i{

    transform:translateX(8px);

}

/*=============================
        HERO NOSOTROS
=============================*/

.about-hero{
    position: relative;
    min-height: 55vh;

    display:flex;
    align-items:center;

    background-image:url("../img/nosotros.jpg");
    background-size:cover;
    background-position: 55% center;

    overflow:hidden;
}

.about-overlay{

    position:absolute;
    inset:0;

    background:rgba(10,31,59,.75);
}

.about-hero .container{

    position:relative;
    z-index:2;

    max-width:700px;
}

.about-tag{

    display:inline-block;

    padding:12px 25px;

    border-radius:30px;

    background:rgba(255,255,255,.15);

    color:#fff;

    font-weight:600;

    margin-bottom:25px;
}

.about-hero h1{

    color:#fff;

    font-size:62px;

    line-height:1.15;

    margin-bottom:25px;

    font-family:'Playfair Display', serif;
}

.about-hero p{

    color:#d7dce5;

    font-size:20px;

    line-height:1.8;

    max-width:650px;
}

/*============================
        QUIÉNES SOMOS
=============================*/

.about-section{
    padding:120px 0;
    background:#fff;
}

.about-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
}

.about-image img{
    width:100%;
    border-radius:20px;
    display:block;
    box-shadow:0 20px 50px rgba(0,0,0,.15);
}

.section-tag{
    display:inline-block;
    padding:10px 22px;
    background:#f4f6fb;
    color:#d4a437;
    border-radius:30px;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:20px;
    font-size:14px;
}

.about-content h2{
    font-size:46px;
    color:#0e2a47;
    margin-bottom:25px;
    line-height:1.2;
    font-family:'Playfair Display', serif;
}

.about-content p{
    color:#6b7280;
    line-height:1.9;
    margin-bottom:20px;
    font-size:18px;
}

.about-features{
    margin-top:35px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
    font-weight:600;
    color:#0e2a47;
}

.feature-item i{
    color:#d4a437;
    font-size:20px;
}

/*============================
    MISIÓN Y VISIÓN
=============================*/

.mission-section{

    padding:120px 0;

    background:#f7f9fc;

}

.section-title{

    text-align:center;

    max-width:750px;

    margin:auto auto 70px;

}

.section-title h2{

    font-size:46px;

    color:#0e2a47;

    margin:20px 0;

    font-family:'Playfair Display', serif;

}

.section-title p{

    color:#6b7280;

    font-size:18px;

    line-height:1.8;

}

.mission-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.mission-card{

    background:#fff;

    border-radius:20px;

    padding:45px;

    box-shadow:0 20px 40px rgba(0,0,0,.08);

    transition:.35s;

}

.mission-card:hover{

    transform:translateY(-10px);

}

.mission-icon{

    width:80px;

    height:80px;

    background:#0e2a47;

    color:#d4a437;

    border-radius:20px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    margin-bottom:25px;

}

.mission-card h3{

    color:#0e2a47;

    margin-bottom:20px;

    font-size:28px;

}

.mission-card p{

    color:#6b7280;

    line-height:1.9;

}

.mission-card ul{

    padding-left:18px;

    color:#6b7280;

}

.mission-card li{

    margin-bottom:12px;

}

/*============================
        ¿POR QUÉ ELEGIRNOS?
=============================*/

.why-us{
    padding:120px 0;
    background:#fff;
}

.why-grid{
    display:grid;
    grid-template-columns:1.3fr 1fr;
    gap:70px;
    align-items:center;
}

.why-content h2{
    font-size:46px;
    color:#0e2a47;
    margin:20px 0;
    font-family:'Playfair Display', serif;
}

.why-content p{
    color:#6b7280;
    line-height:1.8;
    font-size:18px;
}

.why-list{
    margin-top:40px;
}

.why-item{
    display:flex;
    gap:20px;
    margin-bottom:30px;
    align-items:flex-start;
}

.why-item i{
    width:60px;
    height:60px;
    background:#0e2a47;
    color:#d4a437;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.why-item h4{
    color:#0e2a47;
    margin-bottom:8px;
    font-size:22px;
}

.stats-box{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
}

.stat-card{
    background:#0e2a47;
    color:#fff;
    padding:40px;
    border-radius:20px;
    text-align:center;
    transition:.3s;
}

.stat-card:hover{
    transform:translateY(-8px);
}

.stat-card h3{
    color:#d4a437;
    font-size:52px;
    margin-bottom:10px;
}

.stat-card span{
    font-size:18px;
}

/*=================================
            CTA
==================================*/

.cta-section{

    padding:120px 0;

    background:#f7f9fc;

}

.cta-box{

    background:linear-gradient(135deg,#0b2d52,#163d69);

    border-radius:30px;

    padding:80px;

    text-align:center;

    color:#fff;

    box-shadow:0 25px 60px rgba(0,0,0,.15);

}

.cta-box h2{

    font-size:50px;

    margin:25px auto;

    max-width:900px;

    font-family:'Playfair Display', serif;

}

.cta-box p{

    max-width:700px;

    margin:0 auto 40px;

    color:#d9dde5;

    line-height:1.9;

    font-size:18px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:25px;

    flex-wrap:wrap;

}

.btn-primary{

    background:#d4a437;

    color:#fff;

    padding:18px 40px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-primary:hover{

    background:#be9127;

}

.btn-secondary{

    border:2px solid #fff;

    color:#fff;

    padding:18px 40px;

    border-radius:12px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.btn-secondary:hover{

    background:#fff;

    color:#0e2a47;

}

/*==================================================
                    FOOTER
==================================================*/

.footer{

    background:#071A33;

    color:#fff;

    margin-top:120px;

}

.footer-top{

    display:grid;

    grid-template-columns:2fr 1fr 1fr 1.3fr;

    gap:60px;

    padding:80px 0;

}

.footer-logo{

    width:180px;

    margin-bottom:25px;

}

.footer-brand p{

    color:#bfc8d6;

    line-height:1.9;

    margin-bottom:30px;

}

.footer h4{

    color:#fff;

    margin-bottom:25px;

    font-size:20px;

}

.footer ul{

    list-style:none;

}

.footer ul li{

    margin-bottom:16px;

}

.footer a{

    color:#bfc8d6;

    transition:.3s;

}

.footer a:hover{

    color:#D4A437;

}

.footer-contact li{

    display:flex;

    gap:12px;

    align-items:flex-start;

}

.footer-contact i{

    color:#D4A437;

    margin-top:4px;

}

.social-links{

    display:flex;

    gap:14px;

}

.social-links a{

    width:42px;

    height:42px;

    border-radius:50%;

    background:#0E2A47;

    display:flex;

    justify-content:center;

    align-items:center;

    transition:.3s;

}

.social-links a:hover{

    background:#D4A437;

    color:#fff;

}

.regulatory{

    background:#0E2A47;

    border-top:1px solid rgba(255,255,255,.08);

    border-bottom:1px solid rgba(255,255,255,.08);

}

.regulatory .container{

    display:flex;

    gap:20px;

    align-items:flex-start;

    padding:28px 0;

}

.regulatory i{

    color:#D4A437;

    font-size:30px;

}

.regulatory p{

    color:#d7dce5;

    line-height:1.8;

    margin:0;

}

.footer-bottom{

    padding:25px 0;

}

.footer-bottom .container{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:20px;

}

.footer-bottom p{

    color:#9FAABC;

}

.footer-bottom div{

    display:flex;

    gap:25px;

}

/*=========================================
            HERO SERVICIOS
=========================================*/

.services-hero{

    position:relative;

    min-height:55vh;

    display:flex;

    align-items:center;

    background-image:
    linear-gradient(rgba(10,31,59,.78),
    rgba(10,31,59,.78)),
    url("../img/asesor.jpg");

    background-size:cover;

    background-position:center;

}

.services-hero .container{

    position:relative;

    z-index:5;

    max-width:700px;

}

.services-hero h1{

    color:#fff;

    font-size:60px;

    margin:25px 0;

    line-height:1.15;

    font-family:'Playfair Display',serif;

}

.services-hero p{

    color:#dbe3ef;

    line-height:1.9;

    font-size:19px;

}

/*=========================================
        SERVICIOS PRINCIPALES
=========================================*/

.services-section{

    padding:120px 0;

    background:#F8FAFD;

}

.section-header{

    text-align:center;

    max-width:760px;

    margin:0 auto 70px;

}

.section-header h2{

    font-size:48px;

    color:#0B2341;

    margin:20px 0;

    font-family:'Playfair Display',serif;

}

.section-header p{

    color:#6B7280;

    line-height:1.8;

    font-size:18px;

}

.services-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}

.service-card{

    background:#fff;

    border-radius:22px;

    padding:45px;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,0,0,.07);

    border:1px solid #EEF2F7;

}

.service-card:hover{

    transform:translateY(-12px);

    box-shadow:0 30px 55px rgba(0,0,0,.14);

}

.service-icon{

    width:80px;

    height:80px;

    background:#0B2341;

    color:#D4A437;

    border-radius:18px;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:32px;

    margin-bottom:30px;

}

.service-card h3{

    color:#0B2341;

    margin-bottom:18px;

    font-size:28px;

}

.service-card p{

    color:#6B7280;

    line-height:1.9;

    margin-bottom:30px;

}

.service-card a{

    color:#D4A437;

    font-weight:600;

    display:inline-flex;

    align-items:center;

    gap:10px;

}

.service-card a i{

    transition:.3s;

}

.service-card:hover a i{

    transform:translateX(8px);

}

/*=====================================
            BENEFICIOS
======================================*/

.benefits{

    padding:120px 0;

    background:#ffffff;

}

.benefits-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.benefits-image img{

    width:100%;

    border-radius:25px;

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.benefits-content h2{

    font-size:46px;

    color:#0B2341;

    margin:20px 0;

    line-height:1.2;

    font-family:'Playfair Display',serif;

}

.benefits-content p{

    color:#6B7280;

    line-height:1.9;

}

.benefit-item{

    display:flex;

    gap:20px;

    margin-top:30px;

}

.benefit-item i{

    color:#D4A437;

    font-size:26px;

    margin-top:6px;

}

.benefit-item h4{

    color:#0B2341;

    margin-bottom:8px;

    font-size:22px;

}

/*=========================================
        HERO FAQ
=========================================*/

.faq-hero{

    position:relative;

    min-height:50vh;

    display:flex;

    align-items:center;

    background-image:
    linear-gradient(rgba(10,31,59,.78),
    rgba(10,31,59,.78)),
    url("../img/ayuda.jpg");

    background-size:cover;

    background-position:center;

}

.faq-hero .container{

    position:relative;

    z-index:5;

    max-width:700px;

}

.faq-hero h1{

    color:#fff;

    font-size:60px;

    margin:20px 0;

    font-family:'Playfair Display',serif;

}

.faq-hero p{

    color:#dbe3ef;

    line-height:1.9;

    font-size:19px;

}

/*=========================================
            BUSCADOR FAQ
=========================================*/

.faq-search{

    padding:70px 0;

    background:#fff;

}

.search-box{

    max-width:700px;

    margin:auto;

    position:relative;

}

.search-box i{

    position:absolute;

    left:25px;

    top:50%;

    transform:translateY(-50%);

    color:#9CA3AF;

    font-size:20px;

}

.search-box input{

    width:100%;

    padding:20px 20px 20px 60px;

    border-radius:60px;

    border:1px solid #E5E7EB;

    font-size:18px;

    outline:none;

    transition:.3s;

}

.search-box input:focus{

    border-color:#D4A437;

    box-shadow:0 0 15px rgba(212,164,55,.15);

}

.faq-categories{

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

    margin-top:40px;

}

.category-btn{

    padding:14px 26px;

    border:none;

    border-radius:40px;

    background:#F4F6FA;

    color:#0B2341;

    cursor:pointer;

    font-weight:600;

    transition:.3s;

}

.category-btn:hover{

    background:#D4A437;

    color:#fff;

}

.category-btn.active{

    background:#0B2341;

    color:#fff;

}

/*=========================================
                FAQ
=========================================*/

.faq-section{

    padding: 20px 0 120px;

    background: #fff;
}

.faq-list{

    max-width:900px;

    margin:auto;

}

.faq-item{

    margin-bottom:20px;

    border-radius:18px;

    overflow:hidden;

    background:#fff;

    box-shadow:0 15px 35px rgba(0,0,0,.06);

    border:1px solid #ECEFF4;

}

.faq-question{

    width:100%;

    background:#fff;

    border:none;

    cursor:pointer;

    padding:28px 35px;

    display:flex;

    justify-content:space-between;

    align-items:center;

    font-size:20px;

    font-weight:600;

    color:#0B2341;

}

.faq-question i{

    color:#D4A437;

    transition:.3s;

}

.faq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .35s ease;

}

.faq-answer p{

    padding:0 35px 30px;

    color:#6B7280;

    line-height:1.8;

}

.faq-item.active .faq-answer{

    max-height:250px;

}

.faq-item.active .faq-question i{

    transform:rotate(45deg);

}

/*=========================================
                CTA FAQ
=========================================*/

.faq-cta{

    padding:120px 0;

    background:#F8FAFD;

}

.faq-cta-box{

    max-width:900px;

    margin:auto;

    text-align:center;

    background:linear-gradient(135deg,#0B2341,#153A67);

    padding:80px 60px;

    border-radius:30px;

    color:#fff;

    box-shadow:0 25px 60px rgba(0,0,0,.18);

}

.faq-cta-box h2{

    font-size:48px;

    margin:25px 0;

    font-family:'Playfair Display',serif;

}

.faq-cta-box p{

    max-width:700px;

    margin:auto;

    color:#DCE5F1;

    line-height:1.9;

    font-size:18px;

}

.faq-cta-buttons{

    display:flex;

    justify-content:center;

    gap:25px;

    margin-top:45px;

    flex-wrap:wrap;

}

.faq-answer{

    max-height:0;
    overflow:hidden;
    transition:.4s;
    padding:0 30px;

}

.faq-item.active .faq-answer{

    max-height:300px;
    padding:20px 30px 30px;

}

.faq-item .plus{

    transition:.3s;

}

.faq-item.active .plus{

    transform:rotate(45deg);

}

.contacto-banner{
    position:relative;
    height:420px;

    background:url("../img/contacto.jpg") center center/cover no-repeat;

    display:flex;
    align-items:center;
}

.contacto-banner .overlay{
    position:absolute;
    inset:0;
    background:rgba(9,33,66,.68);
}

.page-banner-content{
    position:relative;
    z-index:2;
    max-width:700px;
    color:#fff;
}

.page-banner-content h1{
    font-size:58px;
    margin:20px 0;
}

.page-banner-content p{
    font-size:20px;
    line-height:1.8;
    opacity:.95;
}

/*==============================
CONTACTO
==============================*/

.contact-section{
    padding:100px 0;
    background:#f7f9fc;
}

.contact-grid{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:60px;
}

.contact-form,
.contact-info{
    background:#fff;
    padding:45px;
    border-radius:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.contact-form h2,
.contact-info h2{
    margin:15px 0 35px;
}

.form-group{
    margin-bottom:22px;
}

.form-group input,
.form-group select,
.form-group textarea{

    width:100%;
    padding:16px 18px;

    border:1px solid #d9e2ef;

    border-radius:12px;

    font-size:16px;

    transition:.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus{

    outline:none;

    border-color:#D4A437;

    box-shadow:0 0 0 3px rgba(212,164,55,.15);

}

.info-card{

    display:flex;

    gap:18px;

    margin-bottom:30px;

    align-items:flex-start;

}

.info-card i{
    width:55px;
    height:55px;
    min-width:55px;
    min-height:55px;
    flex-shrink:0;

    border-radius:50%;
    background:#0E2A4D;
    color:#D4A437;
    display:flex;
    justify-content:center;
    align-items:center;
}

.info-card h4{

    margin-bottom:6px;

}

.info-card p{

    color:#5d6777;

    line-height:1.7;

}

/*==============================
MAPA
==============================*/

.map-section{

    padding:100px 0;

    background:#fff;

}

.section-title{

    text-align:center;

    margin-bottom:50px;

}

.section-title h2{

    font-size:42px;

    margin:15px 0;

    color:#0E2A4D;

}

.section-title p{

    color:#6c7685;

    font-size:18px;

}

.map-container{

    overflow:hidden;

    border-radius:24px;

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.map-container iframe{

    width:100%;

    height:500px;

    border:none;

}

/*==============================
BOTONES DE CONTACTO
==============================*/

.contact-cta{
    text-align:center;
    padding:70px 20px;
    background:#fff;
}

.contact-cta h3{
    font-size:34px;
    color:#0E2A4D;
    margin-bottom:15px;
}

.contact-cta p{
    color:#666;
    margin-bottom:35px;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-whatsapp,
.btn-call{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding:16px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    font-size:17px;
    transition:.3s;
}

.btn-whatsapp{
    background:#25D366;
    color:#fff;
}

.btn-whatsapp:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(37,211,102,.35);
}

.btn-call{
    background:#0E2A4D;
    color:#fff;
}

.btn-call:hover{
    background:#D4A437;
    color:#0E2A4D;
    transform:translateY(-3px);
}

#header .nav-menu a{
    color:#0B2341;
}

#header .nav-menu a:hover,
#header .nav-menu .active{
    color:#D4A63E;
}

.menu-toggle{
     color:#0B2341;
}

@media (max-width:768px){

    .menu-toggle{
        color:#0B2341 !important;
    }

}

