.elementor-7 .elementor-element.elementor-element-c235ad9{--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;}body.elementor-page-7:not(.elementor-motion-effects-element-type-background), body.elementor-page-7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020202;}/* Start custom CSS for html, class: .elementor-element-6a2632b */.drag-container {
  position: relative;
  width: 320px;
  height: 220px;
  overflow: hidden;
  margin: auto;
  border-radius: 16px;
  cursor: grab;
}

.drag-top {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#e0e0e0, #bdbdbd);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;

  /* curva */
  clip-path: ellipse(120% 80% at 50% 0%);
}

.drag-bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#8B5A2B, #5c3a1a);
  display: flex;
  align-items: center;
  justify-content: center;
}

.drag-bottom span {
  font-size: 28px;
  color: #FFD700;
  text-shadow: 0 0 12px #FFD700;
}

.drag-top span {
  font-weight: bold;
  letter-spacing: 2px;
}

.light {
  position: absolute;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255,255,200,0.9) 0%, rgba(255,255,200,0.4) 40%, transparent 70%);
  filter: blur(25px);
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}/* End custom CSS */