.bg-parallax {
    position: relative;
    background-image: url("../img/contato.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

textarea {
    resize: none;
}

.form {
    width: 70% !important;
}

.contact-form {
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: var(--radius-lg);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.contact-card {
    border: 0;
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.contact-card .card-text {
    overflow-wrap: anywhere;
}

.contato-url {
    color: var(--preto);
    text-decoration: none;
    transition: 0.2s ease;
}

.contato-url:hover {
    color: var(--vermelho-effex) !important;
}

@media screen and (max-width: 991px) {
    .form {
        width: 100% !important;
    }
}

@media screen and (max-width: 575.98px) {
    .contact-form {
        padding: 1rem;
    }
}
