/* CABECERA */

#mainHeader{
    /* border: 2px solid red; */
    height: 47px;
    font-family: 'Open Sans', sans-serif;
}

.banner {
    background-color: #191970;
    align-items: center;
    height: 100%;
}

#img-unam {
    max-width: 38px;
    max-height: 38px;
    height: auto;
    margin-bottom: 0px ;
}
#txtUnam {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    padding-left: 0.8rem;
    
}

.titleUnam{
    display: flex;
    align-items: center;
    padding-top: 8px;

}

#img-dgire {
    max-width: 38px;
    max-height: 38px;
    height: auto;
    
}
.titleDgire{
    padding-top: 0.5rem;;
}
#txtDgire {
    color: goldenrod;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: right;
    padding-right: 15px;
}


.color {
    color: midnightblue;
}
.center-block{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*DGIRE Y UNAM*/
@media (min-width: 1001px) {

    .hidden-lg,
    .hidden-md {
        display: none !important;
    }

    .hidden-sm,
    .hidden-xs {
        display: true;
    }
}

/*DIRECCION GENERAL DE INCORPORACION Y UNIVERSIDAD NACIONAL AUTONOMA MEXICO*/
@media (max-width: 1000px) {

    .hidden-sm,
    .hidden-xs {
        display: none !important;
    }

    .hidden-lg,
    .hidden-md {
        display: true;
    }
}