.elementor-203 .elementor-element.elementor-element-db760ce:not(.elementor-motion-effects-element-type-background), .elementor-203 .elementor-element.elementor-element-db760ce > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://wapp.tv.br/wp-content/uploads/2025/07/POLVO-VERDE-1.png");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-203 .elementor-element.elementor-element-db760ce > .elementor-background-overlay{background-color:#03FF3F;opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-203 .elementor-element.elementor-element-db760ce{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-203 .elementor-element.elementor-element-fcb9340{--spacer-size:50px;}.elementor-203 .elementor-element.elementor-element-b91114c{--spacer-size:50px;}body.elementor-page-203:not(.elementor-motion-effects-element-type-background), body.elementor-page-203 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for section, class: .elementor-element-db760ce *//* Brilhos tipo “flash” aleatórios e sutis */
.elementor-203 .elementor-element.elementor-element-db760ce {
  animation: flashAleatorio 8s infinite ease-in-out;
  will-change: filter;
}

@keyframes flashAleatorio {
  0%, 10%   { filter: brightness(1); }
  12%       { filter: brightness(2.2); } /* flash rápido */
  14%       { filter: brightness(1); }
  25%, 40%  { filter: brightness(1); }
  42%       { filter: brightness(1.6); } /* segundo flash */
  44%       { filter: brightness(1); }
  60%, 70%  { filter: brightness(1); }
  72%       { filter: brightness(2); }   /* flash mais forte */
  74%       { filter: brightness(1); }
  90%, 100% { filter: brightness(1); }
}/* End custom CSS */
/* Start custom CSS */.hero-mouse {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
  text-align: center;
  z-index: 100;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
}
.hero-mouse h3 {
  margin-left: -14px;
  padding-top: 15px;
}

.mouse-icon {
  width: 38px;
  height: 55px;
  border-radius: 15px;
  position: relative;
  border: 2px solid #FFFFFF;
  text-align: center;
}
.mouse-icon span {
  width: 3px;
  height: 8px;
  margin: 2px auto 0;
  display: block;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-animation: 1.2s ease infinite wheel-up-down;
          animation: 1.2s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}/* End custom CSS */