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

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

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

li, p{
    font-size: 15px;
}

strong{
    font-weight: 700;
}

::selection {
    background-color: #930000;
    color: #ffffff;
    text-shadow: none;
}
::-moz-selection {
    background: #930000;
    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;
}

.owl-carousel .owl-stage{
    display: block;
    margin-left: auto;
    margin-right: auto;
}



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

.form-padrao input:not([type="checkbox"]),
.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="checkbox"]{
    text-align: left;
    font-size: 15px;
}

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

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

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

#conteudos_middle {
    margin: 50px 0px;
}

.flex-conteudos {
    width: 100%;
}

.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;
    width: 33%;
    margin-left: 20px;
    margin-bottom: 20px;
}

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

.listagem_fornecedores .item .foto,
.iframe_link_gallery .foto{
    width: 100%;
    border: none;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/sem_foto.jpg);
    position: relative;
    padding-bottom: 56.25%;
}

.listagem_fornecedores .item .foto:after,
.iframe_link_gallery .foto:after{
    content: url(../images/youtube.png);
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    z-index: 2;
}

.iframe_link_gallery .foto:not(:hover):before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.4);
}

.texto_int a,
.texto_int a:hover,
.texto_int a:focus{
    color: #0E72BC;
    text-decoration: underline;
}

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

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

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

.botao_vermelho{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 40px;
    padding: 0 25px;
    color: #fff;
    font-size: 18px;
    background-color: #930000;
    border-radius: 0px;
    border: none;
}

.botao_vermelho:hover,
.botao_vermelho:focus{
    color: #fff;
    background-color: #C10000;
}

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

.botao_vermelho:not(:disabled):hover:after {
    display: block;
    -webkit-animation: shine 0.3s 0s linear;
    -moz-animation: shine 0.3s 0s linear;
    animation: shine 0.3s 0s linear;
}

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

.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: #F8F8F8;
    padding: 0px;
    box-shadow: 0 0 5px -2px #777;
}

.navbar{
    padding: 0;
}

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

.logo_cab .logo img{
    height: 70px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
    margin: 25px 25px 25px 0px;
}

.logo_cr_cab img{
    height: 70px;
    margin-right: 25px;
}

.content_busca_lg,
.select_videos_cab{
    display: inline-block;
    vertical-align: middle;
}

.content_busca_lg{
    width: 250px;
    position: relative;
}

.select_videos_cab{
    position: relative;
    margin-right: 30px;
}

.select_videos_cab .animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.select_videos_cab>a{
    color: #930000;
    font-size: 18px;
}

.select_videos_cab.show>a,
.select_videos_cab>a:hover{
    color: #C10000;
}

.assine_cab{
    line-height: 40px;
    padding: 0 25px;
    color: #fff;
    font-size: 18px;
    background-color: #930000;
    margin-right: 15px;
}







.content_busca{
    position: relative;
}

.content_busca form{
    width: 100%;
    margin: 0;
}

.content_busca input{
    width: 100%;
    height: 40px;
    border: 1px solid #999999;
    padding-left: 10px;
    padding-right: 50px;
    color: #999999;
    font-size: 14px;
    font-style: italic;
}

.content_busca button{
    height: 38px;
    width: 38px;
    background-color: transparent;
    border: none;
    position: absolute;
    right: 1px;
    top: 1px;
}

.content_busca svg {
    float: left;
    margin-left: 4px;
    color: #999999;
    height: 19px !important;
    width: 19px !important;
}








.titulo_buscado p{
    margin: 0;
}

.busca .subtitle{
    margin-bottom: 5px;
}

.busca .subtitle h2{
    color: #930000;
}





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

.navbar-expand-lg .navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: 14px;
    color: #930000;
    padding: 5px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

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

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

.dados_redes_acesso{
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 10px;
}

