/* =========================================
   TRANSPARENCIA MODERNA
========================================= */

.transparency-hero{
    padding:170px 0 90px;
    background:
    linear-gradient(
        135deg,
        #0f172a,
        #1da8ea
    );
    color:#fff;
    position:relative;
    overflow:hidden;
}

.transparency-hero-content{
    max-width:850px;
    margin:auto;
    text-align:center;
}

.transparency-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    padding:12px 20px;
    border-radius:100px;
    margin-bottom:24px;
    font-weight:700;
}

.transparency-hero h1{
    font-size:clamp(2.5rem,6vw,5rem);
    font-weight:800;
    line-height:1;
    margin-bottom:25px;
}

.transparency-hero h1 span{
    color:#c8f1ff;
}

.transparency-hero p{
    font-size:1.15rem;
    line-height:1.9;
    opacity:.95;
}

/* SECCIONES */

.transparency-section,
.mvv-section,
.platforms-section,
.legal-section{
    padding:90px 0;
}

.transparency-card,
.legal-card{
    background:#fff;
    border-radius:30px;
    padding:50px;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.transparency-card h2{
    font-size:2.3rem;
    font-weight:800;
    margin-bottom:20px;
    color:#0f172a;
}

.transparency-card p{
    color:#475569;
    line-height:1.9;
}

.transparency-highlight{
    margin-top:30px;
    display:flex;
    gap:18px;
    align-items:center;
    background:#e0f6ff;
    border-left:5px solid #1da8ea;
    padding:20px;
    border-radius:18px;
}

.transparency-highlight i{
    font-size:1.7rem;
    color:#1da8ea;
}

.transparency-image img{
    width:100%;
    max-width:320px;
    display:block;
    margin:auto;
}

/* TITULOS */

.section-title{
    text-align:center;
    margin-bottom:55px;
}

.section-title span{
    color: black;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.section-title h2{
    font-size:clamp(2rem,5vw,3.3rem);
    font-weight:800;
    color:#0f172a;
    margin-top:12px;
}

/* MVV */

.mvv-card{
    background:#fff;
    border-radius:28px;
    padding:40px;
    height:100%;
    box-shadow:0 15px 45px rgba(0,0,0,.06);
    transition:.35s ease;
}

.mvv-card:hover{
    transform:translateY(-8px);
}

.mvv-icon{
    width:74px;
    height:74px;
    border-radius:20px;
    background:#1da8ea;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:1.6rem;
    margin-bottom:25px;
}

.mvv-icon.vision{
    background:#0f172a;
}

.mvv-icon.objective{
    background:#2563eb;
}

.mvv-card h3{
    font-size:1.6rem;
    font-weight:800;
    margin-bottom:18px;
}

.mvv-card p{
    color:#475569;
    line-height:1.9;
}

/* PLATAFORMAS */

.platform-card{
    display:block;
    background:#fff;
    border-radius:30px;
    padding:45px;
    text-decoration:none;
    height:100%;
    box-shadow:0 20px 50px rgba(0,0,0,.06);
    transition:.35s ease;
}

.platform-card:hover{
    transform:translateY(-8px);
}

.platform-card img{
    width:180px;
    height:auto;
    margin-bottom:30px;
}

.platform-card h3{
    color:#0f172a;
    font-weight:800;
    margin-bottom:18px;
}

.platform-card p{
    color:#64748b;
    line-height:1.8;
}

.platform-card span{
    color:#1da8ea;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:20px;
}

/* LEGAL */

.legal-description{
    color:#64748b;
    margin-bottom:35px;
    line-height:1.8;
}

.legal-list{
    list-style:none;
    padding:0;
    margin:0;
}

.legal-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:18px;
    color:#334155;
    line-height:1.8;
}

.legal-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#1da8ea;
}
.mvv-card h3{
    color: black;
}
/* MOBILE */

@media(max-width:991px){

    .transparency-hero{
        padding:140px 0 70px;
    }

    .transparency-card,
    .legal-card,
    .mvv-card,
    .platform-card{
        padding:30px;
    }

    .transparency-card h2{
        font-size:2rem;
    }

}
/* MVV HORIZONTAL */

.mvv-card.horizontal{
    display:flex;
    align-items:flex-start;
    gap:30px;
}

.mvv-content{
    flex:1;
}

.mvv-card.horizontal .mvv-icon{
    flex-shrink:0;
}

/* MOBILE */

@media(max-width:768px){

    .mvv-card.horizontal{
        flex-direction:column;
        gap:20px;
    }

}


/* =========================================
   ORGANIGRAMA
========================================= */

.organigrama-section{

    padding:140px 0 90px;

    background:
    linear-gradient(
        180deg,
        #f7fbff 0%,
        #ffffff 100%
    );
}

/* HEADER */

.organigrama-header{

    text-align:center;

    max-width:850px;

    margin:0 auto 60px;
}

.organigrama-badge{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:10px 18px;

    border-radius:100px;

    background:rgba(29,168,234,.12);

    color:#1da8ea;

    font-weight:700;

    margin-bottom:24px;
}

.organigrama-header h1{

    font-size:clamp(2.4rem,5vw,4rem);

    font-weight:800;

    color:#0f172a;

    margin-bottom:20px;

    line-height:1.1;
}

.organigrama-header h1 span{

    color:#1da8ea;
}

.organigrama-header p{

    font-size:1.1rem;

    color:#475569;

    line-height:1.8;
}

/* CARD */

.organigrama-card{

    background:#ffffff;

    border-radius:32px;

    padding:35px;

    box-shadow:
    0 20px 60px rgba(15,23,42,.08);

    border:1px solid rgba(29,168,234,.08);
}

/* ACTIONS */

.organigrama-actions{

    display:flex;
    justify-content:center;
    gap:16px;

    flex-wrap:wrap;

    margin-bottom:35px;
}

.organigrama-btn{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:14px 22px;

    border-radius:14px;

    text-decoration:none;

    background:#1da8ea;

    color:#ffffff;

    font-weight:700;

    transition:.3s ease;
}

.organigrama-btn:hover{

    transform:translateY(-3px);

    background:#0f9ad8;

    color:#ffffff;
}

.organigrama-btn.secondary{

    background:#0f172a;
}

.organigrama-btn.secondary:hover{

    background:#1e293b;
}

.organigrama-btn.pdf{

    background:#dc2626;
}

.organigrama-btn.pdf:hover{

    background:#b91c1c;
}

/* IMAGE */

.organigrama-image-wrapper{

    position:relative;

    overflow:hidden;

    border-radius:24px;

    background:#f8fafc;

    border:1px solid rgba(15,23,42,.08);
}

.organigrama-image{

    width:100%;

    display:block;

    transition:
    transform .5s ease,
    filter .5s ease;
}

.organigrama-image:hover{

    transform:scale(1.02);

    filter:brightness(1.02);
}

/* HELP */

.organigrama-help{

    margin-top:22px;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;

    color:#64748b;

    text-align:center;
}

.organigrama-help i{

    color:#1da8ea;
}

/* MOBILE */

@media(max-width:991px){

    .organigrama-section{

        padding:120px 0 70px;
    }

    .organigrama-card{

        padding:22px;
    }

    .organigrama-actions{

        flex-direction:column;
    }

    .organigrama-btn{

        width:100%;

        justify-content:center;
    }

    .organigrama-header p{

        font-size:1rem;
    }

}