/*
Theme Name: STREETGO
Theme URI: https://www.streetgo.com.br
Author: OCLAB - laboratório criativo
Author URI: https://somos-oclab.com.br
Description: Site STREETGO 2025. Esse tema permite um site mais dinâmico, com maiores interações com o usuário.
Tested up to: 6.8
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: streetgo2025
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
/* =================================================================
  STREETGO - CSS STYLESHEET (BEM, melhores práticas)
  1. RESET E CONFIGURAÇÕES GLOBAIS
  ================================================================= */
/* =================================================================
    11. AJUSTES PARA DESKTOP
   ================================================================= */
:root {
  --vh: 1vh;
  --AMARELO: #E5FF00;
  --PRETO: #0F1011;
  /* fallback via JS */
}

body {
  /* Cores */
  --color-primary: #E4FF03;
  --color-primary-dark: #B7CD00;
  --color-primary-light: #f3fb9a;
  --color-secondary: #181818;
  --color-text-primary: #fff;
  --color-text-secondary: #9a9a9a;
  --color-text-dark: #252525;
  --color-background: #181818;
  --color-background-white: #ffffff;
  --color-background-light: #5c5c5c;
  --color-background-gradient: linear-gradient(270deg, rgba(74, 73, 80, 1) 0%, rgba(0, 0, 0, 1) 84%);
  /* Tipografia */
  --font-family-primary: 'Archivo', Arial, sans-serif;
  --font-family-display: 'Audiowide', sans-serif;
  /* Espaçamentos */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --spacing-xxl: 4rem;
  /* Transições */
  --transition-fast: 0.2s ease;
  --transition-medium: 0.4s ease;
  --transition-slow: 0.6s ease;
  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 10px 20px rgba(0, 0, 0, 0.3);
  --shadow-lg: 20px 20px 0px rgba(0, 0, 0, 0.83);
  /* Borders */
  --border-radius-sm: 2px;
  --border-radius-md: 5px;
  --border-radius-lg: 14px;
  --border-radius-full: 50%;
  /* Carousel 3D */
  --size: clamp(250px, 30vw, 400px);
  --radius: clamp(180px, 20vw, 320px);
  --duration: 400ms;
  --item-h: clamp(50px, 6vh, 80px);
  
  /* Fallback antigo */
  min-height: 100vh;
  /* Solução moderna */
  min-height: 100dvh;
  /* Fallback com JS */
  min-height: calc(var(--vh) * 100);

  display: flex;
  flex-direction: column;
  background-color: var(--color-background);
  color: var(--color-text-primary);
  font-family: var(--font-family-primary);
  overflow-x: hidden;
  width: 100vw;
  padding: 0;
  margin: 0;
  --webkit-overflow-scrolling: touch;
}

html, body {
  overflow: hidden auto !important;
  height: auto !important;
  scroll-behavior: auto !important;
  overscroll-behavior: none;
}

body.no-scroll,
html.no-scroll,
#page.no-scroll,
.site.no-scroll {
  overflow: hidden !important;
  height: 100vh !important;
}


@media (min-width: 1020px) {

  .bike-traseira-destaque-s27 {
  width:35%!important;
}

  .segurancaInternaDouble {
    height:130vh!important;
  }

  .segurancaInternaDouble span:nth-of-type(2) {
   
    font-size: 1.3rem!important;
    
    
}

  #segurancaInternaSingle {
    justify-content: flex-start!important;
    
  }

  #segurancaInternaSingle img:nth-of-type(1) {
    width: 57%;
    position: absolute;
    left: 45vw;
    bottom: 21%!important;
}
  #segurancaInternaSingle .interna-seguranca-box-txt-s14 {
    
    width:50%!important;
    left:5%;
    top: 17% !important;
    
}
  .tit-slider {
    font-size: 1rem;
  }

  #slider-bikes-home {
    top: 48vh;
  }

  .slider-item::before {
    font-size: 9rem !important;
    top: 25% !important;
  }

  .imagem-bike {
    position:relative;
    width: 60% !important;
    top: 4% !important;
  }

  .sliderArrowsController {
    width: 125% !important;
    bottom: 20% !important;
  }


  #menu-expanded-desk::before {
    left: 3vw;
    font-size: 7rem;
  }

  .sliderArrowsController {
    width: 85vw;
    bottom: 25%;
  }

  .slideBikeConteudoExtra {
    bottom: -5vh;
    gap: 1rem;
  }

  .iconeAltura {
    width: 4%;
  }

  .box-altura-recomendada {
    
    font-size: 0.8rem;
    width: 100%;
  }

  .btn-ver-todos {
    bottom: -8vh
  }

  .height-info span {
    font-size:0.6rem;
  }

  .vantagens-container .vantagens {
    height: fit-content;
    gap:0rem;
    padding:0;
    top:20%;
    position:relative;
  }

  .vantagens .vantagem-txt {
    margin:0.5rem 0;
    font-size:0.9rem;
  }

 .box-sem-placa .placa img {    
        left: 0;    
}

.vantagens .texto-juridico { 
    text-align: left;
  }
  

  

 

  /* =================================================================
   INTERNA ------- BIKES
   ================================================================= */

  .ImenuBikes {

    gap: 1rem;
  }

  .tit-ImenuBikes {
    font-size: 1rem;
    ;
  }

  .bolaBike {
    width: 24vw !important;
    height: auto !important;
  }

   #form-seja-revendedor .form-colEsq {    
    margin-left: 0vw;    
  }

 #form-seja-revendedor .form-colEsq {
    width: 50%;
    background: url('/wp-content/uploads/2025/10/bg-revendedorEsq.png');
    background-repeat: no-repeat;
    background-position-y: 50%;
    margin-top: 0;
    background-position-x: 54%;
    height: 100%;
    background-size: 92%;
  }

  .form-colEsq .container-colEsq {    
    left: 6%;
}

.form-colDir .srForm-container {
    width: 100%;
    max-width: 500px;
    padding: 0;
    border-radius: 10px;
}

.form-colDir .srForm-container .srForm {
      display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

#srForm input[type="text"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #b5ff00;
    padding: 1%;
    color: #fff;
    font-size: 14px;
    outline: none;
}

}

@media (min-width: 1400px) and (max-width: 1920px) {

#segurancaInternaSingle .segurancaInternaDouble-linha2 .bike-traseira-destaque-s27 {
  width: 30% !important;
        bottom: -5% !important;
}

  #segurancaInternaSingle.segurancaInternaDouble {
    height:150vh!important;
  }

    #segurancaInternaSingle .interna-seguranca-box-txt-s14 { 
    top: 5% !important;
}
  
  .height-info span {
    font-size:1rem;
  }

  .vantagens-container .vantagens {
    height: fit-content;
    gap:0.5rem!important;
    padding:0;
    top:20%;
    position:relative;
    
  }

  .vantagens .vantagem-txt {
    margin:0.5rem 0;
    font-size:1.3rem;
  }
  
  .vantagens .texto-juridico { 
    text-align: left;
  }
  



  /* =================================================================
   INTERNA ------- BIKES
   ================================================================= */

  .ImenuBikes {

    gap: 2rem;
  }

  .tit-ImenuBikes {
    font-size: 2rem;
  }

  .bolaBike {
    width: 20vw !important;
  }

  #form-seja-revendedor .form-colEsq {
  width: 80%;
  background: url('/wp-content/uploads/2025/10/bg-revendedorEsq.png');
  background-repeat: no-repeat;
  background-position-y: 17vh;
  background-position-x: 5vw;
  margin-top:0;
  height: 100%;
}

.form-colEsq .container-colEsq {
    position: relative;
    top: 30%;
    left: 23%;
}

.form-colDir .srForm-container {
    width: 100%;
    max-width: 500px;
    padding: 0;
    border-radius: 10px;
}

}



#scrolly-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

#scrolly-video canvas {
  display: block;
  width: 100vw;
  height: 100vh;

}



/* Seções com altura fluida para scroll natural */


#main-footer
 {
  min-height: 100vh;
  height: 100vh;
  /* Transições suaves */
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  position: relative;
  z-index: 100000000;
  scroll-snap-align:unset;



}



/* =================================================================
   2. ELEMENTOS BASE E TIPOGRAFIA
   ================================================================= */

/* Configuração suave apenas para scroll - SEM interferir em animações específicas */

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color var(--transition-fast);
}

a:hover {
  color: var(--color-text-primary);
}

ul {
  list-style: none;
}

/* =================================================================
   3. LAYOUT GERAL E CONTAINERS
   ================================================================= */

.container {
  display: flex;
  flex-direction: column;
}

/* Configuração padrão para seções */

section {
  width: 100vw;
  min-height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
    transform: none !important;
  scroll-snap-align: none !important;
  z-index:100;
}

section:not(#section1):not(#section2) {
  height: 100vh;
  
}

/* Conteúdo das seções */
section>div,
.conteudo-section1,
.conteudo-section5,
.conteudo-section6,
.conteudo-section7,
.conteudo-section8,
.conteudo-section9 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  box-sizing: border-box;
}

#seguro-gratis.heros-menores {
  height:80vh!important;
  min-height:80vh!important;
}



/* =================================================================
   4. COMPONENTES REUTILIZÁVEIS
   ================================================================= */

/* Botões */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: var(--border-radius-sm);
  font-family: var(--font-family-primary);
  font-weight: 700;
  cursor: pointer;
  transition: all var(--transition-fast);

}

.btn--primary,
.btn-saiba-mais {
  background-color: var(--color-primary);
  color: var(--color-text-dark);
  width: clamp(180px, 40vw, 330px);
  height: clamp(40px, 8vw, 50px);
  font-size: clamp(1rem, 2vw, 1.3rem);
  margin: 2vw 0 0 0;
  border: none;
  font-weight: 600;
}

.btn-saiba-mais.hidden {
  display: none !important;
  opacity: 0;
}

.btn--primary:hover,
.btn-saiba-mais:hover {
  background-color: var(--color-primary-light);
  color: #000;
  border: none;
}

.btn-secondary{

  background-color: var(--color-text-dark);
  color: var(--color-primary);
  width: clamp(20rem, 20.5vw, 330px);
  height: clamp(3rem, 2.5vw, 50px);
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  font-weight: 400;
  margin-top: max(1vh, 3% + 0.5vh);
  border: none;
  /* Centraliza por padrão se for display flex/column no container */
}

.btn-terciary{
  background-color: transparent;
  color: var(--color-primary);
  width: clamp(20rem, 20.5vw, 330px);
  height: clamp(3rem, 2.5vw, 50px);
  font-size: clamp(0.8rem, 3vw, 1rem);
  font-weight: 600;  
  border: 2px solid var(--color-primary);
  transition: background-color 0.5s ease-out;
  
}

.btn-terciary:hover{
  background-color: var(--color-primary);
  color: var(--color-text-dark);
  border: none;
  cursor: pointer;
}

