.imgHeader{
    background-image: url('../PROYECTO/CAPACITACION/portadacursos_1366.png'); 
    background-size: cover;
     height: 460px; 
     padding-top: 10%;
}
.textNU{
    font-size:3.5rem;
}


/*responsive de la pagina */
@media only screen and (min-width: 100px) and (max-width: 768px) {

    .imgMision{
        width: 100%;
        height: 300px;
    }
    .imgVision{
        width: 100%;
        height: 300px;
    }
    .imgHeader{
        height: 500px;
    }
    .contAcercaUnion h4{
        text-align: center;
    }
    .imgOrganigrama{
        height: 300px;
    }
    .contCapacitaciones{
        margin-top: 0;
        padding: 0;
    }
    .contCapacitacionesFondo{
        height:1300px !important;
    }
     }
     