body{
    font-family: 'Barlow', sans-serif;
    background-color: #FBFAF7;
    overflow-x: hidden;
}

footer{
    margin-top: 175px;
    background-color: #9F3739;
    padding: 30px 0;
}

h1,h2,h3,h4,h5,h6,p,span,li,a,label,input,select,textarea{
    font-family: 'Barlow', sans-serif;
    color: #4D4D4D;
    margin-bottom: 0;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}

strong{
    font-weight: 600;
}

.new-index {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;

    min-width: 100%;
    min-height: 100vh;
    padding: 1rem;

    background-image: url("../images/bg-fundo.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.new-index .logo {
    max-width: 100% - 2rem;
    object-fit: contain;
    margin-bottom: 6rem;
}

.new-index svg {
    width: 30px;
    aspect-ratio: 1;
}

.new-index .download-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
    width: 100%;
}

.new-index .download-buttons a {
    --color: #FFE3BD;

    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .5rem;

    width: max-content;
    max-width: 100%;
    padding: .5rem 2rem;
    border: 1px solid var(--color);
    
    color: var(--color);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    
    background-color: #005F59;
}

.new-index .download-buttons a:hover {
    --color: #FBB03B;
}

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

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

.container{
    position: relative;
}

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

p {
    margin-top: 0;
    line-height: 140%;
    margin-bottom: 10px;
    font-size: 16px;
}

.bem_vindo,
.form_busca input,
.header-top .redes_sociais span, 
.main-menu a{
    font-family: 'Questrial', sans-serif;
}

