.elementor-735 .elementor-element.elementor-element-227916a{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5a84588 *//* ============================================================
   IESTP ENRIQUE PABLO MEJÍA TUPAYACHI
   PRESENTACIÓN + RESEÑA HISTÓRICA
============================================================ */

.epmt-about,
.epmt-about *,
.epmt-about *::before,
.epmt-about *::after{
    box-sizing:border-box;
}


/* ============================================================
   VARIABLES Y SECCIÓN
============================================================ */

.epmt-about{

    --ep-blue:#073b72;
    --ep-blue-2:#0b5f9f;
    --ep-blue-light:#1591d0;

    --ep-green:#198754;
    --ep-green-2:#24a86a;
    --ep-green-light:#eaf8f1;

    --ep-white:#ffffff;
    --ep-bg:#f5f9fc;

    --ep-text:#24394b;
    --ep-muted:#667b8e;

    width:100%;

    padding:70px 20px 80px;

    font-family:
        "Roboto",
        Arial,
        sans-serif;

    background:
        radial-gradient(
            circle at 0% 0%,
            rgba(21,145,208,.08),
            transparent 26%
        ),
        radial-gradient(
            circle at 100% 50%,
            rgba(36,168,106,.07),
            transparent 24%
        ),
        #ffffff;

    color:var(--ep-text);
}


.epmt-about__container{

    width:100%;

    max-width:1320px;

    margin:0 auto;
}


/* ============================================================
   PRESENTACIÓN
============================================================ */

.epmt-intro{

    display:grid;

    grid-template-columns:
        minmax(0,1.08fr)
        minmax(390px,.92fr);

    align-items:center;

    gap:60px;
}


/* ============================================================
   ETIQUETA
============================================================ */

.epmt-eyebrow{

    display:inline-flex;

    align-items:center;

    min-height:30px;

    padding:0 15px;

    margin-bottom:15px;

    border-radius:50px;

    color:var(--ep-green);

    background:var(--ep-green-light);

    font-size:11px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;
}


/* ============================================================
   TÍTULO
============================================================ */

.epmt-intro__content h2,
.epmt-history__heading h2{

    margin:0;

    color:var(--ep-blue);

    font-size:
        clamp(30px,3.3vw,45px);

    font-weight:900;

    line-height:1.12;

    letter-spacing:-1px;
}


.epmt-intro__content h2 strong{

    display:block;

    margin-top:7px;

    color:var(--ep-green);

    font-size:.75em;

    line-height:1.2;
}


.epmt-title-line{

    display:block;

    width:85px;

    height:5px;

    margin:20px 0 25px;

    border-radius:20px;

    background:
        linear-gradient(
            90deg,
            var(--ep-blue-light),
            var(--ep-green-2)
        );
}


/* ============================================================
   PÁRRAFOS
============================================================ */

.epmt-intro__content > p{

    margin:0 0 17px;

    color:var(--ep-muted);

    font-size:14px;

    line-height:1.85;

    text-align:justify;
}


.epmt-intro__content p strong{

    color:var(--ep-blue);

    font-weight:800;
}


/* ============================================================
   CARACTERÍSTICAS
============================================================ */

.epmt-features{

    display:grid;

    grid-template-columns:
        repeat(2,minmax(0,1fr));

    gap:13px;

    margin-top:27px;
}


.epmt-feature{

    min-height:76px;

    padding:13px 15px;

    display:flex;

    align-items:center;

    gap:12px;

    border-radius:14px;

    background:#ffffff;

    border:
        1px solid rgba(7,59,114,.09);

    box-shadow:
        0 7px 22px rgba(7,59,114,.07);
}


.epmt-feature__icon{

    width:43px;

    height:43px;

    flex:0 0 43px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:12px;

    background:
        linear-gradient(
            135deg,
            var(--ep-blue-light),
            var(--ep-blue)
        );

    color:#ffffff;
}


.epmt-feature__icon svg{

    width:21px;
    height:21px;

    fill:currentColor;
}


.epmt-feature div{

    display:flex;

    flex-direction:column;

    gap:4px;
}


.epmt-feature strong{

    color:var(--ep-blue);

    font-size:12px;

    font-weight:800;
}


.epmt-feature span:last-child{

    color:var(--ep-muted);

    font-size:10.5px;
}


/* ============================================================
   IMAGEN
============================================================ */

.epmt-intro__visual{

    position:relative;
}


.epmt-image-card{

    position:relative;

    overflow:hidden;

    min-height:420px;

    border-radius:25px;

    box-shadow:
        0 24px 50px
        rgba(7,59,114,.18);
}


.epmt-image-card::after{

    content:"";

    position:absolute;

    inset:0;

    background:
        linear-gradient(
            180deg,
            transparent 45%,
            rgba(3,33,60,.82) 100%
        );

    pointer-events:none;
}


.epmt-image-card img{

    display:block;

    width:100% !important;

    height:440px !important;

    object-fit:cover;

    margin:0 !important;

    transition:
        transform .6s ease;
}


.epmt-image-card:hover img{

    transform:scale(1.045);
}


/* TEXTO SOBRE IMAGEN */

.epmt-image-overlay{

    position:absolute;

    z-index:3;

    left:25px;

    right:25px;

    bottom:24px;

    display:flex;

    flex-direction:column;

    gap:5px;

    color:#ffffff;
}


.epmt-image-overlay span{

    color:#8de3bb;

    font-size:11px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;
}


.epmt-image-overlay strong{

    color:#ffffff;

    font-size:19px;

    font-weight:800;
}


/* ============================================================
   PROGRAMAS DE ESTUDIO
============================================================ */

.epmt-programs{

    position:relative;

    z-index:5;

    width:
        calc(100% - 40px);

    margin:
        -28px auto 0;

    padding:
        20px;

    border-radius:
        18px;

    background:#ffffff;

    box-shadow:
        0 17px 36px
        rgba(7,59,114,.15);
}


.epmt-programs__label{

    display:block;

    margin-bottom:12px;

    color:var(--ep-blue);

    font-size:11px;

    font-weight:900;

    letter-spacing:1.2px;

    text-transform:uppercase;
}


.epmt-program{

    display:flex;

    align-items:center;

    gap:12px;

    padding:11px 0;

    border-top:
        1px solid rgba(7,59,114,.08);
}


.epmt-program__icon{

    width:39px;

    height:39px;

    flex:0 0 39px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:11px;

    color:#ffffff;

    background:
        linear-gradient(
            135deg,
            var(--ep-green-2),
            var(--ep-green)
        );
}


.epmt-program__icon svg{

    width:19px;

    height:19px;

    fill:currentColor;
}


.epmt-program div{

    display:flex;

    flex-direction:column;

    gap:3px;
}


.epmt-program strong{

    color:var(--ep-blue);

    font-size:12px;

    font-weight:800;
}


.epmt-program div span{

    color:var(--ep-muted);

    font-size:10.5px;
}


/* ============================================================
   BLOQUE FORMACIÓN
============================================================ */

.epmt-training{

    margin-top:65px;

    padding:
        28px 32px;

    display:flex;

    align-items:flex-start;

    gap:22px;

    border-radius:20px;

    color:#ffffff;

    background:
        linear-gradient(
            125deg,
            #073b72 0%,
            #075b8d 55%,
            #147d69 100%
        );

    box-shadow:
        0 15px 35px
        rgba(7,59,114,.15);
}


.epmt-training__icon{

    width:58px;

    height:58px;

    flex:0 0 58px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:15px;

    color:var(--ep-blue);

    background:#ffffff;
}


.epmt-training__icon svg{

    width:28px;

    height:28px;

    fill:currentColor;
}


.epmt-training__text > span{

    display:block;

    margin-bottom:8px;

    color:#91edbf;

    font-size:11px;

    font-weight:800;

    letter-spacing:1.5px;

    text-transform:uppercase;
}


.epmt-training p{

    margin:0 0 8px;

    color:
        rgba(255,255,255,.88);

    font-size:13px;

    line-height:1.7;
}


.epmt-training p:last-child{

    margin-bottom:0;
}


.epmt-training strong{

    color:#ffffff;

    font-weight:800;
}


/* ============================================================
   HISTORIA
============================================================ */

.epmt-history{

    margin-top:85px;
}


.epmt-history__heading{

    max-width:720px;

    margin:
        0 auto 48px;

    text-align:center;
}


.epmt-history__heading .epmt-title-line{

    margin:
        18px auto 20px;
}


.epmt-history__heading p{

    margin:0;

    color:var(--ep-muted);

    font-size:14px;

    line-height:1.7;
}


/* ============================================================
   CUERPO HISTORIA
============================================================ */

.epmt-history__body{

    display:grid;

    grid-template-columns:
        minmax(0,.86fr)
        minmax(0,1.14fr);

    gap:50px;

    align-items:start;
}


/* ============================================================
   HISTORIA TEXTO
============================================================ */

.epmt-history__story{

    position:sticky;

    top:30px;

    padding:31px;

    border-radius:22px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f7fbfd
        );

    border:
        1px solid
        rgba(7,59,114,.09);

    box-shadow:
        0 14px 38px
        rgba(7,59,114,.08);
}


