body {
    background-color: #F4F4F4;
}

body:not(.index){
    margin-top: 118px;
}

h1,h2,h3,h4,h5,h6,p,span,label,li,a,input,select,textarea{
    font-family: 'Open Sans', sans-serif;
    color: #545454;

}

h1,h2,h3,h4,h5,h6{
    margin: 0;
}

strong{
    font-weight: 800;
}

::selection {
    background-color: #F17F1F;
    color: #ffffff;
    text-shadow: none;
}
::-moz-selection {
    background: #F17F1F;
    color: #ffffff;
    text-shadow: none;
}

#preloader{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background: url('../images/preloader.gif') center no-repeat #fff;
}

.dropdown.show .nav-link.dropdown-toggle:after,
.dropdown .nav-link.dropdown-toggle:focus:after,
.dropdown .nav-link.dropdown-toggle:hover:after{
    opacity: 1;
}

button[type="submit"]:not(:disabled){
    cursor: pointer;
}

.form-padrao input:not([type="file"]),
.form-padrao select,
.form-padrao textarea{
    width: 100%;
    height: 35px;
    padding-left: 10px;
    border: none;
    background-color: #fff;
    color: #7B7B7B;
    font-size: 13px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.form-padrao input[type="file"]{
    text-align: left;
    margin-bottom: 15px;
    font-size: 13px;
}

.form-padrao textarea{
    padding-top: 10px;
    height: 145px;
}

.form-padrao .g-recaptcha{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.form-padrao button{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #F17F1F;
    width: 100%;
    max-width: 140px;
    background-color: transparent;
    font-size: 15px;
    color: #F17F1F;
    height: 37px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.form-padrao button:not(:disabled):hover{
    background-color: #F17F1F;
    color: #fff;
}

.form-padrao button:not(:disabled):focus,
.form-padrao input:focus,
.form-padrao select:focus,
.form-padrao textarea:focus{
    outline: none;
    box-shadow: 0 0 5px 3px #ccc;
}

.form-padrao ::placeholder {
    color: #7B7B7B;
    opacity: 1;
}
.form-padrao :-ms-input-placeholder {
    color: #7B7B7B;
}
.form-padrao ::-ms-input-placeholder {
    color: #7B7B7B;
}

.form-padrao.form-orcamento input,
.form-padrao.form-orcamento textarea{
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #C1C1C1;
}

.pagination a, 
.pagination span{
    padding: 18px;
    border: 1px solid #DDDDDD !important;
    font-size: 18px !important;
    color: #85796C;
    margin-right: -5px;
    display: inline-block;
}

.pagination{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0;
    padding: 18px 3px 18px 0;
}

[ui-pnotify].ui-pnotify .brighttheme-info {
    background-color: #F17F1F;
}

.capa_int{
    float: right;
    max-width: 40%;
    margin-left: 30px;
    margin-bottom: 30px;
}

.capa_int.left{
    float: left;
    margin-left: 0;
    margin-right: 40px;
}

.container_secao,
.listagem_default{
    min-height: 300px;
}

.texto_int p,
.texto_int h2,
.texto_int span,
.texto_int li{
    margin-bottom: 0;
    color: #464646;
    font-size: 17px;
    line-height: 150%;
}

.texto_int a,
.texto_int a:hover,
.texto_int a:focus{
    text-decoration: underline;
}

.texto_int a:focus{
    font-weight: 600;
}





.link_anexo{
    display: block;
    background-color: #EEEEF2;
    color: #494949;
    font-size: 13px;
    padding: 3px 15px;
    position: relative;
    margin-bottom: 3px;
}

.link_anexo:hover{
    color: #F17F1F;
}

.link_anexo p,
.link_anexo .download_anexo{
    color: inherit;
    display: inline-block;
    vertical-align: middle;
    width: 230px;
    text-align: center;
}

.link_anexo p{
    width: calc(100% - 250px);
    text-align: left;
    padding: 10px 0;
    border-right: 1px dotted #BFBFBF;
    margin: 0;
}

.link_anexo .download_anexo svg{
    color: inherit;
    height: 25px;
    width: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}










.navbar-toggler svg{
    height: 30px;
    width: 30px;
    color: #F17F1F;
}

.transition{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.no_pad{
    padding: 0;
}

.justify{
    text-align: justify;
}

.inline_middle{
    display: inline-block;
    vertical-align: middle;
}

a:hover, a:focus, a{
    color: inherit;
    text-decoration: none;
}

button:focus,
a:focus{
    outline-color: #F17F1F;    
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    right: 0;
    padding-right: 10px;
    top: -35px;
    width: 35px;
}

.mfp-close{
    text-shadow: 1px 1px 1px #000;
}


img.mfp-img {
    padding: 0;
    margin: 20px auto;
    border: 1px solid #fff;
}

.mfp-counter{
    display: none;
}

.mfp-figure{
    -webkit-transform: scale(0.9) translate(-1%, -1%);
    -moz-transform: scale(0.9) translate(-1%, -1%);
    -ms-transform: scale(0.9) translate(-1%, -1%);
    -o-transform: scale(0.9) translate(-1%, -1%);
    transform: scale(0.9) translate(-1%, -1%);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0.5;
}

.mfp-figure.loaded{
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1;
}

.mfp-bottom-bar {
    margin-top: 0;
}





#cabecalho{
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}



#cabecalho.compressed_nav{
    background-color: rgba(0, 0, 0, 0.8);
}

.navbar,
.navbar-brand{
    padding: 0;
}

.navbar-brand img{
    height: 98px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-nav{
    margin-bottom: 0;
    padding-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 14px;
    color: #fff;
    padding: 10px 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link.fale-conosco p{
    font-size: 15px;
    line-height: 19px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.navbar-expand-lg .navbar-nav .nav-link.fale-conosco span{
    font-size: 20px;
    line-height: 18px;
    color: #F2853E;
}

.navbar-expand-lg .navbar-nav .nav-link.fale-conosco span small{
    font-size: 16px;
    font-weight: 300;
}

.navbar-expand-lg .navbar-nav .nav-link.fale-conosco img{
    margin-left: 5px;
    height: 23px;
    width: 23px;
    margin-top: -8px;
}

.navbar-expand-lg .navbar-nav .dropdown.show .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:not(.fale-conosco):hover,
.navbar-expand-lg .navbar-nav .nav-link:not(.fale-conosco):active{
    color: #020202;
    background-color: #F3853E;
}

.nav-redes svg{
    color: #fff;
    height: 26px;
    width: 26px;
    margin: 1px;
    display: inline-block;
    vertical-align: middle;
}
.nav-redes a:hover svg{
    color: #F3853E;
}








.center-nav .owl-prev,
.center-nav .owl-next{
    position: absolute;
    bottom: calc(50% - 20px);
    display: inline-block;
}
.owl-nav svg{
    opacity: 0.6;
    height: 40px;
    width: 40px;
    color: #F17F1F;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
    color: transparent;
}
.owl-nav button:not(.disabled):hover svg{
    opacity: 1;
}
.center-nav .owl-prev{
    left: 2%;
}
.center-nav .owl-next{
    right: 2%;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.owl-theme .owl-nav,
.owl-theme .owl-dots{
    margin-top: 0px !important;
}

.owl-theme .owl-dots button{
    outline-color: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 2px;
    border: none;
    background: #fff;
    border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #464646;
    opacity: 1;
}







#carousel_inicial{
    position: relative;
    z-index: 1;
    background-color: #3C4E64;
    margin-bottom: 44px;
}

#carousel_inicial:before{
    content: '';
    position: absolute;
    bottom: -44px;
    left: 0;
    z-index: 1;
    height: 44px;
    width: 100%;
    background-image: url(../images/under_banners.png);
    background-position: center top;
    background-repeat: no-repeat;
}

#carousel_inicial img{
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#carousel_inicial .owl-dots{
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: -25px;
    left: 0;
}







.title_index{
    color: #464646;
    font-size: 40px;
    font-weight: 900;
    line-height: 60%;
}

.titulo_int:after,
.title_index:after{
    content: '';
    display: inline-block;
    vertical-align: top;
    background-color: #616161;
    width: 60px;
    height: 10px;
}

.titulo_int:after{
    display: block;
    margin-top: 5px;
}

.title_index small{
    color: #F17F1F;
    font-size: 30px;
    font-weight: 300;
    line-height: 150%;
    display: block;
}

.title_index.color2{
    color: #F17F1F;
}

.title_index.color2 small{
    color: #464646;
}








#categorias_index{
    padding-top: 50px;
}

#categorias_index .row-item{
    margin-bottom: 50px;
    align-items: center;
}

#categorias_index .col-texto .conteudo{
    display: block;
    padding: 45px 50px;
    border: 1px solid #F17F1F;
    text-align: right;
}

