@charset "utf-8";

/* ============================================================
   EMAPASR-EP
   PORTAL DE TRANSPARENCIA
   DISEÑO INSTITUCIONAL MODERNO
============================================================ */


/* ============================================================
   VARIABLES
============================================================ */

:root {

    --tr-blue-deep: #003b70;
    --tr-blue-dark: #004b87;
    --tr-blue: #005aa9;
    --tr-blue-light: #087dbb;

    --tr-water: #00a7d8;
    --tr-water-light: #eaf8fc;

    --tr-turquoise: #18b7b0;

    --tr-white: #ffffff;

    --tr-gray-100: #f5f8fa;
    --tr-gray-200: #e3ebef;
    --tr-gray-400: #9aaab4;
    --tr-gray-500: #667985;
    --tr-gray-700: #334856;
    --tr-gray-800: #243746;

}


/* ============================================================
   CONTENEDOR PRINCIPAL
============================================================ */

.transparencia-page {

    width: 100%;

    padding:
        45px 20px
        75px;

    background:
        linear-gradient(
            180deg,
            #f5fafc 0%,
            #ffffff 42%,
            #f7fafc 100%
        );

    font-family:
        "Open Sans",
        Arial,
        sans-serif;

    color:
        var(--tr-gray-800);

}


.transparencia-container {

    width: 100%;

    max-width: 1180px;

    margin:
        0 auto;

}


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

.transparencia-hero {

    position: relative;

    overflow: hidden;

    min-height: 285px;

    display: flex;

    align-items: center;

    padding:
        45px 55px;

    border-radius:
        18px;

    background:
        linear-gradient(
            120deg,
            var(--tr-blue-deep) 0%,
            var(--tr-blue) 56%,
            #087fba 100%
        );

    box-shadow:
        0 18px 45px
        rgba(0, 67, 120, 0.17);

}


/* ============================================================
   HERO DECORACIÓN
============================================================ */

.hero-glow {

    position: absolute;

    width: 390px;

    height: 390px;

    right: -175px;

    top: -220px;

    border-radius:
        50%;

    background:
        rgba(255,255,255,0.055);

}


.hero-orbit {

    position: absolute;

    border:
        1px solid
        rgba(255,255,255,0.10);

    border-radius:
        50%;

}


.hero-orbit-one {

    width: 360px;

    height: 360px;

    right: -115px;

    bottom: -250px;

}


.hero-orbit-two {

    width: 210px;

    height: 210px;

    right: 15px;

    bottom: -150px;

}


.transparencia-hero::after {

    content: "";

    position: absolute;

    width: 360px;

    height: 170px;

    left: -150px;

    bottom: -125px;

    border-radius:
        50%;

    background:
        rgba(0, 184, 220, 0.14);

    transform:
        rotate(-10deg);

}


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

.transparencia-hero-content {

    position: relative;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 28px;

}


.transparencia-hero-symbol {

    width: 88px;

    height: 88px;

    min-width: 88px;

    display: flex;

    align-items: center;

    justify-content: center;

    border:
        1px solid
        rgba(255,255,255,0.25);

    border-radius:
        22px;

    background:
        rgba(255,255,255,0.11);

    box-shadow:
        inset 0 1px 0
        rgba(255,255,255,0.12);

}


.hero-symbol-inner {

    width: 62px;

    height: 62px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius:
        17px;

    background:
        rgba(255,255,255,0.12);

    color:
        #ffffff;

    font-size:
        27px;

}


.transparencia-hero-text {

    max-width:
        690px;

}


.hero-overline {

    display: block;

    margin-bottom:
        7px;

    color:
        rgba(255,255,255,0.70);

    font-size:
        11px;

    font-weight:
        700;

    letter-spacing:
        2.5px;

}


.transparencia-hero-text h1 {

    margin:
        0;

    color:
        #ffffff;

    font-family:
        "Poppins",
        "Open Sans",
        sans-serif;

    font-size:
        39px;

    line-height:
        1.15;

    font-weight:
        600;

}


.transparencia-hero-text h1 strong {

    color:
        #9ce8f6;

    font-weight:
        700;

}


.hero-divider {

    width:
        52px;

    height:
        3px;

    margin:
        15px 0 13px;

    border-radius:
        5px;

    background:
        var(--tr-water);

}


.transparencia-hero-text p {

    max-width:
        650px;

    margin:
        0;

    color:
        rgba(255,255,255,0.80);

    font-size:
        14px;

    line-height:
        1.75;

}


/* ============================================================
   ETIQUETA LATERAL
============================================================ */

.hero-side-label {

    position: absolute;

    right: 34px;

    bottom: 30px;

    z-index: 5;

    display: flex;

    flex-direction: column;

    align-items: flex-end;

    color:
        rgba(255,255,255,0.42);

    font-size:
        9px;

    letter-spacing:
        2px;

}


