.elementor-63845 .elementor-element.elementor-element-fa0b900{--display:flex;}#elementor-popup-modal-63845{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-63845 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-63845 .dialog-close-button{display:flex;}#elementor-popup-modal-63845 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-cedfd78 *//* Estilo para inputs e selects */
.custom-form input.form-control,
.custom-form select.form-control {
    margin-bottom: 10px;
    border: 0px solid;
    border-color: #acb9cc;
    border-radius: 0px;
    box-shadow: 1px 1px 8px 1px #acb9cc;
    background: white;
    width: 100%;
    height: 50px;
    font-family: inherit;
    font-size: inherit;
}

/* Botão padrão */
.custom-form .btn.btn-default {
    width: 100%;
    background-color: #FF6C38;
    color: #FFFFFF;
    padding: 15px;
    margin: 10px 0;
    border: 0px solid #FFFFFF;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
}

/* Hover no botão */
.custom-form .btn.btn-default:hover {
    background-color: #006400;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 35px;
}/* End custom CSS */