.btn-ver-todos-modelos {
margin-left:5vw;
    
}



.btn--small,
.btn-ver-todos {
  width: clamp(120px, 2.5vw, 180px);
  height: clamp(40px, 2.5vw, 50px);
  background-color: #fcffde;
  color: var(--color-text-dark);
  font-weight: 800;
  font-size: clamp(0.8rem, 1vw, 1.1rem);
  margin-bottom: max(1vh, 3% + 0.5vh);
  border: none;
}

/* Títulos de seção */
.section-title,
.tit-section {
  font-family: var(--font-family-primary);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2.5rem, 10vw, 15em);
  line-height: clamp(0.85, 1vw, 0.95);
  text-align: center;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--color-text-primary);
  text-shadow: 0.05em 0.1em 0em #000000;
  padding: clamp(0.5rem, 5vw, 5rem) 0;
}




/* Classes utilitárias */
.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

.u-hidden {
  display: none;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.faixa-preta-marquee {
  width: 100%;
  overflow: hidden;
  background: #111;
  height: clamp(2rem, 2.5vw, 36px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.faixa-preta-track {
  display: flex;
  flex-wrap: nowrap;
  font-style: italic;
  font-weight: 900;
  font-size: clamp(16px, 2.5vw, 16px);
  line-height: 100%;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  align-items: center;
  /* Permitir animação JavaScript - REMOVER transform: none */
  transition: none !important;
  will-change: transform !important;
  backface-visibility: visible !important;
}

.faixa-preta-track span {
  flex: 0 0 auto;
  margin-right: 3ch;
  /* espaçamento uniforme */
  /* Remover interferências do scroll suave */
  transition: none !important;
  will-change: auto !important;
  backface-visibility: visible !important;
}

.faixa-preta-bullet,
.faixa-preta-anytime {
  color: #FFD700;
  /* Remover interferências do scroll suave */
  transition: none !important;
  will-change: auto !important;
}

.faixa-preta-go {
  color: #FFFFFF;
  /* Remover interferências do scroll suave */
  transition: none !important;
  will-change: auto !important;
}

.faixa-preta-marquee-interna{
  position:relative;
}

/* =================================================================
   5. HEADER E NAVEGAÇÃO
   ================================================================= */

/* Header Desktop */
.main-header-desk {
  width: 100vw;
  height: 5vw;
  max-height: 5vw;
  position: fixed;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
  z-index: 100000002;
  transition: height var(--transition-medium) cubic-bezier(0.4, 0, 0.2, 1),
    max-height var(--transition-medium) cubic-bezier(0.4, 0, 0.2, 1);
}

/* Menu Expandido Desktop */

.menu-fixed {
  width: 100vw;
  position: fixed;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  z-index: 100000002;
}

.main-header-desk--expanded {
  height: 100vh;
  max-height: 100vh;
  
}

#menu-expanded-desk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
}

#menu-expanded-desk::before {
    content: "BIKES";
    position: absolute;
    top: 50%;
    left: 2.5%;
    font-family: var(--font-family-primary);
    font-weight: 900;
    font-size: 11rem;
    line-height: 100%;
    color: var(--color-primary);
    opacity: 0.3;
    white-space: nowrap;
    pointer-events: auto;
    transform: translate(-50%, -50%) rotate(90deg);
    transform-origin: center center;
    z-index: 2;
}





.menu-title img {
  width: 80%;
  padding:1rem;
}

/* Navegação Desktop */
.menu-links ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-right: var(--spacing-lg);
  font-size: clamp(0.5vw, 1.1rem, 1.1vw);
  white-space: nowrap;
}

.menu-links a {
  color: var(--color-text-primary);
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.5px;
  transition: color var(--transition-fast), border-bottom var(--transition-fast);
}

.menu-links a:hover,
.menu-links a:focus {
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
}

.menu-links a.active-section {
  color: var(--color-primary) !important;
  border-bottom: 2px solid var(--color-primary) !important;
}

/* Header Mobile */
.main-header-mobile {
  display: none;
}



/* =================================================================
   6. SUBMENU BIKES
   ================================================================= */

.bike-selection-indicator {
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: right;
}

.bike-selection-indicator svg {
  position: absolute;
  right: clamp(-20vw, -20vw - 1vw, 0vw);
  width: 88vw;
  opacity: 1;
  mix-blend-mode: overlay;
  z-index:2;
  

}

.bikes-submenu {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, var(--color-primary-dark) 100%);

  z-index: 1;
  transition: height var(--transition-medium) ease-in-out,
    max-height var(--transition-medium) ease-in-out,
    opacity var(--transition-medium) ease-in-out,
    visibility var(--transition-medium) ease-in-out;
}

.carousel {
  width: 29vw;
  height: var(--size);
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  transition: transform var(--duration) cubic-bezier(.2, .8, .2, 1);
  will-change: transform;
  touch-action: pan-x pan-y;
  pointer-events: auto !important;
  z-index:10;
}

.item {
  position: absolute;
  pointer-events: auto !important;
  left: 50%;
  top: 50%;
  width: 100%;
  height: var(--item-h);
  line-height: var(--item-h);
  transform-origin: center center;
  transform: translate(-50%, -50%) rotateX(0deg) translateZ(calc(var(--radius) * 1px));
  text-align: center;
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(50px, 6vw, 82px);
  user-select:none;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.25;
  cursor: pointer;
  transition: transform 300ms ease, opacity 300ms ease, filter 300ms ease, font-size 300ms ease;
  backface-visibility: hidden;
  opacity: 0.45;
  filter: blur(2px);
}

.item.active {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) rotateX(0deg) translateZ(calc(var(--radius) * 1px)) translateZ(40px) scale(1.03);
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(80px, 9vw, 128px);

  text-transform: uppercase;
  color: #E4FF03;
  z-index: 100;
}

.bikes-thumbs-list {
 
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  justify-self: start;
  width: clamp(250px, 25vw, 35vw);
  height: clamp(300px, 30vh, 40vh);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 1;
  
}

.bike-model-thumb {
  position:relative;
  width: 100%;
  height: 100%;
  min-width: 120px;
  min-height: 150px;
  max-width: 225px;
  max-height: 274px;
  background: transparent;
  border: 2px solid transparent;
  overflow: visible;
  opacity: 1;
  transform: translateX(-15px);
  transition: all var(--transition-fast);
  z-index: 20;
}

.bike-model-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease;

}

/* Container da imagem da bike ativa */
.bike-active-display {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 55vw;
  height: clamp(450px, 40vh, 55vh);
  margin-left: clamp(0.2rem, 1vw, 0.8rem);
  z-index: 20;
  visibility: visible;
  opacity: 1;
}

#active-bike-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.2s ease-in-out;
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
}

.bike-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: var(--border-radius-md);
  font-family: var(--font-family-primary);
  color: var(--color-text-secondary);
  font-size: 1.2rem;
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}

/* Layout da submenu bikes */
.bikes-submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  padding: clamp(0.5rem, 1.5vh, 2rem);
}

/* =================================================================
   7. SEÇÃO SEGURO GRÁTIS
   ================================================================= */

#seguro-gratis {
  width: 100vw;
  height: 100vh;
  position: relative;

}

.seguro-gratis-interna {
  background-image: url('/wp-content/uploads/2025/10/bg-seguro-gratis.jpg');
}

.conteudo-seguro-gratis {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  width: 50vw;
  margin-top: 10vw;
  margin-left:10vw;
  height: fit-content;
}

#seguro-gratis .conteudo-seguro-gratis-home {
  margin-left:10vw;
}

.conteudo-seguro-gratis p {
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-style: normal;
  font-size: calc(1.5rem + 0.5vw);
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0.5em 0 0 0;
  padding: 0;
}

.conteudo-seguro-gratis .destaque-gratis {
  color: var(--color-primary);
}

/* Destaque: 12 MESES DE SEGURO GRÁTIS */
.conteudo-seguro-gratis h2 {
  font-family: var(--font-family-primary);
  font-weight: 900;
  font-style: italic;
  font-size: calc(3rem + 1vw);
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

/* =================================================================
   8. SEÇÕES ESPECÍFICAS
   ================================================================= */
   



/* Section 1 */
#section1 {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  z-index: 3;
  overflow: hidden;
}

#video-section1-bg {

  right: 0;
  bottom: 0;
  min-width: 100vw;
  min-height: 100vh;
  object-fit: cover;
}

#sections-parallax {
    position: relative;
  overflow: hidden; /* garante que a camada preta fique dentro do container */
  background-image: url('/wp-content/uploads/2025/10/bgzaoHomeParrallax-scaled.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-y:40%;
    
    
    transition: background-size 0.15s ease-out;
}

#parallax-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  z-index: 1; /* acima do background, mas abaixo do conteúdo principal */
}

.parallax-circle {
  position: absolute;
  border-radius: 50%;
  background-color: #E4FF00;
  opacity: 0.15;
  filter: blur(4px);
  transition: transform 0.1s linear;
  display:none;
}

#bike-parallax {
  position: fixed;
  bottom: 0;
  left: 70%;
  transform: translateX(-70%);
  z-index: 0;
  pointer-events: none;
  opacity: 0.95;
}

#bike-parallax img {
  width: clamp(320px, 75vw, 950px);
  height: auto;
  filter: drop-shadow(0px 25px 45px rgba(0, 0, 0, 0.35));
  will-change: transform;
  transition: transform 0.2s ease-out;
}

#reveal-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  z-index: 10;
  pointer-events: none;
  transition: opacity 0.2s linear;
}

/* Section 2 */
#section2 {
  position: relative;
  width: 100vw;
  height: 150vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 10;
  overflow: hidden;
  /* Impede que o círculo verde aumente a altura */
  align-items: center;
  /* Removido scroll-snap-align para movimento fluido */
  /* padding removido para não aumentar altura */
}

.section-bikes-home {
  position: relative;
  overflow: hidden; /* evita vazamento do círculo */
}

/* conteúdo da section por cima do círculo */
.section-bikes-home > *:not(#circleBackground):not(#s2-trigger) {
  position: relative;
  z-index: 1;
}

#circleBackground {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40vw;
  height: 40vw;        /* 1:1 */
  border-radius: 50%;
  background: var(--AMARELO, #E4FF00);
  transform: translate(-50%, -50%); /* centralizado na section */
  transition: width .7s ease, height .7s ease;
  z-index: 0;
  pointer-events: none;
}

/* cobre a viewport inteira, independente do formato */
#circleBackground.expand {
  width: 220vmax;
  height: 220vmax;
}

/* “alvo” no centro vertical da section2 */
#s2-trigger {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}


/* Section 3 - Benefícios */
#section3 {
  width: 100vw;
  height: 100vh;
  background-image: url('/wp-content/uploads/2025/10/bike-girl.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.conteudo-section3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10vw;
}

.beneficio-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: visible;
}










/* Section 4 - Made in Brasil */
#section4 {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  background-color: var(--color-primary);
  display: flex;
  flex-direction: row;
}

