*{        
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
    scroll-behavior: smooth;
    transition: all 0.5s,ease; 
}

#page1{
    height: 450vh;
}

#options{
    display: flex;
    text-transform: capitalize;
    list-style: none;
    margin-top: 4%;
    justify-content: space-between;
    padding-left: 8%;
    padding-right: 8%;
}

#options>li>a{
    text-decoration: none;
    color: blue;
}

#options>li>a:hover{
    transition: 0.5s ;
    color: black;
}
body {
     height: 100vh;
}

#videobanner{ 
    width: 100%;
    height: 50vh;
    overflow: hidden;
    margin-top: 5%;
    background-color: rgba(0, 0, 0   , 0.5);
}

/* .car img{
    width: 100%;
    margin-top: 7%;
} */

.icone-text {
    display: flex;
    align-items: center;
    gap: 8px; /* espaço entre o ícone e o texto */
  }
  
  .textsvg {
    font-size: 16px;
    color: #0064B5;
  }

  /* .icone-text a:hover{
    color: #2B7FFF;
    transition: all 0.2s;
  } */


#carrossel {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;     /* Centraliza verticalmente */
    min-height: 100vh;
  }
  
  .slide {
    position: absolute; 
    object-fit: cover;
    opacity: 1;
    transition: opacity 1s ease-in-out;
  }
  
  .slide.ativo {
    opacity: 1;
    z-index: 1;
  }

.banner{
    height: 5vh;
    background-color: #2B7FFF;
    display: flex;
    align-items: center;
    text-align: center;
}

.banner p{
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center;
    margin-left: 40%;
    text-transform: uppercase;
    
}

header{
    display: flex;
    justify-content: space-between;
    margin-top: 2%;
    padding-left: 5%;
    padding-right: 10%;
}

header h4{
color: #0064B5;
font-size:25px;
font-family: Arial, Helvetica, sans-serif;
}

header a {
    text-decoration: none;
}

header input{
    width: 46%;
    height: 3vh;
    border: 1px solid;
    border-radius: 10px;
    padding-left: 2%;
}

#options{
    display: flex;
    text-transform: capitalize;
    list-style: none;
    margin-top: 4%;
    justify-content: space-between;
    padding-left: 8%;
    padding-right: 8%;
}

#options>li>a{
    text-decoration: none;
}

#favorits h1{
    text-align: center;
    margin-top: 8%;
    text-transform: uppercase;
}

#images-row-1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
    
    margin-top: 5%;
   
    width: 100%;
    justify-content: space-around;
}

#products-favorits{
    display: flex;
    flex-direction: row;
    
}

.img1:hover{
  transform: scale(1.45);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease ;
}

.img2:hover{
  transform: scale(1.45);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease ;
}


#images-row-1 img{
    height: 100px;
}

#images-row-1 a{
    height: 100%;
    
}

#emphasis{
    width: 45%;
    height: 60vh;
    margin-top: 15%;
    display: flex; 
    box-shadow: 5px 15px 25px rgba(0,0,0,0.3);
   
}

#emphasis .imaaagem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

#emphasis .info-emphasis {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 100%;

}

.info-emphasis h1 {
    color: #0064B5;
    text-transform: capitalize;
    margin-top: 22%;
}

.info-emphasis h4{
    margin-top: 15%;
}

.info-emphasis a{
    width: 30%;
    height: 5vh;
    background: #4DAFFF;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    text-align: center;
    align-content: center;
    margin-top: 15%;
}

.info-emphasis a:hover{

    background-color: transparent;
    color: #000000;
    transition: all 0.3s ease-in;
}

.info-emphasis p{
    margin-top: 10%;
}

#receive-email{
    width: 100%;
    background-color: #2B7FFF;
    height: 40vh;
    margin-top: 10%;
}

/* #images-row-1-launch img{
    width: 15%;
} */

#images-launch{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

#images-launch img{
    width: 50%;
    margin-top: 20%;
    object-fit: cover;
    justify-content: space-evenly;
    align-items: center;
    justify-content: center;
    margin-left: 20%;
}

#images-launch img:hover{
    transform: scale(1.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transition: all 0.3s ease ;
}

#launch h1{
    text-align: center;
    text-transform: capitalize;
    margin-top: 5%;
}

.launch-img1{
    width: 30%;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}

.launch-img1 img{
    width: 60%;
    margin-top: 10%;
}

.launch-img1>div p{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    line-height: 24px;
    font-family: "Poppins";
    margin-top: 5%;
    margin-left: 8%;
   
}

.launch-img1>div a{
    text-decoration: none;
    padding: 5px 30px;
    background: #2B7FFF;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Poppins";
    margin-left: 18%;
    border: 1px solid;
    border-radius: 10px;
    margin-left: 8%;
}

