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

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

}

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

p{
    font-size: 15px;
}

strong{
    font-weight: 700;
}

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

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 button{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #0C3F7C;
    width: 100%;
    max-width: 190px;
    background-color: transparent;
    font-size: 15px;
    color: #0C3F7C;
    height: 50px;
    -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: #0C3F7C;
    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;
    width: 40%;
    margin-left: 30px;
    margin-bottom: 30px;
}

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

.iframe_link_gallery .foto{
    width: 100%;
    border: none;
    background-size: cover;
    position: relative;
    padding-bottom: 56.25%;
}

.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{
    text-decoration: underline;
}

.texto_int a:hover,
.texto_int a:focus{
    color: #0E72BC;
}

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

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

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

.navbar{
    padding: 0;
}

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

.logos_cab img{
    height: 55px;
    -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: #fff;
    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: #fff;
}

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

.link_restrita{
    background: #004A95;
    color: #8DACD7;
    padding: 7px 15px;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
}

.link_restrita:hover{
    color: #fff;
}

.link_restrita svg{
    height: 15px;
    width: 11px;
    color: inherit;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 5px;
}




.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: #00376F;
    -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 !important;
}

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



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


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

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

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






.index #o_que_e{
    background-color: #0E4992;
    padding: 110px 0;
    position: relative;
    z-index: 1;
}

.index #o_que_e .col-cartao img{
    bottom: -200px;
    position: absolute;
    right: 0;
}

.index #o_que_e h2{
    font-size: 30px;
    color: #00FFFF;
    font-weight: 700;
    font-style: italic;
    line-height: 110%;
}

.index #o_que_e p{
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
}





.index #beneficios{
    background-color: #A22A36;
    padding: 110px 0;
    background-image: url(../images/fundo1.jpg);
    background-size: cover;
}

.index #beneficios .row{
    align-items: center;
}

.index #beneficios h2{
    font-size: 40px;
    font-weight: 700;
    color: #FFBF00;
}

.index #beneficios p{
    color: #fff;
    margin-bottom: 35px;
}

#beneficios .col-beneficios-itens{
    text-align: center;
}

.col-beneficios-itens .item_svg{
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    height: 150px;
    width: 150px;
    padding-top: 20px;
    text-align: center;
    color: #FFBF00;
    border: 1px solid #FFBF00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.col-beneficios-itens .item_svg svg{
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto 15px auto;
    color: inherit;
}

.col-beneficios-itens .item_svg span{
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    color: inherit;
}

.col-beneficios-itens .item_svg:hover{
    background-color: rgba(255,255,255,0.1);
}

.index #beneficios .col-conteudo img{
    margin-left: 60px;
    max-width: 500px;
}

.index #beneficios .btn_quadrado{
    margin-right: 10px;
    margin-bottom: 10px;
}





.link-quadrado-azul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 100%;
    height: 175px;
    text-align: center;
    background-color: #0E72BC;
    color: #fff;
}

.link-quadrado-azul:hover,
.link-quadrado-azul:focus{
    background-color: #00376F;
    color: #fff;
}

.link-quadrado-azul p{
    color: inherit;
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 130%;
}





.index #seja{
    background-color: #E9E9E9;
    padding: 110px 0;
    position: relative;
}

.index #seja .container{
    position: relative;
    z-index: 1;
}

.index #seja h2{
    font-size: 40px;
    font-weight: 700;
    color: #06C68C;
    margin-bottom: 15px;
    font-style: italic;
}

.index #seja h2 svg{
    color: inherit;
    height: 85px;
    width: 85px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
}

.index #seja p{
    display: block;
    max-width: 550px;
    color: #545454;
    margin-bottom: 35px;
}

.index #seja .col-doador p{
    margin-left: auto;
}

.index #seja .btn_quadrado{
    margin-right: 10px;
    margin-bottom: 10px;
    color: #06C68C;
    border-color: #06C68C;
}

.index #seja .btn_quadrado:hover,
.index #seja .btn_quadrado:focus{
    color: #06C68C;
    background: rgba(6,197,140,0.1);
}

.index #seja .col-doador{
    text-align: right;
}

.index #seja .col-parceiro h2{
    color: #BB3157;
}

.index #seja h2 svg{
    margin-right: 0;
}