.dados_redes_acesso a{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #D6D6D6;
    background: #fff;
    color: #666666;
    font-size: 14px;
    line-height: 17px;
    padding: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dados_redes_acesso a:hover{
    color: #930000;
}

.dados_redes_acesso a svg{
    float: left;
    height: 17px;
    width: 17px;
    color: inherit;
}

.dados_redes_acesso a.link_restrita svg{
    margin-right: 5px;
}




.subtitle{
    margin-bottom: 30px;
}

.subtitle h2{
    font-size: 25px;
}

.redes .caixa_svg{
    float: left;
    height: 33px;
    width: 33px;
    border: 1px solid #D6D6D6;
    padding-top: 7px;
    padding-left: 7px;
}

.redes .caixa_svg svg{
    float: left;
    width: 17px;
    height: 17px;
    color: #331527;
}

.redes span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 16px;
    color: #331527;
    margin-top: 5px;
}

.redes a:hover svg,
.redes a:hover span{
    color: #930000;
}









.center-nav .owl-prev,
.center-nav .owl-next{
    position: absolute;
    bottom: calc(50% - 16px);
    display: inline-block;
}
.owl-nav svg{
    opacity: 0.6;
    height: 33px;
    width: 33px;
    color: #888888;
    -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%;
}
.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{
    margin-top: 0px !important;
}

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

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border: none;
    background: #930000;
    border-radius: 50%;
    opacity: 0.7;
}

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



.btn_quadrado{
    text-align: center;
    display: inline-block;
    padding: 0 25px;
    line-height: 35px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_quadrado:hover,
.btn_quadrado:focus{
    color: #FFF;
    background: rgba(255,255,255,0.1);
}

.btn_quadrado.h50{
    line-height: 50px;
    min-width: 215px;
}

#title_pre {
    font-size: 25px;
    padding: 30px 0;
    background-color: #314673;
    color: #fff;
    text-align: center;
}

#title_pre,
#carousel_inicial{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#carousel_inicial{
    z-index: 1;
    margin: 0 0 35px 0;
}

.span-categoria-conteudo {
    font-size: 15px;
    color: #86A82D;
    position: relative;
    display: block;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.span-categoria-conteudo::after {
    content: ' ';
    display: block;
    bottom: 0px;
    width: 40px;
    height: 1px;
    background: #e1e5e7;
}

.ver_todos_home{
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
    border-top: 1px solid #cacaca;
}

.ver_todos_home a{
    color: #930000;
}

.ver_todos_home a:hover{
    color: #C10000;
    text-decoration: underline;
}



.link_conteudo h2{
    color: #930000;
    padding: 15px;
    text-align: center;
}

.link_conteudo h3{
    color: #930000;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.foto_video_box {
    width: 100%;
    padding-bottom: 60%;
    background-color: #000;
    background-size: cover;
    background-position: center center;
    position: relative;
}

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

.foto_video_box.foto_int:hover:before{
    opacity: 0;
}

.foto_video_box:after{
    content: url(../images/youtube.png);
    position: absolute;
    left: calc(50% - 32px);
    top: calc(50% - 23px);
    z-index: 2;
}











.patrocinios{
    padding: 20px 0;
}

.index .patrocinio{
    margin: 50px 0;
}

.patrocinios .owl-carousel img{
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.patrocinios_int{
    margin: -50px 0 30px 0;
}

.patrocinios_under_breadcrumb{
    background-color: rgba(218, 207, 207, 0.4);
    margin-top: 0 !important;
}






#conteudos_categorias {
    margin: 40px 0px;
}

#conteudos_categorias .div_conteudo{
    padding: 40px 0 30px 0;
    background-color: rgba(218, 207, 207, 0.4);
}

#conteudos_categorias .div_conteudo:nth-child(even){
    background-color: #fff;
}

#conteudos_categorias .div_conteudo h2,
#conteudos_categorias .div_conteudo h3{
    color: #930000;
    font-size: 25px;
    font-weight: 600;
}

#conteudos_categorias .div_conteudo h3{
    font-size: 16px;
}

#conteudos_categorias .container{
    position: relative;
}

#conteudos_categorias .owl-nav{
    text-align: left;
    width: calc(33.3% - 15px);
    position: absolute;
    left: calc(-33.3% - 15px);
    bottom: 50px;
}

