*{
    margin: 0;
    box-sizing: border-box;
    transition: 0.6s;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

body{
    display: grid;
    height: 100vh;
    grid-template-columns: 90px 1fr;
}

#naveg{
    display: grid;
    grid-template-rows: 90px 1fr;
}

#menu{
    background-color: rgb(12, 12, 12);
}

#calango{
    background-image: url(https://preview.colorlib.com/theme/tulen/img/hero/5.jpg.webp);
    flex-grow: 7;
    order: -1;
}

#mulher{
    background-image: url(https://preview.colorlib.com/theme/tulen/img/hero/1.jpg.webp);
    
}
#cachorro{background-image: url(https://preview.colorlib.com/theme/tulen/img/hero/2.jpg.webp);}
#mar{
    background-image: url(https://preview.colorlib.com/theme/tulen/img/hero/3.jpg.webp);
}
#carro{
    background-image: url(https://preview.colorlib.com/theme/tulen/img/hero/4.jpg.webp);
    
}

#imagens{
    display: flex;
}

.item-img{
    flex-grow: 1;
    background-size: cover;    
    position: relative;
    overflow: hidden;
    
    box-shadow: inset 0 -100px 220px;
}

.item-img:hover{
    flex-grow: 7;
    filter: brightness(100%);
}

.item-img:hover~#calango{flex-grow: 1;}
.item-img:hover~#calango:hover{flex-grow: 7;}

.texto{
    position: absolute;
    text-wrap: nowrap;
    color: white;
    bottom: 25%;
    left: 5%;
    opacity: 0;
    
}

.texto .people{background-color: white;
color: blue;
text-align: center ;
display: flex;
justify-content: center;
align-items: center;
width: 14%;
height: 2.7vh;
margin-bottom: 3%;
font-size: 0.8rem;
font-weight: 700;}

.texto h2{
    font-size: 4.0rem;
    margin-bottom: 3% ;
}

.item-img:hover .texto{
    opacity: 1;
    bottom: 5%;
}

#author img{
    border-radius: 50%;
    display: flex;

}
#author h4{
    font-size: 1.5rem;   
    margin-left: 4%;
    display: flex;
    align-items: center;

}

#author{
    
    border-radius: 50%;
    display: flex;
    
}







#barras{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    fill: #ffffff;
    height: 35%;
}




#menu{
    display: inline-block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: relative;
}



aside{
    width: 270px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -335px;
    background-color: #ffffff;
    z-index: 99;
    transition: 0.5s;
    display: grid;
    grid-template-columns: 90px 1fr;
    grid-template-rows: 90px 1fr 150px;
}

#sair{
    display: grid;
    background-color: #121212;
    height: 90px;
}

#tulen{
    background-color: #2916e0;
    position: relative;
}

#tulen h1{
    color: rgb(255, 255, 255);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.6rem;
    letter-spacing: 3px;
}

#check{
    
    width: 100%;
    height: 100%;
    opacity: 0; 
    
}

#check:checked+aside{
    left: 0;
}

#check2{
    
    width: 90px;
    height: 90px;    
    z-index: 100;
    opacity: 0;
}

.x{
    position: absolute;
    height: 35px;
    fill: #ffffff;
    top: 3%;
    left: 10%;
    cursor: pointer;
    
    
}



#lista{
    font-family: "Questrial", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;  
    list-style: none;  
    margin-top: 40%;
    line-height: 3;
    color: #b2b2b2;
    text-align: center;
    grid-column: 1/3;
    padding: 3%;
    padding-top: 0;
    
}

#lista li a:hover{
    color: #2916e0;
}

#lista li a{
    color: #b2b2b2;
}


.principal{
    color: #2916e0;
    font-weight: 700;
    
}
#redes{
    grid-column: 1 / 3;
    color: #b2b2b2;
    text-align: center;
}
#redes svg{
    height: 15%;
    fill: #b2b2b2;
    margin: 5%;
}
div span{
    padding: 5%;
}
#sociais div{
    margin-left: 40%;
    margin-top: 210%;
    width: 20%;
    height: 50%;
}

#sociais div svg{
    margin-bottom: 340%;
}