header { color: var(--color-font-secondary); }

header .header-info { 
    padding: .3rem;
    background-color: #000;
    color: var(--color-font-primary);
    padding-top:1rem;
}
header .header-info .contato li { display: inline-flex; align-items: center; font-size: 0.8rem; margin-right: 1rem; }
header .header-info i {
    color: var(--color-font-primary);
    font-size: 1.2rem;
}


header .header-nav { padding:0rem 0px 0.5rem 0; background:#000; }
header .header-nav .img-fluid { max-width: 150px; }


/* menu desktop */
header .header-nav .menu-desktop { padding: 0; margin: 0; }
header .header-nav .menu-desktop li { display: inline; }
header .header-nav .menu-desktop li a { font-family: 'Raleway', sans-serif; color: #fff; font-size: .8rem; font-weight: 600; padding: 0 8px; }
header .header-nav .menu-desktop li a:hover { transition: .3s; color: #ccc; }

/* menu mobile */
header .header-nav .menu-mobile { color: #fff; text-align: center; }
header .header-nav .menu-mobile i { font-size: 2.2rem; }
header .header-nav .menu-mobile span {
    font-weight: 600;
    font-size: .8rem;
    display: block;
    text-align: right;
    margin-top: -5px !important;
    letter-spacing: 2px;
}




@media (max-width: 1199px) {
    header .header-nav .img-fluid { max-width: 150px; }
}

@media (max-width: 991px) {
    header .menu-content { position: initial; }
    header .header-nav .img-fluid { max-width: 250px; }
    header .header-nav .menu-desktop { display: none !important; }
    header .header-nav .menu-mobile { display: block !important; }
}

@media (max-width: 599px) {
    header .header-nav .img-fluid { max-width: 200px; }
}