.index #seja .col-parceiro .btn_quadrado{
    margin-right: 10px;
    margin-bottom: 10px;
    color: #BB3157;
    border-color: #BB3157;
}

.index #seja .col-parceiro .btn_quadrado:hover,
.index #seja .col-parceiro .btn_quadrado:focus{
    color: #BB3157;
    background: rgba(187,49,87,0.1);
}




.index #noticias{
    background-color: #00B3C1;
    padding: 90px 0;
    position: relative;
}

#parceiros_index h2,
.index #noticias h2{
    font-size: 35px;
    font-weight: 700;
    color: #0C3F7B;
    margin-bottom: 15px;
    font-style: italic;
}

.btn_quadrado.azul{
    margin-right: 10px;
    margin-bottom: 10px;
    color: #0C3F7C;
    border-color: #0C3F7C;
}

.btn_quadrado.azul:hover,
.btn_quadrado.azul:focus{
    color: #0C3F7C;
    background: rgba(12,63,124,0.1);
}

.index #noticias .item a{
    display: block;
    padding: 10px 15px;
    margin-bottom: 2px;
    background-color: #E9E9E9;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #545454;
}

.index #noticias .item a:hover,
.index #noticias .item a:focus{
    background-color: #0C3F7C;
    color: #fff;
    border-color: #fff;
}

.index #noticias .item a .data,
.index #noticias .item a h3{
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    border-color: inherit;
    font-size: 15px;
    margin: 0;
}

.index #noticias .item a .data{
    line-height: 40px;
    border-right: 4px solid;
    padding-right: 15px;
    margin-right: 12px;
}

.index #noticias .item a h3{
    width: calc(100% - 120px);
}










#breadcrumb{
    padding: 35px 0 10px 0;
    position: relative;
    margin-bottom: 40px;
    background-color: #0E72BC;
}

#breadcrumb .svg_conteudo{
    color: #fff;
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#breadcrumb .conteudo{
    display: inline-block;
    width: calc(100% - 80px);
    margin-bottom: 15px;
}

#breadcrumb .pre_titulo_pagina{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 100%;
    display: block;
    margin: 0;
}

#breadcrumb .titulo_pagina{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 150%;
    font-style: italic;
    display: block;
    margin: 0;
}

#breadcrumb .texto_breadcrumb{
    margin: 0;
    font-size: 16px;
    color: #fff;
    line-height: 110%;
    margin: 0;
}

.compartilhar{
    text-align: right;
}

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

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

.compartilhar a:hover svg{
    color: #00B3C1;
}


#parceiros_index{
    padding: 50px 0;
}

#parceiros_index .owl-carousel{
    margin-left: auto;
    margin-right: auto;
    /*width: calc(100% - 100px);*/
}

#parceiros_index .owl-theme .owl-dots .owl-dot.active span,
#parceiros_index .owl-theme .owl-dots .owl-dot:hover span{
    background: #00376f;
}

#parceiros_index .owl-item a{
    display: block;
}

#parceiros_index .owl-item h3{
    text-align: center;
    margin: 5px 0 0 0;
    font-size: 16px;
}

#parceiros_index .center-nav .owl-prev{
    left: -50px;
}

#parceiros_index .center-nav .owl-next{
    right: -50px;
}

.container_parceiros .selecionado p{
    font-size: 15px;
    color: #00376E;
    margin: 0;
}

.container_parceiros .selecionado h2{
    font-size: 25px;
    color: #00376F;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 4px solid #BA3157;
    line-height: 150%;
}

.container_parceiros .listagem a{
    padding: 15px;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.container_parceiros .listagem a:hover,
.container_parceiros .listagem a:focus{
    background-color: #EEEEF2;
}

.container_parceiros .listagem hr{
    border-top-color: #DBDBDB;
    margin: 1px 0;
}


.container_parceiros .listagem a h3{
    font-size: 16px;
    color: #666666;
    margin: 0;
    float: left;
}

.container_parceiros .listagem a span{
    float: right;
    margin-left: 25px;
    font-size: 15px;
    color: #707070
}
















.link_anexo{
    display: block;
    background-color: #EEEEF2;
    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;
}









#accordionMenuLeft .heading a{
    padding-right: 40px;
    position: relative;
}

#accordionMenuLeft .heading a:after{
    content: url(../images/seta_menu_parceiros.png);
    position: absolute;
    right: 15px;
    top: 15px;
}

