*{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    background-color: #1A1A1A;
}

.container{
    margin: 0 10rem;
}

/*HEADER*/

.frame{
    font-size: .7rem;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #6C3EBE;
    text-align: center;
    padding:.5rem;
}
.deal{
    font-size: .7rem;;
    color: #3CD3FF;
    background: none;
    border: 0;
    border-radius: .3rem;
    padding:.1rem .2rem;
}
.coupon{
    font-size: .7rem;
    font-style: italic;
    font-weight: 400;
    background: none;
}

.searchMenu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.searchMenu > img{
    max-width: 13rem;
    margin-left: -2rem;
}
#searchForm{
    display: flex;
    flex-direction: row;
    border: .1rem solid #F2F2F2;
    border-radius: .8rem;
    padding: .1rem 1rem .1rem 1.3rem;
    margin: .95rem 14rem 1.2rem 3rem;
}
#searchButton{
    background-color: #1A1A1A;
    border: 0;
    padding-top: .2rem;
    cursor: pointer;
}
#searchBar{
    width: 25.1rem;
    height: 2.2rem;
    border: 0;
    color: #F2F2F2;
    font-weight: 600;
}
#user{
    padding-right: .44rem;
}
.searchMenu > p{
    font-size: .7rem;
    font-weight: 600;
    line-height: .7rem;
    color: #F2F2F2;
    margin-right: 2rem;
}

/*NAVIGATION MENU*/

nav > ul{
    margin: 2rem 0 2rem 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;    
    color: #3CD3FF;
}
ul > .title{
    font-weight: 700;
}
nav > ul> li{
    font-size: .77rem;
    font-weight: 400;
    color: #3CD3FF;
}
li > i{
    margin-right: .5rem;
}
/*BANNER*/

.banner{
    background-color: #1A1A1A;
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    margin-bottom: 1.77rem;
}
.banner > img{
    width: 100%;
}
.bannerContainer{
     position: absolute;
     left: 28rem;
     top: 11rem;
     background: none;
}
h1{
    font-size: 4rem;
    font-weight: 700;
    line-height: 100%;
    margin-top: 8rem;
    font-family: 'Orbitron';
    background: none;
    color: #F2F2F2;
}
#thin{
    font-size: 4rem;
    font-weight: 300;
    line-height: 100%;
    font-family: 'Orbitron';
    background: none;
    color: #F2F2F2;
}
.bannerContainer > p{
    font-size: 1.385rem;
    font-weight: 700;
    line-height: 100%;
    color: #3CD3FF;
    text-transform: uppercase;
    text-align: center;
    background: none;
    font-family: 'Orbitron';
}
#items{
    font-size: 1rem;
    font-weight: 700;
    line-height: 100%;
    padding-top: .66rem;
    letter-spacing: .38rem;
    font-family: 'Orbitron';
}
#coupon{
    font-size: 2.2rem;
    padding: 1rem;
    font-family: 'Orbitron';
}

/*PRODUCTS*/

.cardsTitle{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3.55rem 0 1.05rem 0;
    color: #6C3EBE;
}
.cardsTitle > #titleLarge{
    font-weight: 700;
    font-size: 1.11rem;
}    
.cardsTitle > p{
    font-weight: 700;
    font-size: .77rem;
    cursor: pointer;
}
.cardsContainer{
    margin: 0 9rem 0 9rem;
    width: 12.22rem;
    padding: 0 0 2.77rem 0;
    display: flex;
    flex-direction: row;
    gap: .94rem;
}
.card-track {
    display: flex;
    flex-direction: row;
    gap: 0.94rem;
    overflow-x: scroll; 
    scroll-behavior: smooth; 
    -ms-overflow-style: none; 
    scrollbar-width: none; 
}
.card-track::-webkit-scrollbar {
    display: none;
}
.cards {
    display: flex; 
    align-items: center; 
    gap: 0.94rem;
    padding: 0 0 2.77rem 0;
    overflow: hidden; 
}
.card{
    border: .05rem solid #DDDDDD;
    border-radius: .55rem;
    padding: .33rem;
    position: relative;
}
.card > img{
    width: 11.33rem;
    height: 11.33rem;
}
.newIcon{
    position: absolute;
    top: .3rem;
    left: .3rem;
    background: transparent;
}
.newIcon img {
  width: 3rem;
  height: auto;
  background: transparent;
}
.arrowLeft{
    background: transparent;
}
.carousel-slide{
    display: flex;
    flex-direction: row;
    gap: .94rem;
}
#carrousel1arrowLeft{
    background: transparent !important;
    border: none;
    box-shadow: none;
    cursor: pointer;
    margin-right: -2rem;
    z-index: 1000;
    display: block;
}
#carrousel1arrowLeft:hover{
    transform: translateY(-.2rem);
}
.arrowRight{
    background: transparent;
}
#carrousel1arrowRight{
    background: transparent !important;
    cursor: pointer;
    margin-left: -2rem;
    z-index: 1000;
    display: block;
}
#carrousel1arrowRight:hover{
    transform: translateY(-.2rem);
}
#carrousel2arrowRight{
    cursor: pointer;
    margin-left: -2rem;
    z-index: 1000;
    background: transparent;
}
#carrousel2arrowLeft{
    cursor: pointer;
    margin-right: -2rem;
    z-index: 1000;
    background: transparent;
}
.card > h3{
    font-weight: 400;
    font-size: .77rem;
    text-transform: capitalize;
    width: 11.33rem;
    height: 2.16rem;
    text-align: center;
    color: #F2F2F2;
}
.card > p{
    font-size: .77rem;
    color: #F2F2F2;
}
/* Navbar geral */
.navbar {
  font-size: .77rem;
}

