@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.5vw;
   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;
}


#org1
{
    display: flex;       
    align-items: center;
    font-size: 60px;
    padding-top: 60px;
    padding-bottom: 80px;
}


#svg1
{
    height: 4vw;
}

#pag1
{
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: 1fr;
}

#txtvazio
{
    font-size: 50px;
    color: #000;
    margin-top: 2vh;
    margin-left: 20vw;
}   

#org2
{
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jogo
{
    width: 75%;
    height: 30vh;
    background-color: #fff;
    padding-top: 2vh;
    padding-bottom: 2vh;
    margin-left: 6vw;
    border-radius: 40px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 3vh;

}

.org4
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.img1
{
    border-radius: 40px;
    width: 12vw;
    height: 12vw;
    object-fit: cover;
    margin-left: 20px;
}

.Tituloproduto
{
    font-size: 32px;
    margin-top: 3vh;
    margin-left: 2vw;
    margin-bottom: 2vh;
}

.precoproduto
{
    font-size: 20px;
    margin-top: 4vh;
    margin-bottom: 1vh;
}

.categoriaproduto
{
    font-size: 20px;
    margin-top: 3vh;
    margin-bottom: 1vh;
}

.excluirproduto
{
    font-size: 14px;
    margin-top: 2vh;
    margin-bottom: 1vh;
    color: #929090;
}

#org3
{
    display: flex;
    flex-direction: column;
    margin-bottom: 4vh;
}

.subtotal
{
    width: 22vw;
    height: 7vh;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.numerop
{
    width: 22vw;
    height: 7vh;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 2vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.btncomprar
{
    padding-top: 2vh ;
    padding-bottom: 2vh;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22vw;
    border-radius: 80px;
    
}


#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;
    }
    #logo1 {
        max-width: 40vw;
        margin-right: 2vw;
    }
    .menusvg1, .menusvg2 {
        height: 6vw;
        margin-left: 2vw;
    }
    #org1 {
        flex-direction: column;
        font-size: 7vw;
        padding-top: 4vw;
        padding-bottom: 4vw;
        align-items: flex-start;
    }
    #svg1 {
        height: 8vw;
    }
    #pag1 {
        display: flex;
        flex-direction: column;
        gap: 4vw;
    }
    #org2 {
        min-height: auto;
        width: 100vw;
        padding: 0 2vw;
    }
    .jogo {
        width: 95vw;
        height: auto;
        grid-template-columns: 1fr 2fr;
        margin-left: 0;
        border-radius: 20px;
        font-size: 4vw;
        padding: 2vw 0;
    }
    .img1 {
        width: 30vw;
        height: 30vw;
        border-radius: 20px;
        margin-left: 2vw;
    }
    .Tituloproduto {
        font-size: 5vw;
        margin-top: 2vw;
        margin-left: 2vw;
        margin-bottom: 2vw;
    }
    .precoproduto, .categoriaproduto, .excluirproduto {
        font-size: 4vw;
        margin-top: 1vw;
        margin-bottom: 1vw;
    }
    #org3 {
        width: 100vw;
        align-items: center;
        margin-top: 4vw;
    }
    .subtotal, .numerop, .btncomprar {
        width: 90vw;
        height: auto;
        font-size: 5vw;
        border-radius: 20px;
        margin-bottom: 2vw;
        padding: 3vw 0;
    }
    .btncomprar {
        padding: 3vw 0;
        border-radius: 40px;
    }
    #txtvazio {
        font-size: 6vw;
        margin-left: 0;
        text-align: center;
    }
    #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: relative;
        max-width: 100%;
        font-size: 3vw;
        left: unset;
        top: unset;
        margin-top: 2vw;
        text-align: center;
    }
}