#accordionMenuLeft .heading a:not(.collapsed):after{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.blue_large_link,
#accordionMenuLeft .heading a{
    text-transform: uppercase;
    cursor: pointer;
    display: block;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    background-color: #00376F;
    padding: 15px;
    border-radius: 0;
    margin-bottom: 2px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blue_large_link:hover,
.blue_large_link:focus,
.blue_large_link:active,
#accordionMenuLeft .heading a:not(.collapsed),
#accordionMenuLeft .heading a:hover,
#accordionMenuLeft .heading a:focus,
#accordionMenuLeft .heading a:active{
    color: #fff;
    background: #0E72BC;
}

.blue_large_link{
    margin: 30px 0;
    text-align: center;
    padding: 30px 15px;
}

#accordionMenuLeft .subcategorias .lista{
    background-color: #EEEEF2;
    padding: 10px 10px 30px 10px;
}

#accordionMenuLeft .subcategorias .lista a{
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px 10px 10px;
    position: relative;
}

#accordionMenuLeft .subcategorias .lista a:not(:last-child){
    border-bottom: 1px solid #DBDBDB;
}

#accordionMenuLeft .subcategorias .lista a.active,
#accordionMenuLeft .subcategorias .lista a:active,
#accordionMenuLeft .subcategorias .lista a:hover,
#accordionMenuLeft .subcategorias .lista a:focus{
    color: #0E72BC;
}

#accordionMenuLeft .subcategorias .lista a.active{
    cursor: default;
}

#accordionMenuLeft .subcategorias .lista a:not(.active):hover:after{
    content: url(../images/plus_menu_parceiros.png);
    position: absolute;
    right: 2px;
    top: 11px;
}







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

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

.listagem_default .conteudo h2{
    font-size: 20px;
    line-height: 130%;
    color: #B83337;
    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%;}
}









.resumo{
    font-style: italic;
    font-size: 14px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

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

.detalhes_noticia .resumo{
    margin-bottom: 50px;
}





































.titulo_int{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #595959;
}

.detalhes_produto .detalhe_fogo{
    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: #00376F;
    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 #00376F;
    color: #00376F;
    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: #00376F;
}

.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: #00376F;
    height: 60px;
    width: 60px;
}

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

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















.line_title{
    color: #00376C;
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 4px solid #BA3157;
    font-weight: 700;
}

.line_title.simple{
    border-bottom: none;
    padding-bottom: 0;
}

.btn_doador{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 5px 0;
    line-height: 60px;
    width: 260px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #00376D;
    border: 1px solid #00376E;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    cursor: pointer;
}

.btn_doador:hover,
.btn_doador.active{
    background-color: #E1F0FF;
}

.btn_doador.active{
    cursor: default;
}

.ser_doador .nav-tabs {
    border-bottom: none;
    margin: 15px 0;
}

.ser_doador .nav-tabs .btn{
    width: 150px;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    margin: 0 4px;
    opacity: 0.6;
    line-height: 40px;
}

.nav-tabs .nav-item.show .btn,
.nav-tabs .btn.active{
    opacity: 1;
    font-size: 17px;
}

#form_ser_doador label{
    font-size: 14px;
    margin-bottom: 2px;
}










footer{
    position: relative;
    margin-top: 100px;
    background-color: #0e4992;
    padding: 30px 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 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;
}

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

footer .col-logos{
    text-align: right;
}

