html{
    scroll-behavior:smooth;
}
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    overflow-x:hidden;
}

header{
    position:sticky;
    top:0;
    width:100%;
    background:#0B2D5C;
    z-index:1000;
    box-shadow:0 4px 15px rgba(0,0,0,.18);
}

.logo{
    width:150px;
    height:auto;
    margin-right:25px;
}

nav{
    display:flex;
    align-items:center;
    gap:40px;
    margin-left:auto;
}

.navbar{
    max-width:1400px;
    margin:0 auto;
    height:105px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 50px;
}

.navbar nav a{
    color:#ffffff;
    text-decoration:none;
    font-size:17px;
    font-weight:600;
    transition:.3s;
}

.navbar nav a:visited{
    color:#ffffff;
}

.navbar nav a:hover{
    color:#2ECC71;
}
/*=========================================
    NAVBAR LEFT
==========================================*/

.navbar-left{
    display:flex;
    align-items:center;
    gap:25px;
}

.hero{
    padding:60px 60px 80px;
    background:#f5f7fa;
}
.hero-content{
    max-width:1400px;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
}
.hero-text{
    flex:1;
}

.hero-text p{
    font-size:20px;
    line-height:1.6;
    margin-bottom:30px;
}

.hero-image{
    flex:1;
}

.hero-image img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

button{
    background:#2E8B57;
    color:white;
    border:none;
    padding:15px 30px;
    border-radius:8px;
    font-size:16px;
    cursor:pointer;
    text-align: center;
}

section{
    padding:50px 20px;
}

.curso{
    background:#fff;
    border:none;
    border-radius:20px;
    padding:20px;
    margin:15px 0;
    text-align:center;
    overflow:hidden;
    transition:all .35s ease;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    min-height:430px;
    width:280px;
    display:flex;
    flex-direction:column;
}
.equipo{
    background:#f8f9fb;
    padding:80px 20px;
    text-align:center;
}

.equipo h2{
    margin-bottom:40px;
    color:#0A2A66;
}
.profesor{
    position:relative;
}

.profesor::after{
    content:"Ver perfil";
    position:absolute;
    top:15px;
    right:15px;
    background:#0A2A66;
    color:white;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    opacity:0;
    transition:.3s;
}

.profesor:hover::after{
    opacity:1;
}

.profesores{
    display:grid;
    grid-template-columns:repeat(3, 300px);
    justify-content:center;
    gap:30px;
}
.profesor{
    background:white;
    width:280px;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,0.1);
    transition:0.3s;
}
.ultimo-profesor{
        grid-column:1 / span 3;
        justify-self:center;
}

.profesor:hover{
    transform:translateY(-8px);

}
.profesores img{
    width:100%;
    height:300px;
    object-fit:contain;
}
.profesores h3{
    margin-top:15px;
    color:#0A2A66;
}
.profesores p{
    padding-bottom:20px;
    color:#555;
}
.foto-profesor{
    cursor:pointer;
}

.foto-profesor:hover{
    transform:scale(1.05);
    transition:.3s;
}

.profesor-modal{
    text-align:center;
    max-width:600px;
}

#profesor-img{
    width:220px;
    height:220px;
    object-fit:cover;
    border-radius:50%;
    margin:0 auto 20px;
    display:block;
}

#profesor-nombre{
    color:#0A2A66;
    margin-bottom:10px;
}

#profesor-cargo{
    color:#2ECC71;
    margin-bottom:20px;
    font-size:18px;
}

#profesor-bio{
    line-height:1.7;
    font-size:16px;
}

.nosotros{
    padding:80px 20px;
    background:white;
}

.contenedor{
    max-width:1000px;
    margin:auto;
}

.nosotros h2{
    text-align:center;
    color:#0A2A66;
    margin-bottom:30px;
}

.nosotros p{
    margin-bottom:20px;
    font-size:18px;
    line-height:1.8;
    text-align:justify;
}
.credenciales{
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:60px;
    flex-wrap:wrap;
    margin-top:50px;
}

