article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.reset {
  clear: both;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

body {
  background: #fff;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 1000px) {
  body {
    background: #fff;
  }
}

.main-banner-home {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.main-banner-home .slide-next-button {
  width: 140px;
  position: absolute;
  z-index: 100;
  bottom: 5vh;
  left: calc(50% - 70px);
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  transition: 400ms;
  outline: none;
}
@media (max-width: 1000px) {
  .main-banner-home .slide-next-button {
    font-size: 16px;
    line-height: 22px;
  }
}
.main-banner-home .slide-next-button:hover {
  color: #FF7D24;
}
.main-banner-home .slide-next-button i {
  font-size: 28px;
  display: block;
  color: #fff;
  -webkit-animation-name: bounce;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  -webkit-animation-iteration-count: infinite;
}
@media (max-width: 1000px) {
  .main-banner-home .slide-next-button i {
    font-size: 20px;
  }
}
.main-banner-home .list-slides-labels {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
}
.main-banner-home .list-slides-labels .item {
  height: 100vh;
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.main-banner-home .list-slides-labels .item.swiper-slide-active .title {
  opacity: 1;
  font-weight: 100;
  text-transform: uppercase;
}
.main-banner-home .list-slides-labels .item.swiper-slide-active .title strong {
    opacity: 1;
    font-weight: bold;
    text-transform: uppercase;
}
.main-banner-home .list-slides-labels .item.swiper-slide-active .info img, .main-banner-home .list-slides-labels .item.swiper-slide-active .desc {
  opacity: 1;
}
.main-banner-home .list-slides {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #000;
}
.main-banner-home .list-slides .item {
  width: 100vw;
  height: 100vh;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 600ms;
}
.main-banner-home .list-slides .item.active {
  opacity: 0.3;
  transform: scale(1.02);
}
.main-banner-home .info {
  position: relative;
  width: 100%;
  margin-top: -10vh;
}
@media (max-width: 1000px) {
  .main-banner-home .info {
    margin-top: -25vh;
  }
}
.main-banner-home .info img {
  position: absolute;
  left: 50%;
  bottom: 110%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: 400ms;
  max-height: 18vh;
}
@media (max-width: 1000px) {
  .main-banner-home .info img {
    max-height: 15vh;
    max-width: 40vw;
  }
}
.main-banner-home .desc {
    font-family: "Congenial", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: calc(100% + 15px);
    left: 0px;
    opacity: 0;
    transition: 400ms;
    width: calc(100% + 80px);
    width: 100%;
    text-align: center;
}
@media (max-width: 1000px) {
  .main-banner-home .desc {
    font-size: 15px;
    line-height: 20px;
    top: calc(100% + 20px);
    padding: 0 25px;
    width: 100%;
    left: 0;
    box-sizing: border-box;
  }
}
.main-banner-home .title {
    font-family: "Congenial", sans-serif;
    font-size: 40px;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    position: relative;
    line-height: 1.1;
    padding: 10px 0;
    transition: 400ms;
    font-weight: 100;
    text-transform: uppercase;
}
.main-banner-home .title strong {
    font-weight: bold;
}
@media (max-width: 1000px) {
  .main-banner-home .title {
    font-size: 30px;
    line-height: 38px;
  }
}
.title-slide-atracoes {
    position: absolute;
    z-index: 2;
}
@media (max-width: 780px) {
    .atracoes-title {
        font-weight: 100;
        margin-top: 50px;
        text-align: center;
        text-transform: uppercase;
        color: white;
    }
}
.center-flex{
    justify-content: center;
}
