body{
    font-family: "montserratmedium";   
    
    background-color: #ffffff !important;
    background: url(../img/fundo.jpg) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h6 {
    display: block;
    font-size: 0.67em !important;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: 400 !important;
}

/* PIX */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
.btn-copiar{
    background: #096a87;
    border-radius: 8px;
    color:#fff;
    border:none;
    width: 100%;
    padding: 8px;
}

/* Estilo para o conteúdo do modal */
.list-text{
    li{
        strong{
            font-size: x-large;
        }
        text-transform: none;
    }
}
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 900px;
    min-height: 700px;
    border-radius: 8px;
}


.pagamento-completo{
    display: none;
}

/* PIX */


.img_coracao{
    width: 30%;
    padding-top: 50px;
}

.img_btn{
    width: 100%;
}

.back_header{
    background-color: #e3282a !important;
    /* background: url(../img/back_header.jpg) no-repeat center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}

.text_header{
    font-weight: 600 !important;
    color:#444444;
    font-family: 'montserratlight';
}

.text_desc_valor{
    font-size: 0.9em !important;
    padding: 10px;
    font-family: 'montserratlight';
    text-align: left;
    height: 110px;
}

.valor_doar{
    background-color: #eeeeee !important;
}

.receber_valor{
    border: none;
    width: 100% !important;
    text-align: center !important;
    font-size: 2.2em !important;
    background-color: #eeeeee !important;
    color: #096a87 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: center center no-repeat;
    background-size: 100% 100%;
    color: #fff !important;
    background-color: #000!important;
    border-radius: 15px !important;
}

.carousel-control-next-icon {
    background: url('../img/next.svg') !important;
}

.carousel-control-prev-icon {
    background: url('../img/prev.svg') !important;
}



.title_slider{
    font-size: 1.6em;
    font-weight:400;
    color:#47a6d2;
    font-family: 'montserratmedium' !important;
    text-align: center;
    line-height:1em;
}

.back_rodape{
    background-color: #096a87 ;
}

.img_logo_rodape{
    width: 70%;
    padding: 10px 0 15px 0;
}

.icone_rodape{
    padding-top: 15px;
}

.barra_sup{
    background-color: #47a6d2;
    padding: 10px 40px;
    height: 50px;
    text-align: right;
    color: #f2f2f2;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #096a87 !important;
    border: 2px solid #096a87 !important;
}


.nav-pills .nav-link:hover, .nav-pills .show>.nav-link{
    background-color: #096a87 !important;
    border: 2px solid #096a87 !important;
    color: #fff !important;
}


.nav-pills .nav-link {
    border-radius: 5px !important;
    border: 2px solid #096a87!important;
    color: #096a87!important;
    line-height: 18px;
    padding: 12px 0 !important;
    font-size: 0.8em;
    background-color: #ffffff;
}

.text_img{
    width: 70%;
    padding: 20px 0 150px 0;
}

.img_logo{
    width: 250px;
    padding-top: 50px;
}

#menu ul {
    padding:10px;
    margin:0px;
    list-style:none;
    text-align: right;
}

#menu ul li { 
    display: inline; 
}

li {
    /* padding: 0 6px; */
    /* color: #fff; */
    /* font-size: 1.2em; */
    cursor: pointer;
    list-style: none;
    text-transform: uppercase;
}

a:hover{
    color: #096a87 !important;
    text-decoration:none !important;
}

.select2-container {
    width: 100% !important;
}

* {
    outline: none;
}

.select2-container--default .select2-selection--single {
    border: none;
    background: #eeeeee !important;
    border-radius: 10px;
    padding: 10px !important;
    height: 43px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #111111;
    text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #ffffff transparent transparent transparent;
}

.select2-dropdown {
    border: 1px solid #ffffff;
    border-radius: 0;
}

/* normal */
.select2-results__option {
    color: #096a87;
}

/* .select2-results__option:hover {
    color: #096a87;
} */

/* hover */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] { /* selected */
    background-color: #096a87;
    color: #fff !important;
}

.brand-select2 + .select2-container--default .select2-selection--single {
    height: 40px;
    padding: 10px;
}

