body {
    padding-top: 120px;
    background-color: #F4F4F4;
}

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

}

h1,h2,h3,h4,h5,h6{
    font-family: 'El Messiri', sans-serif;
    margin: 0;
}

strong{
    font-weight: 700;
}

::selection {
    background-color: #B83437;
    color: #ffffff;
    text-shadow: none;
}
::-moz-selection {
    background: #B83437;
    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: 1px solid #C1C1C1;
    background-color: transparent;
    color: #848484;
    font-size: 13px;
    margin-bottom: 10px;
}

.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 #B83538;
    width: 100%;
    max-width: 190px;
    background-color: transparent;
    font-size: 15px;
    color: #B83538;
    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: #B83538;
    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: #848484;
    opacity: 1;
}
.form-padrao :-ms-input-placeholder {
    color: #848484;
}
.form-padrao ::-ms-input-placeholder {
    color: #848484;
}

.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;
}

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

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

.video_secao{
    width: 500px;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}

.video_secao iframe{
    height: 230px;
    width: 100%;
}

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

.texto_secao a,
.texto_secao a:hover,
.texto_secao a:focus{
    color: blue;
    text-decoration: underline;
}

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

.anexos a{
    color: #737373;
    line-height: 30px;
}

.anexos span{
    color: #737373;
}

.anexos .titulo_anexos{
    display: block;
    text-align: center;
    margin: 15px 0;
    color: #919191;
}

.anexos ul {
    background-color: #F5F5F5;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #EAEAEA;
    margin-top: 30px;
}

.anexos ul li{
    height: 60px;
    padding: 15px;
    border-top: 1px solid #EAEAEA;

}

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

.anexos svg:hover{
    color: #83957B;
}

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

.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: #b83437;    
}

.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{
    background-color: #E9E7E2;
}

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

.navbar-brand img{
    height: 80px;
    -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: 17px;
    color: #272728;
    padding: 0 15px;
    line-height: 120px;
    -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{
    line-height: unset;
}

.navbar-expand-lg .navbar-nav .nav-link.fale-conosco p{
    margin-bottom: 0;
    color: #262626;
    font-size: 15px;
}

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

.navbar-expand-lg .navbar-nav .nav-link.fale-conosco span strong{
    font-size: 21px;
    line-height: 23px;
}

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

.navbar-expand-lg .navbar-nav .dropdown.show .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link:active{
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown.show .nav-link{
    background: #B83437;
}

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








.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: #b83437;
    -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 svg:hover{
    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: 30px;
    height: 6px;
    margin: 0 5px 0 0;
    border: none;
    background: #fff;
    border-radius: 3px;
    opacity: 0.7;
}

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







#carousel_inicial{
    position: relative;
    z-index: 1;
}

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

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






#categorias_index{
    position: relative;
    z-index: 2;
    margin-top: 0px;
}

#categorias_index .item{
    display: block;
    padding-top: 40px;
    margin-bottom: 30px;
}

#categorias_index .item img{
    position: relative;
    z-index: 10;
}

#categorias_index .item.item_3 img,
#categorias_index .item.item_4 img{
    margin-left: auto;
}

#categorias_index .item .texto{
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 5;
    color: #B83337;
}

#categorias_index .item.item_2 .texto{
    color: #EC5235;
}
#categorias_index .item.item_3 .texto{
    color: #E19F35;
    margin-left: unset;
    margin-right: auto;
    text-align: right;
}
#categorias_index .item.item_4 .texto{
    color: #F1765F;
    margin-left: unset;
    margin-right: auto;
    text-align: right;
}

#categorias_index .item h2{
    font-size: 30px;
    font-weight: 600;
    color: inherit;
    margin-bottom: 30px;
}

#categorias_index .item .line_dot{
    position: absolute;
    left: -70px;
    top: -23px;
}

#categorias_index .item.item_3 .line_dot,
#categorias_index .item.item_4 .line_dot{
    position: absolute;
    left: unset;
    right: -70px;
}













#quem_somos_orcamento{
    border-top: 5px solid #E66737;
    padding: 110px 0;
    text-align: center;
    background-image: url(../images/fundo_chama.jpg);
    background-size: cover;
}

