.elementor-8826 .elementor-element.elementor-element-a1021d7{--display:flex;--min-height:50px;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8826 .elementor-element.elementor-element-a1021d7:not(.elementor-motion-effects-element-type-background), .elementor-8826 .elementor-element.elementor-element-a1021d7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d92fe23 );}.elementor-8826 .elementor-element.elementor-element-bae013c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-8826 .elementor-element.elementor-element-bae013c{text-align:center;}.elementor-8826 .elementor-element.elementor-element-bae013c .elementor-heading-title{text-transform:uppercase;color:#FFFFFF;}#elementor-popup-modal-8826 .dialog-widget-content{animation-duration:1.2s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:0px 0px 0px 0px;}#elementor-popup-modal-8826 .dialog-message{width:100vw;height:auto;padding:0px 0px 0px 0px;}#elementor-popup-modal-8826{justify-content:center;align-items:flex-start;}#elementor-popup-modal-8826 .dialog-close-button{display:flex;top:10px;font-size:20px;}#elementor-popup-modal-8826 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-8826 .dialog-close-button svg{fill:#FFFFFF;}/* Start custom CSS for heading, class: .elementor-element-bae013c *//* Estiliza o popup como barra fixa no topo */
.lightone-popup {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  z-index: 9999 !important;
  padding: 15px 30px;
  background-color: #d60000;
  color: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Estiliza o conteúdo interno */
.lightone-popup__inner {
  max-width: 100% !important;
  text-align: center;
}

.e-con-inner {
  padding-bottom: 18px !important;
}

.texto-marquee {
  color: #FFF;
  text-transform: uppercase;
}

.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Versão mobile animada */
.texto-mobile {
  display: flex;
  animation: deslizar 30s linear infinite; /* mais lento e contínuo */
}

.texto-mobile span {
  white-space: nowrap;
  padding-right: 50px;
}

/* Versão desktop fixa */
.texto-desktop {
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
}

/* Botão de fechar */
.elementor-popup-modal .dialog-close-button {
  display: block !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 10000 !important;
  background: transparent;
  border: none;
  color: white !important;
  font-size: 24px !important;
  cursor: pointer;
  opacity: 1 !important;
  pointer-events: all !important;
}

/* Mostrar/ocultar conforme dispositivo */
@media (max-width: 767px) {
  .texto-desktop {
    display: none;
  }

  .texto-mobile {
    display: flex;
  }

  .marquee-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: calc(100% - 60px); /* evita passar por baixo do botão */
  }

  .texto-marquee {
    display: flex;
    white-space: nowrap;
    animation: deslizar 30s linear infinite;
  }
}

@media (min-width: 768px) {
  .texto-desktop {
    display: block;
  }

  .texto-mobile {
    display: none;
  }
}

/* Animação */
@keyframes deslizar {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a1021d7 */.elementor-8826 .elementor-element.elementor-element-a1021d7 {
  min-height: 50px;
  max-height: 50px;
  overflow: hidden;
  position: relative!important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 767px) {
  .elementor-popup-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
  }
  .elementor-popup-modal .dialog-close-button {
    z-index: 10000 !important;
  }

.marquee-wrapper {
  overflow: hidden;
  position: relative;
  max-width: calc(100% - 60px); /* reserva espaço para o botão */
}

.texto-marquee {
  display: inline-block;
  white-space: nowrap;
  animation: deslizar 15s linear infinite; /* antes era 10s */
}


  @keyframes deslizar {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }

}/* End custom CSS */