/* triangle */
#historiasexito {
  position: relative;
}
#historiasexito .triangle {
  width: 100%;
  height: 40px;
  display: inline-block;
  position: absolute;
  background: black;
  top: 0;
  background-image: url(https://kiodatacenters.com/hubfs/files/triangle-detail.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
}
/ triangle ----- /
#historiasexito .module__wrapper {
  padding-top: 75px;
  padding-bottom: 60px;
}
#historiasexito .text--h2 {
  margin-bottom: 24px;
}
/*-------- slider ---------- */
#historiasexito .slider__item {
  text-align: center;
}

#historiasexito .slider__item img {
  max-width: 162px;
  width: 162px;
  height: auto;
  margin: auto;
  cursor: pointer;
  filter: brightness(0) invert(1);
}

#historiasexito .slider__item:hover img,
#historiasexito .slider__item--active img {
  filter: brightness(0);
}
/*-------- content (video) ----------*/
#historiasexito .slider__content {
  background-color: white;
  padding-left: 12px;
  padding-top: 11.3px;
  padding-right: 12.2px;
  border-radius: 7px;
  padding-bottom: 5px;
}
#historiasexito .slider__video {
  background-color: black;
  min-height: 208px;
  position: relative;
}

#historiasexito .slider__video video {
  object-fit: fill;
  z-index: 2;
  position: relative;
}

#historiasexito .slider__video .slider__cta {
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#historiasexito .slider__video .cta.cta--watch-video {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
}

#historiasexito .slider__video .cta.cta--watch-video::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 29px;
  height: 4px;
  background-color: var(--sun-yellow);
  transform: translateX(0);
  transition: transform 0.6s;  
}

#historiasexito .slider__video .cta.cta--watch-video:hover::before {
  transform: translateX(500%);
}

#historiasexito .slider__video .cta.cta--watch-video img {
  width: 27px;
  height: 27px;
  margin-left: 20px;
}

/*-------- content (text) ----------*/
#historiasexito .slider__text img {
  max-width: 90px;
  margin-top: 42px;
}

#historiasexito .slider__text .slider__story {
  margin-top: 40px;
  line-height: 1.5;
  margin-bottom: 50px;
}

#historiasexito .slider__text .slider__client {
  margin-top: 42px;
}