.credencial{
    width:140px;
    text-align:center;
}
.credencial-icon{
    width:100px;
    height:100px;
    margin:0 auto 15px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.credencial-icon img{
    width:80px;
    height:80px;
    object-fit:contain;
    display:block;
}

.credencial h3{
    margin-top:15px;
    line-height:1.3;
}

.credencial p{
    color:#555;
    line-height:1.6;
}

.credencial h3{
    color:#0A2A66;
    margin-bottom:12px;
    font-size:24px;
}
.certificaciones{
    background:white;
    border-radius:30px;
    max-width:1000px;
    margin:80px auto;
    padding:80px 40px;
    text-align:center;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
}
.certificaciones h2{
    text-align:center;
    color:#0A2A66;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.cert-texto{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
    line-height:1.7;
}

.credencial p{
    color:#555;
    line-height:1.6;
}

.cursos h2{
    color:#0c1bec;
    margin-bottom:20px;
    text-align:center;
}

.curso:hover{
    transform:translateY(-10px);
    box-shadow: 0 25px 60px rgba(0,0,0,0.18);
    border-color:transparent;
}

.curso:hover img{
    transform:scale(1.05);
}

.cursos-grid{
    display:flex;
    justify-content:center;
    gap:25px;
    flex-wrap:wrap;
}
.curso img{
    width:100%;
    display:block;
    margin:0 auto;
    object-fit:cover;
    border-radius:20px 20px 0 0;
}

.curso h3{
    margin:20px 0 10px;
    color:#0A2A66;
}

.curso p{
    padding:0 20px 20px;
}

.btn-curso{
    display:inline-block;
    background:#0A2A66;
    color:white;
    text-decoration:none;
    padding:12px 25px;
    border-radius:10px;
    margin-top:auto;
    margin-bottom:20px;
}

.metodologia{
    padding:80px 20px;
    background:white;
    text-align:center;
}

.metodologia h2{
    color:#0A2A66;
    margin-bottom:20px;
}

.metodologia-texto{
    max-width:800px;
    margin:auto;
    margin-bottom:50px;
    color:#000000;
}

.metodologia-grid{
    display:grid;
    grid-template-columns:repeat(3, 320px);
    justify-content:center;
    gap:25px;
}
.metodo{
    background:#f5f7fa;
     padding:25px;
    border-radius:15px;
    box-shadow:0 4px 10px rgba(0,0,0,0.08);
    color:#000000;
}

.metodo h3{
    color:#0A2A66;
    margin-bottom:15px;
}
.testimonios{
    padding:80px 20px;
    background:#f5f7fa;
    text-align:center;
}

.testimonios h2{
    color:#0A2A66;
    margin-bottom:40px;
}

.testimonios-grid{
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:20px;
    max-width:1400px;
    margin:0 auto;
}

.testimonio{
    background:rgb(251, 251, 251);
    padding:30px;
    border-radius:15px;
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
    flex-grow:1;
}

.testimonio h4{
    margin-top:20px;
    color:#0A2A66;
}
.testimonio img{
    width:100%;
    height:220px;
    object-fit:cover;
}
.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    width:70px;
    height:70px;
    background:#25D366;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    box-shadow:0 8px 20px rgba(0,0,0,0.25);
    z-index:9999;
    transition:0.3s;

}
.whatsapp-float:hover{
    transform:scale(1.1);
}

.whatsapp-float img{
    width:35px;
    height:35px;
}
.footer{
    border-top:4px solid #2ECC71;
    background:#f8f9fb;
}
.footer-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:40px;
    padding:50px;
}

.footer-col h3{
    margin-bottom:20px;
}

.footer-col p{
    line-height:1.8;
}

.footer-col ul{
    list-style:none;
}

.footer-col li{
    margin-bottom:10px;
}

.footer-col a{
    color:rgb(16, 15, 15);
    text-decoration:none;
}

