{"id":1508,"date":"2014-06-11T15:06:21","date_gmt":"2014-06-11T15:06:21","guid":{"rendered":"https:\/\/zonesoflife.com\/?page_id=1508"},"modified":"2014-09-08T20:44:52","modified_gmt":"2014-09-09T01:44:52","slug":"pagina-ejemplo","status":"publish","type":"page","link":"https:\/\/zonesoflife.com\/es\/","title":{"rendered":"Home"},"content":{"rendered":" \n<div class=\"ux_slider_wrapper\">\n<div id=\"slider_2077286086\" class=\"iosSlider default\" style=\"min-height:342px; height:342px\">\n        <div class=\"slider\">\n            \n   <div id=\"banner_340407927\" class=\"ux_banner  light  \"  style=\"height:342px\" data-height=\"342px\" role=\"banner\">\n                         <div class=\"banner-bg \"  0 style=\"background-image:url(https:\/\/zonesoflife.com\/es\/wp-content\/uploads\/2014\/06\/banner-home.jpg); \"><\/div>\n                             <div class=\"row parallax_text \" 0>\n          <div class=\"inner right center  animated  text-right \" data-animate=\"fadeInLeft\" style=\"width:40%;   \">\n           \n<h1><span style=\"color: #000000;\">What <span style=\"color: #007D19;\">ZONE<\/span> are <\/span><span style=\"color: #000000;\">you in today?<\/span><\/h1>\n<a href=\"https:\/\/zonesoflife.com\/es\/store\/\" class=\"button big primary\" >CLICK HERE TO FIND OUT<\/a>\n                     <\/div>  \n        <\/div>\n              \n\n\n\n<\/div><!-- end .ux_banner -->\n\n\n   <div id=\"banner_1237458788\" class=\"ux_banner  light  \"  style=\"height:342px\" data-height=\"342px\" role=\"banner\">\n                         <div class=\"banner-bg \"  0 style=\"background-image:url(https:\/\/zonesoflife.com\/es\/wp-content\/uploads\/2014\/06\/banner-about.jpg); \"><\/div>\n                             <div class=\"row parallax_text \" 0>\n          <div class=\"inner right center  animated  text-right \" data-animate=\"fadeInLeft\" style=\"width:38%;   \">\n           \n<h1><span style=\"color: #000000;\">About<\/span> <span style=\"color: #007D19;\">US<\/span><\/h1>\n<h4><span style=\"color: #000000;\">The Advanced Coaching &amp; Leadership Center was established to help people create better lives and gain mastery through study, training and coaching.<\/span><\/h4>\n                     <\/div>  \n        <\/div>\n              \n\n\n\n<\/div><!-- end .ux_banner -->\n\n\n   <div id=\"banner_851885123\" class=\"ux_banner  dark  \"  style=\"height:342px\" data-height=\"342px\" role=\"banner\">\n                         <div class=\"banner-bg \"  0 style=\"background-image:url(https:\/\/zonesoflife.com\/es\/wp-content\/uploads\/2014\/06\/banner-secrets-book2.jpg); \"><\/div>\n                             <div class=\"row parallax_text \" 0>\n          <div class=\"inner right center  animated  text-left \" data-animate=\"fadeInLeft\" style=\"width:45%;   \">\n           \n<h2>The Secrets Book<\/span><\/h2>\n<h5>We are born with unlimited power and potential and it is our thoughts that govern what we manifest with that power. What has been missing up to now, however, is a true understanding of what constitutes personal power and, perhaps more importantly, how it dissipates over time.<\/h5>\n<a href=\"https:\/\/zonesoflife.com\/es\/store\/the-secrets-book\/\" class=\"button medium primary\" >Read More<\/a>\n                     <\/div>  \n        <\/div>\n              \n\n\n\n<\/div><!-- end .ux_banner -->\n\n\n      \n         <\/div>\n        <div class=\"sliderControlls light hide_nav\">\n             \n            <div class=\"sliderNav hide-for-small\">\n            <a href=\"javascript:void(0)\" class=\"nextSlide next_2077286086\"><span class=\"icon-angle-left\"><\/span><\/a>\n            <a href=\"javascript:void(0)\" class=\"prevSlide prev_2077286086\"><span class=\"icon-angle-right\"><\/span><\/a>\n            <\/div>\n                        <div class=\"sliderBullets\"><\/div>\n        <\/div><!-- .sliderControlls -->\n        <div class=\"loading dark\"><i><\/i><i><\/i><i><\/i><i><\/i><\/div>\n<\/div><!-- #slider -->\n<script type=\"text\/javascript\">\n    (function($){\n    $(window).load(function(){\n\n    $('#slider_2077286086').find('br').remove();\n\n    \/* install slider *\/\n    $('#slider_2077286086').iosSlider({\n        snapToChildren: true,\n        desktopClickDrag: true,\n        snapFrictionCoefficient: 0.8,\n        autoSlideTransTimer: 500,\n        horizontalSlideLockThreshold:3,\n        slideStartVelocityThreshold:3,\n        infiniteSlider:true,\n        autoSlide: false,\n        autoSlideTimer: 6000,\n        navPrevSelector: $('.next_2077286086'),\n        navNextSelector: $('.prev_2077286086'),\n        onSliderLoaded: startSlider,\n        onSlideChange: slideChange,\n        onSliderResize: slideResize,\n    });\n\n      function slideChange(args) {\n        $(args.sliderContainerObject).find('.inner').each(function(){\n          $(this).removeClass($(this).attr('data-animate'));\n        });\n        $(args.sliderContainerObject).find('.scroll-animate').each(function(){\n          $(this).removeClass($(this).attr('data-animate')).removeClass('animated');\n        });\n\n       \/* start text animation *\/\n       $(args.currentSlideObject).find('.inner').addClass($(args.currentSlideObject).find('.inner').attr('data-animate'));\n       $(args.currentSlideObject).find('.scroll-animate').each(function(){\n          $(this).addClass('animated').addClass($(this).attr('data-animate'));\n       });\n\n       \/* change slider height *\/\n       var slide_height = $(args.currentSlideObject).outerHeight();\n       $(args.sliderContainerObject).css('min-height',slide_height);\n       $(args.sliderContainerObject).css('height','auto');\n\n\n       \/* add current class to slide *\/\n       $(args.sliderContainerObject).find('.ux_banner').removeClass('current');\n       $(args.currentSlideObject).addClass('current');\n\n       \/* update bullets *\/\n       $(args.sliderContainerObject).find('.sliderBullets .bullet').removeClass('active');\n       $(args.sliderContainerObject).find('.sliderBullets .bullet:eq(' + (args.currentSlideNumber - 1) + ')').addClass('active');\n      }\n\n     function slideResize(args) {\n        \/* set height of first slide *\/\n        setTimeout(function(){\n              var slide_height = $(args.currentSlideObject).outerHeight();\n              $(args.sliderContainerObject).css('min-height',slide_height);\n              $(args.sliderContainerObject).css('height','auto');\n              $(args.sliderContainerObject).find('.ux_banner .center').vAlign();\n        },300);\n \n      }\n\n     function startSlider(args){ \n        \/* remove spinner when slider is loaded *\/\n        $(args.sliderContainerObject).find('.loading').fadeOut();\n\n        \/* add current class to first slide *\/\n        $(args.currentSlideObject).addClass('current');\n\n        \/* add parallax class if contains paralaxx slides *\/\n        $(args.sliderContainerObject).find('.ux_parallax').parent().parent().parent().addClass('parallax_slider');\n        \n        \/* animate first slide *\/\n        $(args.currentSlideObject).find('.inner').addClass($(args.currentSlideObject).find('.inner').attr('data-animate'));\n          $(args.currentSlideObject).find('.scroll-animate').each(function(){\n          $(this).addClass('animated').addClass($(this).attr('data-animate'));\n        });\n\n        \/* set height of first slide *\/\n        var slide_height = $(args.currentSlideObject).outerHeight();\n        $(args.sliderContainerObject).css('min-height',slide_height);\n        $(args.sliderContainerObject).css('height','auto');\n\n        \/* set text position *\/\n        $(args.sliderContainerObject).find('.ux_banner .center').vAlign();\n\n             }\n    })\n    })(jQuery);\n    <\/script>\n\n<style>\n@media only screen and (max-width: 600px) {\n  #slider_2077286086, #slider_2077286086 .slider > *, #slider_2077286086 .banner-bg{max-height:273.6px!important; height:273.6px!important;}\n}\n@media only screen and (max-width: 500px) {\n  #slider_2077286086, #slider_2077286086 .slider > *, #slider_2077286086 .ux_banner{font-size: 8px}\n  #slider_2077286086, #slider_2077286086 .slider > *, #slider_2077286086 .banner-bg{max-height:239.4px!important;  height:239.4px!important;}\n}\n@media only screen and (max-width: 400px) {\n  #slider_2077286086, #slider_2077286086 .slider > *, #slider_2077286086 .ux_banner{font-size: 6px}\n  #slider_2077286086, #slider_2077286086 .slider > *, #slider_2077286086 .banner-bg{max-height:205.2px!important;  height:205.2px!important;}\n}\n<\/style>\n<\/div><!-- .ux_slider_wrapper -->\n<br \/>\n<div style=\"background-color: #222222; background-image: url('https:\/\/zonesoflife.com\/wp-content\/uploads\/2014\/07\/fondo.png'); padding: 15px 0 0 0; text-align: center; margin: -47px 0 30px 0;\"><form id=\"submitContact\" class=\"form-horizontal\" action=\"https:\/\/zonesoflife.com\/wp-content\/themes\/flatsome\/recursos\/constact-contact\/procesa.php\" enctype=\"multipart\/form-data\" method=\"POST\" name=\"submitContact\"><section class=\"sect_cont\" style=\"display: inline-block; width: 46%;\"><span style=\"display: inline-block; margin-right: 10px; color: #fff; font-size: 1.4em; font-weight: bold; margin-left: 30px;\">Get Your Free Tips On How To Live In The Zone<\/span><\/section><section class=\"sect_cont\" style=\"display: inline-block; width: 45%; text-align: left;\">\r\n<div style=\"width: auto; display: inline-block;\"><input id=\"first_name\" style=\"width: 150px; height: 32px; display: inline-block; margin-right: 10px;\" name=\"first_name\" type=\"text\" placeholder=\"First Name\" \/><\/div>\r\n<div style=\"width: auto; display: inline-block;\"><input id=\"email\" style=\"width: 150px; height: 32px; display: inline-block; margin-right: 10px;\" name=\"email\" type=\"email\" placeholder=\"Email Address\" \/><\/div>\r\n<div style=\"width: auto; display: inline-block;\">\r\n<div class=\"controls\"><input class=\"btn button\" type=\"submit\" value=\"Connect Now\" \/><\/div>\r\n<\/div>\r\n<\/section><section id=\"msn_ok_contact\" style=\"display: none; width: 100%; padding: 10px 0px 20px 0px;\"><span style=\"display: inline-block; margin-right: 10px; color: #fff; font-size: 1.4em; font-weight: bold;\">Thank you, you've been added to the list!<\/span><\/section><section id=\"msn_fail_contact\" style=\"display: none; width: 100%; padding: 10px 0px 20px 0px;\"><span style=\"display: inline-block; margin-right: 10px; color: #fff; font-size: 1.4em; font-weight: bold;\">Sorry, it has not been possible to complete your registration, please try it later.<\/span><\/section><\/form><\/div>\r\n<script>\/\/ <![CDATA[\r\n$(function(){\r\n            $('#submitContact').form({\r\n                success:function(data){\r\n                    \/\/$.messager.alert('Info', data, 'info');\r\n                    \/\/alert(data);\r\n                    if (data == \"si\") {\r\n                        \/\/alert(\"oki\");\r\n                        $(\".sect_cont\").css(\"display\",\"none\");\r\n                        $(\"#msn_ok_contact\").css(\"display\",\"block\");\r\n                    }else if(data == \"no\"){\r\n                        \/\/alert(\"nopp\");\r\n                        $(\".sect_cont\").css(\"display\",\"none\");\r\n                        $(\"#msn_fail_contact\").css(\"display\",\"block\");\r\n                    }\r\n                }\r\n            });\r\n        });\r\n\/\/ ]]><\/script><\/p>\n<div class=\"row container  \"  style=\" \">\r\n\r\n<div class=\"large-6  columns \"  >\r\n   <div id=\"banner_1193152815\" class=\"ux_banner  light hover_zoom \"  style=\"height:200px\" data-height=\"200px\" role=\"banner\">\n      <a href=\"https:\/\/zonesoflife.com\/about\/\">                   <div class=\"banner-bg \"   style=\"background-image:url(https:\/\/zonesoflife.com\/wp-content\/uploads\/2014\/06\/bn-home-05.jpg); \"><\/div>\n                             <div class=\"row parallax_text \" >\n          <div class=\"inner left  animated  text-left \" data-animate=\"fadeIn\" style=\"width:60%;   \">\n           \r\n<h3 class=\"alt-font\"><span style=\"color: #282828;\">Learn more<\/span><\/h3>\r\n<h3><span style=\"color: #007d19;\">About us<\/span><\/h3>\r\n<div class=\"tx-div small\"><\/div>\r\n                     <\/div>  \n        <\/div>\n       <\/a>       \n\n\n\n<\/div><!-- end .ux_banner -->\n\n\r\n<\/div>\r\n\r\n<div class=\"large-6  columns \"  >\r\n   <div id=\"banner_273860102\" class=\"ux_banner  light hover_zoom \"  style=\"height:200px\" data-height=\"200px\" role=\"banner\">\n      <a href=\"https:\/\/zonesoflife.com\/coaching\/\">                   <div class=\"banner-bg \"   style=\"background-image:url(https:\/\/zonesoflife.com\/wp-content\/uploads\/2014\/06\/bn-home-06.png); \"><\/div>\n                             <div class=\"row parallax_text \" >\n          <div class=\"inner left  animated  text-left \" data-animate=\"fadeIn\" style=\"width:60%;   \">\n           \r\n<h3 class=\"alt-font\"><span style=\"color: #282828;\">What Are The<\/span><\/h3>\r\n<h3><span style=\"color: #007d19;\">Zones Of Life?<\/span><\/h3>\r\n<div class=\"tx-div small\"><\/div>\r\n                     <\/div>  \n        <\/div>\n       <\/a>       \n\n\n\n<\/div><!-- end .ux_banner -->\n\n\r\n<\/div>\r\n\r\n<\/div>\n\n  \n  <div class=\"ux_bg  \" style=\"position:relative;  padding:10px 0; margin-bottom:0px!important;\">  \n    <div class=\"banner-bg \" 0 style=\"background-image:url(); \"><\/div>\n     <div class=\"ux_bg_content  parallax_text\" 0><\/p>\n<h2 style=\"text-align: center;\">We have helped thousands of people create and live better lives and reach their emotional, mental, and physical goals by positive training and coaching.<\/h2>\n<p><\/div>\n     \n    \n  <\/div>\n\n  \n\n  \n  <div class=\"ux_bg  \" style=\"position:relative; background-color:#F6F6EA!important; padding:0px 0; margin-bottom:0px!important;\">  \n    <div class=\"banner-bg \" 0 style=\"background-image:url(); background-color:#F6F6EA!important;\"><\/div>\n     <div class=\"ux_bg_content  parallax_text\" 0>\r\n\r\n \n<div class=\"ux_slider_wrapper\">\n<div id=\"slider_1660922478\" class=\"iosSlider default\" style=\"\">\n        <div class=\"slider\">\n            \r\n\r\n   <div id=\"banner_1323699190\" class=\"ux_banner  light  bg-trans\"  style=\"height:200px\" data-height=\"200px\" role=\"banner\">\n                                        <div class=\"row parallax_text \" >\n          <div class=\"inner center  animated  text-left \" data-animate=\"fadeInUp\" style=\"width:80%;   \">\n           \r\n\r\n\n\n\n\t<div class=\"testemonial\">\n\t\t<div class=\"testimonial_inner\">\n\t\t\t<div class=\"testimonial_image\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/zonesoflife.com\/wp-content\/uploads\/2014\/06\/coach-rigoberto-acosta.jpg\" alt=\"Rigoberto Acosta\" class=\"circle\" \/>\n\t\t\t<\/div><!-- .testemonial_image -->\n\t\t\t<div class=\"testimonial_text\">\n\t\t\t\t\n\t\t\t\t<span class=\"test_content\">\r\n\u201cBeing helped by the Coaches of ACLC has been an amazing experience. Definitely, their technology to increase power, wealth and happiness works effectively. I am truly happy after their help to regain my hidden abilities to enjoy life and expand my leadership.\u201d\r\n<\/span>\n\t\t\t\t<div class=\"tx-div small\"><\/div>\n\t\t\t\t<span class=\"test_name\">Rigoberto Acosta<\/span>\n\t\t\t\t<span class=\"test_company\">Master Business Coach, Mexico<\/span>\n\t\t\t<\/div>\n\t\t<\/div><!-- .testemonial_inner -->\n\t<\/div><!-- row -->\n\t\r\n\r\n                     <\/div>  \n        <\/div>\n              \n\n\n\n<\/div><!-- end .ux_banner -->\n\n\r\n\r\n   <div id=\"banner_184642046\" class=\"ux_banner  light  bg-trans\"  style=\"height:200px\" data-height=\"200px\" role=\"banner\">\n                                        <div class=\"row parallax_text \" >\n          <div class=\"inner center  animated  text-left \" data-animate=\"fadeInUp\" style=\"width:80%;   \">\n           \r\n\r\n\n\n\n\t<div class=\"testemonial\">\n\t\t<div class=\"testimonial_inner\">\n\t\t\t<div class=\"testimonial_image\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/zonesoflife.com\/wp-content\/uploads\/2014\/06\/DavidP2.jpg\" alt=\"David Pritchett\" class=\"circle\" \/>\n\t\t\t<\/div><!-- .testemonial_image -->\n\t\t\t<div class=\"testimonial_text\">\n\t\t\t\t\n\t\t\t\t<span class=\"test_content\">\r\n\u201cI have learned more in 7 days at the Ranch than a lifetime of struggle if I had not gone. I think differently, I have more energy and time, I am happier and wealthier. The power in Knowledge is untapped until you know.\u201d\r\n<\/span>\n\t\t\t\t<div class=\"tx-div small\"><\/div>\n\t\t\t\t<span class=\"test_name\">David Pritchett<\/span>\n\t\t\t\t<span class=\"test_company\">Business Owner, USA &amp; South Africa<\/span>\n\t\t\t<\/div>\n\t\t<\/div><!-- .testemonial_inner -->\n\t<\/div><!-- row -->\n\t\r\n\r\n                     <\/div>  \n        <\/div>\n              \n\n\n\n<\/div><!-- end .ux_banner -->\n\n\r\n\r\n   <div id=\"banner_203299005\" class=\"ux_banner  light  bg-trans\"  style=\"height:200px\" data-height=\"200px\" role=\"banner\">\n                                        <div class=\"row parallax_text \" >\n          <div class=\"inner center  animated  text-left \" data-animate=\"fadeInUp\" style=\"width:80%;   \">\n           \r\n\r\n\n\n\n\t<div class=\"testemonial\">\n\t\t<div class=\"testimonial_inner\">\n\t\t\t<div class=\"testimonial_image\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/zonesoflife.com\/wp-content\/uploads\/2014\/06\/Steve2.jpg\" alt=\"Steve Huang\" class=\"circle\" \/>\n\t\t\t<\/div><!-- .testemonial_image -->\n\t\t\t<div class=\"testimonial_text\">\n\t\t\t\t\n\t\t\t\t<span class=\"test_content\">\r\n\"The goals accomplished was exceeding 100 times of what I expected. It is like magic of crystal ball with happiness and wealth, it will let you own all you wanted to have!!\"\r\n<\/span>\n\t\t\t\t<div class=\"tx-div small\"><\/div>\n\t\t\t\t<span class=\"test_name\">Steve Huang<\/span>\n\t\t\t\t<span class=\"test_company\">General Manager, Taiwan<\/span>\n\t\t\t<\/div>\n\t\t<\/div><!-- .testemonial_inner -->\n\t<\/div><!-- row -->\n\t\r\n\r\n                     <\/div>  \n        <\/div>\n              \n\n\n\n<\/div><!-- end .ux_banner -->\n\n\r\n\r\n   <div id=\"banner_2023037092\" class=\"ux_banner  light  bg-trans\"  style=\"height:200px\" data-height=\"200px\" role=\"banner\">\n                                        <div class=\"row parallax_text \" >\n          <div class=\"inner center  animated  text-left \" data-animate=\"fadeInUp\" style=\"width:80%;   \">\n           \r\n\r\n\n\n\n\t<div class=\"testemonial\">\n\t\t<div class=\"testimonial_inner\">\n\t\t\t<div class=\"testimonial_image\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/zonesoflife.com\/wp-content\/uploads\/2014\/06\/Laurel2.jpg\" alt=\"Laurel Johnson\" class=\"circle\" \/>\n\t\t\t<\/div><!-- .testemonial_image -->\n\t\t\t<div class=\"testimonial_text\">\n\t\t\t\t\n\t\t\t\t<span class=\"test_content\">\r\n\"I unlocked a block that I have been trying to unlock on my own for 4 years....thank you for a week of magic. There is nothing like being in the right place at the right time with the right people.\"\r\n<\/span>\n\t\t\t\t<div class=\"tx-div small\"><\/div>\n\t\t\t\t<span class=\"test_name\">Laurel Johnson<\/span>\n\t\t\t\t<span class=\"test_company\">Business Entrepreneur, USA<\/span>\n\t\t\t<\/div>\n\t\t<\/div><!-- .testemonial_inner -->\n\t<\/div><!-- row -->\n\t\r\n\r\n                     <\/div>  \n        <\/div>\n              \n\n\n\n<\/div><!-- end .ux_banner -->\n\n\r\n\r\n   <div id=\"banner_1748617497\" class=\"ux_banner  light  bg-trans\"  style=\"height:200px\" data-height=\"200px\" role=\"banner\">\n                                        <div class=\"row parallax_text \" >\n          <div class=\"inner center  animated  text-left \" data-animate=\"fadeInUp\" style=\"width:80%;   \">\n           \r\n\r\n\n\n\n\t<div class=\"testemonial\">\n\t\t<div class=\"testimonial_inner\">\n\t\t\t<div class=\"testimonial_image\">\n\t\t\t<img decoding=\"async\" src=\"https:\/\/zonesoflife.com\/wp-content\/uploads\/2014\/07\/Rita2.png\" alt=\"Rita Khagram\" class=\"circle\" \/>\n\t\t\t<\/div><!-- .testemonial_image -->\n\t\t\t<div class=\"testimonial_text\">\n\t\t\t\t\n\t\t\t\t<span class=\"test_content\">\r\n\"Life skills training has given me ways to stay focused and progress and I highly recommend it to all. The Health skills helped balance all areas of my well being. Taking the Life Zone Profile is a must; it shows you which zone you are operating from and it was amazing how I went from the red zone to green in two days at the Ranch!\"\r\n<\/span>\n\t\t\t\t<div class=\"tx-div small\"><\/div>\n\t\t\t\t<span class=\"test_name\">Rita Khagram<\/span>\n\t\t\t\t<span class=\"test_company\">Business Owner, Real Estate Investor, England,Kenya &amp; India<\/span>\n\t\t\t<\/div>\n\t\t<\/div><!-- .testemonial_inner -->\n\t<\/div><!-- row -->\n\t\r\n\r\n                     <\/div>  \n        <\/div>\n              \n\n\n\n<\/div><!-- end .ux_banner -->\n\n\r\n\r\n      \n         <\/div>\n        <div class=\"sliderControlls dark hide_nav\">\n             \n            <div class=\"sliderNav hide-for-small\">\n            <a href=\"javascript:void(0)\" class=\"nextSlide next_1660922478\"><span class=\"icon-angle-left\"><\/span><\/a>\n            <a href=\"javascript:void(0)\" class=\"prevSlide prev_1660922478\"><span class=\"icon-angle-right\"><\/span><\/a>\n            <\/div>\n                        <div class=\"sliderBullets\"><\/div>\n        <\/div><!-- .sliderControlls -->\n        <div class=\"loading dark\"><i><\/i><i><\/i><i><\/i><i><\/i><\/div>\n<\/div><!-- #slider -->\n<script type=\"text\/javascript\">\n    (function($){\n    $(window).load(function(){\n\n    $('#slider_1660922478').find('br').remove();\n\n    \/* install slider *\/\n    $('#slider_1660922478').iosSlider({\n        snapToChildren: true,\n        desktopClickDrag: true,\n        snapFrictionCoefficient: 0.8,\n        autoSlideTransTimer: 500,\n        horizontalSlideLockThreshold:3,\n        slideStartVelocityThreshold:3,\n        infiniteSlider:true,\n        autoSlide: true,\n        autoSlideTimer: 7500,\n        navPrevSelector: $('.next_1660922478'),\n        navNextSelector: $('.prev_1660922478'),\n        onSliderLoaded: startSlider,\n        onSlideChange: slideChange,\n        onSliderResize: slideResize,\n    });\n\n      function slideChange(args) {\n        $(args.sliderContainerObject).find('.inner').each(function(){\n          $(this).removeClass($(this).attr('data-animate'));\n        });\n        $(args.sliderContainerObject).find('.scroll-animate').each(function(){\n          $(this).removeClass($(this).attr('data-animate')).removeClass('animated');\n        });\n\n       \/* start text animation *\/\n       $(args.currentSlideObject).find('.inner').addClass($(args.currentSlideObject).find('.inner').attr('data-animate'));\n       $(args.currentSlideObject).find('.scroll-animate').each(function(){\n          $(this).addClass('animated').addClass($(this).attr('data-animate'));\n       });\n\n       \/* change slider height *\/\n       var slide_height = $(args.currentSlideObject).outerHeight();\n       $(args.sliderContainerObject).css('min-height',slide_height);\n       $(args.sliderContainerObject).css('height','auto');\n\n\n       \/* add current class to slide *\/\n       $(args.sliderContainerObject).find('.ux_banner').removeClass('current');\n       $(args.currentSlideObject).addClass('current');\n\n       \/* update bullets *\/\n       $(args.sliderContainerObject).find('.sliderBullets .bullet').removeClass('active');\n       $(args.sliderContainerObject).find('.sliderBullets .bullet:eq(' + (args.currentSlideNumber - 1) + ')').addClass('active');\n      }\n\n     function slideResize(args) {\n        \/* set height of first slide *\/\n        setTimeout(function(){\n              var slide_height = $(args.currentSlideObject).outerHeight();\n              $(args.sliderContainerObject).css('min-height',slide_height);\n              $(args.sliderContainerObject).css('height','auto');\n              $(args.sliderContainerObject).find('.ux_banner .center').vAlign();\n        },300);\n \n      }\n\n     function startSlider(args){ \n        \/* remove spinner when slider is loaded *\/\n        $(args.sliderContainerObject).find('.loading').fadeOut();\n\n        \/* add current class to first slide *\/\n        $(args.currentSlideObject).addClass('current');\n\n        \/* add parallax class if contains paralaxx slides *\/\n        $(args.sliderContainerObject).find('.ux_parallax').parent().parent().parent().addClass('parallax_slider');\n        \n        \/* animate first slide *\/\n        $(args.currentSlideObject).find('.inner').addClass($(args.currentSlideObject).find('.inner').attr('data-animate'));\n          $(args.currentSlideObject).find('.scroll-animate').each(function(){\n          $(this).addClass('animated').addClass($(this).attr('data-animate'));\n        });\n\n        \/* set height of first slide *\/\n        var slide_height = $(args.currentSlideObject).outerHeight();\n        $(args.sliderContainerObject).css('min-height',slide_height);\n        $(args.sliderContainerObject).css('height','auto');\n\n        \/* set text position *\/\n        $(args.sliderContainerObject).find('.ux_banner .center').vAlign();\n\n             }\n    })\n    })(jQuery);\n    <\/script>\n\n<\/div><!-- .ux_slider_wrapper -->\n\r\n\r\n<p style=\"text-align: center;\"><a href=\"https:\/\/zonesoflife.com\/?p=278\" class=\"button medium primary\" >See More Testimonies<\/a><\/p>\r\n\r\n<\/div>\n     \n    \n  <\/div>\n\n  \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"page-blank.php","meta":{"footnotes":""},"class_list":["post-1508","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Advanced Coaching &amp; Leadership Center<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/zonesoflife.com\/es\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Advanced Coaching &amp; Leadership Center\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zonesoflife.com\/es\/\" \/>\n<meta property=\"og:site_name\" content=\"Advanced Coaching &amp; Leadership Center\" \/>\n<meta property=\"article:modified_time\" content=\"2014-09-09T01:44:52+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/zonesoflife.com\\\/es\\\/\",\"url\":\"https:\\\/\\\/zonesoflife.com\\\/es\\\/\",\"name\":\"Home - Advanced Coaching &amp; Leadership Center\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/zonesoflife.com\\\/es\\\/#website\"},\"datePublished\":\"2014-06-11T15:06:21+00:00\",\"dateModified\":\"2014-09-09T01:44:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/zonesoflife.com\\\/es\\\/#breadcrumb\"},\"inLanguage\":\"es-ES\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/zonesoflife.com\\\/es\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/zonesoflife.com\\\/es\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/zonesoflife.com\\\/es\\\/pagina-ejemplo\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/zonesoflife.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/zonesoflife.com\\\/es\\\/\",\"name\":\"Advanced Coaching & Leadership Center\",\"description\":\"How to be in the Zone\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/zonesoflife.com\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-ES\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Advanced Coaching &amp; Leadership Center","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/zonesoflife.com\/es\/","og_locale":"es_ES","og_type":"article","og_title":"Home - Advanced Coaching &amp; Leadership Center","og_url":"https:\/\/zonesoflife.com\/es\/","og_site_name":"Advanced Coaching &amp; Leadership Center","article_modified_time":"2014-09-09T01:44:52+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/zonesoflife.com\/es\/","url":"https:\/\/zonesoflife.com\/es\/","name":"Home - Advanced Coaching &amp; Leadership Center","isPartOf":{"@id":"https:\/\/zonesoflife.com\/es\/#website"},"datePublished":"2014-06-11T15:06:21+00:00","dateModified":"2014-09-09T01:44:52+00:00","breadcrumb":{"@id":"https:\/\/zonesoflife.com\/es\/#breadcrumb"},"inLanguage":"es-ES","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zonesoflife.com\/es\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/zonesoflife.com\/es\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/zonesoflife.com\/es\/pagina-ejemplo\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/zonesoflife.com\/es\/#website","url":"https:\/\/zonesoflife.com\/es\/","name":"Advanced Coaching & Leadership Center","description":"How to be in the Zone","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zonesoflife.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-ES"}]}},"_links":{"self":[{"href":"https:\/\/zonesoflife.com\/es\/wp-json\/wp\/v2\/pages\/1508","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zonesoflife.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zonesoflife.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zonesoflife.com\/es\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/zonesoflife.com\/es\/wp-json\/wp\/v2\/comments?post=1508"}],"version-history":[{"count":0,"href":"https:\/\/zonesoflife.com\/es\/wp-json\/wp\/v2\/pages\/1508\/revisions"}],"wp:attachment":[{"href":"https:\/\/zonesoflife.com\/es\/wp-json\/wp\/v2\/media?parent=1508"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}