.elementor-743 .elementor-element.elementor-element-c8662ce{--display:flex;}/* Start custom CSS for html, class: .elementor-element-11834fc *//* =========================================================
   PLANA DOCENTE IESTP EPAMET
========================================================= */

.epamet-docentes {

    --ed-blue-dark: #04365f;
    --ed-blue: #075a98;
    --ed-blue-light: #159bd7;

    --ed-orange: #f28b2d;
    --ed-orange-light: #ffad55;

    --ed-white: #ffffff;
    --ed-bg: #f5fafD;
    --ed-text: #435866;
    --ed-muted: #758791;

    width: 100%;

    padding: 55px 25px;

    box-sizing: border-box;

    background:
        radial-gradient(
            circle at 5% 0%,
            rgba(21,155,215,.10),
            transparent 28%
        ),
        radial-gradient(
            circle at 95% 90%,
            rgba(242,139,45,.06),
            transparent 25%
        ),
        linear-gradient(
            180deg,
            #ffffff,
            #f3f9fc
        );

    font-family:
        "Segoe UI",
        Arial,
        sans-serif;
}


.epamet-docentes * {
    box-sizing: border-box;
}


/* =========================================================
   CONTENEDOR
========================================================= */

.epamet-docentes__container {

    width: 100%;
    max-width: 1450px;

    margin: 0 auto;
}


/* =========================================================
   CABECERA
========================================================= */

.epamet-docentes__header {

    max-width: 850px;

    margin: 0 auto 45px;

    text-align: center;
}


.epamet-docentes__tag {

    display: inline-flex;

    padding: 7px 16px;

    margin-bottom: 12px;

    border-radius: 30px;

    background: #e8f5fc;

    color: var(--ed-blue);

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .8px;
}


.epamet-docentes__header h2 {

    margin: 0;

    color: var(--ed-blue-dark);

    font-size: clamp(
        30px,
        4vw,
        43px
    );

    font-weight: 800;

    line-height: 1.15;
}


.epamet-docentes__header h2::after {

    content: "";

    display: block;

    width: 75px;
    height: 4px;

    margin: 15px auto;

    border-radius: 10px;

    background:
        linear-gradient(
            90deg,
            var(--ed-blue),
            var(--ed-blue-light),
            var(--ed-orange)
        );
}


.epamet-docentes__header p {

    max-width: 680px;

    margin: 0 auto;

    color: #697d89;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   PROGRAMA
========================================================= */

.epamet-programa {

    margin-bottom: 60px;
}


.epamet-programa:last-child {

    margin-bottom: 0;
}


/* TÍTULO DEL PROGRAMA */

.epamet-programa__title {

    position: relative;

    display: flex;

    align-items: center;

    gap: 14px;

    margin-bottom: 25px;

    padding: 16px 20px;

    overflow: hidden;

    background:
        linear-gradient(
            125deg,
            #04365f,
            #075a98,
            #0b75b6
        );

    border-radius: 14px;

    box-shadow:
        0 9px 24px
        rgba(4,54,95,.16);
}


.epamet-programa__title::after {

    content: "";

    position: absolute;

    right: -50px;
    top: -60px;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background:
        rgba(255,255,255,.07);
}


/* icono programa */

.epamet-programa__icon {

    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background:
        linear-gradient(
            135deg,
            var(--ed-orange),
            var(--ed-orange-light)
        );

    box-shadow:
        0 7px 16px
        rgba(0,0,0,.13);
}


.epamet-programa__icon svg {

    width: 25px;
    height: 25px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


.epamet-programa__title span {

    display: block;

    margin-bottom: 2px;

    color: rgba(255,255,255,.65);

    font-size: 10px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: .7px;
}


.epamet-programa__title h3 {

    margin: 0;

    color: #ffffff;

    font-size: clamp(
        19px,
        2vw,
        25px
    );

    font-weight: 800;
}


/* MECATRÓNICA */

.epamet-programa--mecatronica
.epamet-programa__title {

    background:
        linear-gradient(
            125deg,
            #052f55,
            #075686,
            #087eb1
        );
}


/* =========================================================
   GRID DOCENTES
========================================================= */

.epamet-docentes__grid {

    display: grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0,1fr)
        );

    gap: 22px;
}


/* =========================================================
   TARJETA
========================================================= */

.epamet-docente-card {

    position: relative;

    display: flex;

    flex-direction: column;

    min-width: 0;

    overflow: hidden;

    background: #ffffff;

    border:
        1px solid
        #dbe9f1;

    border-radius: 17px;

    box-shadow:
        0 10px 26px
        rgba(5,67,109,.08);

    transition:
        transform .25s ease,
        box-shadow .25s ease,
        border-color .25s ease;
}


.epamet-docente-card::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            var(--ed-blue),
            var(--ed-blue-light),
            var(--ed-orange)
        );
}


.epamet-docente-card:hover {

    transform:
        translateY(-5px);

    border-color:
        #c1deed;

    box-shadow:
        0 17px 35px
        rgba(5,67,109,.14);
}


/* =========================================================
   PARTE SUPERIOR
========================================================= */

.epamet-docente-card__top {

    position: relative;

    min-height: 80px;

    display: flex;

    align-items: flex-start;

    justify-content:
        space-between;

    padding: 20px 20px 0;
}