#quem_somos_orcamento h2,
#quem_somos_orcamento p{
    color: #fff;
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 1px 1px 3px #000;
    font-size: 18px;
    line-height: 150%;
}

#quem_somos_orcamento h2{
    font-size: 40px;
    font-weight: 700;
}

#quem_somos_orcamento h2:after{
    content: '';
    display: block;
    width: 2px;
    height: 50px;
    background-color: #fff;
    margin: 0px auto 25px auto;
}

.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{
    padding: 35px 0 15px 0;
    position: relative;
    margin-bottom: 40px;
    background-image: url(../images/bg_breadcrumb.jpg);
    background-size: cover;
}

#breadcrumb .conteudo{
    max-width: 70%;
    margin-bottom: 15px;
}

.compartilhar{
    text-align: right;
}

#breadcrumb p{
    font-size: 20px;
    color: #E4A836;
    line-height: 110%;
    margin: 0;
    text-transform: uppercase;
}

#breadcrumb .titulo_pagina{
    font-family: 'El Messiri', sans-serif;
    color: #E4A836;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    display: block;
    margin: 0;
}

#breadcrumb p.texto_breadcrumb{
    text-transform: unset;
    color: #fff;
}

.compartilhar span{
    color: #fff;
    line-height: 32px;
    margin-right: 3px;
}

.compartilhar svg{
    color: #fff;
    height: 32px;
    width: 32px;
}

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





#breadcrumb_prod{
    max-height: 520px;
    padding-top: 300px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    background-image: url(../images/bg_breadcrumb_prod.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

#breadcrumb_prod:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(145,40,43,0.5);
}

#breadcrumb_prod .conteudo{
    padding: 30px 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(40,40,41,0.8);
}

#breadcrumb_prod p{
    margin: 0;
    font-size: 20px;
    color: #E4A836;
    text-transform: uppercase;
}

#breadcrumb_prod .titulo_pagina{
    color: #E4A836;
    font-size: 30px;
    font-weight: 700;
    line-height: 110%;
}







.resumo{
    font-style: italic;
    color: #848484;
    font-size: 14px;
    margin-bottom: 30px;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.detalhes_noticia .resumo,
.detalhes_dica .resumo{
    font-size: 16px;
    margin-bottom: 30px;
    height: unset;
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
}

.detalhes_noticia .titulo_int,
.detalhes_noticia .resumo{
    text-align: center;
}




































.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: #B83337;
    font-weight: 700;
}

.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: 100%;
    position: absolute;
    top: 0;
    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.3;}
    100% {left: 100%;}
}

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

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









.titulo_int{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #B83437;
}

.detalhes_produto .detalhe_fogo{
    display: none;
    position: absolute;
    z-index: -1;
    width: 80%;
    left: 10%;
    top: -90px;
}

.detalhes_produto .infos .links{
    display: block;
    margin-bottom: 30px;
}

.detalhes_produto .infos .links svg{
    width: 55px;
    height: 55px;
    color: #B83437;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.detalhes_produto .infos .links a:hover svg{
    color: #E4A836;
}

.detalhes_produto .infos .texto{
    margin-bottom: 30px;
}

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

.detalhes_produto .infos .texto h2:after{
    content: '';
    display: block;
    width: 300px;
    height: 2px;
    background-color: #262627;
    margin-bottom: 12px;
}

.button_svg_large{
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 50px auto;
    border: 1px solid #B83437;
    color: #B83437;
    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: #B83437;
}

.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;
}

.detalhes_produto .orcamento{
    padding: 30px 100px;
    background: #EEECEA;
    position: relative;
}

.detalhes_produto .orcamento>div{
    position: relative;
    z-index: 1;
}

.detalhes_produto .orcamento:before{
    content: '';
    position: absolute;
    z-index: 0;
    right: 15px;
    bottom: 15px;
    background-image: url(../images/chama.png);
    height: 174px;
    width: 115px;
    background-size: cover;
}


.detalhes_produto .orcamento:after{
    content: url(../images/chama.png);
    position: absolute;
    left: 30px;
    bottom: 55px;
    z-index: 0;
}

