.elementor-3106 .elementor-element.elementor-element-75de34d{--display:flex;}.elementor-3106 .elementor-element.elementor-element-4ac92be{width:var( --container-widget-width, 94% );max-width:94%;--container-widget-width:94%;--container-widget-flex-grow:0;}.elementor-3106 .elementor-element.elementor-element-4ac92be > .elementor-widget-container{margin:-10px 0px 0px 0px;}.elementor-3106 .elementor-element.elementor-element-4ac92be.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}#elementor-popup-modal-3106{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-3106 .dialog-message{width:486px;height:auto;padding:20px 20px 20px 20px;}#elementor-popup-modal-3106 .dialog-widget-content{border-radius:10px 10px 10px 10px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-3106 .elementor-element.elementor-element-4ac92be{width:100%;max-width:100%;}.elementor-3106 .elementor-element.elementor-element-4ac92be > .elementor-widget-container{margin:-12px 0px 0px 0px;}#elementor-popup-modal-3106 .dialog-message{width:323px;padding:10px 10px 10px 10px;}}/* Start custom CSS for html, class: .elementor-element-4ac92be */#formulario ._form_element{
    display: flex;
    flex-direction: column;
    gap: 10px
}


#formulario input{
    font-size: 16px; 
    background: #ffffff;
}

#formulario input{
    color: black
}

#formulario input{
    border-radius: 10px;
    height: 55px;
}

#formulario ._submit{
    width:100%;
    font-weight: 700;


}

#formulario ._submit {
    position: relative;
    background: linear-gradient(45deg,#257A65 0%, #3EC8A6);
    border: none;
    color: white;
    border-radius: 10px;
    height: 60px;
    cursor: pointer;
    z-index: 1;
    overflow: hidden; 
}

#formulario ._submit:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(45deg, #3EC8A6, #257A65); 
    z-index: -1; 
    transition: opacity 0.5s linear; 
    opacity: 0;
    border-radius: 10px; 
}

#formulario ._submit:hover:before {
    opacity: 1; 
}


#formulario ._submit{
    margin-top: 10px
}

#formulario ._submit::hover{
    background: #088F26;
    color: white;
}/* End custom CSS */