.informacoes p {
    margin-bottom: 2.5rem;
}

.informacoes i {
    color: var(--color-secondary);
}

.informacoes h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
}

.informacoes h5 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.form p {
    margin-bottom: 0;
}

.form .wpcf7 input[type="text"],
.form .wpcf7 input[type="email"],
.form .wpcf7 input[type="tel"],
.form .wpcf7 input[type="text"][name="assunto"],
.form .wpcf7-textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.form .wpcf7-textarea {
    height: 80px;
}

.form .wpcf7 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form .wpcf7 input[type="submit"] {
    background-color: var(--color-primary);
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.contact-home .wpcf7-response-output {
    margin-top: 15px;
    padding: 10px;
    border-radius: 5px;
}

.contact-home .wpcf7-mail-sent-ok {
    background-color: #4CAF50;
    color: white;
}

.contact-home .wpcf7-validation-errors {
    background-color: #ff6666;
    color: white;
}

@media (max-width: 768px) {
    .form .wpcf7 input[type="submit"] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .contact-home .wpcf7 {
        max-width: 100%;
    }
}
