  .contenedor_tiendas {
      max-width: 900px;
      margin: 40px auto;
      display: flex;
      gap: 20px;
      font-family: 'Space Grotesk', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
    .lista_tiendas {
      width: 30%;
    }
    .lista_tiendas ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .lista_tiendas li {
      padding: 12px;
      background: #f2f2f2;
      border-bottom: 1px solid #ddd;
      cursor: pointer;
    }
    .lista_tiendas li.activo {
      background: #e63946;
      color: white;
      font-weight: bold;
    }
    .mapa {
      width: 70%;
    }
    h2 {
      text-align: center;
      margin: 20px 0;
      font-size: 28px;
      color: #222;
    }
    h2 span {
      color: #e63946; /* color rojo para INNOVA */
    }
    .contenedor_tiendas {
      max-width: 950px;
      margin: 30px auto;
      display: flex;
      gap: 20px;
    }
    .lista_tiendas {
      width: 30%;
    }
    .lista_tiendas ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .lista_tiendas li {
      padding: 14px;
      background: #f2f2f2;
      border-bottom: 1px solid #ddd;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
    }
    .lista_tiendas li:hover {
      background: #ddd;
    }
    .lista_tiendas li.activo {
      background: #e63946;
      color: white;
      font-weight: bold;
    }
    .mapa {
      width: 70%;
    }
    iframe {
      width: 100%;
      height: 380px;
      border: none;
      border-radius: 8px;
    }
    .info_tienda {
      margin: 20px auto;
      max-width: 950px;
      font-size: 15px;
    }
    .info_tienda p {
      margin: 5px 0;
    }
    .info_tienda strong {
      color: #e63946;
    }
    iframe {
      width: 100%;
      height: 350px;
      border: none;
      border-radius: 8px;
    }
    .info_tienda {
      margin-top: 20px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 15px;
    }
    .info_tienda i {
      color: #e63946;
    }