footer .col-logos img{
    height: 120px;
    margin: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

footer .redes{
    margin-top: 15px;
}

footer .redes svg{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

footer .redes a svg{
    height: 25px;
    width: 25px;
}

.copyright{
    margin-top: 30px;
}

.svg_webde{
    display: block;
    margin: 10px auto;
    width: 67px;
    height: 13px;
    color: #fff;
    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 !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: .25s;  }
.delay-2{ animation-delay: .5s;   }
.delay-3{ animation-delay: .75s;  }
.delay-4{ animation-delay: 1s;    }
.delay-5{ animation-delay: 1.25s; }
.delay-6{ animation-delay: 1.50s; }
.delay-7{ animation-delay: 1.75s; }
.delay-8{ animation-delay: 2s;    }

@media (min-width: 768px){
    footer .item{
        padding: 20px 0 20px 30px;
    }
    footer .item:after{
        content: '';
        display: block;
        width: 3px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        left: 15px;
        top: 0;
    }
}

@media (min-width:992px){
    .less_pad_l{
        padding-right: 5px;
    }
    .less_pad_r{
        padding-left: 5px;
    }
    .index #seja:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        z-index: 0;
        background-color: #D6D6D6;
    }
    .logos_cab img{
        margin: 23px 15px 23px 0;
    }
    .navbar-nav{
        align-items: baseline;
    }
    .row-conteudo{
        align-items: center;
    }
    .navbar-expand-lg {
        align-items: flex-end;
    }
    .dropdown-menu{
        border-radius: 0;
        margin: 1px 0 0 0;
        border: none;
        background-color: #00376F;
        min-width: 200px;
    }
    .dropdown-item{
        color: #fff;
        padding: 5px 12px;
    }
    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #00B3C1;
        background: transparent;
        text-decoration: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        border-left: 2px solid #fff;
        padding: 15px;
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link:first-child{
        border: none;
    }
    .navbar-expand-lg .navbar-nav .nav-item.show .nav-link,
    .navbar-expand-lg .navbar-nav .nav-link:hover{
        color: #00B3C1;
    }
}

@media (min-width: 1200px){
    .min_h_container{
        min-height: 229px;
    }
    .container_parceiros.parceiros_int .selecionado h2{
        margin-bottom: 80px;
    }
    .index #seja .col-doador{
        padding-right: 40px;
    }

    .index #seja .col-parceiro{
        padding-left: 40px;
    }
    #carousel_inicial{
        min-height: 438px;
    }
}

@media (min-width: 1500px){
    .container{
        max-width: 1470px;
    }
    .detalhes_produto .orcamento .col-text {
        margin: 0;
        margin-right: auto;
    }
    .detalhes_produto .orcamento .col-text:before{
        left: -45px;
        bottom: -45px;
    }
    #carousel_inicial{
        min-height: 547px;
    }
}

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

}

@media (min-width: 1200px) and (max-width:1499px){
    body{
        padding-top: 90px;
    }
    .index #o_que_e .logo,
    .index #beneficios .col-conteudo img{
        max-width: 300px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 10px;
        font-size: 15px;
    }
}

@media (max-width:1499px){
    .index #beneficios{
        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){
    body{
        padding-top: 80px;
    }
    .logos_cab img {
    margin: 23px 5px 23px 0;
}
    .dropdown-item,
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 14px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 6px;
        letter-spacing: -0.5px;
    }
    #breadcrumb .titulo_pagina,
    .titulo_int{
        font-size: 25px;
    }
    .index #o_que_e,
    .index #beneficios,
    .index #seja,
    .index #noticias{
        padding: 75px 0;
    }
    .index #beneficios h2{
        font-size: 30px;
        margin-top: 20px;
    }
    .index #beneficios p{
        font-size: 17px;
    }
    .index #o_que_e .logo,
    .index #beneficios .col-conteudo img{
        max-width: 300px;
    }
    .index #o_que_e .col-cartao img {
        bottom: -120px;
    }
    footer .col-logos img{
        height: 85px;
    }
    .index #beneficios .btn_quadrado{
        min-width: 200px;
    }
}

@media (max-width: 991px){
    .col-beneficios-itens,
    .index #seja .col-doador,
    footer .item{
        margin-bottom: 30px;
    }
    .index #beneficios .btn_quadrado{
        margin: 5px;
    }
    .copyright,
    footer .col-logos{
        text-align: center;
        margin-bottom: 15px;
    }
    footer{
        padding-bottom: 15px;
    }
    .link_restrita {
        right: 85px;
        top: 7px;
    }
    .nav-redes{
        padding-right: 15px;
        margin-top: 15px;
    }
    .index #beneficios{
        padding: 30px 0;
        background-image: url(../images/fundo1_991.jpg);
        background-size: cover;
    }
    .index #beneficios .col-quem-somos{
        margin-bottom: 50px;
    }
    .index #beneficios h2{
        font-size: 27px;
    }
    .index #beneficios h2:after {
        height: 30px;
        margin: 0px auto 15px auto;
    }
    .index #beneficios p{
        font-size: 17px;
    }
    .navbar-nav{
        margin-top: 30px;
        border-bottom: none;
        padding-right: 0;
        text-align: right;
        max-height: 394px;
        overflow: auto;
    }
    .dropdown-menu{
        background: transparent;
        text-align: right;
        border: none;
        margin-top: 0;
        margin-bottom: 15px;
        padding-right: 30px;
        padding-top: 0;
    }
    .dropdown-item {
        color: #fff;
        font-size: 16px;
        padding: 5px 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        line-height: 30px;
        color: #fff;
    }
    .navbar-expand-lg .navbar-nav .nav-item.show .nav-link{
        color: #00B3C1;
    }


}