.conteudo-section4 {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  z-index: 1;
}

.conteudo-section4::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2025/10/madeinbrasil.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 12%;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}



.box-sem-placa {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-image: url('/wp-content/uploads/2025/10/box-placa-novo.jpg');
  background-repeat: no-repeat;
  background-position-x: center;
  background-size: 100%;
  background-position-y: clamp(8rem, 12vw, 14.5rem);
  width: 60%;
  z-index: 3;
}

.placa img {
     position: relative;
    width: clamp(5vw, 40vw, 30vw);
    height: clamp(150px, 35vw, 457.67px);
        left: 0%;
    top: 0%;
}

/* ================================
   Vantagens
================================ */

.vantagens-container {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  
}

.vantagens-container .vantagens {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: clamp(1rem, 1vw, 4rem);
  padding-top: 5%;
}

/* Estado inicial: invisíveis e deslocados PARA CIMA */
.vantagem-row,
.btn-vantagens,
.texto-juridico {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* Quando ativados */
.vantagem-row.show,
.btn-vantagens.show,
.texto-juridico.show {
  opacity: 1;
  transform: translateY(0);
}

/* Estilo interno dos rows */
.vantagem-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: fit-content;
}

.vantagem-row span {
  margin: 1rem 0;
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 120%;
  color: var(--color-text-dark);
}

.vantagem-row img {
  width: 1.6rem;
  height: auto;
}

.vantagem-row b {
  font-weight: 800;
}

/* Botão vantagens */
.btn-vantagens {
  padding: 0.8rem 1.5rem;
  border: 2px solid var(--color-primary);
  background: var(--color-secondary);
  color: var(--color-primary);
  font-family: var(--font-family-primary);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s ease, transform 0.6s ease, background 0.3s ease, color 0.3s ease;
}

.btn-vantagens.show {
  opacity: 1;
  transform: translateY(0);
}

#section4 .btn-secondary.btn-vantagens:hover {
  opacity:0.2;
}

/* Texto jurídico */
.texto-juridico {
  color: var(--color-text-dark);
  font-size: clamp(0.8rem, 1.5vw, 1rem);
  text-align: center;
  max-width: 90%;
  margin-top: 1rem;
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.texto-juridico.show {
  opacity: 1;
  transform: translateY(0);
}

/* Section 5 - Depoimentos */
#section5 {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  background-color: var(--color-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-image: url('/wp-content/uploads/2025/10/raio-bg.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: -8vh;
  background-size: 80%;
}

.conteudo-section5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
  width: 80%;
  height: 100%;

}

.tit-section.depoimentos {
  padding: 0 !important;
  align-self: center !important;
  justify-content: flex-start !important;
}

/* Swiper de Depoimentos */
.swiperDepoimentos {
  width: 100%;
  height: clamp(65%, 90vw, 50%) !important;
}

.swiper-pagination.depoimentos {
  position: relative !important;
  height: 50px;
  z-index: 9999 !important;
  margin: 0 !important;
}

.swiperWrapperDepo {
  /* altura responsiva com limites mínimo e máximo */
  height: clamp(386px, 30vw, 100%) !important;
  width: 100% !important;
  /

}

.swiperSlideContainerDepo {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.swiperSlideDepo {
  width: 47% !important;
  height: clamp(100%, 55vw, 280px) !important;
  display: flex;


  flex-direction: column;
}

.swiper-slide-content {
  position: absolute;
  background: #FFFFFF;
  border-radius: var(--border-radius-lg);
  width: clamp(280px, 80vw, 1200px);
  max-width: 95%;
  height: clamp(220px, 55vh, 640px);
  max-height: 95%;
  margin-top: clamp(0.5rem, 4vh, 6%);
  left: clamp(0.5rem, 5vw, 5%);
  box-shadow:
    clamp(.6rem, 1vw, 2rem)
    /* deslocamento-x */
    clamp(.6rem, 1.5vw, 1.1rem)
    /* deslocamento-y */
    clamp(0px, 0vw, 0px)
    /* blur */
    clamp(0px, 0.5vw, 5px)
    /* spread */
    rgba(0, 0, 0, 1);
  /* cor */
  ;
}

.slide-content-img {
  position: absolute;
  width: clamp(80px, 30%, 180px);
  aspect-ratio: 1 / 1;
  height: auto;
  z-index: 300;
  background-color: #ff0303;
  border-radius: 100%;
}

.slide-content-name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 600;
  font-size: calc(1rem + 0.6vw);
  line-height: 150%;
  color: var(--color-text-dark);
  position: absolute;
  width: 60%;
  height: 39.72px;
  left: 32%;
  top: 5%;
}

.aspas {
  position: absolute;
  left: 13.29%;
  right: 79%;
  top: 48%;
  bottom: 27.04%;
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(3rem, 6vw, 64px);
  color: var(--color-text-dark);
}

.slide-content-depoimento-tit {
  position: absolute;
  left: 22%;
  top: 50.96%;
  bottom: 40.3%;
  font-family: var(--font-family-primary);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(1rem, 2vw, 2rem);
  line-height: 150%;
  text-transform: uppercase;
  color: var(--color-text-dark);
}

.slide-content-depoimento {
  position: absolute;
  left: 13.33%;
  right: 11.28%;
  top: 64.8%;
  bottom: 14.82%;
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(0.9rem, 2vw, 1.25rem);
  line-height: 150%;
  text-transform: lowercase;
  color: var(--color-text-dark);
}



/* ================================
   Section 6 - Revendedor (base)
================================ */
#section6 {
  width: 100vw;
  height: 100vh !important;
  min-height: 100vh;
  background-image: url('/wp-content/uploads/2025/10/bg-revendedor.jpg');
  background-size: cover;
  background-position: center;
}

.conteudo-section6 {
  position: relative;
  z-index: 20;
}

.conteudo-section6 img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: auto;
  top: 7%;
  opacity: 1;
}

/* Contadores */
.box-contadores {
  position: absolute;
  top: 40%;
  left: clamp(1rem, 5vw, 15%);
  width: clamp(90%, 35vw, 100%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50%;
  opacity: 1;
  transition: opacity 0.5s ease, top 0.3s ease;
}

.contadores-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 0;
}

.anim-numbers {
  font-family: var(--font-family-primary);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2.2rem, 8vw, 4rem);
  text-transform: uppercase;
  color: #E4FF00;
  font-variant-numeric: tabular-nums;
}

.counter-kg {
  font-family: var(--font-family-primary);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(1rem, 3vw, 1.5rem);
  text-transform: lowercase;
  color: #E4FF03;
  margin-left: 0.3rem;
}

.txt-numbers {
  font-family: var(--font-family-primary);
  font-weight: 800;
  font-size: clamp(0.9rem, 2.5vw, 1.2rem);
  text-transform: uppercase;
  color: #fff;
  line-height: 120%;
  max-width: 95%;
}

/* Animação de entrada */
.goanytime-svg,
.contadores-line,
.btnSection6 {
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.goanytime-svg.show,
.contadores-line.show,
.btnSection6.show {
  opacity: 1;
  transform: translateY(0);
}

/* Botão */
.btnSection6 {
  padding: 0.8rem 1.8rem;
  margin-top: 1rem;
  border: 2px solid var(--color-primary);
  background: var(--color-primary);
  color: var(--color-secondary);
  font-family: var(--font-family-primary);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  align-items: center;
  display:flex;
  justify-content: center;
}

.btnSection6:hover {
  background: var(--color-primary);
  color: #000;
}

/* Section 7 - Onde Comprar */
#section7 {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  background: linear-gradient(90deg, #000000 0%, #666666 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.pontos-de-venda {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.box-onde-comprar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
  width: 100%;
  align-items: center;
  transition: gap 0.6s ease;
  
}

.box-onde-comprar.compact {
  gap: 1rem;
}

.onde-comprar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62%;
  transition: transform 0.6s ease, opacity 0.3s ease;
  transform-origin: left center;
}

.onde-comprar-header.shrink {
  transform: scale(0.6);
}

.icone-pin {
  width: clamp(40px, 5vw, 115px);
  height: auto;
}

.onde-comprar-tit {
  vertical-align: middle;
  text-align: left !important;
  font-family: var(--font-family-primary);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 80%;
  text-transform: uppercase;
  color: #FFFFFF;
}

.busca-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 69%;

}

.campo-de-busca {
  width: 100%;
  padding: 0.5rem 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--color-primary);
  gap: 2rem;
}

.onde-comprar-subtit,
.onde-comprar-ou {
  width: 100%;
  font-size: clamp(1rem, 2vw, 1.5rem);
}

.onde-comprar-ou {
  text-align: center;
}

.campo-de-busca input {
  width: 100%;
  background-color: transparent !important;
  background: transparent !important;
  border: none;
  color: var(--color-text-secondary);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.campo-de-busca input:focus,
.campo-de-busca input:active,
.campo-de-busca input:hover,
.campo-de-busca input:focus-visible {
  outline: none;
  background-color: transparent !important;
  background: transparent !important;
}

#endereco-localizacao {
  background-color: transparent !important;
  background: transparent !important;
}

#endereco-localizacao:-webkit-autofill,
#endereco-localizacao:-webkit-autofill:hover,
#endereco-localizacao:-webkit-autofill:focus,
#endereco-localizacao:-webkit-autofill:active,
#endereco-localizacao:valid,
#endereco-localizacao:invalid {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: var(--color-text-secondary) !important;
  background-color: transparent !important;

  box-shadow: 0 0 0 30px transparent inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

#endereco-localizacao:-webkit-autofill {
  animation-name: autofill;
  animation-fill-mode: both;
}

@keyframes autofill {
  to {
    background-color: transparent !important;
    color: var(--color-text-secondary) !important;
  }
}

.lupinha-amarela {
  width: clamp(13px, 5vw, 23px);
  height: auto;
  cursor: pointer;
}

.perto-de-mim-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.perto-de-mim {
  width: 69%;
}

/* Lista de Lojas */
.lista-lojas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  gap: 3rem;
  overflow-y: auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.lista-lojas-container {
  display: none;
  position: relative;
  width: 69%;
  max-height: clamp(350px, 60vh, 600px);
  flex-direction: column;
  align-items: center;
}

.lista-lojas-container.has-scroll::before {
  opacity: 1;
}

.lista-lojas::-webkit-scrollbar {
  width: clamp(3px, 1vw, 6px);

}

.lista-lojas::-webkit-scrollbar-track {
  background: #5c5c5c2f;
  border-radius: 4px;
  width: 8px;
}

.lista-lojas::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 4px;
}

.lista-lojas::-webkit-scrollbar-thumb:hover {
  background: #d1e600;
}

.box-loja {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
  pointer-events: auto;
}

.nome-loja {
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 900;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  line-height: 150%;
  color: #FFFFFF;
}

