{"id":5861,"date":"2026-02-25T18:40:01","date_gmt":"2026-02-25T23:40:01","guid":{"rendered":"https:\/\/xawsgroup.com\/?page_id=5861"},"modified":"2026-02-25T18:48:50","modified_gmt":"2026-02-25T23:48:50","slug":"tonton","status":"publish","type":"page","link":"https:\/\/xawsgroup.com\/es\/tonton\/","title":{"rendered":"Tonton Server"},"content":{"rendered":"<p><\/p>\n\n\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Planes de Hosting &#8211; Tonton Cloud<\/title>\n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <!-- Alpine.js para interactividad (Toggle de precios) -->\n    <script src=\"https:\/\/unpkg.com\/alpinejs@3.x.x\/dist\/cdn.min.js\"><\/script>\n    <!-- Google Fonts -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        body { font-family: 'Inter', sans-serif; }\n        .bg-salmon { background-color: #E07A5F; }\n        .text-salmon { color: #E07A5F; }\n        .border-salmon { border-color: #E07A5F; }\n        .bg-autumn { background-color: #F4A261; }\n        .text-autumn { color: #F4A261; }\n        .bg-brown-dark { background-color: #815B5B; }\n        .text-brown-dark { color: #815B5B; }\n        .text-dark { color: #4A3728; }\n        .text-light { color: #8C7A6B; }\n    <\/style>\n<body class=\"bg-white antialiased\" x-data=\"{ isAnnual: true }\">\n\n    <div class=\"min-h-screen py-20 px-4 sm:px-6 lg:px-8\">\n        <!-- Encabezado -->\n        <div class=\"max-w-7xl mx-auto text-center mb-16\">\n            <h2 class=\"text-base font-semibold tracking-wide uppercase text-salmon mb-2\">\n                Qbex Cloud Hosting\n            <\/h2>\n            <h1 class=\"text-4xl md:text-5xl font-extrabold text-dark mb-6 tracking-tight\">\n                El hogar perfecto para tus proyectos\n            <\/h1>\n            <p class=\"max-w-2xl mx-auto text-lg text-light mb-8\">\n                Velocidad, seguridad y un soporte excepcional. Elige el plan que mejor se adapte a las necesidades de tu negocio.\n            <\/p>\n\n            <!-- Toggle Mensual\/Anual -->\n            <div class=\"flex items-center justify-center space-x-4 mt-8\">\n                <span class=\"text-sm font-medium\" :class=\"!isAnnual ? 'text-dark' : 'text-light'\">Mensual<\/span>\n                <button \n                    @click=\"isAnnual = !isAnnual\"\n                    class=\"relative inline-flex h-7 w-14 items-center rounded-full bg-salmon transition-colors focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-[#E07A5F]\"\n                >\n                    <span \n                        class=\"inline-block h-5 w-5 transform rounded-full bg-white transition-transform duration-300 ease-in-out\"\n                        :class=\"isAnnual ? 'translate-x-8' : 'translate-x-1'\"\n                    ><\/span>\n                <\/button>\n                <span class=\"text-sm font-medium flex items-center\" :class=\"isAnnual ? 'text-dark' : 'text-light'\">\n                    Anual \n                    <span class=\"ml-2 inline-block px-2 py-0.5 rounded-full bg-[#FFF0ED] text-salmon text-xs font-bold\">\n                        Ahorra 30%\n                    <\/span>\n                <\/span>\n            <\/div>\n        <\/div>\n\n        <!-- Grid de Precios -->\n        <div class=\"max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8 items-center\">\n            \n            <!-- Plan Inicio -->\n            <div class=\"relative bg-white rounded-3xl border border-gray-200 shadow-lg hover:shadow-xl transition-all duration-300 p-8 md:p-10\">\n                <div class=\"flex justify-between items-start mb-6\">\n                    <div>\n                        <h3 class=\"text-xl font-bold text-dark mb-1\">Plan Inicio<\/h3>\n                        <p class=\"text-sm text-light h-10\">Perfecto para portafolios y proyectos peque\u00f1os.<\/p>\n                    <\/div>\n                    <div class=\"p-3 rounded-2xl bg-[#FFF7F5] text-autumn\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-6 h-6\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01\" \/><\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"mb-6 flex items-baseline\">\n                    <span class=\"text-5xl font-extrabold text-dark\" x-text=\"isAnnual ? '$3.99' : '$5.99'\"><\/span>\n                    <span class=\"text-base font-medium text-light ml-2\">\/mes<\/span>\n                <\/div>\n                <p x-show=\"isAnnual\" class=\"text-sm text-light font-medium mb-6\">Facturado anualmente ($47.88)<\/p>\n                <div x-show=\"!isAnnual\" class=\"h-5 mb-6\"><\/div>\n                <button class=\"w-full py-4 px-6 rounded-xl text-white font-bold bg-autumn hover:bg-[#E08A45] transition-all flex justify-center items-center group\">\n                    Elegir Plan Inicio\n                <\/button>\n                <div class=\"w-full h-px bg-gray-100 my-8\"><\/div>\n                <ul class=\"space-y-4 text-sm text-dark\">\n                    <li class=\"flex items-center\"><svg class=\"w-5 h-5 mr-3 text-brown-dark\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> 1 Sitio Web<\/li>\n                    <li class=\"flex items-center\"><svg class=\"w-5 h-5 mr-3 text-brown-dark\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> 10 GB Almacenamiento SSD<\/li>\n                    <li class=\"flex items-center\"><svg class=\"w-5 h-5 mr-3 text-brown-dark\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> Certificado SSL Gratuito<\/li>\n                    <li class=\"flex items-center opacity-50 line-through text-gray-400\"><svg class=\"w-5 h-5 mr-3\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 18L18 6M6 6l12 12\"><\/path><\/svg> IP Dedicada<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Plan Profesional (Destacado) -->\n            <div class=\"relative bg-white rounded-3xl border-2 border-salmon shadow-2xl p-8 md:p-10 lg:-mt-8 lg:mb-8 scale-100 lg:scale-105 z-10\">\n                <div class=\"absolute top-0 left-1\/2 transform -translate-x-1\/2 -translate-y-1\/2 z-20\">\n                    <span class=\"bg-salmon text-white text-xs font-bold uppercase tracking-wider py-1.5 px-4 rounded-full shadow-md\">\n                        M\u00e1s Popular\n                    <\/span>\n                <\/div>\n                <div class=\"flex justify-between items-start mb-6\">\n                    <div>\n                        <h3 class=\"text-xl font-bold text-dark mb-1\">Plan Profesional<\/h3>\n                        <p class=\"text-sm text-light h-10\">Ideal para negocios en crecimiento y agencias.<\/p>\n                    <\/div>\n                    <div class=\"p-3 rounded-2xl bg-[#FFF7F5] text-salmon\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-6 h-6\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\" \/><\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"mb-6 flex items-baseline\">\n                    <span class=\"text-5xl font-extrabold text-dark\" x-text=\"isAnnual ? '$8.99' : '$12.99'\"><\/span>\n                    <span class=\"text-base font-medium text-light ml-2\">\/mes<\/span>\n                <\/div>\n                <p x-show=\"isAnnual\" class=\"text-sm text-salmon font-medium mb-6\">Facturado anualmente ($107.88)<\/p>\n                <div x-show=\"!isAnnual\" class=\"h-5 mb-6\"><\/div>\n                <button class=\"w-full py-4 px-6 rounded-xl text-white font-bold bg-salmon hover:bg-[#D0694E] transition-all flex justify-center items-center group shadow-lg\">\n                    Elegir Profesional\n                <\/button>\n                <div class=\"w-full h-px bg-gray-100 my-8\"><\/div>\n                <ul class=\"space-y-4 text-sm text-dark\">\n                    <li class=\"flex items-center\"><svg class=\"w-5 h-5 mr-3 text-salmon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> Hasta 10 Sitios Web<\/li>\n                    <li class=\"flex items-center\"><svg class=\"w-5 h-5 mr-3 text-salmon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> 50 GB Almacenamiento NVMe<\/li>\n                    <li class=\"flex items-center\"><svg class=\"w-5 h-5 mr-3 text-salmon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> Copias de seguridad diarias<\/li>\n                    <li class=\"flex items-center\"><svg class=\"w-5 h-5 mr-3 text-salmon\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> Soporte prioritario 24\/7<\/li>\n                <\/ul>\n            <\/div>\n\n            <!-- Plan Corporativo -->\n            <div class=\"relative bg-white rounded-3xl border border-gray-200 shadow-lg hover:shadow-xl transition-all duration-300 p-8 md:p-10\">\n                <div class=\"flex justify-between items-start mb-6\">\n                    <div>\n                        <h3 class=\"text-xl font-bold text-dark mb-1\">Plan Corporativo<\/h3>\n                        <p class=\"text-sm text-light h-10\">M\u00e1ximo rendimiento para alto tr\u00e1fico.<\/p>\n                    <\/div>\n                    <div class=\"p-3 rounded-2xl bg-[#FFF7F5] text-brown-dark\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"w-6 h-6\" fill=\"none\" viewbox=\"0 0 24 24\" stroke=\"currentColor\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.040L3 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622l-.382-3.016z\" \/><\/svg>\n                    <\/div>\n                <\/div>\n                <div class=\"mb-6 flex items-baseline\">\n                    <span class=\"text-5xl font-extrabold text-dark\" x-text=\"isAnnual ? '$22.99' : '$29.99'\"><\/span>\n                    <span class=\"text-base font-medium text-light ml-2\">\/mes<\/span>\n                <\/div>\n                <p x-show=\"isAnnual\" class=\"text-sm text-light font-medium mb-6\">Facturado anualmente ($275.88)<\/p>\n                <div x-show=\"!isAnnual\" class=\"h-5 mb-6\"><\/div>\n                <button class=\"w-full py-4 px-6 rounded-xl text-white font-bold bg-brown-dark hover:bg-[#6D4C4C] transition-all flex justify-center items-center group\">\n                    Elegir Corporativo\n                <\/button>\n                <div class=\"w-full h-px bg-gray-100 my-8\"><\/div>\n                <ul class=\"space-y-4 text-sm text-dark\">\n                    <li class=\"flex items-center\"><svg class=\"w-5 h-5 mr-3 text-brown-dark\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> Sitios Web Ilimitados<\/li>\n                    <li class=\"flex items-center\"><svg class=\"w-5 h-5 mr-3 text-brown-dark\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> 100 GB Almacenamiento NVMe<\/li>\n                    <li class=\"flex items-center\"><svg class=\"w-5 h-5 mr-3 text-brown-dark\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> IP Dedicada Incluida<\/li>\n                    <li class=\"flex items-center\"><svg class=\"w-5 h-5 mr-3 text-brown-dark\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 13l4 4L19 7\"><\/path><\/svg> Soporte VIP 24\/7<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n\n        <!-- Footer -->\n        <div class=\"max-w-4xl mx-auto mt-20 text-center flex flex-col items-center justify-center\">\n            <p class=\"text-sm font-medium text-light mb-4\">\n                Garant\u00eda de devoluci\u00f3n de dinero de 30 d\u00edas \u2022 Sin contratos ocultos\n            <\/p>\n            <div class=\"flex flex-wrap justify-center gap-8 opacity-60 grayscale hover:grayscale-0 transition-all duration-500\">\n                <div class=\"text-xl font-black text-gray-400\">SSL <span class=\"font-light\">Secure<\/span><\/div>\n                <div class=\"text-xl font-black text-gray-400\">99.9% <span class=\"font-light\">Uptime<\/span><\/div>\n                <div class=\"text-xl font-black text-gray-400\">24\/7 <span class=\"font-light\">Support<\/span><\/div>\n            <\/div>\n        <\/div>\n    <\/div>","protected":false},"excerpt":{"rendered":"<p>Planes de Hosting &#8211; Tonton Cloud Qbex Cloud Hosting El hogar perfecto para tus proyectos Velocidad, seguridad y un soporte excepcional. Elige el plan que mejor se adapte a las necesidades de tu negocio. Mensual Anual Ahorra 30% Plan Inicio Perfecto para portafolios y proyectos peque\u00f1os. \/mes Facturado anualmente ($47.88) Elegir Plan Inicio 1 Sitio [&hellip;]<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-5861","page","type-page","status-publish","hentry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false,"woocommerce_thumbnail":false,"woocommerce_single":false,"woocommerce_gallery_thumbnail":false},"uagb_author_info":{"display_name":"xawsgroup","author_link":"https:\/\/xawsgroup.com\/es\/author\/xawsgroup\/"},"uagb_comment_info":0,"uagb_excerpt":"Planes de Hosting &#8211; Tonton Cloud Qbex Cloud Hosting El hogar perfecto para tus proyectos Velocidad, seguridad y un soporte excepcional. Elige el plan que mejor se adapte a las necesidades de tu negocio. Mensual Anual Ahorra 30% Plan Inicio Perfecto para portafolios y proyectos peque\u00f1os. \/mes Facturado anualmente ($47.88) Elegir Plan Inicio 1 Sitio&hellip;","_links":{"self":[{"href":"https:\/\/xawsgroup.com\/es\/wp-json\/wp\/v2\/pages\/5861","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xawsgroup.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xawsgroup.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xawsgroup.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xawsgroup.com\/es\/wp-json\/wp\/v2\/comments?post=5861"}],"version-history":[{"count":2,"href":"https:\/\/xawsgroup.com\/es\/wp-json\/wp\/v2\/pages\/5861\/revisions"}],"predecessor-version":[{"id":5864,"href":"https:\/\/xawsgroup.com\/es\/wp-json\/wp\/v2\/pages\/5861\/revisions\/5864"}],"wp:attachment":[{"href":"https:\/\/xawsgroup.com\/es\/wp-json\/wp\/v2\/media?parent=5861"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}