
 .menu-toggle{
  display: NONE;
 }
 .menu-close{
  display: NONE;
 }
 
 #aside{
  display: block;
   max-width: 300px;
  min-height: 100vh;
  top: 0;
  left: 12rem;  
  color: #0000;
  background-color: rgba(128, 128, 128, 0.056); 
  position: fixed;
  gap: 10px;
  transition: 0.7s;
  letter-spacing: 0.2px;
  justify-content: center;
  align-items: center;
}
.y1{ 
  font:700 22px "Playfair-display",georgia, serif;
    letter-spacing: normal;
    text-align: center;
}

 .azul {
  display: inline-block;
  margin-left: 15%;

font: 400 12px "Quicksand",arial, sans-serif;
text-transform: uppercase;
color: #449deb;   
text-align: center;
letter-spacing: normal;

}
.position{
  display: flex;
  text-wrap: nowrap;
  margin-top: 0;
  font: 400 10px "Quicksand",arial, sans-serif;
  text-transform: uppercase;
  color: #000;
} 

#aside+a{
  color: #5e99f1e4;
  font: 400 10px "Quicksand",arial,;
  text-align: center;  
  letter-spacing: 0.5px;
  text-align: left;
}
#aside img {
  display:flex;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin: 0 67px 0;
}

#aside ul{
  margin-top: 5px;
  
}

.caixa-de-textos ul > li a{
  color: #000;
  text-decoration: none;
}
.caixa-de-textos ul > li:hover{
  text-decoration: 1.7px underline #5e99f1e4;
  transform-origin:  top center;
 transition: transform 2s  ease-out;
 font-weight: 500;

 
}

.menu-lateral-active ul{
  display: flex;
  margin-right: 10%;
  margin-top: 10px;
  flex-direction: column;
}
.menu-lateral-active ul li{
font: 400 12px "Quicksand",arial, sans-serif;
text-transform: uppercase;
list-style-type: none;
margin: 0.625rem; 
border-radius: 3px;
text-align: center;
color: #000000e2;
text-decoration:none;
padding: 0.625rem;
}
.caixa-de-textos ul li{
  padding: 3px;
  margin-bottom: 0;
  color: #5e99f1e4;
}
.caixa-de-textos .menu-nav{
    margin-top: 1.875rem;
}
.footer{
  display: flex;
  flex-direction: column;
  top:0;
  color: black;
  text-align: center;
  font: 400 10px "Quicksand",arial, sans-serif;
  height: 6.25rem;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.fa-heart{
  margin-left: 3px;
  margin-right: 3px;
}

.footer > em{
  align-content: space-between;
font-size: 10px;
text-align: start;
margin-top: 0.625rem ;
font: normal;
margin-left: 1.250rem;
word-spacing: 1px;
letter-spacing: 1px;
}
.footer .em_side{
  margin-left: 3.75rem ;
}
.footer > em > i {
  margin-left: 8px;
}
.footer > em > a{
  margin-left: 0.5rem;
  color: #449deb;
}
.side-em > i{
  color: black;
}
.footer .side-em >a{
color: #449deb; 
text-align: center;
}