#conteudos_categorias .owl-prev,
#conteudos_categorias .owl-next{
    outline: none;
}

.content_titulo{
    position: relative;
}

#conteudos_categorias .ver_mais{
    border-top: 1px solid #C9CCD1;
    font-size: 13px;
    color: #070707;
    line-height: 250%;
}

#conteudos_categorias .ver_mais:hover{
    color: #930000;
}














































#breadcrumb{
    padding: 25px 0;
    position: relative;
    background-color: rgba(218, 207, 207, 0.4);
    margin-bottom: 50px;
}

.fornecedores_list #breadcrumb,
.detalhes_fornecedor #breadcrumb,
.detalhes_conteudo #breadcrumb{
    margin-bottom: 0;
}

#breadcrumb .conteudo{
    color: #333F4A;
    font-size: 13px;
    line-height: 120%;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

#breadcrumb .container .conteudo:not(:first-child):before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 8px;
    background-image: url(../images/seta_breadcrumb.png);
    background-size: cover;
    margin: 0 8px 0 6px;
}






.compartilhar{
    text-align: right;
    margin-bottom: 20px;
}

.compartilhar span{
    color: #930000;
    font-size: 14px;
    line-height: 32px;
    margin-right: 3px;
}

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

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
















.link_anexo{
    display: block;
    background-color: rgba(218, 207, 207, 0.4);
    color: #595959;
    font-size: 13px;
    padding: 3px 15px;
    position: relative;
    margin-bottom: 3px;
}

.link_anexo:hover{
    color: #A22A36;
}

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













.listagem_default .item{
    margin-bottom: 50px;
}

.listagem_default .conteudo h2{
    font-size: 20px;
    line-height: 130%;
    color: #314673;
    font-weight: 700;
    margin-bottom: 5px;
}

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









































.tags_categoria{
    margin: 15px 0;
}

.tags_categoria h2,
.tags_categoria span{
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 0;
    color: #FFF;
    font-size: 12px;
    line-height: 25px;
    background-color: #C10000;
    padding: 0 10px;
}

.titulo_int{
    font-size: 28px;
    margin-bottom: 30px;
    color: #930000;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #C9CCD1;
}

.resumo_int{
    margin-bottom: 30px;
}

.patrocinio_videos_int{
    background-color: #E1E2E3;
    padding: 40px 25px;
    display: block;
}















.form_fornecedores{
    text-align: center;
    margin-bottom: 50px;
    background-color: #E0DFDE;
    padding: 30px 0 37px 0;
}

.form_fornecedores.top_margin{
    margin-top: 150px;
    background-color: transparent;
}

