:root {
    --color-primary: 198, 178, 142;
    --color-primary-dark: 153, 137, 110; 
}

/********************************** CSS GERAL *********************************/
section {
    overflow: unset !important;
}

@media (max-width: 992px) {
    .text-sm-center{text-align:center}
}
.oculto{position:absolute;left: -999em;}
a.disabled{cursor:not-allowed;pointer-events:none;opacity:0.5}
a.active{font-weight: bold;text-decoration: underline;}
audio{width: 100%;}
.inlineBlock{display: inline-block;}

/** cores **/
.black{color: #000;}
.white{color: #fff}
.white a{color: #fff!important;}
.backgroundGray{background-color: #f7f7f7!important;}

/** font size **/
.fsize150{font-size: 150px!important;}
.font-size21{font-size: 21px;}

/** frame **/
.frame-container{margin: 0;}
.frame-container iframe{
    display: block;
    border: none;
    height: 100vh;
    width: 100%;
}

/** line-height **/
.lineh240{line-height: 240px!important;}

/** margins **/
.mb0{margin-bottom: 0px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb25{margin-bottom: 25px;}
.mb40{margin-bottom: 40px;}
.mt0{margin-top: 0px;}
.mt5{margin-top: 5px;}
.mt8{margin-top: 8px;} 
.mt10{margin-top: 10px;} 
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
.mv20{margin: 20px 0px;}

/** padding **/
.p20{padding: 20px;}
.p25{padding: 25px;}
.pb10{padding-bottom: 10px;}
.pb60{padding-bottom: 60px;}
.ph10{padding: 0 10px;}
.ph30{padding: 0 30px;}
.ph60{padding: 0 60px;}
.pl0{padding-left: 0;}
.pr0{padding-right: 0;}
.pt60{padding-top: 60px;}
.pv10{padding: 10px 0;}
.pv20{padding: 20px 0;}
.pv40{padding: 40px 0;}

.width50{width:50% !important;}
.width33{width:33.33% !important;}
.width25{width:25% !important;}

body {
    color:#2E363F;
    background-color:#f1f2f7;
    font-family:'Open Sans', Arial, sans-serif;
    font-size:14px;
    line-height:23px;
    margin:0; padding:0 !important;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #2E363F;
    font-family: 'Open Sans';
    font-weight: 300;
    letter-spacing: -1px;
}
h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px 0;
}
h3 {
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0 0 32px 0;
}
p {
    line-height: 22px;
    margin: 0 0 20px;
    color: #7e8998;
}
ul{
    list-style-position: outside;
    padding-left: 40px;
}
ul:not([class*='list-style-'], .footer-list) li {
    list-style: disc;
    color: #7e8998;
}
ul.list-unstyled li, ul.list-style-8 li{list-style: none;}
.bg-very-light-gray{background-color: #f1f2f7;}
.butn{z-index: 10;}
.container{max-width: 1170px;}
/*********************************** HEADER ***********************************/
.header-style4 img{max-height: 80px}
#top-bar .logo > img{max-height: 150px}
.attr-nav > ul > li > a{padding: 0px 12px;}

/********************************** HEADER 2 **********************************/
.menu-padding{height: 81px;}
header#topNav.fechado {
    background: #fff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    border-bottom: #F4F5F7 1px solid;
    box-shadow: #eee 0 0 8px;
    background-color: rgba(0,0,0,0.4);
}
header#topNav.fechado .container{position: relative}
header#topNav.fechado .grupoBotoesTopo{position: absolute;right: 0;z-index: 2;}
header#topNav.fechado .grupoBotoesTopo li.inlineBlock {
    margin-left: 20px;
    margin-top: 8px;
}
header#topNav.fechado .grupoBotoesTopo.attr-nav{margin: 0;}
header#topNav.fechado .grupoBotoesTopo.attr-nav ul li ul li{padding: 10px;}
header#topNav.fechado .grupoBotoesTopo.attr-nav ul li ul li a{
    background-color: #c6b28e!important;
    color: #ffffffd0 !important;;
}
header#topNav.fechado .grupoBotoesTopo.attr-nav ul li ul li a:hover{
    background-color: #b4a282!important;
}
header#topNav.fechado li.li-usuario ul.dropdown-menu{
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
header#topNav.fechado button.btn-mobile {
    display: block;
    float: right;
    background: rgba(0,0,0,.03);
    color: #fff;
    position: relative;
}
header#topNav.fechado button.btn-mobile i {
    padding: 0;
    margin: 0;
    font-size: 21px;
}
header#topNav.fechado button.btn-mobile span.badge {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    right: -7px;
    font-size: 10px;
    padding: 2px 0 0 1px;
    width: 15px;
    height: 15px;
    color: #fff;
    border-radius: 15px;
    line-height: 12px;
    font-weight: 400;
    background:#c6b28e;
}
header#topNav.fechado .divLogo {
    width: 100%;
    text-align: center;
    z-index: 1;
}
header#topNav.fechado a.logo {
    color: #333;
    text-decoration: none;
    font-size: 35px;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: -2px;
}
#topNav#topNav.fechado .logo img {
    width: auto!important;
    max-height: 65px;
    padding: 0px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
