.elementor-101407 .elementor-element.elementor-element-8f93ec5{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overflow:hidden;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:128px;--padding-left:0px;--padding-right:0px;}.elementor-101407 .elementor-element.elementor-element-09533a4{--display:flex;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:128px;--padding-bottom:0px;--padding-left:16px;--padding-right:16px;--z-index:2;}.elementor-101407 .elementor-element.elementor-element-add677a{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 32px 0px 32px;}.elementor-101407 .elementor-element.elementor-element-add677a .elementor-heading-title{font-family:"Syne", Sans-serif;font-size:4rem;line-height:1em;color:#C80032;}.elementor-101407 .elementor-element.elementor-element-41bde9c{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:32px 32px;--row-gap:32px;--column-gap:32px;--border-radius:16px 16px 16px 16px;--margin-top:-24px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:32px;--padding-bottom:96px;--padding-left:32px;--padding-right:32px;}.elementor-101407 .elementor-element.elementor-element-41bde9c:not(.elementor-motion-effects-element-type-background), .elementor-101407 .elementor-element.elementor-element-41bde9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#9696FF0D;}.elementor-101407 .elementor-element.elementor-element-f1efcc3{text-align:left;}.elementor-101407 .elementor-element.elementor-element-f1efcc3 .elementor-heading-title{font-family:"Syne", Sans-serif;font-size:1.25rem;font-weight:700;color:var( --e-global-color-429a537 );}.elementor-101407 .elementor-element.elementor-element-1cb12f5{width:100%;max-width:100%;}.elementor-101407 .elementor-element.elementor-element-1cb12f5.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-101407 .elementor-element.elementor-element-c85e744{width:var( --container-widget-width, 128px );max-width:128px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:128px;--container-widget-flex-grow:0;z-index:1;}.elementor-101407 .elementor-element.elementor-element-c85e744 img{width:100%;}.elementor-101407 .elementor-element.elementor-element-6cc8d97{width:var( --container-widget-width, 192px );max-width:192px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:192px;--container-widget-flex-grow:0;}.elementor-101407 .elementor-element.elementor-element-6cc8d97 img{width:192px;opacity:0;}.elementor-101407 .elementor-element.elementor-element-1e2a7cf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-101407 .elementor-element.elementor-element-add677a{padding:0px 24px 0px 24px;}.elementor-101407 .elementor-element.elementor-element-add677a .elementor-heading-title{font-size:2.5rem;}.elementor-101407 .elementor-element.elementor-element-41bde9c{--margin-top:-16px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:24px;--padding-bottom:80px;--padding-left:24px;--padding-right:24px;}}@media(min-width:768px){.elementor-101407 .elementor-element.elementor-element-09533a4{--content-width:544px;}}/* Start custom CSS for html, class: .elementor-element-1cb12f5 */._form {
    display: flex;
    flex-direction: column;
}

span.form-instrucoes {
    color: rgb(245,245,255) !important;
    padding: 0 !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
    margin: 0 0 16px 0 !Important;
}

    .container-form {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 0;
        border-radius: 0;
        position: relative;

    }
    
    #idsRequiredMsg {
        color: rgba(255,0,50,1);
        font-family: 'Poppins', Sans-Serif;
        line-height: 1.5em;
        font-size: 1rem;
        display: block;
        margin-top: 16px;
    }

._form input:focus,
._form select:focus {
    outline: none !important;
    box-shadow: inset 0 0 0 2px rgba(150,150,255,1);
}

._form input,
._form select {
    color: rgb(245,245,255) !important;
    padding: 8px 8px 8px 16px !important;
    border-radius: 0 !important;
    font-size: 1rem !important;
    border: 0!important;
    background-color: rgba(50,50,75,1) !important;
    display: flex;
    align-items: center;
    margin: 0 !important;
}

._form select option:hover {
    background: rgb(75,75,255) !important;
}

._field-wrapper {
    flex-direction: column;
    display: flex;
    flex-wrap: no-wrap;
}

label {
    color: rgb(245,245,255) !important;
    padding: 0px 0px 0 0px !important;
    border-radius: 8px 8px 0 0 !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.25em !important;
    border: 0 !important;
    background-color: rgba(245,245,255,0) !important;
    display: flex;
    align-items: center;
    margin:  0 0 4px 0 !important;
}

