<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container.header{background: #fff;position: fixed;left: 0;top: 0;z-index: 100;}
.header-parent{height: 106px;display: flex;flex-direction: row;align-items: stretch;justify-content: space-between;}
.favicon-header{flex-shrink: 0;width: 380px;max-width: 50%;margin: 0 77px 0 0;}
.header-conteudo{display: flex;flex-direction: column;align-items: stretch;justify-content: flex-start;flex-grow: 1;}
.header-contato{overflow: hidden;height: 58px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;border-bottom: 2px solid #edeef1;}
.header-contato::before{width: 50%;right: 0;top: 58px;background: #edeef1;position: absolute;content: ' ';height: 2px;}
.header-contato-item{display: flex;flex-direction: row;align-items: center;justify-content: flex-start;}
.header-contaot-item-imagem{width: 29px;height: 29px;border-radius: 50%;margin: 0 10px 0 0;}
.header-contaot-item-imagem.whatsapp{background: url('../img/icones/whatsapp.svg') no-repeat center center, #70a83b;background-size: 10px 10px;}
.header-contaot-item-imagem.email{background: url('../img/icones/email.svg') no-repeat center center, #8b0d0d;background-size: 10px 7px;}
.header-contato-texto{font-size: 14.5px;line-height: 19px;color: #000;}
.header-contato-titulo{font-size: 17px;line-height: 19px;color: #000 !important;}
.header-contato-titulo b{color: #000;}
.header-navigation{height: 46px;display: flex;flex-direction: row;align-items: stretch;justify-content: space-between;}
.header-nav-item{display: flex;align-items: center;justify-content: center;position: relative;user-select: none;color: #000;}
.header-nav-item:hover{cursor: pointer;}
.header-nav-item.ativo::before, .header-nav-item:hover::before{width: 100%;height: 2px;background: #b8191c;left: 0;top: -2px;position: absolute;content: ' ';}
.header-margin{margin: 0 0 106px;width: 100%;}
.header-nav-button.open{display: none;}

@media (max-width: 1200px){
    .container.header{border-bottom: 2px solid #edeef1;}
    .favicon-header{margin: 0 10px 0 0;width: 260px;}
    .header-contato{justify-content: flex-end;height: 100%;border-bottom: none;}
    .header-contato::before{display: none;}
    .header-contaot-item-imagem{width: 40px;height: 40px;margin: 0 20px 0 0;}
    .header-contaot-item-imagem.whatsapp{background-size: 18px 18px;}
    .header-contaot-item-imagem.email{background-size: 18px 12px;}
    .header-navigation{position: fixed;top: 106px;right: 0;height: auto;width: 100%;z-index: 100;background: #fff;flex-direction: column;align-items: stretch;justify-content: flex-start;display: none;}
    .header-nav-item{justify-content: flex-start;padding: 10px 0 10px 20px;}
    .header-nav-item.ativo::before, .header-nav-item:hover::before{width: 4px;height: 100%;left: 0;top: 0;}
    .header-nav-button.open{width: 45px;height: 45px;background: url('../img/icones/menu.png') no-repeat center center;background-size: 88% 77%;display: inline-block;}
}

@media(max-width: 990px){
    .header-parent{height: 82px;}
    .header-margin{margin: 0 0 82px;}
    .header-navigation{top: 82px;}
}</pre></body></html>