.form_fornecedores .titulo_int{
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.form_fornecedores.top_margin .titulo_int{
    margin-bottom: 15px;
}

.form_fornecedores input,
.form_fornecedores button{
    display: inline-block;
    vertical-align: middle;
    height: 50px;
}

.form_fornecedores input{
    width: 45%;
    padding-left: 15px;
    font-size: 13px;
    color: #79797F;
    text-transform: uppercase;
    box-shadow: 0px 1px 0px 0px #BEBEBE;
}

.form_fornecedores button{
    width: 325px;
    line-height: 50px;
    cursor: pointer;
    margin: 0 4px;
    font-size: 14px;
}

.form_fornecedores .botao_vermelho:hover:after {
    display: block;
    -webkit-animation: shine 0.5s 0s linear;
    -moz-animation: shine 0.5s 0s linear;
    animation: shine 0.5s 0s linear;
}

.listagem_fornecedores .resultados{
    display: block;
    border-bottom: 1px solid #C9CCD1;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.listagem_fornecedores .resultados,
.listagem_fornecedores .resultados span{
    font-size: 14px;
    color: #CA0707;
    font-weight: 600;
}

.listagem_fornecedores .item{
    margin-bottom: 30px;
}

.listagem_fornecedores .item .dados{
    padding: 20px 7px;
    border-bottom: 1px solid #C9CCD1;
}

.listagem_fornecedores .item .dados .categoria{
    display: inline-block;
    line-height: 25px;
    padding: 0 30px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #C10000;
    margin-bottom: 15px;
}

.listagem_fornecedores .item h2{
    color: #930000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.listagem_fornecedores .item .dados h3{
    font-size: 15px;
    color: #070707;
    margin-bottom: 25px;
}

.ver_mais_btn{
    color: #070707;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #A7A3A0;
    padding: 10px;
    text-align: center;
    width: 100%;
    max-width: 280px;
    display: block;
    margin: 0 auto 15px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ver_mais_btn:hover{
    color: #930000;
    border-color: #930000;
}




.detalhes_fornecedor .tags_categoria{
    float: left;
    margin-right: 30px;
    margin-top: 0;
}

.detalhes_fornecedor .compartilhar{
    float: right;
    margin-bottom: 15px;
}

.detalhes_fornecedor .foto_titulo{
    margin-bottom: 30px;
}

.detalhes_fornecedor .foto_titulo .titulo_int{
    padding-bottom: 0;
    margin-bottom: 10px;
    border: none;
    font-size: 28px;
    padding-top: 15px;
}

.detalhes_fornecedor .foto_titulo h2{
    color: #535353;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}

.detalhes_fornecedor .ver_mais_btn{
    margin: unset;
    display: inline-block;
}

.form_fornecedor{
    margin-top: 30px;
    background-color: #E0DFDE;
    padding: 50px 100px;
}

.form_fornecedor .telefones{
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    border-right: 1px solid #A0A0A0;
}

.form_fornecedor .telefones .item{
    display: block;
    margin: 30px 0;
}

.form_fornecedor .telefones .item svg{
    color: #860B0B;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.form_fornecedor .telefones .item span{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px);
    color: #525252;
    font-size: 16px;
    line-height: 130%;
}

.form_fornecedor .telefones .item span strong{
    font-size: 20px;
    font-weight: 600;
    color: #850B0B;
}

.form_fornecedor .telefones .item span small{
    font-size: 12px;
}

.form_fornecedor .inputs{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 270px);
    padding-left: 60px;
}

.form_fornecedor .inputs .titulo{
    margin-bottom: 10px;
}

.form_fornecedor .inputs .titulo svg{
    color: #860B0B;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.form_fornecedor .inputs .titulo span{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 45px);
    color: #525252;
    font-size: 16px;
}

.form_fornecedor.form-padrao input,
.form_fornecedor.form-padrao textarea{
    background-color: #F0F0F0;
}




























.listagem_noticias .item{
    margin-bottom: 50px;
}

.listagem_noticias .texto{
    padding: 20px;
    display: block;
}

.listagem_noticias h2{
    color: #930000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 5px;
}

.listagem_noticias .texto .data,
.listagem_noticias .texto p{
    color: #060606;
    font-size: 15px;
}

.listagem_noticias .texto .detalhes{
    display: inline-block;
    font-size: 15px;
    color: #060606;
    border: 1px solid #A7A3A0;
    padding: 0 25px;
    line-height: 40px;
    font-weight: 600;
    cursor: pointer;
}

.listagem_noticias .texto .detalhes svg{
    color: #807975;
    height: 40px;
    width: 20px;
    float: left;
    margin-right: 5px;
}

.listagem_noticias .texto .detalhes:hover,
.listagem_noticias .texto .detalhes:hover svg{
    color: #930000;
}








.detalhes_noticia .resumo{
    font-style: italic;
    margin-bottom: 30px;
}

.container_secao .titulo_int,
.detalhes_noticia .titulo_int{
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#fotos_secao{
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}



.texto_quem_somos .pessoa{
    margin-bottom: 15px;
}

.texto_quem_somos .pessoa img{
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
}



.pessoa:not(.no_photo) .texto{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 170px);
}

.pessoa .texto h3{
    font-size: 22px;
    font-weight: bold;
}





.container_area_restrita .titulo_int{
    padding-bottom: 15px;
}















footer{
    margin-top: 100px;
}

.index footer{
    margin-top: 50px;
}

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 p,
footer a:hover p,
footer a:focus svg,
footer a:hover svg{
    color: #00B3C1;
}

footer a p strong{
    text-decoration: underline;
}

footer .item h2{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
}

.conteudo_rodape{
    text-align: center;
    padding: 15px 0;
    background: #F8F8F8;
}

.conteudo_rodape .logo_rodape{
    height: 70px;
    display: inline-block;
    vertical-align: middle;
}

.conteudo_rodape .item{
    display: inline-block;
    vertical-align: middle;
    padding: 15px 15px 15px 30px;
    margin-left: 30px;
    border-left: 2px solid #BAB6B4;
}

.conteudo_rodape .item svg{
    color: #807975;
    height: 23px;
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.conteudo_rodape .item span{
    color: #930000;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.conteudo_rodape .item span img{
    margin-top: -4px;
    height: 20px;
}

.copyright{
    background-color: rgba(218, 207, 207, 0.4);
    padding: 15px 0;
    position: relative;
}

.copyright .container{
    position: relative;
}

.copyright p{
    font-size: 14px;
    color: #930000;
    margin: 0;
}

.svg_webde{
    position: absolute;
    right: calc(50% - 22px);
    top: 5px;
    width: 43px;
    height: 13px;
    color: #818896;
}

a:focus .svg_webde,
a:hover .svg_webde{
    color: #930000;
}

#to_top{
    position: fixed;
    bottom: 52px;
    right: 15px;
    background-color: #fff;
    text-align: center;
    padding: 15px;
    color: #930000;
    font-size: 14px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0px 0px 5px -2px;
    display: none;
}

#to_top svg{
    color: inherit;
    width: 25px;
    height: 15px;
    display: block;
    margin: 0 auto;
}

















.conteudo_assine h2{
    font-size: 25px;
    background-color: #930000;
    color: #fff;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 10px;
}

.conteudo_assine h3,
.conteudo_assine h4{
    font-size: 22px;
    color: #930000;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 5px;
}

.conteudo_assine h4{
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 15px;
}

.conteudo_assine .item_assinatura{
    display: block;
    background-color: #e2e2e2;
    padding: 30px;
    margin-bottom: 50px;
}

.item_assinatura img{
    max-width: 100%;
}

.conteudo_assine .item_assinatura h3{
    margin-top: 0;
}















.content_busca_sm{
    position: relative;
    margin-bottom: 15px;
}

.dropdown-menu{
    border-radius: 0;
    margin: 7px 0 0 0;
    border: none;
    background-color: #930000;
    min-width: 200px;
}
.dropdown-item{
    color: #fff;
    padding: 3px 12px;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background: transparent;
    text-decoration: underline;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 15px;
    margin: 0;
}
.navbar-expand-lg .navbar-nav .nav-item.show .nav-link,
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color: #C10000;
    text-decoration: underline;
}

