.elementor-2 .elementor-element.elementor-element-786dcc7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-2 .elementor-element.elementor-element-786dcc7{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-629d9ce *//*
================================================
  ronaldi-estilos.css
  Cole em: Elementor → Configurações do Site
           → CSS Personalizado
================================================
*/

/* ── Reset mínimo ───────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{overflow-x:hidden;scroll-behavior:smooth}
body{
  background:#0a0a0a;
  color:#e0ddd8;
  font-family:var(--e-global-typography-text-font-family,'Inter'),sans-serif;
  font-size:12px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

/* ── Variáveis ──────────────────────────────── */
:root{
  --bg:#0a0a0a;--bg2:#111110;--bg3:#161513;
  --border:#1e1d1b;--border2:#2a2826;
  --white:#f0ede8;--muted:#6e6c68;--muted2:#9a9790;
  --gold:#C9A96E;--wa:#25D366;--radius:12px;
}

/* ── Layout ─────────────────────────────────── */
.wrap{max-width:850px;margin:0 auto;padding:0 32px}
.section{padding:72px 0}
@media(max-width:768px){.section{padding:48px 0}}
@media(max-width:480px){.wrap{padding:0 20px}}

/* ── Botões ─────────────────────────────────── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 24px;border-radius:8px;
  font-family:var(--e-global-typography-text-font-family,'Inter'),sans-serif;
  font-size:13px;font-weight:500;cursor:pointer;border:none;
  transition:opacity .15s,transform .15s;text-decoration:none;
  letter-spacing:-.01em;white-space:nowrap;
}
.btn:hover{opacity:.88;transform:translateY(-1px);box-shadow:0 0 0 2px var(--gold)}
.btn-primary:hover{background:var(--gold);color:#0a0a0a}
.btn-outline:hover{border-color:var(--gold);color:var(--gold)}
.btn:active{transform:scale(.98)}
.btn-primary{background:var(--white);color:#1a1a1a;font-weight:600}
.btn-wa{background:var(--wa);color:#fff;font-weight:600}
.btn-outline{background:transparent;border:1px solid var(--border2);color:var(--white)}
.btn-outline:hover{border-color:#555;opacity:1}
.btn-full{width:100%;justify-content:center}
.btn-lg{padding:14px 32px;font-size:14px}

.label{
  display:inline-block;font-size:10px;font-weight:500;
  letter-spacing:.12em;text-transform:uppercase;
  color:var(--muted2);margin-bottom:10px;
}

/* ── Scroll Reveal: blur + fade + subida ───────
   Use a classe .rv em qualquer elemento HTML.
   Variações com delay: .rv-d1 .rv-d2 .rv-d3 .rv-d4 */
.rv{
  opacity:0;
  transform:translateY(24px);
  filter:blur(5px);
  transition:opacity .6s ease,transform .6s ease,filter .6s ease;
}
.rv.in{opacity:1;transform:none;filter:none}
.rv-d1{transition-delay:.08s}
.rv-d2{transition-delay:.16s}
.rv-d3{transition-delay:.24s}
.rv-d4{transition-delay:.32s}

/* ── Sticky bar ─────────────────────────────── */
#rnld-bar{
  position:fixed;bottom:0;left:0;right:0;z-index:9999;
  background:#0d0d0c;border-top:1px solid var(--border);
  padding:10px 20px;display:flex;align-items:stretch;gap:12px;
  transform:translateY(100%);transition:transform .3s;
}
#rnld-bar.show{transform:none}
.bar-txt{
  flex:1;min-width:0;display:flex;flex-direction:column;
  justify-content:center;font-size:12px;color:var(--muted2);line-height:1.35;
}
.bar-txt strong{display:block;color:var(--white);font-size:13px;font-weight:600}
.bar-btn{flex:1;min-width:0;display:flex;align-items:center}
.bar-btn .btn{width:100%;font-size:12px;padding:10px 12px;white-space:normal;text-align:center;line-height:1.3}

/* ── Hero ───────────────────────────────────── */
#hero{position:relative;min-height:100svh;overflow:hidden;background:#0a0a0a}