#categorias_index .col-texto p{
    color: #464646;
    font-size: 17px;
    margin-bottom: 20px;
}

.link_categoria{
    display: inline-block;
    width: 100%;
    max-width: 300px;
    border: 1px solid #F17F1F;
    color: #282624;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 15px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.link_categoria:hover,
.link_categoria:focus{
    background-color: rgba(241,127,31, 0.1);
}

#categorias_index .col-prod a{
    display: block;
    position: relative;
}

#categorias_index .col-prod a:after{
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background: rgba(0,0,0,0.5); 
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); 
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,1)',GradientType=0 );
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#categorias_index .col-prod a:hover:after{
    opacity: 0.5;
}

#categorias_index .col-prod .conteudo{
    position: absolute;
    z-index: 10;
    width: calc(100% - 60px);
    bottom: 50px;
    left: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#categorias_index .col-prod a:hover .conteudo{
    left: 15px;
    bottom: 25px;
}

#categorias_index .col-prod p{
    color: #F4F4F4;
    font-size: 20px;
    margin-bottom: 0;
}
#categorias_index .col-prod h3{
    color: #F4F4F4;
    font-size: 27px;
}




#categorias_index .inverse_colors .col-texto .conteudo{
    text-align: left;
    margin-right: 0;
}

#categorias_index .inverse_colors .col-prod{
    padding-left: 15px;
    padding-right: 0;
}

