.elementor-2199 .elementor-element.elementor-element-cb1b1cf{--display:flex;--min-height:100vh;--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;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2199 .elementor-element.elementor-element-cb1b1cf:not(.elementor-motion-effects-element-type-background), .elementor-2199 .elementor-element.elementor-element-cb1b1cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://marthaguterres.com.br/wp-content/uploads/2025/11/bg-lp-redirect.webp");background-position:top center;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-2199 .elementor-element.elementor-element-b5de69d{width:var( --container-widget-width, 48% );max-width:48%;--container-widget-width:48%;--container-widget-flex-grow:0;}.elementor-2199 .elementor-element.elementor-element-b5de69d.elementor-element{--align-self:center;}.elementor-2199 .elementor-element.elementor-element-b5de69d img{width:100%;border-radius:20px 20px 20px 20px;}.elementor-widget-animated-headline .elementor-headline-plain-text{color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline{--dynamic-text-color:var( --e-global-color-secondary );}.elementor-widget-animated-headline .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-animated-headline .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-accent );}.elementor-2199 .elementor-element.elementor-element-4920259{width:100%;max-width:100%;--dynamic-text-color:#FCD085;}.elementor-2199 .elementor-element.elementor-element-4920259 .elementor-headline{text-align:center;font-family:"Poppins", Sans-serif;font-size:1.9rem;font-weight:500;}.elementor-2199 .elementor-element.elementor-element-4920259 .elementor-headline-plain-text{color:#FFFFFF;}.elementor-2199 .elementor-element.elementor-element-e0d624b{width:100%;max-width:100%;}body.elementor-page-2199:not(.elementor-motion-effects-element-type-background), body.elementor-page-2199 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}@media(max-width:767px){.elementor-2199 .elementor-element.elementor-element-cb1b1cf{--content-width:90%;}.elementor-2199 .elementor-element.elementor-element-cb1b1cf:not(.elementor-motion-effects-element-type-background), .elementor-2199 .elementor-element.elementor-element-cb1b1cf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:top center;}.elementor-2199 .elementor-element.elementor-element-b5de69d{width:100%;max-width:100%;}.elementor-2199 .elementor-element.elementor-element-4920259 .elementor-headline{font-size:1.3rem;}}@media(max-width:1024px) and (min-width:768px){.elementor-2199 .elementor-element.elementor-element-cb1b1cf{--content-width:90%;}}/* Start custom CSS for html, class: .elementor-element-e0d624b */.yt-loading {
  width: 100%;
  max-width: 480px;
  margin: 24px auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.yt-loading-bar {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: visible;
}

.yt-loading-progress {
  position: relative;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background: #ff0000; /* vermelho YouTube */
  transition: width 0.05s linear;
}

.yt-loading-icon {
  position: absolute;
  top: 50%;
  right: -18px; /* deixa o ícone “na ponta” da barra */
  transform: translateY(-50%);
  width: 28px;
  height: 20px;
  border-radius: 6px;
  background: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

/* Ícone play dentro do “retângulo YouTube” */
.yt-icon-play {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
}

/* Responsividade básica */
@media (max-width: 480px) {
  .yt-loading {
    margin: 16px auto;
    padding: 0 10px;
  }

  .yt-loading-bar {
    height: 8px;
  }

  .yt-loading-icon {
    width: 24px;
    height: 18px;
    right: -16px;
  }

  .yt-icon-play {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 9px;
  }
}/* End custom CSS */