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

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



h6
{
    padding-bottom: 60px;
    font-size: 50px;
    padding-top: 60px;
    font-family: "Inder", sans-serif;
     margin-left: 8vw;

}

#txt1
{
    margin-left: 5vw;
    width: 100%;
    font-size: 24px;
}

#org1
{
    display: flex;
}

#org2
{
    display: flex;
    justify-content: center;
    margin-top: 15vh;
}

#linha
{
    border-bottom: #000 2px solid;
    width: 90%;
}

#org3
{
    height: 30vh;
    margin-top: 10vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
   margin-bottom: 10vh;

}

.org4
{
     max-width: 20vw;
}

.txt2
{
    font-size: 80px;
}

.txt3
{
    font-size: 24px;   
}


#temp2
{
    width: 25vw;
    height: 30vh;
    background-color: #2C2C2C;
    margin-left: 30px;
}

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

    h6 {
        font-size: 8vw;
        padding-top: 4vw;
        padding-bottom: 4vw;
        margin-left: 4vw;
    }

    #txt1 {
        margin-left: 4vw;
        width: 90vw;
        font-size: 4vw;
    }

    #org1 {
        flex-direction: column;
        align-items: flex-start;
    }

    #org2 {
        margin-top: 4vw;
    }

    #linha {
        width: 95vw;
    }

    #org3 {
        flex-direction: column;
        height: auto;
        margin-top: 4vw;
        margin-bottom: 4vw;
        gap: 4vw;
    }

    .org4 {
        max-width: 80vw;
        margin-bottom: 2vw;
    }

    .txt2 {
        font-size: 10vw;
    }

    .txt3 {
        font-size: 4vw;
    }

    #temp2 {
        width: 80vw;
        height: 20vh;
        margin-left: 0;
        margin-bottom: 2vw;
    }

    #divisor {
        height: 6vw;
    }
    #logo2 {
        height: 40%;
    }
    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;
    }
}

