@media (max-width: 768px) {

    #hero {
        margin-top: 70px !important;
        background-image: none !important;
    }

    #hero p {
        text-align: justify !important;
        color: #575756 !important;
        margin-bottom: 60px;
        font-family: OpenSans-Regular;
    }

    .btn-contato {
        background-color: #0096d6 !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        font-weight: bold;
        color: #fff !important;
        border-radius: 5px !important;
        width: 100% !important;
    }

    #about {
        background: #fff;
        padding: 50px 30px;
    }   

    .beneficios .icones img {
        width: 70px;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .beneficios .icones .col-lg-12 {
        margin-bottom: -60px;
    }

    .icones-so img {
        width: 30%;
    }




    .faixa img {
        width: 90% !important;
        margin-top: -20px;
    }


    .faixa p {
        font-family: 'OpenSans-Regular';
        color: #fff !important;
        width: 90% !important;
        text-align: center;
        margin: 0 auto;
    }

    .segunda-icones p {
        font-size: 12pt;
        width: 280px;
        margin-top: 10px;
    }

    .icone img {
        height: 90px;
    }

    #hero h1 {
        font-size: 25px !important;
        line-height: 25px !important;
        margin-top: 27px !important;
    }

    .microsoft-exchange p {
        width: 270px !important;
        text-align: justify !important;
    }

    .microsoft-exchange h3 {
        margin-top: 40px;
        text-transform: uppercase !important;
        color: #0096d6 !important;
        font-weight: bold;
        font-size: 18px !important;
    }

    .segunda-icones .recursos {
        height: auto;
        margin-bottom: 40px;
        text-align: center;
    }

    .segunda-icones img {
        width: 70px;
        margin-bottom: 20px;
    }
    
    .segunda-icones .col-sm-10 {
        padding-left: 5px;
    }

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

    .faixa h3 {
        font-family: 'Poppins-Medium';
        color: #fff !important;
        font-size: 24px;
    }

    .faixa p {
        font-family: 'OpenSans-Regular';
        color: #fff !important;
        width: 80% !important;
        text-align: justify !important;
        margin: 0 auto;
    }

    .primeira-icones img {
        width: 180px;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .remoto-download img {
        height: auto;
        margin-left: 0px;
        width: 100% !important;
    }

    .remoto-download p {
        color: #fff !important;
        font-size: 15px;
        width: 100% !important;
        text-align: center;
        padding-left: 10px;
    }
    .remoto-download .texto {
        padding-left: 0px;
        padding-bottom: 30px;
    }

    .remoto-download h4 {
        color: #fff !important;
        margin-top: 70px !important;
        font-weight: bold;
        font-size: 30px;
        text-align: center;
    }

    .remoto-download .btn-aplicativo {
        background-color: #87c133 !important;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        border-style: none !important;
        margin-top: 10px;
        cursor: pointer;
        width: 95%;
        margin-left: 5%;
    }

    
    
    
    
    
    
    #about .about-container .title {
        color: #333;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
    }

}