header {
    background-color: #066860;
    background-image: url(../images/fundo_cabecalho.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 999999;
    border-bottom: none;
}

.container_frases_cab{
    position: relative;
    display: block;
}

.container_frases_cab img{
    position: absolute;
    left: 0;
    top: 0;
}

.header-middle {
    padding: 30px 0;
}

.outros_menus{
    text-align: right;
}

.language {
    margin-left: 25px;
    font-size: 12px;
    color: #5D5D5D;
    height: 30px;
    margin-top: 15px;
}

.header-userinfo{
    margin-top: 15px;

}

.clr:after{
    content: " ";
    clear: both;
    display: block;
}

.underline1{
    background: transparent;
    color: #3E3E3E;
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 20px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.underline1::after{
    background: #3E3E3E;
    content: "";
    display: block;
    width: 15%;
    margin: 0px auto;
    height: 3px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.img-prod{
    border: 1px solid #E0E0E0;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
}

.img-galeria{
    border: 1px solid #E0E0E0;
    padding-left: 5px;
    padding-right: 5px;
    background: #FFFFFF;
}	

.feature-tab-area {
    border-bottom: 0px solid #e5e5e5;
}

.pos-logo img {
    height: auto;
    width: auto;
}

.btn-default2:focus {
    border-width: 0px;
    transition: all 300ms ease-in 0s;
}

#potedemel{
    display: none;
}

.floatright{
    float: right;
}

.quick-view a ::before {
    content: "";
    padding-right:0px;
}

.tabs li.active a, .tabs li:hover a {
    color: #3E3E3E;
}

.outrosprodutos{
    background: transparent;
    color: #3E3E3E;
    font-size: 35px;
    font-weight: 300;
}

.outrosprodutos2{
    background: transparent;
    color: #3E3E3E;
    font-size: 35px;
    font-weight: 300;
    border-bottom: 3px solid #3E3E3E;
    padding-bottom: 15px;
    display:inline-block;
}

.marginbottomprodutos{
    margin-bottom: 50px;
}

.linha1{
    border-bottom: 3px solid #3E3E3E;
    height: 3px;
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
}

.tabs li{
    color: #3E3E3E;
    cursor: default;
    display: inline-block;
    font-size: 35px;
    font-weight: 300;
    line-height: 120%;
    margin: 0 15px;
    padding: 0;
    position: relative;
    text-transform: uppercase;
}

.search-block-top button {
    right: 3px;
}

.marginresponsive{
    margin-left: 15%;
}

.pad1{
    padding-top: 35px;
    padding-bottom: 30px;
    color: #fff;
    cursor: default;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
}

#scrollUp{
    z-index: 999!important;
}

.pad1 a{
    color: #FFFFFF;
}

.pad2, .pad2 h1{
    padding-bottom: 45px;
    color: #fff;
    cursor: default;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}

.pad2 h1{
    padding-bottom: 0px !important;
    line-height: 120%;
}

.pad2 small{
    font-size: 25px;
    font-weight: normal;
}

.textoluminarias p{
    color: #3E3E3E;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 20px;
}

.textoluminarias h2{
    color: #3E3E3E;
    font-weight: bold !important;
    font-size: 35px !important;
}

.precolum p{
    color: #3E3E3E;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 3px;
}

.precolum h3{
    font-weight: normal;
    color: #3E3E3E;
    font-size: 20px !important;
    letter-spacing: 1px;
}

.precolum{
    font-size: 20px;
    color: #3E3E3E;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 30px;
}

.paddingluminarias{
    padding-top: 15px;
    padding-left: 35px;
}

.btn-primary:focus{
    background-color: #F3F3F3;
    color: #3E3E3E;
}

.btn:hover, .btn:focus, .btn:active {
    -webkit-box-shadow: 0px 0px 0px -200px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px -200px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px -200px rgba(0,0,0,0.75);
}

.imagemlustres{
    padding-top: 74px;
    padding-bottom: 71px;
    border-top: 1px solid #E5E5E5;
}

.product-img {
    border: 1px solid #e3e3e3;
}

.header-userinfo .fa-facebook{
    color: #293776;
}

.header-userinfo .fa-facebook:hover{
    color: #FFFFFF;
    background:#293776;
}	

.header-userinfo .fa-instagram{
    color: #C536A4;
}

.header-userinfo .fa-instagram:hover{
    color: #FFFFFF;
    background:#C536A4;
}	

.header-userinfo {
    margin-top: -1px;
}

.tamanhoheader {
    height: 35px;
}

.modal-header {
    padding: 0px;
}

.btnmodal1{
    font-weight: 400;
    padding: 10px 50px; 
    color: #3E3E3E; 
    letter-spacing: 3px; 
    font-size: 20px;
}

.modal-content {
    border-radius: 20px;
}

.btnmodal1:hover{
    color: #fff; 
    background-color: #3E3E3E; 
}

.modal-content .close {
    border: 0px solid #888;
}

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

.margintop4{
    margin-bottom: -18px;
}

.modal-header{
    border-color: #fff;
}

.nivo-directionNav a {
    display: none;
}

.single-product a{
    background-color: #444444;
    color: #fff;
}

.single-product a:hover{
    background-color: #000;
    color: #fff;
}

.detalhes{
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 1px;
}

.detalhes::before{
    content:'';
    background: url('../images/lupadetalhes.png');
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.product-name2 a, .product-name2 a:hover{
    color: #3E3E3E;
    font-size: 15px;
    font-weight: bold;
    background: transparent;
    padding-bottom: 10px;
}

.product-name2::after{
    content: '';
    height: 2px;
    display: inline-block;
    border-top: 1px solid #D1D1D1;
    width: 100%;
}

.icon-home{
    font-size: 20px;
    margin-right: 5px;
    display: inline-block;
    margin-top: -3px;
    vertical-align: middle;
}

.price-box .price {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 20px;
}

.p-b-20{
    padding-bottom: 80px;
}

.product-content h5{
    margin-bottom: 10px;
}

.padbottom50{
    padding-bottom: 50px;
}

.mean-container .mean-nav ul li a:hover{
    color: #000000;
}

.outros_menus a{
    font-size: 15px;
    display: inline-block;
    color: #5F6072;
    margin-bottom: 20px;
    margin-left: 40px;
    border-bottom: 4px solid transparent;    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.outros_menus a:hover{
    background: transparent;
    text-decoration: none;
    color: #9F3739;
    border-bottom-color: #9F3739;
}

.main-menu-area{
    padding: 0;
    background-color: #852A2F;
}

.main-menu ul li{
    display: inline-block;
    vertical-align: middle;
}

.main-menu ul li a {
    color: #fff;
    line-height: 20px;
    background-color: transparent;
    display: block;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 25px 16px;
    position: relative;
    text-transform: uppercase;
}

.main-menu ul li a,
.main-menu ul li a img{
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-menu ul li a.active,
.main-menu ul li a:hover,
.main-menu ul li:hover>a{
    background-color: #541D1E;
    color: #fff;
    text-decoration: none;
}

.main-menu ul li a:focus{
    text-decoration: none;
}

.language {
    margin-left: 12px;
    margin-top: 11px;
}

.mean-container a.meanmenu-reveal span{
    max-width: 30px;
    margin-left: calc(100% - 30px);
}

.mean-container a.meanmenu-reveal {
    width: 100%;
    text-align: right !important;
    display: block;
    margin-top: -4px;
    z-index: 1;
    position: relative;
}

.mean-container .mean-bar {
    background-color: #852A2F;
}

.buttonpad2{
    padding-top: 25px;
    padding-left: 0px;
    padding-bottom: 25px;
}

#scrollUp:hover {
    background: #000;
    color: white;
}


.hover2 li .hover2 a, .hover2 li:hover a {
    color: #3E3E3E;
    background: transparent;
}

.nivo-directionNav a {
    display: block;
}

.header-top .redes_sociais span,
.bem_vindo{
    color: #848592;
    float: left;
    font-size: 14px;
    line-height: 45px;
    padding-right: 20px;
    border-right: 1px solid #DFDFDF;
}

:-moz-placeholder{
    color: #8E8E8E;
}
::-moz-placeholder{
    color: #8E8E8E;
}
:-ms-input-placeholder{
    color: #8E8E8E;
}
::-webkit-input-placeholder{
    color: #8E8E8E;
}

::selection {
    background: #9F3739;
    color: #FFFFFF;
    text-shadow: none;
}

.form_busca{
    float: left;
    position: relative;
    width: 265px;
}

.form_busca input{
    width: 100%;
    font-size: 14px;
    color: #848592;
    height: 45px;
    line-height: 30px;
    border: none;
    padding-left: 20px;
    padding-right: 40px;
    background-color: transparent;
}

.lupa_xs,
.form_busca button{
    height: 20px;
    width: 20px;
    background-color: transparent;
    background-image: url(../images/lupa_busca.png);
    background-size: cover;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 5px;
    top: 12.5px;
}

.lupa_xs{
    display: none;
}

.header-top .redes_sociais svg,
.header-top .redes_sociais span{
    float: right;
}

.header-top .redes_sociais span{
    border-right: none;
    padding-right: 5px;
    padding-left: 10px;
    color: #fff;
}

.header-top .redes_sociais svg{
    color: #fff;
    opacity: 0.6;
    height: 31px;
    width: 31px;
    padding: 5px;
    margin-top: 6px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.header-top .redes_sociais a:hover svg{
    padding: 3px;
    opacity: 1;
}

.conteudo_index{
    background-image: url(../images/fundo_centro.jpg);
    background-repeat: repeat-x;
}

.texto_center{
    padding: 70px 100px;
    text-align: center;
}

.texto_center p{
    color: #5F5F72;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1px;
}

.texto_center p small{
    line-height: 100%;
    font-size: 16px;
}

.texto_center.light p{
    font-weight: 300;
    line-height: 100%;
}

.visita_tecnica .texto_center,
.quem_somos .texto_center{
    padding-top: 20px;
}

.quem_somos .texto_center p{
    font-size: 20px;
    color: #5F5F72;
    line-height: 140%;
}

footer{
    background-color: #066860;
    text-align: center;
}

footer p{
    color: #aaaaaa;
    font-size: 16px;
}

.webde_rodape{
    float: right;
}

.nivoSlider{
    z-index: 1;
}

.nivo-controlNav{
    position: relative;
    margin-top: -62px;
    z-index: 1;
}

.nivo-control{
    background-color: #fff;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 3px;
    font-size: 0;
}

.nivo-control.active{
    background-color: #AAAAAA;
}

.breadcrumb_int{
    position: relative;
    background-image: url(../images/paralax_int.jpg);
    background-size: 100% auto;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.breadcrumb_int .container{
    display: table;
    height: 200px;
}

.breadcrumb_int .conteudo{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.breadcrumb_int svg{
    max-height: 100px;
    max-width: 100px;
    color: inherit;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb_int:not(.breadcrumb_produtos) svg{
    height: 55px;
    width: 60px;
}

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

.breadcrumb_int span{
    display: inline-block;
    color: inherit;
    font-size: 18px;
    padding-right: 15px;
    text-shadow: 1px 1px 1px #000;
    line-height: 100%;
}

.breadcrumb_int span.categoria,
.breadcrumb_int h1{
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 100%;
    font-weight: 600;
    font-size: 35px;
    color: #fff;
    width: 100%;
    padding: 0;
}

.breadcrumb_int span:not(.categoria){
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.default_inputs input:not([type="submit"]):not([type="checkbox"]),
.default_inputs textarea {
    border: 1px solid #E2E2E2;
    font-size: 14px;
    color: #8E8E8E;
    height: 40px;
    padding: 13px;
    margin-bottom: 13px;
    width: 100%;
}

.default_inputs textarea {
    height: 200px;
}

.default_inputs input:not([type="submit"]):not([type="checkbox"]):focus,
.default_inputs textarea:focus {
    border: 1px solid #E0BEBE;
    outline: none;
}

.btn_enviar{
    display: inline-block;
    text-align: center;
    color: #9F3739;
    border: 1px solid #9F3739;
    width: 200px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 47px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn_enviar:not(:disabled):hover{
    background-color: #9F3739;
    color: #fff;
    text-decoration: none;
}

.btn_enviar.btn_orcamento{
    font-size: 16px;
    margin-bottom: 25px;
}

#form-visita{
    max-width: 650px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#form-visita .btn_enviar{
    float: right;
}

.g-recaptcha{
    float: left;
    margin-bottom: 30px;
    margin-right: 15px;
}

.visita_tecnica .enderecos p{
    color: #5F5F72;
    font-size: 16px;
    margin-bottom: 50px;
}

.visita_tecnica .enderecos p strong.red{
    color: #9F3739;
    font-size: 18px;
}

.border_image{
    border: 1px solid #E0E0E0;
}

.dados_produto_int .codigo{
    font-size: 20px;
    color: #9F3739;
}

.produtos_int h1{
    color: #9F3739;
    font-size: 35px;
    margin-bottom: 40px;
    font-weight: 600;
}

.dados_produto_int .texto p,
.dados_produto_int .texto li{
    color: #5F5F72;
    font-size: 15px;
    line-height: 120%;
}

.dados_produto_int .texto a{
    text-decoration: underline;
}

.link_compartilhar{
    display: inline-block;
    padding: 15px 0;
}

.link_compartilhar svg{
    height: 15px;
    width: 8px;
    margin-right: 10px;
    color: #666666;
    float: left;
}

.link_compartilhar span{
    font-weight: 600;
    line-height: 15px;
    font-size: 13px;
    color: #666666;
    float: left;
}

.link_compartilhar:hover svg,
.link_compartilhar:hover span{
    color: #9F3739;
}

.row_listagem_produtos{
    margin-left: -7px;
    margin-right: -7px;
}

.caixa_produto{
    float: left;
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 30px;
}

.caixa_produto .img-content{
    position: relative;
}

.caixa_produto .img-content:after,
.caixa_produto .img-content:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.caixa_produto .img-content:before {
    right: 10px;
    bottom: 10px;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;    
}

.caixa_produto .img-content:after {
    left: 10px;
    top: 10px;
    border-left: 0px solid #fff;
    border-top: 0px solid #fff;    
}

.caixa_produto a:hover .img-content:before, 
.caixa_produto a:hover .img-content:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-width: 2px;
}


.caixa_produto a{
    display: inline-block;
    width: 100%;
}

.caixa_produto .ver_mais{
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    z-index: 1;
}

.caixa_produto .titulo{
    font-size: 15px;
    color: #5F5F72;
    font-weight: 600;
    display: block;
    text-align: center;
    margin: 15px 0;
    font-weight: 600;
    line-height: 140%;
}

.caixa_produto a:hover{
    text-decoration: none;    
}

.caixa_produto a:hover .titulo{
    color: #9F3739;
}

.caixa_produto a:hover .ver_mais{
    opacity: 1;
}

.hover_layer{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(126,126,135,0.25);
    opacity: 0;
}

.caixa_produto a:hover .hover_layer{
    opacity: 1;
}

.outros_produtos .titulo{
    text-align: center;
    margin-bottom: 30px;
}

.outros_produtos .titulo svg{
    height: 50px;
    width: 50px;
    color: #666666;
    margin-bottom: 10px;
}

.outros_produtos .titulo span{
    color: #9F3739;
    font-size: 20px;
    line-height: 100%;
}

.outros_produtos .titulo span strong{
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
}

.owl-dots{
    margin-top: -30px;
    z-index: 1;
    position: relative;
    text-align: center;
}

.owl-dots .owl-dot{
    display: inline-block;
}

.owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 2px;
    background: #fff;
    display: inline-block;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
}

.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span {
    background: #AAAAAA;
}

.produto_outlet_svg{
    position: absolute;
    left: 13px;
    top: 13px;
    height: 20px;
    width: 20px;
    color: #9F3739;
    opacity: 0.8;
}

.blog-read-more::after{
    display: none;
}

.home-2-service {
    background-image: url(../images/fundo1.jpg);
    padding: 75px 0;
}

.musica_video #iframe_video_institucional{
    width: 100%;
    height: 320px;
}

.musica_video #iframe_musica{
    width: 100%;
    max-width: 300px;
    height: 80px;
}

.musica_video h2{
    color: #333;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
}

.musica_video p{
    color: #333;
    font-size: 16px;
    margin-bottom: 35px;
}

.musica_video p.m-b-15{
    margin-bottom: 15px;
}

.service-area .service a{
    display: inline-block;
    width: 100%;
}

.service-area .service a:hover{
    text-decoration: none;
}

.service-area .service svg{
    height: 50px;
    width: 50px;
    margin-bottom: 15px;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.service-area .service a:hover svg{
    height: 54px;
    width: 54px;
    margin-bottom: 11px;
}

.service-area .service h2{
    color: #fff;
    font-size: 23px;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 15px;
    line-height: 15px;
    margin-top: 0px;
    padding: 14px !important;
}

.main-menu ul li .version a:hover {
    color: #e7af73;
}

.capa_interna{
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}

.noticias_interna h1{
    margin-bottom: 30px;
    text-align: center;
}

.compartilhar{
    margin: 30px 0;
}

.compartilhar svg{
    height: 30px;
    width: 30px;
}

.compartilhar span{
    font-size: 15px;
    margin-right: 5px;
}

.compartilhar svg,
.compartilhar span{
    color: #3a000f;
    display: inline-block;
    vertical-align: middle;
}

.compartilhar a:hover svg{
    color: #541D1E;
}

.main-menu ul li.face_menu{
    height: unset;
}

.main-menu ul li.face_menu a{
    float: left;
    padding: 23px 20px;
}

.face_menu svg{
    height: 24px;
    width: 24px;
    float: right;
}

.mobile-menu-area{
    padding-bottom: 15px;
}

.anexos a:hover,
.anexos a:focus,
.anexos a{
    color: #737373;
    text-decoration: none;
    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 a{
    display: inline-block;
    vertical-align: middle;    
}

.anexos a:not(.svg_content){
    width: calc(100% - 115px);
}

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

.capa_interna{
    width: 50%;
}

.blog-img img{
    width: 100%;
}

.single-blog{
    width: 100%;
}

.blog-content .blog-title a:hover {
    color: #066860;
    text-decoration: none;
}

.blog-read-more{
    border-color: #066860;
    color: #066860;
}

.blog-read-more:hover {
    background: #066860;
    color: #fff;
}

.blog-read-more span{
    color: inherit;
}

.resumo_not{
    font-size: 15px;
    margin-bottom: 35px;
    font-style: italic;
}

.content_outras_noticias{
    margin-top: 100px;
}

.content_outras_noticias .noticia a:hover{
    text-decoration: none;
}

.content_outras_noticias .noticia h3{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content_outras_noticias .noticia p{
    font-size: 14px;
}

.listagem_fotos{
    margin-top: 40px;
}

.soberanas .texto h2{
    margin: 15px 0;
    font-size: 21px;
    text-align: center;
}

.soberanas .texto p{
    font-size: 15px;
    text-align: justify;
}

.texto_secao strong{
    font-size: 18px;
}

.blogs-carousel .owl-prev, .blogs-carousel .owl-next{
    position: absolute;
    top: 100px;
    display: inline-block;
}
.blogs-carousel .owl-nav svg{
    opacity: 0.6;
    height: 50px;
    width: 50px;
    color: #3a000f;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}
.blogs-carousel .owl-nav svg:hover{
    opacity: 1;
}
.blogs-carousel .owl-prev{
    left: 5%;
}
.blogs-carousel .owl-next{
    right: 5%;
}

audio{
    width: 100%;
    max-width: 300px;
}

.conteudo_noticias,
.slider-container{
    margin-bottom: 50px;
}

.blog-content .blog-title a{
    text-transform: none;
}

.nivoSlider a.nivo-imageLink{
    z-index: 999;
}














.mfp-counter{
    display: none;
}

.btn_recaptcha:disabled{ 
    opacity: 0.3 !important; 
    cursor: not-allowed !important;
}

p span.red{
    font-size: inherit;
    color: #9F3739;
    font-weight: inherit;
    line-height: inherit;
}

input,
button,
label,
a{
    outline-color: #848592;
}

.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){    
    header{
        margin-bottom: 1px;
    }
    .soberanas .texto{
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
    }
    .musica_video .texto {
        padding-top: 15px;
        padding-left: 30px;
    }
}

@media (min-width:992px){

}

@media (min-width: 1200px){
    .dados_produto_int{
        padding-top: 60px;
        padding-left: 40px;
    }
    .caixa_produto{
        width: calc(100% / 5);
    }
}

@media (min-width: 1360px){
    .blogs-carousel .owl-prev {
        left: -75px;
    }
    .blogs-carousel .owl-next {
        right: -75px;
    }
}

@media (min-width: 1600px){
    .alignleft{
        margin-left: 35px;        
    }
}

@media (min-width: 1900px){
    .nivo-main-image{
        width: auto !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:1199px){
    .main-menu ul li a .foto_menu{
        display: none;
    }
    .main-menu ul li{
        min-width: 0;
    }
}

@media (min-width: 992px) and (max-width:1199px){
    .blogs-carousel .owl-prev,
    .blogs-carousel .owl-next {
        top: 75px;
    }
    .caixa_produto{
        width: calc(100% / 4);
    }
    .main-menu ul li a {
        padding: 20px 10px;
        font-size: 13px;
    }
    .breadcrumb_int svg{
        max-width: 90px;
    }
}

@media (max-width: 991px){
    footer{
        margin-top: 75px;
    }
    .mean-container .mean-bar::after{
        top: 6px;
        left: 17px;
    }
    .rodape_left,
    .rodape_right{
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    footer .logo{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
    .breadcrumb_int{
        background-attachment: unset;
        margin-bottom: 30px;
    }
    .breadcrumb_int .container {
        height: 140px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .blogs-carousel .owl-prev,
    .blogs-carousel .owl-next{
        top: 90px;
    }
    .caixa_produto{
        width: calc(100% / 3);
    }
    .breadcrumb_int svg{
        max-width: 70px;
    }
    .outros_menus a{
        margin-top: 15px;
    }
    .rodape_left,
    .rodape_right{
        float: left;
        width: 50%;
        text-align: left;
        margin-bottom: 50px;
    }
    .rodape_right{
        text-align: right;
    }
}

@media (max-width: 767px){
    .container_frases_cab img {
        top: -15px;
    }
    .content_outras_noticias .noticia a{
        display: block;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .face_menu svg{
        float: left;
    }
    .service-area .service a:hover svg {
        height: 33px;
        width: 33px;
        margin-bottom: 2px;
    }
    footer {
        margin-top: 50px;
    }
    .blogs-carousel .owl-prev,
    .blogs-carousel .owl-next {
        top: -15px;
    }
    .blogs-carousel .owl-prev{
        left: 0px;
    }
    .blogs-carousel .owl-next{
        right: 0px;
    }
    .blogs-carousel .owl-nav svg {
        height: 35px;
        width: 35px;
        background-color: #fff;
    }
    .content_outras_noticias .noticia{
        margin-bottom: 30px;
    }
    .capa_interna{
        width: 100%;
        margin-bottom: 15px;
    }
    .conteudo_noticias,
    .slider-container{
        margin-bottom: 30px;
    }
    .blog-content p{
        font-size: 13px;
    }
    .webde_rodape{
        margin-top: 30px;
    }
    .musica_video iframe {
        height: 220px;
    }
    .service-area .service svg {
        height: 30px;
        width: 30px;
        margin-bottom: 5px;
    }
    .service-area .service h2{
        font-size: 20px;
    }
    .service-area .service{
        margin-bottom: 30px;
    }
    .home-2-service {
        background-image: url(../images/fundo1_xs.jpg);
        padding: 35px 0;
    }
    .header-middle{
        padding: 15px;
    }
    .header-top .redes_sociais span{
        border-left: none;
    }
    .breadcrumb_int svg{
        max-width: 30px;
    }
    .breadcrumb_int .texto{
        width: calc(100% - 50px);        
    }
    .breadcrumb_int span,
    .resumo_not{
        font-size: 14px;
    }
    .texto-noticia p,
    .texto-noticia span,
    .texto-noticia li{
        font-size: 15px;
    }
    .breadcrumb_int span.categoria, 
    .breadcrumb_int h1,
    .noticias_interna h1{
        font-size: 22px;
    }
    .texto_center{
        padding: 30px 0;
    }
    .texto_center p{
        font-size: 20px;
    }
    .outros_menus {
        text-align: center;
        margin: 5px 0;
    }
    .outros_menus a {
        vertical-align: middle;
        font-size: 13px;
        padding: 5px;
        margin: 0;
    }
    .nivo-controlNav{
        display: none;
    }
    #scrollUp {
        bottom: 20px;
    }
    .modal-body {
        padding: 0px;
    }
    .container {
        width: 100%;
    }
    footer p{
        font-size: 15px;
    }
    footer p strong{
        font-size: 16px;
    }
    .caixa_produto{
        width: 50%;
    }
    .caixa_produto .titulo{
        font-size: 13px;
    }
    .carousel_fotos_produto{
        margin-bottom: 30px;
    }
    .enderecos{
        text-align: center;
    }
    .iframe_loja iframe{
        height: 250px;
    }
}

@media (max-width: 400px){
    .tamanhotext2{
        width: 84%;
        margin-left: 8%;
    }
}

@media (max-width: 386px){
    .btnmodal1{
        padding: 2px 25px; 
    }
}

@media (max-width: 298px){
    .btnmodal1{
        padding: 0px 25px; 
    }
}

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