﻿
.section-udec {
    font-family: 'Poppins',sans-serif;
    background: #0a7dc0;
    color: #fff;
}

.sectionCapacitacion {
    font-family: 'Poppins',sans-serif;
    background: #0c3550;
    color: #fff;
}

.subtitle {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #f3f3f3;
    margin-bottom: 35px;
    padding-top: 55px;
    color: white;
}

    .subtitle::before {
        content: "";
        width: 26px;
        height: 4px;
        background: #FFC107;
        border-radius: 2px;
        color: white;
    }

h1 {
    font-size: 56px;
    line-height: 1.1;
    max-width: 820px;
    margin-bottom: 28px;
    font-weight: 700;
}

.description {
    max-width: 650px;
    color: #E4EAF0;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 45px;
}

.texto {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.25px;
    color: #303D7D;
}

.cardsSeccion {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin-bottom: 50px;
}

.cardSeccion {
    background: #3f6485;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 18px;
    padding: 24px;
    min-height: 150px;
}

.cardsSeccion h2 {
    color: white;
}

.cardSeccion h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 12px;
    color: white;
    font-weight: 800;
}

.cardSeccion p {
    font-size: 15px;
    line-height: 1.45;
    color: #fff;
}

.button {
    display: flex;
    justify-content: center;
}

    .button a {
        background: #fecc00;
        color: #1c2f44;
        text-decoration: none;
        padding: 18px 80px;
        border-radius: 16px;
        font-size: 23px;
        font-weight: 500;
        transition: .3s;
    }

        .button a:hover {
            background: #ffce39;
            transform: translateY(-2px);
        }

@media(max-width:1100px) {

    h1 {
        font-size: 42px;
    }



    .description {
        font-size: 18px;
        color: white;
    }

    .cardscardsSeccion {
        grid-template-columns: repeat(2,1fr);
    }

    .cardsSeccion h2 {
        color: white;
    }
}

@media(max-width:768px) {

    .sectionCapacitacion {
        padding: 40px 20px;
    }

    h1 {
        font-size: 25px;
    }

    .cardsSeccion {
        grid-template-columns: 1fr;
    }

        .cardsSeccion h2 {
            color: white;
        }

        .cardsSeccion h3 {
            font-size: 24px;
            color: white;
        }

        .cardsSeccion p {
            font-size: 18px;
        }

    .button a {
        width: 100%;
        text-align: center;
        font-size: 22px;
        padding: 16px;
    }
}

</style >

<style >
/* ---------------------------------------------------------
     SECCIÓN
  --------------------------------------------------------- */
.microcredential-section {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    color: #082f45;
}

.inner-section {
    font-family: 'Poppins',sans-serif;
    background: #0c3550;
    color: #fff;
}


/* ---------------------------------------------------------
     HEADER
  --------------------------------------------------------- */

.micro-header {
    max-width: 900px;
    margin-left: 80px;
}

.section-label {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 600;
    color: #16445c;
    margin-bottom: 18px;
}

.label-line {
    width: 23px;
    height: 4px;
    background: #e9b91e;
    display: inline-block;
}


/* ---------------------------------------------------------
     TÍTULO
  --------------------------------------------------------- */

.micro-title {
    margin: 0;
    font-size: 41px;
    line-height: 1.15;
    font-weight: 700;
    color: #07334b;
}

.inner-title {
    margin: 0;
    font-size: 41px;
    line-height: 1.15;
    font-weight: 700;
    color: white;
}


.micro-description {
    max-width: 760px;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.45;
    color: #333333;
}

.texto-seccion {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.25px;
    color: #303D7D;
    padding-left: 50px;
    margin-top: 50px;
}

.innertexto-seccion {
    font-family: "Poppins", sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.25px;
    color: white;
    padding-left:50px;
    margin-top:50px;
}


/* ---------------------------------------------------------
     TARJETAS
  --------------------------------------------------------- */

.micro-card {
    font-family: 'Poppins',sans-serif;
    background: #edf0f5;
    border-radius: 14px;
    padding: 20px 18px;
    min-height: 150px;
    transition: transform .2s ease, box-shadow .2s ease;
}


    .micro-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
    }


    .micro-card h3 {
        margin: 0 0 8px 0;
        font-size: 20px;
        line-height: 1.25;
        font-weight: 800;
        color: #111111;
    }


    .micro-card p {
        margin: 0;
        font-size: 15px;
        line-height: 1.45;
        color: #333333;
    }


/* ---------------------------------------------------------
     NOTA
  --------------------------------------------------------- */

.micro-note {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    padding: 0 15px;
}


/* ---------------------------------------------------------
     BOTÓN
  --------------------------------------------------------- */

.btn-micro {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 327px;
    padding: 12px 28px;
    border-radius: 12px;
    background: #003b55;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    transition: background .2s ease, transform .2s ease;
}


    .btn-micro:hover {
        background: #00516f;
        color: #ffffff;
        transform: translateY(-2px);
    }


/* ---------------------------------------------------------
     RESPONSIVE
  --------------------------------------------------------- */

@media (max-width: 768px) {

    .microcredential-section {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }

    .section-label {
        font-size: 16px;
    }

    .micro-title {
        font-size: 29px;
    }

    .micro-description {
        font-size: 15px;
    }

    .micro-card {
        min-height: auto;
    }

        .micro-card h3 {
            font-size: 17px;
        }

        .micro-card p {
            font-size: 15px;
        }

    .btn-micro {
        width: 100%;
        min-width: auto;
    }

    .texto-seccion {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -0.25px;
        color: #303D7D;
        padding-left: 0px;
    }

    .innertexto-seccion {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: -0.25px;
        color: white;
        padding-left:0px
        
    }
}