.hero-bg{
  position:absolute;inset:0;z-index:0;
  background:url('https://ronaldi.com.br/wp-content/uploads/2026/03/background.webp')
    center top / cover no-repeat;
}
@media(max-width:768px){
  .hero-bg{
    background-image:url('https://ronaldi.com.br/wp-content/uploads/2026/03/background_mobile.webp');
    background-size:contain;
    background-position:center top;
  }
}

.hero-overlay{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(to right,
    rgba(10,10,10,.85) 0%,
    rgba(10,10,10,.48) 42%,
    rgba(10,10,10,.15) 62%,
    rgba(10,10,10,0)   100%
  );
}
@media(max-width:768px){
  .hero-overlay{
    background:linear-gradient(to bottom,
      rgba(10,10,10,0)   0%,
      rgba(10,10,10,0)   40%,
      rgba(10,10,10,.85) 58%,
      rgba(10,10,10,.98) 100%
    );
  }
}

/* Grid 50/50 desktop */
.hero-inner{
  position:relative;z-index:2;
  display:grid;grid-template-columns:1fr 1fr;
  min-height:100svh;
}
.hero-col-text{
  display:flex;flex-direction:column;
  justify-content:flex-end;
  padding:100px 48px 164px 0;
}
.hero-col-empty{}

/* Mobile */
@media(max-width:768px){
  .hero-inner{grid-template-columns:1fr;grid-template-rows:850px auto}
  .hero-col-text{
    padding:260px 0 100px;
    justify-content:flex-start;
  }
  .hero-h1{font-size:clamp(26px,7.5vw,40px)!important;line-height:1.15!important}
  .hero-sub{font-size:12px!important;max-width:100%!important;line-height:1.6!important}
  .hero-dores li{font-size:12px}
  .hero-btns{flex-wrap:wrap;gap:10px}
  .hero-btns .btn{white-space:normal}
  .hero-trust{grid-template-columns:repeat(2,1fr);gap:10px 16px}
}

/* Hero: tipografia e espaçamentos */
.hero-tag{
  display:inline-flex;align-items:center;gap:7px;
  background:rgba(14,13,12,.85);border:1px solid var(--border2);
  border-radius:100px;padding:4px 12px;font-size:11px;color:var(--muted2);
  margin-bottom:20px;width:fit-content;backdrop-filter:blur(4px);
}
.hero-tag .dot{width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0}

.hero-h1{
  font-size:clamp(22px,3vw,42px);font-weight:700;color:var(--white);
  line-height:1.1;letter-spacing:-.025em;
  margin-bottom:10px!important;
}
.hero-h1 em{font-style:normal;color:var(--gold);
}
.hero-sub{
  font-size:clamp(12px,1.2vw,14px);color:rgba(240,237,232,.92);
  max-width:460px;margin-bottom:28px!important;line-height:1.65;font-weight:400;
}