span.aviso {
    color: rgb(245,245,255) !important;
    padding: 0px 0px 0 0px !important;
    border-radius: 8px 8px 0 0 !important;
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    line-height: 1.25em !important;
    border: 0 !important;
    background-color: rgba(245,245,255,0) !important;
    display: flex;
    align-items: center;
    margin:  4px 0 0 0 !important;
}

label.label-adicional {
    font-size: 1rem !important;
    line-height: 1.25em !important;
}

._error-inner {
    color: rgb(255,0,75);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(245,245,255,0.5);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(245,245,255,0.5);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(245,245,255,0.5);
}



.form_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-content: center;
    align-items: center;
}

@media (max-width: 767px) {
    .form_container {
    grid-template-columns: 1fr;
}
}

._form button:hover {

    background-image: linear-gradient(90deg, rgb(245,245,255), rgb(225,225,235)) !important;
    color: #000000 !important;
}

._form-thank-you {
    color: rgb(245,245,255) !important;
    padding: 0px 0px 0 0px !important;
    border-radius: 8px 8px 0 0 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.25em !important;
    border: 0 !important;
    background-color: rgba(245,245,255,0) !important;
    display: flex;
    align-items: center;
    margin: 0 !important;
}




._form button {
            width: 100% !important;
    padding: 16px 20px 16px 20px !important;
    border: 0 !important;
    border-radius: 512px !important;
    font-weight: 400 !important;
    color: rgba(245,245,255) !important;
    transition: none !important;
    white-space: normal;
    font-size: 1rem;
    margin-top: 16px;
    background-image: linear-gradient(-45deg, rgb(0,100,255), rgb(150,0,255),rgb(255,0,75), rgb(75,0,255)) !important;
  background-size: 600% !important;
  -webkit-animation: btngradient 8s linear infinite !important;
          animation: btngradient 8s linear infinite !important;
          transition: none;
          position: relative;
}

._form button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: linear-gradient(-45deg, rgb(0,100,255), rgb(150,0,255), rgb(255,0,75), rgb(75,0,255)) !important;
  background-size: 600% !important;
  -webkit-animation: btngradient 12s linear infinite !important;
          animation: btngradient 12s linear infinite !important;
          border-radius: 128px;
          filter: blur(32px);
          z-index: -1;
} 

._form button a:hover {
    background-image: linear-gradient(-45deg, rgb(255,255,255), rgb(235,180,125), rgb(245,215,180)) !important;
}

._form button a:hover::before {
    background-image: linear-gradient(-45deg, rgb(255,255,255), rgb(235,180,125), rgb(245,215,180)) !important;
    animation: 1.5s playShadow ease-out infinite;
} 

@-webkit-keyframes btngradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes btngradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-c85e744 */.elementor-101407 .elementor-element.elementor-element-c85e744 {
    position: absolute;
    top: auto;
    bottom: -64px;
    left: calc(50% - 64px);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-41bde9c */.elementor-101407 .elementor-element.elementor-element-41bde9c::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 32px);
    height: 2px;
    background-image: linear-gradient(90deg, rgba(245,245,255,0), rgba(245,245,255,0.15), rgba(245,245,255,0));
}