.inverse_colors .link_categoria{
    border: 1px solid #282624;
    color: #F17F1F;
}

.inverse_colors .link_categoria:hover,
.inverse_colors .link_categoria:focus{
    background-color: rgba(97,97,97, 0.1);
}






.iframe_link_gallery .foto{
    display: block;
    background-size: cover;
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
    background-image: url(../images/sem_foto.jpg);
}

.iframe_link_gallery .foto:after{
    content: '';
    height: 48px;
    width: 48px;
    background-image: url(../images/player.png);
    background-size: cover;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    z-index: 2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.iframe_link_gallery .foto:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(70,70,70,0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.iframe_link_gallery .foto:hover:after,
.iframe_link_gallery .foto:hover:before{
    opacity: 0;
}

.listagem_videos{
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #E1E1E1;
}

.listagem_videos h3{
    font-size: 18px;
    color: #464646;
}

.listagem_videos .row{
    justify-content: center;
}

.listagem_videos .item{
    max-width: 450px;
    margin-bottom: 30px;
}









#sobre_index{
    padding: 75px 0;
}

#sobre_index p{
    font-size: 17px;
    color: #444444;
    margin-bottom: 50px;
    text-align: justify;
}

#sobre_index h3{
    color: #F17F1F;
    font-size: 20px;
    font-weight: 900;
}

#sobre_index h3:after{
    content: '';
    display: block;
    width: 60px;
    height: 6px;
    background-color: #616161;
    margin-bottom: 15px;
    margin-top: 3px;
}

.logos_financiamento img{
    max-height: 74px;
    max-width: 168px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.logos_financiamento img:last-child{
    max-height: 58px;
}




.ver_mais{
    display: block;
    margin: 0px auto;
    width: 180px;
    text-align: center;
    border: 1px solid #DF8400;
    color: #DF8400;
    font-size: 18px;
    padding: 10px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ver_mais:hover,
.ver_mais:focus{
    color: #DF8400;
    background: rgba(223,132,0,0.1);
}

.ver_mais svg{
    height: 21px;
    width: 21px;
    color: inherit;
    margin-top: -2px;
    margin-right: 5px;
}

















#breadcrumb{
    position: relative;
    margin-bottom: 40px;
    background-color: #E5E5E5;
}

#breadcrumb p{
    font-size: 12px;
    color: #464646;
    margin: 0;
    text-transform: uppercase;
}

#breadcrumb .titulo_pagina{
    color: #FD811E;
    font-size: 35px;
    font-weight: 900;
    line-height: 120%;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#breadcrumb .texto_breadcrumb{
    font-size: 14px;
    text-transform: unset;
}
















.referencia{
    display: block;
    margin-bottom: 5px;
    color: #262627;
    font-size: 16px;
}

.detalhes_produto .referencia{
    font-size: 18px;
}

.listagem_default .conteudo{
    padding: 25px 15px;
    text-align: center;
}