.row_less_pad{
    margin-right: -7px !important;
    margin-left: -7px !important;
}

.row_less_pad>div{
    padding-right: 7px !important;
    padding-left: 7px !important;
}

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

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

.delay-1{ animation-delay: .1s; }
.delay-2{ animation-delay: .2s; }
.delay-3{ animation-delay: .3s; }
.delay-4{ animation-delay: .4s; }
.delay-5{ animation-delay: .5s; }
.delay-6{ animation-delay: .55s; }
.delay-7{ animation-delay: .6s; }
.delay-8{ animation-delay: .65s; }
.delay-9{ animation-delay: .7s; }
.delay-10{ animation-delay: .75s; }
.delay-11{ animation-delay: .8s; }
.delay-12{ animation-delay: .85s; }
.delay-13{ animation-delay: .9s; }
.delay-14{ animation-delay: .95s; }
.delay-15{ animation-delay: 1s; }
.delay-16{ animation-delay: 1.02s; }
.delay-17{ animation-delay: 1.04s; }
.delay-18{ animation-delay: 1.06s; }
.delay-19{ animation-delay: 1.08s; }
.delay-20{ animation-delay: 1.1s; }
.delay-21{ animation-delay: 1.12s; }
.delay-22{ animation-delay: 1.14s; }
.delay-23{ animation-delay: 1.16s; }
.delay-24{ animation-delay: 1.18s; }
.delay-25{ animation-delay: 1.2s; }

