.elementor-882 .elementor-element.elementor-element-5800d4a{--display:flex;}#elementor-popup-modal-882 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-882{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-882 .dialog-close-button{display:flex;}#elementor-popup-modal-882 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-5800d4a *//* Container do formulário */
.acf-form {
    background: transparent;
}

/* Estilo das Labels (Nomes dos campos) */
.acf-label label {
    font-family: 'Poppins', sans-serif; /* Use a fonte do seu site */
    font-weight: 600 !important;
    color: #333;
    margin-bottom: 8px !important;
    display: block;
}

/* Estilo dos campos de texto e textareas */
.acf-field input[type="text"], 
.acf-field input[type="number"], 
.acf-field textarea, 
.acf-field select {
    width: 100%;
    padding: 12px !important;
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    background-color: #fff !important;
    transition: border-color 0.3s ease;
}

/* Efeito de foco no campo */
.acf-field input:focus, .acf-field textarea:focus {
    border-color: #6200ea !important; /* Cor do seu portfólio */
    outline: none;
}

/* Estilo do Botão de Enviar */
.acf-form-submit .acf-button {
    background-color: #6200ea !important; /* Cor do seu botão */
    color: #fff !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    border: none !important;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.acf-form-submit .acf-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}/* End custom CSS */