.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#002D0A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#07A52B;--e-global-color-403bc5f:#7E7E7E;--e-global-color-8c030bf:#272C28;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-weight:100;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-weight:400;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:100ms;--e-preloader-animation-duration:1000ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-accent );--e-preloader-size:74px;}.elementor-kit-6 e-page-transition{background-color:#000000;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*     CURSORES     */

html{
cursor:url('https://neoprop.com.br/wp-content/uploads/2025/09/CURSOR-NEO.png'), auto;

}

html.click, html.click a, html.click a:hover, a:hover{
cursor:url('https://neoprop.com.br/wp-content/uploads/2025/09/POINTER-NEO.png'), auto;
}

.elementor-button-icon{
    scale: 1.5;
    animation: iconbutton 2s ease-in-out infinite;
}

@keyframes iconbutton{
   0%{
        transform: translatex(0px);
    }
     50%{
        transform: translatex(20px);
    
}
 100%{
        transform: translatex(0px);
    }
}

/*     BOTAO     */
.pulsanteo:hover {
  transform: scale(1);
  animation-play-state: paused;
}
#botao {
  border: 1.8px solid #0ACE36;
  position: relative;
  color: #fff;
  border-radius: 5px;
  transition: transform 0.3s ease;
  background-size: 300% auto;
  background-image: linear-gradient(45deg, #002D0A, #0ACE36);
  animation: animacaoGradiente 3s ease infinite;
}

#botao:hover {
  transform: scale(1.1);
  animation-play-state: paused;
}

@keyframes animacaoGradiente {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes animacaoGradiente {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.pulsante{
    top: 5px;
    bottom: -50px;
    display: block;
    box-shadow:  0 0 0 rgba(10, 206, 54, 100); /* altere a cor aqui */
    border-radius: 5px; /* altere o arrendondamento da borda aqui */
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 100ms ease-in-out;
}

.pulsante:hover{
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
}

@-webkit-keyframes pulsing{
  to{
    box-shadow: 0 0 0 20px rgba(42, 0, 121, 0); /* altere a cor aqui */
  }
}

@-moz-keyframes pulsing{
  to{
    box-shadow: 0 0 0 5px rgba(42, 0, 121, 0); /* altere a cor aqui */
  }

@-ms-keyframes pulsing{
  to{
    box-shadow: 0 0 0 900px rgba(42, 0, 121, 0); /* altere a cor aqui */
  }

@keyframes pulsing{
  to{
    box-shadow: 0 0 0 20px rgba(42, 0, 121, 0); /* altere a cor aqui */
  }

}/* End custom CSS */