@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Inder&family=Inika:wght@400;700&family=MuseoModerno:ital,wght@0,100..900;1,100..900&family=Questrial&display=swap');


*
{
    margin: 0px;
    font-family: "Inder", sans-serif;
}

body
{
   background-color: #C0EAB2;
    height: 100vh;

}

#menu
{
    width: 100%;
    height: 13%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
}

#headerA
{
    max-width: 30%;
    
}

.aHeader
{
    width: 10vh;
    height: 10vh;
}
#logo1
{
    max-width: 95%;
}
#menuorg1
{
    height: 100%;
    width: 40%;   
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inder", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.menusvg1
{
    fill: #6DEB3B;
    height: 40%;
   margin-right: 1vw;
   margin-left: 2vw;
}


.menusvg2
{
    fill: #808080;
    height: 2.6vw;
   margin-right: 1vw;
   margin-left: 2vw;
}

#logo1
{
    margin-right: 1vw;
    
}

#menuorg2
{
    height: 100%;
    width: 40%;   
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inder", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#header1
{
    height: 40vh;
    background-color: #fff;
    width: 100%;
    border: 1px solid rgb(199, 199, 199);
  
    
}

#divipt1
{
    display: flex;
    justify-content: center;
}

#ipt1
{
    width: 80%;
    height: 15%;
    margin-top: 4vh;
    border-radius: 40px;
    font-size: 36px;
    text-align: center;
   
}

#filtros2
{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-top: 5vh;
    height: 60%;
    
}

.img1
{
    width: 50%;
}

.divimg1
{
    display: flex;
   align-items: center;
    flex-direction: column;
}

.gambiarra
{
   margin-top: -3vh;
}


#produtos
{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   grid-row: 1fr 1fr  1fr;
   gap: 5vh;
   margin-top: 10vh;
   margin-bottom: 10vh;

}

.org1
{
    position: relative;
    justify-items: center;
}

.ProdutoIMG
{
    border-radius: 40px;
    width: 15vw;
    height: 15vw;
    object-fit: cover;
    position: relative;
    
   
}



.bordaN
{
    width: 15vw;
    height: 15vw;
    border-radius: 40px;
    background-color: #FF0000;
    margin-bottom: -12vw;
    position: relative;
    z-index: -99;
    display: flex;
    justify-content: center;
    
    
}

.bordaS
{
    width: 15vw;
    height: 15vw;
    border-radius: 40px;
    background-color: #267cfd;
    margin-bottom: -12vw;
    position: relative;
    z-index: -99;
    display: flex;
    justify-content: center;
    
    
}

.bordaO
{
    width: 15vw;
    height: 15vw;
    border-radius: 40px;
    background-color: #fff;
    margin-bottom: -12vw;
    position: relative;
    z-index: -99;
    display: flex;
    justify-content: center;
    
    
}

.bordaR
{
    width: 15vw;
    height: 15vw;
    border-radius: 40px;
    background-color: #000000;
    margin-bottom: -12vw;
    position: relative;
    z-index: -99;
    display: flex;
    justify-content: center;
    
    
}


.ProdutoIcon
{
    width: 4vw;
    height: 4vw;
}
.rotulos
{
    background-color: #fff;
    width: 15vw;
    height: 12vw;
    margin-top: -4vw;
    border-radius: 15px;
}

.TituloRotulo
{
    padding-top: 4.5vw;
    text-align: center;
    font-size: 18px;
}

.PreçoRotulo
{
    padding-top: 20px;
    text-align: center;
    font-size: 17px;
}

.RotuloRotulo
{
    margin-left:5px;
    padding-top: 1.3vw;
    display: flex;
    align-items: center;
    font-size: 12px;
    
}

.gamepadrotulo
{

    width: 15%;
}

.assinaturarotulo
{

    width: 10%;
}

.dinheirorotulo
{

    width: 10%;
}


.linkcomprar:hover .ProdutoIMG
{
    border-radius: 80px;
    width: 18vw;
    height: 18vw;
    object-fit: cover;
    transition: 1s;
    position: relative;
   
     
}

.gameplay
{
    width: 0vw;
    height: 0vw;
    object-fit: cover;
    border-radius: 80px;
   opacity: 0;
    position: absolute;
    z-index: 10;
    
}

.linkcomprar:hover .gameplay
{
    border-radius: 80px;
    width: 18vw;
    height: 18vw;
    object-fit: cover;
    transition: 1s;
    transition-delay:0.5s ;
    position: absolute;
    left: 6.7vw;
    bottom: 8.2vw;
    opacity: 1;
}




#divisor
{
    width: 100%;
    height: 9%;
    background-color: #000;   
    display: flex;
    justify-content: center;
}

#logo2
{
    height: 85%;
}

footer
{
    width: 100%;
    height: 23%;
    background-color: #2C2C2C;
    display: grid;
    color: #fff;
    margin-bottom: 1vw;
    text-align: right;
    position: relative;
}

#footerorg1
{
    justify-self: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 3fr 1fr;   
    margin-top: 3vh;
    text-align: center;
     gap: 3vh;
   
}

.footerorg2
{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
   
   
}

.footertxt1
{
    display: block;
    text-align: center;
    margin-bottom: 1vw;
    font-size: 23px;
    text-decoration: none;
    color: #fff;
}

.footertxt2
{
    display: block;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
}

.footertxt3
{
    grid-area: 2/1/2/4;
    font-size: 10px;
    margin-top: 1vh;
    text-decoration: none;
    color: #fff;
}

#footertxt4
{
   max-width: 10%;
   font-size: 12px;
   position: absolute;
   left: 90%;
   top: 70%;
   text-decoration: none;
    color: #fff;
}

@media screen and (max-width: 550px) 
{

 #txt1 {
        font-size: 60px;
        margin-top: 15px;
    }

      #menu {
        flex-direction: column;
        height: auto;
        padding: 2vw 0;
    }
    #menuorg1, #menuorg2 {
        width: 100%;
       justify-content: space-between;
        font-size: 3vw;
    }
    #logo1 {
        max-width: 40vw;
        margin-right: 2vw;
    }
    .menusvg1, .menusvg2 {
        height: 6vw;
        margin-left: 2vw;
    }
    .headertxt2 {
        font-size: 4vw;
    }
    #divvideo {
        height: 20vh;
    }
    #videoclipes {
        width: 100vw;
        height: auto;
       
    }
    #divpromocao {
        height: 12vh;
    }
    #divtxt1 {
        font-size: 5vw;
        padding-top: 2vw;
    }
    #tempo {
        font-size: 4vw;
        padding-top: 1vw;
    }
    .carousel-container {
        width: 100vw;
        height: auto;
       padding: 2vw 0;
 
    }

    .org1 {
    
        margin: 0 6vw;
    }
    .ProdutoIMG{
        width: 60vw !important;
        height: 60vw !important;
        border-radius: 20px !important;
    }

    .bordaN, .bordaS, .bordaO, .bordaR {
        width: 60vw !important;
        height: 10vh !important;
        border-radius: 20px !important;
        margin-bottom: -10vw !important;
        margin-top: 5vh;
    }

    .ProdutoIcon {
        width: 10vw;
        height: 10vw;
    }
    .rotulos {
        width: 60vw ;
        margin-top: -8vw;
        height: 35vw ;
        font-size: 4vw;
    }
    .TituloRotulo {
        font-size: 4vw;
        padding-top: 6vw;
    }

     .PreçoRotulo, .NewPreçoRotulo {
        font-size: 4vw;
        padding-top: 2vw;
    }
    .RotuloRotulo {
        font-size: 3vw;
        margin-left: 2vw;
    }
    .gamepadrotulo, .assinaturarotulo, .dinheirorotulo   {
        margin-right: 1vw;
    }


   #orgfiltros {
        width: 0%;
        display: none;
       
    }

    #pagina {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        padding-bottom: 5vh;
    }

    .org1 {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #produtos {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(6, auto);
        gap: 5vh;
        padding-left: 0;
 }

      #divisor {
        height: 6vh;
    }
    #logo2 {
        height: 60%;
    }
    footer {
        height: auto;
        font-size: 3vw;
        text-align: center;
        margin-bottom: 2vw;
    }
    #footerorg1 {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, auto) 1fr;
        gap: 2vw;
    }
    .footertxt1 {
        font-size: 5vw;
        margin-bottom: 2vw;
    }
    .footertxt2 {
        font-size: 3.5vw;
    }
    .footertxt3 {
        font-size: 2.5vw;
        grid-area: 4/1/5/2;
        margin-top: 2vw;
    }
    #footertxt4 {
        position: static;
        max-width: 100%;
        font-size: 3vw;
        left: unset;
        top: unset;
        margin-top: 2vw;
        text-align: center;

}

    #produtos
    {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row: 1fr 1fr  1fr;
        gap: 5vh;
        margin-top: 10vh;
        margin-bottom: 10vh;
    
    }

    .linkcomprar:hover .ProdutoIMG
    {
        border-radius: 80px;
        width: 30vw;
        height: 30vw;
        object-fit: cover;
        transition: 1s;
        position: relative;
       
         
    }
    
    .gameplay
    {
        width: 0vw;
        height: 0vw;
        object-fit: cover;
        border-radius: 80px;
       opacity: 0;
        position: absolute;
        z-index: 10;
        
    }
    
    .linkcomprar:hover .gameplay
    {
        border-radius: 80px;
        width: 30vw;
        height: 30vw;
        object-fit: cover;
        transition: 1s;
        transition-delay:0.5s ;
        position: absolute;
        left: 11.2vw;
        bottom: 13.5vw;
        opacity: 1;
    }

    #header1 {
        height: auto;
        min-height: 25vh;
        padding-bottom: 2vh;
        /* Garante que o header não fique muito grande */
    }

    #divipt1 {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #ipt1 {
        width: 90%;
        font-size: 6vw;
        height: 8vh;
        margin-top: 3vh;
        border-radius: 30px;
    }

    #filtros2 {
        flex-direction: column;
        gap: 2vh;
        margin-top: 2vh;
        height: auto;
        width: 100%;
    }

    .img1 {
        width: 40%;
        max-width: 200px;
    }

    .divimg1 {
        width: 100%;
        align-items: center;
    }

    #produtos {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 4vw;
        margin-top: 5vw;
        margin-bottom: 5vw;
        padding: 0 2vw;
    }

    .org1 {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .ProdutoIMG
     {
        width: 40vw !important;
        height: 40vw !important;
        min-width: 100px;
        min-height: 100px;
        border-radius: 18px !important;
    }

    .bordaN, .bordaS, .bordaO, .bordaR {
        width: 40vw !important;
        height: 17vw !important;
        border-radius: 18px !important;
        margin-bottom: -10vw !important;
        margin-top: 5vw;
    }

    .rotulos {
        width: 40vw !important;
        height: 40vw !important;
        margin-top: -6vw;
        height: 28vw !important;
        font-size: 3vw;
    }

    .TituloRotulo {
        font-size: 3.5vw;
        padding-top: 7vw;
    }

    .PreçoRotulo, .NewPreçoRotulo {
        font-size: 3vw;
        padding-top: 1vw;
    }

    .RotuloRotulo {
        font-size: 2.5vw;
        margin-left: 1vw;
        padding-top: 2vw;
    }

    .ProdutoIcon {
        width: 7vw;
        height: 7vw;
    }

    .linkcomprar:hover .ProdutoIMG {
        width: 45vw;
        height: 45vw;
        border-radius: 30px;
    }

    .gameplay {
        width: 0vw;
        height: 0vw;
        opacity: 0;
        position: absolute;
        z-index: 10;
    }

    .linkcomprar:hover .gameplay {
        width: 45vw;
        height: 45vw;
        left: 7vw;
        bottom: 7vw;
        opacity: 1;
        border-radius: 30px;
    }

    /* Ajuste do footer e divisor já existente */
}