/* Header */
header {
    background-color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.social-header {
    margin-top: -1px;
}

.navbar-nav {
    margin-top: 9px;
}

.navbar-nav a {
    color: rgb(57, 139, 253);
    font-weight: 500;
    font-weight: bold;
    text-decoration: none
}

.navbar-nav a:hover {
    text-decoration: none;
    color: rgb(231, 6, 228);
}


.menu-list {
    padding: 12px 0;
    font-family: BerlinSansFBDemi;
    margin-bottom: 0;

}

.menu-list>li:not(:last-child) {
    margin-right: 30px;
}



/* Footer */
.encabezado {


    font-family: BerlinSansFBDemi;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.75px;
    text-align: left;
    color: #fff;
}