.brand-select2 + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 10px;
    
}

.brand-select2 + .select2-container--default .select2-selection--single .select2-selection__rendered img {
    max-height: 32px;
    padding: 2px;
}

.bank-select2 + .select2-container--default .select2-selection--single .select2-selection__rendered img {
    max-height: 25px;
    vertical-align: top;
}

.modo_doacao{    
    background-color: #FFF;
    width: 100%;
    height: 48px;
    border: 2px solid #096a87 ;
    padding: 10px 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 1.1em;
    margin-top: -5px; 
    border-radius: 4px;
    color: #096a87 ;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
}

.modo_doacao:hover{    
    background-color: #ffb400;
    border: 2px solid #ffb400;
    color: #FFF;
}

.modo_doacao.selected {
    background-color: #ffb400 ;
    border: 4px solid #ffb400 ;
    color: #FFF;
}

/* Chamando as fontes especificas no site */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');



@font-face {
    font-family: 'montserratbold';
    src: url('../font/montserrat-bold_0-webfont.woff2') format('woff2'),
         url('../font/montserrat-bold_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserratlight';
    src: url('../font/montserrat-light_0-webfont.woff2') format('woff2'),
         url('../font/montserrat-light_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'montserratmedium';
    src: url('../font/montserrat-medium_0-webfont.woff2') format('woff2'),
         url('../font/montserrat-medium_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'keepcalm-medium-webfont';
    src: url('../font/keepcalm-medium-webfont.woff2') format('woff2'),
         url('../font/keepcalm-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.mont_light{
    font-family:  "montserratlight";
    
}

.mont_medium{
    font-family: "montserratmedium";
}

.mont_bold{
    font-family: "montserratbold";
}

input {
    outline: none;
}

/* CSS MEIOS PAGAMENTOS */


.txt_pagamentos{
    text-transform: uppercase;
    text-align: center;
    margin-top:70px;
    padding-top: 50px;
}

.btn_pagamentos{
    border-radius: 40px !important; 
    padding: 5px 20px !important;
    margin: 0 10px 0 10px;
    width: 95%;
    text-align: center;
}

.btn_pagamentos:hover{
    border-radius: 10px !important; 
    margin: 0 10px 0 10px;
    width: 95%;
    text-align: center;
    background-color: #47a6d2;
    color: #fff !important;
    font-family: "montserratbold" !important;
}

.btn_pagamentos.active{
    border: 2px solid #47a6d2 !important;
    background-color: #47a6d2 !important;
    color: #fff !important;
}

.outro_valor{
    height: 50px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #096a87;
    padding-left: 10px;
    border-radius: 5px;
}


.btn_success1{
    background-color: #47a6d2;
    border: none;
    color: #fff;
    border: 1px solid #47a6d2;
    cursor: pointer;
}

.btn_success1.active {
    background-color: #ffb400;
    border: 1px solid #ffb400;
}

.btn_success1:hover{
    background-color: #ffb400;
    border: none;
    color: #fff;
    border: 1px solid #ffb400;
}

.btn_success2{
    background-color: #47a6d2;
    color: #fff;
    text-align: center;
    text-align: left;
    padding:25px 10px 15px 10px;
    width: 100%;
    border: 1px solid #47a6d2;
    cursor: pointer;
}

.btn_success2:hover{
    background-color: #ffb400;
    border: none;
    color: #fff;
    text-align: center;
    text-align: left;
    width: 100%;
    border: 1px solid #ffb400;
}

.btn_success2.active{
    background-color: #ffb400;
    border: none;
    color: #fff;
    text-align: center;
    text-align: left;
    width: 100%;
    border: 1px solid #ffb400;
}

.btn_success3{
    background-color: #8CC63F;
    border-bottom: 3px solid #65911F;
    border-right: 0px;
    color: #fff;
    font-size: 1.4em;
    border-radius: 10px;
    margin-left: -70px;
}

.btn_success3:hover{
    background-color: #65911F;
    color: #fff;
    font-size: 1.4em;
    border-radius: 10px;
    border-bottom: 3px solid #8CC63F;
    border-right: 0px;
    margin-left: -70px;
}


.btn_success4{
    background-color: #29ABE2;
    border-bottom: 3px solid #1B84A8;
    border-right: 0px;
    color: #fff;
    font-size: 1.4em;
    border-radius: 10px;
    margin-left: -170px;
}

.btn_success4:hover{
    background-color: #1B84A8;
    color: #fff;
    font-size: 1.4em;
    border-radius: 10px;
    border-bottom: 3px solid #29ABE2;
    border-right: 0px;
    margin-left: -170px;
}

.outro_valor{
    height: 50px;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #096a87;
    padding-left: 10px;
    border-radius: 5px;
}

.size_valor{
    font-size: 2.1em;
    font-family: 'keepcalm-medium-webfont';
}

.btn_input1{
    width: 100%;
    background: #eeeeee;
    border: none;
    border-radius: 10px;
    color: #333333;
    padding: 10px;
}


.input_1{
    color: #111111 !important;
}


.input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #111111 !important;
    opacity: 1; /* Firefox */
}

.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #111111 !important;
}

.input::-ms-input-placeholder { /* Microsoft Edge */
    color: #111111 !important;
}


.btn_input1::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #111111;
    opacity: 1; /* Firefox */
}

.btn_input1:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #111111;
}

