*{
    text-decoration: none;
}


.fundo-menu{
    float: left;width: 100%;position: fixed;top: 0;z-index: 2;
}


.fundo-menu-azul{
    height: 36px; width: 100%; background-color: #222548;float: left;
}

.fundo-menu-branco{
    width: 100%; background-color: #fff;float: left;height: 120px;box-shadow: 0px 1px 6px 0px #000000b3;
}

.infor-superior{
    background: url(../img/header/email-menu.png) no-repeat top left; height: 100%; width: 404px; float: right; display: flex; align-items: center;
}


.infor-superior p {
    color: #fff;font: 15px montserrat-regular;margin-left: 48px; float: left;
}

.infor-superior p i{display: none;}

.menu-infomacoes{
    height: 100%;float: left; display: flex; align-items: center
}


.menu-inferior{
    display: flex;align-items: center;height: 100%;justify-content: space-around;width: 100%;
}

.numero-menu{
    height: 100%; display: flex; align-items: center;
}


.numero-whats-menu a{
    font: 18px montserrat-regular;margin-left: 34px; color: #3d3d42;
}

.numero-telefone-menu a i {
    font: 18px montserrat-bold;
}

.numero-telefone-menu a{
    font: 18px montserrat-regular;margin-left: 34px;color: #3d3d42;
}

.numero-whats-menu a i {
    font: 18px montserrat-bold; 
}

.logo{ background: url(../img/header/logo.png) no-repeat center;width: 145px;height: 100%;float: left;}


.btn-menu{
   
    margin-left: 55px; height: 100%; display: flex; align-items: center; justify-content: space-between;  width: 497px;float: left;
}

.btn-menu a {
    font:14.5px montserrat-regular; float: left;color: #7f7e85; cursor: pointer;
}

.btn-menu a:hover {
    color: #222548;font-family:montserrat-bold;
}

.numero-whats-menu{
    background: url(../img/header/whats.png) no-repeat left;padding: 3px 0 3px 0;
}

.numero-telefone-menu{
    background: url(../img/header/telefone-menu.png) no-repeat left;padding: 3px 0 3px 0; margin-left: 50px;
}



.ativo {
    color: #222548 !important;font-family:montserrat-bold !important;
}



@media (max-width: 1200px){
    .numero-whats-menu{margin-left: 16px;padding: 5px 0 4px 0;}

    .numero-whats-menu a {font: 15px}

    .numero-telefone-menu a { font: 15px}

    .numero-telefone-menu { padding:  5px 0 4px 0; margin-left: 46px;}

    .numero-whats-menu a i {font-size: 16px}

    .numero-telefone-menu a i {font-size: 16px}

    .menu-infomacoes{width: 60%;}

    .btn-menu { width: 412px;}
}


@media (max-width:1030px){
    
.numero-whats-menu{margin-left: 16px;padding: 5px 0 4px 0;}

.numero-whats-menu a {font-size: 14px;margin-left: 30px;}

.numero-telefone-menu a {font-size: 14px;margin-left: 30px;}

.numero-telefone-menu { padding:  5px 0 4px 0; margin-left: 46px; background-size: 26px;}

.numero-telefone-menu {background-size: 26px}

.numero-whats-menu a i {font-size: 14px;}

.numero-telefone-menu a i {font-size: 14px;}

}


@media (max-width:990px){

.fundo-menu-azul {display: none;}

.numero-menu {display: none;}

.abrir-menu{width: 50px;height: 100%;;background:url(../img/icon-menu.png)no-repeat center; float: right;background-size: 32px;}

.menu-infomacoes {width: 100%;display: block;}

.btn-menu{ width: 104%;margin: 0;background-color: #212647;margin: 0 0 0 -2%;display: none;height: auto;}

.btn-menu a{height: auto;padding: 15px 10px;width: 100%;color: #fff;}

.btn-menu a:hover{background-color: #4fa6b5 !important;color: #fff !important;}

.ativo{background-color: #4ea7b5 !important;color: #fff !important;}

.fundo-menu-branco { height: 80px;}

.logo{width: 75px;background-size: 72.5px;}

.mobile-telefone{width: 50px;height: 32px;background: url(../img/ligar.png) no-repeat center top;float: right;background-size: 32px;margin: 24px 20px;}
}