/* Sub-Menu*/
.submenu {
    margin-top: 110px;
    background-color: #f7f7f7;
    height: 50px;
}

.submenus {
    padding-top: 10px;
}

.submenus a {
    color: #333333;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus a:hover {
    color: #1b1b1b;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus span {
    color: #a2a2a2;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus .fa-angle-double-right {
    color: #929292;
    font-size: 0.7em;
    padding-top: 10px;
}

/* Contatos */
.contatos {
    margin-top: 30px;

}

.telefones {
    background-color: #fff;
    height: 400px;
    width: 100%;
}

.telefones h3 {
    color: #0f7593;
    padding: 30px 0px 0px 45px;
    font-weight: 700;
}

.border {
    width: 40px;
    height: 5px;
    background-image: linear-gradient(to right, #12a0ca, #ade2f1, #12a0ca);
    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: #338ea0;
}

.telefones .fas {
    font-size: 1.1em;
    color: #338ea0;
}

.telefones .far {
    font-size: 1.1em;
    color: #338ea0;
}

.col-lg-7 {
    margin-top: 50px;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

    /* Sub-Menu*/
    .submenu {
        margin-top: 99px;
        background-color: #f7f7f7;
        height: 50px;
    }

    /* Contatos */
    .contatos {
        margin-top: 0px;
    }

    .telefones h3 {
        color: #0f7593;
        padding: 30px 0px 0px 0px;
        font-weight: 700;
    }
    
    .border {
        width: 40px;
        height: 5px;
        background-image: linear-gradient(to right, #12a0ca, #ade2f1, #12a0ca);
        margin-left: 0px;
        margin-bottom: 35px;
    }
    

    .telefones p {
        padding-left: 10px;
    
    }

    .col-lg-7 {
        margin-top: -20px;
    }
    
}