.epmt-history__story h3{

    margin:
        0 0 19px;

    color:var(--ep-blue);

    font-size:22px;

    font-weight:900;

    line-height:1.25;
}


.epmt-history__story p{

    margin:
        0 0 15px;

    color:var(--ep-muted);

    font-size:13px;

    line-height:1.75;

    text-align:justify;
}


.epmt-history__story strong{

    color:var(--ep-blue);

    font-weight:800;
}


/* ============================================================
   RESOLUCIÓN
============================================================ */

.epmt-history__resolution{

    margin-top:23px;

    padding:16px;

    display:flex;

    align-items:center;

    gap:13px;

    border-radius:15px;

    background:
        linear-gradient(
            135deg,
            rgba(25,135,84,.10),
            rgba(21,145,208,.07)
        );

    border:
        1px solid
        rgba(25,135,84,.16);
}


.epmt-resolution-icon{

    width:45px;

    height:45px;

    flex:0 0 45px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:12px;

    color:#ffffff;

    background:
        linear-gradient(
            135deg,
            var(--ep-green-2),
            var(--ep-green)
        );
}


.epmt-resolution-icon svg{

    width:22px;

    height:22px;

    fill:currentColor;
}


.epmt-history__resolution div{

    display:flex;

    flex-direction:column;

    gap:3px;
}