.footer-col{
    text-align:left;
}

.footer-bottom{
    text-align:center;
    padding:20px;
    border-top:1px solid rgba(255,255,255,0.2);
}
.hero-stats{
    display:flex;
    justify-content:center;
    gap:30px;
    margin-top:60px;
}
.hero-text h1{
    font-size:48px;
    line-height:1.1;
    margin-bottom:15px;
}
.hero-text{
    max-width:900px;
}
.stat-item{
    background:white;
    padding:25px 35px;
    border-radius:18px;
    min-width:250px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    transition:0.3s;
    }
 .stat-item span{
        font-size:32px;
        flex-shrink:0;
    }
.stat-item p{
    margin:0;
    font-weight:600;
    color:#0A2A66;
}
.stat-item:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}
.partner-badge{
    display:flex;
    align-items:center;
    gap:10px;
    padding:10px 18px;
    margin-right:70px;
    background:white;
    border-radius:30px;
}
.partner-badge{
    cursor:pointer;
    transition:.3s;
}

.partner-badge:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 18px rgba(0,0,0,.15);
}

.partner-badge img{
    width:40px;
    height:40px;
    object-fit:contain;
}

.partner-badge span{
    color:#0A2A66;
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
}
.newsletter{
    background:#0A2A66;
    color:rgb(241, 240, 246);
    text-align:center;
    padding:80px 20px;
    margin-top:80px;
}

.newsletter h2{
    margin-bottom:20px;
    color:rgb(241, 240, 246)
}

.newsletter p{
    max-width:500px;
    margin:auto;
    margin-bottom:30px;
}

.newsletter-form{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.newsletter-form input{
    width:350px;
    padding:15px;
    border:none;
    border-radius:10px;
}

.newsletter-form button{
    background:#25D366;
    color:white;
    border:none;
    padding:15px 30px;
    border-radius:10px;
    cursor:pointer;
}
.social-icons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-top:20px;
}

.social-icons a:hover{
    color:#2ECC71;
    transform:translateY(-3px);
}
.social-icons a{
    font-size:32px;
    color:#0A2A66;
    margin:0 12px;
    transition:0.3s;
}
.modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.7);
    z-index:9999;
    justify-content:center;
    align-items:center;
    padding:20px;
}
.modal.active{
    display:flex;
}
.modal-content{
    background:#fff;
    width:80%;
    max-width:550px;
    max-height:85vh;
    overflow-y:auto;
    padding:30px;
    border-radius:20px;
    position:relative;
}
.modal-content ul{
    padding-left:20px;
    font-size:10px;
}

.modal-content li{
    margin-bottom:8px;
    font-size:10px;
}
.btn-modal{
    display:inline-block;
    background:#0b2e77;
    color:#fff;
    text-decoration:none;
    padding:14px 30px;
    border-radius:10px;
    font-weight:600;
}

.close{
    position:absolute;
    top:15px;
    right:20px;
    font-size:32px;
    cursor:pointer;
}
.modal-cta{
    margin-top:30px;
    text-align:center;
    padding-top:20px;
    border-top:1px solid #e5e5e5;
}
.comunidad-gv{
    text-align:center;
    padding:80px 20px;
    background:white;
}

.comunidad-gv h2{
    color:#0A2A66;
    margin-bottom:20px;
}

.comunidad-gv p{
    max-width:700px;
    margin:0 auto 30px;
    line-height:1.7;
}

