.diplomados{
    width: 100%;
    padding: 20px;
}
.titulo_diplomados{
    text-align: center;
}
.titulo_diplomados h4{
    font-size: 35px;
}
.cer_ingles{
    width: 100%;
    text-align: center;
}
.cer_compu{
    width: 100%;
    text-align: center;
}
.carousel{
    width: 100% !important;
    height: 75vh !important;
}
.carousel-item img{
    width: 100% !important;
    height: 75vh !important;
}
.contenido_titulos_cap{
    width: 100%;
}
.cap_ingles_informatica_titulo{
    width: 100% !important;
}
.cap_informatica, .cap_ingles{
    width: 50%;
    text-align: center;
}
.hrtitulo1{
    margin: 0px;
    width: 100%;
    background: rgba(219, 57, 8, 0.863) !important;
    height: 3px;
}
.diplomados_cap{
    width: 100%;
    padding: 20px 100px;
    text-align: center;
}
.diplomados_en{
    font-size: 30px;
    color: rgba(219, 57, 8, 0.863) !important;
}
.diplomados_1{
    font-size: 17px;
    font-weight: 700;
}
.carreras_tecnicas{
    width: 100%;
    text-align: center;
}
.carreras_tecnicas h4{
    margin: 0px auto;
}

@media screen and (max-width: 991px){
    .cer_ingles{
        width: 50%;
        display: block;
    }
    .cer_ingles img{
        width: 80%;
    }
    .cer_compu{
        width: 50%;
        display: block;
    }
    .cer_compu img{
        width: 80%;
    }
    .cap_informatica h4, .cap_ingles h4{
        font-size: 20px;
    }
    
}