/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2026 | 14:54:42 */

  .iw-tech-widget {
    font-family: 'Roboto', 'Lato', 'Inter', Helvetica, Arial, sans-serif;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 16px 0;
    margin: 0;
  }
  .iw-tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    color: #1F2530;
    background: #F5F5FA;
    border: 1.5px solid #00AEEF;
    white-space: nowrap;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
  }
  .iw-tech-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,174,239,0.25);
  }
  .iw-tech-badge .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00AEEF;
    flex-shrink: 0;
  }
  /* variantes de color para dar variedad sin salir de la paleta */
  .iw-tech-badge.v2 { border-color: #1170B8; }
  .iw-tech-badge.v2 .dot { background: #1170B8; }
  .iw-tech-badge.v3 { border-color: #1EC2FF; }
  .iw-tech-badge.v3 .dot { background: #1EC2FF; }
  .iw-tech-badge.v4 { border-color: #00F096; }
  .iw-tech-badge.v4 .dot { background: #00F096; }