body{position: relative;}
header{position: sticky;left: 0;top: 0;z-index: 100000;float: left;width: 100%;height: 106px;}
.menu{width: 100%;height: 99px;float: left;border-top: 7px solid #00A348;background: #fff;position: fixed;top: 0;z-index: 99999;box-shadow: 0 0 20px 0 #000;}

.centraliza-menu{width: 100%;height: 99px;float: left;display: flex;align-items: center;justify-content: space-between;}

.div-paginas{float: left;display: flex;justify-content: space-between;height: 100%;align-items: stretch;gap: 31px;}
.div-paginas a{float: left;font: 14.25px montserrat-regular;color: #434343;padding: 0 0;cursor: pointer;display: grid;place-items: center;}
.div-paginas a:hover,
.div-paginas a.ativo{box-shadow: inset 0 -5px 0 0 #00A348 !important;color: #00A348; font-weight: 700;}

.logo{width: 129px;height: 66px;float: left;background: url(../img/header/logo.webp)no-repeat center center;background-size: contain;}

.engloba-contatos-menu{float: left;display: flex;justify-content: center;gap: 10px;}

.tel-1{width: 190px;float: left;display: flex;align-items: center;justify-content: space-between;}
.tel-1 p{float: left;font: 19.39px montserrat-extrabold;color: #434343;}
.tel-1 p span{font-family: montserrat-regular;}
.icon-tel-menu{width: 36px;height: 36px;float: left;background: url(../img/header/ligar.svg)no-repeat center #91cb6e;background-size: 17px;border-radius: 50%;}

.tel-2{float: left;display: flex;align-items: center;justify-content: space-around;gap: 12px;}
.tel-2 p{float: left;font: 23.47px montserrat-extrabold;color: #434343;}
.tel-2 p span{font-family: montserrat-regular;}
.icon-whats-menu{width: 36px;height: 36px;float: left;background: url(../img/header/whatsapp.svg)no-repeat center #91cb6e;background-size: 17px;border-radius: 50%;transition: 1s;}
.tel-2:hover .icon-whats-menu{rotate: 360deg;}


.tel-3{ width: 232px;float: left;display: flex; gap: 10px; align-items: center;justify-content: center;}
.tel-3 p{float: left;font: 19.39px montserrat-extrabold;color: #434343;}
.tel-3 p span{font-family: montserrat-regular;}

.icon-menu{display: none;}
.celular-home{display: none;}

@media(max-width: 1110px){
    .logo{background-size: 80%;}
}

@media(max-width:990px){
    .engloba-contatos-menu{display: none;}
    .centraliza-menu{height: auto;display: block;}

    .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 #00A348;color: #1a1a1a;}
	.div-paginas a:hover{ box-shadow: inset 0 0px 0 0 #00A348 !important; background: #00A348 !important;color: #ffffff !important;}
	.logo {width: 140px;height: 92px;background: url(../img/header/logo.webp) no-repeat center;background-size: 100px;margin: 0 0 0 2%;}
    header{height: 92px;}
	.menu { height: 92px;}
	.icon-menu{display: block;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 #074e1b !important; background: #00A348 !important;color: #ffffff !important;}

    .centraliza-paginas{width: 100%;flex-flow: column;margin: 0;}
}