@media (min-width: 768px) and (max-width: 991px){
    .button_svg_large{
        max-width: 500px;
    }
    .detalhes_produto .orcamento {
        padding: 30px 20px;
    }
    body{
        padding-top: 95px;
    }
    #cabecalho{
        padding: 25px 0;
    }
    .logos_cab img{
        height: 45px;
    }
    #breadcrumb .titulo_pagina,
    .titulo_int{
        font-size: 22px;
    }
    .index #o_que_e,
    .index #beneficios,
    .index #seja,
    .index #noticias{
        padding: 50px 0;
    }
    .index #beneficios h2{
        font-size: 30px;
        margin-top: 20px;
    }
    .index #beneficios p{
        font-size: 17px;
    }
    .index #o_que_e .logo,
    .index #beneficios .col-conteudo img{
        max-width: 300px;
    }    
    .index #beneficios .col-conteudo img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .index #o_que_e .col-cartao img {
        bottom: -120px;
    }
    footer .col-logos img{
        height: 85px;
    }
    .index #beneficios .btn_quadrado{
        min-width: 200px;
    }
}

@media (max-width: 767px){
    .link-quadrado-azul {
        height: 130px;
    }
    .link-quadrado-azul p{
        font-size: 14px;
    }
    .col-beneficios-itens .item_svg{
        width: 30%;
        height: 125px;
        margin: 0;
    }
    .col-beneficios-itens .item_svg span{
        font-size: 13px;
        letter-spacing: -0.5px;
        line-height: 100%;
    }
    .btn_doador{
        display: block;
        margin: 5px auto;
    }
    .detalhes_noticia .resumo,
    .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: 16px;
    }
    .link_restrita{
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: 15px;
        margin-top: 15px;
        width: 135px;
        right: unset;
        top: unset;
    }
    .index #noticias .item a h3{
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .index #noticias .item a .data{
        border-right: none;
        border-bottom: 4px solid;
        line-height: unset;
        padding-right: 0;
        margin-right: 0;
    }
    footer {
        padding-bottom: 55px;
    }
    footer .item{
        text-align: center;
    }
    .button_svg_large{
        width: 90%;
        margin: 20px 5%;
    }
    .index #carousel_inicial .owl-dots,
    #carousel_banners .owl-dots{
        bottom: 2px;
    }
    .detalhes_produto .infos{
        margin-top: 40px;
    }
    .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);
    }
    .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;
    }
    .logos_cab img{
        height: 40px;
    }
    .logos_cab a:not(:first-child) img{
        height: 35px;
        margin-left: 3px;
    }
    body {
        padding-top: 70px;
    }
    #breadcrumb {
        padding-top: 15px;
        margin-bottom: 15px;
    }
    #breadcrumb p{
        font-size: 14px;
    }
    #breadcrumb .titulo_pagina,
    .dados_produto h1{
        font-size: 20px;
    }
    .capa_int,
    .capa_int.left{
        width: 90%;
        float: none;
        display: block;
        margin: 0 auto 15px auto !important;
    }
    .index #o_que_e,
    .index #beneficios,
    .index #seja,
    .index #noticias{
        padding: 40px 0;
    }
    .index h2{
        font-size: 25px !important;
    }
    .index footer h2{
        font-size: 20px !important;
    }
    .index #beneficios p{
        font-size: 17px;
    }
    .index #o_que_e .logo,
    .index #beneficios .col-conteudo img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 200px;
        margin-bottom: 15px;
    }
    .col-cartao{
        min-height: 200px;
    }
    .index #o_que_e .col-cartao img {
        bottom: -80px;
        width: 300px;
        right: calc(50% - 150px);
    }
    footer .col-logos img{
        height: 65px;
        margin: 10px;
    }
    .index #beneficios .btn_quadrado{
        display: block;
    }
}