.linha-verde{width:100%;height:6px;float:left;background:#29a1ac;position:fixed;z-index:9;top: 0;}

.fundo-header{width:100%;float:left;position:fixed;z-index:9;background:#fff;top:6px;}
.cima-header{height:110px;width:96%;margin:0 2%;float:left;display:flex;align-items:center;justify-content:space-between;}
.logo{width:240px;height:75px;float:left;background:url(../img/header/logo.svg) no-repeat center;margin:0 0 0 2%;}

.ti-contato-header{width:100%;float:left;font:13px montserrat-regular;color:#8d8d90;}
.whats-header{float:left;font:19px montserrat-regular;color:#8d8d90!important;background:url(../img/header/whats.svg) no-repeat center left;background-size:25px;padding:0 0 0 32px;width:12%;}
.whats-header b{font-family: montserrat-semibold;}
.tel-header{float:left;font:19px montserrat-regular;color:#8d8d90!important;background:url(../img/header/telefone.svg) no-repeat center left;background-size:22px;padding:0 0 0 32px;width:12%;}
.tel-header b{font-family: montserrat-semibold;}
.email-header{width: 21%;font:14px montserrat-regular;color:#8d8d90;float:left;background:url(../img/header/envelope.svg) no-repeat center left;background-size:23px;padding:0 0 0 32px}


.redes-header{width:74px;float:left;display:flex;justify-content:space-between;}
.linkedin-header{width:28px;height:28px;float:left;background:url(../img/header/linkedin.svg) no-repeat center;background-size:contain;transition:0.8s;}
.linkedin-header:hover{transform: rotate(360deg)}
.insta-header{width:28px;height:28px;float:left;background:url(../img/header/insta.svg) no-repeat center;background-size:contain;transition:0.8s;}
.insta-header:hover{transform: rotate(360deg)}
.face-header{width:28px;height:28px;float:left;background:url(../img/header/face.svg) no-repeat center;background-size:contain;transition:0.8s;}
.face-header:hover{transform: rotate(360deg)}


.fundo-nav{width:100%;height:58px;float:left;background:#8ecaab;}
.nav{width: 96%;height: 58px;float: left;display: flex;justify-content: space-between;margin: 0 2%;}
.nav a{font:15px robotolight;float:left;color:#fff;height:100%;display:flex;align-items:center;justify-content:center;padding:0 20px;}
.nav a:hover{background:#29a1ac;}
.ativo-menu{background:#29a1ac;}

.icon-menu{display:none;}
.celular-home{display:none;}
.logodois{display:none;}
.menu-mobile{display:none;}

@media(max-width:1180px){
    .whats-header {font-size: 17px;}
    .tel-header {font-size: 17px;}
}
@media(max-width:1120px){
    .logo{margin:0;width:225px;}
    .whats-header{font-size:15px;}
    .tel-header{font-size:15px;}
    .email-header{width:240px;}
    .cima-header{width:100%;margin:0;}
}

@media(max-width:990px){
.fundo-nav{display:none;}
.cima-header{display:none;}

.fundo-header{height:90px;float:left;BOX-SHADOW: 0 0 2px 0 #000;top:0;}
.direita-header{display:none;}
.linha-verde{display:none;}
.menu-mobile{display:block;}
    
.logodois{width:60%;background-size:90% 90%;height:90px;display:block;}
.engloba-header{display:none;}

.menu-mobile {display:block; left: -100%; top: 0; position: fixed; float: left; width: 100%; height: 100%; background: rgb(0 0 0 / 42%);  z-index: 9999;}
.menu-mobile .div1 { float: left; width: 85%; background: white; height: 100%; overflow: overlay;}
.menu-mobile .div1 .div2 { float: left; width: 100%;}
.menu-mobile .div1 .div2 i { float: left; width: 100%; height: 100px; background:url(../img/header/logo.svg) no-repeat center;border-bottom: solid 1px #eaeaea;background-size:70% 70%;}
.menu-mobile .div1 .div2 .m-item-1 { float: left; width: calc(100% - 48px); padding: 10px 20px 10px 28px; font: 14.5px montserrat-regular; color: #343434; border-bottom: solid 1px #eaeaea;}
.menu-mobile .div1 .div2 span { float: left; width: 100%; display: none}
.menu-mobile .div1 .div2 span .m-item-2 { float: left; width: calc(100% - 48px); padding: 10px 20px 10px 28px; font: 14px montserrat-regular; color: #343434; border-bottom: solid 1px #a7a1a1; box-shadow: inset 8px 0px 0px 0px #938f8f; background: #1b69970d;}
.menu-mobile strong { float: left; width: 15%; height: 100%;}
.menu-mobile strong p { float: left; width: 100%; background: #333333; text-align: center; padding: 15px 0; color: #fff; font: 20px montserrat-bold;}
.box-1{ box-shadow: inset 8px 0px 0px 0px #3e4047;}
.box-2{ box-shadow: inset 8px 0px 0px 0px #3e4047;}
.box-3{ box-shadow: inset 8px 0px 0px 0px #3e4047}
.ativo-menu-mob1{ background: #29a1ac; color: #fff !important}
.icon-menu { display: block; float: right; width: 32px; height: 32px; margin:29px 1% 29px 2%; background: url(../img/header/menu.svg) no-repeat center; background-size: 32px;cursor: pointer;}
.celular-home { display: block; width: 30px; height: 30px; margin: 31px 3%; float: right; background: url(../img/header/ligar-2.svg) no-repeat center top; background-size: 30px;}
.ativo-submenu{ background: #9ec1ac !important; color: #fff !important}
.redes-header{margin: 20px 0 0 20px;}

}