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;
}

#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;
}

.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;
}

.descricao_roupa{ height: 95vh;
background: #B7D5E5;
display: flex;
flex-direction: row;
gap: 120px;
}
.imagem_trico{ width: 25%;
height: 70vh;
margin-top: 5%;
margin-left: 10%;
}
.textinho{ color: #2F4474;
font-family: "Spactran", serif;
font-size: 25px;
line-height: 1.5;
margin-top: 8%;
font-weight: lighter;
}
