.elementor-520 .elementor-element.elementor-element-b7db94b{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--background-transition:0.3s;--border-radius:0px 0px 0px 0px;--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}.elementor-520 .elementor-element.elementor-element-b7db94b:not(.elementor-motion-effects-element-type-background), .elementor-520 .elementor-element.elementor-element-b7db94b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-520 .elementor-element.elementor-element-b7db94b, .elementor-520 .elementor-element.elementor-element-b7db94b::before{--border-transition:0.3s;}.elementor-520 .elementor-element.elementor-element-b7db94b.e-con{--align-self:center;}.elementor-520 .elementor-element.elementor-element-0fcc0f4{width:var( --container-widget-width, 63% );max-width:63%;--container-widget-width:63%;--container-widget-flex-grow:0;text-align:center;}.elementor-520 .elementor-element.elementor-element-0fcc0f4 .elementor-heading-title{color:#FFFFFF;font-family:"Metropolis", Sans-serif;font-weight:600;line-height:39px;}#elementor-popup-modal-520{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-520 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-520 .dialog-close-button{display:flex;}#elementor-popup-modal-520 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-520 .elementor-element.elementor-element-0fcc0f4{--container-widget-width:100%;--container-widget-flex-grow:0;width:var( --container-widget-width, 100% );max-width:100%;}.elementor-520 .elementor-element.elementor-element-0fcc0f4 .elementor-heading-title{font-size:27px;}}/* Start custom CSS for html, class: .elementor-element-015f113 */form{
    font-family: Metropolis;
}

._form-content{
    display:flex;
    flex-direction: column;
    gap: 20px;
}


._submit{
     height: 65px;
     gap: 15px;
     margin-top: -10px;
   
   border: 2px solid white;
    color: white; /* Cor do texto */
    font-family: metropolis;
    font-size: 16px; /* Tamanho da fonte */
    font-weight: bold; /* Texto em negrito */
    text-align: center; /* Alinha o texto ao centro */
    border-radius: 5px; /* Borda arredondada */
    cursor: pointer; /* Cursor muda para mãozinha ao passar sobre o botão */
    display: flex; /* Flexbox para alinhamento do conteúdo */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    transition: background-color 0.3s ease; /* Transição suave de cor ao passar o mouse */
}

._submit:hover {
    background-color: #4281f7;

}

._submit svg{
    width: 25px;
    height: 25px;
    fill: #ffff;
}

._html-code{
 color: #ffff;
}


@media(max-width: 767px){
 ._submit{
     width: 100%;
     height: 65px;
     margin-top: -10px;
   
   border: 2px solid white;
    color: white; /* Cor do texto */
    font-family: metropolis;
    font-size: 13px; /* Tamanho da fonte */
    font-weight: bold; /* Texto em negrito */
    text-align: center; /* Alinha o texto ao centro */
    border-radius: 5px; /* Borda arredondada */
    cursor: pointer; /* Cursor muda para mãozinha ao passar sobre o botão */
    display: flex; /* Flexbox para alinhamento do conteúdo */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    transition: background-color 0.3s ease; /* Transição suave de cor ao passar o mouse */
}
}

@media(max-width: 767px){
  ._submit svg{
    width: 20px;
    height: 20px;
    fill: #ffff;
}
}/* End custom CSS */