header#topNav.fechado nav.nav-main {
    padding: 10px 0;
    clear: both;
    display: block;
    float: none;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: auto!important;
    overflow: visible!important;
    padding-right: 15px;
    padding-left: 15px;
}
header#topNav.fechado div.nav-main-collapse {
    top: 8px;
    position: relative;
}
header#topNav.fechado div.nav-main-collapse, header#topNav.fechado div.nav-main-collapse{
    width: 100%;
}
header#topNav.fechado nav.nav-main ul.nav-main {
    text-align: left;
    float: none;
    position: static;
    margin: 8px 0;
    overflow-x: hidden;
    padding: 0;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    max-height: 90vh;
    border-left: none;
    border-right: none;
    z-index: 300;
    display: block;
}
header#topNav.fechado nav.nav-main ul li {
    clear: both;
    float: none;
    display: block;
    border-bottom: 1px solid #7e8998;
    margin: 0;
    color: #7e8998;
    padding: 9px 8px;
    font-style: normal;
    line-height: 20px;
    font-weight: 100;
    position: relative;
    font-size: 1.1em;
}
header#topNav.fechado nav.nav-main ul li ul li{padding: 5px 8px;}
header#topNav.fechado nav.nav-main ul li:last-child{border-bottom: none;}
header#topNav.fechado nav ul.nav-main li a {
    color: #7e8998;
    background: none;
    background-color: transparent;
    clear: both;
    float: none;
    display: block;
    padding-left: 0;
}
header#topNav.fechado .dropdown-toggle::after{display: none;}
header#topNav.fechado nav.nav-main ul.dropdown-menu {
    position: static;
    clear: both;
    float: none;
    display: none!important;
    background: none;
    background-color: transparent;
    color: #7e8998;
    margin-left: 20px;
    top: auto;
    border: 0;
    margin: 0 0 0 0;
    padding: 0;
    font-style: normal;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
}
header#topNav.fechado nav.nav-main ul.dropdown-menu.show {
    display: block!important;
    position: static!important;
    transform: none!important;
}

header#topNav.fechado nav.nav-main ul.dropdown-menu

/*********************************** FOOTER ***********************************/
footer .footer-bar img{max-height: 25px;}
.footer-list.no-list li a:before{content: none;}
footer img.logoCliente{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#footer2{background-color: #fff;font-size: 13px;}
#footer2 .footer-bar2 {
    background: #c6b28e;
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    position: relative;
}
#footer2 .footer-bar2 .container{position: relative;}
#footer2 .footer-bar2 a{color: #ffffff;}
#footer2 .footer-bar2 .footer-content a{color: #c6b28e;}

