:root{
    --white: white;
    --azul1: #00519E;
    --azul2: #007BBF;
    --amarillo3:#FFCC33;
}

body {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.4em;
}

.bg-light {
    background-color: var(--azul2) !important;
}

.top a.title {
    padding-top: 8px;
    color: var(--white);
    display: inline-block;
    font-size: .9em;
}

.top.escuela.t-1 a.title {
    color: var(--white);
    background: url(../img/ico-uned-w.svg) no-repeat 0 13px;
    padding-left: 90px;
    background-size: 60px;
    text-decoration: none;
}

.bg-azul, .nombre-escuela.t-1 {
    background: var(--azul1);
}

span.nombre-escuela {
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    padding: 15px 0;
    margin: 0;
    color: var(--white);
    line-height: 1.2;
    text-transform: uppercase;
}

.info-escuela {
    background: var(--azul2);
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--white);
    font-size: .9em;
}

footer {
    background: var(--azul1);
}

footer.footer-escuela {
    padding-top: 0;
    padding-bottom: 20px;
}

.footer-bottom {
    padding-top: 20px;
    font-size: .8em;
    color: var(--white);
}

ul.f-1 li, ul.f-2 li {
    float: left;
    padding: 0 15px;
    border-right: var(--white) 1px solid;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

ul.f-1, ul.f-2 {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom .contacto a {
    display: inline-block;
    height: 16px;
    background: url(../img/ico-foot-correo.svg) no-repeat 0 5px;
    background-size: 14px;
    padding-left: 20px;
    color: var(--amarillo3) !important;
    text-decoration: underline;
    display: inline;
}

*, .cdk-overlay-pane {
    box-sizing: border-box;
}

.footer-bottom .directorio a {
    display: inline-block;
    height: 16px;
    background: url(../img/ico-foot-directorio.svg) no-repeat 0 5px;
    background-size: 12px;
    padding-left: 20px;
    color: var(--amarillo3) !important;
    text-decoration: underline;
    display: inline;
}

ul.f-1 li, ul.f-2 li {
    float: left;
    padding: 0 15px;
    border-right: var(--white) 1px solid;
}

.footer-bottom .facebook a {
    text-indent: -9999px;
    display: inline-block;
    width: 16px;
    height: 21px;
    background: url(../img/ico-foot-facebook.svg) no-repeat 0 5px;
    background-size: 16px;
}

.footer-bottom .whatsapp a {
    text-indent: -9999px;
    display: inline-block;
    width: 16px;
    height: 21px;
    background: url(../img/ico-foot-whatsapp.svg) no-repeat 0 5px;
    background-size: 16px;
}

ul.f-1 li:last-child, ul.f-2 li:last-child {
    border: none;
}

ul.f-2 li a {
    color: var(--white);
}

.card-header {
    background-color: var(--azul1);
    color: var(--white);
}