@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jomhuria&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
   
 
}






p{color: white;}

nav{
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 90px;
}



.logo img{
    width: 170px;
    
    
}

    
    


.localizacao{
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}

.localizacao img{
   
    align-items: center;
    width: 35px;
    display: flex;
    margin-left: 20px;

    
}


   
    


.contato-nunber{
   
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.pesquisa-1{
    background-color: rgb(255, 255, 255);
    width: 800px;
    height: 65px;
    border-radius: 20px;
    display: flex;
    border: none;
    
   
}

.isolacao-tel-loc{
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: auto;
}

   
   



.contato-nunber img{
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    
    

}

.barra-vermelha{
    width: 100%;
    background-color: red;
    height: 6px;
}

section{
    display: flex;
    background-color: black;
    justify-content: space-around;

}

 main{display: flex;
flex-direction: column;
justify-content: center;
align-items: center;}



.icon img{
    width: 40px;
    
}
.icon{
    
    display: flex;
    justify-content: center;
    align-items: center;

}
.icon a{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul{
    
    display: flex;
    
}

li{
    display: flex;
    justify-content: space-between;
}

strong{ color: black;}


 .escrita-2{color: black;}





a{color: white;
text-decoration: none;}

.banner-front img{
    width: 1500px;
    display: flex;
    margin-left: 225px;
}

.carousel-container {
    
    
    width: 1200px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(255, 0, 0, 0.2);
    margin-top: 20PX;
}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Botões de navegação */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover, .next:hover {
    background-color: rgba(255, 0, 0, 0.8);
}

.clase-1{
    height: 50px;
    width: 100%;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    
   
}

.clase-1-imge img{
    
    width: auto;

}

.clase-1 img{width: 400px;
   
    
}



.container-pai-1{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    width: 100vw;
    
}

.container-1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
    height: 900px;
    background: #D1D1D1;
    border-radius: 10px;
    
    
    
    
    
}

.produtos-linha{
    display: flex;
    justify-content: center;
    height: 10PX;

    
    
}


.container-1 img{
    width: 290px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20PX;
}



.banner-container{
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}



.banner-container img{width: 1200px;
border-radius: 20px;
margin-top: 200PX;
}

.container-categoria{
    margin-top:20px ;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categorias-bolas{
    display: flex;
    justify-content: center;
    gap: 50px;
    
    height: 300px;
    width: 1300px;
    
    
}

.bola-1{ 
    
   width: 200px;
   height: 195px;
   border-radius: 50%;
   border: 1px solid #32323278;
   background-color: #D1D1D1;
   display: flex;
   align-items: center;
   justify-content: center;
   
   
   }
   .bola-1 img{ width: 150px;
   }

   .isolacao{
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-family: "Inter", serif;
   }

   .bola-2{ 
    
    width: 200px;
    height: 195px;
    border-radius: 50%;
    border: 1px solid #32323278;
    background-color: #D1D1D1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
   
    
    }

    .escrita-preta{color: black;
    font-weight: 600;
     margin-top: 15px;
    }

   .accesory{
    
    margin-top: 50px;
    margin-left: 9.8%;
}

 /* Contêiner principal */
 .container-pai-acesorrios {
    position: relative;
    width: 80%;
    margin: auto;
    overflow: hidden;
    background: #d3d3d3;
    padding: 20px 0;
    border-radius: 10px;
}

/* Faixa que contém todos os itens */
.container-acessorios {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
    cursor: grab;
}

/* Cada item do carrossel */
.card-acesorio-1 {
    flex: 0 0 250px;
    width: 250px;
    height: 250px;
    background: #999;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

/* Ajustando imagens */
.card-acesorio-1 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Botões de navegação */
.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    z-index: 10;
}

.btn-left {
    left: 10px;
}

.btn-right {
    right: 10px;
}

/* Efeito hover nos botões */
.btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.container-pai-marcas {
    overflow: hidden; /* Esconde as imagens que saem da tela */
    white-space: nowrap;
    position: relative;
    width: 100%;
    background: #f0f0f0;
    padding: 10px 0;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* Criando a animação de rolagem contínua */
@keyframes rolagem {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); } /* Move todo o bloco duplicado */
}

/* Contêiner das marcas */
.marcas {
    display: flex;
    width: 200%; /* O dobro do tamanho real */
    animation: rolagem 50s linear infinite;
    gap: 20px;
}

/* Cada item do carrossel */
.marca-1 {
    flex: 0 0 auto;
    padding: 10px;
    width: 250px;
}

/* Ajustando tamanho das imagens */
.marca-1 img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.container-pai-motos-popular{
    
    height: 515px;
    display: flex;
    justify-content: center;
    align-items: center;
    

    

}

.container-moto{

    border: 2px solid rgb(0, 0, 0);
    width: 1300px;
    height: 500px;
    background-color: #D1D1D1;
    top: 0;
    left: 0;
    width: 1350px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
    pointer-events: none;
   
    
}

.motos-popular{
    margin-left: 190px;
    margin-top: 50px;
}

.img-moto{
width: 450px;
height: 425px;
margin-left: 30px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
background-color: #ADAAAA;
}

.isolacao-2{
    
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.nome-da-moto{
    
    width: 780px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70px;
    font-family: "Jomhuria", serif;
    margin-top: 15px;
    text-decoration: underline 5px red;
    overflow: hidden;
    
   
}

.container-pai-right{
    display: flex;
   
    height: 280px;
    flex-direction: column;
    height: auto;
}

.infor-moto{
    height: 30px;
    
    
    margin-left: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    
    
    
    
}

.escrita-preta-2{
color: black;
margin-left: 10px;
text-transform: uppercase;
font-size: 19px;
font-weight: 700;
font-family: "Inter", serif;
}

.escrita-preta-3{
    color: black;
    font-family: "Inter", serif;
    width: 380px;
    font-size: 15px;
}
   
.infor-moto-escrita{margin-left: 80px;}

.get-more-information{
    
    display: flex;
    height: auto;
    justify-content: end;
    margin-right: 20px;
    margin-top: -50px;
    overflow: hidden;
    height: 50px;
    
}

.get-more-information button{
    width: 120px;
    font-weight: 10px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
    text-transform: uppercase;
    background-color: red;
    border-radius: 10px;
}

.linha-preta{
    border-radius: 10px;
    margin-top: 30px;
    border: 3px solid #000000;
    width: 700px;
    margin-left: 40px;

}
.cilindradas{ 
    width: 100%vh;
   margin-top: px;
    height: 100px;
    display: flex;
    justify-content: center;
    
   

}

.cilindradas-divs{
    display: flex;
    gap: 25px;
    margin-top: 10px;
    
    
}

.cilindradas-1{ 
    width: 120px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: "Inter", serif;
    
}

.cilindradas-2{
   
    width: 150px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: "Inter", serif;
    
}

.cilindradas-3{
    width: 120px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    font-family: "Inter", serif;
    

}

.cilindradas-4{
    
    width: 120px;
    height: 40px;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: "Inter", serif;
    
}

.cilindradas-part-2{
   
   
    height: 100px;
    display: flex;
    justify-content: center;
    font-family: "Inter", serif;
}

.container-do-id{
    position: relative;
    width: 100%;
    height: 500px; /* Mantém altura fixa */
    display: flex;
    justify-content: center;
    align-items: center; /* Garante alinhamento vertical */
    /* Impede que os elementos empurrem o layout */
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

.visible {
    opacity: 1;
}

.info {
    position: absolute;
    width: auto;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: opacity 0.5s ease-in-out;
    text-decoration: none;
    color: black;
    cursor: pointer;
}

.container {
    width: 300px;
    height: 200px;
    position: relative;
    border: 2px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
   
}







.CONTAINER-INSTAGRAM{
margin-top: 40px;

 width: 100%;
height: 800px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;}

.categoria-video img{
    margin-right: 700px;
    
}

.container-filho{

    border-radius: 10px;
   
    width: 1100px;
    height: 600px;
    background-color: #D1D1D1;
    display: flex;
    overflow: hidden;
}

.insta-left{

width: 500px;
height: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
gap: 20px;

}

.container-img-esc{
    
    width: 420px;
    height: 150px;
    display: flex;
    align-items: center;
    overflow: hidden;
   border-radius: 5px;
    background-color:#ADAAAA;
}


.part-left{
    width: 150px;
    height: 149px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.part-right{
    
    width: 230px;
    height: 150px;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
    
}

.insta-right{
   
    
    width: 600px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.logo-instagram{
    background-color: #adabab5d;
    border-radius: 20px;
    width: 500px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;

    
}

.escrita-cor-preta a {
    color: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 25px;
}

.logo-instagram img{
    margin-left: 20px;
    width: 40px;;
    margin-right: 20px;
   
}

.logo-instagram button{
    margin-left: 20px;
    width: 80px;
    height: 30px;
    border: none;
    border-radius: 20px;
    background-color: red;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 700;
    color: white;
}


.main-img{
    width: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
   
}






@media screen and (max-width:1200px){

    nav .pesquisa-1{ 
        width: 600px;
        
    }
    

    .carousel-container{
        width:1000px ;
        margin-top: 25px;
    }

    li{font-size: 14px;

    }

    .icon img{
        width: 30px;
        

    }

    
}


@media screen and (max-width:1000px){

    nav .pesquisa-1{ width: 350px;
        
        
    }

   
    .logo img{
        width : 120px;
       
    }

    li{font-size: 10px;

    }

    .icon img{
        width: 20px;
        

    }

    .carousel-container{
        width:750px ;
        height: 300px;
        margin-top: 25px;
    }
   
}

@media screen and (max-width:750px){

    nav{height: 70px;}

    nav .pesquisa-1{ 
        width: 150px;
        height: 25px;
        border-radius: 7px;
        font-size: 9px;
        
        
        
    }
    .logo img{width: 80px;
       
    }

    .logo{
        
        margin-right: 10px;
    }

    .isolacao-tel-loc img{
        width: 20px;
        justify-content: space-around;
        
    
    }

    .contato-nunber img{
        margin-left: 13px;
    }

    .localizacao a,.contato-nunber {
        font-size: 9px;
        
       

    }

    .banner-container img{
        width: 320px;
        margin-left: 0;
        margin-top: 20px;
        height: 150px;
    }

    .localizacao {
        
        flex-direction: column;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .localizacao img{
        margin-left: 12px;
    }

    .carousel-container{
        width:400px ;
        height: 125px;
        margin-top: 25px;
    }

    


   
   
}


@media screen and (max-width:1348px){

    .container-1{
        width: 1000px;
    }

    .produtos-linha img{
        width: 220px;
    }

    .banner-container img{
        width: 900px;
    }




}


@media screen and (max-width:1045px){

    .container-1{
        width: 750px;
    }

    .produtos-linha img{
        width: 150px;
    }

    .banner-container img{
        width: 650px;
    }




}

@media screen and (max-width:795px){

    .container-1{
        width: 350px;
        height: 580px;
        flex-direction: column; /* Alinha os itens em coluna */
        
     
        
        
        
    }

    .container-1 img{
        width: 290px;
        margin-top: 0px;
        display: flex;
       
       
        
    }

    .produtos-linha img{
        width: 135px;
        
    }

    .produtos-linha{
        
       margin-bottom: 350px;
        flex-wrap: wrap;
        gap: 5px;
        margin-right: 20px;
          }

    .banner-container img{
        width: 320px;
        margin-left: 0;
        margin-top: 20px;
        height: 150px;
    }

    .container-pai-1 {
        
     margin-bottom: 0px;
     width: 380px;
     
        
    }

    .container-pai-right{
        margin-left: 150px;

    }

    .motos-popular{
        margin-left: 0px;
        
    }






    .carousel-container{
        width:350px ;
        height: 125px;
        margin-top: 25px;
    }

    .categorias-bolas{
        width: 380px;
        height: 130px;
        gap: 0px;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
       
    }

    .bola-1{
        width: 75px;
        height: 75px;
        
        
        
    }

    .bola-1 img{
        width: 53px;
        
    }

    .isolacao{
        justify-content: center;
        align-items: center;

    }

    .out{
        display: none;
    }

    .clase-1-imge img{
        width: 300px;
        
       
        
    }

    .clase-1{
        
        height: 30px;
        margin-top: 20px;
    }


    .container-pai-acesorrios{
        width: 380px;
        height: 130px;
    }

    .card-acesorio-1{
        width: 20px;
        height: 120px;
        flex: 0 0 120px;
    }

    .card-acesorio-1 img{
        width: 50px;
    }

    .container-pai-marcas{
        height: 20px;
        margin-top: 0px;
       
    }

    .container-pai-marcas{
        width: px;
        margin-top: 20px;
       
    }

    .container-pai-marcas img{
        width: 70px;
        gap: 0px;
        
    }


    

    .container-moto{
        
        width: 370px;
        height: 200px;
        
    }

    .img-moto{
        width: 120px;
        margin: 0;
      
        height: 120px;
    }

    .img-moto img{
        width: 70px;
        

    }

    .nome-da-moto{
        margin-top: px;
        width: 200px;
        height: 50px;
       
        font-size: 40px;

    }
    

    

     .escrita-preta-2,.infor-moto img{
        width: 20px;
        font-size: 10px;
        margin-bottom: 50px;
       


    }
    .escrita-preta-2{
        margin-top:0px;
        font-size: 9px;
    }

    .escrita-preta-3{
        width: 190px;
        height: 20px;
       
        font-size: 8px;
        margin-left: -60px;
        margin-top:-30px ;

    }

    .escrita-preta{
        font-size: 13px;
    }

    .get-more-information{
        width: 100px;
       
        margin-left: 120px;

    }

    .get-more-information button{
        height: 13px;
        width: 40px;
        font-size: 10px;
    
    }

    .linha-preta{
        margin-right: 550px;
        width: 180px;
        margin-left: 20px;
        height: px;
    }

    .cilindradas{
        width: 50px;
        font-size: 7px;
        margin-bottom: -70px;
        
        
        
    }

    .cilindradas-divs{
       
       
       width: 100px;
       height: 20px;
       margin-left: 60px;
    }

    .cilindradas-part-2{ width: 50px;
        font-size: 7px;
        margin-top: 50px;
        

    }

    .cilindradas-1,.cilindradas-3,.cilindradas-4,.cilindradas-5{
        margin-right: -15px;
    }

    .info{
        
        width: auto;
       
        height: 200px;
        width: 380px;
        
    }

    .isolacao-2{
        display: flex;
        align-items: center;
        
        width: auto;
        
    }

    .container-do-id{
        
        width: 300px;
        height: 200px;
        
    }

    

    .container-pai-right{
       
        width: 240px;
        height: 200px;
        margin-left: 0;
        
    }

    .container-pai-motos-popular{
        margin-top: -157px;
        margin-bottom: -230px;
        
    }

    .container-filho{
        flex-direction: column-reverse;
        width: 370px;
        justify-content: center;
        align-items: center;
        
        
    }


        
        
    

    .insta-right{
        
        width: 430PX;
        height: 80px;
    }
    .logo-instagram{width: 360px;
    margin-top: 20px;}

    .logo-instagram  img{
        width: 30px;
        border-radius: 20px;
    }

    .logo-instagram a{font-size: 15px;}

    .CONTAINER-INSTAGRAM{
        
        height: auto;
        margin-top: 80px;
    }



   

    .main-img{
        
        display: none;
    }

    .container-img-esc{
        width: 350px;
        border: 1px solid;
    }

    

   

   

  
   

   
}


footer {
    background-color: #111;
    color: #fff;
    padding: 40px 20px;
    font-family: Arial, sans-serif;
  }

  footer a {
    color: inherit;
    text-decoration: none;
  }

  .quem-somos {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

 
  

  .logo-bestway img {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
    
  }

  .termos {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .termos li {
    cursor: pointer;
    transition: color 0.3s;
  }

  .termos li:hover {
    color: #ff000d75;
  }

  .conections {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .separacao {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }

  .container-um,
  .container-dois,
  .container-tres {
    flex: 1 1 300px;
    min-width: 250px;
  }

  .container-um h3,
  .container-dois h3,
  .container-tres h3 {
    margin-bottom: 15px;
    color: #d10c0c;
  }

  .escrita-container-1 {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #ccc;
  }

  .redes-sociais {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .instagram {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #222;
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.3s;
  }

  .instagram:hover {
    background-color: #333;
  }

  .instagram img {
    width: 32px;
    height: 32px;
  }

  .contato {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #222;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .contato img {
    width: 30px;
    height: 30px;
  }

  .horizontal {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .espaco {
    margin-top: 10px;
  }

  @media (min-width: 768px) {
    .horizontal {
      flex-direction: row;
      flex-wrap: wrap;
      gap: 20px;
    }

    .redes-sociais {
      flex-direction: row;
      flex-wrap: wrap;
    }
}