.endereco-loja {
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 200;
  font-size: clamp(0.8rem, 2.5vw, 1.3rem);
  line-height: 150%;
  color: #FFFFFF;
  white-space: pre-line;
}

.links-loja {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.links-loja .como-chegar-loja {
  margin-right: auto;
}

.links-loja .social-loja {
  margin-right: 0.5rem;
}

.links-loja .site-loja {
  margin-left: 0;
}

.links-loja a {
  display: flex;
  gap: 0.2rem;
  text-decoration: underline;
  font-size: clamp(0.8rem, 2.5vw, 1rem);
}

#mapa {
  width: 50%;
  margin-right:7%;
}

/* Section 8 - Notícia Destaque */
#section8 {
  width: 100vw;
  height: 100vh;
  max-height: 100vh;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 3%, rgb(230, 255, 3) 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.tit-noticias {
  padding-bottom: 0;
  height: fit-content;
  margin-top: 5vw;
  ;
}

.conteudo-section8 {
  display: flex;
  flex-direction: column !important;
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1rem, 3vw, 3rem);
  line-height: 120%;
  color: var(--color-text-dark);
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.img-destaque-noticia {
  position: relative;
  width: 56%;
  height: auto;
  top: 3rem;
  left: 1rem;
  ;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.img-destaque-noticia img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--border-radius-md);
}

.noticia-destaque {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 1rem;
  align-items: center;

}

.noticia-destaque-box {
  width: 30%;
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 800;
  font-size: clamp(1.2rem, 2vw, 4rem);
  line-height: 120%;
  color: var(--color-text-dark);
  padding-left:1rem;
}

.noticia-destaque-box a {
  text-decoration: none;
  color: inherit;
}

.noticia-destaque-txt {
  
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.6rem, 1vw, 2rem);
  line-height: 120%;
  color: var(--color-text-dark);

}

.rodape-noticia-destaque {
  margin-top: 3rem;
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 600;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  line-height: 150%;
  color: var(--color-text-dark);
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  width: 95%;
  height: 100%;
}

.rodape-noticia-destaque span {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0.5rem;
  white-space: nowrap;
}

.rodape-noticia-destaque a {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0.5rem;
  white-space: nowrap;
  transition: transform 0.3s ease;
}

.rodape-noticia-destaque a:hover {
  text-decoration: underline;
  transform: scale(1.1);

}

.data-noticia img {
  width: 12%;
}

.ver-noticia img {
  width: 20%;
}

/* Section 9 - Mais Notícias */
#section9 {
  background-color: #fff;
  padding: 0;
  width: 100vw;
  height: 100vh;
}

.conteudo-section9 {
  display: flex;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  
}

.maisNoticias {
  font-family: var(--font-family-primary);
  font-style: italic;
  font-weight: 900;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-text-dark);
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.swiperNoticias {
  width: 80%;
  height: auto;
  min-height: 420px;
  padding: 0 1rem 2rem 1rem;
  overflow: visible;
}

.noticias-wrapper {
  height: auto !important;
}

.swiperNoticias .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  min-height: 420px;
  width: auto;
}

.swiper-pagination-noticias {
  position: relative !important;
  bottom: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.swiper-pagination-noticias .swiper-pagination-bullet {


  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgb(0, 0, 0);
  cursor: pointer;
  transition: background-color 0.3s ease;

}

.maisNoticiasBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: -4rem;
}

.noticiaBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
  padding: 0 0.5rem;
  width: 100%;
    
}



.noticiaBox>img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  flex-shrink: 0;
  transition: transform 0.3s ease;  
}

.noticiaBox>img:hover {
  transform: scale(1.05);
}

.tituloNoticia {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.2;
  min-height: 2.4rem;
  margin-top: 0.5rem;
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 150%;
  color: #000000;
}

.subtituloNoticia {
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--color-text-secondary);

  /* --- substituições e ajustes --- */
  display: -webkit-box;           /* necessário pro line-clamp funcionar */
  -webkit-line-clamp: 2;          /* número de linhas máximas */
  line-clamp: 2;                  /* número de linhas máximas (standard) */
  -webkit-box-orient: vertical;   /* orientação vertical */
  overflow: hidden;               /* esconde o excesso */
  text-overflow: ellipsis;        /* adiciona “…” */
  min-height: unset;              /* remove altura fixa que quebrava o corte */
}

.rodapeNoticia {
  flex-shrink: 0;
  height: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.rodapeNoticia img {
  width: auto;
  height: auto;
}

.publicadaEm {
  font-family: var(--font-family-primary);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  justify-self: center;
  text-transform: lowercase;
  color: #D9D9D9;
  align-items: center;
  display:flex;
  height:100%;
}

/* Paginação específica para Notícias */
.swiperNoticias .swiper-pagination,
.swiper-pagination-noticias {
  margin-top: 4rem !important;
}

#section8.interna-da-noticia {
  height:60vh!important;
  max-height:none!important;
  min-height: fit-content!important;
  position:relative;

}

#container-interna-da-noticia {
background-color: var(--color-background-white);
display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.container-conteudoNoticia {
  width:50%;
  color:var(--color-text-dark);
  height:100%;  
}

.noticia-destaque-interna {
  height:60vh;
  flex-direction: row;
  gap:2rem;
}

.img-destaque-noticia {
    width:auto;
    height:80%;
    padding:0;
    display:flex;
    flex-direction:column;
}

#seta-preta-voltar {
 width:3%;
 position:absolute;
 top:17%;
 transform: rotate(180deg);
 align-self:flex-start;
 left:3%;
 
}

/* =================================================================
   9. ELEMENTOS ESPECIAIS E CONTADORES
   ================================================================= */



/* =================================================================
   10. SLIDER BIKES HOME
   ================================================================= */





.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;


}

.main-footer {
  width: 100vw;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 0 2rem 0;
  min-height: 300px;

}

.conteudo-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  max-width: 1200px;
  height: 90%;
  gap: 2rem;
}

.tit-footer {
  width: 100%;
  text-align: left;
  font-family: var(--font-primary);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 2rem;

}

.nomeEmail {
  width: 100%;
}

.form-footer {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  gap: 2rem;
  width: 100%;
  height: 100%;
}

.formFooterInputs {
  width: 100%;
  padding: 0.5rem 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--color-primary);
  gap: 2rem;
}

#form-footer .inputs-footer input {
  width: 100%;
  background-color: transparent !important;
  background: transparent !important;
  border: none;
  color: var(--color-text-secondary);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

#form-footer .inputs-footer input:focus,
#form-footer .inputs-footer input:active,
#form-footer .inputs-footer input:hover,
#form-footer .inputs-footer input:focus-visible {
  outline: none;
  background-color: transparent !important;
  background: transparent !important;
}

.inputs-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2%;
  width: 100%;
  margin-top: 2rem;
  height: 100%;
}

.checkbox-footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}

.item-checkbox {
  display: inline-block;
  flex-direction: row;
  gap: 0.7rem;
  align-items: center;
  justify-content: flex-start;
  width:100%;
}

.item-checkbox label {
  font-size: clamp(0.8rem, 1vw, 0.6rem);
}

.item-checkbox input[type="checkbox"] {
  background: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: clamp(18px, 10vw, 20px);
  height: clamp(18px, 10vw, 20px);
  border: 1px solid var(--color-primary);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}

.item-checkbox input[type="checkbox"]:checked {
  background: #000;
  border-color: var(--color-primary);
}

.item-checkbox input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.item-checkbox u {
  color: var(--color-primary);
}

#mensagem-erro {
  transition: all 0.3s ease;
}

input:invalid {
  border-color: #ff0000;
}

#mensagem-obrigado {
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: clamp(1rem, 2vw, 1.5rem);
  color: var(--color-primary);
  animation: fadeIn 0.5s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}



hr {
  border: 0;
  border-top: 1px solid var(--color-text-secondary) !important;
  width: 100%;

}

.links-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10vw;
  width: 100%;
}

.menu-footer-columns ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 8px 40px; /* espaçamento entre linhas e colunas */
  list-style: none;
  margin: 0;
  padding: 0;
  padding:2rem;
}

.menu-footer {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.menu-footer-item a {
  font-family: var(--font-primary);
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: clamp(0.9rem, 2vw, 1rem);
  transition: color 0.3s ease;
}

.menu-footer-item a:hover {
  color: var(--color-primary);
}

.links-uteis {
  width: 50%;
}

.right-footer {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  gap: 2rem;
}

.links-redes-footer {
  display: flex;
  flex-direction: row;
  gap: 6rem;
  justify-content: flex-start;
  width: 100%;
}

.links-redes-footer img {
  width: clamp(24px, 2.5vw, 28px);
  height: clamp(24px, 2.5vw, 28px);
}

.info-contato {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.mail-footer {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 16px);
  line-height: 250%;
  text-align: left;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.info-footer {
  position:relative;
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  bottom:-10%;
}

#seguro-gratis-pagina {
  background-color:var(--AMARELO)
}

.seguro-gratis-interna {
  background-image: url('/wp-content/uploads/2025/10/bg-12meses-interna.jpg');
}

.init-hidden-seguroGratis {
  opacity: 0;
  transform: translateY(+60px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.init-hidden-seguroGratis-off {
  opacity: 1;
  transform: translateY(-30px);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.sr-only {
  display: none !important;
}

/* Section Stories */

#interna-feats-seguranca.praticidade {
  background-color: var(--color-primary);
  width: 100vw;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position:relative;
}

/* Faixa preta dentro da section */
#interna-feats-seguranca.praticidade .faixa-preta-marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;          /* ajusta conforme tua necessidade */
  background: #000;      /* fundo preto */
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 10;           /* fica sobre o conteúdo da section */
}

/* Texto rolante */
#interna-feats-seguranca.praticidade .faixa-preta-track {
  display: flex;
  white-space: nowrap;
}

#interna-feats-seguranca.praticidade .faixa-preta-go {
  font-family: 'Archivo', sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 16px;
  color: #fff; /* palavra GO em branco */
  margin-right: 20px;
}

#interna-feats-seguranca.praticidade .faixa-preta-anytime,
#interna-feats-seguranca.praticidade .faixa-preta-bullet {
  font-family: 'Archivo', sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 16px;
  color: var(--AMARELO, #E5FF00); /* usa a variável do teu projeto */
  margin-right: 20px;
}

#section-stories {
background-color:var(--AMARELO);
display:flex;
align-items:center;
justify-content:center;
}

.conteudo-sectionStories {
  color: var(--color-text-dark);
  font-family: var(--font-primary);
  font-style: italic;
  font-weight: 900;
  font-size: clamp(2.5rem, 6vw, 3rem);
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  width: 70%;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  

}

/* Swiper de Depoimentos */
.swiperStories {
  width: clamp(280px, 30vw, 435px) !important;
  height: clamp(400px, 60vw, 774px) !important;
  overflow:hidden;
}

.swiper-pagination.stories {
  position: relative !important;
  height: 50px;
  z-index: 9999 !important;
  margin: 0 !important;

}

