JOMAB |
Logo HEGARMO
by AJR

Documentación

Descarga nuestra documentación sobre SLA, planes de recuperación y certificados de seguridad

Acuerdos de Nivel de Servicio (SLA)

📄

SLA - Español

Acuerdo de Nivel de Servicio que detalla los compromisos de disponibilidad, rendimiento y soporte técnico.

📄

SLA - English

Service Level Agreement detailing availability commitments, performance and technical support.

Planes de Recuperación

🛡️

Plan de Recuperación - Español

Protocolos y procedimientos para la recuperación de servicios en caso de incidentes o desastres.

🛡️

Recovery Plan - English

Protocols and procedures for service recovery in case of incidents or disasters.

Certificados de Seguridad

🔒

Certificados de Seguridad - Español

Documentación de certificaciones y compliance de seguridad que garantizan la protección de datos.

🔒

Security Certificates - English

Security certifications and compliance documentation that guarantee data protection.

Documentación Adicional

📋

Políticas de Uso

Términos y condiciones, políticas de privacidad y acuerdos de uso de la plataforma.

⚙️

Guías Técnicas

Manuales de implementación, guías de integración y documentación técnica avanzada.

Volver al Inicio
font-family: 'Ubuntu', 'Franklin Gothic Medium'; line-height: 1.6; color: #333333; background: #FFFFFF; } .container { max-width: 1200px; margin: 0 auto; padding: 20px; } header { background: #13406F; padding: 0.8rem 0; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); position: fixed; width: 100%; top: 0; z-index: 1000; height: 70px; justify-content: space-between; align-items: center; border-bottom: rgb(234, 36, 1) 6px solid; } .header-content { display: flex; justify-content: space-between; align-items: center; max-width: 1400px; margin: 0 auto; height: 100%; } .logo-container { display: flex; align-items: center; gap: 2px; cursor: pointer; transition: all 0.3s ease; } .logo-container:hover { transform: translateY(-2px); text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .logo-img { height: 45px !important; display: flex !important; align-items: center !important; } .logo-text { font-size: 2.2rem; font-weight: 900; color: #FFFFFF; display: inline-flex; align-items: start; gap: 5px; line-height: 1; } .logo-subtext { font-size: 0.8rem; font-weight: 200; color: #FFFFFF; opacity: 0.9; position: relative; top: 7px; } nav ul { display: flex; list-style: none; gap: 1rem; align-items: center; padding: 0.4rem 0.9rem; } nav a { text-decoration: none; color: #FFFFFF; font-weight: 500; padding: 0.4rem 0.9rem; border: 2px solid transparent; border-radius: 6px; transition: all 0.3s ease; position: relative; display: inline-block; font-size: 1.1rem; } nav a:hover { color: #0056A3; background: #FFFFFF; border-color: #FFFFFF; transform: translateY(-2px); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); } .btn-ingresar { background: #ffd700 !important; color: #333333 !important; border-radius: 50px !important; padding: 0.5rem 1.2rem !important; border: 2px solid #434343 !important; font-weight: 600 !important; transition: all 0.3s ease !important; display: flex !important; align-items: center !important; gap: 0.4rem !important; padding: 0.4rem 1rem !important; margin-left: 0.5rem !important; font-size: medium !important; } .btn-ingresar:hover { background: #f8d04d !important; border-color: #fcd145 !important; transform: translateY(-2px) !important; box-shadow: 0 4px 12px rgba(255, 215, 0, 0.4) !important; color: #333333 !important; } .btn-soporte { background: #18c76f !important; color: #333333 !important; border-radius: 50px !important; padding: 0.5rem 1.2rem !important; border: 2px solid #434343 !important; font-weight: 600 !important; transition: all 0.3s ease !important; display: flex !important; align-items: center !important; gap: 0.4rem !important; padding: 0.4rem 1rem !important; margin-left: 0.5rem !important; font-size: medium !important; } .btn-soporte:hover { background: #18c76f !important; border-color: #18c76f !important; transform: translateY(-2px) !important; box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3) !important; color: #333333 !important; } .search-container { position: relative; display: flex; align-items: center; margin-left: 1rem; } .search-toggle { background: rgba(255, 255, 255, 0.1); border: 2px solid rgba(255, 255, 255, 0.3); color: white; font-size: 1.5rem; cursor: pointer; padding: 0.6rem; border-radius: 50%; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } .search-toggle:hover { background: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.5); transform: scale(1.1) translateY(-2px); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); } .search-toggle:active { transform: scale(1) translateY(0); } .search-form { position: absolute; top: 100%; right: 0; background: white; border-radius: 12px; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); padding: 0.8rem; display: none; min-width: 320px; z-index: 1001; animation: slideDown 0.3s ease; } @keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: translateY(0); } } .search-form.active { display: flex; align-items: center; gap: 0.8rem; } .search-input { flex: 1; padding: 0.9rem; border: 2px solid #E6F0FA; border-radius: 8px; font-size: 1rem; outline: none; transition: all 0.3s ease; background: #f8fafc; } .search-input:focus { border-color: #0056A3; background: white; box-shadow: 0 0 0 3px rgba(0, 86, 163, 0.1); } .search-submit { background: #0056A3; color: white; border: none; border-radius: 8px; padding: 0.9rem 1.2rem; cursor: pointer; font-size: 1rem; font-weight: 600; transition: all 0.3s ease; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } .search-submit:hover { background: #003d7a; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); } .main-content { margin-top: 70px; } .hero { height: calc(100vh - 80px); display: flex; align-items: center; justify-content: center; text-align: center; color: #0056A3; background: #E6F0FA; position: relative; overflow: hidden; } .hero::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url('HEGARMO 3.5.png'); background-repeat: no-repeat; background-position: center; background-size: contain; opacity: 0.15; z-index: 1; } .hero-content { position: relative; z-index: 2; } .hero-content h1 { font-size: 3.5rem; margin-bottom: 1rem; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); color: #0056A3; } .hero-content p { font-size: 1.3rem; margin-bottom: 2rem; opacity: 0.9; color: #333333; } .btn { display: inline-block; padding: 12px 30px; background: #D32F2F; color: #FFFFFF; text-decoration: none; border-radius: 5px; font-weight: bold; transition: transform 0.3s, box-shadow 0.3s; border: none; cursor: pointer; } .btn:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); background: #B71C1C; } section { padding: 80px 0; background: #FFFFFF; margin: 20px 0; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); } .section-title { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: #0056A3; } .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; padding: 4%; margin-top: 2rem; } .feature { text-align: center; padding: 2rem; background: #E6F0FA; border-radius: 10px; transition: transform 0.3s; border: 1px solid #0056A3; } .feature:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 86, 163, 0.2); } .feature i { font-size: 3rem; color: #0056A3; margin-bottom: 1rem; } .feature h3 { color: #0056A3; margin-bottom: 1rem; font-size: 1.5rem; } .feature p { color: #333333; line-height: 1.6; } .about-content { max-width: 800px; margin: 0 auto; text-align: center; } .about-text { font-size: 1.2rem; margin-bottom: 3rem; color: #333333; line-height: 1.6; } .video-container { max-width: 700px; margin: 0 auto; border-radius: 10px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); } .video-hegarmo { width: 100%; height: auto; display: block; } footer { display: flex; flex-direction: column; background: #003366; color: white; text-align: center; padding: 1rem 0; margin-top: 4rem; cursor: pointer; justify-content: space-between; border-top: rgb(234, 36, 1) 6px solid; } .comparison-container { max-height: 0; overflow: hidden; transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1); background: #f8f9fa; margin-top: 2rem; border-radius: 12px; transform: translateY(-20px); opacity: 0; transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1); } .comparison-container.active { max-height: 2000px; transform: translateY(0); opacity: 1; } .comparison-content { padding: 20px; opacity: 0; transform: translateY(20px); transition: opacity 0.5s ease, transform 0.5s ease; transition-delay: 0.2s; } .comparison-container.active .comparison-content { opacity: 1; transform: translateY(0); } .comparison-title { text-align: center; margin-bottom: 40px; color: #2c3e50; } .comparison-title h2 { font-size: 2.2rem; margin-bottom: 10px; } .comparison-title p { font-size: 1.1rem; color: #7f8c8d; } .tiers-container { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 30px; } .tier { flex: 1; background: white; border-radius: 12px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; } .tier:hover { transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12); } .tier-header { padding: 25px 20px; text-align: center; color: white; } .tier-1 .tier-header { background: linear-gradient(135deg, #e74c3c, #c0392b); } .tier-2 .tier-header { background: linear-gradient(135deg, #3498db, #2980b9); } .tier-3 .tier-header { background: linear-gradient(135deg, #2ecc71, #27ae60); } .tier-name { font-size: 1.8rem; font-weight: 700; margin-bottom: 5px; } .tier-label { font-size: 1.1rem; opacity: 0.9; } .tier-content { padding: 25px 20px; } .spec-item { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid #ecf0f1; } .spec-item:last-child { border-bottom: none; } .spec-name { font-weight: 600; color: #2c3e50; } .spec-value { font-weight: 500; color: #3498db; } .close-btn { display: block; margin: 30px auto 0; padding: 12px 30px; background: #3498db; color: white; border: none; border-radius: 6px; font-size: 1rem; font-weight: 600; cursor: pointer; transition: background 0.3s ease; } .close-btn:hover { background: #2980b9; } .btn-comparar { background: #0056A3; border: 2px solid #0056A3; color: white; padding: 10px 20px; cursor: pointer; transition: all 0.3s ease; } .btn-comparar:hover { background: #003d7a; border-color: #003d7a; } .whatsapp-link { text-decoration: none; color: #333333; display: inline-flex; align-items: center; gap: 5px; transition: all 0.3s ease; } .whatsapp-link:hover { color: #25D366; transform: translateY(-2px); } .whatsapp-icon { display: inline-block; width: 24px; height: 24px; background-color: #25D366; border-radius: 50%; text-align: center; line-height: 24px; font-size: 14px; margin-right: 8px; vertical-align: middle; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); } .whatsapp-link:hover .whatsapp-icon { background-color: #128C7E; transform: scale(1.1); transition: all 0.3s ease; } /* MEDIA QUERIES MEJORADAS PARA DISPOSITIVOS MÓVILES */ @media (max-width: 768px) { header { background: #0056A3 !important; height: auto; padding: 0.5rem 0; } .main-content { margin-top: 120px; } .header-content { flex-direction: column; gap: 1rem; padding: 1rem 15px; } .logo-container { justify-content: center; width: 100%; } nav ul { gap: 0.6rem; flex-wrap: wrap; justify-content: center; } nav a { font-size: 0.85rem; padding: 0.35rem 0.7rem; } .hero { height: calc(100vh - 120px); padding: 0 15px; } .hero-content h1 { font-size: 2.5rem; } .hero-content p { font-size: 1.1rem; } .logo-img { height: 45px; } .logo-text { font-size: 1.8rem; } .logo-subtext { font-size: 0.7rem; } .section-title { font-size: 2rem; } .features { grid-template-columns: 1fr; gap: 1.5rem; } .about-text { font-size: 1.1rem; padding: 0 15px; } .video-container { margin: 0 15px; } .tiers-container { flex-direction: column; } /* Ajustes mejorados para búsqueda en móviles */ .search-container { order: 3; width: 100%; justify-content: center; margin-top: 0.5rem; margin-left: 0; } .search-form { position: static; width: 100%; min-width: auto; margin-top: 0.5rem; } .search-form.active { display: flex; } .search-toggle { width: 45px; height: 45px; font-size: 1.4rem; } .btn-soporte { padding: 0.4rem 1rem !important; font-size: 0.8rem !important; } } @media (max-width: 480px) { header { background: #0056A3 !important; height: auto; padding: 0.5rem 0; } .main-content { margin-top: 130px; } .hero { height: calc(100vh - 130px); } .hero-content h1 { font-size: 2rem; } .hero-content p { font-size: 1rem; } nav ul { gap: 0.4rem; } nav a { font-size: 0.8rem; padding: 0.3rem 0.6rem; } .section-title { font-size: 1.8rem; } section { padding: 60px 0; } .about-text { font-size: 1rem; } .search-form { min-width: 280px; padding: 0.7rem; } .search-input { padding: 0.8rem; font-size: 0.95rem; } .search-submit { padding: 0.8rem 1rem; font-size: 0.95rem; } }
JOMAB |
Logo HEGARMO
by AJR

