.menu{width: 100%;height: 156px;float: left;background: url(../img/header/fundo-menu.jpg)no-repeat center top #ffffff;position: fixed;top: 0;z-index: 999;box-shadow: 0 0 20px 0 #000000;}
.logo{width: 264px;height: 156px;float: left;background: url(../img/header/logo.svg)no-repeat center;}

.engloba-contatos-menu{width: 821px;float: right;margin: 0 30px 0 0;}
.telefone-menu{width: 180px;float: left;display: flex;align-items: center;background: #000267;}
.telefone-menu p{float: left;font: 14.5px montserrat-bold;color: #ffffff;}
.telefone-menu p span{font-family: montserrat-regular;}
.fundo-icon-tel-menu-1{width: 66px;height: 48px;float: left;background: url(../img/header/fundo-icon-tel-2.png)no-repeat center top;display: flex;align-items: center;justify-content: center;}
.fundo-icon-tel-menu{width: 66px;height: 48px;float: left;background: url(../img/header/fundo-icon-tel.png)no-repeat center top;display: flex;align-items: center;justify-content: center;}
.icon-tel-menu{width: 13px;height: 13px;float: left;background: url(../img/header/ligar.svg)no-repeat center;background-size: 13px;}

.engloba-email-menu{width: 290px;float: left;display: flex;align-items: center;}
.fundo-icon-email-menu{width: 66px;height: 48px;float: left;background: url(../img/header/fundo-icon-tel.png)no-repeat center top;display: flex;align-items: center;justify-content: center;}
.icon-email-menu{width: 13px;height: 13px;float: left;background: url(../img/header/envelope.svg)no-repeat center;}
.email-menu{width: 220px;height: 14px;float: left;background: url(../img/header/email.png)no-repeat center;}

.engloba-redes{width: 41px;height: 48px;float: right;display: flex;justify-content: space-between;}
.rede-1{width: 50%;height: 48px;float: left;background: url(../img/header/facebook.svg)no-repeat center;background-size: 16px;}
.rede-2{width: 50%;height: 48px;float: left;background: url(../img/header/instagram.svg)no-repeat center;background-size: 16px;}

.div-paginas{width: 791px;float: right;display: flex;justify-content: space-between;margin: 0 30px 0 0;}
.div-paginas a{float: left;font: 14.5px montserrat-regular;color: #5d5d5d;padding: 45px 0;cursor: pointer;}
.div-paginas a:hover{box-shadow: inset 0 -5px 0 0 #000267;}

.whatsapp-lateral{transition: 0.5s;width: 300px;height: 79px;float: right;background: #70a83b;position: fixed;right: -210px;top: 30%;z-index: 9999;border-radius: 60px 0 0 60px;display: flex;align-items: center;}
.whatsapp-lateral p{float: left;font: 22.31px montserrat-extrabold;color: #ffffff;margin: 0 0 0 20px;}
.whatsapp-lateral p span{font-family: montserrat-regular;}
.icon-whats-lateral{width: 90px;height: 79px;float: left;background: url(../img/header/whatsapp.svg)no-repeat center #131b68;border-radius: 60px 0 0 60px;background-size: 38px;}
.whatsapp-lateral:hover{transition: 0.5s;right: 0;}

.ativo{box-shadow: inset 0 -5px 0 0 #000267;}

@media(max-width: 1220px){
    .engloba-contatos-menu{margin: 0;}
    .div-paginas{margin: 0;}
}

@media(max-width: 1150px){
    .logo{width: 170px;background-size: contain;}
}

@media(max-width: 1060px){
    .engloba-contatos-menu{width: 755px;}
    .div-paginas{width: 755px;}
}

@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 #1d275b;color: #1a1a1a;}
	.div-paginas a:hover{ box-shadow: inset 0 0px 0 0 #1d275b !important; background: #1d275b !important;color: #ffffff !important;}
	.logo {width: 140px;height: 93px;background: url(../img/header/logo.svg)no-repeat center;background-size: contain;margin: 0 0 0 2%;}
	.menu { height: 92px;position: fixed;z-index: 99999;top: 0;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 #1d275b !important; background: #1d275b !important;color: #ffffff !important;}

    .centraliza-paginas{width: 100%;flex-flow: column;margin: 0;}
    .whatsapp-lateral{display: none;}
}