.btn_input1::-ms-input-placeholder { /* Microsoft Edge */
    color: #111111;
}

.btn_input2{
    width: 100%;
    background: #eeeeee;
    border: none;
    border-radius: 10px;
    color: #333333;
    padding: 10px;
}

.btn_input2::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #111111;
    opacity: 1; /* Firefox */
}

.btn_input2:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #111111;
}

.btn_input2::-ms-input-placeholder { /* Microsoft Edge */
    color: #111111;
}

.label_card_info{
    text-align: left; 
    text-transform: uppercase; 
    font-size: 0.8em; 
    margin-bottom: 2px;
    color: #ffffff;
}

.label_card_info_1{
    text-align: left; 
    color: #ffffff; 
    text-transform: uppercase; 
    font-size: 0.8em; 
    margin-bottom: 2px;
    font-family: 'montserratmedium';
}


.box_dados_doador{
    background-color:  rgba(0,0,0,0.4);
    border-radius: 5px 5px 0 0; 
    
}

.box_dados{
    background-color: #f2f2f2;
    border-radius: 5px 5px 0 0; 
    
}

.box_dados_card{
    background-color: #f9f9f9; 
    border-radius: 0 0 5px 5px; 
    padding: 10px 40px 10px 40px;
}


/* TERMOS DE ACEITE */

.termos_contrato{
    text-align: justify;
    color: #333;
    font-size: 0.9em;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}

.aceites_termos{
    text-align: left;
}

/* BOTÃO ACEITAR */