</style >

<style >
* {
    box-sizing: border-box;
}

.study-section {
    width: 100%;
    padding: 18px 0;
    font-family: Poppins,Arial, sans-serif;
}

.study-container {
    width: min(90%, calc(100% - 40px));
    margin: 0 auto;
    padding: 40px 56px 18px;
    background: #0c3550;
    border-radius: 28px;
    color: #fff;
}

.udec-container {
    width: min(90%, calc(100% - 40px));
    margin: 0 auto;
    padding: 40px 56px 18px;
    background: #0a7dc0;
    border-radius: 28px;
    color: #fff;
}

/* =========================
   HEADER
========================= */

.study-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    margin-bottom: 68px;
}

.study-intro {
    max-width: 70%;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 19px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #f3f3f3;
    margin-bottom: 35px;
    padding-top: 55px;
    color: white;
    /*display: flex;
          align-items: center;
          gap: 12px;
          margin-bottom: 30px;
          font-size: 15px;
          font-weight: 500;
          color: #f4f4f4;*/
}

    .eyebrow span {
        width: 20px;
        height: 4px;
        display: inline-block;
        background: #ffca05;
    }

.study-intro h2 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.study-intro > p {
    max-width: 530px;
    margin: 0;
    color: #d7e0e5;
    font-size: 15px;
    line-height: 1.45;
}

.study-intro-udec > p {
    margin: 0;
    color: #d7e0e5;
    font-size: 15px;
    line-height: 1.45;
}

.study-cta {
    width: 280px;
    text-align: center;
    padding-top: 30px;
}

    .study-cta p {
        margin: 0 0 27px;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 700;
    }

.cta-button-udec {
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    /*background: #ffca05;*/
    background: #fecc00;
    color: #002a42;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease;
}

.cta-button {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    /*background: #ffca05;*/
    background: #fecc00;
    color: #002a42;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease;
}

    .cta-button:hover {
        background: #ffd52e;
        transform: translateY(-2px);
    }

.cta-button-udec:hover {
    background: #ffd52e;
    transform: translateY(-2px);
}

.banner-button {
    padding: 12px 20px;
    border-radius: 12px;
    /*background: #ffca05;*/
    background-color: #fecc00;
    color: #002a42;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.2s ease, background 0.2s ease;
}

    .banner-button:hover {
        background: #ffd52e;
        transform: translateY(-2px);
    }

/* =========================
   STEPS
========================= */

.steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.step {
    font-family: 'Poppins',sans-serif;
    position: relative;
    min-height: 124px;
    padding-top: 0;
}

.step-number {
    position: absolute;
    z-index: 2;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 57px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffca05;
    color: #002a42;
    border-radius: 11px;
    font-size: 15px;
    font-weight: 700;
}

.step-content {
    height: 100%;
    min-height: 124px;
    padding: 20px 14px 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 12px;
    background: #2c526c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

    .step-content h3 {
        margin: 0 0 5px;
        color: #fff;
        font-size: 20px;
        line-height: 1.2;
        font-weight: 800;
    }

    .step-content p {
        margin: 0;
        color: #f1f4f6;
        font-size: 15px;
        line-height: 1.5;
    }

/* =========================
   TABLET
========================= */

@media (max-width: 900px) {
    .study-container {
        padding: 35px 35px 20px;
    }

    .study-header {
        gap: 30px;
    }

    .study-intro h2 {
        font-size: 27px;
    }

    .study-cta {
        width: 240px;
    }

    .steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 12px;
    }

    .step:last-child {
        grid-column: span 2;
    }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {
    .study-section {
        padding: 10px;
    }

    .study-container {
        width: 100%;
        padding: 30px 22px 25px;
        border-radius: 20px;
    }

    .study-header {
        flex-direction: column;
        margin-bottom: 55px;
        gap: 30px;
    }

    .eyebrow {
        margin-bottom: 20px;
    }

    .study-intro h2 {
        font-size: 25px;
    }

        .study-intro h2 br {
            display: none;
        }

    .study-cta {
        width: 100%;
        padding-top: 0;
    }

        .study-cta p {
            font-size: 15px;
        }

    .cta-button {
        max-width: 300px;
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .step:last-child {
        grid-column: auto;
    }

    .step-content {
        min-height: 120px;
    }
}


.modulos-container {
    max-width: 850px;
    margin-top: 30px;
    /* margin: 40px auto;*/
    background: #fff;
}

.modulo-item {
    display: flex;
    align-items: stretch;
    margin-bottom: 8px;
    border-radius: 2px;
    overflow: hidden;
}

.modulo-label {
    background: #1f3d8f;
    color: #fff;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 15px;
    padding: 18px;
    text-transform: capitalize;
}

.modulo-content {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-left: none;
    padding: 18px 22px;
    flex: 1;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

    .modulo-content strong {
        display: block;
        margin-bottom: 5px;
        color: #222;
    }

@media (max-width: 768px) {
    .modulo-item {
        flex-direction: column;
    }

    .modulo-label {
        width: 100%;
        padding: 12px;
    }

    .modulo-content {
        border-left: 1px solid #d9d9d9;
    }
}
