/** Shopify CDN: Minification failed

Line 21:18 Unexpected "{"
Line 21:27 Expected ":"
Line 21:34 Unexpected "{"
Line 26:20 Unexpected "{"
Line 26:29 Expected ":"
Line 35:20 Unexpected "{"
Line 35:29 Expected ":"
Line 46:20 Unexpected "{"
Line 46:29 Expected ":"
Line 61:20 Unexpected "{"
... and 9 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:club-header (INDEX:9) */
#shopify-section-{{ section.id }} {
    display: block !important;
    width: 100% !important;
  }

  #shopify-section-{{ section.id }} .club-header {
    background-color: var(--club-header-bg, #ffffff) !important;
    padding-top: var(--club-header-pt, 60px) !important;
    padding-bottom: var(--club-header-pb, 60px) !important;
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  #shopify-section-{{ section.id }} .club-header__contenedor {
    max-width: 860px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-align: center !important;
    display: block !important;
    float: none !important;
  }

  #shopify-section-{{ section.id }} .club-header__titulo {
    font-family: 'Arial Black', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 900 !important;
    font-size: 2.4rem !important;
    line-height: 1.15 !important;
    color: var(--club-header-color-titulo, #0a35c8) !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    letter-spacing: -0.5px !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
  }

  #shopify-section-{{ section.id }} .club-header__subtitulo {
    font-family: 'Arial', 'Helvetica Neue', Arial, sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.2rem !important;
    line-height: 1.5 !important;
    color: var(--club-header-color-subtitulo, #0099ff) !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
  }

  @media (min-width: 749px) {
    #shopify-section-{{ section.id }} .club-header__titulo {
      font-size: 3rem !important;
    }

    #shopify-section-{{ section.id }} .club-header__subtitulo {
      font-size: 1.35rem !important;
    }
  }

  @media (min-width: 1200px) {
    #shopify-section-{{ section.id }} .club-header__titulo {
      font-size: 3.6rem !important;
    }

    #shopify-section-{{ section.id }} .club-header__subtitulo {
      font-size: 1.5rem !important;
    }
  }
/* END_SECTION:club-header */