.elementor-6669 .elementor-element.elementor-element-efdc076{--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;--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-6669 .elementor-element.elementor-element-bba7cf6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-6669 .elementor-element.elementor-element-cb796ee{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6669 .elementor-element.elementor-element-203dd8d{--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;--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-6669 .elementor-element.elementor-element-f9e0734{--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;--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-6669 .elementor-element.elementor-element-833a6ef{--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;--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-6669 .elementor-element.elementor-element-bea973d{--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;--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-6669 .elementor-element.elementor-element-ad43bb0{--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;--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-6669 .elementor-element.elementor-element-333fee2{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6669 .elementor-element.elementor-element-e6d0b66{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-6669 .elementor-element.elementor-element-980f5b9 > .elementor-widget-container{margin:-50px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-bba7cf6 *//* =========================
   HERO BASE
========================= */
.limiar-hero-bg {
  position: relative;
  height: 100vh;
  padding: 0 6%;

  display: flex;
  align-items: center;

  overflow: hidden;

  background: url('https://xavierinstituto.com.br/wp-content/uploads/2026/04/Folder-sites-3.jpg') no-repeat center right;
  background-size: 115%;

  animation: zoomOutHero 10s ease-out forwards;
}

/* ZOOM OUT */
@keyframes zoomOutHero {
  from { background-size: 120%; }
  to { background-size: 100%; }
}

/* OVERLAY */
.limiar-hero-bg::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    90deg,
    rgba(0,0,0,0.98) 0%,
    rgba(0,0,0,0.92) 30%,
    rgba(0,0,0,0.75) 50%,
    rgba(0,0,0,0.35) 70%,
    rgba(0,0,0,0.05) 100%
  );

  z-index: 2;
}

/* GLOW */
.hero-glow {
  position: absolute;
  width: 600px;
  height: 600px;

  background: radial-gradient(circle,
    rgba(202,140,47,0.22),
    rgba(242,183,5,0.08),
    transparent 70%
  );

  filter: blur(140px);
  right: 10%;
  top: 20%;

  animation: glowMove 6s infinite ease-in-out;

  z-index: 2;
}

@keyframes glowMove {
  50% { transform: translateY(20px) translateX(-10px); }
}

/* CONTEÚDO */
.hero-content {
  position: relative;
  z-index: 3;
  max-width: 580px;
  margin-top: 10px;
}

/* LOGO */
.hero-logo {
  width: 200px;
  margin-bottom: 0px;
  filter: drop-shadow(0 0 25px rgba(202,140,47,0.35));
}

/* HEADLINE */
.hero-flow {
  font-size: 38px;
  line-height: 1.20;
  margin-bottom: 1px;
}

/* LINHAS */
.hero-flow span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: lineReveal 0.8s forwards;
}

.hero-flow span:nth-child(1){ animation-delay: .2s; }
.hero-flow span:nth-child(2){ animation-delay: .5s; }
.hero-flow span:nth-child(3){ animation-delay: .8s; }
.hero-flow span:nth-child(4){ animation-delay: 1.1s; }

@keyframes lineReveal{
  to{
    opacity:1;
    transform: translateY(0);
  }
}

/* VARIAÇÕES */
.hero-flow .soft {
  opacity: 0.7;
}

.hero-flow .highlight {
  background: linear-gradient(135deg,#CA8C2F,#F2B705);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TEXTO */
.hero-highlight {
  color: #CA8C2F;
  margin-bottom: 2px;
}

.hero-sub {
  font-size: 16px;
  color: #cfcfcf;
  margin-bottom: 1px;
  line-height: 1
}

/* LIVE */
.hero-live {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
}

/* CTA */
.cta-btn {
  display: inline-block;
  padding: 15px 50px;

  background: linear-gradient(135deg,#CA8C2F,#F2B705,#8A5A1C);
  color: #000;

  font-weight: 700;
  border-radius: 40px;

  transition: .3s ease;
  box-shadow: 0 10px 30px rgba(202,140,47,0.25);
}

.cta-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 0 40px rgba(202,140,47,0.7);
}

/* SCROLL */
.scroll-indicator {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 4;
  opacity: .6;
}

.scroll-indicator span {
  font-size: 10px;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.5);
}

.scroll-line {
  width: 1px;
  height: 40px;
  margin: 8px auto;

  background: linear-gradient(
    to bottom,
    transparent,
    #CA8C2F,
    #F2B705,
    transparent
  );

  animation: scrollPulse 2s infinite;
}

@keyframes scrollPulse {
  50% { transform: scaleY(1.2); opacity: 1; }
}

/* PARTICLES */
#goldParticles {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
/* =========================
   📱 MOBILE FIX LIMIAR
========================= */

@media (max-width: 768px){

  .limiar-hero-bg{
    padding: 40px 6%;

    /* NOVA IMAGEM MOBILE */
    background: url('https://xavierinstituto.com.br/wp-content/uploads/2026/04/Design-sem-nome-2026-04-30T121311.872.png') no-repeat center center;

    background-size: cover;

    /* REMOVE ZOOM */
    animation: none !important;
  }

  /* GARANTE QUE NÃO VOLTE O ZOOM */
  .limiar-hero-bg{
    background-size: cover !important;
  }

  /* AJUSTE CONTEÚDO */
  .hero-content{
    margin-top: 0;
    max-width: 100%;
  }

  /* LOGO */
  .hero-logo{
    width: 240px;
    margin-bottom: 8px;
  }

  /* HEADLINE */
  .hero-flow{
    font-size: 26px;
    line-height: 1.15;
  }

  /* TEXTO */
  .hero-highlight{
    font-size: 15px;
  }

  .hero-sub{
    font-size: 14px;
    line-height: 1.3;
  }

  /* CTA FULL */
  .cta-btn{
    width: 100%;
    text-align: center;
    padding: 16px;
  }

}
@media (max-width: 768px){
  .limiar-hero-bg{
    animation: none !important;
    background-size: cover !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-473f88c */.limiar-strip-absurdo {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 30px 0;

  background: radial-gradient(circle at center, #050505 0%, #000 100%);
  border-top: 1px solid rgba(202,140,47,0.15);
  border-bottom: 1px solid rgba(202,140,47,0.15);
}

/* TRACK */
.strip-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

/* CONTEÚDO */
.strip-content {
  display: flex;
  gap: 80px;
  padding-right: 80px;
}

/* TEXTO */
.strip-content span {
  font-size: 13px;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.35);

  position: relative;
  white-space: nowrap;

  transition: all 0.4s ease;
}

/* SEPARADOR PREMIUM */
.strip-content span::after {
  content: "◆";
  margin-left: 35px;
  color: rgba(202,140,47,0.5);
}

/* GLOW INTERATIVO */
.strip-content span:hover {
  color: #F2B705;
  text-shadow:
    0 0 10px rgba(242,183,5,0.6),
    0 0 20px rgba(202,140,47,0.4);
}

/* BLUR LATERAL (EFEITO APPLE) */
.strip-blur {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.strip-blur.left {
  left: 0;
  background: linear-gradient(to right, #000 40%, transparent);
}

.strip-blur.right {
  right: 0;
  background: linear-gradient(to left, #000 40%, transparent);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96f3ca9 *//* BASE */
.limiar-section-2 {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;

  background: radial-gradient(circle at center, #050505 0%, #000 100%);
  position: relative;
  overflow: hidden;
  transition: background 1.2s ease;
}

/* ESCURECIMENTO DINÂMICO */
.limiar-section-2.darken {
  background: radial-gradient(circle at center, #020202 0%, #000 100%);
}

/* GLOW */
.limiar-section-2::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;

  background: radial-gradient(
    circle,
    rgba(202,140,47,0.12),
    transparent 70%
  );

  filter: blur(140px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* CONTAINER */
.container {
  max-width: 820px;
  text-align: center;
  z-index: 2;
}

/* HEADLINE */
h2 {
  font-size: 46px;
  margin-bottom: 35px;
}

h2 span {
  background: linear-gradient(135deg,#CA8C2F,#F2B705);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* TAGS */
.examples {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 50px;
}

.examples span {
  padding: 8px 18px;
  border: 1px solid rgba(202,140,47,0.3);
  border-radius: 20px;
  font-size: 13px;
  color: #CA8C2F;
  opacity: 0.6;
}

/* TEXT FLOW */
.cinema-text {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.line {
  font-size: 24px;
  color: #bbb;
  transition: all 0.4s ease;
}

.line.strong {
  color: #fff;
  font-size: 26px;
}

.line.final {
  font-size: 26px;
  color: #fff;
}

.line.final span {
  background: linear-gradient(135deg,#CA8C2F,#F2B705);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 🔥 ECO VISUAL */
.echo {
  position: relative;
}

.echo::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255,255,255,0.05);
  transform: translateY(3px);
}

/* ECO FORTE */
.echo-strong {
  animation: pulseEcho 2s infinite;
}

@keyframes pulseEcho {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}

/* ANIMAÇÃO */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s forwards;
}

.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 1s; }
.delay-5 { animation-delay: 1.5s; }
.delay-6 { animation-delay: 2s; }
.delay-7 { animation-delay: 2.5s; }
.delay-8 { animation-delay: 3s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b79809 */.limiar-caminho-v3{
  position:relative;
  padding:120px 20px;
  background:#050505;
  color:#fff;
}

/* LINHA */
.lc-line{
  position:absolute;
  left:50%;
  top:0;
  width:2px;
  height:100%;
  transform:translateX(-50%);
  background:rgba(255,255,255,0.05);
}

.lc-progress{
  position:absolute;
  width:100%;
  height:0%;
  background:linear-gradient(to bottom,#CA8C2F,transparent);
}

/* DOT */
.lc-dot{
  position:absolute;
  left:50%;
  width:14px;
  height:14px;
  background:#F2B705;
  border-radius:50%;
  transform:translate(-50%,0);
  box-shadow:0 0 20px rgba(242,183,5,0.9);
}

/* CONTAINER */
.lc-container{
  max-width:900px;
  margin:0 auto;
}

/* TITULO */
.lc-title{
  text-align:center;
  font-size:34px;
  margin-bottom:80px;
}

/* ITENS */
.lc-item{
  display:flex;
  margin:60px 0;
}

/* ALTERNÂNCIA */
.lc-item:nth-child(odd){
  justify-content:flex-end;
  padding-right:calc(50% + 50px);
}

.lc-item:nth-child(even){
  justify-content:flex-start;
  padding-left:calc(50% + 50px);
}

/* CARD */
.lc-card{
  max-width:300px;
  padding:20px;
  border-radius:12px;

  background:rgba(255,255,255,0.03);
  border:1px solid rgba(202,140,47,0.2);

  backdrop-filter:blur(8px);
}

/* DESTAQUE LIMIAR */
.lc-card.highlight{
  border-color:#F2B705;
  box-shadow:0 0 30px rgba(242,183,5,0.3);
}

/* MOBILE */
@media(max-width:768px){

  .lc-item{
    justify-content:center !important;
    padding:0 !important;
  }

  .lc-line{
    left:10px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f87e3de */:root {
  --gold-main: #CA8C2F;
  --gold-light: #F2B705;
}

/* BASE */
.limiar-break {
  position: relative;
  width: 100%;
  min-height: 100vh;

  display: flex;
  align-items: center;

  padding: 14px 6%;

  background: url('https://xavierinstituto.com.br/wp-content/uploads/2026/04/ChatGPT-Image-28-de-abr.-de-2026-18_50_51.png') no-repeat center;
  background-size: cover;

  overflow: hidden;
  transition: filter 1.2s ease;
}

/* 🔥 ESCURECIMENTO PROGRESSIVO */
.limiar-break.deep {
  filter: brightness(0.85);
}

/* OVERLAY */
.limiar-break-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to right, #000 20%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.3) 100%),
    linear-gradient(to top, rgba(0,0,0,0.8), transparent 60%);
}

/* CONTEÚDO */
.limiar-break-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

/* TITULO */
.limiar-break h2 {
  font-size: 48px;
  margin-bottom: 30px;
}

.limiar-break h2 span {
  background: linear-gradient(135deg,var(--gold-main),var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* SUB */
.sub {
  font-size: 18px;
  color: #bfbfbf;
  margin-bottom: 30px;
}

/* PENSAMENTO */
.highlight {
  font-size: 22px;
  color: var(--gold-main);
  margin-bottom: 30px;
}

/* FRASE INTERNA */
.highlight em {
  color: #e0e0e0;
  opacity: 0.7;
  animation: thoughtFloat 3s infinite ease-in-out;
}

@keyframes thoughtFloat {
  50% { transform: translateY(-4px); opacity: 1; }
}

/* FINAL */
.final {
  font-size: 22px;
  color: #fff;
}

/* 🔥 PALAVRA CRÍTICA */
.break-word {
  background: linear-gradient(135deg,var(--gold-main),var(--gold-light));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: 700;

  animation: breakImpact 2.5s infinite;
}

/* 🔥 MICRO IMPACTO */
@keyframes breakImpact {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

/* ANIMAÇÃO */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 1s forwards;
}

.delay-1 { animation-delay: 0.3s; }
.delay-2 { animation-delay: 0.6s; }
.delay-3 { animation-delay: 1s; }

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* =========================
   📱 AJUSTE MOBILE LIMIAR BREAK
========================= */

@media (max-width: 768px){

  .limiar-page .limiar-break{
    min-height: auto; /* 🔥 remove altura forçada */
    padding: 70px 6% 60px; /* 🔥 reduz drasticamente o espaço */
  }

  .limiar-page .limiar-break-content{
    max-width: 100%;
  }

  /* TÍTULO */
  .limiar-page .limiar-break h2{
    font-size: 30px;
    margin-bottom: 18px;
    line-height: 1.2;
  }

  /* SUB */
  .limiar-page .sub{
    font-size: 16px;
    margin-bottom: 18px;
  }

  /* PENSAMENTO */
  .limiar-page .highlight{
    font-size: 18px;
    margin-bottom: 18px;
  }

  /* FINAL */
  .limiar-page .final{
    font-size: 18px;
    line-height: 1.3;
  }

}
.limiar-page .limiar-break{
  padding-top: 60px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-025c328 */.limiar-about-premium {
  width: 100%;
  min-height: 100vh;

  display: flex;
  align-items: center;
  padding: 12px 6%;

  background: radial-gradient(circle at center, #050505 0%, #000 100%);
  position: relative;
  overflow: hidden;
}

/* GLOW AMBIENTE */
.limiar-about-premium::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;

  background: radial-gradient(circle,
    rgba(202,140,47,0.08),
    transparent 70%
  );

  filter: blur(160px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* CONTAINER */
.about-container {
  max-width: 1300px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  gap: 60px;
}

/* TEXTO */
.about-left {
  width: 50%;
  color: #fff;
}

/* TAG */
.about-tag-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #C8A96A;
  margin-bottom: 20px;
}

.about-tag-line span {
  width: 30px;
  height: 2px;
  background: #C8A96A;
}

/* NOME */
.about-left h2 {
  font-size: 52px;
  margin-bottom: 15px;
}

.about-left h2 span {
  background: linear-gradient(135deg,#CA8C2F,#F2B705);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* BARRA */
.about-bar {
  background: linear-gradient(
    90deg,
    rgba(200,169,106,0.2),
    rgba(200,169,106,0.05)
  );
  border-left: 3px solid #C8A96A;
  padding: 14px 18px;
  margin-bottom: 25px;
  font-size: 13px;
  color: #C8A96A;
  letter-spacing: 1px;
  border-radius: 6px;
}

/* TEXTO */
.about-left p {
  font-size: 18px;
  color: #cfcfcf;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* FRASE FINAL MAIS FORTE */
.about-left p.highlight {
  color: #fff;
  font-weight: 500;
}

/* TAGS */
.about-tags {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.about-tags span {
  padding: 8px 14px;
  border: 1px solid rgba(200,169,106,0.3);
  border-radius: 20px;
  font-size: 13px;
  color: #C8A96A;

  transition: all 0.3s ease;
}

.about-tags span:hover {
  transform: translateY(-2px);
  background: rgba(200,169,106,0.1);
}

/* ASSINATURA */
.signature {
  margin-top: 25px;
  color: #777;
  font-size: 14px;
}

/* IMAGEM */
.about-right {
  width: 40%;
  position: relative;
  transform: scale(0.95);
  transition: transform 1.2s ease;
}

/* IMAGEM */
.about-right img {
  width: 100%;
  border-radius: 16px;

  filter: contrast(1.1) saturate(1.05);
  transition: transform 1.2s ease;
}

/* FUMÊ */
.about-right::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(
    to top,
    rgba(0,0,0,0.85),
    transparent
  );

  border-radius: 16px;
  z-index: 2;
}

/* GLOW */
.about-right::after {
  content: "";
  position: absolute;
  inset: 0;

  box-shadow: 0 0 80px rgba(200,169,106,0.2);
  border-radius: 16px;
}

/* ANIMAÇÃO TEXTO PROGRESSIVO */
.fade-step {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fade-step.active {
  opacity: 1;
  transform: translateY(0);
}

/* IMAGEM ENTRADA */
.about-right.active {
  transform: scale(1);
}

/* RESPONSIVO */
@media(max-width: 900px){
  .about-container {
    flex-direction: column;
    text-align: center;
  }

  .about-left,
  .about-right {
    width: 100%;
  }

  .about-left h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c45a5bb */.limiar-final-cinema{
  position:relative;
  padding:12px 6%;
  background:#000;
  color:#fff;
  text-align:center;
  overflow:hidden;
}

/* OVERLAY NÃO BLOQUEIA INTERAÇÃO */
.limiar-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,0);
  transition:0.6s ease;
  z-index:1;

  pointer-events:none; /* 🔥 ESSA LINHA RESOLVE O PROBLEMA */
}

.limiar-container{
  position:relative;
  z-index:2;
}

/* TITULO */
.limiar-title{
  font-size:60px;
  margin-bottom:20px;
}

.dot{
  display:inline-block;
  width:8px;
  height:8px;
  background:#F2B705;
  border-radius:50%;
}

/* DESCRIÇÃO */
.limiar-desc{
  color:#aaa;
  margin-bottom:60px;
}

/* GRID */
.limiar-cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* CARD */
.limiar-card{
  position:relative;
  padding:30px;
  border-radius:16px;

  background:rgba(255,255,255,0.02);
  border:1px solid rgba(255,255,255,0.05);

  transition:all 0.4s ease;
  overflow:hidden; /* 🔥 necessário pro brilho */
  cursor:pointer;
}

/* MICRO INTERAÇÃO (AGORA FUNCIONA) */
.limiar-card:hover{
  transform:translateY(-6px) scale(1.02);
  box-shadow:0 0 40px rgba(242,183,5,0.25);
}

/* MICRO ZOOM ATIVO */
.limiar-card.active{
  transform:scale(1.05);
}

/* TEXTO */
.limiar-card h3{
  margin-bottom:15px;
}

/* LINHAS */
.line{
  opacity:0;
  transform:translateY(10px);
}

.limiar-card.show .line{
  animation:fadeLine 0.6s forwards;
}

.limiar-card.show .line:nth-child(2){
  animation-delay:0.2s;
}

.limiar-card.show .line:nth-child(3){
  animation-delay:0.6s;
}

@keyframes fadeLine{
  to{
    opacity:1;
    transform:translateY(0);
  }
}

/* HIGHLIGHT */
.highlight{
  color:#F2B705;
}

/* BRILHO CORRIGIDO (AGORA BONITO) */
.limiar-card::after{
  content:"";
  position:absolute;
  top:0;
  left:-120%;
  width:60%;
  height:100%;

  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.25),
    transparent
  );

  transition:all 0.8s ease;
}

.limiar-card.show::after{
  left:140%;
}

/* RESPONSIVO */
@media(max-width:900px){
  .limiar-cards{
    grid-template-columns:1fr;
  }
}
/* LABEL "NÃO É" */
.card-label{
  display:inline-block;
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;

  color:#CA8C2F;

  margin-bottom:10px;
  opacity:0.8;

  position:relative;
}

/* LINHA SUTIL (estética Apple) */
.card-label::after{
  content:"";
  display:block;
  width:30px;
  height:2px;

  margin:6px auto 0;

  background:linear-gradient(90deg, transparent, #F2B705, transparent);

  opacity:0.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4920479 */.limiar-break-section{
  padding:80px 20px;
  background:#000;
  text-align:center;
  position:relative;
  overflow:hidden;
}

/* glow sutil */
.limiar-break-section::after{
  content:"";
  position:absolute;
  width:100px;
  height:400px;
  background:radial-gradient(circle, rgba(242,183,5,0.08), transparent);
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  filter:blur(140px);
}

.limiar-break-container{
  max-width:700px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

/* textos */
.limiar-break-small{
  font-size:26px;
  color:#777;
  margin-bottom:10px;
}

.limiar-break-title{
  font-size:46px;
  color:#fff;
  margin-bottom:2px;
}

.limiar-break-text{
  color:#aaa;
  line-height:1.4;
  margin-bottom:24px;
}

.limiar-break-highlight{
  color:#F2B705;
  font-size:22px;
  margin-bottom:45px;
}

/* BOTÃO */
/* =========================
   CTA CINEMÁTICO FINAL
========================= */

.limiar-break-btn{
  display:inline-flex;
  flex-direction:column;
  align-items:center;

  padding:18px 60px;
  border-radius:60px;

  background:linear-gradient(135deg,#CA8C2F,#F2B705);
  color:#000;

  font-weight:700;
  text-decoration:none;

  transition:all .4s ease;

  opacity:0;
  transform:translateY(40px) scale(0.95);

  box-shadow:0 10px 30px rgba(242,183,5,0.2);
}

/* APARECER */
.limiar-break-btn.show{
  opacity:1;
  transform:translateY(0) scale(1);
}

/* TEXTO */
.limiar-main{
  font-size:22px;
}

.limiar-sub{
  font-size:14px;
  opacity:0.7;
  margin-top:6px;
}

/* TIMER */
.limiar-timer{
  font-size:13px;
  margin-top:6px;
  opacity:0.6;
  letter-spacing:1px;
}

/* PULSO ATIVO */
.limiar-break-btn.live{
  animation:pulseCTA 1.5s infinite;
}

@keyframes pulseCTA{
  0%{ box-shadow:0 0 0 0 rgba(242,183,5,0.6); }
  70%{ box-shadow:0 0 0 20px rgba(242,183,5,0); }
  100%{ box-shadow:0 0 0 0 rgba(242,183,5,0); }
}

/* HOVER */
.limiar-break-btn:hover{
  transform:translateY(-4px) scale(1.05);
}

/* MICRO VIBRAÇÃO */
.limiar-break-btn.vibrate{
  animation:vibrate 0.2s linear 2;
}

@keyframes vibrate{
  0%{ transform:translate(0); }
  25%{ transform:translate(2px,-2px); }
  50%{ transform:translate(-2px,2px); }
  75%{ transform:translate(2px,2px); }
  100%{ transform:translate(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-980f5b9 */.limiar-footer-cinema{
  position:relative;
  padding:10px 20px 60px;
  background:#000;
  text-align:center;
  overflow:hidden;
}

/* FADE */
.footer-fade{
  position:absolute;
  top:-200px;
  left:0;
  width:100%;
  height:300px;

  background:linear-gradient(to bottom, transparent, #000 80%);
}

/* CONTEÚDO */
.footer-content{
  position:relative;
  z-index:2;
}

/* FRASE */
.footer-quote{
  font-size:22px;
  color:#aaa;
  line-height:1.6;
  margin-bottom:60px;
  opacity:0;
  animation:fadeFinal 2s ease forwards;
}

.footer-quote span{
  color:#F2B705;
}

/* LOGO */
.footer-logo img{
  width:140px;
  margin-bottom:30px;

  opacity:0;
  transform:translateY(20px);
  animation:fadeUpLogo 2s ease forwards;
  animation-delay:0.8s;
}

/* INSTAGRAM */
.footer-social{
  margin-bottom:30px;
  opacity:0;
  animation:fadeFinal 2s ease forwards;
  animation-delay:1.2s;
}

.footer-social a{
  color:#888;
  transition:0.3s;
}

.footer-social a:hover{
  color:#F2B705;
  transform:scale(1.1);
}

.footer-social svg{
  width:22px;
  height:22px;
}

/* LINHA DIVISÃO (AGORA CORRETA) */
.footer-divider{
  width:100%;
  max-width:600px;
  height:1px;
  margin:20px auto 30px;

  background:linear-gradient(
    90deg,
    transparent,
    rgba(242,183,5,0.35),
    transparent
  );

  opacity:0;
  animation:fadeFinal 2s ease forwards;
  animation-delay:1.5s;
}

/* INFO */
.footer-info{
  font-size:12px;
  color:#555;
  opacity:0;
  animation:fadeFinal 2s ease forwards;
  animation-delay:1.8s;
}

/* ANIMAÇÕES */
@keyframes fadeFinal{
  to{ opacity:1; }
}

@keyframes fadeUpLogo{
  to{
    opacity:1;
    transform:translateY(0);
  }
}
/* ===================================== */
/* DIVISOR CINEMATOGRÁFICO */
/* ===================================== */

.limiar-divider-section{
  position:relative;
  width:100%;
  padding:60px 0 40px; /* 🔥 espaço de respiração */
  background:#000;
}

/* LINHA PRINCIPAL */
.limiar-divider-line{
  position:relative;
  width:100%;
  max-width:900px;
  height:1px;
  margin:0 auto;

  background:linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,0.06) 25%,
    rgba(242,183,5,0.35) 50%,
    rgba(255,255,255,0.06) 75%,
    transparent 100%
  );
}

/* GLOW SUTIL CENTRAL */
.limiar-divider-line::before{
  content:"";
  position:absolute;
  left:50%;
  top:-2px;
  transform:translateX(-50%);

  width:120px;
  height:4px;

  background:radial-gradient(
    circle,
    rgba(242,183,5,0.25),
    transparent 70%
  );

  filter:blur(6px);
}

/* MICRO BRILHO PASSANDO (bem sutil) */
.limiar-divider-line::after{
  content:"";
  position:absolute;
  top:0;
  left:-30%;

  width:30%;
  height:100%;

  background:linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.15),
    transparent
  );

  opacity:0.4;
  animation:dividerShine 6s infinite ease-in-out;
}

@keyframes dividerShine{
  0%{ left:-30%; opacity:0; }
  30%{ opacity:0.4; }
  100%{ left:130%; opacity:0; }
}
/* REMOVE TOTALMENTE O BRILHO ANIMADO */
.limiar-divider-line::after{
  display: none !important;
}/* End custom CSS */
/* Start custom CSS *//* =========================
   📱 AJUSTE MOBILE LIMIAR (ISOLADO)
========================= */

@media (max-width: 768px){

  .limiar-page section{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .limiar-page .elementor-section{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .limiar-page .elementor-container{
    gap: 12px !important;
  }

  /* TÍTULOS */
  .limiar-page h1,
  .limiar-page h2,
  .limiar-page h3{
    margin-bottom: 12px !important;
  }

  /* TEXTOS */
  .limiar-page p{
    margin-bottom: 12px !important;
    line-height: 1.4;
  }

  /* BLOCOS */
  .limiar-page .elementor-widget-container{
    margin-bottom: 16px !important;
  }

}/* End custom CSS */