#cabecalho{ background-image: none; }
#cabecalho .conteiner{background: none;}

/*.logo{width: 165px;}
.logo a img{} */

.menu.superior .ul.nivel-um {
    text-align:left;
}

.menu.superior ul {
	text-align:left;
}

.barra-inicial {
    background: linear-gradient(#F47920, #F04E23) !important;
}

#barraNewsletter.posicao-rodape {
    background: linear-gradient(#F47920, #F04E23) !important;
}

@media screen and (max-width: 767px) {
#cabecalho .logo a img {
    height: 120px;
}
}

.whatsapp_link {
        position: fixed;
        bottom: 110px;
        right: 2%;
        width: 52px;
        z-index: 1020;
        height: 52px;
        border: none;
        box-shadow: 0 0 0 0 #46d87c73;
        border-radius: 55%;
        background-color: #d6000500;  
	}

@media screen and (max-width: 767px) {
    .whatsapp_link {
        right: 7%;
    }
}