/* UL principal da navbar */
.navbar > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;           /* Só o menu principal é flex */
  background-color: transparent;
}

/* Cada item da navbar */
.navbar li {
  position: relative;      /* Necessário para o submenu ficar posicionado */
}

/* Botões principais da navbar */
.navbar a,
.dropbtn {
  display: inline-block;
  font-size: .77rem;
  padding: 1rem;
  color: #3CD3FF;
  text-decoration: none;
  background: #1A1A1A;
  border: none;
  cursor: pointer;
}

/* Hover dos botões */
.dropbtn:hover {
  background: #333;
  color: #6C3EBE;
}

/* Submenu (dropdown) escondido por padrão */
.dropdown-content {
  display: none;            /* Escondido inicialmente */
  position: absolute;
  top: 100%;                /* Logo abaixo do botão */
  left: 0;
  background: #1A1A1A;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.5);
  z-index: 1000;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Mostrar submenu apenas quando passar o mouse */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Estilo dos links dentro do submenu */
.dropdown-content li a {
  display: block;
  padding: 0.75rem 1rem;
  color: #3CD3FF;
  text-decoration: none;
}

/* Hover dentro do submenu */
.dropdown-content li a:hover {
  background: #333;
  color: #6C3EBE;
}
.dropdown-content {
  display: block;              /* mantém o elemento no fluxo */
  opacity: 0;                  /* começa invisível */
  visibility: hidden;          /* evita clique quando invisível */
  transform: translateY(-10px);/* começa um pouco acima */
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1A1A1A;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.5);
  z-index: 1000;
}

/* Links dentro do dropdown */
.dropdown-content li a {
  padding: 0.75rem 1rem;
  display: block;
  color: #3CD3FF;
}

.dropdown-content li a:hover {
  background: #333;
  color: #6C3EBE;
}

/* Quando o mouse passa, ativa a transição */
.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); /* volta para posição original */
}
.prices{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #F2F2F2;
}
.price{
    display: flex;
    flex-direction: column;
    margin: .22rem 0 .22rem 0;
    color: #F2F2F2;
}
.oldPrice{
    text-decoration: line-through;
    font-size: .66rem;
    font-weight: 400;
    color: #F2F2F2;
}
.newPrice{
    font-size: .88rem;
    font-weight: 700;
    color: #F2F2F2;
}
.discountButton{
    background-color: #3CD3FF;
    color: #F2F2F2;
    font-size: .61rem;
    font-weight: 700;
    line-height: .66rem;
    text-decoration: underline;
    width: 3.55rem;
    height: 1.11rem;
    border: 0;
    border-radius: .22rem;
    padding: .22rem .44rem;
    margin-left: .44rem;
    cursor: pointer;
    color: #F2F2F2;
}
.financing{
    font-size: .66rem;
    font-weight: 400;
    color: #F2F2F2;
}
.financingBold{
    font-size: .66rem;
    font-weight: 700;
    color: #F2F2F2;
}
.shopButton{
    background-color: #6C3EBE;
    color: #FFFFFF;
    width: 11.33rem;
    height: 2.22rem;
    border: 0;
    border-radius:.44rem;
    margin-top: .88rem;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.11rem;
    cursor: pointer;
}  
.shopButton:hover{
    background-color:#3CD3FF;
    transform: translateY(-.2rem);
} 

