{"id":5033,"date":"2026-03-03T20:46:42","date_gmt":"2026-03-03T20:46:42","guid":{"rendered":"https:\/\/academy.h2mcoatings.com\/?page_id=5033"},"modified":"2026-03-27T02:22:49","modified_gmt":"2026-03-27T02:22:49","slug":"5033-2","status":"publish","type":"page","link":"https:\/\/academy.h2mcoatings.com\/en\/5033-2\/","title":{"rendered":"Aprende a instalar pisos en epoxy y evita errores costosos desde el inicio."},"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>Academy Lone Star &#8211; Entrenamiento<\/title>\n    \n    <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/hls.js@latest\"><\/script>\n\n    <style>\n        \/* \ud83d\udd25 ROMPEMOS LOS M\u00c1RGENES DE WORDPRESS \ud83d\udd25 *\/\n        html, body {\n            margin: 0 !important;\n            padding: 0 !important;\n            background-color: #000000 !important;\n            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            overflow-x: hidden;\n        }\n\n        \/* --- P\u00c1GINA PRINCIPAL --- *\/\n        #mainContent {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            height: 100dvh;\n            width: 100vw !important;\n            position: relative;\n            left: 50%;\n            right: 50%;\n            margin-left: -50vw !important;\n            margin-right: -50vw !important;\n            \n            background-color: #000000 !important;\n            background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), \n                              url('https:\/\/h2mcoatings.com\/img\/89de84a1-a28b-4d30-a27f-5521b4840d9c.webp');\n            background-size: contain !important; \n            background-position: center !important;\n            background-repeat: no-repeat !important;\n        }\n\n        \/* \ud83d\udd25 BOT\u00d3N PLAY INICIAL GIGANTE Y REDONDO \ud83d\udd25 *\/\n        .open-video-btn {\n            background: #ff0000; \n            border: none;\n            width: 100px;\n            height: 100px;\n            border-radius: 50%; \n            cursor: pointer;\n            box-shadow: 0 4px 20px rgba(255,0,0,0.5);\n            transition: all 0.3s ease;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            animation: pulse-play 2s infinite;\n            z-index: 10;\n        }\n\n        .open-video-btn svg {\n            width: 50px;\n            height: 50px;\n            fill: white;\n            margin-left: 8px; \n        }\n\n        .open-video-btn:hover {\n            transform: scale(1.1);\n            box-shadow: 0 6px 25px rgba(255,0,0,0.8);\n        }\n\n        @keyframes pulse-play {\n            0% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7); }\n            70% { box-shadow: 0 0 0 25px rgba(255, 0, 0, 0); }\n            100% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); }\n        }\n\n        \/* --- VENTANA EMERGENTE (Z-INDEX M\u00c1XIMO) --- *\/\n        #videoPopup {\n            position: fixed !important; \n            top: 0 !important;\n            left: 0 !important;\n            width: 100vw !important;\n            height: 100vh !important;\n            background: #000000 !important; \n            z-index: 2147483647 !important; \n            display: flex;\n            justify-content: center;\n            align-items: center;\n            opacity: 0;\n            pointer-events: none;\n            transition: opacity 0.3s ease-in-out;\n        }\n\n        #videoPopup.show {\n            opacity: 1;\n            pointer-events: auto;\n        }\n\n        \/* --- CONTENEDOR DEL VIDEO --- *\/\n        #videoContainer {\n            position: relative;\n            width: 100%; \n            height: 100%; \n            display: flex;\n            justify-content: center;\n            align-items: center;\n            background: #000000;\n        }\n\n        #videoPlayer {\n            width: 100%;\n            height: 100%;\n            object-fit: contain; \n            background: transparent;\n        }\n\n        \/* \ud83d\udd25 BOT\u00d3N CERRAR \"X\" \ud83d\udd25 *\/\n        .close-popup-btn {\n            position: absolute;\n            top: 20px;\n            right: 20px;\n            background: rgba(0,0,0,0.5);\n            border: none;\n            color: white;\n            cursor: pointer;\n            z-index: 9999999; \n            width: 45px;\n            height: 45px;\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            transition: all 0.4s ease; \n            backdrop-filter: blur(5px);\n            -webkit-backdrop-filter: blur(5px);\n        }\n\n        .close-popup-btn.fade-out {\n            opacity: 0 !important;\n            pointer-events: none !important;\n            transform: translateY(-15px) !important; \n        }\n\n        \/* --- CONTROLES MODERNOS DE VIDEO --- *\/\n        #customControls {\n            position: absolute;\n            bottom: 80px; \/* Controles m\u00e1s arriba para no estorbar en m\u00f3viles *\/\n            left: 50%;\n            transform: translateX(-50%);\n            width: 90%;\n            max-width: 600px;\n            padding: 12px 20px; \n            background: rgba(30, 30, 30, 0.6); \n            border-radius: 50px; \n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            gap: 15px;\n            box-sizing: border-box;\n            z-index: 10; \n            backdrop-filter: blur(10px); \n            -webkit-backdrop-filter: blur(10px);\n            transition: all 0.4s ease;\n        }\n\n        #customControls.fade-out {\n            opacity: 0 !important;\n            pointer-events: none !important;\n            transform: translate(-50%, 20px) !important; \n        }\n\n        .play-group { display: flex; align-items: center; gap: 10px; }\n        \n        #customControls .control-btn {\n            background: none; border: none; color: white;\n            cursor: pointer; padding: 0; display: flex;\n            justify-content: center; align-items: center;\n            transition: transform 0.1s;\n        }\n        #customControls .control-btn:active { transform: scale(0.85); }\n        #customControls .control-btn svg { width: 24px; height: 24px; fill: white; }\n\n        #progressBar {\n            flex-grow: 1; cursor: pointer; -webkit-appearance: none; \n            appearance: none; height: 6px; background: rgba(255, 255, 255, 0.3); \n            border-radius: 10px; outline: none; margin: 0 10px;\n        }\n        #progressBar::-webkit-slider-thumb {\n            -webkit-appearance: none; appearance: none;\n            width: 18px; height: 18px; border-radius: 50%;\n            background: #ffffff; cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,0.5);\n        }\n        #progressBar::-moz-range-thumb {\n            width: 18px; height: 18px; border: none; border-radius: 50%;\n            background: #ffffff; cursor: pointer; box-shadow: 0 0 5px rgba(0,0,0,0.5);\n        }\n\n        \/* \ud83d\udd25 CAPA FINAL: TOTALMENTE NEGRA Y SIN SCROLL \ud83d\udd25 *\/\n        #overlay {\n            position: absolute; top: 0; left: 0; width: 100%; height: 100%; \n            display: flex; flex-direction: column; \n            justify-content: center; \/* Centra todo verticalmente *\/\n            align-items: center; \n            background: #000000; \n            opacity: 0; pointer-events: none;\n            transition: opacity 0.5s ease-in-out;\n            z-index: 60; padding: 15px; box-sizing: border-box;\n            overflow: hidden; \/* Cortamos el scroll *\/\n        }\n\n        #overlay.show { opacity: 1; pointer-events: auto; }\n\n        .overlay-content {\n            width: 100%; max-width: 550px;\n            display: flex; flex-direction: column; align-items: center;\n        }\n\n        #overlay-title {\n            color: white; font-size: 32px; font-weight: 900; \n            text-align: center; margin-bottom: 25px; \n            text-transform: uppercase; letter-spacing: 1px;\n            text-shadow: 0 4px 15px rgba(255,255,255,0.4); \n        }\n\n        .card { width: 100%; display: flex; flex-direction: column; gap: 15px; }\n\n        .item {\n            display: flex; justify-content: space-between; align-items: center;\n            background: #111111; border: 1px solid #222222;\n            padding: 15px 20px; border-radius: 12px; \n            box-shadow: 0 6px 20px rgba(0,0,0,0.6);\n        }\n\n        .item-text { display: flex; flex-direction: column; gap: 4px; text-align: left; }\n\n        .item-title {\n            color: #ffffff; font-size: 18px; font-weight: 700; \n            letter-spacing: 0.5px; text-shadow: 0 2px 5px rgba(0,0,0,0.8);\n        }\n\n        .item-price { color: #ffcc00; font-size: 24px; font-weight: 900; letter-spacing: 1px; }\n\n        .item a {\n            min-width: 120px; text-align: center; color: white;\n            padding: 12px 18px; border-radius: 8px; text-decoration: none;\n            font-weight: bold; font-size: 14px;\n            animation: pulse-btn 1.5s infinite;\n            box-shadow: 0 4px 10px rgba(0,0,0,0.3);\n            text-transform: uppercase;\n        }\n\n        .btn-blue { background-color: #007bff; }\n        .btn-yellow { background-color: #ffc107; color: black !important; }\n        .btn-green { background-color: #28a745; }\n        .btn-orange { background-color: #fd7e14; }\n\n        @keyframes pulse-btn {\n            0% { transform: scale(1); }\n            50% { transform: scale(1.05); }\n            100% { transform: scale(1); }\n        }\n\n        \/* \ud83d\udd25 MAGIA PARA CELULARES: TODO CABE EN UNA PANTALLA \ud83d\udd25 *\/\n        @media (max-width: 600px) {\n            #customControls { bottom: 60px; }\n            #overlay-title { font-size: 22px; margin-bottom: 15px; }\n            .card { gap: 10px; } \/* Menos separaci\u00f3n entre cajas *\/\n            .item { \n                flex-direction: row; \/* Mantenemos el bot\u00f3n a la derecha para no ocupar doble alto *\/\n                padding: 12px 15px; \n                border-radius: 10px;\n                gap: 10px;\n            }\n            .item-text { text-align: left; align-items: flex-start; }\n            .item-title { font-size: 15px; } \n            .item-price { font-size: 18px; }\n            .item a { \n                width: auto; \n                min-width: 90px;\n                box-sizing: border-box; \n                padding: 10px 12px; \n                font-size: 12px; \n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <div id=\"mainContent\">\n        <button class=\"open-video-btn\" id=\"openVideoPopup\" title=\"Reproducir Entrenamiento\">\n            <svg viewBox=\"0 0 24 24\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n        <\/button>\n    <\/div>\n\n    <div id=\"videoPopup\">\n        \n        <div id=\"videoContainer\">\n            <button class=\"close-popup-btn\" id=\"closeVideoPopup\">\n                <svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"white\"><path d=\"M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z\"\/><\/svg>\n            <\/button>\n\n            <video id=\"videoPlayer\" playsinline webkit-playsinline disablePictureInPicture><\/video>\n\n            <div id=\"customControls\">\n                <div class=\"play-group\">\n                    <button id=\"rewindBtn\" class=\"control-btn\" title=\"Retroceder 10s\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M12.5 8c-2.65 0-5.05.99-6.9 2.6L2 7v9h9l-3.62-3.62c1.39-1.16 3.16-1.88 5.12-1.88 3.54 0 6.55 2.31 7.6 5.5l2.37-.78C21.08 11.03 17.15 8 12.5 8z\"\/><\/svg>\n                    <\/button>\n                    <button id=\"playPauseBtn\" class=\"control-btn\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M8 5v14l11-7z\"\/><\/svg>\n                    <\/button>\n                    <button id=\"forwardBtn\" class=\"control-btn\" title=\"Adelantar 10s\">\n                        <svg viewBox=\"0 0 24 24\"><path d=\"M11.5 8c2.65 0 5.05.99 6.9 2.6L22 7v9h-9l3.62-3.62C15.23 11.26 13.46 10.54 11.5 10.54c-3.54 0-6.55 2.31-7.6 5.5l-2.37-.78C2.92 11.03 6.85 8 11.5 8z\"\/><\/svg>\n                    <\/button>\n                <\/div>\n                \n                <input type=\"range\" id=\"progressBar\" value=\"0\" min=\"0\" max=\"100\" step=\"0.1\">\n                \n                <button id=\"muteBtn\" class=\"control-btn\">\n                    <svg viewBox=\"0 0 24 24\"><path d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\/><\/svg>\n                <\/button>\n            <\/div>\n\n            <div id=\"overlay\">\n                <div class=\"overlay-content\">\n                    <h2 id=\"overlay-title\">Contin\u00faa tu entrenamiento<\/h2>\n                    \n                    <div class=\"card\">\n                        <div class=\"item\">\n                            <div class=\"item-text\">\n                                <span class=\"item-title\">Training online desde<\/span>\n                                <span class=\"item-price\">$9.99<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/academy.h2mcoatings.com\/pensum\/\" target=\"_blank\" class=\"btn-blue\">IR AHORA \u2794<\/a>\n                        <\/div>\n\n                        <div class=\"item\">\n                            <div class=\"item-text\">\n                                <span class=\"item-title\">Training Presencial<\/span>\n                                <span class=\"item-price\">$799<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.lonestarcoatingproducts.com\/resources\" target=\"_blank\" class=\"btn-yellow\" rel=\"noopener\">IR AHORA \u2794<\/a>\n                        <\/div>\n\n                        <div class=\"item\">\n                            <div class=\"item-text\">\n                                <span class=\"item-title\">Training personalizado<\/span>\n                                <span class=\"item-price\">$1,799<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.lonestarcoatingproducts.com\/contact\" target=\"_blank\" class=\"btn-green\" rel=\"noopener\">IR AHORA \u2794<\/a>\n                        <\/div>\n\n                        <div class=\"item\">\n                            <div class=\"item-text\">\n                                <span class=\"item-title\" style=\"margin-top: 5px;\">Comprar materiales<\/span>\n                            <\/div>\n                            <a href=\"https:\/\/www.lonestarcoatingproducts.com\/shop\" target=\"_blank\" class=\"btn-orange\" rel=\"noopener\">IR AHORA \u2794<\/a>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ \u00cdCONOS SVG\n        const playIcon = `<svg viewBox=\"0 0 24 24\"><path d=\"M8 5v14l11-7z\"\/><\/svg>`;\n        const pauseIcon = `<svg viewBox=\"0 0 24 24\"><path d=\"M6 19h4V5H6v14zm8-14v14h4V5h-4z\"\/><\/svg>`;\n        const soundOnIcon = `<svg viewBox=\"0 0 24 24\"><path d=\"M3 9v6h4l5 5V4L7 9H3zm13.5 3c0-1.77-1.02-3.29-2.5-4.03v8.05c1.48-.73 2.5-2.25 2.5-4.02zM14 3.23v2.06c2.89.86 5 3.54 5 6.71s-2.11 5.85-5 6.71v2.06c4.01-.91 7-4.49 7-8.77s-2.99-7.86-7-8.77z\"\/><\/svg>`;\n        const soundOffIcon = `<svg viewBox=\"0 0 24 24\"><path d=\"M16.5 12c0-1.77-1.02-3.29-2.5-4.03v2.21l2.45 2.45c.03-.2.05-.41.05-.63zm2.5 0c0 .94-.2 1.82-.54 2.64l1.51 1.51C20.63 14.91 21 13.5 21 12c0-4.28-2.99-7.86-7-8.77v2.06c2.89.86 5 3.54 5 6.71zM4.27 3L3 4.27 7.73 9H3v6h4l5 5v-6.73l4.25 4.25c-.67.52-1.42.93-2.25 1.18v2.06c1.38-.31 2.63-.95 3.69-1.81L19.73 21 21 19.73l-9-9L4.27 3zM12 4L9.91 6.09 12 8.18V4z\"\/><\/svg>`;\n\n        \/\/ LISTA DE VIDEOS\n        const videos = [\n            \"https:\/\/vz-647b706d-16e.b-cdn.net\/06f217ab-8778-465e-b0a8-c38bd75a3efe\/playlist.m3u8\",\n            \"https:\/\/vz-647b706d-16e.b-cdn.net\/4587e3c0-3fd7-481a-8fc1-3c1a391efaeb\/playlist.m3u8\",\n            \"https:\/\/vz-647b706d-16e.b-cdn.net\/589dd586-2949-4eb5-b3cb-52eeb2701b68\/playlist.m3u8\"\n        ];\n\n        let index = 0;\n        let shown = false;\n        let hideTimeout; \n\n        const video = document.getElementById(\"videoPlayer\");\n        const videoContainer = document.getElementById(\"videoContainer\");\n        const overlay = document.getElementById(\"overlay\");\n        const customControls = document.getElementById(\"customControls\");\n        const playPauseBtn = document.getElementById(\"playPauseBtn\");\n        const progressBar = document.getElementById(\"progressBar\");\n        const muteBtn = document.getElementById(\"muteBtn\");\n        const rewindBtn = document.getElementById(\"rewindBtn\"); \n        const forwardBtn = document.getElementById(\"forwardBtn\"); \n        const videoPopup = document.getElementById(\"videoPopup\");\n        const openPopupBtn = document.getElementById(\"openVideoPopup\");\n        const closePopupBtn = document.getElementById(\"closeVideoPopup\");\n        let hls;\n\n        \/\/ FUNCIONES DE PANTALLA COMPLETA NATIVA\n        function openFullscreen() {\n            let elem = document.documentElement;\n            if (elem.requestFullscreen) {\n                elem.requestFullscreen().catch(err => console.log(err));\n            } else if (elem.webkitRequestFullscreen) { \/* Safari *\/\n                elem.webkitRequestFullscreen();\n            } else if (elem.msRequestFullscreen) { \/* IE11 *\/\n                elem.msRequestFullscreen();\n            }\n        }\n\n        function closeFullscreen() {\n            if (document.fullscreenElement || document.webkitFullscreenElement || document.msFullscreenElement) {\n                if (document.exitFullscreen) {\n                    document.exitFullscreen();\n                } else if (document.webkitExitFullscreen) { \/* Safari *\/\n                    document.webkitExitFullscreen();\n                } else if (document.msExitFullscreen) { \/* IE11 *\/\n                    document.msExitFullscreen();\n                }\n            }\n        }\n\n        function resetHideTimer() {\n            customControls.classList.remove(\"fade-out\");\n            closePopupBtn.classList.remove(\"fade-out\");\n            clearTimeout(hideTimeout);\n            \n            if (!video.paused && !shown) {\n                hideTimeout = setTimeout(() => {\n                    customControls.classList.add(\"fade-out\");\n                    closePopupBtn.classList.add(\"fade-out\"); \n                }, 2500);\n            }\n        }\n\n        videoContainer.addEventListener(\"mousemove\", resetHideTimer);\n        videoContainer.addEventListener(\"touchstart\", resetHideTimer);\n        videoContainer.addEventListener(\"click\", resetHideTimer);\n        customControls.addEventListener(\"mouseenter\", resetHideTimer);\n        closePopupBtn.addEventListener(\"mouseenter\", resetHideTimer);\n\n        \/\/ ABRIR POPUP Y FORZAR PANTALLA COMPLETA\n        openPopupBtn.addEventListener('click', () => {\n            videoPopup.classList.add(\"show\");\n            \n            openFullscreen(); \n\n            loadVideo(0);\n            video.muted = false; \n            muteBtn.innerHTML = soundOnIcon;\n            \n            let playPromise = video.play();\n            if (playPromise !== undefined) {\n                playPromise.catch(error => {\n                    video.muted = true;\n                    muteBtn.innerHTML = soundOffIcon;\n                    video.play();\n                });\n            }\n            resetHideTimer(); \n        });\n\n        \/\/ CERRAR POPUP Y SALIR DE PANTALLA COMPLETA\n        closePopupBtn.addEventListener('click', (e) => {\n            e.stopPropagation(); \n            videoPopup.classList.remove(\"show\");\n            video.pause();\n            index = 0;\n            shown = false;\n            overlay.classList.remove(\"show\");\n            clearTimeout(hideTimeout);\n            closeFullscreen(); \n            if(hls) hls.destroy();\n        });\n\n        \/\/ EVENTOS DE REPRODUCCI\u00d3N\n        playPauseBtn.addEventListener(\"click\", (e) => { e.stopPropagation(); togglePlay(); });\n        video.addEventListener('click', togglePlay);\n\n        function togglePlay() {\n            if (video.paused) {\n                video.play();\n                playPauseBtn.innerHTML = pauseIcon;\n            } else {\n                video.pause();\n                playPauseBtn.innerHTML = playIcon;\n                resetHideTimer(); \n            }\n        }\n\n        rewindBtn.addEventListener('click', (e) => {\n            e.stopPropagation();\n            video.currentTime = Math.max(0, video.currentTime - 10);\n            resetHideTimer();\n        });\n\n        forwardBtn.addEventListener('click', (e) => {\n            e.stopPropagation();\n            if(video.duration) video.currentTime = Math.min(video.duration, video.currentTime + 10);\n            resetHideTimer();\n        });\n\n        muteBtn.addEventListener(\"click\", (e) => {\n            e.stopPropagation();\n            video.muted = !video.muted;\n            muteBtn.innerHTML = video.muted ? soundOffIcon : soundOnIcon;\n            resetHideTimer();\n        });\n\n        \/\/ BARRA DE PROGRESO\n        video.addEventListener(\"timeupdate\", () => {\n            if (video.duration) progressBar.value = (video.currentTime \/ video.duration) * 100;\n        });\n\n        progressBar.addEventListener(\"input\", (e) => {\n            e.stopPropagation();\n            if(video.duration) {\n                video.currentTime = (progressBar.value \/ 100) * video.duration;\n                resetHideTimer();\n            }\n        });\n\n        video.addEventListener(\"play\", () => { playPauseBtn.innerHTML = pauseIcon; resetHideTimer(); });\n        video.addEventListener(\"pause\", () => { playPauseBtn.innerHTML = playIcon; resetHideTimer(); });\n\n        \/\/ CARGA DE VIDEOS HLS\n        function loadVideo(i) {\n            shown = false;\n            overlay.classList.remove(\"show\");\n            customControls.style.display = \"flex\"; \n            closePopupBtn.style.display = \"flex\"; \n\n            if (Hls.isSupported()) {\n                if (hls) hls.destroy();\n                hls = new Hls();\n                hls.loadSource(videos[i]);\n                hls.attachMedia(video);\n                hls.on(Hls.Events.MANIFEST_PARSED, () => video.play());\n            } else {\n                video.src = videos[i];\n                video.play();\n            }\n        }\n\n        video.addEventListener(\"ended\", () => {\n            index++;\n            if (index < videos.length) {\n                loadVideo(index);\n                video.play().catch(() => playPauseBtn.innerHTML = playIcon); \n            }\n        });\n\n        \/\/ \ud83d\udd25 FINAL: MOSTRAR CAPA A LOS 11 SEGUNDOS \ud83d\udd25\n        video.addEventListener(\"timeupdate\", () => {\n            if (index === 2 && video.duration && !shown) {\n                let remaining = video.duration - video.currentTime;\n                if (remaining <= 11) {\n                    shown = true;\n                    overlay.classList.add(\"show\"); \n                    customControls.style.display = \"none\"; \n                    closePopupBtn.style.display = \"none\";\n                }\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Academy Lone Star &#8211; Entrenamiento Contin\u00faa tu entrenamiento Training online desde $9.99 IR AHORA \u2794 Training Presencial $799 IR AHORA \u2794 Training personalizado $1,799 IR AHORA \u2794 Comprar materiales IR AHORA \u2794<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-5033","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/academy.h2mcoatings.com\/en\/wp-json\/wp\/v2\/pages\/5033","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/academy.h2mcoatings.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/academy.h2mcoatings.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/academy.h2mcoatings.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/academy.h2mcoatings.com\/en\/wp-json\/wp\/v2\/comments?post=5033"}],"version-history":[{"count":128,"href":"https:\/\/academy.h2mcoatings.com\/en\/wp-json\/wp\/v2\/pages\/5033\/revisions"}],"predecessor-version":[{"id":5269,"href":"https:\/\/academy.h2mcoatings.com\/en\/wp-json\/wp\/v2\/pages\/5033\/revisions\/5269"}],"wp:attachment":[{"href":"https:\/\/academy.h2mcoatings.com\/en\/wp-json\/wp\/v2\/media?parent=5033"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}