/** Shopify CDN: Minification failed

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

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:3-bloques (INDEX:0, SCOPED:FALSE) */
.info-blocks-banner {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.blocks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: start;
}

.info-block {
  background: #F7F5ED;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.info-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.block-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1;
}

.block-heading {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 10px 0;
  color: #333;
}

.block-subheading {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 15px 0;
  color: #555;
}

.block-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #666;
  margin: 0;
}

/* Tablet */
@media screen and (max-width: 990px) {
  .blocks-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .info-block:last-child {
    grid-column: 1 / -1;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
  }
  
  .block-heading {
    font-size: calc(var(--heading-size, 28px) * 0.9);
  }
  
  .block-subheading {
    font-size: calc(var(--subheading-size, 20px) * 0.9);
  }
  
  .block-text {
    font-size: calc(var(--text-size, 16px) * 0.95);
  }
}

/* Mobile */
@media screen and (max-width: 768px) {
  .info-blocks-banner {
    padding: 40px 0;
  }
  
  .blocks-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .info-block {
    padding: 30px 25px;
  }
  
  .info-block:last-child {
    grid-column: auto;
  }
  
  .block-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  
  .block-heading {
    font-size: calc(var(--heading-size, 28px) * 0.85);
    margin-bottom: 8px;
  }
  
  .block-subheading {
    font-size: calc(var(--subheading-size, 20px) * 0.85);
    margin-bottom: 12px;
  }
  
  .block-text {
    font-size: calc(var(--text-size, 16px) * 0.9);
  }
}

@media screen and (max-width: 480px) {
  .info-blocks-banner {
    padding: 30px 0;
  }
  
  .info-block {
    padding: 25px 20px;
  }
  
  .block-icon {
    font-size: 2rem;
  }
  
  .block-heading {
    font-size: calc(var(--heading-size, 28px) * 0.75);
  }
  
  .block-subheading {
    font-size: calc(var(--subheading-size, 20px) * 0.8);
  }
  
  .block-text {
    font-size: calc(var(--text-size, 16px) * 0.85);
  }
}
/* END_SECTION:3-bloques */

/* START_SECTION:h2 (INDEX:1, SCOPED:FALSE) */
.h2-section-wrapper {
  width: 100%;
  padding: 40px 0;
}

.page-width {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.h2-section-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: #333;
}

@media screen and (max-width: 768px) {
  .h2-section-wrapper {
    padding: 30px 0;
  }
  
  .h2-section-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .h2-section-wrapper {
    padding: 25px 0;
  }
  
  .h2-section-title {
    font-size: 1.3rem;
  }
}
/* END_SECTION:h2 */

/* START_SECTION:brand-slider (INDEX:9, SCOPED:FALSE) */
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

.brands-slider-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background-color: transparent;
}

.brands-title {
  font-family: 'Questrial', sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 60px 0;
  color: #333;
  letter-spacing: 0.5px;
}

.brands-slider-container {
  width: 100%;
  position: relative;
}

.brands-slider-track {
  display: flex;
  width: fit-content;
}

.brands-slider-track.autoplay {
  animation: scroll var(--animation-duration, 30s) linear infinite;
}

.brands-slider-group {
  display: flex;
  gap: 60px;
  padding: 0 30px;
}

.brand-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 80px;
}

.brand-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.brand-link:hover {
  transform: scale(1.05);
}

.brand-logo {
  max-width: 150px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: all 0.3s ease;
}

.brand-link:hover .brand-logo,
.brand-item:hover .brand-logo {
  transform: scale(1.05);
}

.brand-placeholder {
  width: 150px;
  height: 80px;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.brand-placeholder svg {
  width: 40px;
  height: 40px;
  color: #999;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media screen and (max-width: 768px) {
  .brands-title {
    font-size: 26px;
    margin: 0 0 45px 0;
  }
  
  .brands-slider-group {
    gap: 40px;
    padding: 0 20px;
  }
  
  .brand-item {
    min-width: 120px;
    height: 60px;
  }
  
  .brand-logo {
    max-width: 120px;
    max-height: 60px;
  }
  
  .brand-placeholder {
    width: 120px;
    height: 60px;
  }
}

@media screen and (max-width: 480px) {
  .brands-slider-wrapper {
    padding: 40px 0;
  }
  
  .brands-title {
    font-size: 22px;
    margin: 0 0 25px 0;
  }
  
  .brands-slider-group {
    gap: 30px;
    padding: 0 15px;
  }
  
  .brand-item {
    min-width: 100px;
    height: 50px;
  }
  
  .brand-logo {
    max-width: 100px;
    max-height: 50px;
  }
  
  .brand-placeholder {
    width: 100px;
    height: 50px;
  }
}
/* END_SECTION:brand-slider */