.swiperWrapperStories {
  
  width: 100% !important;
  display: flex;
  /* NÃO precisa forçar flex-direction, o Swiper controla isso */
}

.swiperSlideContainerStories {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiperSlideStories video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiperSlideStories {
  flex-shrink: 0; /* impede que o Swiper comprima o slide */
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}

.stories-rightColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 774px;
  gap: 2rem;

}

.stories-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  position: relative;
  z-index: 9999;
  height: fit-content;
  width: 100%
}

.stories-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* use semi-transparent light by default so bullets are visible on dark backgrounds */
  background: rgb(255, 255, 255);
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.stories-dot.active {
  /* active state should be clearly visible */
  background: #000000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12) inset;
}

/* Pagination container used by the stories swiper (JS uses .stories-dots) */

.bgzao-bolas {
  display: none;
}

/* =================================================================
   INTERNA PARCEIRO REVENDEDOR
   ================================================================= */

.formSejaRevendedorDesk {
  background: url('/wp-content/uploads/2025/10/bg-form-desk.jpg') no-repeat center center;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
      background-size: cover;
}

.container-colEsq {
  position:relative;
 top:30%;
 left:20%

}

.formSejaRevendedorDesk .form-colEsq {
  width: 100%;
  background: url('/wp-content/uploads/2025/10/bg-revendedorEsq.png');
  background-repeat: no-repeat;
  background-position-y: 180%;
  margin-top:0;
  height: 100%;
}

.form-colDir {
  width: 50%;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.srForm-container {
  width: 100%;
  max-width: 500px;

  padding: 30px 25px;
  border-radius: 10px;
}

.srForm-title {
  font-size: 20px;
  font-weight: bold;
  color: #e6ff00;
  margin-bottom: 25px;
  line-height: 1.4;
}

.srForm {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.srForm input[type="text"],
.srForm input[type="email"],
.srForm input[type="number"],
.srForm input[type="tel"] {
  background: transparent;
  border: none;
  border-bottom: 2px solid #b5ff00;
  padding: 10px 5px;
  color: #fff;
  font-size: 14px;
  outline: none;
}

.srForm input::placeholder {
  color: #aaa;
}

.srForm-checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #fff;
  flex-wrap: wrap;
}

.srForm-checkbox-group label {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.srForm input[type="checkbox"] {
  background: #00000000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: clamp(18px, 10vw, 20px);
  height: clamp(18px, 10vw, 20px);
  border: 1px solid var(--color-primary);
  border-radius: 2px;
  cursor: pointer;
  position: relative;
}

.srForm input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

.srForm button {
  margin-top: 20px;
  padding: 14px;
  border: none;
  background: #e6ff00;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 4px;
}

.srForm button:hover {
  background: #c3db00;
}

.srForm-erro {
  color: #ff4444;
  font-size: 13px;
  margin-top: -12px;
}

.conteudo-seguro-gratis-interna {
  background-image: url('/wp-content/uploads/2025/10/bg-12meses-pagina.jpg');
  background-size: 110%;
  background-repeat: no-repeat;
  background-position-x: 5%;
  width: 100%;
  margin: 0;
  height: 80%;
  padding-top: 10%;
  padding-left: 5%;
}

#ativSegPagina {
  width:100%;
  
  background-color: var(--AMARELO);
  padding:0;
  min-height: max-content!important;
  
  
}

.como-ativar-seguro {
  background-color: var(--AMARELO);
  height: 20% !important;
  width: 100%;
  justify-content: center;
  align-self: center;
  display:flex;
}

.como-ativar-seguro span {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 900;
  font-size: 32px;
  line-height: 150%;
  /* identical to box height, or 48px */
  text-align: center;
  text-transform: uppercase;

  color: #000000
}

.ativarSeguroSection {
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  /* Opcional: espaço entre as colunas */
  
  padding: 10% 10%;

  
}

.bgSegValidade {
  display:none;
}

.ativSegCol {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height:fit-content;
  padding: 0 1%;
  gap:1rem;
  width:25%;
  
}

.ativSegCol img {
  max-width: 80%;
  height: auto;
  display: block;
  margin: 0 auto 2%;
}

.ativSegTitulo {
  font-weight: bold;
  
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 900;
  font-size: 2.5vw;
  line-height: 170%;
  /* identical to box height, or 82px */
  text-transform: uppercase;

  /* cinza-escuro */
  color: #252525;

}

.ativSegTexto {
  color: #252525;
  text-align: left;
  font-size:1.2em;
}

.ativSegTexto span {
  font-weight: bold;
  
  /* usa cor da sua paleta */
}



#validadeSeg {
  background:url('/wp-content/uploads/2025/10/bg-interna-seg-2.jpg') no-repeat;
  background-size: cover;
  height:100%;
  display:flex;
  flex-direction: column;
}

.conteudoValidadeSeg {
  width:100%;
  display:flex;
  flex-direction: row;
  height:100%;
}

.conteudoValidadeSeg img {
  width:40%;
  height:auto;
  align-self:last baseline;
  margin-left:5%;
}



.placaTermos img{
  position:relative;
    width: 100%;
    
    top: 28%; 
}

.promoRegulamento {
  background-color: var(--color-text-dark);
  padding:4% 8%;
  height:fit-content;
  font-size: 1rem;
  font-weight: 100;
  line-height: 150%;
}

.verTodosModelos {
  position: absolute;
    z-index: 3;
    opacity: 1;
    /* top: 10vw; */
    
    /* transform: translate(-50%, -50%); */
    margin: 15% 0 3% 8vw;
}

.conteudo-garantia-interna {
    background-image: url('/wp-content/uploads/2025/10/bg-garantia-pagina.jpg');
    width: 100%;
    margin: 0;
    height: 80%;
    padding-top: 10%;
    padding-left: 5%;
}

.conteudo-garantia-interna span {
  color:var(--AMARELO);
}





#termosCondicoesContainer{
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: var(--AMARELO);
  height:auto;

}

/* O box branco do texto */
.termosEcondicoesBox {
  background: #fff;             /* branco do box */
  color: #0F1011;               /* texto escuro clássico */
  border: 1px solid #e5e5e5;    /* contorno sutil */
  border-radius: 12px;          /* cantos levemente arredondados */
  box-shadow: 21px 23px rgba(0,0,0,1); /* sombra discreta tradicional */
  padding: 24px 28px;
  max-width: 880px;             /* largura máxima do box */
  width: min(92vw, 880px);      /* responsivo */
              /* centraliza */
  line-height: 1.6;
  z-index: 10;                  /* fica acima de fundos decorativos */
              /* se o texto crescer demais */
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position:relative;
  margin-bottom: 10%;
  left:0;
  height: auto !important;

}

/* Seus <span> usados como bloco */
.termosEcondicoesBox span {
  display: block;
}

/* Título dentro do box */
.garantiaTermosTit {
  font-weight:900;
  font-size: clamp(2vw, 1vw, 2rem);
  margin: clamp(2%, 1vw, 2rem) 0%;
}

/* Corpo do texto */
.garantiaTermosTxt {
  font-size: clamp(1rem, 1vw, 2rem);
    white-space: pre-line;
    width: 62%;
}


#noticiaCompleta {
  display:flex;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height:100%!important;

}

.aNoticiaFull {
  
  background-color:#fff;
  width:50%;
  
}

.noticiaCompletaConteudo {  
  color:#000;  
}

.noticiaCompletaConteudo img {
  width:100%;
}

#seguro-gratis.sobreNosHero {
  background-image:url('/wp-content/uploads/2025/10/hero-sobre-nos.png');
  background-position-y:0vh;
  
}

#interna-feats-seguranca.sobreNosDestaque {
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%!important;
}



#manifestoBg1 {
  width: 100%;
}

#manifestoBg2 {
  width: 100%;
  align-self: flex-end;  
}

.sobreNosBox1 {
  flex-direction: row;
  height:100%;
}

.bike-container.manifesto-container {
  display:flex;
  align-items: center;
  justify-content: center;
  width:60%;
  height:100%;
}

.sobreNosBox1 .seguranca-box {
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height:100%;
  width:100vh;
  padding: 0 10%;
}



.negritoItalico {
  color: var(--color-text-primary);
    font-weight: 900;
    font-style: italic;
    font-size: 1.2rem;

}

.sobreNosBox2 {
  flex-direction: row-reverse;
  align-items: center;
  height:100%;
      justify-content: space-between;
}

.sobreNosBox2 .seguranca-box {
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height:100%;
  width:40%;
  padding: 0 0%;
}

.bike-container.missaoVisaoContainer {
  height:100%;
  width:50%;
}



.seguranca-box .boxVisaoMissao .boxVisaoMissaoContent {
  position:relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width:100%;
      height: 100%;
    margin-bottom: 17%;
}

.seguranca-box .boxVisaoMissao .boxVisaoMissaoContent .logoStreetGoBolinha {
  position:relative;
  margin-top:2%;
  align-self: flex-end;
  justify-self: flex-end;
  
    width: 7%;
    right: 3%;
}

.nossaMissaoTit {
  color: #000;
    font-weight: 900;
    font-style: italic;
    font-size: 1.5rem;
    text-transform: uppercase;
     display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width:100%;
  gap:0.5rem
}

.sobreNosBox2 .seguranca-box .boxVisaoMissao {
  display:flex;
  width:100%!important;
  align-items: flex-end;
}



.nossaMissaoTit img{
  padding:0;
  width:10%;
}

.nossaMissaoTxt {
  color:#000;
  padding: 5% 10%;
  text-align: center;
  font-size:1.2rem;
}

/*================================================================
   13. Interna-HOME-BIKES
   ================================================================= */

#interna-section {
  min-height: 100vh;
  height: 100vh;
  /* Transições suaves */
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  position: relative;
  z-index: 10;
}

.conteudo-interna {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.ImenuBikesSection {
  background-image: url("/wp-content/uploads/2025/10/bg_imenubikes.jpg");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  width: 100% !important;
  z-index: 2;
}

.ImenuBikes::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/uploads/2025/10/grafismo-bikes-bikes.svg");
  background-size: auto;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  background-position: center;
  z-index: 0;
  mix-blend-mode: soft-light;
  opacity: 0.1
}

.ImenuBikes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 10;
  gap: 2rem;
  margin-top: 3%;
}

.init-hidden {
  opacity: 0;
  transition: opacity 1s linear;
}

.init-hidden-off {
  opacity: 1;
}

