/* Titulos */
.destaques {
    margin-top: -20px;
    width: 100%;
}

.destaques h4 {
    margin-top: 30px;
    color: #133555;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 20px;
}

.destaques p {
    color: #000000;
    font-size: 1.1em;
    font-weight: 500;
    margin-top: -10px;
}

.contatos {
    padding: 20px 0px 90px 20px;
    font-size: 1.1em;
    text-align: left;
}

.contatos p {
    font-size: 1em;
    font-weight: 400;
    color: #404040;
}

.contatos a {
    color: #404040;
}

.contatos a:hover {
    color: #232323;
    text-decoration: none;
    font-weight: 600;
}

.contatos i {
    color: #2d6193;
}

/* Responsive Tela Smartphone */
@media (max-width: 768px) {

    /* Titulos */
    .destaques {
        margin-top: -20px;
        width: 100%;
    }

    .destaques h3 {
        margin-top: 30px;
        color: #000000;
        line-height: 45px;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 20px;
    }

    .destaques p {
        color: #000000;
        font-size: 1.1em;
        font-weight: 400;
    }

    .contatos {
        padding: 20px 0px 50px 20px;
        font-size: 1.1em;
        text-align: left;
    }

    .contatos p {
        font-size: 1em;
        font-weight: 400;
        color: #404040;
    }

    .contatos a {
        color: #404040;
    }

    .contatos a:hover {
        color: #232323;
        text-decoration: none;
        font-weight: 600;
    }

}