.elementor-101407 .elementor-element.elementor-element-41bde9c::after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: calc(100% - 32px);
    height: 2px;
    background-image: linear-gradient(90deg, rgba(245,245,255,0), rgba(245,245,255,0.15), rgba(245,245,255,0));
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-6cc8d97 */.elementor-101407 .elementor-element.elementor-element-6cc8d97 {
    position: absolute;
    top: auto;
    bottom: -96px;
    left: calc(50% - 96px);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-09533a4 */.elementor-101407 .elementor-element.elementor-element-09533a4::before {
    content: "";
    position: absolute;
    top: 0px;
    left: calc(50% - 72px);
    width: 144px;
    height: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='144' height='40' viewBox='0 0 144 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.13 6.09c-2.05 2.05-1.22 6.2 1.86 9.27l1.85 1.85c1.74 1.74 3.8 2.6 5 2.19l-3.15-4.05 4.05 3.15c.4-1.21-.46-3.27-2.19-5l-7.42-7.42zm9.62 15.41c.4 1.21-.46 3.26-2.2 4.99l-5.57 5.56C7.86 37.18 2.05 39.67 0 37.62l14.84-14.84c1.73-1.73 3.78-2.59 4.99-2.2l-6.85 7.76 7.76-6.85zm3.37 4.99c-1.74-1.74-2.6-3.8-2.19-5l4.05 3.15-3.15-4.05c1.21-.4 3.27.46 5 2.19l1.85 1.86c3.07 3.07 3.9 7.23 1.86 9.27zm-2.2-7.99c-.4-1.21.46-3.26 2.2-4.99l5.57-5.56C34.81 2.83 40.63.34 42.68 2.38L27.84 17.22c-1.73 1.73-3.78 2.59-4.99 2.2l6.85-7.76-7.76 6.85zm100.75 6.83c-3.36 0-6.1-2.73-6.1-6.1v-4.57h1.52v4.57c0 2.52 2.05 4.57 4.57 4.57s4.57-2.05 4.57-4.57v-4.57h1.52v4.57c0 3.36-2.73 6.1-6.1 6.1zm-62.48 0h-1.52v-9.9c0-.42.34-.76.76-.76h9.07c2.08 0 3.83 1.64 3.88 3.72s-1.68 3.9-3.81 3.9h-8.38v3.05zm0-4.57h8.38c1.26 0 2.29-1.03 2.29-2.29s-1.03-2.29-2.29-2.29h-8.38zM112 25.33h-1.52V14.66H112zm21.33 0h-1.52v-9.9c0-.42.34-.76.76-.76h.86c.2 0 .4.08.54.22l8.51 8.51v-8.73H144v9.9c0 .42-.34.76-.76.76h-.66c-.2 0-.4-.08-.54-.22l-8.7-8.7v8.93zM49.88 20l5.74 5.33h-2.23l-4.63-4.3-4.63 4.3H41.9L47.64 20l-5.74-5.33h2.23l4.63 4.3 4.63-4.3h2.23zm27.07-1.52v.76h10.67v1.52H76.95v.76c0 1.26 1.03 2.29 2.29 2.29h8.38v1.52h-8.38c-2.1 0-3.81-1.71-3.81-3.81v-3.05c0-2.1 1.71-3.81 3.81-3.81h8.38v1.52h-8.38c-1.26 0-2.29 1.03-2.29 2.29zm26.6 6.85h2.35l-3.74-3.05c2.1-.04 3.79-1.78 3.74-3.9-.05-2.08-1.8-3.72-3.88-3.72h-9.07a.76.76 0 0 0-.76.76v9.9h1.52v-3.05h6.1l3.74 3.05zm-9.84-9.14h8.38c1.26 0 2.29 1.03 2.29 2.29s-1.03 2.29-2.29 2.29h-8.38z' fill='%23EBEBF5'/%3E%3C/svg%3E");
    opacity: 0.5;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8f93ec5 */.elementor-101407 .elementor-element.elementor-element-8f93ec5::before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height:  100%;
    background: linear-gradient(90deg, rgb(150,0,255), rgb(75,75,255), rgb(0,0,255), rgb(150,0,255), rgb(75,75,255), rgb(0,0,255));
    background-size: 600% 600%;
    animation: gradient-shift 10s ease infinite;
    opacity: 0.5;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.elementor-101407 .elementor-element.elementor-element-8f93ec5::after{
    content: "";
    position: absolute;
    top: -100%;
    left: -50%;
    width: 200%;
    height:  200%;
    background-color: rgba(20,20,30,1);
    border-radius: 0 0% 50% 50%;
    filter: blur(128px);
    z-index: 0;
}/* End custom CSS */
/* Start custom CSS */p:last-child {
    margin: 0;
}

.backdrop {
    backdrop-filter: blur(2px);
}

.backdrop4 {
    backdrop-filter: blur(4px);
}

.titulo-gradiente h2,
.titulo-gradiente h3 {
      background: -webkit-linear-gradient(0deg, rgba(200,0,50,1), rgba(200,0,50,0.75));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.titulo-gradiente h1 {
      background: -webkit-linear-gradient(0deg, rgba(100,100,255,1), rgba(150,150,255,1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.texto-girando {
	animation: textoGirando 12s linear infinite;
}

@keyframes textoGirando {
	to {
		transform: rotate(360deg);
	}
}/* End custom CSS */