/* Global */

.manifest-item-container {
  display: flex;
}

.manifest-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
  min-height: 100vh;
  width: 96%;
}

.manifest-item-title-content {
  display: block;
  position: relative;
  z-index: 2;
}

.manifest-item-title {
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
}

.manifest-item-title__brisa {
  color: #302e2a;
  font-family: 'Brisa';
  font-size: 150px;
}

.manifest-item-title__featured {
  color: black;
}

.manifest-item-text {
  color: white;
  font-size: 18px;
  line-height: 24px;
}

.manifest-item-text-content {
  order: 2;
  text-align: center;
}

@media(min-width: 640px) {
  .manifest-item {
    flex-direction: row;
    justify-content: center;
  }

  .manifest-item-text-content {
    order: 1;
    text-align: left;
    flex: 1;
  }
}

@media(min-width: 1180px) {
  .manifest-item-text {
    color: white;
    font-size: 25px;
    line-height: 34px;
  }

  .manifest-item-text-content {
    flex: initial;
  }
}


/* Manifest Item One */

.manifest-item-container--one {
  background: url("../imagens/bg-pack-1.png") no-repeat center center;
  background-size: cover;
}

.manifest-item-title-bg--one {
  position: absolute;
  z-index: 1;
}

.manifest-item-title-bg--one img {
  bottom: initial !important;
  left: -50px !important;
  right: initial !important;
  top: -30px !important;
}

.manifest-item-title--one {
  color: white;
  font-size: 38px;
}

.manifest-item-text-container--one {
  padding-bottom: 20px;
  padding-top: 20px;
}

.manifest-item__figure--one {
  margin: 0;
  order: 1;
  padding: 0;
}

.manifest-item__image--one {
  max-width: 100%;
}

@media(min-width: 640px) {
  .manifest-item__figure--one {
    order: 2;
    flex: 1;
  }
}

@media(min-width: 1180px) {
  .manifest-item-title-bg--one img {
    bottom: initial !important;
    left: -50px !important;
    right: initial !important;
    top: -10px !important;
  }

  .manifest-item-title--one {
    color: white;
    font-size: 50px;
  }

  .manifest-item__figure--one {
    flex: initial;
    margin-left: 100px;
  }
}


/* Manifest Item Two */

.manifest-item-container--two {
  background: url("../imagens/bg-pack-2.png") no-repeat center center;
  background-size: cover;
}

.manifest-item-title--two {
  color: #be9f57;
  font-size: 80px;
}

@media(min-width: 640px) {
  .manifest-item-title--two {
    color: #be9f57;
    font-size: 148px;
  }
}


/* Manifest Item Three */

.manifest-item-container--three {
  background: url("../imagens/bg-pack-3.png") no-repeat center center;
  background-size: cover;
}

.manifest-item--three {
  height: 590px;
  min-height: initial;
  position: relative;
  width: 100%;
}

.manifest-item-title--three {
  color: white;
  display: flex;
  font-weight: normal;
  justify-content: center;
  line-height: 20px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-transform: none;
  top: 405px;
  right: 0;
  left: 0;
  font-size: 20px;
  z-index: 2;
}

.manifest-item-title--three > div {
  position: relative;
}

.manifest-item-title__brisa--three {
  display: block;
  position: absolute;
  right: -10px;
  font-size: 60px;
}

.manifest-item__figure--three {
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1;
}

.manifest-item__image--three {
  max-height: 100%;
  max-width: 100%;
}

.d-manifest-item__image--three {
  display: none;
}

@media(min-width: 900px) {
  .manifest-item--three {
    height: 100%;
  }

  .manifest-item-title--three {
    font-size: 22px;
    top: initial;
    right: 28rem;
  }

  .manifest-item-title__brisa--three {
    font-size: 75px;
  }

  .manifest-item__figure--three {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
  }

  .manifest-item__image--three {
    display: none;
  }

  .d-manifest-item__image--three {
    display: inline-block;
    right: 0;
    top: 0;
    width: 1167px;
    height: 100%;
  }
}
