.container-menu{float: left;width:100%;position: fixed;top: 0;z-index: 999;background-color: #fff;}
.linha-top{width: 100%;height: 3px;background-color: #ddb32b;}
.div-menu-top{width: 100%;height: 98px;float: left;}
.engloba-top-menu{margin:0 30px;width: calc(100% - 60px);float: left;display: flex;align-items: center;height: 100%;justify-content: space-between;}
.logo{width: 247px;height: 62px;background: url(../img/header/logo.svg)no-repeat center;background-size: contain;}
.link-a{float: left;display: flex;align-items: center;}
.link-a span{font:19.3px montserrat-light;color: #3a3a3a;margin: 0 0 0 8px;transition: 0.2s}
.link-a span i{font-family: montserrat-semibold;}
.link-email{float: left;display: flex;align-items: center;}
.link-email span{font:16px montserrat-light;color: #3a3a3a;margin: 0 0 0 8px;transition: 0.2s;}
.link-email span i{display: none;}
.vetor{width: 35px;height:35px;background-color: #333a6e!important;float: left;border-radius: 50%;}
.vetor-whats{background: url(../img/header/whats.svg)no-repeat center;background-size: 14px;}
.vetor-tel{background: url(../img/header/ligar.svg)no-repeat center;background-size: 14px;}
.vetor-email{background: url(../img/header/email.svg)no-repeat center;background-size: 14px;}
.insta-menu{width: 33px;height: 33px;background: url(../img/header/insta.svg)no-repeat center;background-size: 32px;}

.menu-link{width: 100%;background-color: #333a6e;float: left;}
.div-link{display: flex;justify-content: space-between;}
.menu-link a{padding: 22px 30px;float: left;font:16px montserrat-light;color: #fff;transition: 0.2s;cursor:pointer;}
.menu-link a:hover{background-color: #ddb32b;color: #333a6e;transition: 0.2s;}

.link-a span:hover{color: #ddb32b;transition: 0.2s;}
.link-email span:hover{color: #ddb32b;transition: 0.2s;}

.icon-mobile{display: none;}
.ativo{background-color: #ddb32b!important;color: #333a6e!important;}

@media(max-width:1130px){
    .logo {width: 200px;}   
    .link-a span {font-size: 16.3px} 
    .link-email span {font-size: 13px}    
}

@media(max-width:990px){
    .engloba-top-menu {margin: 0 2%;width: 96%;}
    .link-a{display: none;}
    .link-email{display: none;}
    .insta-menu{display: none;}

    .linha-top {position: relative;z-index: 8;}
    .div-menu-top {height: 80px;box-shadow: 3px 0px 12px 0px #4747477a;}
    .icon-mobile{display: flex;column-gap: 20px;}
    .tel-mobile{width: 32px;height: 32px;background: url(../img/header/ligar.svg)no-repeat center;background-size: 32px;}
    .abrir-menu{width: 32px;height: 32px;background: url(../img/header/icon-menu.svg)no-repeat center;background-size: 32px;}
    .logo { width: 140px;}
    .div-link {display: flex;justify-content: space-between;flex-direction: column;width: 104%;margin: 0 0 0 -2%;}
    .menu-link{display: none;}
    .menu-link a {padding: 20px 0px;font-size: 14px;text-align: center;box-shadow: inset 0px -2px 0 0 #484f83;}
}