/* AVATAR */

.epamet-docente-card__avatar {

    width: 63px;
    height: 63px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 16px;

    background:
        linear-gradient(
            135deg,
            var(--ed-blue-dark),
            var(--ed-blue),
            var(--ed-blue-light)
        );

    box-shadow:
        0 8px 17px
        rgba(5,81,139,.20);
}


.epamet-docente-card__avatar svg {

    width: 31px;
    height: 31px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* BADGE */

.epamet-docente-card__badge {

    display: inline-flex;

    align-items: center;

    padding: 6px 11px;

    border-radius: 20px;

    background:
        #e9f6fc;

    color:
        var(--ed-blue);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .5px;

    text-transform: uppercase;
}


/* =========================================================
   CONTENIDO
========================================================= */

.epamet-docente-card__content {

    flex: 1;

    padding:
        17px 20px 20px;
}


.epamet-docente-card__content h4 {

    margin:
        0 0 8px;

    color:
        var(--ed-blue-dark);

    font-size:
        17px;

    font-weight:
        800;

    line-height:
        1.35;

    text-transform:
        uppercase;
}


.epamet-docente-card__degree {

    margin:
        0 0 14px;

    color:
        var(--ed-blue);

    font-size:
        13px;

    font-weight:
        700;
}


/* =========================================================
   CORREO
========================================================= */

.epamet-docente-card__email {

    display: flex;

    align-items: center;

    gap: 7px;

    max-width: 100%;

    padding:
        9px 10px;

    background:
        #f4f9fc;

    border:
        1px solid
        #e0edf4;

    border-radius:
        8px;

    color:
        #5c7180 !important;

    font-size:
        11px;

    line-height:
        1.4;

    text-decoration:
        none !important;

    word-break:
        break-all;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}


.epamet-docente-card__email svg {

    width: 16px;
    height: 16px;

    flex:
        0 0 16px;

    fill: none;

    stroke:
        currentColor;

    stroke-width:
        1.7;
}


.epamet-docente-card__email:hover {

    background:
        #e8f5fb;

    color:
        var(--ed-blue) !important;

    border-color:
        #b9ddeb;
}


/* =========================================================
   ACCIONES
========================================================= */

.epamet-docente-card__actions {

    display: grid;

    grid-template-columns:
        repeat(
            2,
            minmax(0,1fr)
        );

    gap: 8px;

    padding:
        0 20px 20px;
}


/* botones */

.epamet-docente-btn {

    display: flex;

    align-items: center;
    justify-content: center;

    gap: 6px;

    min-height: 41px;

    padding:
        9px 10px;

    border-radius:
        9px;

    font-size:
        11px;

    font-weight:
        750;

    line-height:
        1.25;

    text-align:
        center;

    text-decoration:
        none !important;

    transition:
        transform .2s ease,
        background .2s ease,
        box-shadow .2s ease,
        color .2s ease;
}


.epamet-docente-btn svg {

    width: 16px;
    height: 16px;

    fill: none;

    stroke:
        currentColor;

    stroke-width:
        1.7;
}


/* CARGA ACADÉMICA */

.epamet-docente-btn--primary {

    color:
        #ffffff !important;

    background:
        linear-gradient(
            135deg,
            var(--ed-blue-dark),
            var(--ed-blue),
            var(--ed-blue-light)
        );

    box-shadow:
        0 6px 14px
        rgba(5,81,139,.16);
}


.epamet-docente-btn--primary:hover {

    color:
        #ffffff !important;

    transform:
        translateY(-2px);

    box-shadow:
        0 9px 18px
        rgba(5,81,139,.24);
}


/* HOJA DE VIDA */

.epamet-docente-btn--secondary {

    color:
        var(--ed-blue-dark) !important;

    background:
        #eef7fc;

    border:
        1px solid
        #cfe5f0;
}


.epamet-docente-btn--secondary:hover {

    color:
        #ffffff !important;

    background:
        var(--ed-orange);

    border-color:
        var(--ed-orange);

    transform:
        translateY(-2px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

    .epamet-docentes__grid {

        grid-template-columns:
            repeat(
                2,
                minmax(0,1fr)
            );
    }
}


/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 700px) {

    .epamet-docentes {

        padding:
            38px 15px;
    }


    .epamet-docentes__header {

        margin-bottom:
            32px;
    }


    .epamet-docentes__grid {

        grid-template-columns:
            1fr;

        gap:
            15px;
    }


    .epamet-programa {

        margin-bottom:
            45px;
    }


    .epamet-programa__title {

        padding:
            14px 15px;
    }


    .epamet-programa__icon {

        width:
            43px;

        height:
            43px;

        flex-basis:
            43px;
    }


    .epamet-docente-card__actions {

        grid-template-columns:
            1fr 1fr;
    }
}


/* =========================================================
   MÓVIL PEQUEÑO
========================================================= */

@media (max-width: 430px) {

    .epamet-docente-card__actions {

        grid-template-columns:
            1fr;
    }


    .epamet-docente-card__content h4 {

        font-size:
            16px;
    }


    .epamet-docente-card__email {

        font-size:
            10px;
    }
}/* End custom CSS */