.hero-side-label strong {

    color:
        rgba(255,255,255,0.68);

    font-size:
        11px;

    letter-spacing:
        2px;

}


/* ============================================================
   INTRODUCCIÓN
============================================================ */

.transparencia-introduction {

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 35px;

    margin:
        45px 0 30px;

    padding:
        0 3px;

}


.intro-heading span {

    display: block;

    margin-bottom:
        6px;

    color:
        var(--tr-water);

    font-size:
        10px;

    font-weight:
        800;

    letter-spacing:
        2px;

}


.intro-heading h2 {

    margin:
        0;

    color:
        var(--tr-gray-800);

    font-family:
        "Poppins",
        sans-serif;

    font-size:
        25px;

    line-height:
        1.25;

    font-weight:
        700;

}


.intro-description {

    max-width:
        470px;

}


.intro-description p {

    margin:
        0;

    color:
        var(--tr-gray-500);

    font-size:
        13px;

    line-height:
        1.7;

}


/* ============================================================
   GRID
============================================================ */

.transparencia-grid {

    display: grid;

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

    gap:
        20px;

}


/* ============================================================
   TARJETAS
============================================================ */

.trans-card {

    position: relative;

    min-height:
        275px;

    overflow:
        hidden;

    display:
        block;

    text-decoration:
        none !important;

    background:
        #ffffff;

    border:
        1px solid
        var(--tr-gray-200);

    border-radius:
        15px;

    box-shadow:
        0 9px 28px
        rgba(0,67,120,0.07);

    transition:
        transform .28s ease,
        box-shadow .28s ease,
        border-color .28s ease;

}


.trans-card:hover {

    transform:
        translateY(-6px);

    border-color:
        rgba(0,90,169,0.25);

    box-shadow:
        0 17px 38px
        rgba(0,67,120,0.13);

}


/* ============================================================
   LÍNEA SUPERIOR
============================================================ */

.trans-card::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 4px;

    background:
        linear-gradient(
            90deg,
            var(--tr-blue),
            var(--tr-water)
        );

}


/* ============================================================
   CARD PRINCIPAL LOTAIP
============================================================ */

.trans-card-main {

    grid-column:
        span 2;

    min-height:
        250px;

    background:
        linear-gradient(
            125deg,
            #ffffff 0%,
            #f4fbfd 100%
        );

    border-color:
        #cfe9ef;

}


.trans-card-main::before {

    height:
        5px;

    background:
        linear-gradient(
            90deg,
            var(--tr-blue),
            var(--tr-water),
            var(--tr-turquoise)
        );

}


/* ============================================================
   CONTENIDO TARJETA
============================================================ */

.trans-card-content {

    position:
        relative;

    z-index:
        3;

    height:
        100%;

    min-height:
        275px;

    padding:
        27px 28px;

    display:
        flex;

    flex-direction:
        column;

}


.trans-card-main .trans-card-content {

    min-height:
        250px;

    max-width:
        760px;

}


/* ============================================================
   CABECERA TARJETA
============================================================ */

.trans-card-head {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    margin-bottom:
        22px;

}


.trans-icon {

    width:
        53px;

    height:
        53px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius:
        14px;

    background:
        var(--tr-water-light);

    color:
        var(--tr-blue);

    font-size:
        21px;

    transition:
        transform .25s ease,
        background .25s ease;

}


.trans-card:hover .trans-icon {

    transform:
        scale(1.07);

    background:
        #dff5fa;

}


.trans-number {

    color:
        #cbd9df;

    font-family:
        "Poppins",
        sans-serif;

    font-size:
        12px;

    font-weight:
        700;

    letter-spacing:
        1px;

}


.trans-card-main .trans-number {

    color:
        #a9dbe6;

}


/* ============================================================
   TEXTO
============================================================ */

.trans-card-text {

    flex:
        1;

}


.trans-label {

    display:
        block;

    margin-bottom:
        6px;

    color:
        var(--tr-water);

    font-size:
        9px;

    font-weight:
        800;

    letter-spacing:
        1.6px;

}


.trans-card-text h3 {

    margin:
        0;

    color:
        var(--tr-gray-800);

    font-family:
        "Poppins",
        sans-serif;

    font-size:
        21px;

    line-height:
        1.3;

    font-weight:
        700;

}


.trans-card-main .trans-card-text h3 {

    font-size:
        27px;

}


.trans-card-text p {

    max-width:
        620px;

    margin:
        11px 0 0;

    color:
        var(--tr-gray-500);

    font-size:
        13px;

    line-height:
        1.65;

}


/* ============================================================
   ACCIÓN
============================================================ */

.trans-card-action {

    display:
        flex;

    align-items:
        center;

    justify-content:
        space-between;

    margin-top:
        19px;

    padding-top:
        14px;

    border-top:
        1px solid
        #edf1f3;

    color:
        var(--tr-blue);

    font-size:
        11px;

    font-weight:
        700;

}


