* {margin: 0;
    box-sizing: border-box;
    transition: 0.4s;
}

body {display: grid;
height: 100vh;
grid-template-columns: 90px 1fr;}

#naveg {
    display: grid;
    grid-template-rows: 90px 1fr;
}

#menu {
    background-color: black;
}

#calango {
    background-image: url(5.jpg.webp);
    flex-grow: 7;
    order:-1;
}

#mulher {
    background-image: url(1.jpg.webp);
}

#cachorro {
    background-image: url(2.jpg.webp);
}

#mar {
    background-image: url(3.jpg.webp);
}

#carro {
    background-image: url(4.jpg.webp);
}

#imagens {
    display: flex;
}

.item-img {
    flex-grow: 1;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.item-img:hover {
    flex-grow: 7;
}

.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: 0;
    opacity: 0;
}

.item-img:hover .texto {
    opacity: 1;
    bottom: 5%;
}

#texto-calango {
    position: absolute;
    text-wrap: nowrap;
    color: white;
    bottom: 25%;
    left: 0;
    opacity: 0;
}

.item-img:hover #texto-calango {
    opacity: 1;
    bottom: 5%;
}

#author-foto {
    border-radius: 40px;
    height: 70px;
    width: 70px;
}

#text-h2 {
    font-size: 70px;
    font-family: Arial, Helvetica, sans-serif;}

#text-people {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #2916e0;
    font-weight: 550;
    border-radius: 2px;
    background: #fff;
}

#text-h4 {
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 30px;
}

#fig-menu {
    margin-top: 22px;
    margin-left: 22px;
}

#facebook{
    height: 2.5vh;
    margin-left: 430%;
}

#facebook{
    height: 2.5vh;
    margin-left: 430%;
}

#naveg-redessocias{
    width: 10%;
}

#sociais{
   margin-top: 30vh;
   
}

#twitter{
    height: 2.5vh;
    margin-left: 410%;
    position: relative;
    top: 40px;
}

#linkedin{
    height: 2.5vh;
    margin-left: 410%;
    position: relative;
    top: 85px;
}

#instagram{
    height: 2.5vh;
    margin-left: 410%;
    position: relative;
    top: 135px;
}




#ssg {cursor: pointer;
height: 6vh;
margin-top: 2.7vh;
margin-left: 22%;
background-color: black;
}

#alat {position: fixed;
  top: 0;
  left: -30%;
  width: 15%;
  height: 100vh;
  background-color: #fff;
  transition: left 0.3s ease;
  z-index: 999;}

#tamanho {width: 100%;
height: 10vh;
display: flex;
}

#aimg {width: 70%;}

#tulen {width: 70%;
background-color: #2916e0;}

#seta {margin-top: 4vh;
margin-left: 25%;}



#Menuu {margin-top: 25vh;}

#Menuu a {margin-bottom: 2vh;
text-align: center;
font-size: 30px;
font-weight: 600;
text-decoration: none;
font-family: "Montserrat", sans-serif;
padding: 50px;
margin: 20px;}

#Menuu a:hover {
transition: 0.3s;
    cursor: pointer;}

#legend {width: 100%;
display: flex;
margin-top: 14vh;
margin-left: 13%;}

#legend a {margin-left: 11%;
width: 6%;
margin-bottom: 0vh;}

#legend a {fill: #b2b2b2;}

#alat p {font-size: 18px;
    color: #636363;
    line-height: 1.8;}

#colorib {color:#b2b2b2 ;}

#copyright {text-align: center;}

#Home {color: #2916e0}

#About {color: #b2b2b2}

#Gallery {color: #b2b2b2}

#Blog {color: #b2b2b2}

#Contact {color: #b2b2b2}

#toggle-menu:checked ~ #alat {
  left: 0;
}

#toggle-menu:checked ~ #nav2 {
  left: -30%;
}

#traco {width: 50%;
    height: 8%;
    background-color: #fff;
border-radius: 2px;
margin-top: 0.7vh;
padding: 2px;}