    /* FUNDO */
    .contact,
    .contact-form {
        background: linear-gradient(to bottom, #f4f6fb, #ffffff);
    }

    /* CARDS */
    .contact__widget {
        background: #ffffff;
        border-radius: 14px;
        padding: 28px 18px;
        border: 1px solid rgba(75, 43, 191, 0.08);
        transition: 0.25s;
    }

    .contact__widget:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(75, 43, 191, 0.12);
    }

    .contact__widget i {
        font-size: 26px;
        color: #5a3fd6;
        margin-bottom: 8px;
    }

    .contact__widget h4 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 4px;
    }

    .contact__widget p {
        font-size: 13px;
        color: #777;
    }

    /* TITULO */
    .contact__form__title h2 {
        font-weight: 800;
        color: #2c2c2c;
        margin-bottom: 30px;
    }

    /* FORM */
    .contact-form .row {
        max-width: 800px;
        margin: auto;
    }

    .contact-form input,
    .contact-form textarea {
        border: 1px solid #e3e6f0;
        border-radius: 10px;
        padding: 13px 14px;
        font-size: 14px;
        background: #fff;
        transition: 0.2s;
    }

    .contact-form input:focus,
    .contact-form textarea:focus {
        border-color: #5a3fd6;
        box-shadow: 0 0 0 3px rgba(90, 63, 214, 0.12);
    }

    .contact-form textarea {
        min-height: 130px;
    }

    /* BOTÃO */
    .site-btn {
        background: linear-gradient(180deg, #3c7be0, #2a5fc7);
        border-radius: 10px;
        border: 1px solid #2a5fc7;
        color: #fff;
        font-weight: 600;
        padding: 10px 22px;
        transition: 0.2s;
    }

    .site-btn:hover {
        background: linear-gradient(180deg, #4a8af0, #2f66d1);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }
    .contact__form__title p {
    color: #6c757d !important;
}