Bienvenido a JOMAB

La nube más segura del comercio exterior

Descubre más

Nuestros Servicios

🚗

HG-01

Nivel básico de servicios en la nube con funcionalidades esenciales para pequeñas empresas.

✈️

HG-02

Nivel intermedio con capacidades avanzadas para empresas en crecimiento.

🚀

HG-03

Solución premium para grandes corporaciones con requisitos críticos.

Comparación de Servicios

Selecciona el plan que mejor se adapte a tus necesidades

HG-01
Tier 1 - Anual
CPU
8 núcleos
RAM
16 GB
Almacenamiento
10 GB
SQL Server Standar
Incluido
Ancho de Banda
300 transacciones/mes
HG-02
Tier 2 - Anual
CPU
8 núcleos
RAM
16 GB
Almacenamiento
50 GB
SQL Server Standar
Incluido
Ancho de Banda
Incluido
HG-03
Tier 3 - Anual
CPU
8 núcleos
RAM
16 GB
Almacenamiento
250 GB
SQL Server Standar
Incluido
Ancho de Banda
Incluido

Acerca de Nosotros

Somos una empresa dedicada a proporcionar soluciones digitales innovadoras. Nuestro equipo de expertos trabaja para ofrecer los mejores servicios adaptados a las necesidades de cada cliente.

Contacto

+52 56 1004 9098

hegarmo@ajr.com.mx

Av. Clavería 186, Claveria, Azcapotzalco 0208 CDMX