#donate {
    background-color: #c1c1c1;
    background-image: url("../img/bg-donate.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#donate h2 {
    display: inline-block;
    line-height: 68px;
    font-family: 'Anton', sans-serif;
    font-size: 48px;
    color: #373737;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 80px;
}

#donate h2 span {
    color: #ed2f59;
}

#donate form {
    text-align: center;
}

#donate form input {
    width: 100%;
    max-width: 300px;
    background: transparent;
    border: none;
}

/*//////////////////////////////////////////////////*/

/*			 Desktop Atual acima de 1440px			*/

/*//////////////////////////////////////////////////*/

@media (min-width: 1440px) {}

/*//////////////////////////////////////////////////*/

/*			 Desktop Atual acima de 1200px			*/

/*//////////////////////////////////////////////////*/

@media (min-width: 1200px) and (max-width: 1439px) {}

/*//////////////////////////////////////////////////*/

/*			            Tablets 					*/

/*//////////////////////////////////////////////////*/

@media (min-width: 992px) and (max-width: 1199px) {}

/*//////////////////////////////////////////////////*/

/*			            Tablets 					*/

/*//////////////////////////////////////////////////*/

@media (min-width: 768px) and (max-width: 991px) {
    #shop h2 {
        bottom: 20px;
        right: 30px;
        width: 270px;
        line-height: 55px;
        font-size: 40px;
    }
}

/*//////////////////////////////////////////////////*/

/*	       Smartphones e Tablets Menores			*/

/*//////////////////////////////////////////////////*/

@media (min-width: 576px) and (max-width: 767px) {
    #shop h2 {
        width: auto;
    }
}

/*//////////////////////////////////////////////////*/

/*	       Smartphones e Tablets Menores			*/

/*//////////////////////////////////////////////////*/

@media (max-width: 575px) {
    #shop {
        padding: 60px 0 0px;
    }
    #shop h2 {
        position: initial;
        width: 100%;
        line-height: 58px;
        font-size: 48px;
        letter-spacing: 2px;
        margin-bottom: 40px;
    }
    #shop h2 br {
        display: none;
    }
    #shop h2 br:first-child {
        display: block;
    }
}