.detalhes_produto .orcamento .col-text{
    text-align: center;
    max-width: 420px;
    margin: 0px auto;
}

.detalhes_produto .orcamento .col-text svg{
    display: block;
    margin: 15px auto;
    color: #B83437;
    height: 60px;
    width: 60px;
}

.detalhes_produto .orcamento .col-text h2{
    font-size: 23px;
    color: #B83437;
    font-weight: 700;
    margin-bottom: 5px;
}

.detalhes_produto .orcamento .col-text p{
    color: #262627;
    font-size: 16px;
}















footer{
    position: relative;
    margin-top: 100px;
    background-color: #B83437;
    border-top: 3px solid #9F000F;
    padding: 20px 0;
}

.index footer{
    margin-top: 0;
}

footer a,
footer h2,
footer h3,
footer h4,
footer p,
footer span,
footer svg{
    color: #fff;
    font-size: 15px;
}

footer a:focus,
footer a:hover,
footer a:focus span,
footer a:hover span,
footer a:focus svg,
footer a:hover svg{
    color: #FDC800;
}

footer .item h2{
    color: #E59A00;
    font-weight: 700;
    font-size: 16px;
}

footer .item h2:after{
    content: '';
    display: block;
    width: 30px;
    height: 4px;
    margin-bottom: 10px;
    background-color: #fff;
}

footer .item_svg svg{
    float: left;
    height: 40px;
    width: 40px;
    color: #E69B00;
    margin-top: 15px;
}

footer .item_svg .conteudo{
    float: left;
    width: calc(100% - 50px);
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #D07E80;
}

footer .item_svg span.tel{
    font-size: 16px;
}

footer .item_svg span.tel strong{
    font-size: 22px;
    line-height: 12px;
}

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

footer .logo_redes img{
    height: 57px;
    margin-bottom: 10px;
}

footer .logo_redes svg{
    height: 25px;
    width: 25px;
    color: inherit;
    margin-right: 3px;
    margin-top: 3px;
}

.svg_webde{
    width: 67px;
    height: 13px;
    color: #fff;
    position: absolute;
    right: 95px;
    bottom: 15px;
    opacity: 0.8;
}

a:hover .svg_webde{
    opacity: 1;
}

















.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; }

@media (min-width: 768px){    
    #categorias_index .item .texto{
        margin-top: -20px;
        width: 55%;
    }
    #categorias_index{
        margin-top: -80px;
    }
    #categorias_index .item{
        padding-left: 100px;
    }    
    #categorias_index .item.item_3,
    #categorias_index .item.item_4{
        padding-left: 0;
        padding-right: 100px;
    }
    #categorias_index .item.item_3:before,
    #categorias_index .item.item_4:before{
        left: unset;
        right: 0;
    }
    #categorias_index .item:before{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 360px;
        height: 457px;
        background-image: url(../images/fire_box.png);
        background-size: cover;
        z-index: 1;
    }
}

@media (min-width:992px){
    .dropdown-menu{
        border-radius: 0;
        margin: 0 0 0 2px;
        border: none;
        background-color: #b83437;
    }
    .dropdown-menu span,
    .dropdown-item{
        color: #fff;
    }
    .dropdown-menu span{
        padding-left: 10px;
        font-weight: 700;
    }
    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #a02e31;
    }
    .dropdown-toggle::after{
        position: absolute;
        right: calc(50% - 4px);
        top: 90px;
        opacity: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        border-left: 2px solid #fff;
        min-width: 145px;
        text-align: center;
        padding: 0;
        margin: 0;
        position: relative;
    }
    .navbar-expand-lg .navbar-nav .nav-link:not(.fale-conosco):before{
        content: '';
        width: 145px;
        height: 0px;
        background-color: #B83437;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        -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:hover:before{
        height: 120px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.fale-conosco{
        text-align: left;
        line-height: unset;
        min-width: unset;
        min-height: 120px;
        padding-left: 30px;
        padding-top: 30px;
    }
    .nav-redes{
        border-left: 2px solid #fff;
        text-align: center;
        padding: 47px 30px 0 30px;
    }
}

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

