  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f7f7f7;
    color: #333;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    width: 100%;
  }

  .header {
    position: relative;
    background:  url('img/nihao53/banner1.png') no-repeat center center;
    background-size: cover;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 30px 15px; 
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 10px; 
  }
  
  .logo-header {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  
  .logo-header img {
    height: 120px;
    width: auto;
  }
  
  .nav-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .nav-links {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .nav-links a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: color 0.3s ease;
  }
  
  .nav-links a:hover {
    color: #d0d2d9;
  }
  
  .btn-descargar {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .btn-descargar:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
  }

  .btn-descargar:active {
    transform: translateY(0);
  }
  
  .btn-descargar svg {
    width: 14px;
    height: 14px;
    fill: white;
  }
  
  .header-text {
    max-width: 280px;
  }
  
  .header-text h2 {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
  }
  
  .header-text p {
    margin: 0 0 15px 0;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
    text-transform: uppercase;
  }
  
  .btn-contact {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 150px;
  }

  .btn-contact:hover {
    background-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-2px);
  }

  .btn-contact:active {
    transform: translateY(0);
  }

  .menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 3px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    z-index: 1001;
  }
  
  .menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 2px;
  }
  
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  
  .nav-links {
    transition: all 0.3s ease;
  }
  
  .sobre-nosotros {
    color: #0d2051;
    font-family: Arial, sans-serif;
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }

  .contenedor {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .logo-lado {
    flex: 0 0 180px;
    display: flex;
    justify-content: center;
  }

  .logo-lado img {
    max-width: 300px;
    height: auto;
  }

  .contenido-texto {
    flex: 1;
    min-width: 280px;
  }

  .contenido-texto h2 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 28px;
    color: #1a2a6c;
    text-transform: uppercase;
  }

  .contenido-texto strong {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.8px;
    color: #1a2a6c;
  }

  .contenido-texto p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #444;
    text-align: justify;
  }

  .estadisticas {
    margin-top: 30px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .estadisticas div {
    text-align: center;
  }

  .estadisticas div h3 {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 4px;
    color: #1a2a6c;
  }

  .estadisticas div p {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    color: #666;
  }
  
  .proceso-section {
    color: #0d2051;
    font-family: Arial, sans-serif;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .titulo-proceso {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #1a2a6c;
  }

  .proceso-imagenes {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .proceso-item {
    max-width: 300px;
    text-align: left;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .proceso-item img {
    width: 100%;
    height: 200px;
    margin-bottom: 14px;
    border-radius: 5px;
    object-fit: cover;
    background-color: #e0e0e0;
  }

  .proceso-item h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #0d2051;
    text-transform: uppercase;
  }

  .proceso-item p {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.3;
  }

  .testimonios-section {
    background-color: #0b144c;
    color: white;
    padding: 80px 20px;
    margin-top: 40px;
    width: 100%;
  }

  .testimonios-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }

  .section-title {
    text-align: center;
    color: white;
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .comments-carousel {
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    min-height: 250px;
    margin: 0 auto;
    max-width: 800px;
  }
  
  .comments-container {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
  }
  
  .comment-slide {
    min-width: 100%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
  }
  
  .profile-section {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  
  .profile-pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #1a237e;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    background-color: #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-weight: bold;
    font-size: 20px;
  }
  
  .user-info {
    margin-left: 15px;
  }
  
  .user-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 3px;
  }
  
  .user-role {
    font-size: 1rem;
    color: #1a237e;
    font-weight: 500;
  }
  
  .comment-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .comment-text {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #4a5568;
    font-style: italic;
  }
  
  .quote-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 3rem;
    color: #1a237e;
    opacity: 0.2;
  }
  
  .carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .carousel-btn {
    background-color: white;
    color: #1a237e;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0 10px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.3rem;
    font-weight: bold;
  }
  
  .carousel-btn:hover {
    background-color: #1a237e;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  
  .carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  
  .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 6px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .dot.active {
    background-color: white;
    transform: scale(1.2);
  }

  .catalog-section {
    padding: 30px 20px;
    text-align: center;
  }
  
  .catalog-section h1 {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 28px;
    color: #1a2a6c;
  }
  
  .catalog-section .subtitle {
    font-weight: 400;
    font-size: 17px;
    max-width: 600px;
    margin: 0 auto 30px auto;
    color: #1a2a6c;
  }

  .seccion-vehiculos {
    max-width: 1400px;
    margin: 20px auto;
    padding: 0 15px;
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .marco-catalogo {
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .titulo-vehiculos {
    font-weight: 700;
    font-size: 1.4rem;
    color: white;
    background-color: #1a237e;
    padding: 12px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    margin: 0 auto 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    width: auto;
    max-width: 90%;
    line-height: 1.2;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  
  .buscador-vehiculos {
    width: 100%;
    max-width: 800px;
    padding: 12px 15px;
    border-radius: 20px;
    border: 1px solid #142143;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 20px;
    outline: none;
    box-sizing: border-box;
    background-color: white;
    transition: all 0.3s;
  }
  
  .buscador-vehiculos:focus {
    box-shadow: 0 0 0 2px rgba(26, 35, 126, 0.2);
  }

  .filtros-avanzados {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
    max-width: 900px;
  }
  
  .filter-group {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 15px 20px;
    min-width: 160px;
    flex: 1;
    max-width: 200px;
  }
  
  .filter-group h3 {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #1a237e;
    text-align: center;
  }
  
  .filter-group label {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-bottom: 8px;
    cursor: pointer;
    color: #333;
  }
  
  .filter-group input[type="checkbox"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    border: 1.5px solid #1a237e;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
  }
  
  .filter-group input[type="checkbox"]:checked {
    background-color: #1a237e;
    border-color: #1a237e;
  }

  .filter-buttons {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  
  .filter-buttons button {
    background-color: #1a237e;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .filter-buttons button:hover {
    background-color: #0d1a6b;
    transform: translateY(-2px);
  }

  .contador-resultados {
    text-align: center;
    margin-bottom: 15px;
    font-style: italic;
    color: #666;
    min-height: 24px;
    width: 100%;
    max-width: 800px;
  }

  /* ========== MEJORAS PARA PC - TARJETAS SIN SCROLL ========== */
  .contenedor-tarjetas {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 10px;
    width: 100%;
    padding: 0;
    justify-items: center;
  }

  .tarjeta-vehiculo {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 320px;
    padding: 20px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: auto; /* Cambiado a auto para PC */
    min-height: 560px; /* Altura mínima */
    margin: 0;
    overflow: hidden;
    border: 1px solid #eaeaea;
  }

  .tarjeta-vehiculo:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    border-color: #d0d0d0;
  }

  .contenedor-imagen {
    width: 100%;
    height: 180px;
    margin: 0 auto 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    flex-shrink: 0;
    position: relative;
  }

  .imagen-auto {
    width: 90%;
    height: 90%;
    object-fit: contain;
    transition: transform 0.5s ease;
  }

  .tarjeta-vehiculo:hover .imagen-auto {
    transform: scale(1.08);
  }

  /* ========== ENCABEZADO SIMPLIFICADO ========== */
  .encabezado {
    margin-bottom: 15px;
    text-align: center;
  }

  .nombre {
    color: #003366;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 10px 0;
    text-align: center;
  }

  /* ========== ESPECIFICACIONES SIN SCROLL PARA PC ========== */
  .especificaciones {
    margin-bottom: 20px;
    flex-grow: 1;
    overflow: visible; /* Sin scroll en PC */
    padding-right: 0;
  }

  /* ESPECIFICACIONES EN LÍNEA */
  .especificacion {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
  }

  .etiqueta {
    font-weight: 600;
    color: #555;
    font-size: 12px;
    margin-right: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 90px;
    flex-shrink: 0;
  }

  .valor {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    flex-grow: 1;
  }

  /* PRECIO COMO ESPECIFICACIÓN ESPECIAL */
  .especificacion.precio-item {
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

  .especificacion.precio-item .etiqueta {
    color: #1a73e8;
    font-weight: 700;
  }

  .especificacion.precio-item .valor {
    color: #1a73e8;
    font-weight: 800;
    font-size: 16px;
  }

  /* ========== BOTÓN CON LOGO ========== */
  .boton-contenedor {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: auto;
  }

  .logo-boton {
    height: 35px;
    width: auto;
    max-width: 70px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .btn-contactar {
    background: linear-gradient(135deg, #1a2a6c 0%, #0d2051 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    flex: 1;
    transition: all 0.3s;
    box-shadow: 0 3px 10px rgba(26, 42, 108, 0.2);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .btn-contactar:hover {
    background: linear-gradient(135deg, #0d2051 0%, #1a2a6c 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(26, 42, 108, 0.3);
  }

  .btn-contactar svg {
    width: 18px;
    height: 18px;
    fill: white;
  }

  .estado-vacio {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px 15px;
    color: #666;
    width: 100%;
  }

  .estado-vacio h3 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #1a237e;
  }

  .estado-vacio p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .estado-vacio button {
    background-color: #1a237e;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s;
  }

  .estado-vacio button:hover {
    background-color: #0d1a6b;
  }

  footer {
    background-color: #0b144c;
    color: white;
    padding: 40px 20px;
    margin-top: auto;
  }
  
  .footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .footer-section {
    flex: 1;
    min-width: 250px;
  }
  
  .footer-section h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
    border-bottom: 2px solid #1a2a6c;
    padding-bottom: 8px;
  }
  
  .footer-section p, .footer-section a {
    font-size: 16px;
    color: #d0d2d9;
    line-height: 1.6;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
  }
  
  .footer-section a:hover {
    color: white;
  }

  /* ESTILOS PARA REDES SOCIALES CON TEXTO */
  .social-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
  }
  
  .social-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #d0d2d9;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 12px;
    border-radius: 6px;
  }
  
  .social-link-item:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .social-link-item svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .footer-social {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
  }
  
  .footer-social a {
    color: #d0d2d9;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
  }
  
  .footer-social a:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
  }
  
  .footer-social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
  }

  .footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #d0d2d9;
    text-align: center;
  }

  @media (min-width: 1200px) {
    .contenedor-tarjetas {
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
      gap: 25px;
    }
    
    .tarjeta-vehiculo {
      height: auto;
      min-height: 560px;
    }
  }

  @media (min-width: 1025px) and (max-width: 1199px) {
    .contenedor-tarjetas {
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 20px;
    }
    
    .tarjeta-vehiculo {
      max-width: 300px;
      height: auto;
      min-height: 550px;
    }
  }
  
  @media (max-width: 1024px) {
    .contenedor-tarjetas {
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 20px;
    }
    
    .tarjeta-vehiculo {
      max-width: 280px;
      height: auto;
      min-height: 540px;
    }
    
    .seccion-vehiculos {
      padding: 0 15px;
    }
    
    .titulo-vehiculos {
      font-size: 1.3rem;
      padding: 10px 20px;
    }
    
    .nombre {
      font-size: 18px;
    }
    
    .logo-boton {
      height: 32px;
      max-width: 65px;
    }

    .header {
      height: 500px;
      padding: 10px 20px;
    }
    
    .logo-header img {
      height: 70px;
    }
    
    .nav-links {
      gap: 15px;
    }
    
    .nav-links a {
      font-size: 14px;
    }
    
    .header-text {
      max-width: 100%;
      text-align: center;
    }
    
    .contenedor {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .logo-lado {
      flex: 0 0 auto;
    }

    .logo-lado img {
      width: 400px;
    }

    .contenido-texto {
      min-width: auto;
      text-align: center;
    }
    
    .estadisticas {
      justify-content: center;
      gap: 30px;
    }
    
    .estadisticas div h3 {
      font-size: 28px;
    }
  }
  
  @media (max-width: 768px) {
    .contenedor-tarjetas {
      grid-template-columns: 1fr;
      gap: 20px;
      max-width: 350px;
      margin: 0 auto;
    }
    
    .tarjeta-vehiculo {
      max-width: 100%;
      height: auto;
      min-height: 500px;
      padding: 18px;
      margin-bottom: 0;
    }
    
    /* ENCABEZADO MÓVIL */
    .encabezado {
      margin-bottom: 12px;
    }
    
    .nombre {
      font-size: 17px;
      white-space: normal;
      overflow: visible;
      line-height: 1.3;
    }
    
    .logo-boton {
      height: 30px;
      max-width: 60px;
    }
    
    .contenedor-imagen {
      height: 160px;
      margin-bottom: 15px;
    }
    
    .especificaciones {
      max-height: none;
      margin-bottom: 15px;
    }
    
    /* EN MÓVIL: ETIQUETA Y VALOR EN LA MISMA LÍNEA */
    .especificacion {
      flex-direction: row;
      align-items: center;
      gap: 8px;
      margin-bottom: 8px;
      padding-bottom: 8px;
    }
    
    .etiqueta {
      min-width: 80px;
      font-size: 11px;
      margin-right: 0;
      color: #666;
      text-transform: uppercase;
      letter-spacing: 0.3px;
    }
    
    .valor {
      font-size: 13px;
      color: #333;
      flex-grow: 1;
    }
    
    .boton-contenedor {
      flex-direction: row;
      gap: 12px;
      margin-top: 10px;
    }
    
    .btn-contactar {
      padding: 12px;
      font-size: 14px;
      flex: 1;
    }
    
    /* MENÚ MÓVIL */
    .menu-toggle {
      display: flex;
      z-index: 1000;
    }
    
    .nav-right {
      display: flex;
      align-items: center;
      gap: 15px;
      position: relative;
    }
    
    .nav-links {
      position: fixed;
      top: 0;
      right: -100%;
      width: 80%;
      height: 100vh;
      background-color: rgba(11, 20, 76, 0.98);
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      transition: right 0.4s ease;
      z-index: 999;
      gap: 0;
      padding: 80px 30px 30px;
      box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    }
    
    .nav-links.active {
      right: 0;
    }
    
    .nav-links li {
      width: 100%;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .nav-links a {
      font-size: 18px;
      padding: 15px 0;
      display: block;
      width: 100%;
      transition: all 0.3s;
    }
    
    .nav-links a:hover {
      background-color: rgba(255, 255, 255, 0.1);
      padding-left: 10px;
    }
    
    .btn-descargar {
      position: relative;
      z-index: 1001;
      font-size: 12px;
      padding: 8px 15px;
    }
    
    .navbar {
      flex-direction: row;
      align-items: center;
    }
    
    .logo-header {
      flex: 1;
    }
    
    .logo-header img {
      height: 60px;
    }
    
    .seccion-vehiculos {
      padding: 0 10px;
      margin: 15px auto;
    }
    
    .titulo-vehiculos {
      font-size: 1.2rem;
      padding: 8px 15px;
      width: 95%;
    }
   
    .header {
      height: 400px;
      padding: 8px 15px;
    }
    
    .header-text h2 {
      font-size: 18px;
    }
    
    .header-text p {
      font-size: 12px;
    }
    
    .btn-contact {
      font-size: 11px;
      padding: 6px 10px;
    }
    
    .sobre-nosotros {
      padding: 40px 15px;
    }
    
    .contenido-texto h2 {
      font-size: 24px;
    }
    
    .contenido-texto strong {
      font-size: 18px;
    }
    
    .contenido-texto p {
      font-size: 15px;
    }
    
    .estadisticas {
      gap: 20px;
    }
    
    .estadisticas div h3 {
      font-size: 24px;
    }
    
    .estadisticas div p {
      font-size: 14px;
    }
    
    .footer-content {
      flex-direction: column;
      gap: 20px;
      text-align: left; 
    }
    
    .footer-section {
      min-width: auto;
      text-align: left;
    }
    
    .footer-social {
      justify-content: flex-start; 
      margin: 20px 0; 
    }
    
    .social-links {
      justify-content: flex-start;
    }
  }

  @media (max-width: 480px) {
    .contenedor-tarjetas {
      gap: 15px;
      max-width: 320px;
    }
    
    .tarjeta-vehiculo {
      padding: 15px;
      min-height: 480px;
    }
    
    .nombre {
      font-size: 16px;
      line-height: 1.3;
    }
    
    .logo-boton {
      height: 28px;
      max-width: 55px;
    }
    
    .contenedor-imagen {
      height: 150px;
    }
    
    .etiqueta {
      min-width: 75px;
      font-size: 10px;
    }
    
    .valor {
      font-size: 12px;
    }
    
    .boton-contenedor {
      gap: 10px;
    }
    
    .btn-contactar {
      padding: 11px;
      font-size: 13px;
    }
    
    .titulo-vehiculos {
      font-size: 1.1rem;
      padding: 6px 12px;
      width: 98%;
    }
    
    .buscador-vehiculos {
      padding: 10px 12px;
      font-size: 13px;
    }
    
    .header {
      height: 300px;
      padding: 5px 10px;
    }
    
    .logo-header img {
      height: 50px;
    }
    
    .nav-links {
      gap: 8px;
    }
    
    .nav-links a {
      font-size: 10px;
    }
    
    .btn-descargar {
      font-size: 10px;
      padding: 5px 8px;
    }
    
    .header-text h2 {
      font-size: 16px;
    }
    
    .header-text p {
      font-size: 11px;
    }
    
    .btn-contact {
      font-size: 10px;
      padding: 5px 8px;
    }
   
    .proceso-imagenes {
      flex-direction: column;
      align-items: center;
    }
    
    .proceso-item {
      max-width: 90%;
      margin-bottom: 20px;
      text-align: center;
    }
  }

  @media (max-width: 360px) {
    .contenedor-tarjetas {
      gap: 12px;
      max-width: 300px;
    }
    
    .seccion-vehiculos {
      padding: 0 8px;
    }
    
    .titulo-vehiculos {
      font-size: 1rem;
      padding: 5px 10px;
    }
    
    .tarjeta-vehiculo {
      min-height: 470px;
      padding: 12px;
    }
    
    .nombre {
      font-size: 15px;
    }
    
    .logo-boton {
      height: 26px;
      max-width: 50px;
    }
    
    .contenedor-imagen {
      height: 140px;
    }
    
    .etiqueta {
      min-width: 70px;
      font-size: 9px;
    }
    
    .valor {
      font-size: 11px;
    }
    
    .boton-contenedor {
      gap: 8px;
    }
    
    .btn-contactar {
      padding: 10px;
      font-size: 12px;
    }
  }