

/* =========================================================
   BASE / RESET
========================================================= */
html, body{
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow-x: clip; /* melhor que hidden pra evitar "vazamentos" */
}

*, *::before, *::after{
  box-sizing: border-box;
}

/* =========================================================
   CORES / HELPERS
========================================================= */
.azulclaro{ color:#00c7fe!important; }
.cor-amarelo{ color:#ffd800 !important; }
.azulescuro{ color:#1e2772 !important; }


/* =========================================================
   FONTES (LOCAL + FALLBACK)
========================================================= */
@font-face{
  font-family: 'UT Unisportion';
  src:
    url('https://rcconsultoriafarmaceutica.com.br/wp-content/themes/hello-elementor/fonts/ut-unisportion-trial.woff2') format('woff2'),
    url('https://rcconsultoriafarmaceutica.com.br/wp-content/themes/hello-elementor/fonts/ut-unisportion-trial.woff')  format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Texto padrão */
body{
  font-family: 'Sora', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Títulos principais */
h1, h2, h3, h4,
.title-main,
.hero-title{
  font-family: 'UT Unisportion', sans-serif;
  font-weight: normal;
}

/* Botões e CTA */
button,
.elementor-button,
.btn{
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: none;
}

/* Subtítulos / textos fortes */
.subtitle,
.section-subtitle{
  font-family: 'Sora', sans-serif;
  font-weight: 500;
}

/* =========================================================
   MICRO-UTILS
========================================================= */
.data-temp{
  text-align: right;
  font-family: 'Sora', sans-serif;
  margin-top: -50px;
}

.highlight-yellow{
  display: inline-block;
  background:#fbb707;
  color:#000;
  padding:6px 12px;
  border-radius:10px;
  font-weight:600;
  line-height:1.4;
  font-size:1.15rem;
  margin-bottom:20px;
}

/* Desktop: não quebra linha */
.br-and{ display:inline; }
/* Mobile: quebra linha */
@media (max-width: 768px){
  .br-and{ display:block; width:100%; }
}

/* Ajuste pontual seu */
@media (max-width: 767px){
  .title-2{ font-size:1.5rem !important; }
  .data-temp{ display:none !important; }
}

/* =========================================================
   HERO SECTION - LAYOUT
========================================================= */
.full-width-hero{
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 50%;
  transform: translateX(-50%);

  height: 90vh;
  min-height: clamp(520px, 60vw, 830px);

  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: left;
  color: #fff;

  /* ✅ FIX: reserva espaço para o ticker não “engolir” CTA em alguns mobiles */
  padding-bottom: 110px;
}

/* (mantém seu ajuste de altura em mobile/tablet) */
@media (max-width: 768px){
  .full-width-hero{
    height: calc(90vh - 130px) !important;
    min-height: calc(90vh - 90px) !important;
  }
}

.hero-bg{
  position:absolute;
  inset:0;
  background-image: url('https://rcconsultoriafarmaceutica.com.br/wp-content/uploads/2026/03/secao1-1a4_result.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;

  /* ✅ animação extra */
  animation: subtle-zoom 10s ease-in-out infinite alternate;
}

.hero-overlay{
  position:absolute;
  inset:0;
  background: rgba(0,0,0,0);
  z-index: 2;

  /* ✅ pulso suave */
  animation: pulse-glow 12s ease-in-out infinite alternate;
}

.hero-content-wrapper{
  position: relative;
  z-index: 3;
  width: 85%;
  max-width: 1598px;
  margin: 0 auto;
  padding: 0 40px;
}

.hero-content{
  max-width: 750px;
  display:flex;
  flex-direction:column;
  height:100%;
}

.footer-logo-2 img{
  max-width: 380px;
  height:auto;
  margin-bottom: 70px;
  margin-top: -20px;
}

/* Títulos */
.headline{
  font-family: "UT Unisportion", sans-serif;
  font-weight: 550;
  font-size: 4.3rem;
  margin: 0 0 1rem;
  margin-top: -60px !important;
  line-height: 4.7rem;
  text-shadow: 3px 3px 12px rgba(142,227,228,0.1);
  letter-spacing: -1.6px;
}

/* ⚠️ seu ::before original não funcionava porque faltava position no .headline
   Mantive a intenção, mas sem quebrar: */
.headline{ position: relative; }
.headline::before{
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: #ffd800;
  z-index: -1;     /* não “cobre” o texto */
  opacity: 0;      /* fica neutro por padrão (já que seu H1 não usa data-text) */
  pointer-events: none;
}

.subheadline{
  font-family: "Sora", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  margin: 0 0 1.5rem;
  line-height: 2rem;
  letter-spacing: -1.3px;
}

/* =========================================================
   CTA + COUNTDOWN (ROW)
========================================================= */
.cta-and-counter-row{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
  max-width:none;
  margin: 2.5rem 0 1.5rem;
}

/* CTA BUTTON (UNIFICADO + FIX MOBILE) */
.cta-button{
  font-family: "Sora", sans-serif;
  font-weight: 700;
  display: inline-block;
  background: #ffd800;
  color: #0c719d;
  font-size: 1.5rem;
  padding: 20px 30px;
  border-radius: 60px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(255,107,0,0.45);

  /* ✅ FIX: remove absolute (era a causa do botão cair atrás do ticker) */
  position: relative;
  z-index: 10;

  /* evita margens conflitantes */
  margin: 0;
  flex-shrink: 0;

  /* ✅ efeito pulso depois de 2s */
  animation: button-pulse 3s ease-in-out infinite 2s;
}

.cta-button:hover{
  background:#0ef31e;
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(255,107,0,0.55);
}

/* Se você usa .cta-vaga em outro lugar, mantém a mesma animação */
.cta-vaga{
  animation: button-pulse 3s ease-in-out infinite 2s;
}

/* Wrapper do countdown */
.pc-countdown-wrap{
  width: fit-content;
  margin: 0;
  flex-shrink: 0;
}

/* Em telas menores (tablet/mobile) → empilha */
@media (max-width: 1024px){
  .cta-and-counter-row{
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
  .pc-countdown-wrap{
    width: 100%;
    max-width: 420px;
  }
}

/* =========================================================
   COUNTDOWN (VISUAL)
========================================================= */
.pc-countdown{
  --pc-blue:#00327C;
  --pc-gray:#b2b2b2;
  --pc-border:#b2b2b2;
  --pc-bg:#FFFFFF;
  --pc-shadow:0 8px 18px rgba(0,0,0,.06);

  display:flex;
  gap:12px;
  justify-content:center;
  align-items:center;
}

/* desktop */
.pc-cd-box{
  width:80px;
  height:80px;
  border:1.5px solid var(--pc-border);
  border-radius:14px;
  box-shadow:var(--pc-shadow);
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.pc-cd-number{
  font-family: "Sora", sans-serif;
  color:#75dffc;
  font-weight:800;
  font-size:26px;
  line-height:1;
  margin:0;
}

.pc-cd-label{
  font-family: "Sora", sans-serif;
  margin-top:15px;
  color:#ffd800;
  font-size:11px;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.08em;
  line-height:1;
}

.pc-cd-finished{
  font-family: "UT Unisportion", sans-serif;
  width:100%;
  margin-top:10px;
  padding:12px;
  border-radius:14px;
  border:1.5px solid var(--pc-border);
  color:var(--pc-blue);
  font-weight:800;
  text-align:center;
  box-shadow:var(--pc-shadow);
}

/* =========================================================
   TICKER (VAGAS LIMITADAS)
========================================================= */
.vagas-ticker{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background: rgba(20, 43, 100, 0.90);
  color:#93d3ee;
  font-family:"Sora", sans-serif;
  font-weight:700;
  font-size:1.4rem;
  padding:25px 0;
  overflow:hidden;
  white-space:nowrap;
  z-index: 20;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

.ticker-track{
  display:inline-block;
  animation: marquee 22s linear infinite;
  word-spacing: 15px;
}

.ticker-track span{
  padding-right: 3rem;
}

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

/* =========================================================
   ANIMAÇÕES
========================================================= */
@keyframes subtle-zoom{
  0%   { transform: scale(1.05); }
  100% { transform: scale(1.12); }
}

@keyframes pulse-glow{
  0%   { opacity: 0.50; }
  100% { opacity: 0.62; }
}

@keyframes button-pulse{
  0%,100%{ transform: scale(1);   box-shadow: 0 10px 25px rgba(255,107,0,0.4); }
  50%    { transform: scale(1.05); box-shadow: 0 15px 35px rgba(255,107,0,0.55); }
}

/* =========================================================
   RESPONSIVO (HERO)
========================================================= */
@media (max-width: 1600px){
  .hero-content-wrapper{ padding: 0 30px; }
}

@media (max-width: 1024px){
  .headline{ font-size: 3.1rem; }
  .subheadline{ font-size: 1.4rem; }
  .hero-content{ max-width: 700px; }
}

/* ✅ MOBILE FINAL (corrigido, sem CSS aninhado) */
@media (max-width: 768px){
  .full-width-hero{
    text-align:center;
    min-height: 100vh !important;
    height: auto !important;

    padding-top: 30px;
    padding-bottom: 130px; /* reforça reserva do ticker */
  }

  .hero-bg{
    background-image: url('https://rcconsultoriafarmaceutica.com.br/wp-content/uploads/2026/03/secao-mob5_result.webp') !important;
  }

  .headline{
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -1px;
    margin-top: 120px !important; /* era 100px */
  }

  .subheadline{
    font-size: 1.1rem;
    margin: auto;
    line-height: 1.5rem;
    margin-bottom:10px;
  }

  /* ✅ CTA no mobile: remove max-width 100px, ajusta largura */
  .cta-button{
    width: min(92vw, 360px);
    max-width: none;
    padding: 16px 22px;
    font-size: 1.2rem;
    text-align: center;
  }

  /* Garante que o botão fique sempre clicável */
.cta-button{
  position: relative;
  z-index: 50;          /* maior que o ticker */
  pointer-events: auto; /* força clique */
}

/* Impede que o overlay bloqueie clique */
.hero-overlay{
  pointer-events: none;
}

  /* Seu countdown já estava com display none no mobile (mantido) */
  .pc-countdown{
    display: none;
  }
}

/* =========================================================
   FOOTER (UNIFICADO)
========================================================= */
.site-footer{
  background: linear-gradient(180deg, #181e4e 0%, #222a6c 100%);
  color:#fff;
  padding: 80px 0 60px;
  text-align:center;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-wrapper{
  max-width: 1598px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-logo img{
  max-width: 280px;
  height:auto;
  
  margin-top: -20px;
}

.social-icons{
  display:flex;
  justify-content:center;
  gap:30px;
  margin-bottom:40px;
}

.social-icons a{
  color:#fff;
  font-size:2.2rem;
  transition: color .3s ease, transform .3s ease;
}

.social-icons a:hover{
  color:#00c7fe;
  transform: translateY(-4px);
}

.copyright{
  font-family: "Sora", sans-serif;
  font-size:1.1rem;
  color:#888;
}

/* Footer responsive */
@media (max-width: 768px){
  .site-footer{ padding: 60px 0 40px; }
  .footer-wrapper{ padding: 0 25px; }
  .footer-logo img{ max-width: 230px; margin-bottom: 30px; }
  .footer-logo-2 img{
    max-width: 230px;
    margin-bottom: 140px;
  }
  .hero-content-wrapper{width: 100%;}
  .social-icons{ gap: 25px; }
  .social-icons a{ font-size: 2rem; }
}

/* =========================================================
   AOS FALLBACK (mantido)
========================================================= */
[data-aos]{
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}



/*ABAIXO SEGUNDA SEÇÃO*/
.texto-sub-a { font-size: 1.2rem!important; }
  .aparece-texto {display: none;}
  .full-width-section {
    position: relative;
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 50%;
    transform: translateX(-50%);

  }

/* Seção base */
.second-section{
  position: relative;
  color: #fff;
  padding: 100px 0 80px;
  overflow: hidden;

  /* IMPORTANTE: remove qualquer background anterior */
  background: none !important;
}

/* Fundo (imagem + gradiente escuro por cima) */
.second-section::before{
  content: "";
  position: absolute;
  inset: 0;

  background-image:
    url("https://rcconsultoriafarmaceutica.com.br/wp-content/uploads/2026/03/fundo-sec1-1a_result.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  z-index: 0;
}

/* Flash por cima do fundo (mas abaixo do conteúdo) */
.second-section::after{
  content: "";
  position: absolute;
  inset: 0;

  background: radial-gradient(
    circle at 50% 45%,
    rgba(255,255,255,0.28) 0%,
    rgba(255,255,255,0.16) 18%,
    rgba(255,255,255,0.06) 38%,
    rgba(255,255,255,0) 60%
  );

  opacity: 0;
  pointer-events: none;
  z-index: 1;

  animation: flashEffect 3s infinite;
}

/* Garante que o conteúdo fique acima do fundo e do flash */
.second-section > *{
  position: relative;
  z-index: 2;
}

@keyframes flashEffect{
  0%   { opacity: 0; }
  3%   { opacity: 1; }
  8%   { opacity: 0; }
  100% { opacity: 0; }
}

/* Opcional: deixa mais suave no celular */
@media (max-width: 768px){
  .second-section::after{
    animation-duration: 4.5s;
  }
  .texto-sub-a { font-size: 1.1rem!important; }
}


  .section-bg {
    position: absolute;
    inset: 0;
    background: inherit; /* herda do pai, pode adicionar imagem se quiser */
    z-index: 1;
  }

  .section-wrapper {
    position: relative;
    z-index: 2;
    max-width: 1598px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
  }

  /* Resto do CSS igual ao anterior (content-grid, video-wrapper, textos, botão, logos etc.) */
  .content-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
  }

  .video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 199, 254, 0.45);
    border-radius: 12px solid #FFf;
  }

  .video-wrapper iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    border-radius: 12px solid #FFf;
    inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 2;
  pointer-events: auto !important;
  }

  .intro-text { font-family: " UT Unisportion", sans-serif; font-size: 1.5rem; margin: 0 0 1.3rem; color: #fff; }
.section-title {
  font-family: "UT Unisportion", sans-serif;
  font-size: 3.8rem;
  margin: 0 auto 3.3rem; /* auto centraliza horizontalmente */
  line-height: 1.1;
  color: #fff;
  letter-spacing: -1.5px;
  text-align: center;
  max-width: 1000px;
}
  .sub-text { font-family: "Sora", sans-serif; font-size: 1.5rem; margin: 0 0 1.8rem; line-height: 1.4; }
  .highlight { font-family: "UT Unisportion", sans-serif; font-weight: 600; font-size: 2.5rem; margin: 0 0 2.5rem; }



  .logos-grid { margin-top: 80px; text-align: center; }
  .logos-title { font-family: "UT Unisportion", sans-serif; font-weight: 400; font-size: 1.5rem; margin-bottom: 40px; color: #aaa; }
  .logos-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 40px;
    align-items: center;
    justify-items: center;
  }
  .logos-container img {
    max-width: 100%;
    height: auto;
    filter: grayscale(80%) brightness(1.2);
    transition: all 0.3s ease;
  }
  .logos-container img:hover { filter: grayscale(0%); transform: scale(1.1); }

  /* Responsivo (igual anterior) */
  @media (max-width: 1024px) { .content-grid { grid-template-columns: 1fr; gap: 50px; } .section-title { font-size: 1.75rem; line-height: 1.3; letter-spacing: 0.5px; } .section-title-maior { font-size:2rem!important; }}
  @media (max-width: 768px) { .second-section { padding: 80px 0 60px; } .section-wrapper { padding: 0 25px; } .
  
  
}


  /* Logos Grid (mantém o título) */
.logos-grid {
  margin-top: 80px;
  text-align: center;
}

/* Título */
.logos-title {
  font-family: "UT Unisportion", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #aaa;
}

/* Wrapper do marquee (fundo branco, bordas arredondadas) */
.logos-marquee-wrapper {
  background: white;
  border-radius: 16px;
  padding: 30px 0;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  max-width: 100%;
}

/* Container do marquee (flex + animação) */
.logos-marquee {
  display: flex;
  gap: 60px; /* espaço entre logos */
  animation: scroll-left 30s linear infinite; /* velocidade: 30s por ciclo - ajuste se quiser mais rápido/lento */
  width: max-content; /* permite overflow */
}

/* Pausa no hover */
.logos-marquee-wrapper:hover .logos-marquee {
  animation-play-state: paused;
}

/* Cada imagem no marquee */
.logos-marquee img {
  height: 60px; /* altura fixa para uniformidade - ajuste conforme suas logos */
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  filter: grayscale(80%) brightness(1.2);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.logos-marquee img:hover {
  filter: grayscale(0%) brightness(1);
  transform: scale(1.15);
}

/* Animação infinita (da direita para esquerda) */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* -50% porque duplicamos as imagens */
  }
}

/* Responsivo para mobile/tablet */
@media (max-width: 1024px) {
  .logos-marquee {
    gap: 40px;
    animation-duration: 10s; /* mais lento em telas menores para melhor visualização */
  }
  .logos-marquee img {
    height: 50px;
  }
}

@media (max-width: 768px) {
  .logos-marquee-wrapper {
    padding: 20px 0;
  }
  .intro-text {display: none;} 
  .logos-title {
    font-size: 1.1rem;
  }
  .sub-text {  margin: 0 auto; margin-top:-55px!important; text-align: center; font-size:1.2rem; line-height: 1.4rem;}
  .site-footer { padding: 60px 0 40px; }
    .footer-wrapper { padding: 0 25px; }
    .footer-logo img { max-width: 290px; margin-bottom: 30px; }
    .footer-logo-2 img {
      max-width: 230px;
      margin-bottom: 140px; 

    }
    .social-icons { gap: 25px; }
    .social-icons a { font-size: 2rem; }
    .deleta-texto {display: none;}
    .aparece-texto {display: grid;  font-family: "UT Unisportion", sans-serif; font-weight: 600; font-size: 1.7rem; margin: 0 auto; text-align: center; margin-top: 30px}
}

/* PATROCINADORES – classes isoladas com -spon */

  .group-info {
    font-family: "Sora", sans-serif;
    font-size: 1.4rem;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto 1px;
    margin-bottom:1px!important;
    margin-top:-25px!important;
    color: #444444;
  }

.sponsors-section-spon {
  background: linear-gradient(135deg, #fff 100%, #f5f5f5 0%);
  padding: 80px 0 40px; /* reduzido para acomodar boxes mais próximos */
  position: relative;
  overflow: hidden;
}

/* Esconde setas quando não são necessárias */
.desabilita-s { display: none !important; }

.section-wrapper-spon {
  max-width: 1598px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-family: "UT Unisportion", sans-serif;
  color: #00337c!important;
  font-weight: 600;
  font-size: 2rem;
  line-height: 4.7rem;
  text-shadow: 3px 3px 12px rgba(142,227,228,0.1);
  letter-spacing: -1px;
}



.section-title-spon {
  font-family: "Sora", sans-serif;
  margin-bottom: 50px;
  color: #00337c!important;
  font-weight: 550;
  font-size: 4.3rem;
  line-height: 4.7rem;
  text-shadow: 3px 3px 12px rgba(142,227,228,0.1);
  letter-spacing: -1.6px;
}

/* Cada nível agora tem seu box com borda */
.sponsor-level-spon {
  margin-bottom: 10px; /* apenas 10px entre um box e outro */
  background: #fff;
  
  border-radius: 12px;
  padding: 20px 20px 30px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.03);
}

/* Título dentro do box, mas acima do carrossel */
.level-title-spon {
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  font-weight: 200;
  color: #00337c;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
  text-align: center;
  
}

/* Container do carrossel */
.carousel-container-spon {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

/* Track */
.carousel-track-spon {
  display: flex;
  justify-content: center;
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
  width: max-content;
  gap: 30px;
  margin: 0 auto;
}

/* Item genérico */
.sponsor-item-spon {
  flex: 0 0 auto;
  transition: transform 0.4s ease;
}

/* Hover: só imagem cresce */
.sponsor-item-spon img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.sponsor-item-spon:hover img {
  transform: scale(1.08);
}

/* Dimensões por nível (desktop) */
.carousel-container-spon[data-visible="3"] .sponsor-item-spon { /* Ouro */
  width: 387px;
  height: 218px;
  background: rgba(255,255,255,0.03);
  border-radius: 16px;
  padding: 20px;
}

.carousel-container-spon[data-visible="4"] .sponsor-item-spon { /* Prata */
  width: calc(271px * 0.75);
  height: calc(146px * 0.75);
}

.carousel-container-spon[data-visible="5"] .sponsor-item-spon { /* Bronze */
  width: calc(185px * 0.75);
  height: calc(100px * 0.75);
}

/* Gap dobrado nas seções Prata e Bronze */
.carousel-container-spon[data-visible="4"] .carousel-track-spon,
.carousel-container-spon[data-visible="5"] .carousel-track-spon {
  gap: 60px;
}

/* Setas */
.carousel-prev-spon, .carousel-next-spon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,199,254,0.7);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s;
}

.carousel-prev-spon { left: 0; }
.carousel-next-spon { right: 0; }

.carousel-prev-spon:hover, .carousel-next-spon:hover {
  background: #00c7fe;
  transform: translateY(-50%) scale(1.1);
}

/* CTA */
.sponsor-cta-spon {
  margin-top: 60px;
  text-align: center;
}

.cta-button-spon {
  display: inline-block;
  background: #ff6b00;
  color: white;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 20px 60px;
  border-radius: 60px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(255,107,0,0.4);
  transition: all 0.3s ease;
}

.cta-button-spon:hover {
  background: #e55f00;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255,107,0,0.55);
}

/* RESPONSIVO – MOBILE */
@media (max-width: 768px) {
  .section-wrapper-spon {font-size:1.5rem}
  .group-info { font-size: 1.1rem; margin-bottom:-90px!important }
  .carousel-container-spon[data-visible="3"] .sponsor-item-spon { width: calc(387px * 0.7); height: calc(218px * 0.7); }
  .carousel-container-spon[data-visible="4"] .sponsor-item-spon { width: calc(271px * 0.5); height: calc(146px * 0.5); }
  .carousel-container-spon[data-visible="5"] .sponsor-item-spon { width: calc(185px * 0.3); height: calc(100px * 0.3); }

  .carousel-container-spon[data-visible="4"] .carousel-track-spon,
  .carousel-container-spon[data-visible="5"] .carousel-track-spon {
    gap: 60px;
  }

  .carousel-container-spon {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .carousel-container-spon::-webkit-scrollbar {
    display: none;
  }

  .carousel-track-spon {
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-spon { font-size: 2rem; }
  .level-title-spon { font-size: 1rem; text-align: center;margin: 0; }
  .sponsor-cta-spon { margin-top: 50px; }
  .cta-button-spon { font-size: 1.3rem; padding: 16px 50px; }
}



/*DEPOISMNTOS*/
.fourth-section {
  
  background-image: url('https://rcconsultoriafarmaceutica.com.br/wp-content/uploads/2026/03/fundo-sec10-1_result.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  color: white;
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}

/* Flashs sutis de luz ao fundo */
.fourth-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(0,199,254,0.07) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(248,223,5,0.05) 0%, transparent 60%);
  opacity: 0.5;
  animation: pulse-flash 14s ease-in-out infinite alternate;
  pointer-events: none;
  z-index: 0;
}

@keyframes pulse-flash {
  0%   { opacity: 0.45; transform: scale(1); }
  100% { opacity: 0.75; transform: scale(1.05); }
}

.section-wrapper {
  max-width: 1598px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.section-title-3 {
  font-family: "UT Unisportion", sans-serif;
  font-size: 3.1rem;
  margin-bottom: 10px;
  font-weight: 550;
  color: #fff;
  text-shadow: 3px 3px 12px rgba(142,227,228,0.1);
}

.so-font{
  font-family: "UT Unisportion", sans-serif;
  font-size:1.7rem;
  font-weight: 550;}
  

/* camada sólida por baixo  text-transform: uppercase; */
.section-title-3::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: #1a1a1a; /* cor sólida */
  
}



.carousel-subtitle {
  font-family: " Sora", sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  max-width: 800px;
  margin-bottom:20px;
  margin-top:-10px;

  
}

.carousel-subtitle strong {
  color: #00c7fe;
  font-weight: 700;
  font-size: 2rem;
  margin:0 auto;
  text-align: center;
}

.testimonials-carousel {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 30px;
}

.carousel-item {
  flex: 0 0 calc(33.333% - 20px);
  box-sizing: border-box;
  background: rgba(255,255,255,0.05);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

.carousel-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,199,254,0.25);
}

.thumb-wrapper {
  position: relative;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  margin-bottom: 20px;
}

.thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.thumb-text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 2;
  text-align: left;
  color: white;
}

.thumb-name {
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 4px;
}

.thumb-prof {
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
  opacity: 0.85;
  color: #fbb707;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,0.25);
  color: #fbb707;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  z-index: 2;
  transition: background 0.3s;
}

.thumb-wrapper:hover .play-icon {
  background: rgba(0,199,254,0.75);
}

.testimonial-quote {
  font-family: " UT Unisportion", sans-serif;
  font-size: 1.15rem;
  line-height: 1.5;
  margin: 15px 0 10px;
  position: relative;
  text-align: left;
  color: #ddd;
}

.quote-icon {
  color: rgba(0,199,254,0.4);
  font-size: 2rem;
  position: absolute;
  opacity: 0.5;
}

.fa-quote-left { top: -10px; left: -20px; }
.fa-quote-right { bottom: -10px; right: -20px; }

.stars {
  color: #fbb707;
  font-size: 1.9rem;
  margin-top: 10px;
}

.carousel-prev, .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 3;
}

.carousel-prev { left: 10px; }
.carousel-next { right: 10px; }

.carousel-prev:hover, .carousel-next:hover {
  background: #00c7fe;
}








.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}

.lightbox.active {
  display: flex;
}

.lightbox .lightbox-content {
  position: relative;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 0 80px rgba(0,199,254,0.4);
}

.lightbox iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: white;
  font-size: 3.5rem;
  cursor: pointer;
  z-index: 10000;
}

.lightbox-close:hover {
  color: #00c7fe;
  transform: scale(1.15);
}




.lightbox.horizontal .lightbox-content {
  width: 90%;
  max-width: 1400px;
  aspect-ratio: 16 / 9;
}

.lightbox.vertical .lightbox-content {
  width: 60%;                  /* mais estreito para caber bem em vertical */
  max-width: 500px;            /* limite para não ficar gigante em desktop */
  aspect-ratio: 9 / 16;
}

@media (max-width: 768px) {
  .lightbox.vertical .lightbox-content {
    width: 90%;
    max-width: none;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* fallback 16:9 */
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  object-fit: contain; /* evita distorção/espremer */
}

/* Botão fechar */
.lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  color: white;
  font-size: 3.5rem;
  cursor: pointer;
  z-index: 10000;
  transition: transform 0.3s;
}

.lightbox-close:hover {
  transform: scale(1.15);
  color: #00c7fe;
}

/* Mobile */
@media (max-width: 768px) {
  .lightbox-content {
    width: 96%;
  }
  .lightbox-close {
    top: 15px;
    right: 20px;
    font-size: 2.8rem;
  }
  .stars {
  
  font-size: 1rem;
  
}
}



/* Responsivo */
@media (max-width: 1024px) {
  .carousel-item { flex: 0 0 calc(50% - 15px); }
}

@media (max-width: 768px) {
  .fourth-section { padding: 80px 0; }
  .carousel-item { flex: 0 0 100%; padding: 15px; }
  .section-title-3 { font-size: 2rem; }
  .carousel-subtitle { display: }
}


/* Flash de luz diagonal suave ao fundo – profissional e moderno */
.fourth-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    transparent 0%,
    transparent 40%,
    rgba(0, 199, 254, 0.12) 50%,   /* brilho azul claro suave */
    transparent 60%,
    transparent 100%
  );
  background-size: 300% 300%;
  background-position: 100% 100%;
  pointer-events: none;
  z-index: 0;
  animation: flash-sweep 12s ease-in-out infinite;
  mix-blend-mode: screen;
  opacity: 0.7;
}

@keyframes flash-sweep {
  0% {
    background-position: 100% 100%;
    opacity: 0.4;
  }
  50% {
    background-position: -100% -100%;
    opacity: 0.8;
  }
  100% {
    background-position: -100% -100%;
    opacity: 0.4;
  }
}

/* Versão mobile: flash mais lento e sutil */
@media (max-width: 768px) {
  .fourth-section::after {
    animation-duration: 16s;
    background: linear-gradient(
      135deg,
      transparent 0%,
      transparent 40%,
      rgba(0, 199, 254, 0.08) 50%,
      transparent 60%,
      transparent 100%
    );
  }
  .quebra-linha {content: "\A";
  white-space: pre;}
}



  .fifth-section {
    background: linear-gradient(180deg, #181e4e 0%, #222a6c 100%);
    color: #ffffff;
    padding: 120px 0 100px;
  }
   .fifth-section { position: relative; z-index: 5; }

  .section-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;

  }

  .main-title {
    font-family: "UT Unisportion", sans-serif;
    font-size: 3.2rem;
    margin-bottom: 10px;
    font-weight: 550;
    color: #FFF;
    text-align: center!important;
    text-shadow: 3px 3px 12px rgba(142,227,228,0.1);
    
  }

/* camada sólida por baixo  text-transform: uppercase; */
.main-title::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  color: #1a1a1a; /* cor sólida */
  z-index: 1;
}



  .intro-text {
    font-family: "Sora", sans-serif;
    font-size: 1.4rem;
    line-height: 1.4;
    max-width: 1000px;
    margin: 0 auto 40px;
    
  }

  /* Lista "Durante o encontro" - Ícone ao lado do texto */
  .access-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
  }

  .access-item {
    display: flex;
    align-items: flex-start;
    background: rgba(33,42,109,0.59);
    border-radius: 16px;
    padding: 25px 30px;
    text-align: left;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,199,254,0.35);
  }

  .access-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,199,254,0.15);
    border-color: #00c7fe;
  }

  .access-item .icon {
    font-size: 2.5rem;
    color: #00c7fe;
    margin-right: 25px;
    flex-shrink: 0;
    margin-top: 5px; /* leve ajuste para alinhamento vertical */
  }

  .access-item span {
    font-family: "Sora", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .all-together {
    font-family: "Sora", sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 auto 30px;
    max-width: 600px;
    color: #00c7fe;
  }

  /* Resto da seção (cards de perfis) permanece igual ao anterior */
  .after-event { text-align: left; }
  .sub-title {
    font-family: "Sora", sans-serif;
    font-size: 2rem;
    margin-bottom: 50px;
    text-align: center;
    color: #00c7fe;
  }

  .profiles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
  }

  .profile-card {
    background: rgba(255,255,255,0.04);
    border-radius: 20px;
    padding: 35px 25px;
    border: 1px solid rgba(0,199,254,0.1);
    transition: all 0.3s ease;
  }

  .profile-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0,199,254,0.2);
    border-color: #00c7fe;
  }

  .profile-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }

  .profile-header .icon-large {
    font-size: 3.5rem;
    color: #00c7fe;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .profile-header h4 {
    font-family: "UT Unisportion", sans-serif;
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.3;
  }

  .profile-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .profile-card li {
    font-family: " UT Unisportion", sans-serif;
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 18px;
    padding-left: 25px;
    position: relative;
  }

  .profile-card li:before {
    content: "•";
    color: #00c7fe;
    position: absolute;
    left: 0;
    font-size: 1.8rem;
    line-height: 1;
  }

  /* Responsivo */
  @media (max-width: 1024px) {
    .main-title { font-size: 2.1rem; }
    .sub-title { font-size: 1.4rem; }
    .access-item { padding: 20px 25px; }
  }

  @media (max-width: 768px) {
    .fifth-section { padding: 80px 0 60px; }
    .section-wrapper { padding: 0 25px; }
    .main-title { font-size: 2rem; }
    .intro-text { font-size: 1.25rem; }
    .access-list { gap: 20px; }
    .access-item { flex-direction: column; align-items: center; text-align: center; }
    .access-item .icon { margin-right: 0; margin-bottom: 15px; }
    .profile-card { padding: 25px 20px; }
  }