.btn-comunidad{
    display:inline-block;
    background:#25D366;
    color:white;
    text-decoration:none;
    padding:15px 35px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.btn-comunidad:hover{
    transform:translateY(-3px);
}
.cta-inscripcion{
    text-align:center;
    padding:80px 20px;
    background:#f5f7fa;
}

.cta-inscripcion h2{
    color:#0A2A66;
    margin-bottom:15px;
}

.cta-inscripcion p{
    max-width:700px;
    margin:0 auto 30px;
    line-height:1.7;
}

.btn-inscripcion{
    display:inline-block;
    background:#0A2A66;
    color:white;
    text-decoration:none;
    padding:16px 35px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.btn-inscripcion:hover{
    transform:translateY(-3px);
}
.cta-nivel{
    text-align:center;
    padding:80px 20px;
    background:#f5f7fa;
}

.cta-nivel h2{
    color:#0A2A66;
    margin-bottom:15px;
}

.cta-nivel p{
    max-width:700px;
    margin:0 auto 30px;
    line-height:1.7;
}

.btn-nivel{
    display:inline-block;
    background:#2ECC71;
    color:white;
    text-decoration:none;
    padding:16px 35px;
    border-radius:10px;
    font-weight:600;
    transition:.3s;
}

.btn-nivel:hover{
    transform:translateY(-3px);
}
/*==================================*/
/* HERO ACADEMIA */
/*==================================*/

@keyframes float{

    0%{transform:translateY(0);}
    50%{transform:translateY(-12px);}
    100%{transform:translateY(0);}

}
/*=========================
AVALES INTERNACIONALES
=========================*/

.international-trust{

    padding:90px 8%;
    background:#f8f9fc;

}

.trust-header{

    max-width:850px;
    margin:auto;
    text-align:center;
    margin-bottom:60px;

}

.trust-subtitle{

    color:#0B2D5C;
    font-weight:700;
    letter-spacing:2px;
    font-size:.85rem;

}

.trust-header h2{

    font-size:2.5rem;
    margin:18px 0;
    color:#0B2D5C;

}

.trust-header p{

    color:#555;
    font-size:1.08rem;
    line-height:1.8;

}

.trust-grid{

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:35px;

}

.trust-card{

    background:white;

    border-radius:20px;

    padding:45px;

    text-align:center;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    transition:.35s;

}

.trust-card:hover{

    transform:translateY(-8px);

    box-shadow:0 18px 45px rgba(0,0,0,.15);

}

.trust-logo{

    width:120px;
    margin-bottom:20px;

}

.badge-member{

    display:inline-block;

    background:#eaf3ff;

    color:#0B2D5C;

    padding:8px 18px;

    border-radius:30px;

    font-weight:600;

    margin-bottom:20px;

    font-size:.9rem;

}

.trust-card h3{

    font-size:1.6rem;

    color:#0B2D5C;

    margin-bottom:15px;

}

.trust-card p{

    color:#666;

    line-height:1.7;

    margin-bottom:25px;

}

.trust-card ul{

    list-style:none;

    padding:0;

    text-align:left;

    margin-bottom:35px;

}

.trust-card ul li{

    margin-bottom:14px;

    color:#333;

}

.trust-button{

    display:inline-block;

    background:#0B2D5C;

    color:white;

    padding:14px 32px;

    border-radius:50px;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.trust-button:hover{

    background:#17488f;

}

/* ======================
   VERSION MOVIL
====================== */

@media (max-width:768px){

    header{
        position:relative;
    }

    .navbar{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
        height:auto;
        padding:20px 15px;
        gap:18px;
    }

    .logo{
        width:120px;
        height:auto;
        margin:0;
    }

    .partner-badge{
        display:flex;
        align-items:center;
        gap:8px;
        margin:0;
        padding:8px 16px;
    }

    .partner-badge img{
        width:28px;
        height:28px;
    }

    .partner-badge span{
        font-size:13px;
    }

    nav{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items:center;
        gap:16px;
        width:100%;
        margin:0;
    }

    .navbar nav a{
        margin:0;
        font-size:14px;
    }

    .hero{
        padding:40px 20px;
    }

    .hero-content{
        display:flex;
        flex-direction:column;
        gap:30px;
    }

    .hero-text{
        width:100%;
        max-width:100%;
        text-align:left;
    }

    .hero-text h1{
        font-size:34px;
        line-height:1.15;
        margin-bottom:20px;
    }

    .hero-text p{
        font-size:17px;
        line-height:1.6;
        margin-bottom:20px;
    }

    .hero-image img{
        width:100%;
        height:auto;
        border-radius:18px;
    }

    .hero-stats{
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:20px;
        margin-top:35px;
    }

    .stat-item{
        width:100%;
        max-width:320px;
        min-width:unset;
    }

.cursos-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}

.curso{
    width:100%;
    max-width:none;
    min-height:auto;
    padding:15px;
}
.curso h3{
    font-size:15px;
}

.curso p{
    font-size:13px;
    padding:0 5px 15px;
}

.btn-curso{
    padding:10px 15px;
    font-size:13px;
}
.curso img{
    height:140px;
    object-fit:cover;
}
  .profesor::after{
        content:"Ver perfil";
        opacity:1;
        position:static;
        display:block;
        background:none;
        color:#2ECC71;
        padding:0;
        margin-top:8px;
        font-size:12px;
        text-align:center;
    }

.profesores{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:15px;
}

.profesor{
    width:100%;
    max-width:none;
    min-height:auto;
    padding:15px;
}

.profesor img{
    width:100px;
    height:100px;
    object-fit:cover;
    border-radius:50%;
    margin:0 auto 15px;
    display:block;
}

.profesor h3{
    font-size:18px;
    line-height:1.2;
    text-align:center;
    margin-bottom:10px;
}

.profesor p{
    font-size:14px;
    text-align:center;
}

.ultimo-profesor{
    grid-column:1 / -1;
    justify-self:center;
    width:50%;
}
#profesor-img{
    width:150px;
    height:150px;
}

#profesor-nombre{
    font-size:24px;
}

#profesor-cargo{
    font-size:16px;
}