.btn-cadastrar{
    background-color: #ffb400;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    padding: 15px 30px 5px !important;
    width: 350px !important;
    font-size: 1.3em;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

.btn-cadastrar:hover{
    background-color: #333333 ;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.btn-seguir{
    background-color: #096a87;
    color: #fff;
    padding: 8px 25px;
    width: 200px;
    font-size: 1.2em;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
}

.btn-seguir:hover{
    background-color: #444444;
    color: #fff;
    padding: 8px 25px;
    font-size: 1.2em;
    border-radius: 10px;
    border: none;
    cursor: pointer;
}

/* RODAPÉ */

.links_rodape{
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}

.copy{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #333333;
    text-transform: uppercase;
    padding-top: 10px;
}

.rodape{
    background-color: #1a4a84; 
    color: #fff; 
    padding: 25px 40px 25px 40px;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9em;
}

.ajuste_container_dados{
    padding: 10px 40px 10px 40px;
    /* background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px; */
}

.ajuste_bt_valor{
    padding:5px 20px 5px 60px;
}

.valor_doacao{
    height: 160px;
    width: 100%;
    border-radius: 5px;
}

@media (min-width: 768px){
    
    .slide_mob1{
        display: none !important;
    }

    .slide_mob2{
        display: none !important;
    }

    .slide_mob3{
        display: none !important;
    }

    .slide_mob4{
        display: none !important;
    }

    .slide_mob5{
        display: none !important;
    }

    .frase_mob{
        display: none;
    }
}



@media (min-width: 768px) and (max-width: 2560px){

    .valor_doacao{
        height: 174px !important;
        width: 100%;
    }
}



@media (min-width: 768px) and (max-width: 1024px) {


    .text_img{
        width: 50%;
        padding: 10px 0 40px 0;
    }

    .text_desc_valor{
        font-size: 0.7em !important;
        padding: 10px;
        font-family: 'montserratlight';
        text-align: left;
        height: 110px;
    }

    .text_desc_valor1{
        font-size: 1.4em !important;
        padding: 10px 10px 0 10px !important;
        font-family: 'montserratlight';
        text-align: left;
        height: 50px !important;
    }

    .valor_doar{
        margin-bottom: 20px !important;
        background-color: #eeeeee !important;
    }

    .img_coracao{
        width: 80px !important;
        padding-top: 30px !important;
    }


    .receber_valor {
        border: none;
        width: 100% !important;
        text-align: center !important;
        font-size: 3em !important;
        background-color: #eeeeee !important;
        color: #47a6d2 !important;
    }

    .img_logo{
        width: 350px;
        padding: 20px 0 10px;
    }

    .ajuste_container{
        padding: 0;
    }


    .btn_success1{
        background-color: #47a6d2;
        border: none;
        color: #fff;
        font-size: 1.4em;
        border: 1px solid #f2f2f2;
    }
    
    .btn_success1:hover{
        background-color: #ffb400;
        border: none;
        color: #fff;
        font-size: 1.4em;
        border: 1px solid #ffb400;
    }


    .btn_success2{
        background-color: #47a6d2;
        border: none;
        color: #fff;
        font-size: 11px;
        text-align: center;
        text-align: left;
        padding:25px 10px 25px 10px;
        width: 100%;
        border: 1px solid #47a6d2;
    }

    .btn_success3{
        background-color: #8CC63F;
        border-bottom: 3px solid #65911F;
        border-right: 0px;
        color: #fff;
        font-size: 1.1em;
        border-radius: 10px;
        margin-left: -20px;
    }
    
    .btn_success3:hover{
        background-color: #65911F;
        color: #fff;
        font-size: 1.1em;
        border-radius: 10px;
        border-bottom: 3px solid #8CC63F;
        border-right: 0px;
        margin-left: -20px;
    }
    
    
    .btn_success4{
        background-color: #29ABE2;
        border-bottom: 3px solid #1B84A8;
        border-right: 0px;
        color: #fff;
        font-size: 1.1em;
        border-radius: 10px;
        margin-left: -30px;
    }
    
    .btn_success4:hover{
        background-color: #1B84A8;
        color: #fff;
        font-size: 1.1em;
        border-radius: 10px;
        border-bottom: 3px solid #29ABE2;
        border-right: 0px;
        margin-left: -30px;
    }

    .btn_pagamentos{
        border-radius: 40px !important; 
        padding: 10px 20px!important;
        margin: 0 5px;
    }    

    .valor_doacao{
        /* height: 120px;
        width: 100%; */
    }

    .outro_valor{
        height: 30px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 25px;
        background-color: #fff;
        border: 1px solid #fff;
        color: #096a87;
        padding-left: 10px;
        border-radius: 5px;
    }

    .ajuste_container_dados{
        padding: 10px;
    }

    .ajuste_bt_valor{
        padding:10px;
    }

    

}


@media (min-width: 415px) and (max-width: 767px) {

    .size_valor{
        font-size: 3em;
        font-family: 'keepcalm-medium-webfont';
    }


    .none_cep{
        display: none;
    }

    .back_header{
        background-color: #e3282a !important;
        /* background-image: url("../img/header_mobile.png");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; */
    }

    .text_img{
        width: 70%;
        padding: 10px 0 40px 0;
    }

    .img_logo{
        width: 150px;
        margin: 30px 0;
    }

    .valor_doacao{
        /* height: 120px;
        width: 100%; */
        border-radius: 5px;
    }
    
    .btn_success1{
        background-color: #47a6d2;
        border: none;
        color: #fff;
        font-size: 1.4em;
        border: 1px solid #f2f2f2;
    }
    
    .btn_success1:hover{
        background-color: #ffb400;
        border: none;
        color: #fff;
        font-size: 1.4em;
        border: 1px solid #ffb400;
    }

    .btn_pagamentos{
        border-radius: 40px !important; 
        padding: 10px 35px !important;
        margin: 0 15px;
    }

    li{
        padding: 0;
        color: #fff;
        font-size: 1em;
        cursor: pointer;
        list-style-type: none;
    }


    .rodape{
        background-color: #1a4a84; 
        color: #fff; 
        padding: 20px 40px 20px 40px;
    }

    .copy{
        text-align: center;
        font-size: 0.8em;
        color: #333;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .logo_rodape{
        text-align: center;
        margin-bottom: 20px;
    }

    .aceites_termos{
        text-align: left;
        font-size: 0.9em;
    }

    .menu_resp{
        padding: 10px !important;
        border: 1px solid #fff;
        margin-top: 30px;
        font-size: 1.1em !important;
    }

    .menu_resp1{
        padding: 10px !important;
        border: 1px solid #fff;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 1.1em !important;
    }

    .btn_success1{
        background-color: #47a6d2;
        border: none;
        color: #fff;
        font-size: 1.4em;
        border: 1px solid #f2f2f2;
    }
    
    .btn_success1:hover{
        background-color: #ffb400;
        border: none;
        color: #fff;
        font-size: 1.4em;
        border: 1px solid #ffb400;
    }


    .btn_success2{
        background-color:#47a6d2;
        border: none;
        color: #fff;
        font-size: 12px;
        text-align: center;
        padding:20px 20px 10px 20px;
        width: 100%;
        border: none;
        border-radius: 10px;
        margin-top: 15px;
    }

    .btn_success3{
        background-color: #8CC63F;
        border: none;
        color: #fff;
        font-size: 0.8em;
        border-radius: 10px;
        margin-left: 0px;
    }
    
    .btn_success3:hover{
        background-color: #65911F;
        color: #fff;
        font-size: 0.8em;
        border-radius: 10px;
        border: none;
        margin-left: 0px;
    }
    
    
    .btn_success4{
        background-color: #29ABE2;
        border-bottom: none;
        color: #fff;
        font-size: 0.8em;
        border: 10px;
        margin-left: 0px;
    }
    
    .btn_success4:hover{
        background-color: #1B84A8;
        color: #fff;
        font-size: 0.8em;
        border-radius: 10px;
        border: none;
        margin-left: 0px;
    }

    .ajuste_container_dados{
        padding: 10px;
    }

    .ajuste_bt_valor{
        padding:5px;
    }



}




@media (min-width: 375px) and (max-width: 414px) {


    .ajuste-vencimento{
        margin-top: 10px;
    }

    .slide_desk1{
        display: none !important;
    }

    .slide_desk2{
        display: none !important;
    }

    .slide_desk3{
        display: none !important;
    }

    .slide_desk4{
        display: none !important;
    }

    .slide_desk5{
        display: none !important;
    }

    .frase_desk{
        display: none !important;
    }

    .w-80{
        width: 85% !important;
    }

    .text_rodape{
        text-align: center !important;
        color: #fff !important;
    }

    .img_logo_rodape{
        width: 100% !important;
        padding: 0 40px !important;
    }

    .icone_rodape{
        padding-top: 20px !important;
    }

    .none_cep{
        display: none;
    }

    .nav-pills .nav-link{
        border-radius: .25rem;
        border: 2px solid #4b4b51 !important;
        color: #4b4b51 !important;
        margin-top: 20px;
    }

    .back_header{
        background-color: #e3282a !important;
        /* background-image: url("../img/back_header.jpg");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; */
    }

    .text_header {
        font-size: 1em !important;
        font-weight: bold !important;
    }

    .text_img{
        width: 70%;
        padding: 10px 0 40px 0;
    }

    .img_logo{
        width: 300px;
        padding: 20px;
    }

    .valor_doacao{
        height: 160px !important;
        width: 100%;
        border-radius: 5px;
    }

    .text_desc_valor {
        font-size: 0.6em !important;
        padding: 10px;
        font-family: 'montserratlight';
        text-align: left;
        height: 130px !important;
    }

    .text_desc_valor1 {
        font-size: 1.1em !important;
    }

    .img_btn{
        width: 70% !important;
        padding: 0 !important;
    }

    .img_coracao {
        width: 20%;
        padding-top: 20px;
    }

  

    .title_slider {
        font-size: 1.4em;
        font-weight: 400;
        color: #47a6d2;
        font-family: 'montserratmedium' !important;
        text-align: center;
        line-height: 1em;
    }
    
    .btn_success1{
        background-color: #47a6d2;
        border: none;
        color: #fff;
        font-size: 1.4em !important;
        border: 1px solid #f2f2f2;
    }
    
    .btn_success1:hover{
        background-color: #ffb400;
        border: none;
        color: #fff;
        font-size: 1.4em;
        border: 1px solid #ffb400;
    }

    .btn_success2{
        margin-top: 0px !important;
        padding-bottom: 39px !important;
    }

    .btn_pagamentos_mobile1{
        border-radius: 40px !important; 
        padding: 10px 60px !important;
        margin: 10px 10px;
    }

    .btn_pagamentos_mobile2{
        border-radius: 40px !important; 
        padding: 10px 32px !important;
        margin: 10px 10px;
    }


    li{
        padding: 0;
        color: #000;
        font-size: 1em;
        cursor: pointer;
        list-style-type: none;
    }

    ul{
        padding: 0px !important;
    }


    .rodape{
        background-color: #1a4a84; 
        color: #fff; 
        padding: 20px 40px 20px 40px;
    }

    .copy{
        text-align: center;
        font-size: 0.8em;
        color: #333;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .logo_rodape{
        text-align: center;
        margin-bottom: 20px;
    }

    .aceites_termos{
        text-align: left;
        font-size: 0.9em;
    }

    .menu_resp{
        padding: 10px !important;
        border: 1px solid #fff;
        margin-top: 30px;
        font-size: 1.1em !important;
    }

    .menu_resp1{
        padding: 10px !important;
        border: 1px solid #fff;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 1.1em !important;
    }

    .btn_success1 {
        background-color: #47a6d2;
        color: #fff;
        border: none;
        color: #fff;
        font-size: 0.9em !important;
        margin-left: 0px;
    }

    .btn_success1:hover{
        background-color: #ffb400;
        color: #fff;
        border: none;
        margin-left: 0px;
    }


    .btn_success2{
        background-color:#47a6d2;
        border: none;
        color: #fff;
        font-size: 12px;
        text-align: center;
        padding: 14px 10px !important;
        width: 100%;
        border: none;
        margin-top: 5px;
    }

    .btn_success2:hover{
        background-color:#096a87;
        border: none;
        color: #fff;
        font-size: 12px;
        text-align: center;
        padding:12px 20px 0px 20px;
        width: 100%;
        border: none;
        margin-top: 5px;
    }

    .btn_success2.active{
        background-color:#096a87;
        border: none;
        color: #fff;
        font-size: 12px;
        text-align: center;
        padding:12px 20px 0px 20px;
        width: 100%;
        border: none;
        margin-top: 5px;
    }

    .btn_success3{
        background-color: #8CC63F;
        border: none;
        color: #fff;
        font-size: 0.8em;
        border-radius: 10px;
        margin-left: 0px;
    }
    
    .btn_success3:hover{
        background-color: #65911F;
        color: #fff;
        font-size: 0.8em;
        border-radius: 10px;
        border: none;
        margin-left: 0px;
    }
    
    
    .btn_success4{
        background-color: #29ABE2;
        border-bottom: none;
        color: #fff;
        font-size: 0.8em;
        border: 10px;
        margin-left: 0px;
    }
    
    .btn_success4:hover{
        background-color: #1B84A8;
        color: #fff;
        font-size: 0.8em;
        border-radius: 10px;
        border: none;
        margin-left: 0px;
    }

    .ajuste_container_dados{
        padding: 10px;
    }

    .ajuste_bt_valor{
        padding:5px;
    }

}

@media (min-width: 0px) and (max-width: 374px) {

    .ajuste-vencimento{
        margin-top: 10px;
    }

    .slide_desk1{
        display: none !important;
    }

    .slide_desk2{
        display: none !important;
    }

    .slide_desk3{
        display: none !important;
    }

    .slide_desk4{
        display: none !important;
    }

    .slide_desk5{
        display: none !important;
    }

    .frase_desk{
        display: none !important;
    }

    ul {
        padding: 0px !important;
    }

    .w-80{
        width: 90% !important;
    }

    .img_coracao {
        width: 20%;
        padding-top: 20px;
    }

    .text_header {
        font-size: 1.1em !important;
        font-weight: bold !important;
    }

    .title_slider {
        font-size: 1.4em !important;
        font-weight: 400;
        color: #47a6d2;
        font-family: 'montserratmedium' !important;
        text-align: center;
        line-height: 1em;
        padding: 0 !important;
    }

    .img_logo_rodape{
        width: 100% !important;
        padding: 0 10px !important;
    }

    .icone_rodape{
        padding-top: 20px !important;
        text-align: center !important;
    }

    .none_cep{
        display: none;
    }

    .back_header{
        background-color: #e3282a !important;
        /* background-image: url("../img/header_mobile.png");
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; */
    }

    .text_img{
        width: 70%;
        padding: 10px 0 40px 0;
    }

    .img_logo{
        width: 150px;
        margin: 30px 0;
    }

    .outro_valor {
        height: 50px;
        width: 90% !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-size: 20px;
        background-color: #fff;
        border: 1px solid #fff;
        color: #096a87;
        padding-left: 10px;
        border-radius: 5px;
    }

    .text_desc_valor {
        font-size: 0.9em !important;
        padding: 10px 10px 0 10px !important; 
        font-family: 'montserratlight';
        text-align: left;
        height: 110px;
    }

    .img_btn {
        width: 100% !important;
        padding: 0px !important;
    }


    .btn-seguir {
        background-color: #096a87;
        color: #fff;
        padding: 8px 10px !important;
        width: 200px;
        font-size: 1.2em;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        width: 100%;
    }

    
    .btn_success1 {
        background-color: #47a6d2;
        color: #fff;
        border: none;
        color: #fff;
        font-size: 0.8em;
        margin-left: 0px;
    }

    .btn_success1:hover{
        background-color: #ffb400;
        color: #fff;
        font-size: 0.8em;
        border: none;
        margin-left: 0px;
    }


    .btn_success2{
        background-color:#47a6d2;
        border: none;
        color: #fff;
        font-size: 12px;
        text-align: center;
        padding: 14px 0px 34px 0px !important;
        width: 100%;
        border: none;
        margin-top: 0px !important;
    }

    .btn_success2:hover{
        background-color:#096a87;
        border: none;
        color: #fff;
        font-size: 12px;
        text-align: center;
        width: 100%;
        border: none;
        margin-top: 5px;
    }

    .btn_success2.active{
        background-color:#096a87;
        border: none;
        color: #fff;
        font-size: 12px;
        text-align: center;
        padding: 14px 0px 10px 0px !important;
        width: 100%;
        border: none;
        margin-top: 5px;
    }

    .btn_pagamentos_mobile1{
        border-radius: 40px !important; 
        padding: 10px 40px !important;
        margin: 10px 10px;
    }

    .btn_pagamentos_mobile2{
        border-radius: 40px !important; 
        padding: 10px 20px !important;
        margin: 10px 10px;
    }

    .btn_pagamentos_mobile3{
        border-radius: 40px !important; 
        padding: 10px 15px !important;
        margin: 10px 10px;
    }

    .btn_pagamentos_mobile4{
        border-radius: 40px !important; 
        padding: 10px 20px !important;
        margin: 10px 10px;
    }


    li{
        padding: 0;
        color: #000;
        font-size: 1em;
        cursor: pointer;
        list-style: none;
    }


    .rodape{
        background-color: #1a4a84; 
        color: #fff; 
        padding: 20px 40px 20px 40px;
    }

    .copy{
        text-align: center;
        font-size: 0.8em;
        color: #333;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .logo_rodape{
        text-align: center;
        margin-bottom: 20px;
    }

    .aceites_termos{
        text-align: left;
        font-size: 0.9em;
    }

    .menu_resp{
        padding: 10px !important;
        border: 1px solid #fff;
        margin-top: 30px;
        font-size: 1.1em !important;
    }

    .menu_resp1{
        padding: 10px !important;
        border: 1px solid #fff;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 1.1em !important;
    }



    .ajuste_container_dados{
        padding: 10px;
    }

    .ajuste_bt_valor{
        padding:5px;
    }

    .valor_doacao {
        cursor: pointer;
        height: 154px !important;
        width: 100%;
    }

}




label.error {
    margin-top: .1rem;
    font-size: .6rem;
    color: #fff;
    background-color: #47a6d2;
    padding: 8px 10px;
    width: 100%;
}

input[type="checkbox"] + label.error {
    position: absolute;
    width: max-content;
    left: 0;
    top: 25px;
    display: block;
}

.icheckbox_square-blue {
    margin-top: -5px !important;
}

#iframe-debito {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 100px;
}

