.menu{width: 100%;float: left;background: url(../img/header/fundo-header.png)no-repeat center;position: fixed;top: 0;z-index: 999;box-shadow: 0 -1px 11px #70707094;}
.faixa-top-menu{width: 100%;height: 4px;float: left;background-color: #bb2121;}
.engloba-menu{float: left;width: 96%;margin: 0 2%;height: 124px;display: flex;justify-content: space-between;align-items: center;}
.engloba-menu .logo{width: 180px;height: 87px;background: url(../img/header/logo.png)no-repeat center;background-size: contain;font-size: 0;}
.engloba-links{float: left;width: 66%;height: 100%;display: flex;flex-direction: column;}
.top-link{float: left;display: flex;justify-content: space-between;width: 100%;margin: 23px 0 25px 0;}
.whats-header{ font:16px montserrat-regular;color: #4b4c51;padding: 0 0 0 27px;background: url(../img/header/whats.svg)no-repeat center left;background-size: 18px;transition: 0.2s;}
.whats-header i{font-family: montserrat-bold;}
.whats-header:hover{color: #bb2121;}
.email-header{font:15px montserrat-light;color: #616161;padding:0 0 0 30px;background: url(../img/header/email.svg)no-repeat center left;background-size: 17px;transition: 0.2s;}
.email-header:hover{color: #bb2121;}
.email-header i{display: none;}
.menu-link{width: 100%;display: flex;justify-content: space-between;gap: 25px 0;}
.menu-link a{height: 57px;display: flex;justify-content: center;align-items: center;font:15px montserrat-light;color: #616161;padding: 0 2px;transition: 0.3s;cursor: pointer;}
.menu-link a:hover{box-shadow: inset 0px 3px 0 0 #bb2121;}
.mobile-icons{display: none;}
.ativo{box-shadow: inset 0px 3px 0 0 #bb2121;}
@media(max-width:1050px){
    .whats-header {font-size: 14px}
}
@Media(max-width:990px){
    .top-link{display: none;}
    .engloba-links {width: 100%;height: auto;}
    .engloba-menu {height: 80px;flex-wrap: wrap;}
    .menu{background: #fff;}
    .engloba-menu .logo {width: 110px;height: 80px;}
    .menu-link {width: 109%;display: block;margin: 0 0 0 -4.5%;display: none;}
    .menu-link a {height: 50px;padding: 0 0;background-color: #bb2121;color: #fff;box-shadow: inset 0 -2px 0 #ac1f1f;}
    .menu-link a:hover{box-shadow: inset 0 -2px 0 #ac1f1f;}
    .mobile-icons{display: flex;gap: 0 20px;}
    .tel-header{width: 32px;height: 32px;background: url(../img/header/tel.svg)no-repeat center;background-size: 32px;}
    .abrir-menu{width: 32px;height: 32px;background: url(../img/header/abrir-menu.svg)no-repeat center;background-size: 32px;}
    .ativo{background-color: #9f1b1b!important;box-shadow: inset 0 -2px 0 #9f1b1b!important;}
}