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

#divvideo
{
   background-color: #50FF76;
   height: 110vh;
   position: relative;
}

#videoclipes
{
    
    width: 99vw;
    height: 95vh;
    filter: saturate(110%);
    transition: 0.5s;
    position: absolute;
    z-index: 10;
    transform: translate(-50%,-50%);
    top: 37%;
    left: 50%;
  

}

#divpromocao
{
    height: 20vh;
    position: relative;
    background-color: #242424;

}

#tempo
{
    display: flex;
    justify-content: center;
    padding-top: 10px;
    color: #fff;
    font-size: 20px;
}

#divtxt1
{
    color: #fff;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    font-size: 30px;
}

#pag2
{
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-around;
   
}
.org1
{
    position: relative;
    margin: 0px 5vw;
}

.divdesconto
{
   
    padding: 2vh 13vh;
    background-color: #6DEB3B;
    border-radius: 40px;
    text-align: 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;
    margin-top: 5vh;
    
    
}

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

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

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


.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;
    color: #000;
}

.PreçoRotulo
{
    padding-top: 10px;
    text-align: center;
    font-size: 17px;
     text-decoration: line-through;
}

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

.RotuloRotulo
{
    margin-left:5px;

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



.carousel-container {
    position: relative;
    width: 99vw;
    overflow: hidden;
    padding: 15vh 0 15vh;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
    justify-content: space-around;
}

.carousel-item {
    min-width: 200px;
    background-color: #4CAF50;
    color: white;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin: 0 5vw;
    flex: 0 0 calc(33.333% - 20px);
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 50%;
    z-index: 10;
}

.carousel-button.prev {
    left: 2vw;
}

.carousel-button.next {
    right: 2vw;
}

.carousel-button:hover {
    background: rgba(0,0,0,0.8);
}


#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) {
    #menu {
        flex-direction: column;
        height: auto;
        padding: 2vw 0;
    }
    #menuorg1, #menuorg2 {
        width: 100%;
       justify-content: space-between;
        font-size: 3vw;
         text-decoration: none;
        color: #fff;
    }
    #logo1 {
        max-width: 40vw;
        margin-right: 2vw;
    }
    .menusvg1, .menusvg2 {
        height: 6vw;
        margin-left: 2vw;
    
    }
    .teste2 {
        font-size: 400vw;
        text-decoration: none;
        color: #fff;
    }
    #mds1{
        font-size: 3vw;
        text-decoration: none;
        color: #fff;
    }
    #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;
    }
   

    .linkcomprar:hover .gameplay {
         width: 65vw;
        height: 65vw;
        left: -2vw;
        bottom: 23vw;
    }
    
    .carousel-button {
        padding: 2vw 3vw;
        font-size: 6vw;
        top: 40%;
    }
    .carousel-button.prev {
        left: 1vw;
    }
    .carousel-button.next {
        right: 1vw;
    }
    #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;
    }
}

