/* HEADER */

body{
    background-color: #ebebeb !important;
}



header {
    text-align: center;
    padding: 30px;
    background-color: #FFF !important;
}

#header-logo-big {
    height: 70px;
}

 #header-logo-small{
     display: none;
 }

/* NAV */



/* NAV */





/* FOOTER */

footer {
    padding: 40px 0;
    margin-top: 75px;
    background: #222;
    text-align: center;
}

#footer-nav li {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    margin: 0 15px;
}

#footer-nav li a, #footer-redes li a {
    color: #FFF;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    text-decoration: none;
}

#footer-nav, #footer-redes {
    text-align: center;
    line-height: 15px;
    padding: 0;
    margin: 50px 10px;
}

#footer-redes li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 7px;
}

.svg-inline--fa.fa-w-16 {
    width: 3em;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 3em;
    overflow: visible;
    vertical-align: -.125em;
}