.carrusel-imagenes {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .carrusel-imagenes {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.carrusel-imagenes .cmp-carrusel__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .carrusel-imagenes .cmp-carrusel__text-wrapper {
    margin-bottom: 40px;
  }
}
.carrusel-imagenes .cmp-carrusel__titulo {
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  color: #333f48;
  hyphens: auto;
}
@media (min-width: 1024px) {
  .carrusel-imagenes .cmp-carrusel__titulo {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1600px) {
  .carrusel-imagenes .cmp-carrusel__titulo {
    font-size: 64px;
    line-height: 72px;
  }
}
.carrusel-imagenes .cmp-carrusel__description p {
  color: #333f48;
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
}
.carrusel-imagenes .cmp-carrusel__carrusel {
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 30px;
  position: relative;
}
.carrusel-imagenes .image-block {
  display: inline-block;
  overflow: hidden;
  position: relative;
  flex: 1 0 auto;
  flex-basis: calc(100% /  1 - ((30px * (1 - 1)) / 1 ));
  max-width: calc(100% /  1 - ((30px * (1 - 1)) / 1 ));
}
@media (min-width: 850px) {
  .carrusel-imagenes .image-block {
    flex-basis: calc(100% /  2 - ((30px * (2 - 1)) / 2 ));
    max-width: calc(100% /  2 - ((30px * (2 - 1)) / 2 ));
  }
}
@media (min-width: 1050px) {
  .carrusel-imagenes .image-block {
    flex-basis: calc(100% /  3 - ((30px * (3 - 1)) / 3 ));
    max-width: calc(100% /  3 - ((30px * (3 - 1)) / 3 ));
  }
}
.carrusel-imagenes .image-block__img-wrapper {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 32px;
}
.carrusel-imagenes .image-block__img-wrapper__link {
  height: 100%;
  width: 100%;
}
.carrusel-imagenes .image-block__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.carrusel-imagenes .image-block__img-wrapper .image-block__play-icon {
  position: absolute;
  border: 1px solid #ffffff;
  border-radius: 100%;
  cursor: pointer;
  background: rgba(51, 63, 72, 0.5);
}
.carrusel-imagenes .image-block__img-wrapper .image-block__play-icon span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carrusel-imagenes .image-block__img-wrapper .image-block__play-icon span .icon-arrow {
  color: #ffffff;
  font-size: 85px;
}
.carrusel-imagenes .image-block__img-wrapper .socialLinks {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 20px;
  display: flex;
  gap: 10px;
}
.carrusel-imagenes .image-block__img-wrapper .socialLinks .iconHear {
  font-size: 17px;
  cursor: pointer;
  border: 1px solid #333f48;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333f48;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  font-size: 24px;
  background-color: #ffffff;
}
.carrusel-imagenes .image-block__img-wrapper .socialLinks .iconHear:hover {
  background-color: #d52b1e;
  border: none;
  color: #ffffff;
}
.carrusel-imagenes .image-block__img-caption {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.carrusel-imagenes .image-block__img-caption h3 {
  color: #333f48;
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 36px;
  /* 128.571% */
}
@media (min-width: 1024px) {
  .carrusel-imagenes .image-block__img-caption h3 {
    font-size: 32px;
    line-height: 40px;
    /* 120% */
  }
}
@media (min-width: 1600px) {
  .carrusel-imagenes .image-block__img-caption h3 {
    font-size: 40px;
    line-height: 48px;
    /* 120% */
  }
}
.carrusel-imagenes .image-block__img-caption p {
  width: 100%;
  white-space: break-spaces;
  color: #333f48;
  font-size: 14px;
  line-height: 22px;
  /* 157.143% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
}
.carrusel-imagenes .image-block__img-caption span {
  color: #333f48;
  font-size: 14px;
  line-height: 22px;
  /* 157.143% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
}
