.swiper-pagination-sd {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  bottom: 0;
  height: 26px;
  margin: 20px 0;
}
@media (min-width: 1359px) {
  .swiper-pagination-sd {
    margin: 35px 0;
  }
}
.swiper-pagination-sd div.swiper-pagination {
  background-color: var(--bg-c1);
  top: initial;
  right: initial;
  left: initial;
  bottom: initial;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 10px;
  row-gap: 5px;
  position: relative;
}
.swiper-pagination-wp {
  position: absolute;
  margin: 0;
}
@media (min-width: 1359px) {
  .swiper-pagination-wp {
    width: 26px;
    height: 100%;
    align-items: center;
    right: 0;
  }
}
.swiper-pagination-wp div.swiper-pagination {
  border-radius: 10px 10px 0 0;
}
@media (min-width: 1359px) {
  .swiper-pagination-wp div.swiper-pagination {
    width: 100%;
    height: auto;
    flex-direction: column;
    border-radius: 10px 0 0 10px;
    padding: 8px 0;
  }
}
.swiper-pagination-wppd {
  left: 0;
}
@media (min-width: 1359px) {
  .swiper-pagination-wppd {
    left: 40px;
  }
}
.swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  position: relative;
  opacity: 1;
  margin: 0 3px;
  background-color: transparent;
}
@media (max-width: 577px) {
  .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    width: 48px;
    height: 48px;
    margin: 0;
  }
}
.swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(3.5px, 3.5px);
  width: 8px;
  height: 8px;
  background-color: var(--bg-c1);
}
@media (max-width: 577px) {
  .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet:after {
    top: 40%;
    left: 30%;
  }
}
.swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background-color: #d0d5d6;
}
@media (max-width: 577px) {
  .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet:before {
    top: 40%;
    left: 30%;
  }
}
.swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: var(--bg-c2);
}
.slider {
  width: 100%;
  height: auto;
  position: relative;
}
.slider__item {
  position: relative;
  width: 100%;
  height: 680px;
  display: flex;
}
.slider__item:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0.4;
}
.slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover; /*cover;*/
  width: 100%;
  height: 100%;
  z-index: -2;
}
.slider__texto {
  width: 100%;
  max-width: 1124px;
  padding: 100px 10px 0;
  margin: auto;
  color: var(--tx-c1);
}
.slider__texto_content {
  width: 100%;
  max-width: 563px;
}
.slider__texto h1 {
  font-size: 3.4118rem;
  line-height: 83%;
  letter-spacing: -1px;
  margin: 0;
  font-size: clamp(2.5rem, 10vw, 3.4118rem);
}
.slider__texto p {
  font-size: 18px;
  width: 100%;
  max-width: 358px;
  text-align: justify;
}
.slider-productos {
  width: 100%;
}
.info-free-shipping {
  width: 100%;
  min-height: 158px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.info-free-shipping h2 {
  font-size: clamp(1.5rem, 6vw, 2.1765rem);
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}
.info-free-shipping h2:before {
  filter: var(--fl-c3);
  content: "";
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='33'%20height='31'%20fill='none'%20xmlns:v='https://vecta.io/nano'%3e%3cpath%20d='M10.05%209.979h12.667M10.05%2016.313h9.5m-4.766%209.826l-4.734%202.84v-4.75H6.883a4.75%204.75%200%200%201-4.75-4.75V6.813a4.75%204.75%200%200%201%204.75-4.75h19a4.75%204.75%200%200%201%204.75%204.75v9.5m-9.5%209.5l3.167%203.167%206.333-6.333'%20stroke='%23000'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")
    center center no-repeat;
  display: inline-block;
  width: 33px;
  height: 31px;
  margin: 0 2px 0 0;
}
.make-more {
  width: 100%;
}
.make-more--wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 856px) {
  .make-more--wrap {
    flex-wrap: nowrap;
    flex-direction: row;
  }
}
.make-more__text {
  padding: 0 10px 25px;
}
.make-more__text h2 {
  margin: 0;
  font-size: clamp(2.5rem, 12vw, 8.2353rem);
  line-height: 83%;
  letter-spacing: -0.4px;
}
@media (min-width: 856px) {
  .make-more__text h2 strong {
    color: var(--tx-c1);
  }
}
.make-more__text p {
  width: 100%;
  max-width: 330px;
}
@media (min-width: 856px) {
  .make-more__text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 116px 10px 10px 116px;
    z-index: 1;
  }
}
.make-more__col1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  order: 2;
}
@media (min-width: 856px) {
  .make-more__col1 {
    width: 480px;
    flex-basis: 480px;
    flex-shrink: 0.5;
    order: 1;
  }
}
.make-more__col1 img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.make-more__col2 {
  position: relative;
  height: 500px;
}
@media (min-width: 856px) {
  .make-more__col2 {
    order: 2;
    height: initial;
  }
}
.make-more__col2 .bloq__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.make-more__col2 .bloq__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 856px) {
  .make-more__col2 .bloq__image img {
    height: 100%;
  }
}
.make-more__col2 .bloq__text {
  width: 100%;
  max-width: 380px;
  min-height: 98px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bg-c3);
  color: var(--tx-c1);
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (min-width: 856px) {
  .make-more__col2 .bloq__text {
    padding: 10px 50px;
    max-width: 480px;
    min-height: 298px;
  }
}
.make-more__col2 .bloq__text p {
  font-size: 2.1765rem;
  font-size: clamp(1.5rem, 5vw, 2.1765rem);
  letter-spacing: -0.3px;
  line-height: 88%;
}
.featured-blog {
  width: 100%;
  padding-bottom: 50px;
}
.blog {
  background-color: var(--bg-c5);
  width: 100%;
  min-height: 382px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px 30px 0;
}


