/** Shopify CDN: Minification failed

Line 72:3 Expected "}" to go with "{"

**/
/* Hacer videos más grandes en artículos de blog */
.article__content iframe,
.article__content video,
.rte iframe,
.rte video {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9 !important;
}

/* Corregir espaciado de viñetas */
.article__content ul,
.rte ul {
  margin-left: 25px !important;
  padding-left: 0 !important;
}

.article__content li,
.rte li {
  margin-bottom: 12px !important;
  line-height: 1.6 !important;
}

.article__content li p,
.rte li p {
  margin: 0 !important;
  display: inline !important;
}




/* Carrusel lado a lado en desktop: texto izquierda, imagen derecha */
@media screen and (min-width: 750px) {
  .slideshow .slideshow__slide {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    min-height: 500px !important;
  }
  
  .slideshow .banner__content {
    width: 50% !important;
    flex: 0 0 50% !important;
    position: relative !important;
    padding: 60px !important;
    z-index: 2 !important;
    background-color: #f5f5f5 !important;
  }
  
  .slideshow .banner__media {
    width: 50% !important;
    flex: 0 0 50% !important;
    position: relative !important;
    height: 500px !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  
  .slideshow .banner__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
    margin: 0 !important;
  }