#flex{
    width: 100%;
    display: flex;
    justify-content: center;
}

.launch-img1>div a:hover{
    background-color: rebeccapurple;
    transition: all 0.4s ease;
}

.launch-img1>div h2{
    margin-left: 8%;
    color: #7e7575b2;
    font-family: "Poppins";
    font-size: 20px;
}

#emphasis img{
    width: 90%;
}

#receive-email h1{
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    color: #e9e2e2;
}

#receive-email h2{
    margin-top: 4%;
    margin-left: 10%;
    font-size: 20px;
    font-weight: 500;
    color: #e9e2e2;
    margin-left: 35%;
}

#receive-email input{
    margin-left: 10%;
    height: 5vh;
    margin-top: 1%;
    border: 1px solid #e9e2e2;
    border-radius: 25px;
    width: 30%;
    background-color: #f0eaea;
    padding-left: 1.5%;
    margin-left:35%;
}

#receive-email button{
    text-transform: capitalize;
    margin-left: -4%;
    padding: 6px 16px;
    border: 1px solid #f0eaea;
    border-radius: 10px;
    background-color: blue;
}


 #best-sellers h1{
    text-transform: capitalize;
    text-align: center;
    margin-top: 5%;
    font-size: 32px;
 }

 #best-sellers-images img{
    width: 50%;
    margin-top: 20%;
    display: flex;
    object-fit: cover;
    justify-content: space-evenly;
    align-items: center;
    justify-content: center;
    margin-left: 20%;
 }



 #best-sellers-images img:hover{
    transform: scale(1.2);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: all 0.3s ease ;
}

 #favorits a>button{
    background-color: #4DAFFF;
    color: white;
    text-transform: uppercase;
    width: 15%;
    height: 5vh;
    font-size: 17px;
    border: none;
    text-align: center;
    border-radius: 2px;
    margin-left: 43%;
    margin-top: 5%;
    border-radius: 15px;
    letter-spacing: 2.5px;
 }

  #favorits a>button:hover{
    background-color: white;
    color: #000000;
    border: 1px solid black;
    transition: all 0.3s ease-in;
  }

  /* Esconde o menu completo por padrão */
.menu-mobile {
    display: none;
  }
  
  /* Checkbox escondido */
  #menu-toggle {
    display: none;
  }
  
  /* Botão do menu */
  .menu-label {
    display: inline-block;
    background-color: #333;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
  }
  
  /* Lista de links escondida por padrão */
  .menu-list {
    display: none;
    margin-top: 10px;
    padding: 0;
    list-style: none;
  }
  
  .menu-list li {
    margin: 8px 0;
  }
  
  .menu-list li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
  }
  
  /* Mostrar o menu quando o checkbox estiver marcado */
  #menu-toggle:checked ~ .menu-list {
    display: block;
  }
  

  .car{
    display: none;
  }

  .car .ativo{
    display: block; 
  }

#carrossel-imagem{
    position: relative;
    width: 100%;
    /*max-width: 1654px;   largura real da imagem */
    height: 550px;       /* altura real da imagem */
    overflow: hidden;
    margin: 0 auto;  
    z-index: 1;
    margin-top: 5%;
}

.slide {
    width: 100%;
    position: absolute;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
  }
  
  .slide.ativo {
    opacity: 1;
  }

  #drop-click2 {
    display: none;
}


  /* Mostrar o menu apenas em telas pequenas */
  @media (max-width: 1024px) {
    .menu-mobile {
      display: block;
    }
  }
 











 @media (max-width: 500px){
    #emphasis{
        width: 400px;
    }
}

#newsletter{
    height: 60vh;
    background-color: #0064B5;
    width: 100%;
    color: white;
    /* display: flex;
    flex-direction: ; */
    padding: 5%;
}


#three-parts{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

#three-parts div{
  width: 30%;
}

#help-you a{
    text-decoration: none;
    color: white;
}

#help-you a>li{
    list-style: none;
}

#socials{
    width: 14% !important;
}



#socials>nav{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#pay{
} 

#name{
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 120px;
    align-items: center ;
}

#drop-click {
     position: relative; list-style: none;}


#dropdown-click{ 
width: 350px;
list-style: none;
padding: 0;
opacity: 1;
color: white;
top: 0px;
right: -350px;
display: flex;
flex-direction: column;
height: 100vh;
z-index: -10;
transition:0.5s ;
background-color: #6badeb;
position: fixed;
}
/*checkbox hidden*/
#check {
position: absolute;
width: 100%;
height:100%;
left: 0;
z-index: 1000;
opacity: 0;
 
}