@media (min-width: 1049px) {
  .blog {
    padding: 0;
  }
}
.blog:nth-child(2n) {
  background-color: var(--bg-c1);
}
.blog__title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 100% 1 0;
  padding-left: 30px;
  margin-top: 30px;
}
@media (min-width: 1049px) {
  .blog__title {
    flex: 358px 1 0;
    padding: 0 65px;
    margin: 66px 0;
  }
}
.blog__title--share {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog__title--share h3 {
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-family: var(--ft-f2);
}
.blog__title--share span {
  display: flex;
  align-items: center;
  column-gap: 9px;
}
.blog__title--share span:before {
  content: " ";
  width: 36px;
  height: 36px;
  display: block;
  background: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='37'%20height='36'%20fill='none'%20xmlns:v='https://vecta.io/nano'%3e%3cg%20fill='%23000'%3e%3cpath%20d='M25.401%2031.032l-3.194%203.191c-1.29%201.278-2.809%201.868-4.56%201.766-1.716-.102-2.982-.855-4.251-2.155l-2.813-2.828c-.055-.055-.119-.081-.197-.083-1.022-.026-1.922-.105-2.702-.23-3.959-.639-6.378-2.828-7.26-6.563-.25-1.062-.383-2.333-.394-3.816l-.029-8.571C.008%209.859.068%207.68.645%205.966%201.719%202.78%203.984.891%207.441.299%208.615.097%2010.108%200%2011.916%200L25.32.019a19.75%2019.75%200%200%201%203.507.318c3.911.713%206.414%203.46%206.958%207.507.138%201.027.212%202.165.219%203.415l-.019%208.759c-.014%201.297-.074%202.697-.347%203.921-.827%203.721-3.125%205.95-6.891%206.687-1.015.197-2.093.238-3.115.302a.34.34%200%200%200-.23.105zm2.314-4.791c3.36-.454%203.747-3.13%203.769-5.917l-.021-9.726c-.038-3.013-.48-5.439-3.895-5.912a15.21%2015.21%200%200%200-1.903-.145L10.35%204.529c-3.928.026-5.708%201.245-5.803%205.351a249.36%20249.36%200%200%200-.012%2011.083c.05%202.369.585%204.629%203.272%205.183.981.202%202.079.295%203.298.283.825-.007%201.568.318%202.227.979l3.648%203.648c.618.618%201.457.597%202.044.005l3.809-3.795c.549-.539%201.155-.81%201.82-.813a24.11%2024.11%200%200%200%203.063-.212zM24.84%209.001l-5.233.009c-1.18.002-2.135.96-2.133%202.14v.209c.002%201.18.96%202.135%202.14%202.133l5.233-.009c1.18-.002%202.135-.96%202.133-2.14v-.209c-.002-1.18-.96-2.135-2.14-2.132z'/%3e%3cuse%20xlink:href='%23B'/%3e%3cuse%20xlink:href='%23B'%20y='8.441'/%3e%3cpath%20d='M24.847%2017.451l-5.247.009a2.13%202.13%200%200%200-2.128%202.135v.204a2.13%202.13%200%200%200%202.135%202.128l5.247-.009a2.13%202.13%200%200%200%202.128-2.135v-.204a2.13%202.13%200%200%200-2.135-2.128z'/%3e%3c/g%3e%3cdefs%20%3e%3cpath%20id='B'%20d='M11.816%2013.497a2.25%202.25%200%200%200%202.248-2.248%202.25%202.25%200%200%200-2.248-2.248%202.25%202.25%200%200%200-2.248%202.248%202.25%202.25%200%200%200%202.248%202.248z'/%3e%3c/defs%3e%3c/svg%3e")
    center center no-repeat;
  filter: var(--fl-c2);
}
.blog__title--share span strong {
  font-weight: 800;
}
.blog__title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 37px;
  line-height: 87%;
  letter-spacing: -1px;
}
.blog__description {
  margin-top: 30px;
  padding-left: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 300px 1 0;
}
@media (min-width: 1049px) {
  .blog__description {
    justify-content: space-between;
    flex: 390px 1 0;
    margin: 66px 0;
    padding: 0 71px 0 47px;
  }
  .blog__description:after {
    content: " ";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--bg-c2);
  }
}
.blog__description p {
  margin-top: 0;
  text-align: justify;
}
.blog__image {
  padding: 30px 0 0 30px;
  flex: 255px 1 0;
}

@media (min-width: 1049px) {
  .blog__image {
    padding: 0;
  }
}
.blog__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}




/*Móviles*/
@media (max-width: 768px) {
  .slider__item {
    height: auto;  /* o un valor más pequeño, ej: 400px */
    min-height: 300px; /* ajusta según necesites */
  }
  .slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain; /*cover;*/
  width: 100%;
  height: 129%;
  z-index: -2;
}