.epmt-history__resolution span{

    color:var(--ep-green);

    font-size:10px;

    font-weight:800;

    text-transform:uppercase;
}


.epmt-history__resolution strong{

    color:var(--ep-blue);

    font-size:12px;
}


.epmt-history__resolution small{

    color:var(--ep-muted);

    font-size:10.5px;
}


/* ============================================================
   LÍNEA DE TIEMPO
============================================================ */

.epmt-timeline{

    position:relative;

    display:flex;

    flex-direction:column;

    gap:20px;
}


.epmt-timeline::before{

    content:"";

    position:absolute;

    top:23px;

    bottom:23px;

    left:43px;

    width:2px;

    background:
        linear-gradient(
            180deg,
            var(--ep-blue-light),
            var(--ep-green)
        );
}


/* ITEM */

.epmt-timeline__item{

    position:relative;

    display:grid;

    grid-template-columns:
        88px 1fr;

    align-items:start;
}


/* AÑO */

.epmt-timeline__year{

    position:relative;

    z-index:3;

    width:68px;

    height:68px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    color:#ffffff;

    background:
        linear-gradient(
            135deg,
            var(--ep-blue-light),
            var(--ep-blue)
        );

    box-shadow:
        0 9px 20px
        rgba(7,59,114,.17);

    font-size:14px;

    font-weight:900;
}


/* CONTENIDO */