.listagem_default .conteudo h2{
    font-size: 20px;
    line-height: 130%;
    color: #F2853E;
    font-weight: 900;
}

.listagem_default .foto{
    position: relative;
    overflow: hidden;
}

.listagem_default .foto img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.listagem_default .foto:after {
    content: '';
    display: none;
    width: 0px;
    height: 140%;
    position: absolute;
    top: -20%;
    left: 0;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 15px 3px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.listagem_default a:hover .foto:after {
    display: block;
    -webkit-animation: shine 0.4s 0s linear;
    -moz-animation: shine 0.4s 0s linear;
    animation: shine 0.4s 0s linear;
}

.listagem_default a:hover .foto img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

@keyframes shine {
    0% {opacity: 0; left: 2%;}
    50% {opacity: 0.5;}
    100% {opacity: 0.7; left: 100%;}
}

.caixa_produto{
    float: left;
    padding-top: 30px;
    width: calc(100% - 60px);
    margin-left: 30px;
    background-color: #e5e5e5;
}

.caixa_produto .foto{
    width: calc(100% + 60px);
    margin-left: -30px;
}









.titulo_int{
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 25px;
    color: #F17F1F;
}

.detalhes_produto .infos h2{
    font-size: 15px;
    line-height: 24px;
    color: #464646;
    font-weight: 900;
}

.h2_inline{
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

.detalhes_produto .infos .h2_inline h2{
    padding: 13px;
    float: left;
    margin-right: 1px;
}

.detalhes_produto .infos .h2_inline h2.active,
.detalhes_produto .infos .h2_inline a:hover h2{
    background-color: #F17F1F;
    color: #fff;
}

.detalhes_produto .compartilhar{
    margin-left: 10px;
    margin-top: 10px;
    float: right;
}

.compartilhar svg{
    color: #464646;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.compartilhar a:hover svg{
    color: #F17F1F;
}

.detalhes_produto .texto_int{
    margin-bottom: 30px;
}

.detalhes_produto .listagem_videos{
    position: relative;
    padding-top: 80px;
    margin-top: 100px;
}

.detalhes_produto .listagem_videos h2{
    color: #F3F3F3;
    font-size: 28px;
    line-height: 60px;
    width: 236px;
    background-color: #F17F1F;
    text-align: center;
    position: absolute;
    left: calc(50% - 118px);
    top: -30px;
}





.detalhes_produto .outros{
    margin: 100px auto;    
}

.subtitle_outros{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.subtitle_outros:before,
.subtitle_outros:after{
    content: '';
    display: block;
    width: calc(50% - 150px);
    position: absolute;
    left: 30px;
    top: 28px;
    height: 1px;
    background-color: #919191;
}

.subtitle_outros:after{
    left: unset;
    right: 30px;
}

.subtitle_outros h2{
    font-size: 30px;
    line-height: 100%;
    color: #464646;
    font-weight: 900;
    text-transform: uppercase;
}

.subtitle_outros h2 small{
    font-size: 20px;
    line-height: 100%;
    color: #F17F1F;
    font-weight: 300;
}

.detalhes_produto .listagem_default{
    justify-content: center;
}







.button_svg_large{
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 50px auto;
    border: 1px solid #F17F1F;
    color: #F17F1F;
    text-align: center;
    padding: 10px;
    line-height: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button_svg_large:focus,
.button_svg_large:hover{
    color: #fff;
    background-color: #F17F1F;
}

.button_svg_large svg{
    color: inherit;
    width: 24px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#carousel_banners{
    position: relative;
    margin-bottom: 80px;
}

#carousel_banners .owl-dots{
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}



#orcamento_produto{
    margin: 75px auto;    
}

#orcamento_produto form{
    max-width: 670px;
    margin: 0 auto;    
    position: relative;
    text-align: center;
}

#orcamento_produto svg{
    display: block;
    margin: 15px auto;
    color: #F17F1F;
    height: 60px;
    width: 60px;
}

#orcamento_produto h2{
    font-size: 23px;
    color: #F17F1F;
    font-weight: 900;
    margin-bottom: 5px;
}

#orcamento_produto p{
    color: #262627;
    font-size: 16px;
    margin-bottom: 15px;
}















footer{
    position: relative;
    margin-top: 100px;
    background-color: #E9E9E9;
}

footer .container{
    position: relative;
    z-index: 10;
    padding: 50px 15px;
}

