#highlights,
#highlightsContainer {
  width: 100%;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  height: auto !important;
  margin-bottom: 0px;
}

.highlight {
  position: relative;
  display: block;
  height: auto !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: 100%;
}

.highlight img {
  width: 100%;
}

#highlights .slick-dots li {
  width: 25px;
}

#highlights .slick-dots li button:before {
  border: none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  color: transparent;
  opacity: 1;
  font-size: 0px;
  background-color: white;
}

#highlights .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #828579;
  top: -1px;
}

#highlights .slick-dots {
  display: none !important;
}
.bannerTitle {
  position: absolute;
  z-index: 1;
  color: #ffffff;
  bottom: 5vw;
  text-transform: uppercase;
  left: 0%;
  padding: 4rem 4rem 4rem 7%;
  font-size: 3.6rem;
  line-height: 4rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.04);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
.bannerTitle p {
  margin: 0;
  box-sizing: border-box;
  position: relative;
}
.title {
  color: #4da034;
  font-size: 2.5rem;
  line-height: 2.9rem;
  font-weight: 600;
  width: 60rem;
  text-align: center;
  margin: 6rem auto 3rem;
}
.info {
  color: #464646;
  width: 77rem;
  text-align: center;
  line-height: 2rem;
  font-size: 1.6rem;
  margin: 0 auto 4rem;
}
.info[data-aos="fade-up"] {
  transform: translate3d(0, 40px, 0);
}
.aboutGo {
  width: 14rem;
  font-size: 1.4rem;
  line-height: 3.8rem;
  text-align: center;
  margin: 0 auto 5rem;
}
/* animacion vector */
.enreVector {
  bottom: -4px;
  right: 0;
  position: absolute;
  z-index: 1;
  width: 454px;
}

svg .svg-elem-1 {
  stroke-dashoffset: 3446.397216796875px;
  stroke-dasharray: 3446.397216796875px;
  -webkit-transition: stroke-dashoffset 3.5s cubic-bezier(0.86, 0, 0.07, 1) 0.8s;
  transition: stroke-dashoffset 3.5s cubic-bezier(0.86, 0, 0.07, 1) 0.8s;
}

.enreVector.active .svg-elem-1 {
  stroke-dashoffset: 0;
}
/* fin animacion vector */

/* animacion imagen */
.highlightContainer {
  height: calc(100vh - 9.2rem);
  overflow: hidden;
  position: relative;
}
.kenburns-top {
  -webkit-animation: kenburns-top 25s ease-out both;
  animation: kenburns-top 25s ease-out both;
  object-fit: cover;
}

@-webkit-keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes kenburns-top {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform-origin: 50% 16%;
    transform-origin: 50% 16%;
  }
  100% {
    -webkit-transform: scale(1.25) translateY(-15px);
    transform: scale(1.25) translateY(-15px);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
/* fin animacion imagen */
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .highlightContainer {
    height: calc(65vh - 9.2rem);
    overflow: hidden;
  }
  .enreVector {
    bottom: unset;
    top: 0;
  }
  .info {
    width: 55rem;
  }
}

@media screen and (max-width: 768px) {
  .highlightContainer {
    height: calc(110vw - 6rem);
  }
  .bannerTitle {
    font-size: 1.7rem;
    line-height: 2.2rem;
    padding: 2rem 2.5rem 2rem 5%;
  }
  .enreVector {
    bottom: unset;
    right: -3rem;
    width: 20rem;
    top: -3rem;
  }

  .title {
    width: 85%;
    font-size: 2rem;
    line-height: 2.4rem;
  }
  .info {
    width: 80%;
    line-height: 1.9rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .highlightContainer {
    height: calc(90vw - 6rem);
  }
  .enreVector {
    width: 50%;
  }
  .bannerTitle {
    font-size: 4.5rem;
    line-height: 4.9rem;
    max-width: 60rem;
  }
  .groupItem {
    height: 300px;
  }

  .textColumn {
    width: 70% !important;
    margin-left: 15% !important;
    margin-top: 13px;
    margin-bottom: 10px;
  }
}