#footer2 .copyright {
    display: inline-block;
    padding: 20px 0;
}
#footer2 .politicaPrivacidade {
    position: absolute;
    padding: 20px 0;
    display: inline-block;
    text-align: center;
    border-left: #403E44 1px dashed;
}
#footer2 .toTop {
    position: absolute;
    right: 0;
    padding: 20px 0;
    padding-left: 70px;
    width: 50%;
    display: inline-block;
    float: right;
    text-align: center;
    border-left: #403E44 1px dashed;
}
#footer2 .termoUso {
    position: absolute;
    padding: 20px 0;
    display: inline-block;
    text-align: center;
    border-left: #403E44 1px dashed;
    right: 25%;
}
@media only screen and (max-width: 768px) {
    #footer2 .footer-bar2 .copyright {width: 100% !important;text-align: center;}
    #footer2 .footer-bar2 .politicaPrivacidade, #footer2 .footer-bar2 .termoUso {
        position: relative;
        padding-left: 0;
        width: 100% !important;
        border: 0;
        border-top: #403E44 1px dashed;
        text-align: center;
        right: 0;
    }
    #footer2 .footer-bar2 .toTop {
        position: relative;
        padding-left: 0;
        width: 100% !important;
        border: 0;
        border-top: #403E44 1px dashed;
        display: block;
        text-align: center;
        float: none;
    }
}
#footer2 .footer-content h3 {
    font-weight: 200;
    font-size: 16px;
}
#footer2 .footer-content h3::after {
    display: none;
}
#footer2 .footer-content {
    background: #ffffff;
    border-top: #403E44 1px dashed;
    padding: 30px 0;
    display: block;
}
#footer2 p.contact-desc {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    border-bottom: #403E44 1px dashed;
}
#footer2 .footer-list li a:hover {
    color: #7e8998;
}
#footer2 .icon-footer {
    font-size: 1.4em;
    color: #9b9ea0;
}

/********************************* BREADCRUMB *********************************/
.page-title-section h1{
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: -1px;
}
.page-title-section ul {margin-top: 10px;}
.page-title-section ul li, .page-title-section ul li a{
    font-size: 13px;
    font-weight: normal;
}
.page-title-section ul li:after{
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

/********************************** ABERTURA **********************************/
.services-block-three img {max-height: 36px;}

/************************************ LOGIN ***********************************/
.bannerLogin{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px;
    -webkit-transition: background-image 2s ease-in-out;
    -moz-transition: background-image 2s ease-in-out;
    -o-transition: background-image 2s ease-in-out;
    transition: background-image 2s ease-in-out;

    /**
    height: 100vh;
    width: 100vw;
    **/
}
@media (max-width: 1199px) {
    .bannerLogin{height: 540px;}
}
@media (max-width: 991px) {
    .bannerLogin{height: 410px;}
}
@media (max-width: 767px) {
    .bannerLogin{height: 320px;}
}
.bannerLogin .rowLogin{height:100%;}
#imgBanner{position: absolute; visibility: hidden;}
.rowLogin .common-block{opacity: 0.9;}

/************************************ FORMS ***********************************/
.divInputHidden{display: none;}
.zend_form.form-horizontal select{width: 100%!important;}
.zend_form.form-horizontal .g-recaptcha>div{margin:0 auto;}
.zend_form.form-horizontal .divInputContainer .form-group{margin-bottom:0}
.zend_form.form-inline .form-group {margin-right: 5px;}
.zend_form.form-inline .label-inline, .zend_form.form-inline .input-inline{display: inline-block;}
.zend_form.form-horizontal .inline-input-description{display: inline-block;}
.zend_form div.help-block.form-message ul{color: #d9534f;margin-bottom: 0;}
.zend_form .quform-elements{margin-bottom: 10px;}
.zend_form .quform-elements label{margin-bottom: 0px;}

/******************************** OWL-CAROUSEL ********************************/
#galeriaImagem .owl-carousel .owl-stage{margin: 0 auto;}
.owl-carousel .item-legend{
    position: absolute!important;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 7px 5px 7px 5px;
    width: 100%;
    text-align: center;
}
.owl-carousel .item-legend p{margin: 0;}

/*********************************** MODALS ***********************************/
.modal{z-index: 99999;}
#modalBootsrap .modal-header .modal-title{
    font-size: 20px;
    color: #ffffff;
    order: 0;
}
#modalBootsrap .modal-header button{
    font-size: 20px;
    color: #ffffff;
    order: 1;
    margin: 0;
    padding: 0;
}
#modalBootsrap .modal-footer button{border: 1px solid #ccc;}
.modal-dialog .modal-error{background-color: #d9534f;}
.modal-dialog .modal-success{background-color: #5cb85c;}

#mensagem-blockUI .modal-header{align-items: center;justify-content: center;}
#mensagem-blockUI.modal-success .modal-header{background-color: #28a745;}
#mensagem-blockUI.modal-danger .modal-header{background-color: #dc3545;}
#mensagem-blockUI.modal-warning .modal-header{background-color: #ffc107;}
#mensagem-blockUI.modal-info .modal-header{background-color: #17a2b8;}
#mensagem-blockUI .modal-header i{font-size: 3em; color: #fff;}

/***************************** LISTA DE ARQUIVOS ******************************/
ul.arquivos2 li {list-style: none;}

/*********************************** BANNER ***********************************/
#bannerCapa .tp-caption{opacity: 0.7 !important;}
#bannerCapa .tp-caption .butn{
    color: #fff;
    background: transparent!important;
    border-color: transparent!important;
    box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 50%);
}
#bannerCapa .hermes.tparrows{
    background-image: none !important;
    border: 0;
    color: #fff;
    font-size: 34px;
    line-height: 55px;
    height: auto !important;
    width: 56px !important;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
}
#bannerCapa .hermes.tparrows:before{
    line-height:unset;
    font-size: 22px;
    font-weight: 800;
}