.trans-card-action i {

    font-size:
        15px;

    transition:
        transform .25s ease;

}


.trans-card:hover .trans-card-action i {

    transform:
        translateX(6px);

}


/* ============================================================
   MARCA DE AGUA LOTAIP
============================================================ */

.trans-card-watermark {

    position:
        absolute;

    right:
        -15px;

    bottom:
        -35px;

    z-index:
        1;

    color:
        rgba(0,105,165,0.045);

    font-size:
        190px;

    transform:
        rotate(-8deg);

}


.trans-card-main:hover .trans-card-watermark {

    color:
        rgba(0,105,165,0.065);

}


/* ============================================================
   BARRA INFERIOR
============================================================ */

.transparencia-bottom {

    position:
        relative;

    display:
        flex;

    align-items:
        center;

    gap:
        16px;

    margin-top:
        35px;

    padding:
        19px 23px;

    overflow:
        hidden;

    border:
        1px solid
        #dceef3;

    border-radius:
        13px;

    background:
        linear-gradient(
            135deg,
            #eef8fb,
            #f8fcfd
        );

}


.bottom-mark {

    width:
        43px;

    height:
        43px;

    min-width:
        43px;

    display:
        flex;

    align-items:
        center;

    justify-content:
        center;

    border-radius:
        12px;

    background:
        #ffffff;

    color:
        var(--tr-water);

    font-size:
        18px;

    box-shadow:
        0 4px 12px
        rgba(0,80,120,0.07);

}


.bottom-text span {

    display:
        block;

    margin-bottom:
        2px;

    color:
        var(--tr-blue);

    font-size:
        11px;

    font-weight:
        800;

    letter-spacing:
        1px;

}


.bottom-text strong {

    color:
        var(--tr-gray-500);

    font-size:
        11px;

    font-weight:
        400;

}


.bottom-arrow {

    margin-left:
        auto;

    color:
        #a5cbd5;

    font-size:
        18px;

}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 991px) {

    .transparencia-page {

        padding:
            35px 20px
            60px;

    }


    .transparencia-hero {

        padding:
            42px;

    }


    .transparencia-hero-text h1 {

        font-size:
            34px;

    }


    .transparencia-grid {

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

    }


    .trans-card-main {

        grid-column:
            span 2;

    }

}


/* ============================================================
   MÓVIL
============================================================ */

@media (max-width: 767px) {

    .transparencia-page {

        padding:
            28px 15px
            50px;

    }


    .transparencia-hero {

        min-height:
            300px;

        padding:
            35px 27px;

        border-radius:
            15px;

    }


    .transparencia-hero-content {

        align-items:
            flex-start;

        gap:
            19px;

    }


    .transparencia-hero-symbol {

        width:
            65px;

        height:
            65px;

        min-width:
            65px;

        border-radius:
            17px;

    }


    .hero-symbol-inner {

        width:
            47px;

        height:
            47px;

        border-radius:
            13px;

        font-size:
            21px;

    }


    .transparencia-hero-text h1 {

        font-size:
            28px;

    }


    .transparencia-hero-text p {

        font-size:
            13px;

    }


    .hero-side-label {

        display:
            none;

    }


    .transparencia-introduction {

        display:
            block;

        margin:
            35px 0 25px;

    }


    .intro-description {

        max-width:
            none;

        margin-top:
            10px;

    }


    .transparencia-grid {

        grid-template-columns:
            1fr;

        gap:
            16px;

    }


    .trans-card-main {

        grid-column:
            span 1;

    }


    .trans-card,
    .trans-card-main {

        min-height:
            260px;

    }


    .trans-card-content,
    .trans-card-main .trans-card-content {

        min-height:
            260px;

        padding:
            23px;

    }


    .trans-card-main .trans-card-text h3 {

        font-size:
            23px;

    }

}


/* ============================================================
   MÓVIL PEQUEÑO
============================================================ */

@media (max-width: 480px) {

    .transparencia-hero {

        min-height:
            330px;

        padding:
            30px 21px;

    }


    .transparencia-hero-content {

        flex-direction:
            column;

    }


    .transparencia-hero-text h1 {

        font-size:
            25px;

    }


    .hero-overline {

        font-size:
            10px;

    }


    .transparencia-introduction {

        margin-top:
            30px;

    }


    .intro-heading h2 {

        font-size:
            22px;

    }


    .trans-card-content,
    .trans-card-main .trans-card-content {

        padding:
            21px;

    }


    .trans-card-text h3 {

        font-size:
            19px;

    }


    .trans-card-main .trans-card-text h3 {

        font-size:
            21px;

    }


    .transparencia-bottom {

        align-items:
            flex-start;

        padding:
            17px;

    }


    .bottom-arrow {

        display:
            none;

    }

}