body{ margin: 0;
padding: 0;
height: 100%;
}

.faixaazultopo {background-color: #B7D5E5;
color: #022945;
display: flex;
align-items: center;
justify-content: space-between; 
padding: 20px;
box-shadow: 5px 1px 20px;
position: relative;
}

.faixaazultopo h2 {position: absolute;
left: 50%;
transform: translateX(-50%);
margin: 0;
}

.escrita_Mg{ color: #2F4474;
letter-spacing: 5px;
font-size: 28px;
font-family: "Spectral", serif;
font-weight: lighter;
}

.banner_novidades {background: url("image\ 24.png") no-repeat center center / cover;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
color: #B7D5E5;
font-family: "Spectral", serif;
font-size: 25px;
font-weight: 300;
text-shadow: 2px 2px 10px rgba(0,0,0,0.4);
font-weight: lighter;
}

#menu-toggle { display: none;
}

.menu-btn {position: relative;  
margin-right: auto; 
margin-left: 20px; 
width: 30px;
height: 25px;
display: flex;
flex-direction: column;
justify-content: space-between;
cursor: pointer;
z-index: 1001;
}

.menu-btn span {display: block;
height: 3px;
background: #2f4474;
border-radius: 2px;
transition: 0.3s;
}

.side-menu { position: fixed;
top: 0;
left: -250px;
width: 250px;
height: 100%;
background: #b7d5e5;
transition: 0.3s;
padding-top: 70px;
z-index: 1000;
margin-top: 55px;
text-align: center;
font-size: 13px;
font-family: "Spectral";
}

.side-menu a { display: block;
padding: 15px 25px;
font-size: 20px;
color: #2f4474;
text-decoration: none;
}
.side-menu a:hover { background: #2f447420;
}

#menu-toggle:checked ~ .side-menu { left: 0;
}

.faixafim { background-color: #B7D5E5;
padding: 25px;
box-shadow: 5px 1px 20px;
}

.redessociais {display: flex;
flex-direction: row;
gap: 15px; 
margin-left: 90%;
}

.ig, .face, .zap {width: 30px;   
height: auto;
}

.produtinhos{ height: 95vh;
background: white;
}

.nav_roupas{ display: flex;
flex-direction: row;
gap: 80px;
padding-top: 90px;
padding-right: 125px;
}

.saias, .blusas, .vestidos, .suetes, .bolsas, .boinas{ text-decoration: none;
color: #2F4474;
font-family: "Spectral", serif;
font-weight: lighter;
font-size: 17px;
}

.trico_verde{ width: 155px;
}
.trico_branco{ width: 168px;
}
.trico_azul{ width: 150px;
}
.trico_verde2{ width: 162px;
}
.trico_verdemusgo{ width: 157px;
}
.primeiraFila{ display: flex;
flex-direction: row;
gap: 45px;
margin-left: 5%;
margin-top: 5%;
}

.segundaFila{ display: flex;
flex-direction: row;
gap: 45px;
margin-left: 5%;
margin-top: 3%;
}
.trico_brancocinza{ width: 157px;
}
.trico_marrom{ width: 157px;
}
.trico_cinza{ width: 157px;
}
.trico_bolsa{ width: 157px;
}
.trico_azul2{ width: 157px;
}