.header {
  position: fixed;
  top: 0;
  width: 100vw;
  background-color: #001d5f;
  padding-top: 1.5vw;
  padding-bottom: 1vw;
  z-index: 99;
}
.header .header__title {
  font-size: 20px;
  color: #c1d0ff;
  font-weight: 600;
}
.header .header__title--link:hover {
  text-decoration: none;
}
.header .header__link {
  display: block;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.header .header__link:hover {
  text-decoration: none;
  color: #c1d0ff;
}
.header .active {
  color: #c1d0ff;
}

@media only screen and (max-width: 767px) {
  .header .header__title {
    padding-top: 6vw;
    text-align: center;
    padding-bottom: 6vw;
    margin-bottom: 6vw;
    border-bottom: 2px solid #ffffff;
  }
  .header .header__link {
    font-size: 16px;
    margin-bottom: 4vw;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1599px) {
  .header .header__title {
    font-size: 16px;
  }
  .header .header__link {
    font-size: 12px;
  }
}
body {
  background-image: url("/images/fundo2.png");
  background-size: contain;
  font-family: "Europa", sans-serif;
}

.content {
  margin-top: 10vw;
}
.content .content__title {
  margin-bottom: 0.5vw;
  font-size: 50px;
  color: #001d5f;
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
}
.content .content__text {
  color: #001d5f;
  font-size: 14px;
  font-weight: 400;
  white-space: pre-wrap;
  margin-bottom: 4vw;
  padding: 4vw;
  background-color: #c1d0ff;
  border-radius: 12px;
}
.content .content__img {
  width: 100%;
  margin-bottom: 2vw;
  margin-top: 2vw;
  border-radius: 12px;
}

@media only screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .content {
    margin-top: 75vw;
    margin-bottom: 30vw;
    overflow-x: hidden;
  }
  .content .content__title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 6vw;
  }
  .content .content__text {
    padding: 8vw;
  }
}

/*# sourceMappingURL=biografia.css.map */