.hero-dores{
  list-style:none;margin-bottom:28px;
  display:flex;flex-direction:column;gap:10px;
}
.hero-dores li{
  display:flex;align-items:center;gap:9px;
  font-size:12px;color:rgba(240,237,232,.8);
}
.hero-dores li::before{
  content:'';width:15px;height:15px;flex-shrink:0;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Ccircle cx='7.5' cy='7.5' r='6.5' stroke='%23444' stroke-width='1' fill='none'/%3E%3Cpath d='M4.5 7.5l2 2 4-3.5' stroke='%23C9A96E' stroke-width='1.3' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.hero-btns{display:flex;gap:12px;flex-wrap:nowrap;margin-bottom:0}
@media(max-width:380px){.hero-btns{flex-direction:column}.hero-btns .btn{width:100%}}

.hero-trust{
  margin-top:36px;padding-top:24px;
  border-top:1px solid rgba(255,255,255,.1);
  display:grid;grid-template-columns:repeat(4,1fr);gap:16px;
}
.trust-item .n{font-size:22px;font-weight:700;color:var(--white);letter-spacing:-.02em;line-height:1}
.trust-item .l{font-size:11px;color:rgba(240,237,232,.55);margin-top:3px}

/* ── Sobre ──────────────────────────────────── */
#sobre{background:var(--bg2);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.sobre-grid{display:grid;grid-template-columns:300px 1fr;gap:56px;align-items:start}
@media(max-width:900px){.sobre-grid{grid-template-columns:240px 1fr;gap:36px}}
@media(max-width:640px){
  .sobre-grid{grid-template-columns:1fr;gap:28px}
  .sobre-foto-wrap{display:flex;justify-content:center}
  .sobre-foto{width:min(260px,100%)!important}
}
.sobre-foto{border-radius:var(--radius);overflow:hidden;border:1px solid var(--border2);aspect-ratio:3/4;width:100%}
.sobre-foto img{width:100%;height:100%;object-fit:cover;object-position:top center}
.sobre-badges{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:16px;align-items:center}
.sobre-badge{
  display:inline-block!important;padding:4px 12px!important;border-radius:100px!important;
  font-size:11px!important;border:1px solid var(--border2)!important;color:var(--muted2)!important;
  background:var(--bg3)!important;width:auto!important;height:auto!important;
  min-height:unset!important;line-height:1.4!important;font-weight:500!important;white-space:nowrap!important;
}
.sobre-badge.hi{border-color:#3a3020!important;color:var(--gold)!important;background:#1a1508!important}
.sobre-p{font-size:12px;color:var(--muted2);line-height:1.75;margin-bottom:14px!important;font-weight:300}
.sobre-p strong{color:var(--white);font-weight:500}

/* ── VSL ────────────────────────────────────── */
#vid{background:var(--bg)}
.vid-outer{max-width:860px;margin:32px auto 0}
#vsl-container{position:relative;max-width:100%;border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}
.video-wrapper{position:relative;width:100%;padding-top:56.25%}
#player-wrapper{position:absolute;inset:0;border-radius:var(--radius);overflow:hidden}
#player{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}
#contextBlocker{position:absolute;inset:0;z-index:3;pointer-events:auto}
.overlay-audio,.overlay-pause{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;z-index:4;flex-direction:column}
.overlay-audio{background:rgba(0,0,0,.45)}
.audio-content{
  background:var(--gold);padding:20px;border:2px solid rgba(255,255,255,.25);
  border-radius:16px;cursor:pointer;max-width:260px;width:100%;
  display:flex;flex-direction:column;align-items:center;gap:4px;
}
.audio-content p{color:#0a0a0a;font-size:13px;font-weight:700}
.volume-video{width:72px;height:72px;border-radius:8px}
.overlay-pause{display:none}
.pause-play-button{width:72px;height:72px;background:var(--gold);border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer}
.pause-icon{width:26px;height:26px}
.progress-bar{height:5px;background:var(--gold);width:0%;position:absolute;bottom:0;left:0;z-index:10;transition:width .2s linear}
.vid-caption{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:var(--muted)}
.vid-caption strong{color:var(--white);font-weight:500}
.vid-caption span{display:flex;align-items:center;gap:5px}
@media(max-width:540px){.vid-caption{flex-direction:column;align-items:flex-start;gap:4px}}
@media(max-width:480px){.audio-content{max-width:180px;padding:10px}.audio-content p{font-size:12px}.volume-video{width:52px;height:52px}}

/* ── Problema ───────────────────────────────── */
#prob{background:var(--bg2)}
.prob-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
@media(max-width:768px){.prob-grid{grid-template-columns:1fr}}
.prob-img{border-radius:var(--radius);border:1px solid var(--border);padding:20px;background:var(--bg3);max-width:70%;margin:0 auto}
@media(max-width:768px){.prob-img{max-width:100%}}
.prob-img img{border-radius:8px;width:100%}
.prob-list{list-style:none;margin:16px 0 24px;display:flex;flex-direction:column;gap:8px}
.prob-list li{
  display:flex;align-items:flex-start;gap:10px;
  padding:10px 12px;background:var(--bg3);border:1px solid var(--border);
  border-radius:8px;font-size:12px;color:var(--muted2);line-height:1.5;
}
.prob-list li .x{width:16px;height:16px;border-radius:50%;background:#1e0c0c;border:1px solid #3d1818;flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center}

/* ── Solução ────────────────────────────────── */
#sol{background:var(--bg)}
.sol-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}
@media(max-width:580px){.sol-grid{grid-template-columns:1fr}}
.sol-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:20px;transition:border-color .2s}
.sol-card:hover{border-color:var(--border2)}
.sol-n{font-size:32px;font-weight:700;color:var(--border2);line-height:1;margin-bottom:8px;letter-spacing:-.02em}
.sol-t{font-size:13px;font-weight:600;color:var(--white);margin-bottom:6px}
.sol-d{font-size:12px;color:var(--muted2);line-height:1.6;font-weight:300}
.res-box{background:#0e0d0a;border:1px solid #2a2410;border-radius:var(--radius);padding:20px;margin-top:4px}
.res-box p{color:var(--muted);font-size:11px;margin-bottom:4px}
.res-box strong{font-size:13px;color:var(--gold);font-weight:500;line-height:1.5}

/* ── Caso ───────────────────────────────────── */
#caso{background:var(--bg2);border-top:1px solid var(--border)}
.caso-inner{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius);padding:28px;margin-top:28px}
.ba-grid{display:grid;grid-template-columns:1fr auto 1fr;gap:16px;align-items:center;margin-bottom:20px}
@media(max-width:540px){.ba-grid{grid-template-columns:1fr;gap:10px}.ba-arr{display:none}}
.ba-box{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:14px}
.ba-box .bl{font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}
.ba-box.b .bl{color:#8b3a3a}.ba-box.a .bl{color:#3a7a56}
.ba-box ul{list-style:none;display:flex;flex-direction:column;gap:6px}
.ba-box ul li{font-size:12px;color:var(--muted2);display:flex;gap:7px;line-height:1.45}
.ba-box ul li::before{content:'–';color:var(--muted);flex-shrink:0}
.ba-box.a ul li::before{content:'✓';color:#3a7a56}
.ba-arr{font-size:20px;color:var(--border2);text-align:center}
.caso-q{border-left:2px solid #3a3020;padding-left:16px;font-size:12px;color:#b0ada8;font-style:italic;line-height:1.7;margin-bottom:12px}
.caso-auth{font-size:11px;color:var(--muted)}.caso-auth strong{color:var(--muted2)}

/* ── Logos + Portfólio ──────────────────────── */
#provas{background:var(--bg)}
.logos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:1px;margin:24px 0;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}
.logo-cell{background:var(--bg2);display:flex;align-items:center;justify-content:center;padding:18px 12px}
.logo-cell img{max-height:24px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.28;transition:opacity .25s}
.logo-cell:hover img{opacity:.65}
.port-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:24px}
@media(max-width:500px){.port-grid{grid-template-columns:1fr 1fr}}
.port-item{aspect-ratio:4/3;overflow:hidden;border-radius:8px;border:1px solid var(--border);cursor:pointer;position:relative}
.port-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s,opacity .3s}
.port-item:hover img{transform:scale(1.04);opacity:.75}
.port-over{position:absolute;inset:0;background:rgba(10,10,10,.7);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s;font-size:11px;color:var(--white)}
.port-item:hover .port-over{opacity:1}

/* ── Depoimentos ────────────────────────────── */
#depo{background:var(--bg2);border-top:1px solid var(--border)}
.depo-main{background:var(--bg3);border:1px solid var(--border2);border-radius:var(--radius);padding:24px;margin-bottom:12px}
.stars{color:var(--gold);font-size:13px;letter-spacing:2px;margin-bottom:10px}
.depo-txt{font-size:13px;color:#c0bdb6;line-height:1.7;margin-bottom:16px;font-weight:300}
.depo-by{display:flex;align-items:center;gap:10px}
.av{width:36px;height:36px;border-radius:50%;background:var(--bg);border:1px solid var(--border2);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:var(--gold);flex-shrink:0}
.av-name{font-size:12px;font-weight:500;color:var(--white)}
.av-role{font-size:11px;color:var(--muted)}
.depo-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media(max-width:500px){.depo-grid{grid-template-columns:1fr}}
.depo-card{background:var(--bg3);border:1px solid var(--border);border-radius:8px;padding:16px}
.depo-card .depo-txt{font-size:12px;margin-bottom:12px}
.depo-card .av-name{font-size:11px}

/* ── Preço ──────────────────────────────────── */
#preco{background:var(--bg);border-top:1px solid var(--border)}
.preco-card{background:var(--bg2);border:1px solid var(--border2);border-radius:16px;padding:40px;max-width:540px;margin:32px auto 0;position:relative;text-align:center}
.preco-card::before{content:'';position:absolute;top:0;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,rgba(201,169,110,.35),transparent)}
.preco-urg{background:#0e0d0a;border:1px solid #2a1f0a;border-radius:8px;padding:9px 14px;margin-bottom:20px;display:inline-flex;align-items:center;gap:9px;font-size:12px;color:var(--muted2)}
.urg-dot{width:7px;height:7px;background:#e05530;border-radius:50%;flex-shrink:0;animation:rnldblink 1.4s infinite}
@keyframes rnldblink{0%,100%{opacity:1}50%{opacity:.2}}
.preco-urg strong{color:var(--white)}
.preco-de{font-size:12px;color:var(--muted);text-decoration:line-through;margin-bottom:4px}
.preco-val{display:flex;align-items:flex-start;justify-content:center;gap:3px;font-size:80px;font-weight:700;color:var(--white);line-height:1;letter-spacing:-.04em;margin-bottom:6px}
.preco-val sup{font-size:26px;font-weight:500;margin-top:12px;letter-spacing:0}
.preco-val .cents{font-size:36px;font-weight:500;align-self:flex-end;margin-bottom:6px;letter-spacing:0}
.preco-parc{font-size:12px;color:var(--muted2);margin-bottom:24px}
.preco-parc strong{color:#aba9a3}
.preco-sep{border:none;border-top:1px solid var(--border);margin:0 0 20px}
.inc-list{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px;text-align:left}
.inc-list li{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:#aba9a3;font-weight:300;line-height:1.5}
.ck{width:16px;height:16px;border-radius:50%;background:#0d1a10;border:1px solid #1f4028;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px}
.preco-seg{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:14px;font-size:11px;color:var(--muted)}
@media(max-width:480px){.preco-card{padding:24px 16px}.preco-val{font-size:56px}.preco-val sup{font-size:20px;margin-top:8px}.preco-val .cents{font-size:26px;margin-bottom:4px}}

/* ── FAQ ────────────────────────────────────── */
#faq{background:var(--bg2);border-top:1px solid var(--border)}
.faq-wrap{display:flex;flex-direction:column;gap:2px;margin-top:28px}
.faq-item{background:var(--bg3);border:1px solid var(--border);border-radius:8px;overflow:hidden}
.faq-q{
  width:100%;background:none;border:none;color:var(--white);
  font-family:var(--e-global-typography-text-font-family,'Inter'),sans-serif;
  font-size:13px;font-weight:500;
  padding:18px 22px;text-align:left;cursor:pointer;
  display:flex;align-items:flex-start;justify-content:space-between;gap:14px;
  line-height:1.55;
}
@media(max-width:480px){.faq-q{padding:14px;font-size:12px}}
.faq-q-text{flex:1;min-width:0;word-break:break-word;white-space:normal}
.faq-ic{width:20px;min-width:20px;height:20px;border-radius:50%;border:1px solid var(--border2);flex-shrink:0;color:var(--muted);font-size:15px;display:flex;align-items:center;justify-content:center;transition:transform .3s;margin-top:1px}
.faq-item.open .faq-ic{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .32s ease}
.faq-a-in{padding:0 22px 18px;font-size:12px;color:var(--muted2);line-height:1.75;font-weight:300}
@media(max-width:480px){.faq-a-in{padding:0 14px 14px}}
.faq-item.open .faq-a{max-height:320px}

/* ── CTA Final ──────────────────────────────── */
#cta-fim{background:radial-gradient(ellipse 70% 60% at 50% 50%,#161410,#0a0a0a 65%);border-top:1px solid var(--border);padding:80px 0;text-align:center}
.fim-vagas{display:inline-flex;align-items:center;gap:7px;background:var(--bg2);border:1px solid var(--border);border-radius:100px;padding:5px 14px;font-size:11px;color:var(--muted2);margin-bottom:24px}
.fim-vagas .dot{width:6px;height:6px;background:#e05530;border-radius:50%;animation:rnldblink 1.4s infinite}
.fim-h{font-size:clamp(22px,3.5vw,38px);font-weight:700;color:var(--white);letter-spacing:-.025em;line-height:1.1;margin-bottom:12px;
    padding: 10px !important;
}
.fim-sub{font-size:13px;color:var(--muted2);margin-bottom:32px;font-weight:300;max-width:440px;margin-left:auto;margin-right:auto;line-height:1.65; padding: 10px !important;}
.fim-btns{display:flex;flex-direction:column;align-items:center;gap:10px; padding: 10px !important;}
.fim-seg{font-size:11px;color:var(--muted);margin-top:6px; padding: 10px !important;}

/* ── Footer ─────────────────────────────────── */
footer{background:#060605;border-top:1px solid var(--border);padding:28px 0}
.foot-in{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
@media(max-width:540px){.foot-in{flex-direction:column;align-items:center;text-align:center}}
.foot-logo img{height:26px;width:auto;filter:brightness(0) invert(1);opacity:.5}
.foot-links{display:flex;gap:18px;flex-wrap:wrap}
@media(max-width:540px){.foot-links{justify-content:center}}
.foot-links a{font-size:11px;color:var(--muted);transition:color .15s}
.foot-links a:hover{color:var(--muted2)}
.foot-legal{font-size:10px;color:#333;margin-top:12px;line-height:1.5;text-align:center}

/* ── Lightbox ───────────────────────────────── */
#rnld-lb{display:none;position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:99999;align-items:center;justify-content:center;padding:20px}
#rnld-lb.on{display:flex}
#rnld-lb img{max-width:100%;max-height:90vh;border-radius:8px}
#rnld-lb-x{position:absolute;top:18px;right:18px;background:var(--bg2);border:1px solid var(--border2);color:var(--white);font-size:18px;width:36px;height:36px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}/* End custom CSS */
/* Start custom CSS */html, body{
    
    overflow-x: hidden !important;
}

.blurred-background {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.destaque {

    font-weight: 700;

    background: -webkit-linear-gradient(20deg,#2ee5ad,#89ffdb);

     -webkit-background-clip: text;

-webkit-text-fill-color: transparent;

animation: 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) 2s infinite normal none running botaoanimado;

    background-image: linear-gradient(45deg, #bdffeb, #2ee5ad, #bdffeb, #2ee5ad);

    background-size: 400% 200%;

    transition: all .8s;

}

p,
h1, h2, h3, h4, h5, h6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Estilo do contêiner */
.botao-animado {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(100%); /* Começa fora da tela à direita */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Estado visível */
.botao-animado.visible {
  opacity: 1;
  transform: translateX(0); /* Desliza para a posição original */
}

/* Estado escondido */
.botao-animado.hidden {
  opacity: 0;
  transform: translateX(100%); /* Desliza para fora à esquerda */
}

/* Cursor padrão para todo o site */
html, body {
  curso: url('/wp-content/uploads/2025/08/ponteiro_mouse.svg') 16 16, auto;
}

/* Cursor padrão para links e botões (sem hover) */
a, button,
input[type="submit"],
input[type="button"],
[role="button"] {
  cursor: url('/wp-content/uploads/2025/08/ponteiro_mouse.svg') 16 16, pointer;
}

/* Cursor especial para links e botões ao passar o mouse */
a:hover, button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
[role="button"]:hover {
  cursor: url('/wp-content/uploads/2025/08/ponteiro_mouse_link.svg') 16 16, pointer;
}

/* Cursor para áreas de texto */
input[type="text"], textarea, [contenteditable] {
  cursor: url('/wp-content/uploads/2025/08/ponteiro_mouse.svg') 16 16, text;
}


* {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}


/* Estilização para elementos com transição, com maior especificidade */
body .fade-slide-blur {
    opacity: 0;
    transform: translateY(50px);
    filter: blur(10px);
    transition: opacity 1.0s ease-out, transform 0.6s ease-out, filter 0.9s ease-out;
}

/* Estado quando o elemento está visível */
body .fade-slide-blur.visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}


/* Estilo do contêiner do ícone */
.icone-flutuante {
    display: flex;
}

.icone-flutuante img,
.icone-flutuante svg {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Garante que o ícone seja totalmente visível */
    animation: flutuar 3s ease-in-out infinite; /* Flutuação suave */
    transform-origin: center; /* Centro da rotação */
    transition: transform 2s ease-in-out; /* Transição suave para rotações */
}

/* Animação de flutuação suave */
@keyframes flutuar {
    0%, 100% {
        transform: translateY(0); /* Posição inicial/final */
    }
    50% {
        transform: translateY(-10px); /* Sobe 10px no meio da animação */
    }
}/* End custom CSS */