/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 119:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .distribuidores-section {
    background: #f9f9f9;
    padding: 60px 20px;
    font-family: sans-serif;
  }

  .distribuidores-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
  }

  .distribuidores-container h2 {
    font-size: 36px;
    font-weight: 700;
    color: #183652;
    margin-bottom: 16px;
  }

  .distribuidores-container p {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
  }

  .filtro-ciudades {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
  }

  .filtro-ciudades button {
    background: none;
    border: 2px solid #183652;
    color: #183652;
    padding: 8px 16px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
  }

  .filtro-ciudades button.active,
  .filtro-ciudades button:hover {
    background: #183652;
    color: white;
  }

  .distribuidores-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    margin-bottom: 60px;
  }

  .distribuidor-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    width: 300px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    text-align: left;
  }

  .distribuidor-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #183652;
  }

  .distribuidor-card p,
  .distribuidor-card li {
    margin: 4px 0;
    color: #555;
    font-size: 15px;
  }

  .productos-chip {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }

  .chip {
    background: #183652;
    color: white;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 999px;
    font-weight: 500;
    display: inline-block;
    white-space: nowrap;
  }

  .map-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  }

  .distribuidor-hidden {
    display: none;
  }
</style>