#profesor-bio{
    font-size:14px;
    line-height:1.6;
}
    .metodologia-grid{
        display:grid;
        grid-template-columns:repeat(2, 1fr);
        gap:15px;
}

    .metodo{
        width:100%;
        max-width:320px;
    }
    .metodo h3{
    font-size:15px;
    line-height:1.3;
     margin-bottom:10px;
}

.metodo p{
    font-size:13px;
    line-height:1.5;
}

.testimonio img{
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:50%;
    display:block;
    margin:0 auto 15px;
}
.testimonios-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    align-items:stretch;
}

.testimonio{
    display:flex;
    flex-direction:column;
    height:100%;
    min-height:450px;
}
.testimonio p:first-of-type{
    flex-grow:1;
}

.partner-badge{
    display:flex;
    align-items:center;
    gap:10px;
    background:#f5f7fa;
    padding:8px 15px;
    border-radius:30px;
}

.partner-badge img{
    width:40px;
    height:40px;
    object-fit:contain;
}

.partner-badge span{
    color:#0A2A66;
    font-size:14px;
    font-weight:600;
    white-space:nowrap;
}
 .footer-container{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    padding:30px 15px;
}

.footer-col{
    text-align:left;
}

.footer-col h3{
    font-size:18px;
    margin-bottom:10px;
}
.footer-col ul{
    padding:0;
}

.footer-col li{
    margin-bottom:5px;
}

