.elementor-6523 .elementor-element.elementor-element-2151e9f{--display:flex;}.elementor-6523 .elementor-element.elementor-element-5fdeace > .elementor-widget-container{margin:-15px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-5fdeace */#form-act form{
   font-family: "sora";
}

#form-act ._form-content{
    display: flex;
    flex-direction: column;
}


#form-act input{
  font-size:16px;
  font-weight: 500;
  color: #000;
  border: 1px solid #E4E4E4;
  height:50px;
  margin-bottom: 10px;
  border-radius: 0px;
  background: #fff;
}

#form-act ::placeholder{
    font-weight: 400;
}

select#field\[12\] {
    border-radius: 0px;
    background: #E4E4E4;
    border-right: 10px solid #E4E4E4;
    border-color: #E4E4E4;
    height: 50px;
    color: #686767;
}

select#field\[13\] {
    border-radius: 0px;
    background: #E4E4E4;
    border-right: 10px solid #E4E4E4;
    border-color: #E4E4E4;
    height: 50px;
    color: #686767;
}

#form-act ._form-label{
    color: #000;
    font-weight: 400;
}

#form-act ._submit {
  width: 100%;
  height: auto; /* Alterado para 'auto' para acomodar várias linhas */
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin-top: 10px;
  padding: 20px;
  animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite normal none running textura;
  background: rgb(24,218,65);
background: linear-gradient(180deg, rgba(24,218,65,1) 0%, rgba(26,113,10,1) 100%);
  border-radius: 50px;
  white-space: normal; /* Alterado para 'normal' para permitir quebras de linha */
  overflow-wrap: break-word; /* Força a quebra de linha após a palavra */
}

#form-act ._submit:hover{
  transform: scale(1.05);
}

#form-act input:focus-visible, 
#form-act ._submit:focus-visible {
  outline:none;
}

#form-act ._error-inner {
    color:#fff;
    font-size: 14px;
}

.coor{
    color: red;
}


/* Mídia para dispositivos móveis */
@media screen and (max-width: 768px) {
  #form-act ._submit {
    /* Ajuste conforme necessário para dispositivos móveis */
    font-size: 16px; /* Reduzindo o tamanho da fonte para acomodar a quebra de linha */
    height: auto; /* Certificando-se de que a altura seja ajustada automaticamente */
  }
}


/*@keyframes textura{
    0% {
    background-position: 0 0;
}

100% {
    background-position: 100% 0;
}
}*//* End custom CSS */