.tit-ImenuBikes {
  width: 36%;
  text-align: right;
  font-style: italic;
  font-weight: 300;
  font-size: clamp(18px, 3vw, 35px);
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.tit-ImenuBikes b {
  font-weight: 800;
}

.bolaBike {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #E4FF03;
  box-shadow: 7px 4px 110.8px 12px rgba(228, 255, 0, 0.4);
  aspect-ratio: 1/1;
  width: 24vw;
  height: 24vh;
  /* allow absolutely positioned pseudo-element */
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Large model name placed behind the bike image. 
       Prefer per-item label by adding data-model attribute to the .bolaBike element, e.g.:
         <div class="bolaBike" data-model="S12">...
       If no data-model is present, a default of "S12" is shown.
    */
.bolaBike::after {
  content: attr(data-model);
  position: absolute;
  /* centralizar horizontalmente em qualquer viewport */
  left: 50%;
  transform: translateX(-50%);
  /* manter distância do topo com responsividade */
  top: clamp(20px, 1vw, 30px);
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  /* tamanho de fonte responsivo já existente */
  font-size: clamp(2rem, 8vw, 6rem);
  line-height: 1;
  text-align: center;
  letter-spacing: -0.06em;
  color: #FFFFFF;
  filter: blur(2px);
  z-index: 0;
  mix-blend-mode: normal;
  white-space: nowrap;
  /* evitar quebra de linha do nome do modelo */
  pointer-events: none;
  /* limitar largura máxima para evitar overflow em viewports pequenas */
  max-width: clamp(120px, 30vw, 212px);
  overflow: visible;
}

.ImenuBikes>div.bolaBike:nth-child(6) {
  background: linear-gradient(123.32deg, #000000 1.22%, #4B4A50 88.7%);
}

/* Centralização garantida do ::after dos itens 4 e 5 */
.ImenuBikes>div.bolaBike:nth-child(5)::after {
  /* manter centralizado também quando havia override anterior */
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.ImenuBikes>div.bolaBike:nth-child(6)::after {
  /* garantir centralização para o sexto item e preservar seu tamanho específico */
  left: 50% !important;
  transform: translateX(-50%) !important;
  font-size: clamp(2rem, 7vw, 5.5rem);
}

.ImenuBikes>div.bolaBike:nth-child(6) {
  margin-right: 0%;
}

div.bolaBike:nth-child(6)>img {
  width: clamp(120px, 18vw, 300px);
  height: auto;
  margin-top: clamp(2rem, 8vw, 6rem);
}

.bolaBike img {
  width: clamp(100px, 24vw, 350px);
  height: auto;
  margin: 8% 6% 0 0;
  position: absolute;
  z-index: 2;
  display: block;
}

.bt-bolinha-mais img {
  width: clamp(30px, 5vw, 33px);
  position: absolute;
  left: 45.12%;
  right: 45.12%;
  top: 75%;
  cursor: pointer;
  /* Mostra a mãozinha ao passar o mouse */
}

.bt-bolinha-mais img:hover {
  transform: scale(1.1);
  transition: transform 0.3s ease;
  opacity: 0.6;
}

/* Fundo escuro do modal */
/* ===== Modal Overlay ===== */
.modal {


  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;


  pointer-events: none;
  transition: opacity 0.3s ease;


  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .6);
  z-index: 9999999;
  opacity: 0;
}

/* ===== Container ===== */
.modalConteudoModelo {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 50% 50%;
  background: linear-gradient(90deg, var(--AMARELO) 69%, var(--PRETO) 40%);
  overflow: hidden;
}

.modal.show {
  opacity: 1;
  pointer-events: auto;
}

/* animação da caixa quando aparecer */
.modal.show .modal-content {
  transform: translateY(0);
}

/* ===== Botão Fechar ===== */
.close {
  position: absolute;
  top: clamp(5%, 12%, 20%);
  right: clamp(-1rem, -14rem, -15rem);
  cursor: pointer;
  z-index: 9999;
}

#btXclose img {
  width: clamp(10%, 15%, 20%);
  height: auto;
}

/* ===== Linha divisória ===== */
.linhaAltura {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: clamp(10%, 46%, 47%);
  transform: translateX(-50%);
  width: 2px;

  background: #ffffff00;
  z-index: 10;
}



/* ===== Coluna Esquerda ===== */
.modal-coluna-esquerda {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3% 0 2% 27%;
  z-index: 0;
}

.tit-modelo {
  font-family: 'Audiowide';
  font-style: normal;
  font-weight: 400;
  font-size: clamp(7rem, 10vw, 10rem);
  line-height: 100%;
  /* identical to box height, or 220px */
  text-align: left;
  letter-spacing: -0.06em;
  color: #FFFFFF;
  filter: blur(2px);
}

.modal-tit-modelo {
  font-size:6rem!important;
  font-family: 'Audiowide'!important;
}

.vantagens-modal-desk {
padding:0;
justify-content:space-around!important;
gap:0!important;
}

.vantagem-row-desktop {
  margin:0!important;
  opacity:1!important;
  transform:none!important;

}

.features-modelo li {
  margin: clamp(0rem, 0vw, 1rem) 0;
  font-size: 1.1rem
}

small {
  font-size: smaller;
  color: #000;
  margin-bottom: 2rem;
}

.btn-ver-mais-detalhes {
  background: #000;
  color: #fff;
  border: none;
  padding: .8rem 1.5rem;
  cursor: pointer;
  font-size: 1rem;
}

/* ===== Coluna Direita ===== */
.modal-coluna-direita {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding-left: 15%;
}

/* Silhueta ajustada à altura da viewport */
.mulherAltura {
  position: relative;
  max-width: 93%;
  height: auto;
  object-fit: contain;
  z-index: 1;
  bottom: -2%;
  left: 38%;
  transform: translateX(-50%);
}

/* Bike centralizada sobreposta */
#modalBikeModelo {
  position: relative;
  bottom: -15%;
  left: -1%;
  transform: translateX(-50%);
  max-width: 75%;
  height: auto;
  z-index: 2;
}

.luzBola {
  position: absolute;
  right: clamp(20%, 20%, 52%);
  width: 100%;
  height: auto;
  z-index: 0;
  opacity: .6;
}

/* Texto sobre a linha divisória */
.modal-altura-txt {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400;
  font-size: clamp(0.1rem, 1vw, 1rem);
  line-height: clamp(1.1, 2vw, 101.76%);
  color: #252525;
  position: absolute;
  top: 44%;
  left: clamp(36%, 57%, 60%);
  transform: translateY(-50%);


}

.btn-ver-mais-detalhes-mobile {
  display: none;

}

/* =================================================================
                      interna-modelo-bike
   ================================================================= */

#container-interna-bike {

  background-color: transparent;
}


.bg-bola-1 {
  display: block;
  position: absolute;
  top: 160%;
  left: -10%;
  width: 70%;
  height: auto;

}

.bg-bola-2 {
  display: block;
  position: absolute;
  top: 310%;
  right: 0%;
  width: 70%;
  height: auto;

}


.hero-interna-modelo-bike {
  background-image: url("/wp-content/uploads/2025/10/hero-interna-s12.png");
  background-size: cover;
  background-position-y: 0vh;
  background-repeat: no-repeat;
  padding-left:5%;
}

#seguro-gratis.hero-interna-modelo-bikeS14 {
  background-image: url("/wp-content/uploads/2025/10/hero-interna-s14.jpg");  
}

#seguro-gratis.hero-interna-modelo-bikeS17 {
  background-image: url("/wp-content/uploads/2025/10/hero-interna-s17-2.jpg");
  background-position: center;
  background-size: cover;
}

#seguro-gratis.hero-interna-modelo-bikeS27 {
  background-image: url("/wp-content/uploads/2025/10/hero-interna-s27.jpg");
  background-position: center;
  background-size: cover;
}

#seguro-gratis.hero-em-construcao {
  background-image: url("/wp-content/uploads/2025/10/hero-em-construcao.jpg");
  background-position: center;
  background-size: cover;
}


.titulo-hero-interna {
  margin-left:10%;
}

.titulo-hero-interna span {
  color: var(--AMARELO);
}



#interna-bike-features {
  background: transparent !important;
}


.interna-feats-cores {
  display: flex;
    gap: 7rem;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    background: transparent;
}



/* Slider */
.swiper-interna-cores {
  width: clamp(450px, 50vw, 800px);
    height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.swiper-interna-cores .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.swiper-interna-cores .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

/* Paginação */
.swiper-interna-cores-pagination {
  margin-top: 12px;
  text-align: center;
  
}

.swiper-interna-cores-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.2;
  width: 1rem;
  height: 1rem;

}

.swiper-interna-cores-pagination .swiper-pagination-bullet-active {
  background: #D4FF00;
  /* Verde neon, igual referência */
  opacity: 1;
}

/* Área de cores */
.cores {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.cores h3 {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  line-height: 101.76%;
  /* identical to box height, or 37px */
  text-transform: uppercase;

  color: #FFFFFF;
}

.color-options {
  display: flex;
  gap: 1rem;
}

.color-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}



.color-circle.active {
  outline: 0.2rem solid #e9f772;
  box-shadow: 0 0 0 0.0rem rgb(181, 204, 50);
  outline-offset: 0.3rem;
}

.color-circle:hover {
  transform: scale(1.1);
}

#interna-feats-seguranca {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: transparent !important;
  position:relative;
}


.seguranca-box {
  width: 100%;
  padding: 0 5%;
  gap: 2rem;
  align-items: flex-start;
}

.txtSeguranca {
  width: 100%;
  font-weight: 200;
  font-size: 2vw;
  line-height: 2.5vw;
}

.titSeguranca {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 900;
  font-size: 4.5vw;
  line-height: 101.76%;
  text-transform: uppercase;
  color: var(--AMARELO);
}

.bike-container {
  position: relative;
  display: flex;
  flex-direction: row;
  max-width: 100%;
  height: auto;
  background: transparent;
}

.bike-container img {
  width: 100%;
  height: auto;
  display: block;
}

.tooltip {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}

.tooltip:hover {
  transform: scale(1.2);
}

.tooltip img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* === Coordenadas ajustadas conforme mock === */
.tooltip.assento {
  top: 30%;
  left: 36%;
}

.tooltip.assento-s14 {
  top: 36%;
  left: 26%;
}

.tooltip.assento-s17 {
  top: 30%;
  left: 30%;
}

.tooltip.assento-s27 {
  top: 25%;
  left: 30%;
}

.tooltip.ciclocomputador {
  top: 12%;
  left: 65%;
}

.tooltip.bateria {
  top: 50%;
  left: 60%;
}

.tooltip.bateria-s14 {
  top: 30%;
  left: 56%;
}

.tooltip.bateria-s17 {
  top: 30%;
  left: 56%;
}

.tooltip.bateria-s27 {
  top: 24%;
  left: 52%;
}

.tooltip.cambio {
  top: 67%;
  left: 26%;
}

.tooltip.cambio-s27 {
  top: 63%;
  left: 21%;
}

.tooltip.farolFront {
  top: 30%;
  left: 70%;
}

.tooltip.farolFront-s14 {
  top: 30%;
  left: 73%;
}

.tooltip.farolFront-s17 {
  top: 30%;
  left: 73%;
}

.tooltip.farolFront-s27 {
  top: 30%;
  left: 73%;
}

