
@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: 2vw;
   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;
}

#fundo1
{
    height: 90vh;
    width: 100%;
    background-color: #FF0000;
    opacity: 80%;
    display: flex;
    justify-content: center;
    align-items: center;

}


#fundocomprar
{
   background-color: #fff;
   width: 60%;
   height: 70%;
   border-radius: 40px;
   display: grid;
   grid-template-columns: 1.2fr 1fr;
}

#bannercomprar
{
    width: 33vw;
    height: 38vh;
    border-radius: 40px;
    margin-bottom: 2vh;
    object-fit: cover;
}

#orgbanner
{
    margin-left: 3vw;
    margin-top: 2vw;
}

#orgimgs
{
    height: 5vh;
    display: flex;
    justify-content: space-evenly;

}

.imgcomplementar
{
    background-color: #2C2C2C;
    width: 15%;
    height: 100%;
    border-radius: 10px;
}


#dividade
{
    margin-left: 5px;
    height: 5vh;
    margin-top: 4vh;
    display: flex;
    align-items: center;
}

#dividade span
{
    margin-left: 10px;
}
#imgidade
{
    height: 100%;
}

#divTitulo
{
    text-align: center;
    margin-top: 7vh;
    font-size: 30px;
    margin-bottom: 2vh;
}

#divVersao
{
    margin-left: 2vw;
    margin-top: 6vh;
    font-size: 24px;
}

#divPreco
{
    margin-left: 2vw;
    margin-top: 3vh;
    font-size: 24px;
}

#divComprarMario
{
    text-align: center;
    margin-top: 8vh;
}

#btnComprar
{
    background-color:#3BEB4F ;
    display: inline-block;
    padding: 1vh 3vw;
    border-radius: 20px;
    text-decoration: none;
    color: #000;
    font-size: 24px;
}

#fundo2>h5
{
    font-size: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: 5vw;
}

#divgostar
{
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly; 
    margin-bottom: 5vh;
}

.divgostar
{
    width: 10vw;
    height: 5vw;
    border-radius: 10px;
    
}

.imggostar
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

#txt2
{
    margin-left: 5vw;
    font-size: 30px;
    font-family: "Inder", sans-serif;
    
}

.txt3
{
    width: 80%;
    margin-left: 8vw;
    margin-bottom: 4vh;
}




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

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

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

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


    #fundocomprar {
        width: 90%;
        height: auto;
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;}

        #bannercomprar {
            width: 80vw;
            height: 50vw;
            margin-top: 2vh;
            margin-left: 1vw;
        }


          #divComprarMario {
            margin-left: 0;
            text-align: center;
            margin-top: 5vh;}



        #btnComprar {
            font-size: 5vw;
            padding: 2vw 5vw;
         
        }

      #divgostar
{
     height: 1vh;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    margin-bottom: 5vh;
    
}

.imggostar
{
    width: 200%;
    height: 200%;
    border-radius: 10px;
    object-fit: cover;
}
     #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;
        margin-bottom: 5vh;
}
}