@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

* {
    padding: 0;
    margin: 0;
}

body{
    flex-wrap: wrap;
}

.container{
    background: #5B7E58;
    height: 750px;
    width: 1350px;
}
.container h2{
    font-family: 'Kumbh Sans', sans-serif;
    color: #FFFFFF;
    font-size: 30px;
    text-align: justify;
}

.nav{
    background-color: #81B938;
    height: 80px;
    width: 1350px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav img{
    max-width:80px;
    max-height: 60px;
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.casinha:hover{
    opacity: 0.7;
}
.nav h3{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold 700;
    color:#FFFFFF;
    font-size: 25px;
}
.main img{
    max-width: 390px;
    max-height: 290px;
    width: auto;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.um{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 300px;
    margin-top: 30px;
    
}
.um h1{
    text-align: justify;
    margin-bottom: 200px;
    font-size: 30px;
    max-width: 40px;
    max-height: 20px;
    line-height: 26px;
    letter-spacing: 10px;
    margin-right: 80px;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em green;
}

.dois{
    display: flex;
    justify-content:flex-start;
    margin-left: 290px;
    gap: 100px;
}

.dois h1{
    text-align: justify;
    margin-top: 20px;
    font-size: 30px;
    max-width: 40px;
    max-height: 20px;
    line-height: 25px;
    letter-spacing: 10px;
    margin-right: 50px;
    color: #FFFFFF;
    font-weight: 900;
    text-shadow: 1px 1px 2px black, 0 0 1em white, 0 0 0.2em green;
}

aside{
    position: absolute;
    right: 0;
    display: flex;
    font-family: 'Oswald', sans-serif;
    justify-content: center;
}
.icon-menu img{
    width: 40px;
    height: 40px;
    margin-top: 15px;
    margin-right: 15px;
    cursor: pointer;
}
#barra-menu{
    background: rgba( 255, 255, 255, 0.15 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 13px );
    -webkit-backdrop-filter: blur( 11px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    height: 100vh;
    width: 0px;
    transition: all 0.3s;
}
#barra-menu ul li{
    list-style: none;
    margin-top: 10px;
    margin-left: 15px;
}
#barra-menu a{
    color: white;
    text-decoration: none;
    justify-content: center;
    line-height: 30px;
    right: 20px;
}
#barra-menu a:hover{
    color: black;
}