/********************************** CATALOGOS *********************************/
#catalogosCapa .tp-caption{opacity: 0.7 !important;}
#catalogosCapa .tp-caption .butn{
    color: #fff;
    background: transparent!important;
    border-color: transparent!important;
    box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 50%);
}
#catalogosCapa .hermes.tparrows{
    background-image: none !important;
    border: 0;
    color: #fff;
    font-size: 34px;
    line-height: 55px;
    height: auto !important;
    width: 56px !important;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .400s;
    -moz-transition: all .400s;
    -o-transition: all .400s;
    transition: all .400s;
}
#catalogosCapa .hermes.tparrows:before{
    line-height:unset;
    font-size: 22px;
    font-weight: 800;
}

#catalogosCapa .tp-revslider-slidesli{cursor: pointer;}
#catalogosCapa .butn:hover:after{width: 0;}

#fb5 .fb5-menu li.fb5-goto #fb5-label-page-number{
    font-family:'Open Sans', Arial, sans-serif!important;
    font-weight: normal!important;
}
#fb5 .fb5-menu li.fb5-goto #fb5-page-number{
    font-family:'Open Sans', Arial, sans-serif!important;
    color: rgb(180, 162, 130);
    font-weight: normal!important;
}
/*********************************** PEDIDOS **********************************/
.ulOptions li:hover > a{background-color: rgba(233,233,233,0.8);}
.ulOptions li.active a{
    border-color: #b4a282;
    background-color: rgba(233,233,233,0.8);
}

/*************************** POLITICA DE PRIVACIDADE **************************/
#divPoliticaPrivacidade{
    width: 100%;
    background-color: #000;
    color: #fff;
    opacity: 0.8;
    padding: 20px;
    position: fixed;
    bottom: 0;
    z-index: 99999;
}