.epmt-timeline__content{

    padding:
        20px 23px;

    border-radius:17px;

    background:#ffffff;

    border:
        1px solid
        rgba(7,59,114,.08);

    box-shadow:
        0 9px 27px
        rgba(7,59,114,.07);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


.epmt-timeline__item:hover
.epmt-timeline__content{

    transform:
        translateX(5px);

    box-shadow:
        0 13px 32px
        rgba(7,59,114,.11);
}


.epmt-timeline__content > span{

    display:block;

    margin-bottom:5px;

    color:var(--ep-green);

    font-size:10px;

    font-weight:800;

    letter-spacing:.7px;

    text-transform:uppercase;
}


.epmt-timeline__content h4{

    margin:
        0 0 8px;

    color:var(--ep-blue);

    font-size:16px;

    font-weight:900;
}


.epmt-timeline__content p{

    margin:0;

    color:var(--ep-muted);

    font-size:12.5px;

    line-height:1.65;
}


/* ============================================================
   ETIQUETAS
============================================================ */

.epmt-timeline__tags{

    display:flex;

    flex-wrap:wrap;

    gap:7px;

    margin-top:13px;
}


.epmt-timeline__tags span{

    padding:
        6px 10px;

    border-radius:30px;

    color:var(--ep-blue);

    background:
        rgba(21,145,208,.09);

    font-size:9.5px;

    font-weight:800;
}


/* ============================================================
   TABLET
============================================================ */

@media(max-width:1024px){

    .epmt-about{

        padding:
            55px 18px 65px;
    }


    .epmt-intro{

        grid-template-columns:
            1fr 1fr;

        gap:35px;
    }


    .epmt-header-brand{

        min-width:0;
    }


    .epmt-image-card img{

        height:400px !important;
    }


    .epmt-history__body{

        gap:30px;
    }

}


/* ============================================================
   TABLET VERTICAL
============================================================ */

@media(max-width:850px){

    .epmt-intro{

        grid-template-columns:1fr;

        gap:40px;
    }


    .epmt-intro__visual{

        max-width:650px;

        width:100%;

        margin:0 auto;
    }


    .epmt-history__body{

        grid-template-columns:1fr;
    }


    .epmt-history__story{

        position:relative;

        top:auto;
    }

}


/* ============================================================
   MÓVIL
============================================================ */

@media(max-width:600px){

    .epmt-about{

        padding:
            42px 14px 50px;
    }


    .epmt-intro__content h2,
    .epmt-history__heading h2{

        font-size:27px;
    }


    .epmt-intro__content h2 strong{

        font-size:.78em;
    }


    .epmt-intro__content > p{

        font-size:13px;

        line-height:1.75;

        text-align:left;
    }


    .epmt-features{

        grid-template-columns:1fr;
    }


    .epmt-image-card{

        min-height:300px;

        border-radius:18px;
    }


    .epmt-image-card img{

        height:320px !important;
    }


    .epmt-image-overlay{

        left:18px;

        right:18px;

        bottom:18px;
    }


    .epmt-image-overlay strong{

        font-size:16px;
    }


    .epmt-programs{

        width:
            calc(100% - 20px);

        padding:17px;

        margin-top:-18px;
    }


    .epmt-training{

        margin-top:45px;

        padding:
            22px 20px;

        flex-direction:column;
    }


    .epmt-history{

        margin-top:60px;
    }


    .epmt-history__heading{

        margin-bottom:32px;
    }


    .epmt-history__story{

        padding:23px 20px;
    }


    .epmt-history__story h3{

        font-size:19px;
    }


    .epmt-timeline::before{

        left:28px;
    }


    .epmt-timeline__item{

        grid-template-columns:
            65px 1fr;
    }


    .epmt-timeline__year{

        width:56px;

        height:56px;

        border-radius:14px;

        font-size:12px;
    }


    .epmt-timeline__content{

        padding:
            17px 16px;
    }


    .epmt-timeline__content h4{

        font-size:14px;
    }

}/* End custom CSS */