
#cabecalho>.conteiner {
    width: 100%;
    max-width: unset;
    padding: 0;
    background-color: #0A839A;
    color: white;
}

.logo a img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 200%;
}

#cabecalho .menu.superior {
    margin-top: 0;
    text-align: center;
    background-color: #FF6600;
}

@media screen and (min-width: 768px){
#cabecalho.fixed .menu.superior{
    background: #FF6600;
}
}

#barraNewsletter, #barraNewsletter .componente, #barraNewsletter.posicao-rodape .conteiner, #barraNewsletter .show-hide {
    background: var(--cor4,var(--secundaria));
    background-color: #0A839A;
}

.icon-instagram:before {
    content: "\f16d";
    color: #FF6600;
}


@media screen and (max-width: 767px){
#cabecalho .logo img {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    margin: 70px auto 10px;
    padding: 0px -1px;
    box-sizing: border-box;
}
}

@media screen and (max-width: 767px){
#cabecalho .menu-handler {
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    z-index: 9999;
    border: 0;
    color: #fff;
    background: none;
    -webkit-tap-highlight-color: transparent;
}
}

@media screen and (max-width: 767px){
#cabecalho .menu.superior.open {
    transform: translateZ(0);
    background: white;
}
}