.swiper-slideshow {
  width: 100%;
  height: 60em;
  color: white;
}
@media screen and (max-width: 1300px) {
  .swiper-slideshow {
    height: 58em;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-slideshow {
    height: 55em;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slideshow {
    height: 50em;
  }
}
.swiper-slideshow .bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.swiper-slideshow .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: url(../../images/noise.png);
  background-position: center;
  background-repeat: repeat;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
.swiper-slideshow .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e59332+0,d64e2a+50,a3361c+100 */
  background: linear-gradient(135deg, #e59332 0%, #d64e2a 50%, #a3361c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  mix-blend-mode: multiply;
}
.swiper-slideshow .bg video, .swiper-slideshow .bg picture {
  width: 100%;
  display: block;
}
.swiper-slideshow .bg video, .swiper-slideshow .bg img {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-slideshow .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.swiper-slideshow .swiper-slide .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  bottom: 6.5625em;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  .swiper-slideshow .swiper-slide .row {
    bottom: 6.5em;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-slideshow .swiper-slide .row {
    bottom: 6em;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slideshow .swiper-slide .row {
    bottom: 5.5em;
  }
}
.swiper-slideshow .swiper-slide .titulo-wrapper {
  display: inline-block;
  margin-bottom: 9.375em;
}
@media screen and (max-width: 1300px) {
  .swiper-slideshow .swiper-slide .titulo-wrapper {
    margin-bottom: 8.5em;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-slideshow .swiper-slide .titulo-wrapper {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slideshow .swiper-slide .titulo-wrapper {
    margin-bottom: 2.5em;
  }
}
.swiper-slideshow .swiper-slide .titulo-0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.5);
}
.swiper-slideshow .swiper-slide .titulo-0 strong, .swiper-slideshow .swiper-slide .titulo-0 b {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  color: white;
}
.swiper-slideshow .swiper-slide .titulo-0 .indent {
  margin-left: 50%;
}
@media screen and (max-width: 1023px) {
  .swiper-slideshow .swiper-slide .titulo-0 .indent {
    margin-left: 41.66%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slideshow .swiper-slide .titulo-0 .indent {
    margin-left: 33.33%;
  }
}
.swiper-slideshow .swiper-pagination.swiper-pagination-bullets {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: auto;
  bottom: 2.5em;
  margin: 0;
  -webkit-transform: none;
          transform: none;
}
@media screen and (max-width: 1300px) {
  .swiper-slideshow .swiper-pagination.swiper-pagination-bullets {
    bottom: 2.375em;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-slideshow .swiper-pagination.swiper-pagination-bullets {
    bottom: 2.25em;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slideshow .swiper-pagination.swiper-pagination-bullets {
    bottom: 2em;
  }
}
.swiper-slideshow .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 7.5em;
  height: 0.3125em;
  display: block;
  margin: 0 0.3125em;
  border-radius: 0.3125em;
  background-color: white;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .swiper-slideshow .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7em;
  }
}
@media screen and (max-width: 1023px) {
  .swiper-slideshow .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6em;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slideshow .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 5em;
  }
}
.swiper-slideshow .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-slideshow .logo-wrapper img {
  width: 100%;
  max-width: 12.6875em;
  height: auto;
  display: block;
}
.swiper-slideshow .caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-slideshow .caption p {
  display: inline-block;
  margin: 0.95em 0 0;
  font-family: "DINOT", "DIN Alternate", sans-serif;
  font-size: 1.25em;
  line-height: 150%;
}
@media screen and (max-width: 1023px) {
  .swiper-slideshow .caption p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slideshow .caption p {
    font-size: 1em;
  }
}
.swiper-slideshow .caption p.subtitulo-caption {
  margin: 0;
  font-family: "Futura Std", sans-serif;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}