      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }

      body {
        font-family: Arial, sans-serif;
        color: #333;
        background: #f5f7fa;
      }

      .barra-nav {
        background: #ffffff;
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 60px;
        position: sticky;
        top: 0;
        z-index: 1000;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

      .logo {
        text-decoration: none;
        color: #333;
        display: flex;
        gap: 8px;
        align-items: center;
      }

      .logo img {
        width: 32px;
        height: 32px;
      }

      .logo span {
        font-weight: bold;
        font-size: 18px;
      }

      .menu-nav {
        display: none;
      }

      .btn-menu-hamburguesa {
        background: none;
        border: none;
        font-size: 24px;
        cursor: pointer;
        color: #333;
      }

      .seccion-hero {
        background: linear-gradient(135deg, #e8f0f8 0%, #dce9f5 100%);
        padding: 40px 20px;
      }

      .contenido-hero {
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 30px;
      }

      .etiqueta {
        display: inline-block;
        background: #d4e3f7;
        color: #3b5998;
        padding: 6px 14px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 16px;
      }

      .titulo-hero {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 16px;
        color: #1a1a1a;
      }

      .titulo-hero .marca {
        color: #4a6cf7;
      }

      .descripcion-hero {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        margin-bottom: 24px;
      }

      .botones-hero {
        display: flex;
        flex-direction: column;
        gap: 12px;
      }

      .btn-primario {
        background: #4a6cf7;
        color: white;
        padding: 14px 24px;
        border: none;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        width: 100%;
      }

      .btn-secundario {
        background: transparent;
        color: #666;
        padding: 14px 24px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        width: 100%;
      }

      .imagen-hero {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        width: 100%;
        height: 250px;
      }

      .imagen-hero img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      .estadisticas {
        display: grid;
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 30px;
      }

      .item-estadistica {
        text-align: center;
        background: rgba(255, 255, 255, 0.7);
        padding: 20px;
        border-radius: 8px;
      }

      .numero-estadistica {
        font-size: 32px;
        font-weight: 700;
        color: #4a6cf7;
        margin-bottom: 6px;
      }

      .label-estadistica {
        font-size: 14px;
        color: #7890a8;
      }

      .seccion-busqueda {
        max-width: 100%;
        margin: -40px 20px 40px;
        position: relative;
        z-index: 10;
      }

      .tarjeta-busqueda {
        background: white;
        padding: 24px;
        border-radius: 12px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        gap: 16px;
      }

      .grupo-formulario {
        display: flex;
        flex-direction: column;
      }

      .grupo-formulario label {
        font-size: 13px;
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
      }

      .grupo-formulario select {
        padding: 12px 14px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        font-size: 14px;
        background: #f8f9fa;
      }

      .grupo-formulario input {
        padding: 12px 14px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        font-size: 14px;
        background: #f8f9fa;
      }

      .btn-buscar {
        background: #4a6cf7;
        color: white;
        padding: 14px 24px;
        border: none;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        margin-top: 8px;
      }

      .caracteristicas {
        max-width: 100%;
        margin: 0 auto 40px;
        padding: 0 20px;
      }

      .titulo-seccion {
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #1a1a1a;
      }

      .subtitulo-seccion {
        text-align: center;
        font-size: 14px;
        color: #666;
        margin-bottom: 30px;
        line-height: 1.5;
      }

      .grid-caracteristicas {
        display: flex;
        flex-direction: column;
        gap: 20px;
      }

      .tarjeta-caracteristica {
        background: white;
        padding: 24px;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
      }

      .icono-caracteristica {
        width: 48px;
        height: 48px;
        background: #e8f0fd;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
      }

      .icono-caracteristica img {
        width: 24px;
        height: 24px;
        object-fit: contain;
      }

      .titulo-caracteristica {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #1a1a1a;
      }

      .descripcion-caracteristica {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
      }

      .seccion-como-funciona {
        background: #f0f2f5;
        padding: 40px 20px;
        margin-bottom: 40px;
      }

      .contenido-como-funciona {
        max-width: 100%;
        margin: 0 auto;
      }

      .titulo-como-funciona {
        text-align: center;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #1a1a1a;
      }

      .subtitulo-como-funciona {
        text-align: center;
        font-size: 14px;
        color: #666;
        margin-bottom: 40px;
      }

      .pasos-lista {
        display: flex;
        flex-direction: column;
        gap: 30px;
      }

      .paso-item {
        text-align: center;
      }

      .numero-paso {
        width: 60px;
        height: 60px;
        background: #4a6cf7;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 700;
        margin: 0 auto 16px;
      }

      .titulo-paso {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #1a1a1a;
      }

      .descripcion-paso {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        padding: 0 20px;
      }

      .seccion-fix-it {
        max-width: 100%;
        margin: 0 auto 40px;
        padding: 0 20px;
      }

      .titulo-fix-it {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 16px;
        color: #1a1a1a;
        line-height: 1.3;
      }

      .descripcion-fix-it {
        font-size: 14px;
        color: #666;
        line-height: 1.6;
        margin-bottom: 24px;
      }

      .lista-caracteristicas-fix {
        list-style: none;
        margin-bottom: 24px;
      }

      .item-caracteristica-fix {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
      }

      .icono-check {
        width: 24px;
        height: 24px;
        background: #4a6cf7;
        color: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        flex-shrink: 0;
      }

      .texto-caracteristica-fix {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
      }

      .btn-nuestros-servicios {
        background: #4a6cf7;
        color: white;
        padding: 14px 32px;
        border: none;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        margin-bottom: 24px;
        display: inline-block;
      }

      .imagen-fix-it {
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
      }

      .imagen-fix-it img {
        width: 100%;
        height: auto;
        display: block;
      }