@media (min-width: 768px){
    .min_h_page{
        min-height: 430px;
    }
    .fornecedores_list .form_fornecedores.top_margin{
        min-height: 280px;
    }
}

@media (min-width: 992px){
    #to_top{
        bottom: 100px;
    }
    #conteudos_categorias .ver_mais{
        position: absolute;
        bottom: 0;
        left: 15px;
        width: calc(100% - 30px);
    }
    .content_busca_sm{
        display: none;
    }
    .less_pad_l{
        padding-right: 5px;
    }
    .less_pad_r{
        padding-left: 5px;
    }
    .navbar-nav{
        align-items: baseline;
        margin-top: 30px;
    }
    .navbar-expand-lg {
        align-items: center;
    }
}

@media (min-width: 1200px){
    .min_h_container{
        min-height: 229px;
    }
    .detalhes_conteudo #conteudos_categorias .div_conteudo .container .row>div.content_titulo{
        flex: 0 0 18%;
        max-width: 18%;
    }
    .detalhes_conteudo #conteudos_categorias .div_conteudo .container .row>div:not(.content_titulo){
        flex: 0 0 82%;
        max-width: 82%;
    }
    #conteudos_categorias .ver_mais{
        bottom: 50px;
    }
}

@media (min-width: 1500px){
    .container{
        max-width: 1470px;
    }
    .svg_webde{
        right: 340px;
    }
    #conteudos_categorias .owl-nav {
        width: calc(33.3% - 125px);
        left: calc(-33.3% - -125px);
        bottom: 100px;
    }

}

@media (min-width: 1900px){
    .svg_webde{
        right: 140px;
    }
}

@media (min-width: 1200px) and (max-width:1499px){
    .content_busca_lg {
        width: 237px;
    }
    #conteudos_categorias .owl-nav {
        width: calc(33.3% - 100px);
        left: calc(-33.3% - -100px);
        bottom: 100px;
    }
    .listagem_default .conteudo h2{
        font-size: 16px;
    }
    .svg_webde{
        right: 320px;
    }
    body{
        padding-top: 95px;
    }
    #cabecalho {
        padding: 10px 0;
    }
    .logo_cab .logo img {
        height: 65px;
        margin: 5px 10px 5px 0;
        padding-right: 15px;
    }
    .select_videos_cab {
        margin-right: 10px;
    }
    .dropdown-menu{
        margin-top: 8px;
    }
    .assine_cab {
        margin-right: 5px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 8px;
        font-size: 12px;
        margin: 0;
    }
    .dados_redes_acesso{
        top: -3px;
    }
    .dados_redes_acesso a{
        font-size: 12px;
    }
    .link_conteudo h2{
        font-size: 20px;
    }
    #conteudos_categorias .div_conteudo h2{
        font-size: 20px;
    }
    .conteudo_rodape .logo_rodape {
        height: 50px;
    }
}

@media (max-width:1499px){

}

@media (max-width:1199px){

}



