{"id":5478,"date":"2017-04-25T13:13:14","date_gmt":"2017-04-25T13:13:14","guid":{"rendered":"http:\/\/aticometal.com\/?page_id=5478"},"modified":"2025-04-23T12:06:06","modified_gmt":"2025-04-23T10:06:06","slug":"decoracion","status":"publish","type":"page","link":"https:\/\/aticometal.com\/?page_id=5478","title":{"rendered":"Decoraci\u00f3n"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5478\" class=\"elementor elementor-5478\">\n\t\t\t\t<div class=\"elementor-element elementor-element-092b0b4 e-flex e-con-boxed e-con e-parent\" data-id=\"092b0b4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-90270b1 elementor-widget elementor-widget-html\" data-id=\"90270b1\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Decoraci\u00f3n Muebles<\/title>\r\n    <style>\r\n        body {\r\n            margin: 0;\r\n            font-family: 'Arial', sans-serif;\r\n            background-color: #f5f5f5;\r\n        }\r\n\r\n        \/* Cabecera *\/\r\n        .header {\r\n            position: relative;\r\n            text-align: center;\r\n            color: #ffffff;\r\n        }\r\n\r\n        .header img {\r\n            width: 100%;\r\n            height: 400px;\r\n            object-fit: cover;\r\n        }\r\n\r\n        .header .overlay {\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(to bottom, rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 1));\r\n        }\r\n\r\n        .header .title {\r\n            position: absolute;\r\n            top: 50%;\r\n            left: 50%;\r\n            transform: translate(-50%, -50%);\r\n            text-align: center;\r\n        }\r\n\r\n        .header .title h1 {\r\n            font-size: 2.5rem;\r\n        }\r\n\r\n        .header .title p {\r\n            font-size: 1.2rem;\r\n        }\r\n\r\n        \/* Bloque de texto *\/\r\n        .info-block {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            justify-content: center;\r\n            align-items: center;\r\n            gap: 30px;\r\n            padding: 40px;\r\n            background: #222;\r\n            border-radius: 15px;\r\n            margin: 20px;\r\n            color: #ffffff;\r\n        }\r\n\r\n        .info-block .image {\r\n            flex: 1 1 400px;\r\n            max-width: 400px;\r\n        }\r\n\r\n        .info-block .image img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 15px;\r\n        }\r\n\r\n        .info-block .content {\r\n            flex: 2 1 500px;\r\n            text-align: left;\r\n            line-height: 1.8;\r\n        }\r\n\r\n        .info-block h3 {\r\n            font-size: 1.8rem;\r\n            color: #fcb900;\r\n        }\r\n\r\n        .info-block h4 {\r\n            font-size: 1.2rem;\r\n            color: #aaaaaa;\r\n        }\r\n\r\n        .info-block p {\r\n            font-size: 1rem;\r\n            color: #ffffff;\r\n        }\r\n\r\n        .info-block b {\r\n            color: #fcb900;\r\n        }\r\n\r\n        \/* Contenedores *\/\r\n        .container {\r\n            display: grid;\r\n            grid-template-columns: repeat(3, 1fr); \/* Tres columnas por fila *\/\r\n            gap: 20px;\r\n            margin: 20px;\r\n        }\r\n\r\n        .box {\r\n            position: relative;\r\n            border-radius: 10px;\r\n            overflow: hidden;\r\n            height: 300px;\r\n        }\r\n\r\n        .box img {\r\n            width: 100%;\r\n            height: 100%;\r\n            object-fit: cover;\r\n        }\r\n\r\n        .box .overlay {\r\n            position: absolute;\r\n            bottom: 0;\r\n            width: 100%;\r\n            height: 70%;\r\n            background: linear-gradient(to top, rgba(34, 34, 34, 1), rgba(34, 34, 34, 0));\r\n        }\r\n\r\n        .box a {\r\n            position: absolute;\r\n            left: 20px;\r\n            bottom: 20px;\r\n            color: #ffffff;\r\n            text-decoration: none;\r\n            font-weight: bold;\r\n        }\r\n\r\n        .box a:hover {\r\n            text-decoration: underline;\r\n            color: #fcb900;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .info-block {\r\n                flex-direction: column;\r\n                padding: 20px;\r\n            }\r\n\r\n            .info-block .image, \r\n            .info-block .content {\r\n                flex: 1 1 auto;\r\n                max-width: 100%;\r\n            }\r\n\r\n            .info-block h3 {\r\n                font-size: 1.5rem;\r\n            }\r\n\r\n            .info-block h4 {\r\n                font-size: 1rem;\r\n            }\r\n\r\n            .info-block p {\r\n                font-size: 0.9rem;\r\n            }\r\n\r\n            .container {\r\n                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .header .title h1 {\r\n                font-size: 2rem;\r\n            }\r\n\r\n            .header .title p {\r\n                font-size: 1rem;\r\n            }\r\n\r\n            .info-block h3 {\r\n                font-size: 1.3rem;\r\n            }\r\n\r\n            .info-block p {\r\n                font-size: 0.8rem;\r\n            }\r\n\r\n            .box {\r\n                height: 200px;\r\n            }\r\n\r\n            .container {\r\n                grid-template-columns: 1fr;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"header\">\r\n        <img decoding=\"async\" src=\"https:\/\/aticoweb.live-website.com\/wp-content\/uploads\/2025\/04\/BGdecoracion.jpg\" alt=\"Cabecera\">\r\n        <div class=\"overlay\"><\/div>\r\n        <div class=\"title\">\r\n            <h1>Decoraci\u00f3n Muebles<\/h1>\r\n            <p>Muebles de dise\u00f1o de primera calidad a un precio excepcional<\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"info-block\">\r\n        <div class=\"image\">\r\n            <img decoding=\"async\" src=\"https:\/\/aticoweb.live-website.com\/wp-content\/uploads\/2025\/04\/escritorio-lyon.jpg\" alt=\"Dise\u00f1o exclusivo\">\r\n        <\/div>\r\n        <div class=\"content\">\r\n            <h3>Dise\u00f1os exclusivos fabricados con los mejores materiales.<\/h3>\r\n            <h4>Muebles funcionales que se adaptan a cada espacio.<\/h4>\r\n            <p>\r\n                Descubre nuestra incre\u00edble selecci\u00f3n de exclusivos muebles de dise\u00f1o fabricados con materiales de primera calidad y a un precio excepcional.\r\n            <\/p>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"container\">\r\n        <div class=\"box\">\r\n            <img decoding=\"async\" src=\"https:\/\/aticoweb.live-website.com\/wp-content\/uploads\/2025\/04\/cama-baltus-serven.jpg\" alt=\"Camas\">\r\n            <div class=\"overlay\"><\/div>\r\n            <a href=\"https:\/\/aticometal.com\/?page_id=6031\">Camas<\/a>\r\n        <\/div>\r\n        <div class=\"box\">\r\n            <img decoding=\"async\" src=\"https:\/\/aticoweb.live-website.com\/wp-content\/uploads\/2025\/04\/sofa-1.jpg\" alt=\"Sof\u00e1s\">\r\n            <div class=\"overlay\"><\/div>\r\n            <a href=\"https:\/\/aticometal.com\/?page_id=5761\">Sof\u00e1s<\/a>\r\n        <\/div>\r\n        <div class=\"box\">\r\n            <img decoding=\"async\" src=\"https:\/\/aticoweb.live-website.com\/wp-content\/uploads\/2025\/04\/estanteria-candela-1.jpg\" alt=\"Estanter\u00edas\">\r\n            <div class=\"overlay\"><\/div>\r\n            <a href=\"https:\/\/aticometal.com\/?page_id=5782\">Estanter\u00edas<\/a>\r\n        <\/div>\r\n        <div class=\"box\">\r\n            <img decoding=\"async\" src=\"https:\/\/aticoweb.live-website.com\/wp-content\/uploads\/2025\/04\/silla-botticelli.jpg\" alt=\"Sillas\">\r\n            <div class=\"overlay\"><\/div>\r\n            <a href=\"https:\/\/aticometal.com\/?page_id=5764\">Sillas<\/a>\r\n        <\/div>\r\n        <div class=\"box\">\r\n            <img decoding=\"async\" src=\"https:\/\/aticoweb.live-website.com\/wp-content\/uploads\/2025\/04\/butaca-rocio.jpg\" alt=\"Butacas\">\r\n            <div class=\"overlay\"><\/div>\r\n            <a href=\"https:\/\/aticometal.com\/?page_id=5779\">Butacas<\/a>\r\n        <\/div>\r\n        <div class=\"box\">\r\n            <img decoding=\"async\" src=\"https:\/\/aticoweb.live-website.com\/wp-content\/uploads\/2025\/04\/mesa-auxiliar-sfera.jpg\" alt=\"Mesas\">\r\n            <div class=\"overlay\"><\/div>\r\n            <a href=\"https:\/\/aticometal.com\/?page_id=5754\">Mesas<\/a>\r\n        <\/div>\r\n    <\/div>\r\n<\/body>\r\n<\/html>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Decoraci\u00f3n Muebles Decoraci\u00f3n Muebles Muebles de dise\u00f1o de primera calidad a un precio excepcional Dise\u00f1os exclusivos fabricados con los mejores [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","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":"default","ast-page-background-enabled":"default","ast-page-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":"","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-4)","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-4)","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-4)","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-5478","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/aticometal.com\/index.php?rest_route=\/wp\/v2\/pages\/5478","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aticometal.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aticometal.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aticometal.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/aticometal.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5478"}],"version-history":[{"count":18,"href":"https:\/\/aticometal.com\/index.php?rest_route=\/wp\/v2\/pages\/5478\/revisions"}],"predecessor-version":[{"id":6941,"href":"https:\/\/aticometal.com\/index.php?rest_route=\/wp\/v2\/pages\/5478\/revisions\/6941"}],"wp:attachment":[{"href":"https:\/\/aticometal.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5478"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}