html, body {
  position: relative;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
html, body {
  position: relative;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper {
width: 260px;
height: 360px;
}
.swiper-slide {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.swiper-slide:nth-child(1n) {
  background-image: url('../imagens/img_carrossel/carrosel1.png');
  background-size: cover;
  background-position: center;
}
.swiper-slide:nth-child(2n) {
  background-image: url('../imagens/img_carrossel/carrossel2.png');
  background-size: cover;
  background-position: center;
}
.swiper-slide:nth-child(3n) {
  background-image: url('../imagens/img_carrossel/carrossel3.png');
  background-size: cover;
  background-position: center;
  }
.swiper-slide:nth-child(4n) {
  background-image: url('../imagens/img_carrossel/carrossel4.png');
  background-size: cover;
  background-position: left;
}
.swiper-slide:nth-child(5n) {
  background-image: url('../imagens/img_carrossel/carrossel5.png');
  background-size: cover;
  background-position: center;
}
.swiper-slide:nth-child(6n) {
  background-image: url('../imagens/img_carrossel/carrossel6.png');
  background-size: cover;
  background-position: center;
  }
.swiper-slide:nth-child(7n) {
  background-image: url('../imagens/img_carrossel/carrossel7.png');
  background-size: cover;
  background-position: center;
}
/* Texto */
main{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
main > p{
  width: 90%;
  text-align: center;
  font-family: 'WellingtonsMediun', 'Times New Roman', Times, serif;
  font-size: 15pt;
  color: black;
}