/* ======================================
   8. MEDIA QUERIES
   ====================================== */
@media (min-width: 1000px) and (max-width: 1500px) {

  .formSejaRevendedorDesk {
    background-size: 210% auto;

  }

  .container-colEsq {
    width:70%;
    left:-10%;
    position:relative;
  }

  .form-colDir {
    padding:0;
  }

  .srForm-title {
    margin-top: 2rem;
  }



}


/* 8.1 Mobile geral (menu, painel modelos, hero height) */
@media (max-width: 900px) {
  .top-bar {
    grid-template-columns: auto 1fr auto;
    height: 64px;
    padding: 0 1rem;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  /* MENU MOBILE – overlay full viewport
     abre com animação suave abaixo da barra vermelha
  */
  .main-menu {
    position: fixed;
    inset: 64px 0 0 0; /* abaixo da faixa vermelha no mobile */
    background: radial-gradient(
      circle at top left,
      var(--cinza-medio) 0%,
      var(--cinza-escuro) 60%,
      var(--preto) 100%
    );
    padding: 1.5rem 1.5rem 3rem;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 40;
  }

  .main-menu.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu-items {
    flex-direction: column;
    gap: 1.5rem;
  }

  .menu-item a,
  .modelos-toggle {
    font-size: 1rem;
  }

  /* MODELOS no MOBILE: dentro do overlay */
  .modelos-panel {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    min-height: auto;
    padding: 0;
    margin-top: 0.75rem;

    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    flex-direction: column;
    gap: 1.5rem;
  }

  .modelos-panel.is-open {
    padding-top: 1.5rem;
    max-height: 1000px;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease, max-height 0.3s ease;
  }

  .modelo-item {
    width:100%;
    gap:1rem;
  }

  .modelo-item img {
    max-width: 50%;
  }

  .modelo-nome, .modelo-nome a {
    padding-left:0;
  }

  /* HERO: altura da viewport descontando a barra de 64px */
  .hero__video-wrapper {
    height: calc(100vh - 64px);
  }

   .bem-vindo {
    flex-direction: column;
    align-items: center;
    padding: 3rem 1.5rem;
    min-height: auto;
  }

  .circulo-vermelho {
    margin-left: 0;
    width: min(80vw, 360px);
  }

  .circulo-vermelho__conteudo {
    padding: 2rem;
    max-width: none;
    align-items: center;
    text-align: center;
  }
}

/* 8.2 Ajuste para barra ADMIN WordPress – desktop (barra = 32px) */
@media screen and (min-width: 783px) {
  body.admin-bar .modelos-panel {
    top: calc(80px + 32px);
    min-height: calc(100vh - (80px + 32px));
  }
}

/* 8.3 Ajuste para barra ADMIN WordPress – mobile (barra = 46px) */
@media screen and (max-width: 782px) {
  body.admin-bar .main-menu {
    inset: calc(64px + 46px) 0 0 0;
  }
}

/* 8.4 Ajustes extras de HERO em telas menores */
@media (max-width: 768px) {
  .hero {
    min-height: 70vh;
  }

  .hero__content {
    justify-content: center;
    padding: 2rem 1.5rem;
    text-align: center;
  }

  .hero__inner {
    max-width: 100%;
  }

   .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;
  }  

  .bg-bolas {
    display: none;
  }
  .bg-bolas-mobile {
    display: block;
  }

  .bem-vindo {
  width:100vw;
  height:1509px;  
  background: var(--branco);
  padding:0;
}

.bem-vindo-conteudo {
  position:relative;
  width:100%;
  height:100%;
}

.bg-bolas-mobile {
  position:absolute;
  top:0;
  z-index:0;
  width:100%;
    height:auto;
    padding:0;
    margin:0;
}

.box-models {
position: absolute;
display:flex;
flex-direction: column;
width: 95%;
height: 1091px;
top: 35vw;
align-items: center;
justify-content: center;
align-self: center;
justify-self: center;
background: radial-gradient(50% 50% at 50% 50%, #3F3F3F 0%, #272727 100%);
box-shadow: -11px 1px 32.4px 23px rgba(0, 0, 0, 0.25);
border-radius: 120px;
gap:3rem;
}

.circulo-vermelho__conteudo {
    align-items: flex-start;
}

.circulo-vermelho__titulo {
text-align: left;
font-size: 2rem;
left: calc(50% - 285px/2 - 19px);
top: 860px;
}

.circulo-vermelho__botao {
width: 10rem;
}

.box-models {
   height:670px;
   border-radius: 40px;
   top:207vw;
}

.tit-box-models {
    width:80%;
    text-align: center;
}

.bt-model {
    font-size: 24px;
}

.box-models-cores {
    gap:0.5rem;
}

.box-models .botaoVermelho {
    width: 10rem;
}

.sectionTitleWhite {
    position: absolute;
width: 85%;
height: 74px;
left: calc(40% - 241px/2 + 3px);

top:21%;
font-family: 'Prompt';
font-style: normal;
font-weight: 900;
font-size: 2rem;
line-height: 131%;
/* or 37px */
text-transform: uppercase;

color: #FFFFFF;
}

.democratica-versatil {
    background-image: url('/wp-content/uploads/2025/12/bg-girl-bike-mobile.jpg');
    background-size: cover;
    background-position-x: 100%;
    background-repeat: no-repeat;
    height:800px;
    width:100vw;
}

.sectionTitleRed {
    font-size: 50px;
}

.fabricada-no-brasil {
    height:120vh;
}

#fabricadaNoBrasil-conteudo {
    flex-direction: column;
    top:8%;
    justify-content: flex-start;
}

.fabricadaNoBrasil-img-desk {
    width:95%
}

.fabricadaNoBrasil-vantagens {
    width:92%;
    gap:1.6rem;
    height:50%;
    justify-content: flex-start;
    padding-top:3rem;
}

.fabricadaNoBrasil-vantagens .botaoVermelho{
    width:100%;
}

.titVantagens {
  font-size:2rem;
}

.itemVantagem {
    font-size: 0.8rem;
    gap:0.5rem;
}

.iconeVantagem {
    width:10%;
}

.inputs-footer {
    flex-direction: column;
    gap:2.5rem;

}

.conteudo-footer {
    max-width: 90%;
}

.links-footer {
    flex-direction: column;
    gap:1.5rem;
    width:100%;
}

.links-redes-footer {
    gap:3.5rem;
}

.right-footer {
    
    width:80%;
    align-items: center;
}

.info-footer {
    font-size: 12px;
}

.info-contato {
    width:100%;
}

.enviar {
    width:100%;
}

.hero-modelo-content {
  flex-direction: column;
  justify-content: center;
  height:100%;
  
}

.hero-modelo-content1 {
  height:50%;
}

.hero-modelo-content2 {
  padding:4rem 2rem 0rem 2rem;
  height:100%;
  justify-content: center;  
}

.hero-modelo-content-y200 .hero-modelo-content2 {
        padding:0 1rem;
        justify-content: center;
}

.hero-modelo-bt {
          width: 100%;
}

.img-hero-fleek250 {    
    padding: 1rem;
}

.txt-hero {
  font-size: 2rem;
}

.maisVelocidade {
 margin-top:3%;
}

.maisVelocidade-content-y200 .maisVelocidade-content2{
height:40%;
}

.maisVelocidade .hero-modelo-content {
  align-items: flex-start;
  
}

.maisVelocidade .hero-modelo-content1 {
  padding:1.5rem;
  width:100%;
  gap:2rem;
}

.maisVelocidade .subTxt-hero {
  font-size: .9rem;
  width:100%;
}

.maisPraticidadeContent .maisPraticidade-content2 {
  padding:1rem;
}

.cestinhoContent {
  flex-direction: column!important;
}

.cestinhoContent2 {
  margin:0;
}

.maisLeveza-content1 {
  width:100%;
  padding:2rem 0 0 0 ;
}
.maisLeveza-content2 {
  width:100%;
  padding:2rem;
}

.maisLeveza-content1 img {
  width:300px;
  padding:0;
}

.maisLeveza-content2 .subTxt-hero {
  font-size: .9rem;
  width:100%;
} 

.sliderImgsCoresY200 {
  flex-direction: column;
}

.cores-disponiveis {
  width:100%;
}

.swiper-container-cores {
  width:100%;
}

.sliderImgsCoresY200 .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
}

