.elementor-925 .elementor-element.elementor-element-6437a00a{--display:flex;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-925 .elementor-element.elementor-element-273fa149{width:var( --container-widget-width, 744px );max-width:744px;--container-widget-width:744px;--container-widget-flex-grow:0;text-align:center;}.elementor-925 .elementor-element.elementor-element-273fa149.elementor-element{--align-self:center;}.elementor-925 .elementor-element.elementor-element-273fa149 .elementor-heading-title{font-family:"Bricolage Grotesque", Sans-serif;font-size:24px;font-weight:400;line-height:27px;color:#FFFFFF;}#elementor-popup-modal-925 .dialog-widget-content{animation-duration:0.3s;background-color:#000000;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-925{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-925 .dialog-message{width:460px;height:auto;}#elementor-popup-modal-925 .dialog-close-button{display:flex;top:-20px;font-size:20px;}body:not(.rtl) #elementor-popup-modal-925 .dialog-close-button{right:-20px;}body.rtl #elementor-popup-modal-925 .dialog-close-button{left:-20px;}#elementor-popup-modal-925 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-925 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-925 .elementor-element.elementor-element-273fa149{width:100%;max-width:100%;}.elementor-925 .elementor-element.elementor-element-273fa149 .elementor-heading-title{font-size:4.3vw;line-height:1.2em;}#elementor-popup-modal-925 .dialog-close-button{top:-31px;}body:not(.rtl) #elementor-popup-modal-925 .dialog-close-button{right:10px;}body.rtl #elementor-popup-modal-925 .dialog-close-button{left:10px;}}@media(min-width:2400px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS for html, class: .elementor-element-ec28201 */.d-none{
    display: none
}
.captura form {
  text-align: center;
}
.captura input[type="text"],
.captura select{
  background-color: #ffffff;
  border-color: #000000;
  border-width: 2px 2px 2px 2px;
  border-radius: 5px;
  width: 100%;
  padding: 8px 16px;
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  line-height: 1.2em;
}
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.captura input[type="text"]._has_error,
.captura select._has_error, .button-check._has_error {
  background-color: #ffdddd !important;
}
.captura input[type="text"]::placeholder {
  color: #212529;
  font-weight: 400;
  opacity: 0.9;
}
.captura legend {
  margin-bottom: 0px;
  margin-top: 10px;
}
.captura ._form-label {
  display: none;
}
.captura .btn-candidatar {
  margin-top: 20px;
}
._has_error ~ .error-message {
  display: block;
}
.btn-candidatar {
    position: relative;
    width: 100%;
    font-family: "Inter", Sans-serif;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    background-image: linear-gradient(45deg, #008000, #002300, #005100, #008000, #002300);
    background-size: 400% 200%;
    color: #ffffff;
    border: 0px;
    border-radius: 180px;
    padding: 10px 5px;
    animation: 5s cubic-bezier(0.2, 0.5, 0.9,0.6) 10s infinite normal none running textura;
    transition: all 0.5s;
    box-shadow: 0 0px 32px -2px #0D4300;
}
@keyframes textura {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100% 0;
    }
}
.btn-candidatar::before{
  content:"";
  position:absolute;
  z-index: 999;
  top:0;
  left:0;
  right:0;
  bottom:0;
  padding: 3px;
  border-radius: 180px;
  background: linear-gradient(35deg, #008000, transparent, transparent);
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
          mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
    margin: -01px;
    margin-top: -01px;
}
.btn-candidatar:hover {
    transform: translateY(-7px);
}
._error-inner{
    color: red
}/* End custom CSS */