/* Estilos para Slider principal home*/


.content-slide {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-10%, -50%);
}

.slide-text {
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: 0.25px;
  margin-bottom: 0;
}

.slide-content-1 .slide-text {
  color: #fff;
}

.slide-heading {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
}

.slide-content-1 .slide-heading {
  color: #fff;
}

.slide-subheading {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 24px;
  margin-top: 5px;
}

.slide-content-1 .slide-subheading {
  color: #fff;
}

.slide-btn {
  margin-top: 24px;
}

.slide-img {
  height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}



.arrows-white svg {
  stroke: #fff;
}

.slideshow-section:hover .arrow-slider {
  opacity: 1;
  visibility: visible;
}

.dots-white .slick-dots li {
  background-color: #fff;
}

.slick-dots li.slick-active {
  background-color: var(--primary-color);
}

[data-animation] {
  opacity: 0;
}

.animate__animated[data-animation] {
  opacity: 1;
}

.slide-content [data-animation]:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.slide-content [data-animation]:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.slide-content [data-animation]:nth-child(3) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.slide-content [data-animation]:last-child {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.slide-content {
  max-width: 655px;
}

@media (max-width: 991px) {
  .slide-text {
    font-size: 28px;
  }

  .slide-heading {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  .slide-text {
    font-size: 24px;
  }

  .slide-heading {
    font-size: 48px;
  }

  .slide-img {
    height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .content-slide {
    top: 50%;
    right: 2%;
    transform: translate(-2%, -50%);
    text-align: right;
  }
}