/********************************** PRODUTOS **********************************/
.produtoSelecionado, .produtoSelecionado .product-info > a {color: #fff;}
.product-grid .product-img {
    position: relative;
    height: 180px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.product-grid .product-img img {
    max-height: 100%;
}
#menuProdutos ul {padding: 0;}
#menuProdutos ul li{list-style: none;}

.item-produto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .item-produto {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .item-produto {
        -ms-flex: 0 0 16.66%;
        flex: 0 0 16.66%;
        max-width: 16.66%;
    }
}
/******************************* REPRESENTANTES *******************************/
#svg-map{max-width: 600px;}
.popover{max-width: 400px;}
.popover-header{font-size: 1em; font-weight: bold;}
.popover a.btn-primary{background-color: #c6b28e;border-color:#c6b28e}
#svg-map path { fill:#c6b28e  }
#svg-map text { fill:#fff; font:12px Arial-BoldMT, sans-serif; cursor:pointer }
#svg-map a{ text-decoration:none }
#svg-map a:hover { cursor:pointer; text-decoration:none }
#svg-map a:hover path{ fill:#b4a282  !important }
#svg-map .circle { fill:#d8c29b }
#svg-map a:hover .circle { fill:#b4a282  !important; cursor:pointer }

/***************************** IMPRESSAO CONTEUDO *****************************/
#modalImpressao .modal-header button{font-size: 12px;}
#conteudoImpressao .container{width: 100%;}

/******************************* CSS DE EXTERNOS ******************************/
/** GOOGLE MAPS **/
.gm-style a:hover, .gm-style a:focus{
    text-decoration: underline!important;
    color: blue!important
}

/** PLUGIN FACEBOOK **/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style],
.fb_iframe_widget span iframe div{
    width: 100% !important;
}

/** PESQUISA DO GOOGLE NO SITE **/
.gsc-tabsArea div {overflow: visible !important;}
.gs-result .gs-title a:hover,
.gs-result .gs-title a:hover *,
.gs-result .gs-title a:focus,
.gs-result .gs-title a:focus *{
    color: #ff0000!important;
}
.gsc-cursor-page:focus,
.gsc-cursor-page:hover{
    background-color:#CDCDCD!important;
    color:#FF0000!important;
}
.gsc-control-cse .gsc-tabsArea{margin: 0;height: auto;border:0;}
.gsc-refinementsArea{padding: 0!important;margin: 0!important;}
.gsc-control-cse .gsc-tabsArea .gsc-tabHeader{
    border:0!important;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight:normal;
    font-size: 14px;
    margin-right: 1px;
    padding: 15px 25px;
    color: #333;
    padding-top: 15px;
    position: relative;
    height: auto;
}
.gsc-results{width: 100%!important;}
.gsc-above-wrapper-area{min-height: 45px;}
.gsc-control-cse .gsc-tabsArea .gsc-tabhActive{
    background-color: rgba(0,0,0,0.03);
    border:0;
}
.gsc-control-cse .gsc-tabsArea .gsc-tabhInactive{background-color: #fff;border:0;}
.gsc-selected-option-container{
    min-width: 81px!important;
    font-family: 'Open Sans', Arial, sans-serif!important;
    font-weight: normal!important;
    line-height: 25px!important;
}
.gsc-imageResult-column, .gsc-imageResult-classic{
    padding: 0!important;font-family: 'Open Sans', Arial, sans-serif;
    margin:0!important;
}
table.gsc-branding, table.gcsc-branding{
    font-family: 'Open Sans', Arial, sans-serif!important;
}
.gs-no-results-result .gs-snippet{
    display: block;
    padding: 9.5px!important;
    margin: 0 0 10px!important;
    font-size: 13px!important;
    line-height: 1.42857143!important;
    color: #333!important;
    word-break: break-all!important;
    word-wrap: break-word!important;
    background-color: #f5f5f5!important;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
    font-family: 'Open Sans', Arial, sans-serif!important;
    width: 100%;
}

/** Esconde Google Ads **/
.gsc-adBlock{display: none!important;}
.gcsc-branding{display: none!important;}
.gcsc-more-maybe-branding-root {display: none!important;}
.gsc-result-info-container{display: none!important;}

/** paginação da pesquisa no site **/
.gsc-results .gsc-cursor-box{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0!important;
    border-radius: 4px;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page{
    color:#fff!important;
    background-color: #B9B9B9!important;
    border: 1px solid #AFAFAF!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none!important;
    color:#000;
    background-color: #fff;
    border: 1px solid #ddd!important;
    margin-right: 0px!important;
    font-family: 'Open Sans', Arial, sans-serif!important;
}



 
/** input password **/
.divInputPassword .passwordContent,
.divInputPasswordStrength .passwordContent{
    /*display: inline-block;*/
    position: relative;
    overflow: hidden;
    width: 100%;
}
.divInputPassword .gerarSenha,
.divInputPasswordStrength .gerarSenha{
    cursor: pointer;
    display: inline-block;
}
.divInputPassword  span.showPass,
.divInputPasswordStrength span.showPass{
    position: absolute;
    top: 7px;
    right: 10px;
    transition: right 0.2s;
    font-size: 20px;
    z-index: 5;
    cursor: pointer;
}