#X{
    position: relative;
    top: 60px;
    left: 250px;
}

#check:checked~#dropdown-click{
    opacity: 1;
    z-index: 10;
    right: 0; 
}


  #check:checked{
    left: 250px;
    opacity: 0;
    width: 35px;
    height: 35px;
    top: -30px;

  }

  
.icone-car{
  display: flex;
  justify-content: center;
  margin-top: 110%;
}


.text-svg2{
    margin-top: 5%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

#images-launch>a>button{
    background-color: #4DAFFF;
    width: 25%;
    height: 4vh;
    margin-left: 135%;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    margin-top: 8%;
}

#images-launch>a>button:hover{
    background-color: white;
    transition: 0.3s ease;
    border: 1px solid #4DAFFF;
}

#best-sellers-images{
    display: flex;
    width: 30%;

}

#card {
    justify-content: space-between;
}


@media(min-width: 400px) and (max-width: 1024px){
    .banner{
        font-size: 12px;
        width: 100%;
    }

    .banner h4{
        font-size: 1px  ;
    }

    #options {
        display: none;
    }
    #videobanner{
        display: none;
    }
    .banner{
        font-size: 12px;
        width: 100%;
        justify-content: center;
    }

    header h4{
        font-size: 14px  ;
    }

    #options {
        display: none;
    }
    #videobanner{
        display: none;
    }

    #track{
        display: none;
    }

    .icone-text{
        display: none;
    }

    header {
        margin-top: 10px;
    }

    .banner p{
        margin: 0;
    }

    #carrossel{
        margin-top: 10px;
    }

    #carrossel img{
        height: 20vh;
    }
     
    #dropdown-click {
        width: 250px;
        list-style: none;
        padding: 0;
        opacity: 1;
        color: white;
        top: 0px;
        right: -250px;
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: space-between;
        z-index: -10;
        transition: 0.5s;
        background-color: #b2b2b2;
        position: fixed;
    }

    /*checkbox hidden*/
    #check {
        position: absolute;
        width: 35px;
        height: 35px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        opacity: 0;
    }

    #X {
        position: relative;
        top: 100px;
        left: 25px;
    }

    #check:checked~#dropdown-click {
        opacity: 1;
        z-index: 10;
        right: 0;
    }


    #check:checked {
        left: 0px;
        opacity: 0;
        width: 35px;
        height: 35px;
        top: -30px;

    }

    #dropdown-click {
        width: 250px;
        list-style: none;
        padding: 0;
        opacity: 1;
        color: white;
        top: 0px;
        right: -250px;
        display: flex;
        flex-direction: column;
        height: 100vh;
        justify-content: space-between;
        z-index: -10;
        transition: 0.5s;
        background-color: #b2b2b2;
        position: fixed;
    }

    /*checkbox hidden*/
    #check {
        position: absolute;
        width: 35px;
        height: 35px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        opacity: 0;
    }

    #X {
        position: relative;
        top: 60px;
        left: 250px;
    }

    #check:checked~#dropdown-click {
        opacity: 1;
        z-index: 10;
        right: 0;
    }


    #check:checked {
        left: 30px;
        opacity: 1;
        width: 35px;
        height: 30px;
        top: 20px;

    }

    #images-row-1>a>img{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    #drop-click2 {
        position: fixed;
        list-style: none;
        display: block;
        /* position: relative; */
    }

    #dropdown-click2 {
        position: absolute;
        width: 350px;
        list-style: none;
        padding: 0;
        opacity: 0;
        color: white;
        display: flex;
        flex-direction: column;
        height: 100vh;
        top: -60px;
        margin-top: 3px;
        justify-content: space-between;
        z-index: 10;
        left: -80px;
        transition: 0.5s;
        background-color: #ffffff;
    }

    /*checkbox hidden*/
    #check2 {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 5px;
        left: 0;
        z-index: 10000;
        opacity: 0;

    }

    #check2:checked~#dropdown-click2 {
        opacity: 1;
        z-index: 10;
        left: -20px;
    }


    #check2:checked {
        opacity: 0;
        width: 43px;
        height: 50px;
        top: -20px;
    }

    #color {
        height: 20vh;
        background-color: #0064B5;
        padding-bottom: 6%;
        margin-top: -15%;
    }

    #drop-click svg {
        width: 20px;
        height: 20px;
        margin-left: 50%;
        font-weight: bold;

    }

    #dropdown-click2 li>a {
        color: #4DAFFF;
        margin-left: 5%;
        font-size: 20px;
    }

    #typehere {
        margin-top: 15%;
        margin-left: 20%;
        width: 60%;
    }

    #color h1 {
        text-align: center;
        font-size: 10px;

    }


}