@media (min-width: 992px) and (max-width:1199px){
    .content_busca_lg{
        display: none;
    }
    .listagem_default .conteudo h2{
        font-size: 15px;
    }
    .svg_webde{
        right: 330px;
    }
    body{
        padding-top: 95px;
    }
    #cabecalho {
        padding: 10px 0;
    }
    .content_busca_lg{
        position: absolute;
        top: 18px;
        right: 270px;
    }
    .gsib_a{
        padding: 7px 45px 6px 9px !important;
    }
    .cse .gsc-search-button-v2, .gsc-search-button-v2 {
        padding: 6px 11px 5px 11px !important;
    }
    .logo_cab .logo img {
        height: 65px;
        margin: 5px 10px 5px 0;
        padding-right: 15px;
    }
    .select_videos_cab {
        margin-right: 10px;
    }
    .dropdown-menu{
        margin-top: 8px;
    }
    .assine_cab {
        margin-right: 5px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 8px;
        font-size: 12px;
        margin: 0;
    }
    .dados_redes_acesso{
        top: -3px;
    }
    .dados_redes_acesso a{
        font-size: 12px;
    }
    .link_conteudo h2{
        font-size: 18px;
    }
    #conteudos_categorias .div_conteudo h2{
        font-size: 18px;
    }
    .conteudo_rodape .logo_rodape {
        height: 50px;
    }
    .conteudo_rodape .item{
        padding: 10px 15px;
        margin-left: 15px;
    }
    .conteudo_rodape .item span {
        font-size: 16px;
    }
}

@media (max-width: 991px){
    #conteudos_categorias .owl-nav {
        width: 100%;
        left: 0;
        text-align: center;
        bottom: -45px;
    }
    .content_busca_lg{
        display: none;
    }
    .cse .gsc-search-button-v2, .gsc-search-button-v2 {
        padding: 14px 20px 14px 20px !important;
    }
    .dropdown-menu{
        margin-top: 8px;
    }
    .navbar-nav{
        margin-top: 30px;
        border-bottom: none;
        padding-right: 0;
        text-align: right;
        max-height: 400px;
        overflow: auto;
    }
    .dados_redes_acesso{
        position: relative;
        top: unset;
        right: unset;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .conteudo_rodape .logo_rodape {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .conteudo_rodape .item{
        padding: 10px 15px;
        margin-left: 0;
    }
    .conteudo_rodape a:nth-child(2){
        border: none !important;
    }
    .conteudo_rodape .item span {
        font-size: 16px;
    }
    #to_top{
        padding: 10px;
    }
    #conteudos_categorias .ver_mais{
        display: block;
        text-align: right;
        margin-top: 5px;
    }


}

@media (min-width: 768px) and (max-width: 991px){
    .listagem_default .conteudo h2{
        font-size: 15px;
    }
    #to_top {
        bottom: 53px;
        right: calc(100% - 59px);

    }
    .svg_webde{
        right: 100px;
    }
    body{
        padding-top: 85px;
    }
    #cabecalho{
        padding: 10px 0;
    }
    .logo_cab .logo img{
        height: 55px;
        margin: 5px 25px 5px 0;
    }
    .link_conteudo h2{
        font-size: 14px;
    }
    #conteudos_categorias .div_conteudo{
        padding: 30px 0 60px 0;
    }
    #conteudos_categorias .div_conteudo h2{
        font-size: 18px;
    }

}

