.elementor-18 .elementor-element.elementor-element-a16b39d{--display:flex;--min-height:100vh;--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}body.elementor-page-18:not(.elementor-motion-effects-element-type-background), body.elementor-page-18 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#010101;}/* Start custom CSS for html, class: .elementor-element-5dca23f *//* ===== SEÇÃO ===== */
.vision-section {
  padding: 120px 20px;
  background: #000;
}

/* ===== CONTAINER ===== */
.vision-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 450px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  cursor: grab;
}

/* ===== CAMADAS ===== */
.vision-top,
.vision-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
}

.vision-top {
  background: url("https://portal.thalitorres.com.br/wp-content/uploads/2026/04/img-cima002-1.jpg") center/cover no-repeat;
  z-index: 2;
  clip-path: ellipse(120% 80% at 50% 0%);
}

.vision-bottom {
  background: url("https://portal.thalitorres.com.br/wp-content/uploads/2026/04/img-baixo-1.jpg") center/cover no-repeat;
}

/* ===== LUZ ===== */
.light {
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(254,168,0,0.9), transparent 70%);
  filter: blur(50px);
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ===== TEXTO DE BAIXO ===== */
.bottom-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;

  font-family: 'DM Sans', sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #fff;

  opacity: 0;
  transform: translateY(40px);

  text-shadow: 0 0 20px rgba(255,255,255,0.2);
  pointer-events: none;
  z-index: 10;
}

.drag-hint {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;

  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(255,255,255,0.7);

  z-index: 20;
  pointer-events: none;

  opacity: 1;
  transition: opacity 0.3s ease; /* 🔥 AGORA É CSS QUE CONTROLA */
}

.drag-hint.hidden {
  opacity: 0;
}

.drag-hint .arrow {
  font-size: 22px;
  margin-bottom: 5px;
  animation: bounceUp 1.2s infinite;
}

@keyframes bounceUp {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}/* End custom CSS */