.tooltip.farolBack {
  top: 36%;
  left: 25%;
}

.tooltip.farolBack-s14 {
  top: 38%;
  left: 19%;
}

.tooltip.farolBack-s17 {
  top: 38%;
  left: 19%;
}

.tooltip.farolBack-s27 {
  top: 33%;
  left: 18%;
}

.tooltip.freio-s14 {
  top: 63%;
  left: 78%;
}

.tooltip.freio-s17 {
  top: 63%;
  left: 78%;
}

.tooltip.freio-s27 {
  top: 63%;
  left: 78%;
}

.tooltip.suspensao-s27 {
  top: 38%;
  left: 30%;
}

.modalConteudoFeatsSeguranca {
  width:100vw;
  height:100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/uploads/2025/10/bg-modal2.jpg");
}

.modalSegurancaTextos {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding: 0 0 0 5%;
}

.titSegurancaFeat {
  font-size: 2rem;
  width: fit-content;
}

.txtSegurancaFeat b {
  font-weight: 800;
}

.txtSegurancaFeat pre {
  font-family: 'Archivo';
  width: 52%;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.5rem;
}

.imgModalSeguranca {
  width: 50%;
  height: auto;
}

/* === Modal Base Unificado === */
.modalSeg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999999999;
  opacity: 0;
  pointer-events: none;
  /* evita bloquear cliques quando invisível */
  transition: opacity 0.3s ease;
}

.modalSeg.show {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.modalSeg.hide {
  opacity: 0;
  pointer-events: none;
}

.praticidade {
  display: flex;
  flex-direction: row-reverse !important;
}

.tooltip.praticidade {
  top: 15%;
  left: 56%;
}

.bike-container-traseira {
  align-self: flex-end;
}

.modalPrat {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 999999999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modalPrat.show {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.modalPrat.hide {
  opacity: 0;
  pointer-events: none;
}

.section-interna-placa {
  background-color: var(--AMARELO);
}

.sem-placa-interna {
  background-image: url('/wp-content/uploads/2025/10/img-sem-placa-interna.jpg');
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;

}

/* ===== Menu Alturas ===== */
#menu-alturas-section {
  display: block;
  /* impede herança do display:flex global */
  padding: 0;
  background-color: var(--color-primary);
}

.menu-alturas {
  display: flex;
  flex-direction: row;
  
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.coluna-altura {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* conteúdo sempre à esquerda */
  justify-content: flex-start;
  padding: 20px;
  color: white;
  font-weight: bold;
  font-size: clamp(16px, 2vw, 32px);
  cursor: pointer;
  transition: flex 0.5s ease, opacity 0.5s ease;
  position: relative;
  /* necessário para conter a imagem absoluta */
  overflow: hidden;
  /* corta a imagem que ultrapassar */
  height: 100%;

}

.coluna-altura:nth-child(1) {
  background: var(--AMARELO);
}

.coluna-altura:nth-child(2) {
  background: #CAE201
}

.coluna-altura:nth-child(3) {
  background: #B7CD00;
}

.coluna-altura:nth-child(4) {
  background: #AABE01;
}

.coluna-altura:nth-child(5) {
  background: var(--color-background-gradient);
  color: rgb(255, 255, 255);
}

.coluna-altura.expandida {
  flex: 4;

}

.coluna-altura.reduzida {
  flex: 0.95;


}

.titulo-altura {
  position: relative;
  font-family: var(--font-family-display);
  font-weight: 400;
  font-style: normal;
  font-size: 3em;
  color: #fff;
  z-index: 1;
  pointer-events: none;

  text-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
  opacity: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.conteudo-altura {
  position: relative;
  top: 1%;
  left: 0;
  bottom: 0;
}

.txtColunaModel {
  position: relative;
  white-space: nowrap;
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 400;
  font-size: clamp(0.1rem, 0.8vw, 0.85rem);
  line-height: clamp(1.1, 2vw, 101.76%);
  color: #000;
  width: 25%;

}

.imgAltura {
  position: absolute;
  bottom: 0;
  /* encosta a bike no fundo */
  left: 15%;
  /* alinhada à esquerda */

  height: auto;
  width: auto;
  max-height: 70%;
  /* nunca maior que a coluna em altura */
  max-width: none;
  /* não encolher horizontalmente */
}

.conteudo-altura-txt-white {
  color: #fff;
}

.txtColunaModelWhite {
  color: #fff;
}


.coluna-altura.expandida .conteudo-altura {
  display: block;
}

.conteudo-faq-interna {
  background-image: url('/wp-content/uploads/2025/10/bg-faq-desktop.jpg');
  background-position-y: 10%;
  background-size: cover;
  height:40vh!important;
}

.tit-faq span{
  line-height:0%;
      padding: 4rem 0;
}

.faqBox {
  margin-bottom:3rem;
  height: 100%!important;

}

.faq-section {
  width: 100%;
  max-width: 900px;
  margin: 4rem auto;
  font-family: "Archivo", sans-serif;
}

.faq-section a {
  color:#000000;
  text-decoration: underline;
  font-weight:800;
}

.faq-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.2rem 0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  font-weight: 800;
  font-size: 1.2rem;
  color: #111;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-question::after {
  content: url("/wp-content/uploads/2025/10/setinha-acordeon.svg");
  transition: transform 0.3s ease;
}

.faq-question.active::after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.faq-answer.open {
  max-height: 400px;
  opacity: 1;
  margin-top: 0.6rem;
}

/* ============================================================
   PATCH: Correção da seleção de texto
   ============================================================ */

/* Libera eventos no vídeo de fundo */
#scrolly-video {
  pointer-events: none !important;
}

/* Ajusta sections para não bloquear seleção */
section {
  overflow-x: hidden;
  overflow-y: visible;
}

/* Garante seleção global */
body {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
}

/* Garante que o body e todo o conteúdo textual sejam selecionáveis */


/* Remove o bloqueio de seleção aplicado no carousel */
.carousel {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}

/* Mantém a proteção contra highlight apenas em elementos interativos */
button,
.btn,
.slider-arrow,
.bt-bolinha-mais,
.menu-links a {
  user-select: none;
}

/* =================================================================
                               FIXES
   ================================================================= */

/* MENU BIKE+ fechado por padrão */
#menu-expanded-desk {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#menu-expanded-desk.open {
  display: flex;
  opacity: 1;
}

#seguro-gratis.faqHero {
  background-image: url('/wp-content/uploads/2025/10/bg-faq-desktop.jpg');
  background-size: cover;
  background-position-y: 0;
  
}

/* ===============================
   ANIMAÇÃO DE ENTRADA SEGURO GRÁTIS (conteúdo)
   =============================== */

#seguro-gratis .conteudo-seguro-gratis .titulo-hero-interna {
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 0.8s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

#seguro-gratis .conteudo-seguro-gratis.visible .titulo-hero-interna.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   BOLINHAS PARALLAX — IGUAL À HOME
========================================================= */
.parallax-sobre-nos-bolinhas {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

.parallax-sobre-nos-bolinhas .dot {
  position: absolute;
  width: var(--size, 200px);
  height: var(--size, 200px);
  border-radius: 50%;
  background: radial-gradient(
    circle at 30% 30%,
    rgba(228, 255, 0, 0.4) 0%
    
  );
  filter: blur(var(--blur, 4px));
  opacity: 0.6;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  transition: transform 0.15s ease-out;
}

#legislacao {
background-image: url('/wp-content/uploads/2025/10/bg-faq-2-1024x576.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
display:flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.cards-legislacao {
  
display:flex;
flex-direction: row;
width:50%;
height:fit-content;
justify-content: center;
align-items: center;
gap:clamp(0.5rem, 5vw, 1rem);
}

.cards-legislacao img {
  width: clamp(50%, 10vw, 90%);
  height: auto;
  padding:0 clamp(1%, 5vw, 2%);
  
  
}

.legislacao-titulo {
  font-family: 'Archivo';
  font-style: italic;
  font-weight: 900;
  font-size: 2REM;
  line-height: 101.76%;
  text-transform: uppercase;
  color: white;
  margin-bottom:2%;
 
}

.tituloInternaHeroBike h2{
  font-size: clamp(2rem, 4.5vw, 4rem);
}



.numero-modelo {
  color: var(--AMARELO);
}

/* ========== MODAIS COM TRANSIÇÃO ========== */

.modalSeg,
.modalPrat {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex; /* Sempre flex */
  justify-content: center;
  align-items: center;

  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease-out;
  z-index: 999999999; /* acima de tudo */
  background: rgba(0,0,0,0.75); /* escurece fundo */
}

/* Estado visível */
.modalSeg.show,
.modalPrat.show {
  opacity: 1;
  pointer-events: auto;
}

.interna-feats-destaquesolo {
  background-color: var(--AMARELO);
  gap:clamp(2rem, 5vw, 4rem);
}

.interna-feats-destaquesolo img:nth-of-type(1) {
  width: 50%;
}

.bateria-duradoura img:nth-of-type(1) {
  width: 20%;
  
}


.bateria-duradoura {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
 
}

.titBateria {
  /* bateria duradoura */
font-family: 'Archivo';
font-style: italic;
font-weight: 400;
font-size: 36px;
line-height: 101.76%;
/* or 37px */
text-transform: uppercase;
color: #000000;
}

.bateria-duradoura b {
  font-weight: 900;
}

.txtBateria {

font-family: 'Archivo';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 100%;
/* identical to box height, or 32px */
/* cinza-escuro */
color: #252525;
}

.disclaimerBateria {
color:#000;
}

body.page-id-339, .page-id-359, .page-id-373{
  background:var(--AMARELO)
}

.featsBox span{
  color: #000;
  width:100%
}

.featsBox span:nth-of-type(2) {
font-weight: 400;
font-size: clamp(22px, 2vw, 25px);
line-height: 100%;
color: #000000;
}

.modulo-generico-interna-s14 {
  background-image: url('/wp-content/uploads/2025/10/bg-revendedor-1.jpg');
  background-size: cover;
}

.modulo-generico-interna-s17 {
  background-image: url('/wp-content/uploads/2025/10/bg-trajeto-diferente.jpg');
  background-size: cover;
  position:relative;
}

.modulo-generico-interna-s27 {
  background-image: url('/wp-content/uploads/2025/10/bg-estilo.jpg');
  background-size: cover;
  position:relative;
}



.conteudo-generico-interna span:nth-of-type(1) {
 
font-family: 'Archivo';
font-style: italic;
font-weight: 400;
font-size: clamp(1rem, 8vw, 5rem);
line-height: 100%;/* or 80px */
text-transform: uppercase;
color: #FFFFFF;
}

.conteudo-generico-interna span:nth-of-type(2) {
font-family: 'Archivo';
font-style: italic;
font-weight: 900;
font-size: clamp(1rem, 8vw, 5rem);
line-height: 100%;
/* or 80px */
text-transform: uppercase;
white-space: nowrap;
color: #E4FF03;
}

.conteudo-generico-interna-2 span:nth-of-type(2) {
 
font-family: 'Archivo';
font-style: italic;
font-weight: 400;
font-size: clamp(1rem, 8vw, 5rem);
line-height: 100%;/* or 80px */
text-transform: uppercase;
color: #FFFFFF;
}

.conteudo-generico-interna-2 span:nth-of-type(1) {
font-family: 'Archivo';
font-style: italic;
font-weight: 900;
font-size: clamp(1rem, 8vw, 5rem);
line-height: 100%;
/* or 80px */
text-transform: uppercase;
white-space: nowrap;
color: #E4FF03;
}

.conteudo-generico-interna-2 {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  align-items: center;
  margin-top:0;
  margin-left:0!important;
}

.conteudo-generico-interna-3 {
position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  text-align: left;
  align-items: center;
  margin-top:0;
  margin-left:0!important;
}

.conteudo-generico-interna-3 span:nth-of-type(2) {
 
font-family: 'Archivo';
font-style: italic;
font-weight: 400;
font-size: clamp(1rem, 8vw, 5rem);
line-height: 100%;/* or 80px */
text-transform: uppercase;
color: #FFFFFF;
}

.conteudo-generico-interna-3 span:nth-of-type(1) {
font-family: 'Archivo';
font-style: italic;
font-weight: 900;
font-size: clamp(1rem, 8vw, 5rem);
line-height: 100%;
/* or 80px */
text-transform: uppercase;
white-space: nowrap;
color: #E4FF03;
}

#segurancaInternaSingle {
  background-image: url('/wp-content/uploads/2025/10/bg-internaSegSingle.jpg');
  height:100vh;
  background-size: cover;
    position: relative;
    overflow: hidden;
     background-attachment: fixed;
         justify-content: center;
    display: flex;
    align-items: center;
    
}

#segurancaInternaSingle .segurancaInternaDouble {
height:200vh!important;

}