.formSejaRevendedorDesk {
  background: url('/wp-content/uploads/2025/12/bg-yoo-seja-revendedor-mobile.jpg') no-repeat center center;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  background-size: 40vh;
  background-position: center;
  background-repeat: no-repeat;
}

.form-colEsq {
  width:100%;
}

.container-colEsq {
  width:100%;
  padding: 2rem 2rem;
}

.container-colEsq h2 {
  font-size:2.4rem;
}

.form-colDir {
  width:100%;
  padding:2rem;
}

.srForm input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  min-height: 20px;
}

.srForm button {
  width:50%;
}

.srForm-checkbox-group label {
  gap:1rem;
}

.garantiaContent {
  flex-direction: column-reverse;
}

.hero-modelo-content-y200 .hero-modelo-content2 {
  width:100%;
  justify-content: flex-start;
}

.hero-modelo-content2 .subTit-hero {
  font-size: 1.3em;
}

.hero-quem-somos-content {
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
  padding-bottom:10rem;
}

.hero-quem-somos-content .hero-quem-somos-content1 {
  height:50%
}

.hero-quem-somos-content .hero-quem-somos-content2 {
  height:50%
}

.faixa-vermelha {
  font-size: 3em;
  text-align: center;
  line-height: 1em;
}

.txt-hero-sem-complicacoes {
  padding-top:6rem;
}

.semComplicacoes-content2 {
  height:400px;
}

.tradicaoContent1 {
  order:2;
}

.tradicaoContent2 {
  order:1;
}

.txtAssistencia {
  font-size: .9rem;
}

.tradicaoContent1 img {
  margin-bottom: 15%;
}

.hero-faq-content {
  flex-direction: column-reverse;
}

.hero-faq-content2 {
  width: 100%; 
}

.hero-faq-content2 h3 {
  font-size: 1rem;
  padding-top:8rem;
}

.faq-general-container {
  padding: 0;
  height: auto;
  min-height: 0;
}

.faq-tit {
  font-size: 1.2em;
}

.faq-answer, .faq-answer.open {
padding:0;
}

.legislacao {
  position:relative;
  height: auto;
  background-position: top center;
}

.legislacao-tit {
  padding-top:2rem;
}

.legislacao-cards {
  flex-wrap: wrap;
  position: relative;
  padding: 1rem 1rem;
}

.right-footer {
  width:100%;
  text-align: center;
}

.info-contato{
  width:100%;
}

.titContato {
  text-align: center;
}

.menu-footer-columns {
  gap:2rem;
}

.coluna-footer {  
  font-size: .9em;  
}
}

@media (max-width: 480px) {
  .politica-privacidade-conteudo {
    padding: 1rem;
  }
  .politica-privacidade-conteudo h2 {
    font-size: 1.1rem;
  }
}