.footer-col p,
.footer-col li,
.footer-col a{
    font-size:13px;
    line-height:1.5;
}
.footer-bottom{
    font-size:12px;
    padding:15px 10px;
}
   .nosotros{
        padding:50px 20px;
    }

    .contenedor{
        width:100%;
        max-width:100%;
        padding:0 20px;
        margin:0 auto;
    }

    .nosotros h2{
        text-align:center;
        font-size:20px;
        border-top:1px solid #e5e7eb;
        padding:35px 0;
    }
     .nosotros p{
        font-size:16px;
        line-height:1.7;
        text-align:left;
    }

    .certificaciones{
        padding:40px 15px;
        margin:30px 10px;
    }

    .credenciales{
        flex-direction:row;
        justify-content:center;
        align-items:flex-start;
        gap:15px;
    }

    .credencial{
        flex:1;
        max-width:100px;
    }
    .category-card{
        padding:28px;
        line-height:1.6;
    }   
    .category-icon{
        width:60px;
        height:60px;
        margin-bottom:20px; 
    }  
    .category-icon i{
        font-size:24px;
    }
    .category-content h3{
        margin-bottom:12px;
    }
    .category-footer{
        margin-top:20px;
        padding-top:15px;
    }
        
    .credencial-icon{
        width:60px;
        height:60px;
        margin:0 auto 10px;
    }

    .credencial h3{
        font-size:12px;
        line-height:1.3;
        margin-bottom:8px;
    }

    .credencial p{
        display:none;
    }

    .certificaciones h2{
        font-size:28px;
    }

    .cert-texto{
        font-size:14px;
        margin-bottom:30px;
    }
.modal{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.7);
    z-index:9999;
    justify-content:center;
    align-items:center;
    padding:20px;
}

.modal.active{
    display:flex;
}
.modal-content{
    background:#fff;
    width:90%;
    max-width:550px;
    max-height:85vh;
    overflow-y:auto;
    padding:30px;
    border-radius:20px;
    position:relative;
}

.close{
    position:absolute;
    top:15px;
    right:20px;
    font-size:32px;
    cursor:pointer;
}
.modal-content{
    width:95%;
    padding:20px;
}

.modal-content h2{
    font-size:24px;
}

.modal-content h3{
    font-size:18px;
}

.modal-content p,
.modal-content li{
    font-size:14px;
    line-height:1.5;
}
    .modal-content h2{
        font-size:28px;
        line-height:1.2;
        margin-bottom:15px;
    }

    .modal-content h3{
        font-size:20px;
        margin-top:20px;
    }
    .modal-content li{
        font-size:16px;
        line-height:1.5;
        margin-bottom:10px;
    }
    .btn-modal{
        width:100%;
        text-align:center;
        box-sizing:border-box;
    }
.comunidad-gv{
    padding:50px 20px;
}

.comunidad-gv h2{
    font-size:24px;
    margin-bottom:15px;
}

.comunidad-gv p{
    font-size:15px;
    line-height:1.6;
    max-width:100%;
    margin:0 auto 25px;
}

.btn-comunidad{
    display:block;
    width:100%;
    max-width:320px;
    margin:0 auto;
    padding:15px 20px;
    font-size:15px;
    text-align:center;
}
.cta-inscripcion{
    padding:50px 20px;
}

.cta-inscripcion h2{
    font-size:24px;
}

.cta-inscripcion p{
    font-size:15px;
    line-height:1.6;
}

.btn-inscripcion{
    display:block;
    width:100%;
    max-width:320px;
    margin:0 auto;
    text-align:center;
}
    .cta-nivel{
        padding:50px 20px;
    }

    .cta-nivel h2{
        font-size:24px;
        line-height:1.3;
    }

    .cta-nivel p{
        font-size:15px;
        line-height:1.6;
    }

    .btn-nivel{
        display:block;
        width:100%;
        max-width:320px;
        margin:0 auto;
        text-align:center;
    }

}
.academia-container{

    max-width:1400px;

    margin:0 auto;

    display:flex;

    flex-direction:row;

    justify-content:space-between;

    align-items:center;

    gap:80px;

}
/*======================================
RESPONSIVE - AVALES INTERNACIONALES
======================================*/

@media (max-width: 992px){

    .international-trust{

        padding:70px 6%;

    }

    .trust-header h2{

        font-size:2.1rem;

    }

    .trust-grid{

        grid-template-columns:1fr;
        gap:30px;

    }

}


