:root {
    --rojo_ibero: #e00034;
    --gris_ibero: #82786f;
    --rojo_oscuro: #af161e;
    --blanco: #fff;
    --negro: #000;
    --gris_claro: lightgray;
}

#navIbero{
    width: 100%;
    background: var(--rojo_ibero);
    border-bottom: 2px white;
    margin-bottom: 50px;
}

#navIberoLogo{
    max-width: 150px;
    height: auto;
    margin: 16px;
}

footer{
    background: var(--gris_claro);
    padding-bottom: 65px;
    padding-top: 65px;
    border-bottom: 3px solid var(--rojo_ibero);
}

footer p{
    color: var(--negro);
    font-weight: 600;
    font-size: 15px;;
}

footer p a {
    color: var(--negro);
    font-weight: 600;
    font-size: 15px;
}

footer p a:hover {
    color: var(--negro);
}

.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}