#content-historias .text-info .title {
  width: 90%;
  margin: 1rem auto 3rem;
  font-size: 26px;
  line-height: 32px;
  position: relative;
}

.main-content-cards {
  position: relative;
}

.content-cards .card-item .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  gap: 25px;
  font-size: 9px;
}

.card-item .title-ciudad {
  margin: 0 auto;
  width: max-content;
  padding: 3px 20px;
  font-size: 16px;
  background-color: #735b03;
  color: var(--white);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
}

.card-item .cards-shadow {
  margin: 0 auto 4rem;
  width: 80%;
  display: grid;
  grid-template-columns: 50% 50%;
  justify-content: center;
  gap: 8px;
  box-shadow: 0px 0px 26px -6px rgba(0, 0, 0, 0.75);
  background-color: #c4c4c4;
}

.card-item .white-card {
  color: #735b03;
  text-align: left;
  background-color: var(--white);
}

.card-item .brown-card {
  background-color: #735b03;
  color: var(--white);
  text-align: left;
}

.card-item .brown-card,
.card-item .white-card {
  min-height: 300px;
  display: grid;
  grid-template-rows: 16% 69% 9% 6%;
}

.card-item .title-card {
  margin: 6px auto 0;
  width: 90%;
  font-size: 0.8rem;
  line-height: 19px;
}

.card-item .testimonio {
  margin: 0 auto;
  width: 90%;
  line-height: 12px;
}

.card-item .cinta {
  padding: 4px;
  align-self: center;
  font-size: 4.8px;
  text-align: center;
}

.card-item .brown-card .cinta {
  color: #735b03;
  background-color: var(--white);
}

.card-item .white-card .cinta {
  color: var(--white);
  background-color: #735b03;
}

.Wth-numero {
  margin: 0 auto;
  width: 78%;
  height: max-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3px;
  font-weight: bold;
}
.card-item .Wth-numero .wts-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}
.card-item .white-card .Wth-numero .wts-icon {
  background-image: url(/pages/persons/hurto-cable/content-historias/assets/base-icon-card_whatsapp.webp);
}

.card-item .brown-card .Wth-numero .wts-icon {
  background-image: url(/pages/persons/hurto-cable/content-historias/assets/base-icon-card_whatsapp_brown.webp);
}

.tecno__controls2 {
  flex-direction: column-reverse;
  gap: 8px;
  position: absolute;
  right: 0;
  left: 0;
  top: calc(50% - 20px);
}

.m-button-control45 {
  width: 27px;
  height: 27px;
  background-image: url(/pages/persons/hurto-cable/content-historias/assets/carrusel-row.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  cursor: pointer;
}

.m-button-control45--prev {
  transform: scaleX(-1);
  position: absolute;
  left: 0%;
}

.m-button-control45--next {
  position: absolute;
  right: 0%;
}
@media (min-width: 360px) {

    .text-info .title {
        max-width: 1110px;
    }
  #content-historias {
    margin: 0 auto 4rem;
  }
  .card-item .brown-card,
  .card-item .white-card {
    min-height: 300px;
    display: grid;
    grid-template-rows: 19% 58% 9% 13%;
  }
  .card-item .title-card {
    font-size: 1rem;
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  .main-content-cards {
    margin: 0 auto;
    width: 80%;
    max-width: 900px;
  }
  .content-cards .card-item .card-content {
    gap: 40px;
  }

  .content-cards {
    margin: 0 auto;
    width: 100%;
  }
  .card-item .title-ciudad {
    padding: 3px 40px;
    font-size: 20px;
  }
  .card-item .cards-shadow {
    width: 89%;
    margin: 0 auto 1rem;
    font-size: 16px;
    max-width: 840px;
    gap: 14px;
  }

  .card-item .brown-card,
  .card-item .white-card {
    min-height: 480px;
    grid-template-rows: 26% 55% 8% 11%;
  }

  .card-item .title-card {
    margin: 1rem auto 0;
    width: 88%;
    font-size: 38px;
    line-height: initial;
  }

  .card-item .testimonio {
    width: 88%;
    line-height: 24px;
  }

  .card-item .cinta {
    font-size: 10px;
  }
  .card-item .Wth-numero .wts-icon {
    width: 18px;
    height: 18px;
  }
  .mobile-spc {
    display: none;
  }

  .m-button-control45 {
    width: 40px;
    height: 60px;}

    .m-button-control45--prev {
        left: -6%;
    }

    .m-button-control45--next {
        right: -6%;
    }
}
