/** Shopify CDN: Minification failed

Line 69:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:feature-grid (INDEX:16) */
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");

  .slider-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
    overflow: hidden;
  }

  .swiper {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .swiper-wrapper {
    width: 100%;
  }

  .swiper-slide {
    width: auto;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 20px;
    overflow: hidden;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
  }

  .testimonial-header {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .testimonial-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1c1b1f;
    margin: 0;
  }

  .testimonial-header h3 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #4e4d52;
    margin-top: 10px;
  }
/* END_SECTION:feature-grid */

/* START_SECTION:imagen-slider (INDEX:25) */
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");

  .slider-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0;
    overflow: hidden;
  }

  .swiper {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .swiper-wrapper {
    width: 100%;
  }

  .swiper-slide {
    width: auto;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 20px;
    overflow: hidden;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
  }

  .testimonial-header {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .testimonial-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #1c1b1f;
    margin: 0;
  }

  .testimonial-header h3 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #4e4d52;
    margin-top: 5px;
  }
/* END_SECTION:imagen-slider */

/* START_SECTION:scala-icon-box (INDEX:56) */
.icon-boxes {
  text-align: center;
  padding: 40px 0;
  margin: 40px 0;
}

.icon-box {
  display: inline-block;
  margin: 0 20px;
  padding: 20px;
  border-radius: 4px;
  border: 0;
}


.icon-box .icon {
  width: 100px; /* Ajusta el ancho como sea necesario */
  height: 100px; /* Ajusta la altura como sea necesario */
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box .icon img {
  max-width: 100%; /* Asegura que el icono sea responsive y no exceda el tamaño de su contenedor */
  height: auto;
}

.icon-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333; /* Cambia el color del título si es necesario */
}

.icon-box p {
  font-size: 14px;
  color: #666; /* Cambia el color del texto si es necesario */
}
/* END_SECTION:scala-icon-box */