/*MAIN
-POST 01*/

.post{
    display: flex;
    flex-direction: row;
    padding: 2.55rem 10rem 0 10rem;
}
.post > img{
    width: 35rem;
}
.text{
    padding: 5.86rem 0 5.86rem 2rem;
}
.text > h3{
    font-family: 'Orbitron';
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4rem;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    color: #3CD3FF;

}
.text > p{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: .8rem;
    line-height: 1.4rem;
    letter-spacing: 0.05rem;
    margin-top: 1.22rem;
    color: #F2F2F2;
}

/*POST 02*/
.post-02{
    display: flex;
    flex-direction: row;
    padding: 2.27rem 12rem 2.77rem 12rem;
    background-color: #6C3EBE;
    margin: 3rem 0 2.55rem 0;
}
.post-02 > .list{
    padding: 6.75rem 2.72rem 5rem 0;
    height: 40.45rem;  
    background: transparent;
}
.list h3{
    font-family: 'Orbitron';
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4rem;
    letter-spacing: 0.04rem;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    color: #3CD3FF;
}
.list > ul{
    background: transparent;
}
.list > ul > li{
    list-style-type: none;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: .78rem;
    line-height: 1.4rem;
    letter-spacing: 0.05rem;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    background: transparent;
}
li > img{
    width:5rem;
    height:5rem; 
    margin-right: 1.11rem;
    background: transparent;
}
.post-02 > .list > ul > li{
    color: #F2F2F2;
    background: transparent;
}
.post-02 > img{
    width: 36.22rem;
    height: 40.45rem;
}

/*CONTACT*/

.contact{
    background-image: url(images/banner3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 36.66rem;
    padding-top: 15.5rem;
    margin-top: .78rem;
}
.contact > h3{
    color: #F2F2F2;
    font-family: 'Orbitron';
    font-weight: 400;
    font-size: 2.5rem;
    margin: 2rem;
    line-height: 3rem;
    text-align: center;
    vertical-align: middle;
    background: none;
}
/*NEWSLETTER
- TITLE*/
h4{
    font-weight: 700;
    font-size: 1.11rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-align: center;
    margin-top: 3.55rem;
    color: #F2F2F2;
}
h4 > #blue{
    color: #3CD3FF;
    font-weight: 700;
    font-size: 1.11rem;
    line-height: 1rem;
    letter-spacing: 0;
    text-align: center;
}
/*FORM BOX*/
#newsletter{
    background-color: #6C3EBE;
    margin: 1.33rem 0 2.22rem 0;
    display: flex;
    align-items: center;
    padding: 3.55rem 6.38rem 3.55rem 6.38rem;
    border: 0;
    border-radius: .44rem;
}
input[type="text"] {
    border: .05rem solid #F2F2F2;
    border-radius: .44rem;
    padding: .83rem 0 .85rem 1.33rem;
    margin-right: 1.33rem;
    outline: #F2F2F2;
    background: none;
}
input[type="checkbox"] {
    width: .88rem;
    height: .88rem;
    border: .05rem solid #F2F2F2;
    border-radius: .22rem;
    border-width: .05rem;
}
.checkbox{
    background: none;
}
.checkbox > h5{
    font-size: .66rem;
    font-weight: 700;
    color: #F2F2F2;
    display: inline;
    margin:.88rem 1.33rem .88rem .44rem;
    background: none;
}
h5 > #politics{
    font-size: .66rem;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    background: none;
}
.baseButton {
    background-color: #3CD3FF;
    color: #FFFFFF;
    border: 0;
    border-radius:.44rem;
    padding: .77rem 1.33rem;
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.11rem;
}
/*FOOTER*/

.media{
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 6.11rem;
    padding: 2.55rem 10rem 3.55rem 13rem;
}
.logoMedia{
    padding: 3.55rem 0 0 1.77rem;
}
.logoMedia > img{
    width: 13rem;
    margin-left: -1rem;
}
.media > ul{
    list-style: none;
}
.media > ul > li > h4{
    font-weight: 700;
    font-size: .77rem;
    line-height: 1rem;
    text-align: start;    
    padding-bottom: .61rem;
    color: #F2F2F2;
}
.media > ul > li{
    font-weight: 400;
    font-size: .77rem;
    line-height: 1.5rem;
    color: #F5F5F5;
}
.bold{
    font-weight: 700;
    font-size: .77rem;
    line-height: 1rem;
}
.media > ul > li > h5{
    font-weight: 400;
    font-size: .66rem;
    line-height: 1.22rem;
}
.logos{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 10.77rem;
    align-items: center;
    margin-top: 2.22rem;
    color: #3CD3FF;
}
.payments{
    background: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 25rem 2.55rem 25rem;
    color: #F2F2F2;
}

