
@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;
}

#headerA
{
    max-width: 30%;
    
}
#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;
}

#titulo
{
    margin-bottom: 5vh;
}

#txt1
{
    font-size: 96px;
    text-align: center;
    margin-top: 30px;
}
#pagina
{
    padding-bottom: 120px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr;

}


#orgfiltros
{

  display: flex;
  flex-direction: column;
  align-items: center;

    
   
}

#filtro1
{
    width: 75%;
    height: 90%;
    background-color: #E5FFF7;
    border-radius: 40px;
    margin-top: 3vh;
   
 
    
}


#filtroTITULO
{
  display: flex;
  justify-self: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

#filtrotxt1
{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    opacity: 60%;
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}


#filtrosvg1
{
    width: 8%;
    justify-self: center;
    margin-right: 5px;
}


#fitro2
{
    margin-top: 15px;
    width: 85%;
    height: 90%;
    background-color: #D9D9D9;
    display: flex;
    flex-direction: column;
    justify-self: center;
    border-radius: 40px;
    
}


.filtrocategoria
{
    width: 90%;
    height: 12.5%;
    padding-left: 10%;
    border-bottom: #000 1px solid;
    display: flex;
    align-items: center;margin-top: 8px;
}



#produtos
{
   display: grid;
   grid-template-columns: 1fr 1fr 1fr;
   grid-row: 1fr 1fr  1fr;
   gap: 5vh;
   padding-left: 4vw;
   
}

.org1
{
    position: relative;
}

.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;
    left: -1.5vw;
     
}

.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: -1.5vw;
    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 (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;
}
}