.index footer{
    margin-top: 0;
}

#contato p{
    font-size: 14px;
    color: #282624;
    margin-bottom: 15px;
}

#contato h2{
    color: #444444;
    font-size: 40px;
    font-weight: 900;
}

#contato h2 strong{
    color: #F17F1F;
}

footer .logo_redes{
    margin-bottom: 50px;
}

footer .logo_redes svg{
    height: 35px;
    width: 35px;
    color: #959595;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.logo_redes a:hover svg{
    color: #F18020;
}

footer .item_svg{
    margin-bottom: 30px;
}

footer .item_svg svg{
    float: left;
    height: 45px;
    width: 45px;
    color: #F17F1F;
    padding: 10px;
    margin-right: 10px;
    border-right: 1px solid #F17F1F;
}

footer .item_svg .conteudo{
    float: left;
    width: calc(100% - 55px);
}

footer .item_svg span{
    display: inline-block;
    font-size: 15px;
    color: #F3F3F3;
    line-height: 150%;
}

footer .item_svg a:hover span{
    color: #F17F1F;
}

footer .item_svg span.tel{
    font-size: 15px;
    line-height: 90%;
}

footer .item_svg span.tel strong{
    font-size: 25px;
    line-height: 90%;
}

footer .item_svg span.tel img{
    height: 20px;
    width: 20px;
    margin-left: 10px;
    margin-top: -13px;
}




.webde{
    text-align: center;
    background-color: #F17F1F;
    padding: 13px;
}

.webde svg{
    display: inline-block;
    width: 77px;
    height: 15px;
    color: #fff;
}
















.z-index-1{
    z-index: 1;
}

:disabled,
.disabled{
    opacity: 0.4 !important;
    cursor: not-allowed !important;
}

.m-b-0   { margin-bottom: 0px;   }
.m-b-5   { margin-bottom: 5px;   }
.m-b-10  { margin-bottom: 10px;  }
.m-b-15  { margin-bottom: 15px;  }
.m-b-20  { margin-bottom: 20px;  }
.m-b-25  { margin-bottom: 25px;  }
.m-b-30  { margin-bottom: 30px;  }
.m-b-35  { margin-bottom: 35px;  }
.m-b-40  { margin-bottom: 40px;  }
.m-b-45  { margin-bottom: 45px;  }
.m-b-50  { margin-bottom: 50px;  }
.m-b-55  { margin-bottom: 55px;  }
.m-b-60  { margin-bottom: 60px;  }
.m-b-65  { margin-bottom: 65px;  }
.m-b-70  { margin-bottom: 70px;  }
.m-b-75  { margin-bottom: 75px;  }
.m-b-80  { margin-bottom: 80px;  }
.m-b-85  { margin-bottom: 85px;  }
.m-b-90  { margin-bottom: 90px;  }
.m-b-95  { margin-bottom: 95px;  }
.m-b-100 { margin-bottom: 100px; }

.delay-1{ animation-delay: .25s;  }
.delay-2{ animation-delay: .5s;   }
.delay-3{ animation-delay: .75s;  }
.delay-4{ animation-delay: 1s;    }
.delay-5{ animation-delay: 1.25s; }
.delay-6{ animation-delay: 1.50s; }
.delay-7{ animation-delay: 1.75s; }
.delay-8{ animation-delay: 2s;    }

@media (min-width: 768px){
    form .col-l{
        padding-right: 5px;
    }
    form .col-r{
        padding-left: 5px;
    }
}

