#home-about {
    background-color: #262224;
}

#home-about h2 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Crete Round', serif;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    border-bottom: 6px solid #fff;
}

#home-about p {
    line-height: 72px;
    margin-bottom: 70px;
    font-family: 'Anton', sans-serif;
    font-size: 62px;
    color: #fff;
    letter-spacing: 2px;
}

#home-about a {
    display: inline-block;
    font-family: 'Crete Round', serif;
    font-size: 26px;
    color: #ed2f59;
    font-style: italic;
    padding-bottom: 15px;
    border-bottom: 5px solid #ed2f59;
    text-decoration: none;
}






#home-works {
    background-color: #e4e4e4;
    background-image: url("../img/bg-home-works.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home-works hr {
    display: inline-block;
    width: 75px;
    height: 5px;
    margin-bottom: 25px;
    background: #231f21;
}

#home-works p {
    line-height: 72px;
    margin-bottom: 30px;
    font-family: 'Anton', sans-serif;
    font-size: 62px;
    color: #231f21;
    letter-spacing: 2px;
}

#home-works span {
    display: block;
    margin-bottom: 50px;
    font-family: 'Anton', sans-serif;
    font-style: 14px;
    color: #231f21;
    letter-spacing: 1px;
}
 
#home-works a {
    display: inline-block;
    padding-bottom: 15px;
    font-family: 'Crete Round', serif;
    font-size: 26px;
    color: #ed2f59;
    font-style: italic;
    border-bottom: 5px solid #ed2f59;
    text-decoration: none;
}





#contact {
    background-color: #ed2f59;
    background-image: url("../img/bg-home-contato.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact h2 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Crete Round', serif;
    font-size: 30px;
    font-style: italic;
    color: #262224;
    border-bottom: 6px solid #fff;
}

#contact p {
    line-height: 72px;
    margin-bottom: 45px;
    font-family: 'Anton', sans-serif;
    font-size: 62px;
    color: #fff;
    letter-spacing: 2px;
}


#contact h3 {
    display: inline-block;
    margin-bottom: 40px;
    font-family: 'Crete Round', serif;
    font-size: 28px;
    font-style: italic;
    color: #262224;
    letter-spacing: 1px;
}

#contact .sociais a {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 25px;
    margin-bottom: 40px;
    line-height: 70px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    border: 5px solid #fff;
    border-radius: 50%;
    text-decoration: none;
    letter-spacing: 0px;
}

#contact a.mail {
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}




#home-clientes {
    background-color: #f1f1f1;
    padding: 100px 0 30px;
}

#home-clientes h2 {
    font-family: 'Crete Round', serif;
    font-size: 44px;
    font-style: italic;
    color: #262224;
    letter-spacing: 1px;
    margin-bottom: 100px;
    text-align: center;
}

#home-clientes .lista-clientes > div {
    margin-bottom: 60px;
}

/*//////////////////////////////////////////////////*/
/*			 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) {

    #home-about h2 {
        padding-top: 100px;
    }

}


/*//////////////////////////////////////////////////*/
/*			            Tablets 					*/
/*//////////////////////////////////////////////////*/

@media (min-width: 768px) and (max-width: 991px) {}


/*//////////////////////////////////////////////////*/
/*	       Smartphones e Tablets Menores			*/
/*//////////////////////////////////////////////////*/

@media (min-width: 576px) and (max-width: 767px) {

    #home-about p {
        line-height: 62px;
        margin-bottom: 40px;
        font-size: 48px;
    }

}


/*//////////////////////////////////////////////////*/
/*	       Smartphones e Tablets Menores			*/
/*//////////////////////////////////////////////////*/

@media (max-width: 575px) {

    #home-about p {
        line-height: 54px;
        margin-bottom: 30px;
        font-size: 40px;
    }

    #home-works p {
        line-height: 66px;
        margin-bottom: 30px;
        font-size: 52px;
    }

    #contact p {
        font-size: 48px;
        line-height: 56px;
    }

    p br {
        display: none;
    }

    #contact .sociais a {
        width: 50px;
        height: 50px;
        margin-right: 15px;
        margin-bottom: 25px;
        line-height: 50px;
        font-size: 27px;
        border: 3px solid #fff;
    }
    
    

}