.about-slider {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background-color: #0d0d0d;
}

.about-slider .splide__track,
.about-slider .splide__list,
.about-slider .splide__slide {
  height: 100%;
  text-decoration:none!important;
}

.about-slide {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  background-color: #0d0d0d;
  color: #ffffff;
}

.about-slide__content {
  position: relative;
  z-index: 2;
  width: min(55%, 760px);
  margin-left: 100px;
  padding: 40px 0;
}

.about-slide__title {
  margin: 0 0 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 100%;
  width: 100%;
}

.about-slide__text {
  width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
}

.about-slide__text span {
  padding: 2px 5px;
  background-color: #ED1C24;
  color: #ffffff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.about-slide__image-wrapper {
  position: absolute;
  top: 0;
  right: 75px;
  width: 48%;
  height: 100%;
  pointer-events: none;
}

.about-slide__image-wrapper_full {
  position: absolute;
  bottom: 0;
  right: 0;
  width:100%;
  height: auto;
  pointer-events: none;
  opacity: .25;
}

.about-slide__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.about-citys{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  flex-wrap:wrap;
  gap:15px;
  width: 100%;
}

.content-city{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction: column;
    padding:10px;
}

.content-city img{
    width: 65px;
}

/* Paginación vertical */

.about-slider .splide__pagination {
  top: 50%;
  bottom: auto;
  left: 50px;
  right: auto;

  display: flex;
  flex-direction: column;
  gap: 4px;

  width: auto;
  padding: 0;
  transform: translateY(-50%);
}

.about-slider .splide__pagination__page {
  width: 6px;
  height: 8px;
  margin: 0;
  padding: 0;

  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background-color: transparent;

  opacity: 1;
  transform: none;

  transition:
    height 0.35s ease,
    border-radius 0.35s ease,
    background-color 0.35s ease;
}

.about-slider .splide__pagination__page.is-active {
  width: 6px;
  height: 16px;
  border: 0;
  border-radius: 10px;
  background-color: #f21e1e;
  transform: none;
}

/* Animación de entrada */

.about-slide__title,
.about-slide__text,
.about-citys {
  opacity: 0;
  transform: translateY(30px);

  transition:
    opacity 0.7s ease,
    transform 0.7s ease;
}

.about-slider .splide__slide.is-active .about-slide__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.about-slider .splide__slide.is-active .about-slide__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.35s;
}

.about-slider .splide__slide.is-active .about-citys {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.25s;
}






/* lg */ @media (max-width: 1199px) {}
/* md */ @media (max-width: 991px) {

.about-slide {
    align-items: flex-end;
  }

  .about-slide__content {
    width: 100%;
    margin-left: 0;
    padding: 0 30px 80px 65px;
  }

 .about-slide__title {
    width: 85%;
 }

  .about-slide__text {
    width: 85%;
  }

  .about-slide__image-wrapper {
    top: 0;
    right: 80px;
    width: 90%;
    height: 72%;
    opacity: 0.65;
  }

  .about-slider .splide__pagination {
    left: 24px;
  }

  .about-citys{
    gap:5px;
    width: 85%;
  }


}
/* sm */ @media (max-width: 767px) {

.about-slide__image-wrapper {
    top: 0;
    right: 80px;
    width: 90%;
    height: 72%;
    opacity: 0.65;
  }

   .about-slide__title {
    width: 80%;
 }

  .about-slide__text {
    width: 80%;
  }

  .about-citys{
    width: 80%;
  }



}
/* xs */ @media (max-width: 575px) {


.about-slider,
  .about-slide {
    height: 100svh;
    min-height: 100svh;
  }

  .about-slide__content {
    padding: 0 20px 60px 20px
  }

  .about-slide__title {
    margin-bottom: 16px;
    width: 100%;
  }

  .about-slide__text {
    width: 100%;
  }


  .about-slide__image-wrapper {
    right: 0px;
    width: 125%;
    height: 65%;
  }

  .about-slider .splide__pagination {
    left: 18px;
  }

  .about-citys{
    gap:5px;
    width: 100%;
    padding-left: 20px;
  }

  .content-city img{
    width: 50px;
}

.resistencia{
    font-size:50px;
}


}
/* xxs */ @media (max-width: 430px) {}