/* Contatos */
.contatos {
    margin-top: 30px;
}

.telefones {
    background-color: #fff;
    height: 400px;
    width: 100%;
    margin-left: -40px;
}

.telefones h3 {
    color: #313131;
    padding: 30px 0px 0px 45px;
    font-weight: 700;
}

.border {
    width: 40px;
    height: 5px;
    background-image: linear-gradient(to right, #3C8855, #bcdabc, #3C8855);
    margin-left: 45px;
    margin-bottom: 30px;
}

.telefones p {
    padding-left: 45px;
}

.telefones a {
    text-decoration: none;
    color: #000;
}

.telefones a:hover {
    text-decoration: none;
    color: #000;
}

.telefones .fa-whatsapp {
    font-size: 1.2em;
    color: #294e35;
}

.telefones .fas {
    font-size: 1.1em;
    color: #3C8855;
}

.telefones .far {
    font-size: 1.1em;
    color: #3C8855;
}

.col-lg-7 {
    margin-top: 50px;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

    /* Contatos */
    .contatos {
        margin-top: 0px;
    }

    .contatos {
        margin-top: 30px;
    }

    .telefones {
        background-color: #fff;
        height: 400px;
        width: 100%;
        margin-left: 0px;
    }

    .telefones h3 {
        color: #4a4a4a;
        padding: 10px 0px 0px 0px;
        font-weight: 700;
    }

    .border {
        width: 40px;
        height: 5px;
        background-image: linear-gradient(to right, #3C8855, #bcdabc, #3C8855);
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .telefones p {
        padding-left: 10px;
    }

    .col-lg-7 {
        margin-top: -20px;
    }

}