.blog-historias-de-exito,
.blog-historias-de-exito * {
  box-sizing: border-box;
}

.blog-historias-de-exito {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #5b5b5f;
}

.blog-historias-de-exito__section {
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 46px 0;
}

.blog-historias-de-exito__section--hero {
  background: #eaeaea;
}

.blog-historias-de-exito__section--white {
  background: #ffffff;
}

.blog-historias-de-exito__section--mosaic {
  background-color: #eaeaea;
}

.blog-historias-de-exito__mosaic-solo {
  background-color: #eaeaea;
  background-image: url("../asstes/images/bg-mozaico-2.png");
  background-repeat: repeat;
  background-size: 140px auto;
}

.blog-historias-de-exito__mosaic-group {
  margin: 0;
  padding: 0;
  background-color: #eaeaea;
  background-image: url("../asstes/images/bg-mozaico-2.png");
  background-repeat: repeat;
  background-size: 140px auto;
}

.blog-historias-de-exito__mosaic-group > .wp-block-group__inner-container {
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
}

.blog-historias-de-exito__mosaic-group .blog-historias-de-exito__mosaic-group-item {
  background: transparent;
}

.blog-historias-de-exito__wrap {
  width: min(100%, 1265px);
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 50px);
}

.blog-historias-de-exito__wrap--analysis {
  width: min(100%, 857px);
  padding-left: 0;
  padding-right: 0;
}

.blog-historias-de-exito__hero-grid,
.blog-historias-de-exito__split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
}

.blog-historias-de-exito__hero-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
}

.blog-historias-de-exito__hero-copy h1 {
  margin: 0 0 28px;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 700;
}

.blog-historias-de-exito__meta {
  margin: 0 0 30px;
}

.blog-historias-de-exito__meta p {
  margin: 0 0 12px;
  font-size: 25px;
  line-height: 1.22;
  font-weight: 300;
}

.blog-historias-de-exito__meta p:last-child {
  margin-bottom: 0;
}

.blog-historias-de-exito__meta p strong {
  font-weight: 700;
}

.blog-historias-de-exito__hero-copy h2,
.blog-historias-de-exito__copy h2,
.blog-historias-de-exito__section-title {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}

.blog-historias-de-exito__section-title--center {
  text-align: center;
}

.blog-historias-de-exito__hero-copy > p,
.blog-historias-de-exito__copy > p,
.blog-historias-de-exito__process-card p,
.blog-historias-de-exito__case-card p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 300;
}

.blog-historias-de-exito__copy > p:last-child,
.blog-historias-de-exito__process-card p:last-child,
.blog-historias-de-exito__case-card p:last-child {
  margin-bottom: 0;
}

.blog-historias-de-exito__hero-media img,
.blog-historias-de-exito__media-card img,
.blog-historias-de-exito__case-card img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-historias-de-exito__case-card img {
  border-radius: 15px;
}

.blog-historias-de-exito__hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
}

.blog-historias-de-exito__hero-media img {
  width: auto;
  max-width: min(100%, 560px);
  height: auto;
}

.blog-historias-de-exito__media-card {
  border-radius: 15px;
  overflow: hidden;
  background: transparent;
}

.blog-historias-de-exito__media-card--natural {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.blog-historias-de-exito__media-card--natural img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: none;
}

.blog-historias-de-exito__media-card--results {
  width: 556px;
  max-width: 100%;
  height: 387px;
  margin: 0 auto;
}

.blog-historias-de-exito__media-card--results .blog-historias-de-exito__gallery-track {
  height: 100%;
  align-items: center;
}

.blog-historias-de-exito__media-card--results [data-case-gallery-slide] {
  width: 100% !important;
  max-width: none !important;
  min-width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  margin-top: auto;
  margin-bottom: auto;
  object-position: center center;
  background: transparent;
}

.blog-historias-de-exito__media-card--conclusions {
  width: 554px;
  max-width: 100%;
  height: 333px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-historias-de-exito__media-card--conclusions img {
  width: 100% !important;
  max-width: none !important;
  min-width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  margin-top: auto;
  margin-bottom: auto;
  object-position: center center;
}


.blog-historias-de-exito__process-grid {
  display: grid;
  grid-template-columns: repeat(4, 252px);
  justify-content: center;
  gap: 50px;
}

.blog-historias-de-exito__process-card {
  background: #ffffff;
  border-radius: 15px;
  padding: 24px;
  width: 252px;
  height: 292px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.blog-historias-de-exito__list {
  margin: 0 0 18px;
  padding-left: 22px;
}

.blog-historias-de-exito__list li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 300;
}

.blog-historias-de-exito__list li:last-child {
  margin-bottom: 0;
}

.blog-historias-de-exito__cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.blog-historias-de-exito__case-card h3 {
  margin: 20px 0 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.blog-historias-de-exito__case-card a {
  display: block;
  margin-top: 16px;
  color: #707070;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.blog-historias-de-exito__wa-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  z-index: 30;
}
