/** Shopify CDN: Minification failed

Line 16:0 Unexpected "<"
Line 93:18 Expected identifier but found whitespace
Line 93:20 Unexpected "{"
Line 93:27 Expected ":"
Line 93:58 Expected ":"
Line 96:2 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:rkn-full-width-banner (INDEX:2) */
<style>
    .video-text-section {
      display: flex !important;
      flex-wrap: wrap;
      align-items: center;
    }

    /*Escritorio */
    .desktop-video {
      width: 70%;
      height: 100%;
      padding: 0;
      position: relative;
      order: 1;
    }

    .desktop-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .text-column {
      width: 30%;
      padding: 3rem var(--page-gutter);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      text-align: left;
      order: 2;
    }

    .text-block p, .text-block h3 {
      margin: 0 0 10px 0;
    }

    /* Estilos para Móviles */
    .mobile-video {
      display: none;
      width: 100%;
      height: 100%;
      padding: 0;
      position: relative;
      order: 3;
    }

    .mobile-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Móviles */
    @media (max-width: 768px) {
      .video-text-section {
        flex-direction: column !important;
      }

      .desktop-video {
        display: none;
      }

      .mobile-video {
        display: block;
        order: 1;
      }

      .text-column {
        width: 100%;
        padding: 3rem var(--page-gutter);
        text-align: left;
        align-items: flex-start;
        order: 2;
      }

      .text-block {
        font-size: {{ block.settings.text_size_mobile }}px;
      }
    }
  </style>
/* END_SECTION:rkn-full-width-banner */

/* START_SECTION:custom-tex-box (INDEX:19) */
.custom-component {
  width: 100%;
  margin: auto;
}

 @media (max-width: 768px) {
    .custom-component {
      padding: 20px !important;
    }
  }
/* END_SECTION:custom-tex-box */