/*COPYRIGHT*/
.copyright{
    background-color: #3CD3FF;
    color: #F2F2F2;
}

#rights > p{
    text-align: center;
    font-weight: 400;
    font-size: .66rem;
    line-height: 1.11rem;
    padding: 2.22rem 12rem; 
}
#partners{
    text-align: center;
    padding: 0 33.5rem 3.5rem 33.5rem; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#logo{
    width: 3rem;
}

/*---------------------------------TELA MOBILE ----------------------------------------------------------------------*/

@media (max-width: 400px){

    *{
        margin: 0;
        padding: 0;
    }
    
    .container{
        margin: 0 1.2rem;
    }
    .hide{
        display: none;
    }
    
    /*HEADER*/
    
    .frame{
        height: 2.44rem;
        padding: .22rem 2rem .22rem 2rem;
        text-align: center;
        background-size: cover;
    }
    .searchMenu{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 1.24rem;
    }
    #searchBar{
        font-size: .77rem;
        margin: .2rem 0 0 -1rem;
    }
    #searchForm{
        width: 20.05rem;
        padding: .1rem 1rem .1rem 1.3rem;
        margin: 1.52rem 0 0 0;
        align-items: center;
    }
    #user{
        display: none;
    }
    nav > ul > li{
        display:none;
    }
    #cart{
        display: none;
    }
    .searchMenu > p{
        display: none;
    }

    /*BANNER*/

    .banner{
        background-image: url(./images/banner4.jpg);
        background-size: cover;
        height: 17rem;
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
        position: relative;
    }
    .banner > img{
        height: 17rem;
        position: relative;
        right: .5rem;
   }
    .bannerContainer{
        padding: 3.94rem .5rem 3.94rem 11rem;
        height: 17rem;
        display: flex;
        margin-right: 0;
        left: 0;
    }
    h1{
        font-size: 1.6rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: -17.5rem;
        left: 7.5rem;
    }
    #thin{
        font-size: 2rem;
    }
    #items{
        font-size: .66rem;
        letter-spacing: 0;
        margin-left: .8rem;
        width: 7.72rem;
        display: none;
    }
    #coupon{
        font-size: 1.77rem;
        padding: 1rem;
        display: none;
    }

    /*PRODUCTS*/

    .cardsTitle{
        padding: 3.11rem 0 1.05rem 0;
    }
    .cardsTitle > #titleLarge{
        font-size: .77rem;
        text-decoration: none;
    }    
    .cardsTitle > p{
        font-size: .5rem;
        text-decoration: underline;
    }
    .cardsContainer{
        margin: 0 1rem 0 1rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width:auto;
        padding-bottom: 0;
        gap: .55rem;
    }
    .card > img{
        width: 8.77rem;
        height: 8.77rem;
    }
    .financing > p{
        font-size: .4rem;
    }
    #newIcon{
        position: absolute;
        top: .44rem;
        left: .44rem;
    }
    .card > h3{
        font-weight: 700;
        font-size: .66rem;
        text-transform: capitalize;
        width: 8.77rem;
        height: 2.16rem;
        line-height: 100%;
        text-align: center;
    }
    .prices{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: .66rem;
    }
    .shopButton{
        background-color: #6C3EBE;
        color: #FFFFFF;
        width: 8.77rem;
        height: 2.22rem;
        border: 0;
        border-radius:.44rem;
        margin-top: .44rem;
    }   
        /*MAIN
    -POST 01*/

    .post{
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .post > img{
        width: 0rem;
    }
    .text{
        padding: 2.11rem 1.33rem 0 1.33rem;        
        margin: 0;
    }
    .text > h3{
        font-family: 'Orbitron';
        font-weight: 700;
        font-size: 1.33rem;
    }
    .text > p{
        font-family: 'Poppins';
        font-weight: 400;
        font-size: .7rem;
        margin-top: 1rem;
    }

    /*POST 02*/

    .post-02{
        display: flex;
        flex-direction: column-reverse;
        padding: 1.5rem 1.22rem 0 1.22rem;
        margin: 0;
        width: 100%;
        height:auto;
        background-color: #6C3EBE;
    }
    .post-02 > .list{
        padding: 0;
        height:auto;
    }
    .post-02 > img{
        max-width: 100%;
        height: auto;
    }
    .list h3{
        font-family: 'Orbitron';
        font-size: 1.11rem;
        padding: 1.16rem 1rem 0 1rem;
    }
    .list > ul > li{
        list-style-type: none;
        font-family: 'Poppins';
        font-weight: 400;
        font-size: .78rem;
        line-height: 1.4rem;
        letter-spacing: 0.05rem;
        display: flex;
        align-items: center;
        margin: 2rem 0 1.55rem 0;
    }
    li > img{
        width:3.33rem;
        height:3.33rem; 
        margin-right: .77rem;
    }

    /*CONTACT*/

    .contact{
        background-image: url(images/banner3.jpg);
        background-repeat: no-repeat;
        margin-top: 0; 
        background-size: cover;
        height: 24.94rem;
        padding-top: 8rem;
    }
    .contact > h3{
        color: #F2F2F2;
        background-color: #1a1a1a;
        padding: 1rem;
        font-family: 'Orbitron';
        font-weight: 600;
        font-size: 1.5rem;
        margin-top: -4rem;
        margin: 0;
    }
    /*NEWSLETTER
    - TITLE*/
    h4{
        font-size: .88rem;
        text-align: center;
        margin-top: 3.38rem;
    }
    h4 > #blue{
        color: #3cd3ff;
        font-size: .88rem;
        text-align: center;
        margin-top: 3.38rem;
    }
    /*FORM BOX*/
    #newsletter{
        background-color: #6C3EBE;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2.11rem .88rem;
    }
    input[type="text"] {
        width: 16rem;
        height: 2.66rem;
        margin: 0 .88rem .88rem .88rem;
        outline: none;
    }
    .checkbox {
        display: flex;
        flex-direction: row;
        border: none;
        padding: .88rem 1rem;
    }
    input[type="checkbox"] {
        margin-right: .44rem;
    }
    .checkbox > h5{
        font-size: .66rem;
        font-weight: 700;
        color: #656565;
        margin: 0;
    }
    h5 > #politics{
        font-size: .66rem;
        font-weight: 700;
        text-decoration: underline;
        cursor: pointer;
    }
    .baseButton {
        background-color: #3cd3ff;
        color: #FFFFFF;
        width: 16rem;
    }
    .baseButton:hover{
        background-color: #3cd3ff;
    }
    /*FOOTER*/
    footer{
        background-color:#1A1A1A;
    }
    .media{
        background-color: #1A1A1A;
        display: flex;
        flex-direction: column;
        padding: 0 6rem 1rem 9rem;
        margin-left: 1rem;
        gap: 1rem;
        align-self: center;
    }
    .logoMedia{
        padding: 0;
        align-self: center;
    }
    .media > ul{
        list-style: none;
        padding-top: -30rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        background: transparent;
    }
    .media > ul > li > h4{
        font-weight: 700;
        font-size: .5rem;
        text-align: center;  
        padding: 0;
        margin-top: 1rem;
    }
    .media > ul > li{
        font-weight: 400;
        font-size: .5rem;
        line-height: 1rem;
        text-align: center;
    }
    .bold{
        font-weight: 700;
        font-size: .5rem;
        line-height: 1rem;
    }
    .media > ul > li > h5{
        font-weight: 400;
        font-size: .5rem;
        line-height: 1rem;
    }
    .logos{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 2.22rem;
    }
    .payments{
        background-color: #1A1A1A;
        display: grid;
        grid-template-columns: repeat(9,1fr);
        grid-template-rows: repeat(3,1fr);
        justify-content: center;
        padding: 2.66rem 2.8rem;
    }
    #item1{
        grid-area: 1/1;
    }
    #item2{
        grid-area: 1/3;
    }
    #item3{
        grid-area: 1/5;
    }
    #item4{
        grid-area: 1/7;
    }
    #item5{
        grid-area: 1/9;
    }
    #item6{
        grid-area: 3/2;
    }
    #item7{
        grid-area: 3/4;
    }
    #item8{
        grid-area: 3/6;
    }
    #item9{
        grid-area: 3/8;
    }
    /*COPYRIGHT*/

    #rights > p{
        text-align: center;
        font-weight: 400;
        font-size: .66rem;
        line-height: 1.11rem;
        padding: 2.22rem .88rem; 
    }
    #partners{
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 .88rem .85rem .88rem;
}