@media (min-width: 1500px){
    footer span.email{
        font-size: 18px;
    }
    footer .item_svg svg{
        margin-top: 25px;
    }
    .container{
        max-width: 1470px;
    }
    .navbar-brand{
        margin-right: 40px;
    }
    .detalhes_produto .orcamento .col-text {
        margin: 0;
        margin-right: auto;
    }
    .detalhes_produto .orcamento .col-text:before{
        left: -45px;
        bottom: -45px;
    }
    #categorias_index .item{
        min-height: 450px;
    }

}
@media (min-width: 1200px) and (max-width:1499px){
    body{
        padding-top: 90px;
    }
    .navbar-brand img{
        height: 60px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        line-height: 90px;
        min-width: 110px;
    }
    .nav-redes{
        padding: 30px 15px 0 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link:not(.fale-conosco):before{
        width: 110px;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover:before{
        height: 90px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.fale-conosco{
        min-height: 90px;
        padding-top: 9px;
        padding-left: 15px;
    }
    #categorias_index .item {
        padding-left: 60px;
        padding-top: 15px;
    }
    #categorias_index .item.item_3, #categorias_index .item.item_4{
        padding-right: 60px;
    }
    #categorias_index .item .texto {
        width: 65%;
    }
    #categorias_index .item img{
        max-width: 190px;
    }
    #categorias_index .item:before{
        width: 200px;
        height: 250px;
    }
}

@media (max-width:1499px){
    #quem_somos_orcamento{
        background-size: unset;
        background-position: center top;
        background-repeat: no-repeat;
    }

}

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



@media (min-width: 992px) and (max-width:1199px){
    #breadcrumb_prod {
        padding-top: 200px;
    }
    body{
        padding-top: 80px;
    }
    .navbar-brand img{
        height: 50px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        line-height: 80px;
        font-size: 13px;
        min-width: 1px;
    }
    .nav-redes{
        padding: 27px 10px 0 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link:not(.fale-conosco):before{
        width: 85px;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover:before{
        height: 80px;
    }
    .listagem_default .conteudo h2 {
        font-size: 18px;
    }
    #breadcrumb .titulo_pagina,
    .titulo_int{
        font-size: 25px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        line-height: 80px;
        font-size: 13px;
        min-width: 85px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.fale-conosco{
        min-height: 80px;
        padding-top: 5px;
        padding-left: 10px;
    }
    #categorias_index .item {
        padding-left: 60px;
        padding-top: 15px;
    }
    #categorias_index .item.item_3, #categorias_index .item.item_4{
        padding-right: 60px;
    }
    #categorias_index .item .texto {
        width: 65%;
    }
    #categorias_index .item img {
        max-width: 160px;
    }
    #categorias_index .item:before{
        width: 200px;
        height: 250px;
    }
    #quem_somos_orcamento h2{
        font-size: 30px;
        margin-top: 20px;
    }
    #quem_somos_orcamento p{
        font-size: 17px;
    }
    footer .item_svg span.tel strong {
        font-size: 25px;
    }
}

