@media screen and (max-width: 1550px) {
    .banner_donativo .content .info h2 {
        font-size: 6rem;
        line-height: 6.5rem;
        margin-bottom: 3rem;
    }
    .banner_donativo .content .info p {
        font-size: 2.3rem;
        line-height: 2.8rem;
    }
    .banner_donativo .content .info p {
        font-size: 2.3rem;
        line-height: 2.8rem;
    } 
}
@media screen and (max-width: 1400px){
    .banner_donativo .content .image {
        height: 37rem;
    }
    .banner_donativo .content .image img {
        overflow: hidden;
        object-fit: cover;
        object-position: right;
    }
}
@media screen and (max-width: 1100px){
    .menu .content h1{
        font-size: 6.2rem;
        line-height: 6.9rem;
        max-width: unset;
    }
    .form{
        width: 60%;
    }
    .checkbox-wrapper-4 .cbx span:last-child{
        max-width: 94%;
    }
}
@media screen and (max-width: 1000px){
    .menu{
        padding-top: 9.7rem;
    }
    .menu .content{
        height: 64rem;
    }
    .menu .central ul{
        margin-bottom: 0;
    }
    .menu .content .title{
        width: 100%;
        margin-top: 2rem;
    }
    .campaign_description .content h2{
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .campaign_description .content p{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .campaign_description .content a{
        font-size: 1.8rem;
        line-height: 2.3rem;
        max-width: 31rem;
    }
    .campaign_description .content{
        padding: 3rem 0;
    }
    .campaign_form .form .fd{
        width: 100%;
        margin-right: unset;
    }
    .campaign_form .form .fd:nth-child(5), 
    .campaign_form .form .fd:nth-child(6), 
    .campaign_form .form .fd:nth-child(7),
    .campaign_form .form .fd:nth-child(4){
        width: 100%;
    }
    .text_company .desc_company .text p{
        font-size: 1.7rem;
        line-height: 2.2rem;
    }
    .banner_donativo .content .info {
        width: 100%;
        left: 0;
        top: 5rem;
    }
    .banner_donativo .content .info h2 {
        font-size: 5rem;
        line-height: 5.5rem;
        text-align: center;
    }
    .banner_donativo .content .info p {
        text-align: center;
        font-size: 2rem;
        line-height: 2.3rem;
    }
    .banner_donativo .content .info p {
        text-align: center;
        font-size: 2rem;
        line-height: 2.3rem;
    }
}
@media screen and (max-width: 900px){
    .menu .content h1{
        font-size: 4.5rem;
        line-height: 5rem;
        text-align: center;
    }
    .menu .content{
        align-items: center;
    }
    .form{
        width: 100%;
    }
}
@media screen and (max-width: 650px){
    .form input{
        padding: 1rem;
    }
    .bt_send{
        margin: 1.6rem auto 0rem;
    }
    .checkbox-wrapper-4 .cbx span:last-child{
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 500px) {
    .menu .content h1{
        font-size: 3.5rem;
        line-height: 4rem;
        margin: 3rem 0 1rem;
    }
    .bt_send{
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
}
@media screen and (max-width: 400px){
    .menu .content h1{
        margin: 1.5rem 0;
        font-size: 2.8rem;
        line-height: 3.3rem;
    }
}