{"id":16,"date":"2026-05-26T00:45:16","date_gmt":"2026-05-26T00:45:16","guid":{"rendered":"http:\/\/32.197.189.146\/?page_id=16"},"modified":"2026-05-28T17:07:15","modified_gmt":"2026-05-28T17:07:15","slug":"16-2","status":"publish","type":"page","link":"https:\/\/langustino-wordpress.duckdns.org\/?page_id=16","title":{"rendered":"Langustino"},"content":{"rendered":"<style>\n\/* Reset ultra espec\u00edfico para evitar conflictos *\/\n.langustino-wrapper, .langustino-wrapper * {\n  margin: 0;\n  padding: 0;\n  box-sizing: border-box;\n}<\/p>\n<p>:root {\n  --blue: #0d47a1;\n  --blue2: #1565c0;\n  --blue3: #1976d2;\n  --blue4: #1e88e5;\n  --light: #e3f2fd;\n  --white: #ffffff;\n  --text-dark: #1e293b;\n  --text-muted: #475569;\n}<\/p>\n<p>\/* Romper contenedor de WP con fuerza *\/\n.langustino-wrapper {\n  width: 100vw !important;\n  position: relative !important;\n  left: 50% !important;\n  right: 50% !important;\n  margin-left: -50vw !important;\n  margin-right: -50vw !important;\n  font-family: 'Segoe UI', -apple-system, Arial, sans-serif !important;\n  background: #f1f5f9 !important;\n  color: var(--text-dark) !important;\n  overflow-x: hidden !important;\n  display: block !important;\n}<\/p>\n<p>@keyframes fadeUp {\n  from { opacity: 0; transform: translateY(15px); }\n  to { opacity: 1; transform: translateY(0); }\n}\n@keyframes pulse {\n  0%, 100% { transform: scale(1); }\n  50% { transform: scale(1.08); }\n}<\/p>\n<p>\/* NAVBAR BLINDADO *\/\n.langustino-wrapper nav {\n  background: #0a3780 !important;\n  padding: 1.2rem 2rem !important;\n  display: flex !important;\n  flex-direction: row !important;\n  justify-content: space-between !important;\n  align-items: center !important;\n  position: sticky !important;\n  top: 0 !important;\n  z-index: 99999 !important;\n  box-shadow: 0 4px 20px rgba(0,0,0,0.2) !important;\n}\n.langustino-wrapper .logo {\n  color: var(--white) !important;\n  font-size: 1.6rem !important;\n  font-weight: 800 !important;\n  letter-spacing: 2px !important;\n  display: block !important;\n}\n.langustino-wrapper .logo span {\n  color: #64b5f6 !important;\n}\n.langustino-wrapper .nav-links {\n  display: flex !important;\n  flex-direction: row !important;\n  gap: 2rem !important;\n  list-style: none !important;\n}\n.langustino-wrapper .nav-links a {\n  color: #e3f2fd !important;\n  text-decoration: none !important;\n  font-size: 0.95rem !important;\n  font-weight: 600 !important;\n  padding: 0.4rem 0.9rem !important;\n  border-radius: 20px !important;\n  transition: all 0.3s !important;\n}\n.langustino-wrapper .nav-links a:hover {\n  background: rgba(255,255,255,0.2) !important;\n  color: var(--white) !important;\n}<\/p>\n<p>\/* HERO BLINDADO (Fondo oscuro forzado) *\/\n.langustino-wrapper .hero {\n  background: #0d47a1 !important;\n  background: linear-gradient(135deg, #0d47a1 0%, #0a2e6e 100%) !important;\n  color: var(--white) !important;\n  padding: 7rem 2rem 5rem !important;\n  text-align: center !important;\n  position: relative !important;\n  overflow: hidden !important;\n}\n.langustino-wrapper .hero-badge {\n  display: inline-block !important;\n  background: rgba(255, 255, 255, 0.15) !important;\n  border: 1px solid #64b5f6 !important;\n  color: #e3f2fd !important;\n  padding: 0.5rem 1.4rem !important;\n  border-radius: 30px !important;\n  font-size: 0.8rem !important;\n  font-weight: 700 !important;\n  letter-spacing: 2px !important;\n  margin-bottom: 2rem !important;\n}\n.langustino-wrapper .hero h1 {\n  font-size: 3.6rem !important;\n  font-weight: 800 !important;\n  line-height: 1.2 !important;\n  margin-bottom: 1.5rem !important;\n  color: var(--white) !important;\n}\n.langustino-wrapper .hero h1 .highlight {\n  color: #64b5f6 !important;\n  display: block !important;\n  margin-top: 0.3rem !important;\n}\n.langustino-wrapper .hero p {\n  font-size: 1.25rem !important;\n  color: #ffffff !important;\n  max-width: 700px !important;\n  margin: 0 auto 3rem !important;\n  line-height: 1.8 !important;\n}\n.langustino-wrapper .hero-btns {\n  display: flex !important;\n  flex-direction: row !important;\n  gap: 1.2rem !important;\n  justify-content: center !important;\n  flex-wrap: wrap !important;\n}\n.langustino-wrapper .btn-primary {\n  background: var(--white) !important;\n  color: var(--blue) !important;\n  padding: 1rem 2.4rem !important;\n  border-radius: 30px !important;\n  text-decoration: none !important;\n  font-weight: 700 !important;\n  font-size: 1rem !important;\n  display: inline-flex !important;\n  align-items: center !important;\n  gap: 0.5rem !important;\n}\n.langustino-wrapper .btn-outline {\n  background: transparent !important;\n  color: var(--white) !important;\n  border: 2px solid var(--white) !important;\n  padding: 1rem 2.4rem !important;\n  border-radius: 30px !important;\n  text-decoration: none !important;\n  font-weight: 700 !important;\n}\n.langustino-wrapper .hero-shapes {\n  position: absolute !important;\n  bottom: 0 !important;\n  left: 0 !important;\n  right: 0 !important;\n  height: 60px !important;\n  background: #f1f5f9 !important;\n  clip-path: ellipse(60% 100% at 50% 100%) !important;\n}<\/p>\n<p>\/* BARRA DE ESTAD\u00cdSTICAS FORZADA A FILA *\/\n.langustino-wrapper .stats-bar {\n  background: var(--white) !important;\n  padding: 2.5rem 2rem !important;\n  display: flex !important;\n  flex-direction: row !important;\n  justify-content: center !important;\n  gap: 4rem !important;\n  flex-wrap: wrap !important;\n  box-shadow: 0 10px 30px rgba(13,71,161,0.06) !important;\n  border-bottom: 1px solid #e2e8f0 !important;\n}\n.langustino-wrapper .stat { \n  text-align: center !important;\n  flex: 1 !important;\n  min-width: 150px !important;\n}\n.langustino-wrapper .stat .num {\n  font-size: 3rem !important;\n  font-weight: 800 !important;\n  color: var(--blue) !important;\n}\n.langustino-wrapper .stat .lbl {\n  font-size: 0.85rem !important;\n  color: var(--text-muted) !important;\n  text-transform: uppercase !important;\n  font-weight: 700 !important;\n}\n.langustino-wrapper .stat .bar {\n  height: 4px !important;\n  background: var(--blue4) !important;\n  width: 35px !important;\n  margin: 0.6rem auto 0 !important;\n}<\/p>\n<p>\/* SECCIONES *\/\n.langustino-wrapper section { padding: 5.5rem 2rem !important; display: block !important; }\n.langustino-wrapper .sec-inner { max-width: 1140px !important; margin: 0 auto !important; }\n.langustino-wrapper .sec-tag {\n  display: inline-block !important;\n  background: #e0f2fe !important;\n  color: #0369a1 !important;\n  padding: 0.4rem 1.1rem !important;\n  border-radius: 20px !important;\n  font-size: 0.75rem !important;\n  font-weight: 700 !important;\n}\n.langustino-wrapper .sec-title {\n  font-size: 2.4rem !important;\n  font-weight: 800 !important;\n  color: #0f172a !important;\n}\n.langustino-wrapper .sec-sub {\n  color: var(--text-muted) !important;\n  font-size: 1.05rem !important;\n  margin-bottom: 3.5rem !important;\n}<\/p>\n<p>\/* SERVICIOS GRIDS *\/\n.langustino-wrapper .services { background: #f8fafc !important; }\n.langustino-wrapper .srv-grid { \n  display: grid !important; \n  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important; \n  gap: 1.8rem !important; \n}\n.langustino-wrapper .srv-card {\n  background: var(--white) !important;\n  border-radius: 16px !important;\n  padding: 2.2rem !important;\n  border: 1px solid #e2e8f0 !important;\n  position: relative !important;\n}\n.langustino-wrapper .srv-card::before { content:''; position:absolute; top:0; left:0; right:0; height:5px; background:var(--blue); }\n.langustino-wrapper .srv-icon {\n  width: 58px !important;\n  height: 58px !important;\n  background: #eff6ff !important;\n  border-radius: 14px !important;\n  display: flex !important;\n  align-items: center !important;\n  justify-content: center !important;\n  font-size: 1.7rem !important;\n  margin-bottom: 1.4rem !important;\n}\n.langustino-wrapper .srv-card h3 { color: #0f172a !important; font-size: 1.2rem !important; font-weight: 700 !important; }\n.langustino-wrapper .srv-card p { color: var(--text-muted) !important; font-size: 0.92rem !important; line-height: 1.7 !important; }\n.langustino-wrapper .srv-tag {\n  display: inline-block !important;\n  background: #f1f5f9 !important;\n  color: var(--blue3) !important;\n  padding: 0.3rem 0.7rem !important;\n  border-radius: 8px !important;\n  font-size: 0.75rem !important;\n  font-weight: 600 !important;\n  margin-top: 1.2rem !important;\n  border: 1px solid #e2e8f0 !important;\n}<\/p>\n<p>\/* INFRAESTRUCTURA *\/\n.langustino-wrapper .infra { background: var(--white) !important; }\n.langustino-wrapper .infra-grid { \n  display: grid !important; \n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important; \n  gap: 1.2rem !important; \n}\n.langustino-wrapper .infra-card {\n  background: #f8fafc !important;\n  border-radius: 12px !important;\n  padding: 1.6rem !important;\n  border: 1px solid #e2e8f0 !important;\n  display: flex !important;\n  flex-direction: column !important;\n  gap: 0.6rem !important;\n}\n.langustino-wrapper .infra-icon { font-size: 2rem !important; }\n.langustino-wrapper .infra-card h4 { color: #0f172a !important; font-size: 1rem !important; font-weight: 700 !important; }\n.langustino-wrapper .infra-card p { color: var(--text-muted) !important; font-size: 0.82rem !important; }\n.langustino-wrapper .status { display: inline-flex !important; align-items: center !important; gap: 0.4rem !important; font-size: 0.75rem !important; font-weight: 700 !important; color: #166534 !important; }\n.langustino-wrapper .status::before { content:''; width: 7px; height: 7px; background: #22c55e; border-radius: 50%; animation: pulse 2s infinite; }<\/p>\n<p>\/* EQUIPO *\/\n.langustino-wrapper .team { background: #f8fafc !important; }\n.langustino-wrapper .team-grid { \n  display: grid !important; \n  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important; \n  gap: 1.8rem !important; \n}\n.langustino-wrapper .team-card {\n  background: var(--white) !important;\n  border-radius: 20px !important;\n  padding: 2.2rem !important;\n  text-align: center !important;\n  border: 1px solid #e2e8f0 !important;\n}\n.langustino-wrapper .avatar { width: 85px !important; height: 85px !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; margin: 0 auto 1.2rem !important; font-size: 1.8rem !important; font-weight: 800 !important; color: var(--white) !important; }\n.langustino-wrapper .team-card h3 { color: #0f172a !important; font-weight: 700 !important; }\n.langustino-wrapper .team-role { color: var(--blue) !important; font-size: 0.85rem !important; font-weight: 700 !important; }\n.langustino-wrapper .team-card p { color: var(--text-muted) !important; font-size: 0.88rem !important; }\n.langustino-wrapper .team-tags { display: flex !important; gap: 0.4rem !important; justify-content: center !important; flex-wrap: wrap !important; }\n.langustino-wrapper .tag { background: #eff6ff !important; color: #1e40af !important; padding: 0.2rem 0.8rem !important; border-radius: 20px !important; font-size: 0.72rem !important; font-weight: 700; border: 1px solid #dbeafe !important; }<\/p>\n<p>\/* SECCI\u00d3N CLOUD SEGURO (Fondo oscuro forzado) *\/\n.langustino-wrapper .cloud {\n  background: #0a2e6e !important;\n  background: linear-gradient(135deg, #0a2e6e 0%, #06183a 100%) !important;\n  padding: 5.5rem 2rem !important;\n  text-align: center !important;\n  color: var(--white) !important;\n}\n.langustino-wrapper .cloud-inner { max-width: 850px !important; margin: 0 auto !important; }\n.langustino-wrapper .cloud h2 { font-size: 2.6rem !important; font-weight: 800 !important; color: var(--white) !important; }\n.langustino-wrapper .cloud p { color: #e0f2fe !important; font-size: 1.15rem !important; margin-bottom: 2.5rem !important; }\n.langustino-wrapper .cloud-links { display: flex !important; flex-direction: row !important; justify-content: center !important; gap: 1.5rem !important; flex-wrap: wrap !important; margin-bottom: 3.5rem !important; }\n.langustino-wrapper .cloud-link {\n  background: rgba(255, 255, 255, 0.15) !important;\n  border: 1px solid rgba(255,255,255,0.3) !important;\n  color: var(--white) !important;\n  padding: 1rem 1.8rem !important;\n  border-radius: 14px !important;\n  text-decoration: none !important;\n  font-size: 0.95rem !important;\n  font-weight: 700 !important;\n  display: flex !important;\n  align-items: center !important;\n  gap: 0.6rem !important;\n}\n.langustino-wrapper .contact-grid { display: flex !important; flex-direction: row !important; justify-content: center !important; gap: 1.5rem !important; flex-wrap: wrap !important; }\n.langustino-wrapper .contact-item {\n  background: rgba(255, 255, 255, 0.2) !important;\n  border: 1px solid rgba(255, 255, 255, 0.3) !important;\n  border-radius: 14px !important;\n  padding: 1.4rem 2rem !important;\n  color: var(--white) !important;\n  text-align: center !important;\n  min-width: 180px !important;\n}\n.langustino-wrapper .contact-item .ct { color: #93c5fd !important; font-weight: 700 !important; }<\/p>\n<p>\/* FOOTER *\/\n.langustino-wrapper footer { background: #041129 !important; color: #93c5fd !important; text-align: center !important; padding: 1.8rem !important; font-size: 0.88rem !important; }\n.langustino-wrapper footer span { color: var(--white) !important; }<\/p>\n<p>\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  .langustino-wrapper nav { flex-direction: column !important; padding: 1.2rem !important; gap: 1.2rem !important; }\n  .langustino-wrapper .nav-links { flex-direction: row !important; flex-wrap: wrap !important; justify-content: center !important; }\n  .langustino-wrapper .hero h1 { font-size: 2.4rem !important; }\n  .langustino-wrapper .stats-bar { flex-direction: column !important; gap: 1.5rem !important; }\n  .langustino-wrapper .stat { width: 100% !important; }\n  .langustino-wrapper .cloud-links { flex-direction: column !important; align-items: center !important; }\n  .langustino-wrapper .cloud-link { width: 100% !important; justify-content: center !important; }\n  .langustino-wrapper .contact-grid { flex-direction: column !important; }\n  .langustino-wrapper .contact-item { width: 100% !important; }\n}\n<\/style>\n<div class=\"langustino-wrapper\">\n<nav>\n<div class=\"logo\">LAN<span>-gustino<\/span><\/div>\n<ul class=\"nav-links\">\n<li><a href=\"#\">Inicio<\/a><\/li>\n<li><a href=\"#\">Servicios<\/a><\/li>\n<li><a href=\"#\">Infraestructura<\/a><\/li>\n<li><a href=\"#\">Equipo<\/a><\/li>\n<li><a href=\"#\">Contacto<\/a><\/li>\n<\/ul>\n<\/nav>\n<div class=\"hero\">\n<div class=\"hero-badge\">\ud83d\ude80 INFRAESTRUCTURA TI EMPRESARIAL<\/div>\n<h1>Tecnolog\u00eda que <span class=\"highlight\">impulsa tu negocio<\/span><\/h1>\n<p>Soluciones integrales de infraestructura TI: redes, seguridad, servidores, nube y monitoreo 24\/7 para LAN-gustino.<\/p>\n<div class=\"hero-btns\">\n      <a href=\"#\" class=\"btn-primary\">\u26a1 Ver servicios<\/a><br \/>\n      <a href=\"#\" class=\"btn-outline\">\ud83d\udcde Contactar soporte<\/a>\n    <\/div>\n<div class=\"hero-shapes\"><\/div>\n<\/p><\/div>\n<div class=\"stats-bar\">\n<div class=\"stat\">\n<div class=\"num\">99.9%<\/div>\n<div class=\"lbl\">Disponibilidad<\/div>\n<div class=\"bar\"><\/div>\n<\/div>\n<div class=\"stat\">\n<div class=\"num\">24\/7<\/div>\n<div class=\"lbl\">Monitoreo activo<\/div>\n<div class=\"bar\"><\/div>\n<\/div>\n<div class=\"stat\">\n<div class=\"num\">10+<\/div>\n<div class=\"lbl\">Servidores<\/div>\n<div class=\"bar\"><\/div>\n<\/div>\n<div class=\"stat\">\n<div class=\"num\">4<\/div>\n<div class=\"lbl\">Especialistas<\/div>\n<div class=\"bar\"><\/div>\n<\/div>\n<div class=\"stat\">\n<div class=\"num\">2<\/div>\n<div class=\"lbl\">Nube p\u00fablica<\/div>\n<div class=\"bar\"><\/div>\n<\/div><\/div>\n<section class=\"services\">\n<div class=\"sec-inner\">\n<div class=\"sec-tag\">SERVICIOS<\/div>\n<h2 class=\"sec-title\">Todo lo que necesitas<\/h2>\n<p class=\"sec-sub\">Soluciones TI dise\u00f1adas espec\u00edficamente para las necesidades de LAN-gustino<\/p>\n<div class=\"srv-grid\">\n<div class=\"srv-card\">\n<div class=\"srv-icon\">\ud83c\udf10<\/div>\n<h3>Redes y Conectividad<\/h3>\n<p>VLANs segmentadas, VPN con StrongSwan para acceso remoto y proxy Squid para filtrado de contenido corporativo.<\/p>\n<div class=\"srv-tag\">VLAN \u00b7 VPN \u00b7 Proxy<\/div>\n<\/p><\/div>\n<div class=\"srv-card\">\n<div class=\"srv-icon\">\ud83d\udd10<\/div>\n<h3>Identidad y Seguridad<\/h3>\n<p>Active Directory centralizado, GPOs para control de pol\u00edticas y servidor de archivos SMB con acceso controlado.<\/p>\n<div class=\"srv-tag\">AD \u00b7 GPO \u00b7 SMB<\/div>\n<\/p><\/div>\n<div class=\"srv-card\">\n<div class=\"srv-icon\">\ud83d\udce6<\/div>\n<h3>Aplicaciones Core<\/h3>\n<p>ERP Odoo 17 con PostgreSQL, correo corporativo Postfix + Roundcube y sistema IVR con Asterisk\/FreePBX.<\/p>\n<div class=\"srv-tag\">ERP \u00b7 Correo \u00b7 IVR<\/div>\n<\/p><\/div>\n<div class=\"srv-card\">\n<div class=\"srv-icon\">\u2601\ufe0f<\/div>\n<h3>Nube y Monitoreo<\/h3>\n<p>Moodle LMS y WordPress CMS en AWS con HTTPS, monitoreo Zabbix en tiempo real y mesa de ayuda GLPI.<\/p>\n<div class=\"srv-tag\">AWS \u00b7 Zabbix \u00b7 GLPI<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"infra\">\n<div class=\"sec-inner\">\n<div class=\"sec-tag\">INFRAESTRUCTURA<\/div>\n<h2 class=\"sec-title\">Servidores en producci\u00f3n<\/h2>\n<p class=\"sec-sub\">Todos los servicios activos y monitoreados en tiempo real<\/p>\n<div class=\"infra-grid\">\n<div class=\"infra-card\">\n<div class=\"infra-icon\">\ud83d\udda5\ufe0f<\/div>\n<h4>SRV-DC-01<\/h4>\n<p>Active Directory \u00b7 Windows Server 2022 \u00b7 VLAN 10<\/p>\n<div class=\"status\">En producci\u00f3n<\/div>\n<\/p><\/div>\n<div class=\"infra-card\">\n<div class=\"infra-icon\">\ud83d\udd12<\/div>\n<h4>SRV-VPN-01<\/h4>\n<p>StrongSwan VPN \u00b7 DMZ \u00b7 Acceso remoto seguro<\/p>\n<div class=\"status\">En producci\u00f3n<\/div>\n<\/p><\/div>\n<div class=\"infra-card\">\n<div class=\"infra-icon\">\ud83d\udd0d<\/div>\n<h4>SRV-PROXY-01<\/h4>\n<p>Squid Proxy \u00b7 Filtro web \u00b7 VLAN 20<\/p>\n<div class=\"status\">En producci\u00f3n<\/div>\n<\/p><\/div>\n<div class=\"infra-card\">\n<div class=\"infra-icon\">\ud83d\udcca<\/div>\n<h4>SRV-ERP-01<\/h4>\n<p>Odoo 17 \u00b7 PostgreSQL \u00b7 VLAN 30<\/p>\n<div class=\"status\">En producci\u00f3n<\/div>\n<\/p><\/div>\n<div class=\"infra-card\">\n<div class=\"infra-icon\">\u2709\ufe0f<\/div>\n<h4>SRV-MAIL-01<\/h4>\n<p>Postfix \u00b7 Roundcube \u00b7 Solo correo interno<\/p>\n<div class=\"status\">En producci\u00f3n<\/div>\n<\/p><\/div>\n<div class=\"infra-card\">\n<div class=\"infra-icon\">\ud83d\udce1<\/div>\n<h4>SRV-MON-01<\/h4>\n<p>Zabbix \u00b7 GLPI \u00b7 Monitoreo 24\/7<\/p>\n<div class=\"status\">En producci\u00f3n<\/div>\n<\/p><\/div>\n<div class=\"infra-card\">\n<div class=\"infra-icon\">\ud83c\udf0d<\/div>\n<h4>WordPress CMS<\/h4>\n<p>AWS Lightsail \u00b7 HTTPS \u00b7 langustino-wordpress.duckdns.org<\/p>\n<div class=\"status\">En producci\u00f3n<\/div>\n<\/p><\/div>\n<div class=\"infra-card\">\n<div class=\"infra-icon\">\ud83c\udf93<\/div>\n<h4>Moodle LMS<\/h4>\n<p>AWS Lightsail \u00b7 HTTPS \u00b7 langustino-moodle.duckdns.org<\/p>\n<div class=\"status\">En producci\u00f3n<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"team\">\n<div class=\"sec-inner\">\n<div class=\"sec-tag\">EQUIPO<\/div>\n<h2 class=\"sec-title\">Nuestros especialistas<\/h2>\n<p class=\"sec-sub\">Cuatro expertos dedicados a mantener la infraestructura de LAN-gustino<\/p>\n<div class=\"team-grid\">\n<div class=\"team-card\">\n<div class=\"avatar\" style=\"background:#1565c0;\">JF<\/div>\n<h3>Juan Felipe<\/h3>\n<div class=\"team-role\">\ud83c\udf10 Redes y Conectividad<\/div>\n<p>Responsable de VLANs, VPN StrongSwan y filtrado de contenido con Squid Proxy.<\/p>\n<div class=\"team-tags\"><span class=\"tag\">Networking<\/span><span class=\"tag\">VPN<\/span><span class=\"tag\">Proxy<\/span><\/div>\n<\/p><\/div>\n<div class=\"team-card\">\n<div class=\"avatar\" style=\"background:#0d47a1;\">JA<\/div>\n<h3>Julian Andres<\/h3>\n<div class=\"team-role\">\ud83d\udd10 Identidad y Windows<\/div>\n<p>Administrador de Active Directory, GPOs y servidor de archivos SMB corporativo.<\/p>\n<div class=\"team-tags\"><span class=\"tag\">Active Directory<\/span><span class=\"tag\">GPO<\/span><span class=\"tag\">SMB<\/span><\/div>\n<\/p><\/div>\n<div class=\"team-card\">\n<div class=\"avatar\" style=\"background:#1976d2;\">SP<\/div>\n<h3>Santiago Pulido<\/h3>\n<div class=\"team-role\">\ud83d\udce6 Aplicaciones Core<\/div>\n<p>Gestor del ERP Odoo, sistema de correo Postfix\/Roundcube e IVR con Asterisk.<\/p>\n<div class=\"team-tags\"><span class=\"tag\">Odoo<\/span><span class=\"tag\">Postfix<\/span><span class=\"tag\">Asterisk<\/span><\/div>\n<\/p><\/div>\n<div class=\"team-card\">\n<div class=\"avatar\" style=\"background:#42a5f5;\">JD<\/div>\n<h3>Jose David<\/h3>\n<div class=\"team-role\">\u2601\ufe0f Cloud y DevOps<\/div>\n<p>Despliegue en AWS, monitoreo con Zabbix, mesa de ayuda GLPI y plataformas LMS\/CMS.<\/p>\n<div class=\"team-tags\"><span class=\"tag\">AWS<\/span><span class=\"tag\">Zabbix<\/span><span class=\"tag\">GLPI<\/span><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<div class=\"cloud\">\n<div class=\"cloud-inner\">\n<div class=\"sec-tag\" style=\"background:rgba(255,255,255,0.25);color:#93c5fd;\">SERVICIOS EN LA NUBE<\/div>\n<h2>Accede a nuestras plataformas<\/h2>\n<p>Moodle y WordPress desplegados en AWS con dominio propio y certificado SSL activo.<\/p>\n<div class=\"cloud-links\">\n        <a href=\"https:\/\/langustino-wordpress.duckdns.org\" class=\"cloud-link\"><span class=\"icon\">\ud83c\udf0d<\/span> WordPress CMS <span style=\"font-size:0.75rem;background:rgba(34,197,94,0.3);padding:0.2rem 0.5rem;border-radius:10px;margin-left:0.3rem\">\ud83d\udd12 HTTPS<\/span><\/a><br \/>\n        <a href=\"https:\/\/langustino-moodle.duckdns.org\" class=\"cloud-link\"><span class=\"icon\">\ud83c\udf93<\/span> Moodle LMS <span style=\"font-size:0.75rem;background:rgba(34,197,94,0.3);padding:0.2rem 0.5rem;border-radius:10px;margin-left:0.3rem\">\ud83d\udd12 HTTPS<\/span><\/a>\n      <\/div>\n<div class=\"sec-tag\" style=\"background:rgba(255,255,255,0.25);color:#93c5fd;margin-bottom:1.5rem\">CONTACTO Y SOPORTE<\/div>\n<div class=\"contact-grid\">\n<div class=\"contact-item\">\n<div class=\"ci\">\ud83d\udce7<\/div>\n<div class=\"ct\">Correo<\/div>\n<div class=\"cv\">soporte@langustino.com<\/div>\n<\/div>\n<div class=\"contact-item\">\n<div class=\"ci\">\ud83d\udcde<\/div>\n<div class=\"ct\">Mesa de ayuda<\/div>\n<div class=\"cv\">Extensi\u00f3n 100<\/div>\n<\/div>\n<div class=\"contact-item\">\n<div class=\"ci\">\ud83d\udd50<\/div>\n<div class=\"ct\">Horario<\/div>\n<div class=\"cv\">Lun &#8211; Vie 8am &#8211; 6pm<\/div>\n<\/div>\n<div class=\"contact-item\">\n<div class=\"ci\">\ud83c\udfab<\/div>\n<div class=\"ct\">Tickets GLPI<\/div>\n<div class=\"cv\">Portal interno<\/div>\n<\/div><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<footer>\n<p>\u00a9 2026 <span>LAN-gustino<\/span> \u00b7 Infraestructura TI Empresarial \u00b7 Todos los derechos reservados<\/p>\n<\/footer>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>LAN-gustino Inicio Servicios Infraestructura Equipo Contacto \ud83d\ude80 INFRAESTRUCTURA TI EMPRESARIAL Tecnolog\u00eda que impulsa tu negocio Soluciones integrales de infraestructura TI: redes, seguridad, servidores, nube y monitoreo 24\/7 para LAN-gustino. \u26a1 Ver servicios \ud83d\udcde Contactar soporte 99.9% Disponibilidad 24\/7 Monitoreo activo 10+ Servidores 4 Especialistas 2 Nube p\u00fablica SERVICIOS Todo lo que necesitas Soluciones TI dise\u00f1adas [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/langustino-wordpress.duckdns.org\/index.php?rest_route=\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/langustino-wordpress.duckdns.org\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/langustino-wordpress.duckdns.org\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/langustino-wordpress.duckdns.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/langustino-wordpress.duckdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=16"}],"version-history":[{"count":12,"href":"https:\/\/langustino-wordpress.duckdns.org\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":26,"href":"https:\/\/langustino-wordpress.duckdns.org\/index.php?rest_route=\/wp\/v2\/pages\/16\/revisions\/26"}],"wp:attachment":[{"href":"https:\/\/langustino-wordpress.duckdns.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}