.container.header{border-top: 4px solid #e37c30;background: #000;overflow: hidden;}
.header-parent{width: 100%;display: flex;flex-direction: row;align-items: center;justify-content: space-between;height: 133px;}
.favicon-header{width: 423px;max-width: 40%;height: 82px;-webkit-mask-attachment: 100%;max-height: 100%;}
.header-conteudo{flex-grow: 1;display: flex;flex-direction: column;align-items: stretch;justify-content: flex-start;height: 100%;}
.header-contatos{display: flex;flex-direction: row;align-items: center;justify-content: space-between;height: 78px;padding: 0 0 2px;position: relative;}
.header-contatos::after{bottom: 0;height: 2px;left: 0;background: #663816;position: absolute;content: ' ';width: 100vw;}
.header-contato{display: flex;flex-direction: row;align-items: center;justify-content: flex-start;}
.header-contato-imagem{width: 40px;height: 40px;background: #e37c30;border-radius: 50%;margin: 0 13px 0 0;flex-shrink: 0;}
.header-contato-imagem.phone{background: url("../img/home/icones/phone.svg") no-repeat center center, #e37c30;background-size: 14px 15px;}
.header-contato-imagem.email{background: url("../img/home/icones/email2.svg") no-repeat center center, #e37c30;background-size: 16px 11px;}
.header-contato-imagem.facebook{background: url("../img/home/icones/facebook.svg") no-repeat center center, #277bf8;background-size: 12px 22px;transition: rotate 1s;margin: 0;}
.header-contato-imagem.facebook:hover{rotate: 360deg;}
.header-contato-texto{color: #fff;}
.header-navigation{height: 53px;display: flex;flex-direction: row;align-items: stretch;justify-content: space-between;}
.header-nav-item{padding: 0 12px;display: flex;align-items: center;justify-content: center;margin: 0;color: #fff;position: relative;}
.header-nav-item::after{transition: .4s;position: absolute;left: 0;top: -2px;width: 100%;height: 5px;content: ' ';}
.header-nav-item.ativo::after, .header-nav-item:hover::after{background: #e37c30;}

.container.pagina-titulo{background: #e37c30;display: flex;align-items: center;justify-content: center;height: 127px;}
.pagina-titulo-texto{font-size: 45px;color: #fff;}

.painel-margin-top{width: 100vw;height: 65px;z-index: -1000;}
.painel-margin-left{float: left;width: 180px;height: 100vh;z-index: -1000;}
.container.header-painel{height: 65px;background: #000;display: flex;flex-direction: row;align-items: center;justify-content: space-between;position: fixed;left: 0;top: 0;}
.header-painel-titulo{color: #e37c30;width: 100px;height: 100%;margin: 0 0 0 20px;}
.painel-logoff{color: #e37c30;font-size: 25px;padding: 0 35px 0 0;background: url('../img/home/icones/exit.svg') no-repeat right center;background-size: contain;margin:  0 70px 0 0;}
.painel-navigation{position: fixed;width: 180px;height: calc(100vh - 65px);left: -180px;top: 65px;display: flex;flex-direction: column;align-items: stretch;justify-content: flex-start;background: #ededed;z-index: 10;transition: .4s;}
.painel-navigation.ativo{left: 0;}
.painel-header-open{width: 80px;height: 40px;background: url('../img/home/icones/menu.webp') no-repeat calc(100% - 7.5px) center, #333;position: absolute;right: -40px;top: 0;z-index: -1;background-size: 25px 25px;transition: .4s;}
.painel-header-open:hover{right: -60px;cursor: pointer;}
.nav-item{font-size: 20px;color: #fff;padding: 0 0 0 10px;background: #4a4a4a;transition: .4s;height: 60px;display: flex;align-items: center;user-select: none;}
.nav-item:hover{background: #5c5c5c;cursor: pointer;}
.nav-item-conteudo{display: flex;flex-direction: column;align-items: stretch;justify-content: flex-start;display: none;}
.nav-item-conteudo-opcao{height: 45px;color: #fff;font-size: 15px;transition: .4s;display: flex;align-items: center;padding: 0 0 0 20px;}
.nav-item-conteudo-opcao:hover{background: #663816;}

.header-menu-btn{display: none;}

@media (max-width: 1200px){
    .favicon-header{margin: 0 20px 0 0;}
    .header-contatos{justify-content: flex-end;height: 100%;}
    .header-contatos::after{display: none;}
    .container.header{border-bottom: 2px solid #663816;}
    .header-menu-btn{width: 40px;height: 40px;background: url('../img/home/icones/menu.png') no-repeat center center;background-size: contain;display: inline-block;}
    .header-contato-imagem{margin: 0;}
    .header-contato{margin: 0 20px 0 0;}
    .header-parent{height: 70px;margin: 10px 0;}
    .header-navigation{position: absolute;height: auto;width: 100%;display: flex;flex-direction: column;align-items: stretch;justify-content: flex-start;right: 0;top: 94px;display: none;background: #000;z-index: 100;}
    .header-nav-item{padding: 20px 0;}
    .header-nav-item.ativo, .header-nav-item:hover{background: #333;}
    .header-nav-item::after{top: 0;left: 0;width: 6px;height: 100%;}

    .container.pagina-titulo{height: 80px;}
    .pagina-titulo-texto{font-size: 26px;line-height: 32px;text-align: center;}
}