.wrapper .footer {
  display: none;
}

figure {
  margin: 0;
}

.hide {
  display: none;
}

.hero {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.77);
}

.hero__video__holder {}

.hero__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.8);
}

.hero__video__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220.78vh;
  /* 100vh * (16 / 9) */
  height: 122vh;
  transform: translate(-50%, -50%);
  /* z-index: -1; */
  pointer-events: none;
}

@media screen and (min-width: 2000px) {
  .hero__video__wrapper {
    height: 150vh;
    width: 280vw;
  }
}

@media screen and (max-width: 1340px ) {
  .horizontalslider__slick .boxCenter {
    max-width: 990px;
  }
}

.hero__video__iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.hero__content {
  position: absolute;
  left: 50%;
  bottom: 22.5%;
  transform: translateX(-50%);
  z-index: 2;
  max-width: 410px;
}

.hero__content__image {
  display: block;
  max-width: 95%;
  margin: 0 auto 25px;
}

.hero__content__text {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  color: white;
  letter-spacing: 1px;
}

.hero__arrow {
  position: absolute;
  top: 50vh;
  right: 20px;
  transform: translateY(-50%);
}

.columntext {
  padding: 50px 0;
  text-align: left;
}

.columntext .boxCenter {
  column-gap: 30px;
  flex-direction: row;
  margin: 0 auto;
  justify-content: center;
  display: flex;
}

.columntext p {
  margin: revert;
  font-weight: 300;
}

.horizontalslider {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.horizontalslider__slick__item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 33%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  z-index: 1;
  pointer-events: none;
}

.horizontalslider .boxCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.horizontalslider .slick-dots {
  top: unset;
  bottom: 10%;
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
}

.horizontalslider .slick-dots li button {
  border-radius: 50%;
  background-color: transparent;
  border: solid 1px white;
}

.horizontalslider .slick-dots li.slick-active button {
  background-color: white;
}


.horizontalslider__slick__item {
  height: 100vh;
  position: relative;
}

.horizontalslider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.horizontalslider__slick__item__content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  max-width: 350px;
  text-align: right;
  transition: opacity 700ms ease;
  transition-delay: 200ms;
  opacity: 0;
}

.horizontalslider .slick-current .horizontalslider__slick__item__content{
  opacity: 1;
}

.horizontalslider__slick__item__content p {
  font-size: 43px;
  font-weight: 500;
  letter-spacing: 2.15px;
  line-height: 1.1em;
}

.horizontalslider__slick__item__next {
  display: block;
  margin: 20px 0 0 auto;
}

.depoimentos {
  padding: 50px 0 100px;
}

.depoimentos .boxCenter {
  display: block;
  margin: 0 auto;
}

.depoimentos__slider__item__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  background: radial-gradient(circle at top, #0D2852 0%, #000415 100%);
}

.depoimentos__slider .slick-slide {
  margin: 0 25px;
}

.depoimentos__slider__item__logo {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.depoimentos__slider__item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding: 20px;
  text-align: left;
}

.depoimentos__slider__item__content__text {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 23px;
}

.depoimentos__slider__item__content__nome {
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  display: block;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}

.depoimentos__slider__item__content__cargo {
  font-size: 12px;
  font-style: italic;
  display: block;
}

.depoimentos__slider__item__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.depoimentos .slick-next,
.depoimentos .slick-prev {
  background-image: none;
  width: 30px;
  height: 30px;
  border: solid 7px #CBCBC9;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-135deg);
}

.depoimentos .slick-next {
  transform: rotate(45deg);
}

.depoimentos .slick-dots {
  bottom: -50px;
}

.depoimentos .slick-dots li {
  width: auto;
  height: auto;
}

.depoimentos .slick-dots li button {
  border-radius: 50%;
  border: solid 1px #004195;
  background-color: transparent;
  width: 10px;
  height: 10px;
}

.depoimentos .slick-dots li.slick-active button {
  background-color: #004195;
}

.saibamais {
  padding: 160px 0 40px;
  background:
    radial-gradient(circle at 80% center, #0D2852 0%, #000415 100%);
  position: relative;
}

.saibamais__bk {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 65%;
  pointer-events: none;
  filter: brightness(0);
}

.saibamais .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
  z-index: 2;

}

.saibamais__title {
  text-align: right;
  padding-right: 40px;
  text-transform: uppercase;
}

.saibamais__title span {
  color: white;
  font-weight: 900;
  font-size: 61px;
  background-color: rgba(0, 0, 0, 0.37);
  display: table;
  margin: 0 0 0 auto;
  line-height: 0.9em;
  padding: 10px 10px 0 10px;
}

.saibamais__title span:last-child {
  font-size: 98px;
  font-style: italic;
  padding-top: 0;
}

.saibamais__title span:first-child {
  margin-right: 130px;
}

.saibamais__content {
  padding: 20px 0 20px 90px;
  border-left: solid 1px #fff;
  position: relative;
}

.saibamais__content::before {
  content: '';
  width: 38px;
  height: 51px;
  position: absolute;
  background: url(../images/saibamais-detail.png) no-repeat center / contain;
  left: 50px;
  top: -30px;
}

.saibamais__content::after {
  content: '';
  width: 38px;
  height: 51px;
  position: absolute;
  background: url(../images/saibamais-detail.png) no-repeat center / contain;
  bottom: -10px;
  left: 440px;
}

.saibamais__content__link {
  display: table;
  color: white;
  background-color: rgba(0, 0, 0, 0.37);
  padding: 5px 10px;
  text-transform: uppercase;
  margin-bottom: 14px;
  text-decoration: none;
  font-size: 30px;
  font-weight: 900;
  text-align: left;
  width: 100%;
  max-width: 360px;
}

.saibamais__content__link:hover {
  background-color: rgba(0, 0, 0, 0.77);
}

.saibamais__bottom {
  display: flex;
  justify-content: center;
  margin-top: 110px;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.saibamais__bottom p {
  color: white;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.29px;
  font-weight: 700;
  line-height: 1.2em;
}

.saibamais::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
  height: 50%;
}

@media screen and (max-width: 860px) {
  .hero__arrow {
    display: none;
  }

  .columntext .boxCenter {
    flex-wrap: wrap;
  }

  .horizontalslider__slick__item__content {
    max-width: 270px;
    padding-right: 15px;
  }

  .horizontalslider__slick__item__content p {
    font-size: 24px;
  }

  .horizontalslider .slick-dots {
    padding-right: 20px;
  }

  .depoimentos .slick-next {
    right: -5px;
    width: 20px;
    height: 20px;
    border-width: 5px;
  }

  .depoimentos .slick-prev {
    left: -5px;
    width: 20px;
    height: 20px;
    border-width: 5px;
  }

  .depoimentos__slider__item__content__text {
    font-size: 12px;
  }

  .saibamais .container {
    display: flex;
    flex-direction: column;
    row-gap: 100px;
  }

  .saibamais__content {
    padding: 0 50px;
    border-left: 0;
  }

  .saibamais__content::before {
    left: 20px;
    top: -40px;
  }

  .saibamais__content::after {
    left: unset;
    right: 30px;
    bottom: -30px;
  }
}