@media (max-width:768px){

    .international-trust{

        padding:60px 5%;

    }

    .trust-header{

        margin-bottom:40px;

    }

    .trust-subtitle{

        font-size:.80rem;
        letter-spacing:1px;

    }

    .trust-header h2{

        font-size:1.9rem;
        line-height:1.3;

    }

    .trust-header p{

        font-size:1rem;
        line-height:1.8;

    }

    .trust-card{

        padding:35px 25px;

    }

    .trust-logo{

        width:90px;

    }

    .badge-member{

        font-size:.85rem;
        padding:7px 16px;

    }

    .trust-card h3{

        font-size:1.4rem;

    }

    .trust-card p{

        font-size:.95rem;
        line-height:1.7;

    }

    .trust-card ul{

        margin-bottom:25px;

    }

    .trust-card ul li{

        font-size:.95rem;
        margin-bottom:12px;

    }

    .trust-button{

        width:100%;
        padding:15px;
        font-size:1rem;

    }

}


@media (max-width:480px){

    .international-trust{

        padding:50px 20px;

    }

    .trust-header h2{

        font-size:1.6rem;

    }

    .trust-header p{

        font-size:.95rem;

    }

    .trust-card{

        padding:28px 20px;
        border-radius:18px;

    }

    .trust-logo{

        width:75px;

    }

    .badge-member{

        font-size:.80rem;

    }

    .trust-card h3{

        font-size:1.25rem;

    }

    .trust-card p{

        font-size:.90rem;

    }

    .trust-card ul li{

        font-size:.90rem;

    }

    .trust-button{

        font-size:.95rem;

    }

/* =========================================================
   TRANSFORMACIÓN GV
   ========================================================= */

.transformacion-gv {
    position: relative;
    padding: 100px 7%;
    background: #ffffff;
    overflow: hidden;
}


/* Fondo decorativo sutil */

.transformacion-gv::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(16, 174, 111, 0.06);
    border-radius: 50%;
    top: -180px;
    right: -120px;
    pointer-events: none;
}

.transformacion-gv::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(11, 45, 92, 0.035);
    border-radius: 50%;
    bottom: -150px;
    left: -100px;
    pointer-events: none;
}


/* HEADER */

.transformacion-header {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto 55px;
    text-align: center;
}

.transformacion-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    padding: 7px 16px;
    border-radius: 30px;
    background: rgba(16, 174, 111, 0.10);
    color: #0eaa6d;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.transformacion-header h2 {
    margin: 0 auto 20px;
    color: #0B2D5C;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.15;
    font-weight: 700;
}

.transformacion-header h2 span {
    color: #333333;
}

.transformacion-header h2 strong {
    color: #0eaa6d;
    font-weight: 700;
}

.transformacion-header p {
    max-width: 720px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.8;
}


/* COMPARACIÓN */

.transformacion-comparacion {
    position: relative;
    z-index: 2;
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 90px 1fr;
    align-items: stretch;
    gap: 15px;
}


/* TARJETAS */

.transformacion-card {
    position: relative;
    padding: 38px 38px 35px;
    border-radius: 24px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.transformacion-card:hover {
    transform: translateY(-5px);
}


/* CARD ANTES */

.transformacion-card.antes {
    background: #111111;
    color: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.10);
}

.transformacion-card.antes:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}


/* CARD DESPUÉS */

.transformacion-card.despues {
    background: linear-gradient(
        145deg,
        #eefaf5 0%,
        #e3f6ee 100%
    );
    border: 1px solid rgba(14, 170, 109, 0.10);
    box-shadow: 0 15px 40px rgba(11, 45, 92, 0.07);
}

.transformacion-card.despues:hover {
    box-shadow: 0 20px 50px rgba(11, 45, 92, 0.12);
}


/* PARTE SUPERIOR DE LAS CARDS */

.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.card-label {
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.antes .card-label {
    color: #a7a7a7;
}

.despues .card-label {
    color: #0eaa6d;
}

.card-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1rem;
}

.antes .card-icon {
    background: rgba(255, 255, 255, 0.08);
    color: #d6d6d6;
}