@media (min-width:992px){
    #breadcrumb:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 30%;
        height: 100%;
        background-image: url(../images/bg_breadcrumb3.jpg);
        background-size: cover;
    }
    #breadcrumb .conteudo{
        width: 70%;
        float: right;
        padding: 35px 30px;
    }
    #breadcrumb .texto_breadcrumb{
        width: 65%;
    }
    footer .logo{
        height: 80px;
        padding: 5px 0;
        display: inline-block;
        vertical-align: middle;
        margin-right: 40px;
        padding-right: 40px;
        border-right: 1px solid #BABABA;
    }
    #categorias_index .col-texto .conteudo{
        margin-right: -16px;
    }
    #categorias_index .inverse_colors .col-texto .conteudo{
        margin-left: -16px;
    }
    #contato {
        max-width: 665px;
    }
    footer:after{
        content: '';
        position: absolute;
        height: calc(100% - 50px);
        width: 40%;
        right: 0;
        top: 0;
        background-color: #000;
        z-index: 1;
    }
    #categorias_index .col-prod{
        padding-left: 0;
    }
    .navbar-nav{
        display: flex;
        align-items: center;
    }
    #cabecalho:after{
        content: '';
        height: 2px;
        background-color: #EAECEE;
        position: absolute;
        width: 60%;
        right: 0;
        bottom: 0;
        opacity: 0.5;
    }
    .dropdown-menu{
        border-radius: 0;
        margin: 0 0 0 2px;
        border: none;
        background-color: #F17F1F;
    }
    .dropdown-menu span,
    .dropdown-item{
        color: #fff;
    }
    .dropdown-menu span{
        padding-left: 10px;
        font-weight: 900;
    }
    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #a02e31;
    }
    .navbar-expand-lg .navbar-nav .nav-item{
        position: relative;
        margin: 0 4px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:not(:first-child):before{
        content: '';
        display: block;
        width: 2px;
        height: 30px;
        background-color: #EAECEE;
        position: absolute;
        left: -5px;
        top: 10px;
        opacity: 0.5;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        line-height: 50px;
        padding: 0 10px;
        margin: 0;
    }
    .nav-redes{
        padding: 11px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.fale-conosco{
        line-height: unset;
        padding-left: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navbar-expand-lg .navbar-nav .nav-item.item-fale:before{
        height: 116px;
        left: -5px;
        top: -34px;
    }
}

@media (min-width: 1200px){
}

@media (min-width: 1500px){
    .container{
        max-width: 1470px;
    }
    .navbar-brand{
        margin-right: 40px;
    }
    #carousel_inicial{
        min-height: 624px;
    }
}

@media (min-width: 1900px){
    #carousel_inicial{
        min-height: 790px;
    }

}

@media (min-width: 1200px) and (max-width:1499px){
    body:not(.index) {
        margin-top: 110px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:not(.nav-redes):before{
        top: 30px;
    }
    .navbar-expand-lg .navbar-nav .nav-item.item-fale:before{
        height: 107px;
        top: -29px;
    }
    .navbar-brand img{
        height: 60px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        line-height: 90px;
    }
}

@media (max-width:1499px){
}

@media (max-width:1199px){
    .form-padrao.form-orcamento button{
        margin: 15px 0 0 auto;
        display: block;
    }
}



@media (min-width: 992px) and (max-width:1199px){
    .navbar-brand img{
        height: 50px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        line-height: 40px;
        font-size: 13px;
        min-width: 1px;
        padding: 0 4px;
    }
    .navbar-expand-lg .navbar-nav .nav-item:not(:last-child):before{
        top: 5px;
    }
    .navbar-expand-lg .navbar-nav .nav-item.item-fale:before {
        height: 92px;
    }
    .nav-redes {
        padding: 6px 15px;
    }
    .listagem_default .conteudo h2 {
        font-size: 18px;
    }
    #breadcrumb .titulo_pagina,
    .titulo_int{
        font-size: 25px;
    }
    footer .item_svg span.tel strong {
        font-size: 25px;
    }
}

@media (max-width: 991px){
    #breadcrumb {
        padding: 25px;
        margin-bottom: 15px;
    }
    footer .logo{
        height: 60px;
        display: block;
        margin: 0 auto 15px auto;
    }
    .logos_financiamento img {
        max-height: 50px;
        max-width: 115px;
    }
    #categorias_index .col-prod .conteudo{
        bottom: 30px;
    }
    .title_index {
        font-size: 35px;
    }
    #categorias_index .col-texto .conteudo{
        padding: 30px 20px;
    }
    footer .container{
        padding-bottom: 0;
        padding-top: 30px;
    }
    .col-redes-logo{
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #000;
    }
    #categorias_index .col-prod{
        margin-bottom: 15px;
    }
    footer .item_svg .conteudo{
        border: none;
    }
    .nav-redes{
        padding-right: 15px;
        margin-top: 15px;
    }
    footer .conecte{
        margin-bottom: 30px;
    }
    footer .conecte a {
        display: block;
        width: 270px;
        margin: 0px auto;
    }
    footer{
        text-align: center;
    }
    footer .endereco h3 {
        margin-bottom: 10px;
        font-size: 22px;
    }
    footer .col-sac {
        padding: 25px 15px;
        margin-bottom: 30px;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    footer .col-sac img {
        height: 60px;
        display: block !important;
        margin: 0px auto 10px auto;
    }
    footer .endereco .item_svg svg{
        display: block;
        margin: 0px auto 2px auto;
    }
    footer .endereco .item_svg span{
        width: 100%;
    }
    footer .endereco{
        margin-bottom: 50px;
    }
    .navbar-nav{
        margin-top: 30px;
        border-bottom: none;
        padding-right: 0;
        text-align: right;
        max-height: 394px;
        overflow: auto;
    }
    .dropdown-menu{
        text-align: right;
        border: none;
        margin-top: 0;
        margin-bottom: 15px;
        padding-right: 30px;
    }
    .dropdown-item {
        color: #fff;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        color: #fff;
        line-height: 120%;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover,
    .navbar-expand-lg .navbar-nav .nav-link:active {
        color: #020202;
        background-color: #F3853E;
    }
    .dropdown-menu span{
        color: #F17F1F;
        font-weight: 600;
    }
    .dropdown-item {
        padding: 3px 10px;
    }
    .navbar-expand-lg .collapse:after{
        height: 30px;
    }
    footer .item_svg{
        margin-top: 30px;
    }
    footer .item_svg svg{
        border-right: none;
        border-bottom: 1px solid #F17F1F;
        float: none;
        display: block;
        margin: 15px auto 10px auto;
    }
    footer .item_svg .conteudo{
        float: none;
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }
    footer .item h2:after{
        margin-left: auto;
        margin-right: auto;
    }


}

@media (min-width: 768px) and (max-width: 991px){
    body:not(.index) {
        margin-top: 95px;
    }
    .button_svg_large{
        max-width: 500px;
    }
    #cabecalho{
        padding: 25px 0;
    }
    .navbar-brand img{
        height: 45px;
    }
    .listagem_default .conteudo h2 {
        font-size: 18px;
    }
    #breadcrumb .titulo_pagina,
    .titulo_int{
        font-size: 22px;
    }
    footer .item_svg span.tel strong {
        font-size: 23px;
    }
}

