{"id":828,"date":"2026-04-09T03:30:26","date_gmt":"2026-04-09T03:30:26","guid":{"rendered":"https:\/\/gammva.com.mx\/?page_id=828"},"modified":"2026-05-25T00:03:52","modified_gmt":"2026-05-25T00:03:52","slug":"contacto","status":"publish","type":"page","link":"https:\/\/gammva.com.mx\/?page_id=828","title":{"rendered":"Contacto"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"es\">\n<head>\n<meta charset=\"UTF-8\" \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n<title>Contacto \u2014 Gammva Energy Group<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Sora:wght@300;400;500;600;700;800&#038;family=IBM+Plex+Mono:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\" \/>\n<style>\n  :root {\n    --green: #2ECC71;\n    --green-dark: #1a9e50;\n    --green-light: #d6f5e5;\n    --black: #0a0a0a;\n    --gray-700: #2a2a2a;\n    --gray-400: #888888;\n    --gray-200: #e8e8e8;\n    --gray-100: #f5f5f5;\n    --white: #ffffff;\n    --font-main: 'Sora', sans-serif;\n    --font-mono: 'IBM Plex Mono', monospace;\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: var(--font-main);\n    background: var(--white);\n    color: var(--black);\n    overflow-x: hidden;\n  }\n\n  \/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500 *\/\n  .hero {\n    padding: 80px 72px 72px;\n    position: relative;\n    overflow: hidden;\n  }\n\n  \/* Subtle grid background *\/\n  .hero::before {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      linear-gradient(rgba(46,204,113,0.05) 1px, transparent 1px),\n      linear-gradient(90deg, rgba(46,204,113,0.05) 1px, transparent 1px);\n    background-size: 56px 56px;\n    pointer-events: none;\n  }\n\n  \/* Decorative G *\/\n  .hero::after {\n    content: 'G';\n    position: absolute; right: -40px; bottom: -120px;\n    font-size: 560px; font-weight: 800; line-height: 1;\n    color: rgba(46,204,113,0.045);\n    pointer-events: none; user-select: none;\n    font-family: var(--font-main);\n  }\n\n  .hero-inner {\n    position: relative; z-index: 1;\n    max-width: 1100px; margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: center;\n  }\n\n  \/* \u2500\u2500\u2500 LEFT COPY \u2500\u2500\u2500 *\/\n  .hero-eyebrow {\n    display: inline-flex; align-items: center; gap: 8px;\n    font-family: var(--font-mono); font-size: 11px; font-weight: 500;\n    letter-spacing: 2px; text-transform: uppercase; color: var(--green-dark);\n    background: var(--green-light); padding: 6px 14px; border-radius: 100px;\n    margin-bottom: 28px;\n  }\n  .hero-eyebrow::before {\n    content: ''; width: 6px; height: 6px; border-radius: 50%;\n    background: var(--green); display: block;\n    animation: pulse 2s ease-in-out infinite;\n  }\n  @keyframes pulse {\n    0%, 100% { transform: scale(1); opacity: 1; }\n    50%       { transform: scale(1.5); opacity: 0.5; }\n  }\n\n  .hero-title {\n    font-size: clamp(38px, 4.5vw, 58px);\n    font-weight: 800; letter-spacing: -2px; line-height: 1.04;\n    color: var(--black); margin-bottom: 18px;\n  }\n  .hero-title .accent { color: var(--green); }\n\n  .hero-sub {\n    font-size: 16px; font-weight: 300; color: var(--gray-400);\n    line-height: 1.75; max-width: 400px;\n  }\n\n  \/* \u2500\u2500\u2500 RIGHT PILLS \u2500\u2500\u2500 *\/\n  .quick-contacts { display: flex; flex-direction: column; gap: 14px; }\n\n  .contact-pill {\n    display: flex; align-items: center; gap: 16px;\n    background: var(--gray-100); border-radius: 18px;\n    padding: 18px 22px;\n    text-decoration: none; color: inherit;\n    border: 1.5px solid transparent;\n    transition: transform .22s, box-shadow .22s, background .22s, border-color .22s;\n  }\n  .contact-pill:hover {\n    transform: translateX(8px);\n    box-shadow: 0 10px 36px rgba(46,204,113,0.13);\n    background: var(--white);\n    border-color: rgba(46,204,113,0.25);\n  }\n\n  .pill-icon {\n    width: 48px; height: 48px; border-radius: 13px;\n    background: var(--black);\n    display: flex; align-items: center; justify-content: center;\n    flex-shrink: 0;\n    transition: background .22s;\n  }\n  .contact-pill:hover .pill-icon { background: var(--green-dark); }\n  .pill-icon svg { width: 19px; height: 19px; }\n\n  .pill-label {\n    font-family: var(--font-mono); font-size: 10px;\n    letter-spacing: 1.6px; text-transform: uppercase;\n    color: var(--gray-400); margin-bottom: 4px;\n  }\n  .pill-value { font-size: 16px; font-weight: 700; color: var(--black); letter-spacing: -0.3px; }\n\n  .pill-arrow {\n    margin-left: auto; opacity: 0;\n    transform: translateX(-6px);\n    transition: opacity .2s, transform .2s;\n    flex-shrink: 0;\n  }\n  .contact-pill:hover .pill-arrow { opacity: 1; transform: translateX(0); }\n\n  \/* \u2500\u2500\u2500 OFFICES \u2500\u2500\u2500 *\/\n  .offices {\n    padding: 88px 72px;\n    background: var(--black);\n    position: relative; overflow: hidden;\n  }\n  .offices::before {\n    content: '';\n    position: absolute; inset: 0;\n    background-image:\n      radial-gradient(circle at 15% 50%, rgba(46,204,113,0.09) 0%, transparent 55%),\n      radial-gradient(circle at 85% 10%, rgba(46,204,113,0.05) 0%, transparent 45%);\n    pointer-events: none;\n  }\n  .offices::after {\n    content: '';\n    position: absolute; inset: 0;\n    background-image: repeating-linear-gradient(\n      0deg, rgba(255,255,255,0.013) 0px, rgba(255,255,255,0.013) 1px,\n      transparent 1px, transparent 4px\n    );\n    pointer-events: none;\n  }\n\n  .offices-inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; }\n\n  .section-eyebrow {\n    font-family: var(--font-mono); font-size: 10px; font-weight: 500;\n    letter-spacing: 3px; text-transform: uppercase; color: var(--green);\n    margin-bottom: 14px;\n  }\n  .section-title {\n    font-size: clamp(30px, 3.5vw, 44px);\n    font-weight: 800; letter-spacing: -1.5px; color: var(--white);\n    line-height: 1.08; margin-bottom: 52px;\n  }\n\n  .offices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }\n\n  .office-card {\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.08);\n    border-radius: 22px; padding: 32px 28px;\n    position: relative; overflow: hidden;\n    transition: background .25s, border-color .25s, transform .25s;\n  }\n  .office-card::before {\n    content: '';\n    position: absolute; top: 0; left: 0; right: 0; height: 2px;\n    background: linear-gradient(90deg, transparent, var(--green), transparent);\n    opacity: 0; transition: opacity .25s;\n  }\n  .office-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(46,204,113,0.22); transform: translateY(-5px); }\n  .office-card:hover::before { opacity: 1; }\n  .office-card.hq { border-color: rgba(46,204,113,0.25); background: rgba(46,204,113,0.05); }\n  .office-card.hq::before { opacity: 1; }\n\n  .office-badge {\n    display: inline-flex; align-items: center; gap: 6px;\n    font-family: var(--font-mono); font-size: 9px; font-weight: 500;\n    letter-spacing: 1.5px; text-transform: uppercase;\n    padding: 4px 11px; border-radius: 100px; margin-bottom: 20px;\n  }\n  .office-badge::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }\n  .office-badge.main { background: rgba(46,204,113,0.15); color: var(--green); }\n  .office-badge.branch { background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.4); }\n\n  .office-city { font-size: 21px; font-weight: 700; color: var(--white); letter-spacing: -0.5px; margin-bottom: 3px; }\n  .office-state { font-size: 11px; color: rgba(255,255,255,0.3); font-family: var(--font-mono); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 22px; }\n\n  .office-detail { display: flex; gap: 11px; margin-bottom: 13px; align-items: flex-start; }\n  .office-detail-icon {\n    width: 28px; height: 28px; border-radius: 7px;\n    background: rgba(255,255,255,0.07);\n    display: flex; align-items: center; justify-content: center; flex-shrink: 0;\n  }\n  .office-detail-icon svg { width: 13px; height: 13px; }\n  .office-detail-text { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.55; }\n  .office-detail-text a { color: var(--green); text-decoration: none; transition: opacity .2s; }\n  .office-detail-text a:hover { opacity: 0.75; }\n\n  \/* \u2500\u2500\u2500 BOTTOM CTA \u2500\u2500\u2500 *\/\n  .bottom-cta {\n    padding: 96px 72px;\n    text-align: center;\n    position: relative; overflow: hidden;\n  }\n  .bottom-cta::before {\n    content: '';\n    position: absolute; top: 50%; left: 50%;\n    transform: translate(-50%, -50%);\n    width: 700px; height: 500px;\n    background: radial-gradient(ellipse, rgba(46,204,113,0.07) 0%, transparent 70%);\n    pointer-events: none;\n  }\n\n  .bottom-cta-eyebrow {\n    font-family: var(--font-mono); font-size: 11px; letter-spacing: 2.5px;\n    text-transform: uppercase; color: var(--green-dark); margin-bottom: 16px;\n  }\n  .bottom-cta-title {\n    font-size: clamp(34px, 4.5vw, 52px); font-weight: 800;\n    letter-spacing: -1.5px; color: var(--black);\n    line-height: 1.05; margin-bottom: 14px;\n  }\n  .bottom-cta-sub { font-size: 16px; color: var(--gray-400); font-weight: 300; margin-bottom: 40px; }\n\n  .cta-actions { display: flex; align-items: center; justify-content: center; gap: 14px; }\n\n  .btn-primary {\n    background: var(--black); color: var(--white);\n    font-family: var(--font-main); font-size: 14px; font-weight: 700;\n    padding: 15px 30px; border-radius: 100px; text-decoration: none;\n    display: inline-flex; align-items: center; gap: 8px;\n    transition: background .2s, transform .15s, box-shadow .2s;\n  }\n  .btn-primary:hover { background: var(--green-dark); transform: scale(1.04); box-shadow: 0 14px 32px rgba(26,158,80,0.28); }\n\n  .btn-secondary {\n    background: transparent; color: var(--black);\n    font-family: var(--font-main); font-size: 14px; font-weight: 600;\n    padding: 15px 30px; border-radius: 100px; text-decoration: none;\n    border: 1.5px solid var(--gray-200);\n    transition: border-color .2s, color .2s;\n  }\n  .btn-secondary:hover { border-color: var(--green); color: var(--green-dark); }\n\n  \/* \u2500\u2500\u2500 FADE-UP \u2500\u2500\u2500 *\/\n  .fade-up { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }\n  .fade-up.visible { opacity: 1; transform: translateY(0); }\n\n  \/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500 *\/\n  @media (max-width: 860px) {\n    .hero { padding: 56px 24px 56px; }\n    .hero-inner { grid-template-columns: 1fr; gap: 44px; }\n    .hero::after { display: none; }\n    .offices { padding: 64px 24px; }\n    .offices-grid { grid-template-columns: 1fr; }\n    .bottom-cta { padding: 72px 24px; }\n    .cta-actions { flex-direction: column; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- \u2500\u2500 HERO \u2500\u2500 -->\n<section class=\"hero\">\n  <div class=\"hero-inner\">\n\n    <div class=\"hero-left\">\n      <div class=\"hero-eyebrow\">Estamos aqu\u00ed para ti<\/div>\n      <h1 class=\"hero-title\">Hablemos de<br>tu pr\u00f3ximo<br><span class=\"accent\">proyecto.<\/span><\/h1>\n      <p class=\"hero-sub\">Nuestro equipo de especialistas en media y alta tensi\u00f3n est\u00e1 listo para analizar tu caso y ofrecerte la soluci\u00f3n m\u00e1s eficiente.<\/p>\n    <\/div>\n\n    <div class=\"quick-contacts\">\n\n      <a class=\"contact-pill\" href=\"mailto:hola@gammva.com.mx\">\n        <div class=\"pill-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"3\" stroke=\"#2ECC71\" stroke-width=\"1.8\"\/>\n            <path d=\"M2 8l10 7 10-7\" stroke=\"#2ECC71\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <div>\n          <div class=\"pill-label\">Correo electr\u00f3nico<\/div>\n          <div class=\"pill-value\">hola@gammva.com.mx<\/div>\n        <\/div>\n        <div class=\"pill-arrow\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M5 12h14M13 6l6 6-6 6\" stroke=\"#2ECC71\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n      <\/a>\n\n      <a class=\"contact-pill\" href=\"https:\/\/wa.me\/5545515133\">\n        <div class=\"pill-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path d=\"M6.5 4h3l1.5 4-2 1.5c1 2 2.5 3.5 4.5 4.5L15 12l4 1.5v3c0 1.1-.9 2-2 2C8.6 20.5 3.5 15.4 3.5 9A2.5 2.5 0 016.5 7v-3z\" stroke=\"#2ECC71\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <div>\n          <div class=\"pill-label\">Corporativo Monterrey<\/div>\n          <div class=\"pill-value\">81 8073 2582<\/div>\n        <\/div>\n        <div class=\"pill-arrow\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M5 12h14M13 6l6 6-6 6\" stroke=\"#2ECC71\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n      <\/a>\n\n      <a class=\"contact-pill\" href=\"https:\/\/wa.me\/5545515133\">\n        <div class=\"pill-icon\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#2ECC71\" stroke-width=\"1.8\"\/>\n            <path d=\"M12 8v4l3 2\" stroke=\"#2ECC71\" stroke-width=\"1.8\" stroke-linecap=\"round\"\/>\n          <\/svg>\n        <\/div>\n        <div>\n          <div class=\"pill-label\">Contacto directo Ventas<\/div>\n          <div class=\"pill-value\">55 4551 5133<\/div>\n        <\/div>\n        <div class=\"pill-arrow\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M5 12h14M13 6l6 6-6 6\" stroke=\"#2ECC71\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>\n        <\/div>\n      <\/a>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 OFFICES \u2500\u2500 -->\n<section class=\"offices\">\n  <div class=\"offices-inner\">\n    <div class=\"section-eyebrow fade-up\">Presencia nacional<\/div>\n    <h2 class=\"section-title fade-up\">Cobertura en todo<br>M\u00e9xico<\/h2>\n\n    <div class=\"offices-grid\">\n\n      <!-- Corporativo -->\n      <div class=\"office-card hq fade-up\">\n        <div class=\"office-badge main\">Corporativo<\/div>\n        <div class=\"office-city\">San Pedro Garza Garc\u00eda<\/div>\n        <div class=\"office-state\">Nuevo Le\u00f3n \u00b7 M\u00e9xico<\/div>\n\n        <div class=\"office-detail\">\n          <div class=\"office-detail-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\"\/><\/svg>\n          <\/div>\n          <div class=\"office-detail-text\">Av. Manuel Gomez Morin 350 Int PB 6A-11<br>Col. Valle del Campestre, C.P. 66265<\/div>\n        <\/div>\n\n        <div class=\"office-detail\">\n          <div class=\"office-detail-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6.5 4h3l1.5 4-2 1.5c1 2 2.5 3.5 4.5 4.5L15 12l4 1.5v3c0 1.1-.9 2-2 2C8.6 20.5 3.5 15.4 3.5 9A2.5 2.5 0 016.5 7v-3z\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\" stroke-linecap=\"round\"\/><\/svg>\n          <\/div>\n          <div class=\"office-detail-text\"><a href=\"https:\/\/wa.me\/5545515133\">81 8073 2582<\/a><\/div>\n        <\/div>\n\n        <div class=\"office-detail\">\n          <div class=\"office-detail-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"3\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\"\/><path d=\"M2 8l10 7 10-7\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\" stroke-linecap=\"round\"\/><\/svg>\n          <\/div>\n          <div class=\"office-detail-text\"><a href=\"mailto:hola@gammva.com.mx\">hola@gammva.com.mx<\/a><\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Reynosa -->\n      <div class=\"office-card fade-up\">\n        <div class=\"office-badge branch\">Sucursal<\/div>\n        <div class=\"office-city\">Reynosa<\/div>\n        <div class=\"office-state\">Tamaulipas \u00b7 M\u00e9xico<\/div>\n\n        <div class=\"office-detail\">\n          <div class=\"office-detail-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\"\/><\/svg>\n          <\/div>\n          <div class=\"office-detail-text\">Zona industrial fronteriza<br>Reynosa, Tamaulipas<\/div>\n        <\/div>\n\n        <div class=\"office-detail\">\n          <div class=\"office-detail-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6.5 4h3l1.5 4-2 1.5c1 2 2.5 3.5 4.5 4.5L15 12l4 1.5v3c0 1.1-.9 2-2 2C8.6 20.5 3.5 15.4 3.5 9A2.5 2.5 0 016.5 7v-3z\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\" stroke-linecap=\"round\"\/><\/svg>\n          <\/div>\n          <div class=\"office-detail-text\"><a href=\"https:\/\/wa.me\/5545515133\">55 4551 5133<\/a><\/div>\n        <\/div>\n\n        <div class=\"office-detail\">\n          <div class=\"office-detail-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"3\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\"\/><path d=\"M2 8l10 7 10-7\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\" stroke-linecap=\"round\"\/><\/svg>\n          <\/div>\n          <div class=\"office-detail-text\"><a href=\"mailto:hola@gammva.com.mx\">hola@gammva.com.mx<\/a><\/div>\n        <\/div>\n      <\/div>\n\n      <!-- CDMX -->\n      <div class=\"office-card fade-up\">\n        <div class=\"office-badge branch\">Sucursal<\/div>\n        <div class=\"office-city\">Ciudad de M\u00e9xico<\/div>\n        <div class=\"office-state\">CDMX \u00b7 M\u00e9xico<\/div>\n\n        <div class=\"office-detail\">\n          <div class=\"office-detail-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\"\/><circle cx=\"12\" cy=\"9\" r=\"2.5\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\"\/><\/svg>\n          <\/div>\n          <div class=\"office-detail-text\">Ciudad de M\u00e9xico<br>M\u00e9xico<\/div>\n        <\/div>\n\n        <div class=\"office-detail\">\n          <div class=\"office-detail-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6.5 4h3l1.5 4-2 1.5c1 2 2.5 3.5 4.5 4.5L15 12l4 1.5v3c0 1.1-.9 2-2 2C8.6 20.5 3.5 15.4 3.5 9A2.5 2.5 0 016.5 7v-3z\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\" stroke-linecap=\"round\"\/><\/svg>\n          <\/div>\n          <div class=\"office-detail-text\"><a href=\"https:\/\/wa.me\/5545515133\">55 4551 5133<\/a><\/div>\n        <\/div>\n\n        <div class=\"office-detail\">\n          <div class=\"office-detail-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"3\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\"\/><path d=\"M2 8l10 7 10-7\" stroke=\"rgba(255,255,255,0.5)\" stroke-width=\"1.6\" stroke-linecap=\"round\"\/><\/svg>\n          <\/div>\n          <div class=\"office-detail-text\"><a href=\"mailto:hola@gammva.com.mx\">hola@gammva.com.mx<\/a><\/div>\n        <\/div>\n      <\/div>\n\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- \u2500\u2500 BOTTOM CTA \u2500\u2500 -->\n<section class=\"bottom-cta\">\n  <div class=\"bottom-cta-eyebrow fade-up\">\u00bfListo para empezar?<\/div>\n  <h2 class=\"bottom-cta-title fade-up\">Transforma tu<br>infraestructura el\u00e9ctrica.<\/h2>\n  <p class=\"bottom-cta-sub fade-up\">Soluciones de ingenier\u00eda de alto nivel, ejecutadas con precisi\u00f3n y compromiso.<\/p>\n  <div class=\"cta-actions fade-up\">\n    <a href=\"mailto:hola@gammva.com.mx\" class=\"btn-primary\">\n      <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\"><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"3\" stroke=\"white\" stroke-width=\"2\"\/><path d=\"M2 8l10 7 10-7\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\"\/><\/svg>\n      Escr\u00edbenos\n    <\/a>\n    <a href=\"https:\/\/wa.me\/5545515133\" class=\"btn-secondary\">Llamar al corporativo<\/a>\n  <\/div>\n<\/section>\n\n<script>\n  const observer = new IntersectionObserver((entries) => {\n    entries.forEach((entry, i) => {\n      if (entry.isIntersecting) {\n        setTimeout(() => entry.target.classList.add('visible'), i * 90);\n        observer.unobserve(entry.target);\n      }\n    });\n  }, { threshold: 0.12 });\n  document.querySelectorAll('.fade-up').forEach(el => observer.observe(el));\n<\/script>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Contacto \u2014 Gammva Energy Group Estamos aqu\u00ed para ti Hablemos detu pr\u00f3ximoproyecto. Nuestro equipo de especialistas en media y alta tensi\u00f3n est\u00e1 listo para analizar tu caso y ofrecerte la soluci\u00f3n m\u00e1s eficiente. Correo electr\u00f3nico hola@gammva.com.mx Corporativo Monterrey 81 8073 2582 Contacto directo Ventas 55 4551 5133 Presencia nacional Cobertura en todoM\u00e9xico Corporativo San Pedro [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-828","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/gammva.com.mx\/index.php?rest_route=\/wp\/v2\/pages\/828","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gammva.com.mx\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gammva.com.mx\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gammva.com.mx\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/gammva.com.mx\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=828"}],"version-history":[{"count":5,"href":"https:\/\/gammva.com.mx\/index.php?rest_route=\/wp\/v2\/pages\/828\/revisions"}],"predecessor-version":[{"id":942,"href":"https:\/\/gammva.com.mx\/index.php?rest_route=\/wp\/v2\/pages\/828\/revisions\/942"}],"wp:attachment":[{"href":"https:\/\/gammva.com.mx\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}