.despues .card-icon {
    background: #ffffff;
    color: #0eaa6d;
    box-shadow: 0 5px 15px rgba(14, 170, 109, 0.10);
}


/* TITULOS */

.transformacion-card h3 {
    margin: 0 0 30px;
    font-size: 1.35rem;
    line-height: 1.4;
    font-weight: 700;
}

.antes h3 {
    color: #ffffff;
}

.despues h3 {
    color: #0B2D5C;
}


/* LISTA */

.transformacion-lista {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.transformacion-item {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    align-items: start;
}

.transformacion-item p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.55;
}

.antes .transformacion-item p {
    color: #d0d0d0;
}

.despues .transformacion-item p {
    color: #344054;
}


/* ICONOS CHECK / X */

.item-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    font-size: 0.8rem;
}

.antes .item-icon {
    color: #7b7b7b;
}

.despues .item-icon {
    color: #0eaa6d;
}


/* CONECTOR CENTRAL */

.transformacion-conector {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.conector-linea {
    width: 1px;
    height: 70px;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(14, 170, 109, 0.35),
        transparent
    );
}

.conector-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #0eaa6d;
    color: #ffffff;
    font-size: 1rem;
    box-shadow:
        0 8px 20px rgba(14, 170, 109, 0.25);
    animation: flechaGV 2s ease-in-out infinite;
}

@keyframes flechaGV {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }

}


/* PARTE INFERIOR */

.transformacion-bottom {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 55px auto 0;
    text-align: center;
}

.transformacion-frase {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.frase-linea {
    width: 80px;
    height: 1px;
    background: #d9e5df;
}

.transformacion-frase p {
    margin: 0;
    color: #0B2D5C;
    font-size: 1.35rem;
    line-height: 1.5;
}

.transformacion-frase strong {
    color: #0eaa6d;
}

.transformacion-descripcion {
    max-width: 700px;
    margin: 22px auto 30px;
    color: #667085;
    font-size: 0.98rem;
    line-height: 1.7;
}


/* BOTÓN */

.transformacion-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 15px 28px;
    border-radius: 50px;
    background: #0eaa6d;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(14, 170, 109, 0.20);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.transformacion-btn:hover {
    background: #0B2D5C;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(11, 45, 92, 0.20);
}

.transformacion-btn i {
    transition: transform 0.25s ease;
}

.transformacion-btn:hover i {
    transform: translateX(4px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

    .transformacion-comparacion {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .transformacion-conector {
        flex-direction: row;
        height: 65px;
    }

    .conector-linea {
        width: 70px;
        height: 1px;
        background: linear-gradient(
            to right,
            transparent,
            rgba(14, 170, 109, 0.35),
            transparent
        );
    }

    .conector-icon {
        transform: rotate(90deg);
    }

    .conector-icon:hover {
        transform: rotate(90deg);
    }

    .transformacion-card {
        max-width: 700px;
        width: 100%;
        margin: 0 auto;
    }

}


/* =========================================================
   MÓVIL
   ========================================================= */

@media (max-width: 600px) {

    .transformacion-gv {
        padding: 70px 20px;
    }

    .transformacion-header {
        margin-bottom: 35px;
    }

    .transformacion-header h2 {
        font-size: 2rem;
    }

    .transformacion-header p {
        font-size: 0.95rem;
        line-height: 1.65;
    }

    .transformacion-card {
        padding: 28px 24px;
        border-radius: 20px;
    }

    .transformacion-card h3 {
        font-size: 1.18rem;
        margin-bottom: 25px;
    }

    .transformacion-item p {
        font-size: 0.91rem;
    }

    .transformacion-lista {
        gap: 16px;
    }

    .transformacion-frase {
        gap: 10px;
    }

    .frase-linea {
        width: 35px;
    }

    .transformacion-frase p {
        font-size: 1.1rem;
    }

    .transformacion-btn {
        width: 100%;
        padding: 15px 20px;
        font-size: 0.9rem;
    }
    }
    }