.elementor-422 .elementor-element.elementor-element-e77f654{--display:flex;border-style:solid;--border-style:solid;border-width:2px 2px 2px 2px;--border-top-width:2px;--border-right-width:2px;--border-bottom-width:2px;--border-left-width:2px;border-color:#004B57;--border-color:#004B57;}.elementor-422 .elementor-element.elementor-element-b51f110{text-align:center;}.elementor-422 .elementor-element.elementor-element-b51f110 .elementor-heading-title{font-size:28px;}#elementor-popup-modal-422{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-422 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-422 .dialog-close-button{display:flex;}#elementor-popup-modal-422 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for wpforms, class: .elementor-element-06b80fe *//* Cor dos rótulos (Labels) */
.wpforms-field-label {
    color: #004B57 !important;
    font-weight: bold !important;
    font-family: 'Poppins', sans-serif;
}

/* Estilo dos campos de entrada (Inputs) */
.wpforms-field input, 
.wpforms-field textarea {
    border: 2px solid #004B57 !important;
    border-radius: 8px !important;
    padding: 12px !important;
    background-color: #f9f9f9 !important;
}

/* Efeito ao clicar no campo (Foco) */
.wpforms-field input:focus {
    border-color: #A3FF33 !important; /* Verde Neon Waura */
    outline: none !important;
}

/* Personalização do Botão "INSTALAR AGORA" */
div.wpforms-container .wpforms-submit {
    background-color: #004B57 !important; /* Azul Waura */
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important; /* Botão arredondado */
    padding: 15px 40px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    width: 100% !important; /* Botão largo para conversão */
}

/* Efeito de passar o mouse no botão (Hover) */
div.wpforms-container .wpforms-submit:hover {
    background-color: #A3FF33 !important; /* Troca para Verde Neon */
    color: #004B57 !important; /* Texto volta para o azul */
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(163, 255, 51, 0.4) !important;
}/* End custom CSS */