@media (max-width: 767px){
    .texto_int p, .texto_int h2, .texto_int span, .texto_int li{
        font-size: 15px;
    }
    .detalhes_produto .listagem_videos h2,
    #orcamento_produto h2 {
        font-size: 21px;
    }
    .detalhes_produto .compartilhar{
        width: 100%;
        text-align: right;
        margin: 15px 0;
    }
    .detalhes_produto .infos h2 {
        font-size: 12px;
    }
    body:not(.index){
        margin-top: 71px;        
    }
    body:not(.index) #cabecalho.compressed_nav,
    body:not(.index) #cabecalho{
        background-color: #000;
    }
    #contato h2{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .index #cabecalho{
        background-color: rgba(0, 0, 0, 0.8);
    }
    #categorias_index .col-prod p{
        font-size: 18px;
    }
    #categorias_index .col-prod h3{
        font-size: 23px;
    }
    .button_svg_large{
        width: 90%;
        margin: 20px 5%;
    }
    .caixa_produto {
        padding-top: 15px;
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .caixa_produto .foto {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    .titulo_int{
        font-size: 25px;
        margin-top: 10px;
    }
    #breadcrumb .conteudo{
        display: block;
        width: 100%;
    }
    .subtitle_svg_right{
        width: 100%;
        margin: 0 0 15px 0;
        text-align: center;
        padding: 5px 0;
    }
    .subtitle_svg_right svg{
        float: none;
        margin: 0 auto 5px auto;
        display: block;
    }
    .subtitle_svg_right h2 {
        float: none;
        text-align: center;
    }
    .form-padrao button{
        display: block;
        margin: 15px auto;
    }
    #cabecalho{
        padding: 15px 0;
        border-bottom: 1px solid #6c757d;
    }
    .navbar-brand img{
        height: 40px;
    }
    footer{
        text-align: center;
        margin-top: 50px;
    }
    .svg_webde{
        position: relative;
        right: unset;
        top: unset;
        margin: 50px auto 0 auto;
        display: block;
    }
    #breadcrumb p{
        font-size: 15px;
    }
    #breadcrumb .titulo_pagina,
    .dados_produto h1{
        font-size: 20px;
    }
    .capa_int,
    .capa_int.left{
        width: 100%;
        max-width: 100%;
        margin: 0 0 15px 0 !important;
    }
}