@charset "UTF-8";

/* Importación de fuentes */
@import "../fuente/fuentes.css";

html,
body {
    padding: 0px;
    margin: 0px;
}

h5 {
    font-size: 1.85rem !important;
    padding-right: 45px !important;
}

.bannerPrincipal {
    background-image: url("../images/img2026/Head_oferta_posgrados-80.jpg");
    background-color: #f2f2f2;
    height: 700px;
    background-size: cover top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

#ofertas {
    background-color: #212121;
}

.thumbnail {
    padding: 0px !important;
}

.contOfertas {
    /* margin-top: -100px */
}

.contImgDura {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.card-title {
    font-family: "INDIVISA TEXT SANS"; 
    /* margin-bottom: 20%; */
}

.card-text {
    font-family: "INDIVISA TEXT SANS REGULAR";
}

.tDuracion {
    font-family: "INDIVISA TEXT SANS";
    color: #c30212;
    font-size: 20px;
}

.txtDuracion {
    font-size: 15px;
    font-family: "INDIVISA TEXT SANS REGULAR";
}

.cardsOfertas {
    display: flex;
    flex-direction: column;
    /* flex: 1 1 auto; */
    min-height: 350px;
    height: 100%;
    /* margin: 0px 0px 100px 0px !important; */
}

.card-title {
    min-height: 90px; 
}


.cardsOfertas img {
    flex-shrink: 0; 
}

.title-ofertas{
    color: #fff;
    margin-left: 2%;
    font-size: 29px;
    margin: 2%;
    font-family: "INDIVISA TEXT SANS BLACKITALIC";
}

/* fin cards  */
.proceso {
    background-color: #212121;
}

.procesoFondo {
    background-image: url("../images/img2026/Proceso_admin.png");
    background-color: #212121;

    /* background-size: 65%; */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 550px;
    max-height: 550px;
    /* display: flex;
        flex-wrap: wrap;
        align-items: center; */

}

.contenedorProceso {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* IMPORTANTE */
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.beneficios {
    position: absolute;
    bottom: -250px;
    right: -24px;
    /* más alineado a la card */
    background: #e30613;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    /* height: 40px; */
    max-width: 620px;
}

.movil-proceso {
    display: none;
}

.div-img-admision {
    position: absolute;
    bottom: -500px;
    right: 80px;
}

.contbene {
    background-color: #c30212;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}

.contbene .row {
    margin-left: 0;
    margin-right: 0;
}


.tBeneficios {
    font-size: 28px;
    font-family: "INDIVISA TEXT SANS BLACKITALIC";
    color: #fff;
    text-align: right;
    line-height: 1.2;
    /* margin: 0px; */
}

.txtBeneficios {
    font-size: 18px;
    font-family: "INDIVISA TEXT SANS REGULAR";
    color: #fff;
    /* margin: 5px; */
}

.contenedor-proceso {
    padding-top: 110px;
    display: flex;
    align-items: center;
}

.txtProceso {
    font-size: 23px;
    font-family: "INDIViSA TEXT SANS REGULAR"
}

.txtProceso strong {
    font-family: "INDIVISA TEXT SANS";
    color: #c30212
}

.contImg {
    padding-top: 50px;
}

.caption {
    padding: 1rem 1rem !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    /* Absorbe el espacio en blanco sobrante */
    /* justify-content: space-between; */
}

.caption>.row {
    margin-top: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}



footer hr {
    display: none;
}

@media (max-width: 600px) {
    .bannerPrincipal {
        background-image: url("../images/img2026/Head_OP_movil-80.jpg");
        background-color: #f2f2f2;
        align-items: center;
        height: 725px;

    }

    .cardsOfertas {
        /* margin-top: 0px; */
        margin: 0px 8px 110px 8px !important;
    }

    .tBeneficios {
        text-align: center;
    }

    .txtBeneficios {
        text-align: center;
    }

    .imgPro {
        width: 100%;
        text-align: center;
    }

    .procesoFondo {
        background-image: none;
        height: 700px;
    }

    .contenedor-proceso {
        padding-top: 10px;
    }

    .txtProceso {
        text-align: center
    }

    .contMov {
        background-color: #fff;
        text-align: center;
        margin-top: 50px;
    }

    .beneficios {
        bottom: -100px;
        margin: 10px;
    }

    .div-img-admision {
        background-color: #fff;
        border-radius: 8px;
        text-align: center;
        margin: 10px;
        padding: 2%;
        right: 0;

    }

    .procesoFondo {
        display: none;
    }

    .movil-proceso {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .beneficio-movil {
        background: #e30613;
        color: #fff;
        padding: 12px 20px;
        border-radius: 8px;
        font-size: 14px;
        max-width: 620px;
        margin: 4%;
    }

    .movil-admision {
        background-color: #fff;
        border-radius: 4px;
        padding: 4%;
        margin: 4%;
    }

}

@media (min-width: 760px) and (max-width: 920px) {
    .bannerPrincipal {
        background-image: url("../images/img2026/Head_OP_movil-80.jpg");
        background-color: #f2f2f2;
        flex-wrap: start;
        height: 450px
    }

    .procesoFondo {
        background-image: none;
        height: 700px;
    }

    .contMov {
        background-color: #fff;
        text-align: center;
        margin-top: 50px;
    }


    .procesoFondo {
        display: none;
    }

    .movil-proceso {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .beneficio-movil {
        background: #e30613;
        color: #fff;
        /* padding: 12px 20px; */
        padding: 2%;
        border-radius: 8px;
        font-size: 14px;
        max-width: 620px;
        margin: 4%;
    }

    .movil-admision {
        background-color: #fff;
        border-radius: 4px;
        padding: 4%;
        margin: 4%;
    }




}

@media (min-width: 1000px) and (max-width: 1120px) {
    .bannerPrincipal {
        height: 520px
    }

    .imgPro {
        width: 100%;
        /* text-align: center; */
    }

    .col-md-offset-1 {
        margin-left: 0% !important;
    }

    .procesoFondo {
        display: none;
    }

    .movil-proceso {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .beneficio-movil {
        background: #e30613;
        color: #fff;
        padding: 12px 20px;
        border-radius: 8px;
        font-size: 14px;
        max-width: 620px;
        margin: 4%;
    }

    .movil-admision {
        background-color: #fff;
        border-radius: 4px;
        padding: 5%;
        margin: 4%;
    }

}

@media (min-width: 1121px) and (max-width: 1200px) {
    .procesoFondo {
        display: none;
    }

    .movil-proceso {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .beneficio-movil {
        background: #e30613;
        color: #fff;
        padding: 12px 20px;
        border-radius: 8px;
        font-size: 14px;
        max-width: 620px;
        margin: 4%;
    }

    .movil-admision {
        background-color: #fff;
        border-radius: 4px;
        padding: 5%;
        margin: 4%;
    }
}

@media (min-width: 1260px) and (max-width: 1399px) {
    .bannerPrincipal {
        height: 530px;
    }

    .procesoFondo {
        height: 490px
    }

    .contImg {
        padding-top: 5px
    }

    .beneficios{
        padding: 2%;
        right: 100px;
        font-size: 12px;
    }

    .div-img-admision{
        bottom: -440px;
        right: 193px;
    }
    .div-img-admision img {
        width: 300px;

    }
}

@media (min-width: 1400px) and (max-width: 1549px) {
    .bannerPrincipal {
        height: 510px;
    }
}

@media (min-width: 1550px) and (max-width: 1800px) {
    .bannerPrincipal {
        height: 580px;
    }

}