/*** Geral ***/
@import url('https://fonts.googleapis.com/css2?family=Overlock:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
.container{
    max-width: 1016px;
}
a{
    text-decoration: underline;
    transition: all 0.3s;
    color: #000000;
}
a:hover{
    color: #224786;
}
.f-18{
    font-size: 18px;
}
.text-justify{
    text-align: justify;
}
.mobile{
    display: none !important;
}
html{
    font-family: "Overlock", sans-serif;
}
html body{
    color: #000000;
    overflow-x: hidden;
    font-family: "Overlock", sans-serif;
}
.textwidget p span,
.textwidget li span{
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}
html body:before{
    content: " ";
    display: block;
    position: fixed;
    z-index: -1;
    background: url(/wp-content/themes/compobras/assets/img/bg/bg-site.jpg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.conteudo-geral-page>.container{
    margin-top: 10px;
    background: #efe4d5;
    padding: 35px 47px;
    border-radius: 10px;
}
.conteudo-geral-page .widget-title{
    font-size: 29px;
    color: #224786;
    font-weight: 400;
    margin-top: -6px;
    margin-bottom: 9px;
}
.conteudo-geral-page .textwidget{
    font-size: 16px;
    line-height: normal;
}
.conteudo-geral-page .textwidget h3{
    font-size: 18px;
    color: #224786;
    margin-bottom: 19px;
}
.conteudo-geral-page .textwidget h4{
    font-weight: 700;
    font-size: 18px;
}
.conteudo-geral-page .textwidget p strong{
    font-weight: 800;
}
.conteudo-geral-page .widget_media_image{
    border-radius: 5px;
    overflow: hidden;
}
.conteudo-geral-page .widget_media_image img{
    width: 100%;
    height: auto;
}
.row-slide-home h2{
    color: #224786;
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 50px;
}
.mb-home{
    padding-bottom: 9px;
    border-bottom: 1px #21380b dotted;
}
.row-primeiro{
    margin-bottom: -31px;
}
.row-itens{
    margin-bottom: -40px;
}
.row-itens .so-widget-sow-editor .widget-title{
    font-size: 26px;
    min-height: 32px;
}
.row-itens .so-widget-sow-editor .textwidget{
    text-align: justify;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.row-itens .so-widget-sow-editor .textwidget img{
    width: 100%;
    height: auto;
    margin-bottom: 4px;
}
.row-itens .so-widget-sow-editor .textwidget a{
    color: #205814;
}
.row-itens .so-widget-sow-editor .textwidget a:hover{
    text-decoration: underline;
}
.row-videos{
    margin-top: 80px;
}
.row-videos .widget-title{
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
    color: #205814;
    font-weight: 700;
    margin-bottom: 42px;
}
.conteudo-row{
    padding-top: 20px;
    padding-bottom: 25px;
}
.conteudo-row,
.conteudo-row .conteudo-novidade{
    min-height: 775px;
}
.conteudo-geral .widget-title{
    font-size: 26px;
    font-weight: 400;
}
.conteudo-geral .textwidget{
    font-size: 16px;
    color: #342109;
}
.conteudo-geral .textwidget h1,
.conteudo-geral .textwidget h2,
.conteudo-geral .textwidget h3,
.conteudo-geral .textwidget h4,
.conteudo-geral .textwidget h5,
.conteudo-geral .textwidget h6{
    font-weight: bold;
    color: #205814;
    font-size: 18px;
}
.conteudo-geral .outer-video,
.outer-video{
    width: 100%;
    padding-top: 56.97%;
    position: relative;
}
.conteudo-geral .outer-video iframe,
.outer-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.conteudo-lista .textwidget {
    font-size: 18px;
    color: #342109;
}
.conteudo-lista .textwidget a{
    color: #342109;
}
.conteudo-lista .textwidget a:hover{
    color: #205814;
}
.conteudo-novidade{
    background: #fff4ca;
    padding: 10px;
}
.conteudo-novidade h2{
    padding-top: 6px;
    margin-bottom: 13px;
    font-weight: 500;
}
.conteudo-novidade .textwidget{
    font-size: 14px;
    color: #342109;
}
.conteudo-novidade .textwidget img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.conteudo-novidade .textwidget h1,
.conteudo-novidade .textwidget h2,
.conteudo-novidade .textwidget h3,
.conteudo-novidade .textwidget h4,
.conteudo-novidade .textwidget h5,
.conteudo-novidade .textwidget h6{
    font-size: 18px;
    font-weight: 400;
    color: #342109;
    margin-bottom: 16px;
}
.conteudo-novidade .textwidget a{
    font-size: 17px;
    background: #6b4613;
    color: #FFF;
    padding: 4px 24px;
}
.border-bottom{
    border-bottom: 1px solid #342109 !important;
}
/*** Header ***/
section.header{
    padding-top: 47px;
}
section.header .outer-image-header{
    display: flex;
    justify-content: center;
    width: 1140px;
    max-width: 100%;
    background: #efe4d5;
    margin: 0 auto;
}
section.header .outer-image-header img{
    width: 100%;
    height: auto;
}
section.header .container,
section.header2 .container{
    flex-direction: column;
    background: #efe4d5;
    padding: 15px 27px;
    border-radius: 10px;
    margin-top: 10px;
}
section.header2 .container .outer-slide .slider-pro .sp-slides-container .sp-mask .sp-slides .sp-slide .title-in{
    position: absolute;
    margin: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    top: auto !important;
    width: fit-content !important;
    min-width: auto !important;
    background: none !important;
    font-size: 18px !important;
    opacity: 0 !important;
    transition: all 0.3s !important;
    text-shadow: 1px 1px 1px black;
}
section.header2 .container .outer-slide .slider-pro:hover .sp-slides-container .sp-mask .sp-slides .sp-slide .title-in{
    opacity: 1 !important
}
section.header .navbar-toggler{
    display: none;
}
section.header2 .container #navbarCollapse{
    width: 100%;
}
section.header2 .container .label-header{
    justify-content: flex-end;
}
section.header2 .container .label-header .label{
    background: #0b16ff;
    padding: 0 24px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    font-size: 12px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
    margin: 24px 0 3px;
}
section.header2 .container #navbarCollapse .div-out-menu{
    width: 100%;
}
section.header2 .container #navbarCollapse .div-out-menu .navbar-nav{
    width: calc(100% + 34px);
    margin-left: -16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
}
section.header2 .container #navbarCollapse .div-out-menu .navbar-nav li{
    padding: 0;
}
section.header2 .container #navbarCollapse .div-out-menu .navbar-nav li a{
    color: #0f0f0f;
    display: inline-block;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 10px;
    text-decoration: none;
}
section.header2 .container #navbarCollapse .div-out-menu .navbar-nav li.active a{
    background: #3183D6;
}
section.header2 .container #navbarCollapse .div-out-menu .navbar-nav li a:hover{
    background: #224786;
}
section.header2 .container #navbarCollapse .div-out-menu .navbar-nav li.active a,
section.header2 .container #navbarCollapse .div-out-menu .navbar-nav li a:hover{
    color: #FFFFFF;
}
.tabela-azevem{
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
    overflow: hidden;
}
.tabela-azevem thead{
    background: #eabd07;
}
.tabela-azevem thead tr th,
.tabela-azevem tbody tr td{
    padding: 6px !important;
}
.tabela-azevem tbody tr td .plus,
.tabela-azevem tbody tr td table{
    display: none;
}
.tabela-azevem thead tr th{
    color: #FFFFFF;
}
.tabela-azevem tbody tr:hover {
    background-color: #B39E82;
}
.label-table{
    padding-top: 6px;
    font-size: 14px;
}
.row-icone-conteudo>.panel-grid-cell:nth-child(1),
.row-icone-conteudo2>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1){
    width: calc(70px - (0.5* 30px)) !important;
}
.row-icone-conteudo>.panel-grid-cell:nth-child(2),
.row-icone-conteudo2>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(2){
    width: calc((100% - 70px) - (0.5* 30px)) !important;
}
.row-icone-conteudo .widget-title,
.row-icone-conteudo2 .widget-title{
    font-size: 26px;
}
.row-icone-conteudo .textwidget,
.row-icone-conteudo2 .textwidget{
    font-size: 16px;
}
.row-icone-conteudo .textwidget a,
.row-icone-conteudo2 .textwidget a{
    color: #205814;
}
.row-icone-conteudo .textwidget a:hover,
.row-icone-conteudo2 .textwidget a:hover{
    text-decoration: underline;
}
.content-video-round>.so-widget-sow-editor{
    width: 355px;
    max-width: 100%;
    margin: 0 auto 35px;
}
.content-video-round .textwidget{
    width: 100%;
    padding-top: 100%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 0.75rem rgba(1, 1, 1, 0.4));
}
.content-video-round .textwidget .wp-video{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 100% !important;
}
.content-video-round .textwidget .hover-mute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.content-video-round .textwidget .hover-mute .outer-svg{
    margin: 5px 10px 7px 8px;
    cursor: pointer;
    position: relative;
    opacity: 0;
    transition: all 0.3s;
}
.content-video-round .textwidget .hover-mute:hover .outer-svg{
    opacity: 1;
}
.content-video-round .textwidget .hover-mute svg{
    width: auto;
    height: 23px;
    fill: #FFFFFF;
}
.content-video-round .textwidget .hover-mute .outer-svg:before{
    content: " ";
    display: block;
    position: absolute;
    top: 13px;
    left: -4px;
    width: 150%;
    height: 3px;
    border-radius: 2px;
    transform: rotate(12deg);
    background: #FFFFFF;
    transition: all 0.3s;
    opacity: 1;
}
.content-video-round .textwidget .hover-mute .outer-svg.song:before{
    opacity: 0;
}
.div-tabela .widget-title{
    color: #205814;
    font-size: 24px;
    margin-bottom: 28px;
}
.row-icone-conteudo-foto{
    margin-top: -26px;
}
.row-icone-conteudo-foto>div:nth-child(1){
    width: 203px !important;
}
.row-icone-conteudo-foto>div:nth-child(1) img{
    width: 100%;
    height: auto;
}
.row-icone-conteudo-foto>div:nth-child(2){
    width: calc(100% - 203px) !important;
    padding-left: 22px;
}
.row-icone-conteudo-foto>div:nth-child(2) .textwidget{
    line-height: 1.5em;
    font-size: 14px;
    width: 606px;
    max-width: 100%;
}
.row-icone-conteudo-foto>div:nth-child(2) .textwidget ul li p{
    margin-bottom: 0;
}
.element-slide{
    margin-bottom: 60px;
}
.element-slide .widget-title{
    text-align: center;
    font-size: 26px;
    text-decoration: underline;
    margin-bottom: 40px;
}
.outer-map{
    position: relative;
    padding-top: 38.125%;
}
.row-contato>div:nth-child(1){
    width: calc(42% - 15px) !important;
}
.row-contato>div:nth-child(1) .widget_sow-editor{
    margin-bottom: 0 !important;
}
.row-contato>div:nth-child(2){
    width: calc(58% - 15px) !important;
}
.row-contato>div:nth-child(2) .textwidget p{
    margin-bottom: 25px;
}
.row-contato .textwidget{
    font-size: 18px;
}
.row-contato .textwidget form{
    width: 100%;
    margin-bottom: -43px;
}
.row-contato .textwidget form p{
    margin-bottom: 0;
    position: relative;
    padding-bottom: 45px;
}
.row-contato .textwidget form p .wpcf7-spinner{
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 24px;
}