#iframe-box {
    width: 100%;
    height: 100%;
}

#conta-digito:before {
    position: absolute;
    content: ' ';
    width: 6px;
    height: 2px;
    background: black;
    bottom: 15px;
    left: -2px;
}

.iframe-boleto {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    padding: 3%;
}

.iframe-boleto iframe {
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: none;
    box-sizing: unset;
}

.iframe-fechar {
    position: absolute;
    background: rgba(0,0,0,0.75);
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 4%;
    right: 2%;
    cursor: pointer;
}

/*
.grecaptcha-badge {
    display: none !important;
    box-shadow: none !important;
}
*/


.btn_voltar_doar{
    background-color: #096a87;
    padding: 10px 40px;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    font-size: 1.2em;
    transition: all ease-in-out .3s;
}

.btn_voltar_doar:hover{
    background-color: rgb(83, 141, 221);
    color: #fff !important;
}

/* RODAPÉ */
.linha-rodape{
    background-color: #1e1e1e;
    width: 100%;
}

.grid-contato{
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
}

.grid-info-rodape{
    width: fit-content;
    margin: auto;
    text-align: center;
}

.endereco{
    width: 100%;
    height: fit-content;
    /* background-color: yellowgreen; */
}

/* GRIDS */

.grid-content-main{
    /* background: slateblue; */
    display: grid;
    grid-template: auto / 30% 70%;
    flex-direction: row;
}

