
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

#parrafoco{
  margin: 3.5vh 0;
 font-family: 'Nunito', sans-serif;
  text-align: center;
  font-size:1em;
   letter-spacing: 1px;
    font-size: 0.9em;
}

@media (min-width:101px) and (max-width:1000px) {
#parrafoco{
text-align: justify;
margin-right: 1vw;
}
  
}
aside {
  z-index: 1000;
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #35a08b;
  color: #f5f6fa;
  padding: 0 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  transition: 400ms;
  margin: 0;
}

aside.active {
  bottom: 0;
}

aside #parraen {
  color: #f5f6fa;
}

.cookie-btn {
display: inline-flex;
position: relative;
background: none;
text-transform: uppercase;
border: 0;
color: #f5f6fa;
padding: 1%;
font-size: 1.2em;
margin-top: 0;
margin-bottom: 3vh;
border-radius: 13px;
font-weight: 900;
font-family: 'Nunito';
letter-spacing: 1px;
 border: 2px solid white;
}

.cookie-btn:hover{
  cursor: pointer;
  background-color: white;
  color: #35a08b;
}

a#parraen{
  text-transform: uppercase;
  font-size: 1.1em;
}

a#parraen:hover{
  font-weight: bolder;
}