.row-contato .textwidget form span,
.row-contato .textwidget form span input,
.row-contato .textwidget form span textarea{
    width: 100%;
    display: inline-block;
}
.row-contato .textwidget form span input,
.row-contato .textwidget form span textarea{
    margin-bottom: 4px;
    background: #0C2858;
    color: #FFFFFF;
    font-size: 16px;
    border: 0;
    padding: 6px;
    border-radius: 5px;
}
.row-contato .textwidget form span input::placeholder,
.row-contato .textwidget form span textarea::placeholder{
    color: rgba(255,255,255,0.6);
    font-size: 16px;
}
.row-contato .textwidget form span textarea{
    height: 130px;
    padding-top: .75em;
}
.row-contato .textwidget form input[type="submit"]{
    float: right;
    font-size: 16px;
    background: #224786;
    border: 0;
    color: #FFFFFF;
    padding: 4px 7px;
}
.row-contato>div:nth-child(2) .textwidget{
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
}
.row-contato>div:nth-child(2) .textwidget h3{
    margin-bottom: 0;
}
.row-contato>div:nth-child(2) .textwidget a {
    color: #8B0000;
    font-weight: bold;
    text-decoration-color: #000000;
}
.row-contato>div:nth-child(2) .textwidget a:hover {
    text-decoration: underline;
}
.outer-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mobile-titulo .widget-title{
    display: none;
}
.row-produto{
    align-items: inherit !important;
}
.row-produto .panel-grid-cell:first-child .so-panel,
.row-produto .panel-grid-cell:first-child .so-panel .div-images,
.row-produto .panel-grid-cell:first-child .so-panel .div-images .so-widget-sow-editor,
.row-produto .panel-grid-cell:first-child .so-panel .div-images .so-widget-sow-editor .textwidget{
    height: 100%;
}
.row-2imgs{
    padding-bottom: 7px;
}
.row-2imgs .widget_media_image{
    width: 100%;
    padding-top: 48.4%;
    position: relative;
}
.row-2imgs .widget_media_image img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.div-images .textwidget{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.div-images img{
    margin-bottom: 7px;
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.div-images .textwidget p{
    margin-bottom: 0;
}
.jp-carousel-wrap{
    overflow: hidden !important;
}
.jp-carousel-wrap .jp-carousel-left-column-wrapper{
    display: none;
}
.row-processo{
    align-items: inherit !important;
}
.row-processo .panel-grid-cell:first-child{}
.row-processo .panel-grid-cell:first-child .so-panel,
.row-processo .panel-grid-cell:first-child .so-panel .galeria-hexagono,
.row-processo .panel-grid-cell:first-child .so-panel .galeria-hexagono .so-widget-sow-editor{
    height: 100%;
}
.row-processo .panel-grid-cell:first-child .so-panel .galeria-hexagono .so-widget-sow-editor .textwidget{
    height: 100%;
    padding-top: 83px;
    padding-bottom: 1px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.row-processo .panel-grid-cell:first-child .so-panel .galeria-hexagono .so-widget-sow-editor .textwidget .gallery:nth-of-type(1){
    /*margin-top: 84px !important;*/
}
.row-processo .panel-grid-cell:first-child .so-panel .galeria-hexagono .so-widget-sow-editor .textwidget .gallery:nth-of-type(2){

}
.row-processo>.panel-grid-cell:nth-child(1){
    width: calc(40% - (0.5* 15px)) !important;
}
.row-processo>.panel-grid-cell:nth-child(2){
    width: calc(60% - (0.5* 15px)) !important;
}
.galeria-hexagono .gallery{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px !important;
    border-style: none !important;
    width: 100% !important;
}
.galeria-hexagono .gallery dl,
.galeria-hexagono .gallery dl dt{
    border: none !important;
}
.galeria-hexagono .gallery .gallery-item{
    width: 25% !important;
    margin: 0  0 -6.2%!important;
    padding: 0 0.5px !important;
    border: 0 !important;
}
.galeria-hexagono .gallery .gallery-item:nth-of-type(5),
.galeria-hexagono .gallery .gallery-item:nth-of-type(7n + 5){
    margin-left: 12.5% !important;
}
.galeria-hexagono .gallery .gallery-item .gallery-caption{
    display: none;
}
.galeria-hexagono .gallery .gallery-item .gallery-icon .thumbnail{
    display: block;
    width: 100%;
    padding-top: 116.13%;
    position: relative;
    clip-path: polygon(50% 0, 100% 23.15%, 100% 76.85%, 50% 100%, 0 76.85%, 0 23.15%);
}
.galeria-hexagono .gallery .gallery-item .gallery-icon .thumbnail img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0 !important;
}
.galeria-hexagono .gallery br{
    display: none !important;
}
.outer-mapa{
    margin-top: 17px;
}
.outer-mapa iframe{
    width: 100%;
    height: 410px;
}
.div-page-links .textwidget{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.div-page-links .textwidget :not(img){
    width: 100%;
}
.div-page-sustentabilidade a{
    font-size: 22px;
    margin: 60px auto;
    display: block;
    width: fit-content;
    color: #224786;
    text-decoration-color: #65aa23;
    font-weight: 600;
}
.div-page-sustentabilidade .textwidget{
    font-size: 18px;
}
.div-imagens-compramos .textwidget{
    position: relative;
}
.div-imagens-compramos .textwidget img{
    width: 207px;
    height: auto;
    margin-bottom: 24px;
    position: relative;
}
.div-imagens-compramos .textwidget img:nth-child(2),
.div-imagens-compramos .textwidget img:nth-child(4n + 2){
    left: 45px;
    top: 52px;
}
.div-imagens-compramos .textwidget img:nth-child(3),
.div-imagens-compramos .textwidget img:nth-child(4n + 3){
    left: 26px;
}
.div-imagens-compramos .textwidget img:nth-child(4),
.div-imagens-compramos .textwidget img:nth-child(4n + 4){
    left: 45px;
    top: 52px;
}
.div-conteudo-compramos .widget-title{
    font-weight: bold;
    font-size: 33px;
}
.div-conteudo-compramos .textwidget{
    font-size: 18px;
}
.div-conteudo-compramos .textwidget ul{
    color: #224786;
    font-size: 20px;
    font-weight: bold;
}
.div-conteudo-compramos .textwidget ul li,
.div-conteudo-compramos .textwidget ul li p{
   margin-bottom: 0;
}
.div-conteudo-compramos .textwidget p em{
    font-size: 24px;
    padding-top: 5px;
    display: inline-block;
}
.div-conteudo-compramos .textwidget img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: none;
}
.pagination.col-lg-12{
    margin: 25px 0;
}
.pagination.col-lg-12 .nav-links{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.pagination.col-lg-12 .nav-links li{
    padding: 4px;
}
.pagination.col-lg-12 .nav-links li a,
.pagination.col-lg-12 .nav-links li span{
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: all 0.3s;
}
.pagination.col-lg-12 .nav-links li.disabled{
    pointer-events: none;
}
.pagination.col-lg-12 .nav-links li a{
    text-decoration: none;
}
.pagination.col-lg-12 .nav-links li span.current,
.pagination.col-lg-12 .nav-links li a:hover{
    color: #FFFFFF;
    background: #3183D6;
}
@media (max-width: 991px) {
    .mobile{
        display: block !important;
    }
    .no-mobile{
        display: none !important;
    }
    section.header{
        padding-top: 22px;
        padding-bottom: 0;
        height: 72px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 9;
        background: none;
        align-items: flex-end;
    }
    .admin-bar section.header{
        top: 32px;
    }
    section.header .container{
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding: 0 15px 0 0;
        background: none;
        margin-top: 0;
    }
    section.header .navbar-toggler{
        display: block;
        width: 50px;
        height: 50px;
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        position: relative;
        z-index: 999;
        background: #0f0f0f;
    }
    section.header .navbar-toggler>span{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    section.header .navbar-toggler>span>span{
        display: block;
        width: 20px;
        height: 3px;
        margin-bottom: 5px;
        background: #EFE4D5;
        transition: all 0.3s;
    }
    section.header .navbar-toggler>span>span:last-child{
        margin-bottom: 0;
    }
    section.header .navbar-toggler:not(.collapsed)>span>span{
        width: 24px;
    }
    section.header .navbar-toggler:not(.collapsed)>span>span:nth-child(1){
        transform: rotate(45deg);
    }
    section.header .navbar-toggler:not(.collapsed)>span>span:nth-child(2){
        transform: rotate(-45deg);
        margin-top: -8px;
    }
    section.header .navbar-toggler:not(.collapsed)>span>span:nth-child(3){
        display: none;
    }
    section.header2{
        padding-top: 72px;
        position: relative;
        z-index: 1;
    }
    section.header2 .container{
        margin-top: 0;
        padding: 10px;
    }
    section.header2 .container .outer-image-header{
        width: 100%;
        margin-bottom: 12px;
    }
    section.header2 .container .outer-image-header img{
        width: 100%;
        height: auto;
    }
    section.header2 .container .outer-slide .slider-pro .sp-slides-container .sp-mask,
    section.header2 .container .outer-slide .slider-pro .sp-slides-container .sp-mask .sp-slides,
    section.header2 .container .outer-slide .slider-pro .sp-slides-container .sp-mask .sp-slides .sp-slide,
    section.header2 .container .outer-slide .slider-pro .sp-slides-container .sp-mask .sp-slides .sp-slide .sp-image-container{
        height: 130px !important;
    }
    section.header2 .container .outer-slide .slider-pro:hover .sp-slides-container .sp-mask .sp-slides .sp-slide .title-in{
        display: block !important;
    }
    section.header2 .container .outer-slide .slider-pro .sp-slides-container .sp-arrows{
        opacity: 0.8;
    }
    section.header2 .container .label-header{
        justify-content: center;
    }
    section.header2 .container .label-header .label{
        margin-top: 10px;
        margin-bottom: 0;
    }
    section.header2 .container #navbarCollapse{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: none;
        z-index: 9;
        padding: 72px 30px 0;
        align-items: flex-start !important;
        transform: translate(100%, 0);
        transition: all 0.3s;
    }
    .admin-bar section.header2 .container #navbarCollapse{
        top: 32px;
        height: calc(100vh - 32px);
    }
    section.header2 .container #navbarCollapse.in{
        transform: translate(0, 0);
    }
    section.header2 .container #navbarCollapse .div-out-menu{
        height: 100%;
        overflow: auto;
    }
    section.header2 .container #navbarCollapse .div-out-menu .navbar-nav{
        flex-direction: column;
        padding-top: 0;
        background: rgba(15,15,15,0.95);
        border: 1px solid #FFFFFF;
    }
    section.header2 .container #navbarCollapse .div-out-menu .navbar-nav li{
        padding: 0;
        border-right: 0;
        border-bottom: 1px solid #FFFFFF;
    }
    section.header2 .container #navbarCollapse .div-out-menu .navbar-nav li:last-child{
        border-bottom: 0;
    }
    section.header2 .container #navbarCollapse .div-out-menu .navbar-nav li a{
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #efe4d5;
        font-size: 16px;
        padding: 0 17px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        font-weight: 400;
    }
    section.header2 .container #navbarCollapse .div-out-menu .navbar-nav li.active a{
        background: #ff650c;
    }
    .conteudo-geral-page>.container{
        margin-top: 10px;
        padding: 12px 10px;
    }
    .conteudo-geral-page .widget-title{
        font-size: 28px;
        margin-top: 23px;
        margin-bottom: 9px;
    }
    .conteudo-geral-page .textwidget{
        font-size: 17px;
        font-weight: 500;
    }
    .col-revert-mobile{
        flex-direction: column-reverse !important;
    }
    .mb-home>div{
        margin-bottom: 0 !important;
    }
    .row-slide-home h2{
        font-size: 26px;
    }
    .conteudo-row,
    .conteudo-row .conteudo-novidade{
        min-height: auto;
    }
    .conteudo-novidade{
        margin-left: -10px;
        width: calc(100% + 20px);
    }
    .conteudo-geral-page .div-titulo{
        height: 91px;
    }
    .f-18{
        font-size: 16px;
    }
    .row-itens {
        margin-bottom: -20px;
    }
    .row-itens>div{
        margin-bottom: 0 !important;
    }
    .row-itens .so-widget-sow-editor .widget-title{
        min-height: auto;
    }
    .row-videos {
        margin-top: 40px;
    }
    .row-videos .widget-title{
        margin-bottom: 9px;
    }
    .tabela-azevem thead tr th:not(:nth-child(1)),
    .tabela-azevem tbody>tr>td:not(:nth-child(1)){
        display: none;
    }
    .tabela-azevem tbody tr td .cont{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tabela-azevem tbody tr td .cont .plus{
        display: flex;
        width: 14px;
        height: 14px;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: 0 8px;
    }
    .tabela-azevem tbody tr td .cont .plus span{
        width: 14px;
        height: 3px;
        position: absolute;
        display: block;
        background: #C2BCB5;
    }
    .tabela-azevem tbody tr td.open .cont .plus span:first-child{
        transform: rotate(90deg);
    }
    .tabela-azevem tbody tr td .outer-table{
        display: none;
    }
    .tabela-azevem tbody tr td table{
        display: flex;
        padding: 7px;
        width: 100%;
    }
    .tabela-azevem tbody tr td table tbody{
        width: 100%;
    }
    .tabela-azevem tbody tr td table tr{
        display: flex;
    }
    .tabela-azevem tbody tr td table tr td{
        display: block !important;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }
    .tabela-azevem tbody tr td table tr td:first-child{
        font-weight: 700;
    }
    .tabela-azevem tbody tr td table tr:last-child td{
        border-bottom: 0;
    }
    .row-icone-conteudo>.panel-grid-cell:nth-child(2),
    .row-icone-conteudo2>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1),
    .row-icone-conteudo2>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(2) {
        width: 100% !important;
    }
    .row-icone-conteudo .widget-title{
        margin-left: 70px;
        height: 55px;
        display: flex;
        align-items: center;
        margin-top: -81px;
    }
    .row-icone-conteudo .textwidget{
        font-size: 16px;
        line-height: normal;
    }
    .row-icone-conteudo-foto>div:nth-child(1),
    .row-icone-conteudo-foto>div:nth-child(2){
        width: 100% !important;
    }
    .element-slide,
    .element-slide .widget-title{
        margin-bottom: 0;
    }
    .row-contato>div:nth-child(1){
        width: 100% !important;
        border-right: 0;
    }
    .row-contato>div:nth-child(2){
        width: 100% !important;
    }
    .row-contato>div:nth-child(1) .mobile .textwidget{
        font-size: 16px;
        letter-spacing: normal;
        line-height: normal;
        padding-bottom: 10px;
    }
    .row-contato>div:nth-child(1) .mobile .textwidget a {
        color: #205814;
    }
    .row-contato>div:nth-child(1) .mobile .textwidget a:hover {
        text-decoration: underline;
    }
    .row-contato>div:nth-child(1) .mobile .textwidget a[target="_blank"]{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        width: fit-content;
        margin-bottom: -12px;
    }
    .row-contato>div:nth-child(1) .mobile .textwidget a[target="_blank"] img{
        width: 65%;
        height: auto;
    }
    .row-contato .textwidget form span input,
    .row-contato .textwidget form span textarea{
        margin-bottom: 14px;
        padding: 13px 5px;
    }
    .outer-map{
        padding-top: 285px;
    }
    .mobile-titulo .widget-title{
        display: block;
    }
    .desktop-titulo .widget-title{
        display: none;
    }
    .row-produto .panel-grid-cell:first-child{
        margin-bottom: 5px !important;
    }
    .row-2imgs{
        padding-bottom: 0;
    }
    .row-processo>.panel-grid-cell:nth-child(1){
        width: 100% !important;
    }
    .row-processo>.panel-grid-cell:nth-child(2){
        width: 100% !important;
    }
    .row-processo .panel-grid-cell:first-child .so-panel .galeria-hexagono .so-widget-sow-editor .textwidget{
        padding-top: 1px;
    }
    .div-page-links .textwidget img{
        width: calc(50% - 8px);
        height: auto;
        margin-bottom: 16px;
    }
    .div-page-links .textwidget p{
        margin-bottom: 3px;
    }
    .div-page-links .textwidget p:empty {
        display: none;
    }
    .div-page-sustentabilidade a{
        margin: 20px auto;
        text-align: center;
    }
    .row-compramos>.panel-layout>.panel-grid>.panel-grid-cell:first-child{
        display: none !important;
    }
    .conteudo-geral-page .widget-title{
        margin-top: 0;
    }
    .div-conteudo-compramos .textwidget img{
        display: block;
    }
    .outer-mapa iframe{
        height: 240px;
    }
    section.header2 .container #navbarCollapse .div-out-menu .navbar-nav li a:hover{
        background: #efe4d5;
        color: #000000 !important;
    }
}
@media (max-width: 782px) {
    .admin-bar section.header{
        top: 46px;
    }
    .admin-bar section.header2 .container #navbarCollapse{
        top: 46px;
        height: calc(100vh - 46px);
    }
}
/*** Footer ***/
.to-top {
    position: fixed;
    background: #0B16FF;
    right: 2.75rem;
    bottom: -45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-shadow: 0 2px 15px #fff;
    box-shadow: 0 2px 15px #fff;
}
.to-top svg {
    width: 18px;
    height: auto;
    fill: #FFFFFF; }
.to-top.show {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    bottom: 7rem;
    border-radius: 50%;
    line-height: 40px; }
.to-top:hover,
.to-top:active {
    opacity: 0.9; }
.footer .container{
    background: #0B16FF;
    padding: 15px 27px 29px;
    border-radius: 10px;
    margin-bottom: 23px;
    margin-top: 5px;
    color: #FFFFFF;
}
.footer .container h2{
    font-size: 22px;
}
.footer .container .conteudo{
    font-size: 14px;
    max-width: 100%;
}
.footer .container .col-lg-4:first-child>div{
    width: 250px;
}
.footer .container .col-lg-4:nth-child(2)>div{
    position: relative;
    width: 288px;
    height: 108px;
    margin: 4px auto 0;
    padding: 0 74px;
}
.footer .container .col-lg-4:nth-child(1)>div,
.footer .container .col-lg-4:nth-child(3)>div{
    padding-top: 4px;
}
.footer .container .col-lg-4:nth-child(2)>div:before,
.footer .container .col-lg-4:nth-child(2)>div:after{
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 100px;
    background: #437117;
}
.footer .container .col-lg-4:nth-child(2)>div:before{
    left: 0;
}
.footer .container .col-lg-4:nth-child(2)>div:after{
    right: 0;
}
.footer .container .col-lg-4:nth-child(3){
    display: flex;
    justify-content: flex-end;
}
.footer .container .col-lg-4:nth-child(3)>div{
    width: 234px;
}
.footer .container .col-lg-12 .conteudo{
    margin-top: -15px;
    font-size: 12px;
}
@media (max-width: 991px) {
    .to-top {
        right: 1.2rem;
    }
    .to-top.show {
        bottom: 5rem;
    }
    .footer .container{
        padding: 15px 12px 29px;
        margin-top: 10px;
    }
    .footer .container .col-lg-4:nth-child(2)>div{
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .footer .container .col-lg-4:nth-child(2)>div:before,
    .footer .container .col-lg-4:nth-child(2)>div:after{
        display: none;
    }
    .footer .container .col-lg-4:nth-child(3){
        justify-content: flex-start;
        padding-top: 8px;
        padding-bottom: 15px;
    }
    .footer .container .conteudo{
        font-size: 17px;
        line-height: normal;
    }
}
/*** Home ***/
.header-home{
    height: 340px;
    width: 100%;
    overflow: hidden;
}
.header-home .slider-pro{
    position: relative;
}
.header-home .slider-pro .sp-slides-container .sp-mask .sp-slides{}
.header-home .slider-pro .sp-full-screen-button{
    display: none;
}
.header-home .slider-pro .sp-buttons{
    position: absolute;
    z-index: 1;
    bottom: 30px;
    padding: 0;
    width: fit-content;
    height: auto !important;
    left: 50%;
    transform: translate(-50%, 0);
}
.header-home .slider-pro .sp-buttons .sp-button{
    width: 12px;
    height: 12px;
    background: #DDDDDD;
    border: 0 !important;
}
.header-home .slider-pro .sp-buttons .sp-button.sp-selected-button{
    background: #FFCC00 !important;
}
@media (max-width: 991px) {
    .header-home{
        padding-top: 88px;
        height: 278px;
    }
    .header-home .slider-pro{
        height: 100%;
    }
    .header-home .slider-pro .sp-slides-container{
        height: 100%;
    }
    .header-home .slider-pro .sp-slides-container>.sp-mask,
    .header-home .slider-pro .sp-slides-container>.sp-mask .sp-slides,
    .header-home .slider-pro .sp-slides-container>.sp-mask .sp-slides .sp-slide,
    .header-home .slider-pro .sp-slides-container>.sp-mask .sp-slides .sp-slide .sp-image-container{
        height: 190px !important;
    }
    .header-home .slider-pro .sp-slides-container>.sp-mask .sp-slides .sp-slide .sp-image-container img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }
}