/* FONTS */

@font-face {
    font-family: Apercu;
    src: url("../fonts/apercu/apercu_bold_italic_pro.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: Apercu;
    src: url("../fonts/apercu/apercu_bold_pro.otf") format("opentype");
    font-weight: bold;
}

@font-face {
    font-family: Apercu;
    src: url("../fonts/apercu/apercu_medium_italic_pro.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Apercu;
    src: url("../fonts/apercu/apercu_medium_pro.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: Apercu;
    src: url("../fonts/apercu/apercu_mono_pro.otf") format("opentype");
    font-weight: 200;
}

@font-face {
    font-family: Apercu;
    src: url("../fonts/apercu/apercu_regular_italic_pro.otf") format("opentype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Apercu;
    src: url("../fonts/apercu/apercu_regular_pro.otf") format("opentype");
    font-weight: 300;
}

/* STYLES */

header nav {
    background-color: #000528;
    height: 50px;
    line-height: 50px;
}

header nav .brand-logo {
    margin-left: 10%;
    z-index: 1;
    max-width: 210px;
}

header nav ul li {
    transition: all 0.5s;
}

header nav ul li.active,
header nav ul li:hover {
    background: #FFFFFF;
}

header nav ul li.active a,
header nav ul li:hover a{
    color: #000528;
}

nav ul a:hover {
    background: transparent;
}

header nav ul li a {
    font-family: Apercu;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 12px;
}

footer {
    background: #000528;
}

footer .rowPrincipal {
    padding: 30px 30px 0px;
    margin-bottom: 0;
}

footer .rowPrincipal li .row {
    margin-bottom: 5px;
}

footer .logoFooter {
    margin-top: 25px;
	margin-left: 16px;
    max-width: 225px;
    max-height: 120px;
}

footer h2 {
    font-size: 15px;
    font-family: Apercu;
    color: #FFFFFF;
    font-weight: 300;
    margin-top: 0;
}

footer ul li img {
    display: inline-block;
    padding-right: 10px;
    max-width: 40px !important;
    max-height: 34px !important;
    vertical-align: middle;
}

footer .redes {
    margin-top: 105px;
}

footer ul li p,
footer .redes p,
footer .redes p a {
    font-size: 12px;
    font-family: Apercu;
    color: #FFFFFF;
    font-weight: 300;
    display: inline-block;
    margin-top: 0;
}

footer .redes p,
footer .redes p a {
    font-size: 10px;
}

footer .redes p a:hover {
    text-decoration: underline;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 320px) and (max-width: 479px){
    header nav .brand-logo {
        max-width: 100px;
        max-height: 100px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px){
    header nav .brand-logo {
        max-width: 125px;
        max-height: 125px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    footer .redes {
        margin-top: 160px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1300px){
    header nav .brand-logo {
        margin-left: 2%;
    }

    footer .redes {
        margin-top: 75px;
    }

    footer ul li .col.s12.m4.l4.xl6 {
        padding: 0;
    }

    footer .row .col {
        padding: 0 .35rem;
    }
}

@media only screen and (min-width: 1300px) and (max-width: 1999px){

}