@media (max-width: 991px){
    footer .item_svg .conteudo{
        border: none;
    }
    .nav-redes{
        padding-right: 15px;
        margin-top: 15px;
    }
    #quem_somos_orcamento{
        padding: 30px 0;
        background-image: url(../images/fundo_chama_991.jpg);
        background-size: cover;
    }
    #quem_somos_orcamento .col-quem-somos{
        margin-bottom: 50px;
    }
    #quem_somos_orcamento h2{
        font-size: 27px;
    }
    #quem_somos_orcamento h2:after {
        height: 30px;
        margin: 0px auto 15px auto;
    }
    #quem_somos_orcamento p{
        font-size: 17px;
    }
    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: #b83437;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        line-height: 30px;
        color: #b83437;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover,
    .navbar-expand-lg .navbar-nav .nav-link:active {
        color: #b83437;
    }
    .dropdown-menu span{
        color: #b83437;
        font-weight: 600;
    }
    .dropdown-item {
        padding: 3px 10px;
    }
    .navbar-expand-lg .collapse:after{
        height: 30px;
    }
    .navbar-expand-lg .navbar-nav .nav-link.fale-conosco{
        margin-top: 15px;
    }
    footer .item_svg{
        margin-top: 30px;
    }
    footer .item_svg svg{
        float: none;
        display: block;
        margin: 15px auto 5px 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){
    .button_svg_large{
        max-width: 500px;
    }
    .detalhes_produto .orcamento {
        padding: 30px 20px;
    }
    #breadcrumb_prod .conteudo {
        padding: 15px 15px;
    }
    #breadcrumb_prod {
        padding-top: 250px;
    }
    body{
        padding-top: 95px;
    }
    #cabecalho{
        padding: 25px 0;
    }
    .navbar-brand img{
        height: 45px;
    }
    .listagem_default .conteudo h2 {
        font-size: 18px;
    }
    #breadcrumb .titulo_pagina,
    .titulo_int{
        font-size: 22px;
    }
    #categorias_index .item {
        padding-left: 60px;
        padding-top: 15px;
    }
    #categorias_index .item.item_3, #categorias_index .item.item_4{
        padding-right: 60px;
    }
    #categorias_index .item .texto {
        width: 65%;
    }
    #categorias_index .item:before{
        width: 240px;
        height: 300px;
    }    
    footer{
        padding-bottom: 40px;
    }
    footer .item_svg span.tel strong {
        font-size: 23px;
    }
}

@media (max-width: 767px){
    .detalhes_produto .detalhe_fogo {
        position: absolute;
        z-index: -1;
        width: 60%;
        left: 21%;
        top: -60px;
    }
    .detalhes_produto .orcamento {
        padding: 30px 15px;
        background: #EEECEA;
        position: relative;
    }
    .detalhes_produto .orcamento:after{
        bottom: 300px;
    }
    .button_svg_large{
        width: 90%;
        margin: 20px 5%;
    }
    #carousel_inicial .owl-dots,
    #carousel_banners .owl-dots{
        bottom: 2px;
    }
    .detalhes_produto .infos{
        margin-top: 40px;
    }
    #breadcrumb_prod {
        padding-top: 250px;
        padding-bottom: 75px;
    }
    #breadcrumb_prod .conteudo {
        padding: 20px 15px;
    }
    #breadcrumb_prod p {
        font-size: 17px;
    }
    .caixa_produto {
        padding-top: 15px;
        width: calc(100% - 30px);
        margin-left: 15px;
    }
    .caixa_produto .foto {
        width: calc(100% + 30px);
        margin-left: -15px;
    }
    #categorias_index .item img {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
    #categorias_index .item .line_dot {
        left: 40px;
        top: -25px;
    }
    #categorias_index .item.item_3 .line_dot,
    #categorias_index .item.item_4 .line_dot{
        right: 40px;
    }
    #categorias_index .item h2 {
        font-size: 25px;
        line-height: 40px;
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    #categorias_index .item .texto{
        text-align: center !important;
    }
    #breadcrumb_prod .titulo_pagina,
    .titulo_int{
        font-size: 25px;
        margin-top: 10px;
    }
    #breadcrumb .conteudo{
        display: block;
        width: 100%;
    }
    .compartilhar{
        margin-top: 15px;
    }
    .compartilhar span{
        line-height: 25px;
        font-size: 12px;
    }
    .compartilhar svg{
        width: 25px;
        height: 25px;
    }
    .outros_servicos .item{
        width: calc(100% - 60px);
    }    
    .listagem_default .resumo{
        margin-bottom: 0;
    }
    .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;
    }
    body {
        padding-top: 70px;
    }
    footer{
        text-align: center;
        margin-top: 50px;
    }
    .svg_webde{
        position: relative;
        right: unset;
        top: unset;
        margin: 50px auto 0 auto;
        display: block;
    }
    #breadcrumb {
        padding: 25px 0;
        margin-bottom: 15px;
    }
    #breadcrumb p{
        font-size: 15px;
    }
    #breadcrumb .titulo_pagina,
    .dados_produto h1{
        font-size: 20px;
    }
    .capa_int,
    .capa_int.left{
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 0 0 15px 0 !important;
    }
}

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

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


@media print {
    body{
        padding-top: 0 !important;
    }
}