@media (max-width: 768px) {

    /*Home*/
    #hero h2 {
        font-size: 7px !important;
        line-height: 37px;
        margin-bottom: 60px;
        margin-top: 110px !important;
    }

    #about .about-container p {
        line-height: 26px;
        text-align: justify;
    }


    div.numeros-pequeno {
        color: #fff !important;
        margin-top: 0px;
        font-size: 16px;
    }

    div.numeros-grande {
        color: #fff !important;
        font-size: 60px;
        font-weight: bold;
        margin-top: -20px !important;
    }

    div.numeros-pequeno2 {
        color: #fff !important;
        margin-top: -20px;
        font-size: 16px;
    } 

    .section-header .section-title {
        font-size: 23px;
        color: #8dc861;
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        margin-bottom: 30px;
        margin-top: -20px;
    }

    .section-header .section-description {
        text-align: justify;
        padding-bottom: 40px;
        color: #575756 !important;
        line-height: 20pt;
        font-size: 14px;
    }

    /*Contatos*/
    #contact p.section-description {
        text-align: center !important;
    }

    #contact {
        background: #f6f8f9;
        padding: 60px 0 40px 0;
    }

    #contact p {
        padding: 0;
        margin: 0 0 40px 0;
    }

    #contact .info{
        padding-left: 20px;
    }
    
    #contact .info .iconectc {
        text-align: center;
        width: 30% !important;
    }
    
    #contact .info .info-contato {
        text-align: left;
        width: 70% !important;
        font-size: 15px;
    }
    
    .map-pequeno.col-sm-12 {
        margin-left: 0px; 
        margin-top: 40px;
    }
    
    #contact .form{
        padding: 20px !important;
    }
    
    #contact .form button[type="submit"] {
        background: #8dc861;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
        width: 100%;
    }
    
    
}