.elementor-22519 .elementor-element.elementor-element-478f0d09{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-22519 .elementor-element.elementor-element-427a12c5{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}@media(min-width:768px){.elementor-22519 .elementor-element.elementor-element-478f0d09{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-427a12c5 *//* Container */
.elementor-22519 .elementor-element.elementor-element-427a12c5 {
  background: #20252A;
  padding: 30px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Texto rotativo */
.elementor-22519 .elementor-element.elementor-element-427a12c5 .rotator-text {
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  white-space: pre;
  opacity: 0;
  overflow: hidden;
}

.elementor-22519 .elementor-element.elementor-element-427a12c5 .coupon-code {
  color: #fff;
}

.elementor-22519 .elementor-element.elementor-element-427a12c5 .text2 {
  color: #fff;
}

/* Tablet (até 1024px) */
@media (max-width: 1024px) {
  .elementor-22519 .elementor-element.elementor-element-427a12c5 .rotator-text {
    font-size: 1.5rem;
  }
}

/* Celular (até 767px) */
@media (max-width: 767px) {
  .elementor-22519 .elementor-element.elementor-element-427a12c5 .rotator-text {
    font-size: 1.6rem;
  }
}

/* Cursor */
.elementor-22519 .elementor-element.elementor-element-427a12c5 .cursor {
  display: inline-block;
  width: 2px;
  background-color: white;
  margin-left: 2px;
  animation: blink 0.7s infinite;
}

/* ==================== Animações ==================== */

/* blink */
@keyframes blink {
  0%, 50%, 100% { opacity: 1; }
  25%, 75% { opacity: 0; }
}

/* revealLeft */
@keyframes revealLeft {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* revealRight */
@keyframes revealRight {
  0% {
    clip-path: inset(0 0 0 100%);
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
    opacity: 1;
  }
}

/* revealUp */
@keyframes revealUp {
  0% {
    clip-path: inset(100% 0 0 0);
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* revealBounce */
@keyframes revealBounce {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: scale(0.5);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

/* fadeOut */
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}/* End custom CSS */