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";
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", serif;
}

.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;
}

.inicio { height: 100vh;
background: url("image\ 26.png") no-repeat center center / cover;
background-color: rgba(0,0,0,0.1);
background-blend-mode: darken;
display: flex;
justify-content: flex-start; 
align-items: center; 
color: white;
padding-left: 50px;
text-align: left;  
font-size: 25px;
font-family: "Spectral", serif;
margin-top: 1px;
}

.inicio a { padding: 9px 50px;
background: white;
color: #022945;
text-decoration: none;
font-weight: bold;
font-size: 15px;
font-family: "Spectral", serif;
}

.faixafim { background-color: #B7D5E5;
padding: 25px;
box-shadow: 5px 1px 20px;
}

.bolsas{ text-align: center;
}

.redessociais {display: flex;
flex-direction: row;
gap: 15px; 
margin-left: 90%;
}

.ig, .face, .zap {width: 30px;   
height: auto;
}



