body {
    background-color: #fff;
    overflow-y: scroll;
}

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

h1,h2,h3,h4,h5,h6{
    color: #085993;
    margin: 0;
    font-weight: 700;
}

p{
    font-size: 18px;
}

h2{
    font-size: 40px;
}

#forma_pgto h2{
    font-size: 30px;
    margin-bottom: 15px;
}

.container-pagamento {
    margin-top: 85px;
    margin-bottom: 85px;
}

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

#banner_sup{
    background-image: url(../images/banner_maior.webp);
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

#banner_sup .container{
    height: 500px;
    position: relative;
}

#banner_sup .logo_live{
    position: absolute;
    top: 120px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

#banner_sup .logo{
    height: 160px;
}

#banner_sup .live_solidaria{
    height: 110px;
    margin-right: 80px;
}

.arrecadado {
    margin: 15px 0px;
}

.texto-destaque-verde {
    color: #4caf50;
    font-size: 18px;
}

.but-pagar-pagseguro {
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    color:#085993;
    border:1px solid #085993;
    background: none;
    padding:0 15px;
    font-weight: bold;
    cursor: pointer;
}

.but-pagar-pagseguro:hover {
    color: #d81d29;
    border-color: #d81d29;
}



#banner_sup .infos{
    position: absolute;
    right: 40px;
    top: 110px;
}

#banner_sup .infos .quando{
    border: 2px solid #fff;
    text-align: center;
    display: inline-block;
    padding: 35px 20px;
    margin-bottom: 25px;
}

#banner_sup .redes{
    display: block;
    text-align: center;
}

#banner_sup .infos .redes a{
    color: #F3F3F3;
}

#banner_sup .infos .redes svg{
    height: 25px;
    width: 25px;
    color: #F3F3F3;
    margin: 5px;
}

#banner_sup .infos .redes a:hover{
    text-decoration: none;
}

#banner_sup .infos .redes a:hover{
    color: #fff;
    text-shadow: 0px 0px 4px #d6030f;
}

#banner_sup .infos .redes a:hover svg{
    color: #d6030f;
}


#banner_sup .infos .quando p,
#banner_sup .infos .quando h2,
#banner_sup .infos .quando h3{
    color: #fff;
    line-height: 100%;
    margin: 0;
    font-size: 18px;
}

#banner_sup .infos .quando h2{
    font-size: 38px;
}

#banner_sup .infos .quando h3{
    font-size: 30px;
}








#banner_sup .faixa_vermelha{
    background-color: #085993c4; 
    text-align: center;
    padding: 15px;
    color: #F2F2F2;
    font-size: 20px;
    line-height: 150%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}















#cestas_valor{
    text-align: center;
    position: relative;
    background-color: #EAEAEA;
}

#cestas_valor:before{
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #F3F3F3;
}

#cestas_valor .item{
    padding-top: 85px;
    padding-bottom: 85px;
}

#cestas_valor .form{
    display: block;
    margin-top: 30px;
}

#cestas_valor p{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0
}

#cestas_valor input{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 150px;
    height: 50px;
    padding: 0 7px;
    color: #666666;
    font-size: 18px;
    text-align: center;
}

#seus_dados {
    margin: 50px 0px;
}

#seus_dados label {
    margin-top: 8px;

}
#seus_dados input,
#seus_dados select {
    display: block;
    height: 50px;
    width: 100%;
    padding: 0px 15px;
}

/*#cestas_valor .col-cestas form input{
    width: 60px;
    padding: 0;
}*/

.bnt_red{
    width: 300px;
    height: 45px;
    border-radius: 18px;
    background-color: #085993;
    border: none;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    display: block;
    margin: 45px auto 0 auto;
    cursor: pointer;
    background-image: url(../images/seta_right.png);
    background-position: 220px center;
    background-repeat: no-repeat;
    background-size: 25px;
    padding-right: 30px;
    line-height: 100%;
}


.bnt_red.btn_maior {
    font-size: 16px;
    width: 272px;
    background-position: 230px center;
}



#forma_pgto{
    background-color: #F9F9F9;
    text-align: center;
    padding: 85px 0;
}

#forma_pgto .item img{
    height: 60px;
    display: block;
    margin: 0 auto 30px auto; 
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#forma_pgto .item input{
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
}

#forma_pgto .item label{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 45px 0;
    cursor: pointer;
}

#forma_pgto .container {
    max-width: 1270px;
}

#forma_pgto .g-recaptcha{
    width: 304px;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 1500px){
    .container{
        max-width: 1470px;
    }
}

@media (max-width: 1200px){
    #banner_sup .logo_live {
        top: 40px;
    }
}


@media (max-width: 991px){
    #banner_sup .logo_live {
        position: absolute;
        top: 40px;
    }
    #banner_sup .logo{
        height: 100px;
    }
    #banner_sup .live_solidaria {
        height: 50px;
        left: 60px;
        top: 100px;
    }
    #banner_sup .infos{
        top: 250px;
        right: unset;
        left: 100px;
    }
    #banner_sup .infos .quando{
        padding: 20px;
    }
    #banner_sup .redes {
        position: absolute;
        width: 250px;
        left: 300px;
        top: 30px;
    }
    #banner_sup .redes a{
        text-shadow: 0 0 3px #000;
    }
    #cestas_valor:before{
        width: 100%;
        height: 50%;
    }
}

@media (min-width: 768px){
    #forma_pgto .item label.selected img,
    #forma_pgto .item label:hover img{
        margin-bottom: 25px;
        height: 65px;
    }
    
}

@media (min-width: 768px) and (max-width: 991px){
    h2{
        font-size: 30px;
    }
    #forma_pgto h2{
        font-size: 27px;
    }
    #cestas_valor .item{
        padding-top: 55px;
        padding-bottom: 55px;
    }
    #forma_pgto{
        padding: 55px 0;
    }
    #forma_pgto .item label{
        padding: 20px 10px;
    }
    #forma_pgto .item img {
        height: 40px;
    }

}



@media (max-width: 767px){
    #banner_sup .live_solidaria {
        margin-right: 0px;
    }
    #banner_sup{
        text-align: center;
    }
    #banner_sup .logo_live{
        position: absolute;
        top: 40px;
    }
    #banner_sup .logo_live,
    #banner_sup .logo,
    #banner_sup .live_solidaria,
    #banner_sup .infos,
    #banner_sup .redes{
        position: relative;
        display: inline-block;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
    }
    #banner_sup .logo_live,
    #banner_sup .redes{
        width: unset;
    }
    #banner_sup .faixa_vermelha{
        position: relative;
        background-color: #085993c4;
        font-size: 18px;
    }
    h2{
        font-size: 26px;
    }
    #forma_pgto h2{
        font-size: 22px;
    }
    #cestas_valor .item{
        padding-top: 55px;
        padding-bottom: 55px;
    }
    #forma_pgto{
        padding: 55px 0;
    }
    #forma_pgto .item label{
        padding: 20px 10px;
        margin-bottom: 15px;
    }
    #forma_pgto .item img {
        height: 40px;
        margin-bottom: 15px;
    }
}