.container-info{
    /* background-color: salmon; */
    width: 100%;
}

.grid-fotos{
    background-color: #81B0F3;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    margin-bottom: 50px;
}

.rodape-img{
    width: 500px;
}

/* MEDIA QUERIE */

@media screen and (max-width: 800px){
       /* GRID */
       .grid-content-main{
        /* background: red; */
        display: grid;
        grid-template: auto auto / auto;
        flex-direction: row;
    }
    
    .p-mobile{
        padding-top: 50px;
    }

    .d-none-mobile{
        display: none;
    }

    .grid-fotos{
        background-color: #EDEDED;
    }
    
    
    .rodape-img{
        width: 400px;
    }

}


@media screen and (max-width: 576px){
    .linha-rodape{
        width: 80%;
    }

    .grid-contato{
        justify-content: center;
    }

    .endereco{
        width: 90%;
    }

    .rodape-img{
        width: 300px;
    }
}

/*
.grecaptcha-badge {
    display: none !important;
    box-shadow: none !important;
}
*/

.link{
    color: #094F96;
    transition: color .3s;
}

.link:hover{
    color: rgb(15, 109, 204) !important;
}

.link:active{
    color: rgb(15, 109, 204) !important;
}

.redes-sociais{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.icon-rede-social{
    width: 40px;
    margin: 10px;
}