﻿.header {
    width: auto;
    height: 120px;
    text-align: left;
    background-color: #004A98;
    transition: height 0.8s;
    color: white !important;
}
    .header a, .piePagina a {
        color: white !important;
        text-decoration: none !important;
        font-family: OpenSans-SemiBold !important;
    }
   
.pe-0 {
    padding-right: 0 !important;
}
.textoAdministrativa {
    font-size: 20px !important;
    margin: 0;
    font-family: OpenSans-SemiBold !important;
}
.fondoFooter {
    background-color: #00B2E3 !important;
}
.divisorUASLP-ENTIDAD {
    height: 70px;
    width: 2px;
    background-color: white;
}

.ms-2 {
    margin-left: .5rem !important;
}

.me-2 {
    margin-right: .5rem !important;
}

*, ::after, ::before {
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
    unicode-bidi: isolate;
}

.logoUASLP {
    height: 84px !important;
    padding: 10px 15px;
}
.piePagina {
    width: auto;
    height: 280px;
    background-color: #004A98;
    padding: 25px 50px 30px 50px;
}
.header a {
    font-size: 18px !important;
}

.header a, .piePagina a {
    color: white !important;
    text-decoration: none !important;
    font-family: OpenSans-SemiBold !important;
}