.img-centralizada {
  display: block;
  margin: 0 auto;              /* centraliza no desktop */
  max-width: calc(100% - 140px); /* 70px de cada lado */
  max-height: auto;
  margin-bottom: 100px;
  margin-top:20px ;
}

/* Mobile */
@media (max-width: 768px) {
  .img-centralizada {
    max-width: 98%;   /* reduz o tamanho no celular */
    margin: 0 auto;   /* continua centralizada */
    margin-bottom: 100px;
  }
}




  .sixth-section {
    background:#fff;
    color: #ffffff;
    padding: 160px 0 140px;
    text-align: center;
    overflow: hidden;
  }

  .guarantee-wrapper {
    max-width: 1598px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .guarantee-circle-container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    height: 500px;
    margin: 0 auto;
  }

  .central-and-text-group {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px; /* espaço entre o círculo central e o texto ao lado */
    z-index: 3;
  }

  .central-number {
    position: relative;
    width: 420px;
    height: 420px;
  }

  .number-group {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .big-number {
    font-family: "UT Unisportion", sans-serif;
    font-size: 20rem;
    line-height: 1;
    font-weight: 900;
    text-shadow: 0 0 60px rgba(255,107,0,0.7);
  }

  .days-and-risk {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .days-text {
    font-family: "UT Unisportion", sans-serif;
    font-size: 5rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 12px;
  }

  .risk-badge {
    background: #fbb707;
    font-family: " UT Unisportion", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 10px 28px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(217,79,0,0.5);
  }

  /* Texto ao lado direito */
  .guarantee-text-side {
    max-width: 500px;
    text-align: left;
  }

  .guarantee-title-side {
    font-family: "UT Unisportion", sans-serif;
    font-size: 3rem;
    margin-bottom: 25px;
    line-height: 1.4;
  }

  .guarantee-description {
    font-family: " UT Unisportion", sans-serif;
    font-size: 1.3rem;
    line-height: 1.2;
    color: #dddddd;
  }

  .guarantee-description strong {
    color: #ff6b00;
    font-weight: 700;
  }

  .circle-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px dashed #ff6b00;
    opacity: 0.35;
    animation: rotate 22s linear infinite;
  }

  .ring1 { animation-duration: 28s; border-color: #ff6b00; opacity: 0.45; }
  .ring2 { animation-duration: 38s; border-color: #ff8c00; opacity: 0.35; transform: scale(0.88); }
  .ring3 { animation-duration: 48s; border-color: #ffa500; opacity: 0.28; transform: scale(0.72); }

  @keyframes rotate {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }

  /* Responsivo */
  @media (max-width: 1024px) {
    .central-and-text-group { flex-direction: column; gap: 50px; }
    .guarantee-circle-container { height: 420px; }
    .big-number { font-size: 16rem; }
    .days-text { font-size: 5.5rem; }
    .guarantee-title-side { font-size: 1.5rem; }
    .guarantee-description { font-size: 1.3rem; }
  }

  @media (max-width: 768px) {
    .sixth-section { padding: 100px 0 80px; }
    .guarantee-wrapper { padding: 0 25px; }
    .guarantee-circle-container { width: 280px; height: 320px; margin-bottom: 50px; }
    .big-number { font-size: 12rem; }
    .days-text { font-size: 4rem; margin-bottom: 8px; }
    .risk-badge { font-size: 1.2rem; padding: 8px 20px; }
    .number-group { gap: 20px; }
    .guarantee-title-side { font-size: 1.2rem; }
    .guarantee-description { font-size: 1.05rem; }

  }

