.menu{width: 100%;height: 127px;float: left;background: url(../img/header/fundo-menu.png)no-repeat center top #ffffff;border-top: 4px solid #ff0404;position: fixed;z-index: 99999;top: 0;box-shadow: 0 0 20px 0 #000;}

.logo{width: 233px;height: 127px;float: left;background: url(../img/header/logo.png)no-repeat center;margin: 0 0 0 2%;background-size: 233px;}

.engloba-contatos-menu{width: 645px;float: right;display: flex;justify-content: space-between;margin: 27px 103px 0 0;}
.tel-1-menu{width: 155px;float: left;}
.icon-tel-1-menu{width: 24px;height: 24px;float: left;background: url(../img/header/ligar.svg)no-repeat center #ff0404;background-size: 8px;border-radius: 60px;}
.txt-tel-1-menu{float: left;font: 17px montserrat-bold;color: #5d5d5d;margin: 0 0 0 10px;}
.txt-tel-1-menu span{font-family: montserrat-regular;}

.tel-2-menu{width: 173px;float: left;}
.icon-tel-2-menu{width: 24px;height: 24px;float: left;background: url(../img/header/whatsapp.svg)no-repeat center #70a83b;background-size: 10px;border-radius: 60px;}
.txt-tel-2-menu{float: left;font: 17px montserrat-bold;color: #5d5d5d;margin: 0 0 0 10px;}
.txt-tel-2-menu span{font-family: montserrat-regular;}

.engloba-email-menu{width: 258px;float: left;display: flex;align-items: center;}
.icon-email-menu{width: 24px;height: 24px;float: left;background: url(../img/header/envelope.svg)no-repeat center #ff0404;background-size: 10px;border-radius: 60px;}
.email-menu{width: 224px;height: 14px;float: left;background: url(../img/header/email.png)no-repeat center top;margin: 0 0 0 10px;}

.div-paginas{width: 642px;float: right;display: flex;justify-content: space-between;margin: 18px 103px 0 0;}
.div-paginas a{float: left;font: 14.5px montserrat-regular;color: #5d5d5d;padding: 20px 0;cursor: pointer;}
.div-paginas a:hover{box-shadow: inset 0 3px 0 0 #ff0404;}

.ativo{box-shadow: inset 0 3px 0 0 #ff0404;}

@media(max-width: 1220px){
    .engloba-contatos-menu{margin: 27px 0 0 0;}
    .div-paginas{margin: 18px 0 0 0;}
}

@media(max-width: 1055px){
    .engloba-contatos-menu{width: 610px;}
    .div-paginas{width: 610px;}
}

@media(max-width: 990px){
    .engloba-contatos-menu{display: none;}
    .div-paginas { width: 105%; position: relative; z-index: 99; background: #ececec; margin: 0 0 0 -2%; float: left; display: none}
	.div-paginas a { padding: 10px 0 10px 5%; width: 95%; box-shadow: inset 0px 1px 0px 0px #ff0404;color: #1a1a1a;}
	.div-paginas a:hover{ box-shadow: inset 0 0px 0 0 #ff0404 !important; background: #ff0404 !important;color: #ffffff !important;}
	.logo {width: 140px;height: 92px;background-size: contain;margin: 0 0 0 2%;}
	.menu { height: 92px;background: #ffffff;}
	.icon-menu{ float: right; width: 32px; height: 32px; background: url(../img/header/menu.svg) no-repeat center; background-size: 32px; margin: 30px 20px;}	
    .celular-home { display: block; width: 30px; height: 30px; margin: 31px 0; float: right; background: url(../img/header/ligar-2.svg) no-repeat center top; background-size: 30px;}

    .ativo{box-shadow: inset 0 0px 0 0 #ff0404 !important; background: #ff0404 !important;color: #ffffff !important;}
}