#historiasexito .slider__text .slider__client b {
  color: black;
}
.line-arrow-img {
  position: relative;
  padding-right: 70px;
  display: inline-block;
  overflow: visible;
}
.line-arrow-img:after {
  content: "";
  position: absolute;
  right: 0;
  top: -6px;
  width: 45px;
  height: 45px;
  background-image: url(https://kiodatacenters.com/hubfs/files/arrow-more-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.text--space {
  letter-spacing: 1.6px;
}
.slider__client li {
  color: #000;
  font-family: 'Montserrat',sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
}
.slider__client li:last-child {
  margin-bottom: 0;
}
.data-center-tab .module__wrapper > h2.upr-line:before {
  left: auto;
  right: 0;
}
a.slider__ctaurl.ctattl.cta--more:empty {
  display: none;
}
.data-center-tab .slider__item--active {
  background: #000;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#historiasexito .slider__text {
  padding: 70px 20px 55px 8.5%;
}
.data-center-tab li.slider__item {
  width: 33.33% !important;
}
section.list-section {
  padding: 25px 26px;
}
.data-center-tab ul.slider {
  display: flex;
  text-align: center;
  width: 100%;
}
.data-center-tab ul.slider > div, .data-center-tab ul.slider > div > div {
  width: 100% !important;
}
.data-center-tab .slick-list.draggable {
  padding: 0 !important;
  text-align: center;
}
.data-center-tab li.slider__item {
  padding: 20px;
  cursor: pointer;
}
.data-center-tab h2.text--h2.text--black {
  position: relative;
}

.data-center-tab h3.slider__title{
  position: relative;
  line-height: 1.47;
}

.data-center-tab h3.slider__title:before{
  left:0;
  top:-18px;
}
.data-center-tab .text--bold.line-arrow {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.39;
  font-weight: bold;
  min-height: 48px;
  overflow-x: hidden;
  display: inline-block;
}
.data-center-tab .text--bold.line-arrow:before {
  bottom: 10px;
}
.data-center-tab .text--bold.line-arrow:after {
  top: 0;
}
#historiasexito .list-arow-yel li {
  position: relative;
  padding-left: 45px;
}
#historiasexito .list-arow-yel li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 24px;
  background-image: url(https://kiodatacenters.com/hubfs/files/arrow-yellow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#historiasexito .tab-mobile .slider__text {
  background: #fafafa;
  box-shadow: 0 3px 60px 0 rgba(0, 0, 0, 0.16);
  padding: 50px 0 0;
}
.tab-mobile .slider__text img {
  margin-top: 70px;
  display: block;
}
.tab-mobile .slider__text .slider__row__inner {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.tab-mobile .line-arrow {
  padding-bottom: 8px;
}
#historiasexito .tab-mobile .text.text--bold {
  text-align: center;
  margin: 0 auto;
}
.slid-tit > span {
  display: inline-block;
  height: 100%;
  background-image: url(https://kiodatacenters.com/hubfs/files/circle-plus.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 25px 0;
  padding-right: 48px;
}
.slid-tit.active > span {
  background-color: #000;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 15px;
  padding-right: 65px;
  background-image: url(https://kiodatacenters.com/hubfs/files/circle-minus.png);
  background-position: 95% center;
}
#historiasexito .tab-mobile .text.text--bold.slid-tit.active {
  padding-top: 20px;
}
.slider__mobile {
  border-bottom: 1px solid #fff;
}
.tab-mobile {
  display: none;
}
.tab-mobile .slider__text .slider__row__inner_mobile {
  padding: 0 26px;
}
.tab-mobile h3.text--h3 {
  font-size: 28px;
  margin-bottom: 40px;
  color: #646464;
}
.tab-mobile p.slider__story_mobile {
  line-height: 1.5;
  margin-bottom: 25px;
}
.tab-mobile a.cta_mobile.cta--more {
  font-size: 18px;
}
.tab-mobile .slider__text ul li {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-family: 'Montserrat',sans-serif;
  margin-bottom: 30px;
}
.tab-mobile a.cta_mobile.cta--more {
  margin-left: 45px;
}
.tab-mobile p:empty {
  display: none;
}
.tab-mobile .slider__text ul {
  margin-top: 20px;
}
.accordion-section-content .ver-btn:hover {
  background: #fff;
  color: #000;
  transition: .5s ease-in-out;
}
#historiasexito .slider__item.slick-slide h5 {
  font-size: 22px;
}
#historiasexito .module__wrapper > .text--h2 {
  max-width: 584px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 70px;
  text-align: right;
  line-height: 1.2;
}
#historiasexito .slider__text {
  position: relative;
  z-index: 1;
}
#historiasexito .slider__text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: Calc(100% + 42px);
  background: #fff;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.16);
  z-index: -1;
}

@media (max-width: 980px) {
  #historiasexito .triangle {
    background-size: contain;
    background-position-x: right;  
  }
}
@media (max-width: 768px) {
  #historiasexito .slider__content {
    margin-left: 26px;
    margin-right: 26px;
  }
  #historiasexito .module__wrapper {
    padding: 70px 26px;
  }
  #historiasexito .tab-mobile {
    display: block;
  }
  #historiasexito .slider__content, #historiasexito .slider {
    display: none;
  }

}
@media (min-width: 768px) {
  #historiasexito .slider__video {
    min-height: 416px;
  }

  #historiasexito .slider__video .slider__cta {
    min-height: 67px;
  }
}

@media (min-width: 900px) {
  #historiasexito .slider__content {
    display: flex;
  }

  #historiasexito .slider__video {
    margin-left: auto;
    max-width: 740px;
    width: 50%;
  }

  #historiasexito .slider__text {
    width: 50%;
  }

  #historiasexito .slider__text img {
    margin-top: 10px;
  }
  #historiasexito .list-arow-yel li {
    padding-right: 22px;
  }
  .data-center-tab h3.slider__title {
    max-width: 475px;
  }
}
@media (min-width: 1100px) {
  #historiasexito .slider__content {
    max-width: 100%;
    padding: 0px;
  }
}
@media (min-width:1366px) {
  #historiasexito .module__wrapper {
    padding-top: 85px;
    padding-bottom: 0;
  }
}