@media (max-width: 767px){
    .logo_cr_cab{
        display: none;
    }
    .index .patrocinios{
        margin: 20px 0;
    }
    .patrocinios_int {
        margin: -35px 0 30px 0;
    }
    footer{
        margin-top: 50px;
    }
    .index footer{
        margin-top: 30px;
    }
    .texto_quem_somos h2{
        font-size: 24px;
    }
    .texto_quem_somos .pessoa{
        margin-bottom: 30px;
    }
    .texto_quem_somos .pessoa h3{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .texto_quem_somos .pessoa img{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .pessoa:not(.no_photo) .texto{
        display: block;
        width: 100%;
        text-align: center;
    }
    #title_pre{
        font-size: 20px;
    }
    .conteudo_rodape .logo_rodape {
        margin-bottom: 10px;
        height: 70px;
    }
    .span-categoria-conteudo {
        font-size: 13px;
        font-style: italic;
        padding-top: 15px;
    }
    .assine_cab{
        margin-right: 0;
        margin-bottom: 15px;
    }
    #conteudos_categorias .div_conteudo h3 {
        font-size: 14px;
        padding: 10px 3px;
    }
    .subtitle{
        text-align: center;
    }
    .subtitle h2{
        font-size: 20px;
    }
    .redes span{
        font-size: 14px;
    }
    .dropdown-menu{
        overflow: auto;
        max-height: 335px;
    }
    .dropdown-item {
        padding: 6px 15px;
    }
    .dropdown-menu::-webkit-scrollbar {
        width: 5px;
    }
    .dropdown-menu::-webkit-scrollbar-track {
        background: #C10000; 
    }
    .dropdown-menu::-webkit-scrollbar-thumb {
        background: #fff; 
    }
    .dropdown-menu::-webkit-scrollbar-thumb:hover {
        background: #ccc; 
    }
    .foto_video_box:after {
        content: '';
        left: calc(50% - 20px);
        top: calc(50% - 20px);
        height: 40px;
        width: 40px;
        background: url(../images/youtube.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .form_fornecedores input,
    .form_fornecedores button{
        width: 100%;
        margin-bottom: 5px;
    }
    .patrocinio_videos_int {
        padding: 50px;
    }
    .patrocinio_videos_int .item:not(:last-child){
        margin-bottom: 15px;
    }
    #breadcrumb {
        padding: 10px 0 15px 0;
        margin-bottom: 30px;
    }
    .listagem_default .conteudo h2{
        font-size: 15px;
    }
    #to_top {
        bottom: 15px;
        right: calc(100% - 60px);
    }
    .svg_webde{
        top: unset;
        bottom: -15px;
    }
    .copyright{
        padding-bottom: 30px;
    }
    .copyright p {
        font-size: 13px;
        padding: 15px 0;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #to_top{
        font-size: 0;
    }
    .conteudo_rodape{
        padding: 30px 0;
    }
    .conteudo_rodape .item{
        display: block;
        padding: 10px 0;
        margin-bottom: 0;
        border: none;
    }
    .patrocinios_under_breadcrumb .item{
        margin-bottom: 5px;
    }
    .listagem_default .item{
        margin-bottom: 25px;
    }
    .link_anexo{
        padding: 15px 10px;
    }
    .link_anexo p,
    .link_anexo .download_anexo{
        display: block;
        width: 100%;
        text-align: left;
    }
    .link_anexo p{
        text-align: left;
        padding: 0 0 5px 0;
        border-right: none;
        border-bottom: 1px dotted #BFBFBF;
        margin: 0 0 15px 0;
    }
    .link_anexo .download_anexo{
        text-align: center;
    }
    .dropdown-item,
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 15px;
    }
    .dados_redes_acesso{
        text-align: center;
    }
    .button_svg_large{
        width: 90%;
        margin: 20px 5%;
    }
    .titulo_int{
        font-size: 20px;
        margin-top: 10px;
    }
    .conteudo_assine h2 {
        font-size: 23px;
    }
    .conteudo_assine h3 {
        font-size: 18px;
    }
    .conteudo_assine h4 {
        font-size: 16px;
    }
    .compartilhar{
        margin-top: 15px;
    }
    .compartilhar span{
        line-height: 25px;
        font-size: 12px;
    }
    .compartilhar svg{
        width: 25px;
        height: 25px;
    }
    .form-padrao button{
        display: block !important;
        margin: 15px auto !important;
    }
    .select_videos_cab{
        margin-right: 0;
    }
    .dropdown-menu{
        left: unset;
        right: -25px;
        width: 250px;
    }
    .capa_int,
    .capa_int.left{
        width: 90%;
        float: none;
        display: block;
        margin: 0 auto 15px auto !important;
    }
    body{
        padding-top: 60px;
    }
    #cabecalho{
        padding: 10px 0;
    }
    .logo_cab .logo img{
        height: 35px;
        margin: 0;
        padding-right: 10px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .assine_inline{
        display: none;
    }
    .navbar-toggler svg{
        width: 25px;
    }
    .link_conteudo h2{
        font-size: 14px;
    }
    #conteudos_categorias .div_conteudo{
        padding: 20px 0 55px 0;
    }
    #conteudos_categorias .div_conteudo h2{
        font-size: 18px;
    }
}