.bike-traseira-destaque {
  width:40%!important;
  bottom:0;
  left:13%;
}

.bike-traseira-destaque-s17 {
 width: 44% !important;
    bottom: 15%;
    left: 5%;
}

#segurancaInternaSingle img, #segurancaInternaSingle .interna-seguranca-box-txt {
    position: relative;
    z-index: 1;
    width:50%
}




.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 1;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
}

#segurancaInternaSingle img,
#segurancaInternaSingle .interna-seguranca-box-txt {
    position: relative;
    z-index: 1;
}

#segurancaInternaSingle img:nth-of-type(1) {
 width: 57%;
    position: absolute;
    left: 45vw;
        bottom: 0 !important;
  
}

#segurancaInternaSingle.segurancaInternaDouble {
  flex-direction:column;
}

.segurancaInternaDouble-linha1, .segurancaInternaDouble-linha2 {
  width:100%;
  flex-direction:row;
  justify-content: flex-end;
  padding-right:10%;
  align-items: center;
}

.segurancaInternaDouble-linha1 img {
  width:50%;  
  position:relative!important;
}

.segurancaInternaDouble-linha2 img {
  left:10%!important;
}

.segurancaInternaDouble-linha1 .interna-seguranca-box-txt {
      left: -51%;
      top:4vw;
}

.interna-seguranca-box-txt {
  position:absolute;
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  left:7%;
  top: 8vw;
}

.interna-seguranca-box-txt .interna-seguranca-box-txt1 {
    left:0;
    width:95%!important;
    top:35vw;
}


#segurancaInternaSingle span:nth-of-type(1) {
font-family: 'Archivo';
font-style: italic;
font-weight: 900;
font-size: 4.2vw;
line-height: 100%;
/* or 80px */
text-transform: uppercase;
color: #FFFFFF;
}

#segurancaInternaSingle span:nth-of-type(2) {
font-family: 'Archivo';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 100%;
color: #FFFFFF;
}

.tituloInternaHeroBikeS17 {
  width:100vw!important;
  align-items: flex-end;
  padding-left:0;
padding-right:20vw;
}

.anywhereS17 {
  display:flex;
 justify-content: center;
}


  


.interna-seguranca-box-txt2 span:nth-of-type(1) {
color:var(--AMARELO)!important;
}

.interna-seguranca-box-txt2 {
  right:0;
  top:0;
}

.conteudo-seguro-gratis-interna-modelos {
  height:100%;
  background-size:cover;
}

#imgAnywhere {
  width:100%;
  align-items: first baseline;
  display:flex;
  justify-content: center;
}

.placaSegInterna {
    width: min(90vw, 650px);
    background: #ffffff;
    padding: 45px 55px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    box-shadow: 14px 14px 1px rgba(0,0,0,1);
  }

  .placaSegInterna-raio {
    width:12%;
    position: absolute;
    top: 18px;
    right: 5px;
  }

  .placaSegInterna-titulo {
    font-weight: 900;
    font-size: clamp(1.4rem, 3.3vw, 2.2rem);
    color: #0F1011;
    line-height: 1.2;
    margin-bottom: 18px;
    text-transform: uppercase;
   
  }

  .placaSegInterna-subtitulo {
    font-weight: 600;
    font-size: clamp(1.1rem, 2.7vw, 1.55rem);
    margin-bottom: 10px;
    text-transform: uppercase;
    color:#000;
  }

  .placaSegInterna-info {
    display: block;
    font-size: clamp(0.75rem, 2vw, 0.95rem);
    opacity: 0.65;
    margin-bottom: 30px;
    color:#000;
  }

  .placaSegInterna-btn {
    display: inline-block;
    background: #E4FF00;
    padding: 15px 34px;
    font-weight: 700;
    font-size: clamp(0.88rem, 2vw, 1.15rem);
    color: #0F1011;
    text-decoration: none;
    border-radius: 4px;
    transition: transform .15s ease-in-out;
  }

  .placaSegInterna-btn:hover {
    transform: scale(.95);
  }

  .interna-seguranca-box-txt-s14 {
    
    width:95%!important;
    left:0%;
    top:0%;
    
}

.interna-seguranca-box-txt-s17 span:nth-of-type(2) {
  font-size:2rem!important;
}

/* ================= STREETGO PRELOADER ================= */
#preloader {
  position: fixed;
  inset: 0;
  background-color: var(--PRETO, #0F1011);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  transition: opacity 1s ease, visibility 1s ease;
}

#preloader.hide {
  opacity: 0;
  visibility: hidden;
}

/* conteúdo central */
.preloader-content {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* círculo pulsante */
.preloader-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--AMARELO, #E4FF00) 0%, #a3c400 70%);
  opacity: 0.15;
  animation: circlePulse 1.8s infinite ease-in-out;
}

/* texto */
.preloader-text {
  font-family: var(--font-family-primary);
    font-weight: 900;
    font-style: italic;
    font-size: calc(3rem + 1vw);
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
   color: var(--AMARELO);
  opacity: 0;
  animation: fadeInText 2.4s ease-in-out forwards 0.6s;
}

@keyframes circlePulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.15;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.25;
  }
}

@keyframes fadeInText {
  0% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 1; transform: translateY(0); }
}


/* ===== MODAL POLÍTICA DE PRIVACIDADE ===== */
.politica-privacidade {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(15, 16, 17, 0.9);
  z-index: 99999;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  transition: opacity 0.3s ease;
}

/* Caixa principal */
.politica-privacidade-conteudo {
  
  background-color: #fff;
  color: #0F1011;
  padding: 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  max-height: 75vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: "Archivo", Arial, sans-serif;
  line-height: 1.6;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

/* Rolagem interna do texto */
.politica-privacidade-conteudo p {
  overflow-y: auto;
  margin-top: 1rem;
  padding-right: 1rem;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: #E4FF00 #f1f1f1;
}

.politica-privacidade-conteudo p::-webkit-scrollbar {
  width: 8px;
}
.politica-privacidade-conteudo p::-webkit-scrollbar-thumb {
  background-color: #E4FF00;
  border-radius: 10px;
}
.politica-privacidade-conteudo p::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

/* Botão de fechar */
.politica-privacidade-fechar {
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  color: #0F1011;
  transition: color 0.2s;
}
.politica-privacidade-fechar:hover {
  color: var(--AMARELO, #E4FF00);
}

/* Animações */
.politica-privacidade.show {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}
.politica-privacidade.hide {
  animation: fadeOut 0.3s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.97); }
  to { opacity: 1; transform: scale(1); }
}
@keyframes fadeOut {
  from { opacity: 1; transform: scale(1); }
  to { opacity: 0; transform: scale(0.97); }
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 768px) {
  .politica-privacidade {
    padding: 1rem;
  }

  .politica-privacidade-conteudo {
    width: 100%;
    height: 95vh;
    max-height: none;
    padding: 1.5rem;
    border-radius: 0;
  }

  .politica-privacidade-fechar {
    top: 10px;
    right: 14px;
    font-size: 1.6rem;
  }

  .politica-privacidade-conteudo p {
    padding-right: 0.6rem;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .politica-privacidade-conteudo {
    padding: 1rem;
  }
  .politica-privacidade-conteudo h2 {
    font-size: 1.1rem;
  }
}

/* === CARROSSEL VERTICAL CENTRALIZADO === */
.carousel-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
      height: 55%; /* garante altura vertical alinhada */
  z-index: 25; /* acima do fundo amarelo */
  gap:1rem;
}

.carousel-wrapper .carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(0.6rem, 2vh, 1rem);
  position: relative;
  z-index: 4;
}

/* === SETAS TRIANGULARES LARGAS === */
.carousel-arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 0;
  height: 0;
  line-height: 0;
  padding: 0;
  z-index: 10;
  pointer-events: auto;
  transition: transform 0.15s ease;
}

/* Triângulo largo apontando para cima */
.carousel-arrow.up {
  border-left: clamp(12px, 1.8vw, 18px) solid transparent;
  border-right: clamp(12px, 1.8vw, 18px) solid transparent;
  border-bottom: clamp(10px, 1.4vw, 14px) solid #E4FF00;
}

/* Triângulo largo apontando para baixo */
.carousel-arrow.down {
  border-left: clamp(12px, 1.8vw, 18px) solid transparent;
  border-right: clamp(12px, 1.8vw, 18px) solid transparent;
  border-top: clamp(10px, 1.4vw, 14px) solid #E4FF00;
}

/* Leve aumento ao passar o mouse */
.carousel-arrow:hover {
  transform: scale(1.1);
}

/* Alinhamento vertical central com o carrossel */
.carousel-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2vh, 1.6rem);
  z-index: 5;
}


/* === Garante que o carrossel e as setas fiquem no centro do painel === */
.bikes-submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* === Responsivo === */
@media (max-width: 1000px) {
  .carousel-wrapper {
    gap: clamp(0.5rem, 2vh, 1rem);
  }
  .carousel-arrow {
    width: clamp(18px, 3vw, 22px);
    height: clamp(18px, 3vw, 22px);
  }
}
