.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 {
  font-size: 40px;
  color: #001d5f;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.content .content__cards {
  margin-top: 4vw;
  margin-bottom: 6vw;
}
.content .content__cards .content__cards__card {
  padding: 2vw;
  border: 2px solid #001d5f;
  border-radius: 12px;
  margin-bottom: 2vw;
}
.content .content__cards .content__cards__card .content__cards__card__text {
  font-size: 16px;
  font-weight: 400;
  color: #001d5f;
  text-align: justify;
  margin-bottom: 1vw;
}
.content .content__cards .content__cards__card .content__cards__card__author {
  font-size: 22px;
  color: #001d5f;
  font-weight: 700;
  text-align: right;
}
.content .content__cards .content__cards__card .content__cards__card__author__subtitle {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  text-align: right;
  color: #001d5f;
}

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

  .content {
    margin-top: 80vw;
    margin-bottom: 20vw;
  }
  .content .content__title {
    margin-bottom: 20vw;
  }
  .content .content__cards {
    overflow-x: hidden;
  }
  .content .content__cards .content__cards__card {
    padding: 8vw;
    margin-bottom: 20vw;
  }
  .content .content__cards .content__cards__card .content__cards__card__text {
    margin-bottom: 10vw;
  }
  .content .content__cards .content__cards__card .content__cards__card__author {
    margin-bottom: 5vw;
    font-size: 20px;
  }
  .content .content__cards .content__cards__card .content__cards__card__author__subtitle {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1600px) {
  .content .content__cards .content__cards__card .content__cards__card__author {
    font-size: 18px;
  }
  .content .content__cards .content__cards__card .content__cards__card__author__subtitle {
    font-size: 14px;
  }
}

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