/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 166:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.code6-wrapper {
  width: 80%;
  max-width: 1280px !important;
  margin: 0 auto;

}


  .code6-section {
    padding: 20px 0px 20px 0px;
    width: 90%;
    margin: 0 auto;
     max-width: 1420px !important;
  }

  .code6-columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }

  .code6-text-column,
  .code6-slider-column {
    width: 50%;
    padding: 20px;
  }

  .code6-text-column img.logo {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .code6-text-column h2 {
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 800 !important;
  }

  .code6-text-column p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .code6-text-column ul {
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .code6-text-column ul li {
    margin-bottom: 10px;
  }

  .code6-button {
    display: inline-block;
    background-color: #e60000;
    color: #fff;
    padding: 12px 24px;
    font-weight: bold;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
  }
  .code6-button:hover {
    background-color: black;
    color: #fff;
  }

  .swiper {
    width: 100%;
    height: auto;
  }

  .swiper-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
.swiper-pagination-bullet {
  background-color: #ccc; /* color de los bullets inactivos */
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #E60000 !important; /* bullet activo */
}

  /* Responsive */
  @media (max-width: 980px) {
    .code6-wrapper {
  width: 100%;
 

}


  .code6-section {
 
    width: 80%;
 
  }
    
  .code6-columns {
  
    gap: 20px;
  }
    .code6-columns {
      flex-direction: column;
    }

    .code6-text-column,
    .code6-slider-column {
      width: 100%;
   
    }

    .code6-text-column h2 {
      font-size: 28px;
    }
    .code6-text-column img.logo {
       max-width: 240px;
    }
  }
   @media (max-width: 580px) {
     .code6-section {
 
    width: 100%;
 
  }
   }
  
  @keyframes spinWheel {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.swiper-slide-active img {
 animation: spinWheel 1.2s ease-in-out;

}

</style>