.espacio{
    width: 100%;
    height: 100px;
}
.grados_qs{
    width: 100%;
    text-align: center;
}
.activo{
    font-weight: 600 !important;
    color: rgba(255, 230, 0, 0.863) !important;
}
.Servicio_itaes{
    width: 100%;
    min-height: 75vh;
    display: flex;
}
.imagen_Servicio{
    width: 40%;
}
.imagen_Servicio img{
    width: 100%;
}
.imagen_Servicio5{
    width: 40%;
    background: rgb(1, 29, 76) !important;
}
.imagen_Servicio5 img{
    width: 100%;
}
.imagen_Servicio6{
    width: 50%;
}
.imagen_Servicio6 img{
    width: 100%;
}
.imagen_Servicio2{
    width: 50%;
    background: rgb(1, 29, 76) !important;
}
.imagen_Servicio2 img{
    width: 100%;
}
.contenido_servicio{
    width: 60%;
    padding: 20px;
}
.contenido_servicio2{
    width: 60%;
    padding: 80px;
}
.contenido_servicio3{
    width: 50%;
    padding: 20px;
}
.titulo_servicio{
    font-size: 40px;
    margin: 0px;
    padding: 0px;
    color: rgba(219, 57, 8, 0.863) !important;
}
.hrtitulo{
    margin: 0px;
    width: 40%;
    background: rgba(219, 57, 8, 0.863) !important;
    height: 3px;
}
.contenido_ser{
    margin: 20px auto;
    text-align: justify;
}

.contenido_texto_servicio{
    width: 100%;
}
.contenido_texto_servicio2{
    width: 100%;
    display: flex;
}
.contenido_texto_servicio2 div:first-child{
    width: 40%;
}
.contenido_texto_servicio2 div:nth-child(2){
    width: 60%;
}

.diplomados_en_black{
    font-size: 28px;
    color: rgb(0, 0, 0);
    text-align: center;
}


@media screen and (max-width: 991px){
    .Servicio_itaes{
        display: block;
    }
    .imagen_Servicio{
        width: 100% !important;
        height: 30vh;
        text-align: center;
    }
    .imagen_Servicio img{
        width: 70%;
        margin: 0px auto;
    }
    .contenido_servicio2{
        width: 100%;
        padding: 20px;
    }
    .contenido_servicio{
        width: 100%;
        padding: 20px;
    }
    .contenido_servicio3{
        width: 100%;
    }
    .imagen_Servicio2{
        width: 100%;
    }
    
}