.menu-container{width: 100%;float: left;position: fixed;top: 0;z-index: 500;background-color: #fff;}
.linha-azul{float: left;width: 100%;background-color: #3690eb;height: 3px;}
.menu-topo{float: left;width: 100%;height: 100px;display: flex;align-items: center;justify-content: space-between;}
.logo{background: url(../img/header/logo.png)no-repeat center;width: 254px;height: 48px;background-size: 100%;float: left;margin: 0 0 0 20px;}
.tel{background: url(../img/header/tel.svg)no-repeat center left;background-size: 17px;font:19.6px montserrat-bold;color: #75767b;padding: 0 0 0 28px;display: flex;align-items: center;transition: 0.3s}
.tel i{font-family: montserrat-light;}
.tel:hover {color: #3690eb;transition: 0.3s;}
.whats-icon{height: 17px;width: 17px;background: url(../img/header/whats.svg)no-repeat center;display: block;margin: 0 0 0 9px;}
.email{background: url(../img/header/email.svg)no-repeat center left;font:17.3px montserrat-light;color: #767676;padding: 0 0 0 32px;background-size: 20px;transition: 0.3s;}
.email i {display: none;}
.email:hover {color: #3690eb;transition: 0.3s;}
.social{display: flex;float: left;column-gap: 9px;margin: 0 20px 0 0;}
.insta-header{background: url(../img/header/icon-insta.svg)no-repeat center;height: 36px;width: 36px;background-size: 100%;}
.face-header{background: url(../img/header/icon-face.svg)no-repeat center;height: 36px;width: 36px;background-size: 100%;}
.hover-social {transition: 0.2s;}
.hover-social:hover{opacity: 0.8;transform: scale(1.1);transition: 0.2s;}

.menu-links-div{width: 100%;height: 60px;background-color: #424242;float: left;}
.menu-links{height: 100%;width: 100%;display: flex;justify-content: space-between;align-items: center;}
.menu-links a{font:15px montserrat-regular;color: #fff;padding: 0 20px;height: 100%;display: flex;align-items: center;transition: 0.3s;cursor: pointer;}
.menu-links a:hover {box-shadow: inset 0px -7px 0 0 #3690eb;transition: 0.3s;}
.ativo{box-shadow: inset 0px -7px 0 0 #3690eb;}

.mobile-icons{display: none;}

@media(max-width:1070px){
    .menu-links a {font-size: 13px;padding: 0 15px;}
}

@media(max-width:990px){
    .tel {display: none;}
    .email {display: none;}
    .social {display: none;}

    .menu-container{box-shadow: 0px 1px 6px 0px #4e4e4ec9;}
    .menu-topo {height: 80px;}
    .logo {width: 138px;} 
    .mobile-icons{display: flex;flex-direction: row-reverse;margin: 0 20px 0 0;}
    .abrir-menu{height: 32px;width: 32px;background: url(../img/header/icon-menu.png)no-repeat center;background-size: 100%;}  
    .tel-mobile{height: 32px;width: 32px;background: url(../img/header/tel.svg)no-repeat center; background-size: 100%;margin: 0 25px 0 0;} 
    .menu-links a {justify-content: center;cursor: pointer;width: 104%;text-align: center;padding: 15px 0;;margin: 0 -2%;box-shadow: inset 0px -2px 0 0 #606060;}
    .menu-links {align-items: center;flex-direction: column;}
    .menu-links-div {height: auto;display: none;}
    .ativo{background-color: #3690eb!important;}
    .menu-links a:hover {box-shadow: inset 0px -2px 0 0 #606060;}
}