// CodeMirror, copyright (c) by Marijn Haverbeke and others // Distributed under an MIT license: http://codemirror.net/LICENSE (function(mod) { if (typeof exports == "object" && typeof module == "object") // CommonJS mod(require("../../lib/codemirror"), require("../xml/xml"), require("../javascript/javascript"), require("../css/css")); else if (typeof define == "function" && define.amd) // AMD define(["../../lib/codemirror", "../xml/xml", "../javascript/javascript", "../css/css"], mod); else // Plain browser env mod(CodeMirror); })(function(CodeMirror) { "use strict"; var defaultTags = { script: [ ["lang", /(javascript|babel)/i, "javascript"], ["type", /^(?:text|application)\/(?:x-)?(?:java|ecma)script$|^module$|^$/i, "javascript"], ["type", /./, "text/plain"], [null, null, "javascript"] ], style: [ ["lang", /^css$/i, "css"], ["type", /^(text\/)?(x-)?(stylesheet|css)$/i, "css"], ["type", /./, "text/plain"], [null, null, "css"] ] }; function maybeBackup(stream, pat, style) { var cur = stream.current(), close = cur.search(pat); if (close > -1) { stream.backUp(cur.length - close); } else if (cur.match(/<\/?$/)) { stream.backUp(cur.length); if (!stream.match(pat, false)) stream.match(cur); } return style; } var attrRegexpCache = {}; function getAttrRegexp(attr) { var regexp = attrRegexpCache[attr]; if (regexp) return regexp; return attrRegexpCache[attr] = new RegExp("\\s+" + attr + "\\s*=\\s*('|\")?([^'\"]+)('|\")?\\s*"); } function getAttrValue(text, attr) { var match = text.match(getAttrRegexp(attr)) return match ? /^\s*(.*?)\s*$/.exec(match[2])[1] : "" } function getTagRegexp(tagName, anchored) { return new RegExp((anchored ? "^" : "") + "<\/\s*" + tagName + "\s*>", "i"); } function addTags(from, to) { for (var tag in from) { var dest = to[tag] || (to[tag] = []); var source = from[tag]; for (var i = source.length - 1; i >= 0; i--) dest.unshift(source[i]) } } function findMatchingMode(tagInfo, tagText) { for (var i = 0; i < tagInfo.length; i++) { var spec = tagInfo[i]; if (!spec[0] || spec[1].test(getAttrValue(tagText, spec[0]))) return spec[2]; } } CodeMirror.defineMode("htmlmixed", function (config, parserConfig) { var htmlMode = CodeMirror.getMode(config, { name: "xml", htmlMode: true, multilineTagIndentFactor: parserConfig.multilineTagIndentFactor, multilineTagIndentPastTag: parserConfig.multilineTagIndentPastTag }); var tags = {}; var configTags = parserConfig && parserConfig.tags, configScript = parserConfig && parserConfig.scriptTypes; addTags(defaultTags, tags); if (configTags) addTags(configTags, tags); if (configScript) for (var i = configScript.length - 1; i >= 0; i--) tags.script.unshift(["type", configScript[i].matches, configScript[i].mode]) function html(stream, state) { var style = htmlMode.token(stream, state.htmlState), tag = /\btag\b/.test(style), tagName if (tag && !/[<>\s\/]/.test(stream.current()) && (tagName = state.htmlState.tagName && state.htmlState.tagName.toLowerCase()) && tags.hasOwnProperty(tagName)) { state.inTag = tagName + " " } else if (state.inTag && tag && />$/.test(stream.current())) { var inTag = /^([\S]+) (.*)/.exec(state.inTag) state.inTag = null var modeSpec = stream.current() == ">" && findMatchingMode(tags[inTag[1]], inTag[2]) var mode = CodeMirror.getMode(config, modeSpec) var endTagA = getTagRegexp(inTag[1], true), endTag = getTagRegexp(inTag[1], false); state.token = function (stream, state) { if (stream.match(endTagA, false)) { state.token = html; state.localState = state.localMode = null; return null; } return maybeBackup(stream, endTag, state.localMode.token(stream, state.localState)); }; state.localMode = mode; state.localState = CodeMirror.startState(mode, htmlMode.indent(state.htmlState, "")); } else if (state.inTag) { state.inTag += stream.current() if (stream.eol()) state.inTag += " " } return style; }; return { startState: function () { var state = CodeMirror.startState(htmlMode); return {token: html, inTag: null, localMode: null, localState: null, htmlState: state}; }, copyState: function (state) { var local; if (state.localState) { local = CodeMirror.copyState(state.localMode, state.localState); } return {token: state.token, inTag: state.inTag, localMode: state.localMode, localState: local, htmlState: CodeMirror.copyState(htmlMode, state.htmlState)}; }, token: function (stream, state) { return state.token(stream, state); }, indent: function (state, textAfter, line) { if (!state.localMode || /^\s*<\//.test(textAfter)) return htmlMode.indent(state.htmlState, textAfter); else if (state.localMode.indent) return state.localMode.indent(state.localState, textAfter, line); else return CodeMirror.Pass; }, innerMode: function (state) { return {state: state.localState || state.htmlState, mode: state.localMode || htmlMode}; } }; }, "xml", "javascript", "css"); CodeMirror.defineMIME("text/html", "htmlmixed"); }); {"id":13,"date":"2021-02-17T01:16:07","date_gmt":"2021-02-17T01:16:07","guid":{"rendered":"https:\/\/floristeriahouston.com\/esp\/?page_id=13"},"modified":"2025-07-24T21:18:03","modified_gmt":"2025-07-25T02:18:03","slug":"inicio","status":"publish","type":"page","link":"https:\/\/floristeriahouston.com\/esp\/","title":{"rendered":"Inicio"},"content":{"rendered":"\n[et_pb_section fb_built=\u00bb1″ admin_label=\u00bbHeader\u00bb _builder_version=\u00bb4.9.3″ background_color=\u00bbrgba(238,56,91,0.1)\u00bb overflow-x=\u00bbhidden\u00bb overflow-y=\u00bbhidden\u00bb custom_padding=\u00bb10vw||12vw||false|false\u00bb locked=\u00bboff\u00bb][et_pb_row make_equal=\u00bbon\u00bb _builder_version=\u00bb4.5.1″ custom_margin=\u00bb||||false\u00bb][et_pb_column type=\u00bb4_4″ _builder_version=\u00bb4.5.1″ custom_padding=\u00bb200px||200px||true|false\u00bb custom_padding_tablet=\u00bb40px||40px||true|false\u00bb custom_padding_phone=\u00bb\u00bb custom_padding_last_edited=\u00bbon|phone\u00bb][et_pb_text _builder_version=\u00bb4.9.3″ header_font=\u00bbMontserrat|900||on|||||\u00bb header_text_color=\u00bb#2B343B\u00bb header_font_size=\u00bb72px\u00bb header_letter_spacing=\u00bb0.05em\u00bb header_line_height=\u00bb1.2em\u00bb header_2_font=\u00bbMontserrat|600||on|||||\u00bb header_2_text_color=\u00bb#EE385B\u00bb header_2_font_size=\u00bb20px\u00bb header_2_letter_spacing=\u00bb6px\u00bb header_2_line_height=\u00bb1.4em\u00bb background_color=\u00bbrgba(238,56,91,0)\u00bb position_origin_a=\u00bbcenter_left\u00bb z_index=\u00bb1″ width=\u00bb60%\u00bb width_tablet=\u00bb100%\u00bb width_phone=\u00bb\u00bb width_last_edited=\u00bbon|tablet\u00bb custom_margin=\u00bb|-40%|||false|false\u00bb header_font_size_tablet=\u00bb\u00bb header_font_size_phone=\u00bb30px\u00bb header_font_size_last_edited=\u00bbon|desktop\u00bb header_2_font_size_tablet=\u00bb16px\u00bb header_2_font_size_phone=\u00bb14px\u00bb header_2_font_size_last_edited=\u00bbon|desktop\u00bb]

Florister\u00eda Houston<\/h2>\n

FLORES Y DETALLES<\/h1>[\/et_pb_text][et_pb_divider show_divider=\u00bboff\u00bb _builder_version=\u00bb4.5.1″ _module_preset=\u00bbdefault\u00bb positioning=\u00bbabsolute\u00bb position_origin_a=\u00bbtop_right\u00bb width=\u00bb60%\u00bb height=\u00bb650px\u00bb scroll_vertical_motion_enable=\u00bbon\u00bb scroll_vertical_motion=\u00bb0|54|54|100|-1|0|1″ border_width_all=\u00bb16px\u00bb border_color_all=\u00bb#ffffff\u00bb][\/et_pb_divider][et_pb_button button_text=\u00bbComprar ahora\u00bb button_alignment=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ custom_button=\u00bbon\u00bb button_text_size=\u00bb16px\u00bb button_text_color=\u00bb#000000″ button_bg_color=\u00bbrgba(0,0,0,0)\u00bb button_border_width=\u00bb0px\u00bb button_border_color=\u00bb#3d4a41″ button_border_radius=\u00bb0px\u00bb button_letter_spacing=\u00bb4px\u00bb button_font=\u00bbMontserrat|600||on|||||\u00bb positioning=\u00bbabsolute\u00bb position_origin_a=\u00bbbottom_right\u00bb vertical_offset=\u00bb0px\u00bb horizontal_offset=\u00bb56%\u00bb custom_margin_tablet=\u00bb30px||||false|false\u00bb custom_margin_last_edited=\u00bboff|desktop\u00bb custom_padding=\u00bb||||false|false\u00bb button_text_size_tablet=\u00bb14px\u00bb button_text_size_phone=\u00bb\u00bb button_text_size_last_edited=\u00bbon|phone\u00bb locked=\u00bboff\u00bb][\/et_pb_button][et_pb_image src=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/adorno-home.png\u00bb title_text=\u00bbadorno-home\u00bb align=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ background_enable_color=\u00bboff\u00bb positioning=\u00bbabsolute\u00bb position_origin_a=\u00bbtop_right\u00bb horizontal_offset=\u00bb-14%\u00bb z_index=\u00bb2″ vertical_offset_tablet=\u00bb0%\u00bb vertical_offset_phone=\u00bb\u00bb vertical_offset_last_edited=\u00bbon|tablet\u00bb horizontal_offset_tablet=\u00bb0%\u00bb horizontal_offset_phone=\u00bb\u00bb horizontal_offset_last_edited=\u00bbon|tablet\u00bb position_origin_a_tablet=\u00bb\u00bb position_origin_a_phone=\u00bb\u00bb position_origin_a_last_edited=\u00bbon|tablet\u00bb position_origin_f_tablet=\u00bb\u00bb position_origin_f_phone=\u00bb\u00bb position_origin_f_last_edited=\u00bbon|tablet\u00bb position_origin_r_tablet=\u00bb\u00bb position_origin_r_phone=\u00bb\u00bb position_origin_r_last_edited=\u00bbon|tablet\u00bb width=\u00bb56%\u00bb width_tablet=\u00bb100%\u00bb width_phone=\u00bb\u00bb width_last_edited=\u00bbon|tablet\u00bb custom_margin=\u00bb||||false|false\u00bb custom_margin_tablet=\u00bb0px|0px|0px|0px|false|false\u00bb custom_margin_last_edited=\u00bboff|desktop\u00bb scroll_rotating_enable=\u00bbon\u00bb scroll_rotating=\u00bb0|50|50|100|-20\u00b0|0|20\u00b0\u00bb positioning_tablet=\u00bbrelative\u00bb positioning_phone=\u00bb\u00bb positioning_last_edited=\u00bbon|tablet\u00bb][\/et_pb_image][et_pb_image src=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/2021\/02\/Oval.png\u00bb title_text=\u00bbOval\u00bb _builder_version=\u00bb4.5.1″ _module_preset=\u00bbdefault\u00bb positioning=\u00bbabsolute\u00bb position_origin_a=\u00bbbottom_right\u00bb z_index=\u00bb1″ scroll_blur_enable=\u00bbon\u00bb scroll_blur=\u00bb0|40|40|100|0px|0px|20px\u00bb][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00bb1″ admin_label=\u00bbCategory\u00bb _builder_version=\u00bb4.5.1″ background_color=\u00bb#EEE8E2″ custom_padding=\u00bb0px||0px||true|false\u00bb global_module=\u00bb103″ saved_tabs=\u00bball\u00bb][et_pb_row column_structure=\u00bb1_4,1_4,1_4,1_4″ use_custom_gutter=\u00bbon\u00bb gutter_width=\u00bb1″ make_equal=\u00bbon\u00bb _builder_version=\u00bb4.9.3″ width=\u00bb100%\u00bb max_width=\u00bb100%\u00bb custom_padding=\u00bb0px||0px||true|false\u00bb hover_enabled=\u00bb0″ sticky_enabled=\u00bb0″][et_pb_column type=\u00bb1_4″ _builder_version=\u00bb4.9.3″ background_color=\u00bbrgba(71,101,50,0.2)\u00bb custom_padding=\u00bb6vw|20px|6vw|20px|true|true\u00bb hover_enabled=\u00bb0″ box_shadow_style=\u00bbpreset4″ box_shadow_horizontal=\u00bb0px\u00bb box_shadow_vertical=\u00bb0px\u00bb box_shadow_color=\u00bb#2b343b\u00bb background__hover_enabled=\u00bboff|hover\u00bb box_shadow_vertical__hover=\u00bb-40px\u00bb box_shadow_vertical__hover_enabled=\u00bbon|hover\u00bb sticky_enabled=\u00bb0″ custom_css_main_element=\u00bbdisplay: inline-block;||max-width:50%;\u00bb][et_pb_image src=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/floral.png\u00bb title_text=\u00bbfloral\u00bb align=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ _module_preset=\u00bbdefault\u00bb][\/et_pb_image][et_pb_text _builder_version=\u00bb4.9.3″ _module_preset=\u00bbdefault\u00bb text_text_color=\u00bb#000000″ header_3_font=\u00bbMontserrat|800||on|||||\u00bb header_3_text_color=\u00bb#EE385B\u00bb header_3_font_size=\u00bb24px\u00bb header_3_letter_spacing=\u00bb2px\u00bb header_3_line_height=\u00bb1.2em\u00bb text_orientation=\u00bbcenter\u00bb background_layout=\u00bbdark\u00bb custom_margin=\u00bb10px||||false|false\u00bb header_3_font_size_tablet=\u00bb20px\u00bb header_3_font_size_phone=\u00bb\u00bb header_3_font_size_last_edited=\u00bbon|phone\u00bb]

Dise\u00f1o Floral<\/h3>\n

Creamos hermosos arreglos florales para toda ocasi\u00f3n, utilizando las m\u00e1s bellas flores, seleccionadas seg\u00fan su necesidad.[\/et_pb_text][et_pb_button button_text=\u00bbVER M\u00c1S\u00bb button_alignment=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ custom_button=\u00bbon\u00bb button_text_size=\u00bb12px\u00bb button_text_color=\u00bb#ffffff\u00bb button_bg_color=\u00bbrgba(0,0,0,0.24)\u00bb button_border_width=\u00bb0px\u00bb button_border_color=\u00bb#3d4a41″ button_border_radius=\u00bb0px\u00bb button_letter_spacing=\u00bb4px\u00bb button_font=\u00bbMontserrat|700||on|||||\u00bb custom_margin=\u00bb30px||||false|false\u00bb custom_padding=\u00bb20px|40px|20px|40px|true|true\u00bb hover_enabled=\u00bb0″ locked=\u00bboff\u00bb custom_padding_last_edited=\u00bbon|phone\u00bb custom_padding_phone=\u00bb20px|25px|20px|25px|true|true\u00bb sticky_enabled=\u00bb0″][\/et_pb_button][\/et_pb_column][et_pb_column type=\u00bb1_4″ _builder_version=\u00bb4.9.3″ background_color=\u00bbrgba(238,56,91,0.15)\u00bb custom_padding=\u00bb6vw|20px|6vw|20px|true|true\u00bb hover_enabled=\u00bb0″ box_shadow_style=\u00bbpreset4″ box_shadow_horizontal=\u00bb0px\u00bb box_shadow_vertical=\u00bb0px\u00bb box_shadow_color=\u00bb#edc1b4″ custom_padding__hover_enabled=\u00bboff|hover\u00bb box_shadow_vertical__hover_enabled=\u00bbon|hover\u00bb box_shadow_vertical__hover=\u00bb-40px\u00bb background__hover_enabled=\u00bboff|hover\u00bb custom_css_main_element=\u00bbdisplay: inline-block;||max-width:50%;\u00bb sticky_enabled=\u00bb0″][et_pb_image src=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/bodas.png\u00bb title_text=\u00bbbodas\u00bb align=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ _module_preset=\u00bbdefault\u00bb][\/et_pb_image][et_pb_text _builder_version=\u00bb4.9.3″ _module_preset=\u00bbdefault\u00bb header_3_font=\u00bbMontserrat|800||on|||||\u00bb header_3_text_color=\u00bb#EE385B\u00bb header_3_font_size=\u00bb24px\u00bb header_3_letter_spacing=\u00bb2px\u00bb header_3_line_height=\u00bb1.2em\u00bb text_orientation=\u00bbcenter\u00bb custom_margin=\u00bb10px||||false|false\u00bb header_3_font_size_tablet=\u00bb20px\u00bb header_3_font_size_phone=\u00bb\u00bb header_3_font_size_last_edited=\u00bbon|phone\u00bb locked=\u00bboff\u00bb]

Bodas<\/h3>\n

Llevamos a la realidad el sue\u00f1o de cada pareja, nos encargamos de la decoraci\u00f3n en: la iglesia, el lugar de recepci\u00f3n y el veh\u00edculo.[\/et_pb_text][et_pb_button button_text=\u00bbVER M\u00c1S\u00bb button_alignment=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ custom_button=\u00bbon\u00bb button_text_size=\u00bb12px\u00bb button_text_color=\u00bb#000000″ button_bg_color=\u00bbrgba(0,0,0,0.08)\u00bb button_border_width=\u00bb0px\u00bb button_border_color=\u00bb#3d4a41″ button_border_radius=\u00bb0px\u00bb button_letter_spacing=\u00bb4px\u00bb button_font=\u00bbMontserrat|700||on|||||\u00bb custom_margin=\u00bb30px||||false|false\u00bb custom_padding=\u00bb20px|40px|20px|40px|true|true\u00bb hover_enabled=\u00bb0″ locked=\u00bboff\u00bb custom_padding_last_edited=\u00bbon|phone\u00bb custom_padding_phone=\u00bb20px|25px|20px|25px|true|true\u00bb sticky_enabled=\u00bb0″][\/et_pb_button][\/et_pb_column][et_pb_column type=\u00bb1_4″ _builder_version=\u00bb4.9.3″ background_color=\u00bbrgba(245,134,52,0.15)\u00bb custom_padding=\u00bb6vw|20px|6vw|20px|true|true\u00bb hover_enabled=\u00bb0″ box_shadow_style=\u00bbpreset4″ box_shadow_horizontal=\u00bb0px\u00bb box_shadow_vertical=\u00bb0px\u00bb box_shadow_color=\u00bb#eee8e2″ box_shadow_vertical__hover=\u00bb-40px\u00bb box_shadow_vertical__hover_enabled=\u00bbon|hover\u00bb background__hover_enabled=\u00bboff|hover\u00bb custom_css_main_element=\u00bbdisplay: inline-block;||max-width:50%;\u00bb sticky_enabled=\u00bb0″][et_pb_image src=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/eventos.png\u00bb title_text=\u00bbeventos\u00bb align=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ _module_preset=\u00bbdefault\u00bb][\/et_pb_image][et_pb_text _builder_version=\u00bb4.9.3″ _module_preset=\u00bbdefault\u00bb header_3_font=\u00bbMontserrat|800||on|||||\u00bb header_3_text_color=\u00bb#EE385B\u00bb header_3_font_size=\u00bb24px\u00bb header_3_letter_spacing=\u00bb2px\u00bb header_3_line_height=\u00bb1.2em\u00bb text_orientation=\u00bbcenter\u00bb custom_margin=\u00bb10px||||false|false\u00bb header_3_font_size_tablet=\u00bb20px\u00bb header_3_font_size_phone=\u00bb\u00bb header_3_font_size_last_edited=\u00bbon|phone\u00bb locked=\u00bboff\u00bb]

Eventos<\/h3>\n

Nos ponemos en la tarea creativa para la decoraci\u00f3n floral de todos sus eventos, bautizos, primeras comuniones, eventos empresariales, etc.[\/et_pb_text][et_pb_button button_text=\u00bbVER M\u00c1S\u00bb button_alignment=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ custom_button=\u00bbon\u00bb button_text_size=\u00bb12px\u00bb button_text_color=\u00bb#000000″ button_bg_color=\u00bbrgba(0,0,0,0.08)\u00bb button_border_width=\u00bb0px\u00bb button_border_color=\u00bb#3d4a41″ button_border_radius=\u00bb0px\u00bb button_letter_spacing=\u00bb4px\u00bb button_font=\u00bbMontserrat|700||on|||||\u00bb custom_margin=\u00bb30px||||false|false\u00bb custom_padding=\u00bb20px|40px|20px|40px|true|true\u00bb hover_enabled=\u00bb0″ locked=\u00bboff\u00bb custom_padding_last_edited=\u00bbon|phone\u00bb custom_padding_phone=\u00bb20px|25px|20px|25px|true|true\u00bb sticky_enabled=\u00bb0″][\/et_pb_button][\/et_pb_column][et_pb_column type=\u00bb1_4″ _builder_version=\u00bb4.9.3″ background_color=\u00bbrgba(0,152,218,0.15)\u00bb custom_padding=\u00bb6vw|20px|6vw|20px|true|true\u00bb hover_enabled=\u00bb0″ box_shadow_style=\u00bbpreset4″ box_shadow_horizontal=\u00bb0px\u00bb box_shadow_vertical=\u00bb0px\u00bb box_shadow_color=\u00bb#f8f5f3″ box_shadow_vertical__hover=\u00bb-40px\u00bb box_shadow_vertical__hover_enabled=\u00bbon|hover\u00bb background__hover_enabled=\u00bboff|hover\u00bb custom_css_main_element=\u00bbdisplay: inline-block;||max-width:50%;\u00bb sticky_enabled=\u00bb0″][et_pb_image src=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/envios.png\u00bb title_text=\u00bbenvios\u00bb align=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ _module_preset=\u00bbdefault\u00bb][\/et_pb_image][et_pb_text _builder_version=\u00bb4.9.3″ _module_preset=\u00bbdefault\u00bb header_3_font=\u00bbMontserrat|800||on|||||\u00bb header_3_text_color=\u00bb#EE385B\u00bb header_3_font_size=\u00bb24px\u00bb header_3_letter_spacing=\u00bb2px\u00bb header_3_line_height=\u00bb1.2em\u00bb text_orientation=\u00bbcenter\u00bb custom_margin=\u00bb10px||||false|false\u00bb header_3_font_size_tablet=\u00bb20px\u00bb header_3_font_size_phone=\u00bb\u00bb header_3_font_size_last_edited=\u00bbon|phone\u00bb locked=\u00bboff\u00bb]

Env\u00edos<\/h3>\n

Llevamos a cabo toda la log\u00edstica de entrega en Colombia y en cualquier parte del mundo.[\/et_pb_text][et_pb_button button_text=\u00bbVER M\u00c1S\u00bb button_alignment=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ custom_button=\u00bbon\u00bb button_text_size=\u00bb12px\u00bb button_text_color=\u00bb#000000″ button_bg_color=\u00bbrgba(0,0,0,0.08)\u00bb button_border_width=\u00bb0px\u00bb button_border_color=\u00bb#3d4a41″ button_border_radius=\u00bb0px\u00bb button_letter_spacing=\u00bb4px\u00bb button_font=\u00bbMontserrat|700||on|||||\u00bb custom_margin=\u00bb30px||||false|false\u00bb custom_padding=\u00bb20px|40px|20px|40px|true|true\u00bb hover_enabled=\u00bb0″ locked=\u00bboff\u00bb custom_padding_last_edited=\u00bbon|phone\u00bb custom_padding_phone=\u00bb20px|25px|20px|25px|true|true\u00bb sticky_enabled=\u00bb0″][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00bb1″ admin_label=\u00bbAbout\u00bb _builder_version=\u00bb4.5.1″ background_color=\u00bb#f8f5f3″ background_enable_image=\u00bboff\u00bb custom_padding=\u00bb||4px|||\u00bb][et_pb_row _builder_version=\u00bb4.4.7″ locked=\u00bboff\u00bb][et_pb_column type=\u00bb4_4″ _builder_version=\u00bb3.25.1″][et_pb_text _builder_version=\u00bb4.9.3″ header_2_font=\u00bbMontserrat|800||on|||||\u00bb header_2_text_color=\u00bb#2B343B\u00bb header_2_font_size=\u00bb80px\u00bb header_2_letter_spacing=\u00bb6px\u00bb header_2_line_height=\u00bb1.2em\u00bb text_orientation=\u00bbcenter\u00bb header_2_font_size_tablet=\u00bb40px\u00bb header_2_font_size_phone=\u00bb30px\u00bb header_2_font_size_last_edited=\u00bbon|phone\u00bb]

NOSOTROS<\/h2>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=\u00bb1_2,1_2″ _builder_version=\u00bb4.4.8″][et_pb_column type=\u00bb1_2″ _builder_version=\u00bb4.4.8″ border_width_all=\u00bb20px\u00bb border_color_all=\u00bb#2B343B\u00bb][et_pb_image src=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/nosotros.png\u00bb title_text=\u00bbnosotros\u00bb _builder_version=\u00bb4.9.3″ background_color=\u00bbRGBA(0,0,0,0)\u00bb transform_origin=\u00bb0%|100%\u00bb max_width=\u00bb100%\u00bb custom_margin=\u00bb-6vw||-6vw|-3vw|false|false\u00bb custom_margin_tablet=\u00bb0vw||0vw|0vw|false|false\u00bb custom_margin_phone=\u00bb\u00bb custom_margin_last_edited=\u00bbon|tablet\u00bb scroll_rotating_enable=\u00bbon\u00bb scroll_rotating=\u00bb0|100|100|100|14\u00b0|0\u00b0|0″ scroll_rotating_tablet=\u00bb0|100|100|100|0\u00b0|0\u00b0|0″ scroll_rotating_phone=\u00bb\u00bb scroll_rotating_last_edited=\u00bbon|tablet\u00bb][\/et_pb_image][\/et_pb_column][et_pb_column type=\u00bb1_2″ _builder_version=\u00bb4.4.8″ custom_padding=\u00bb7vw||||false|false\u00bb custom_padding_tablet=\u00bb\u00bb custom_padding_phone=\u00bb\u00bb custom_padding_last_edited=\u00bbon|phone\u00bb][et_pb_text _builder_version=\u00bb4.9.3″ text_font=\u00bbMontserrat||||||||\u00bb text_line_height=\u00bb2em\u00bb max_width=\u00bb800px\u00bb text_font_size_tablet=\u00bb14px\u00bb text_font_size_phone=\u00bb14px\u00bb text_font_size_last_edited=\u00bbon|desktop\u00bb text_line_height_phone=\u00bb1.6em\u00bb text_line_height_last_edited=\u00bboff|desktop\u00bb locked=\u00bboff\u00bb]

Flores y Detalles Houston<\/strong> nace en el a\u00f1o 1992, despu\u00e9s de acumular\u00a0m\u00e1s de 20 a\u00f1os de experiencia en el campo del dise\u00f1o floral, contando con un gran sentido est\u00e9tico, una gran\u00a0imaginaci\u00f3n y un buen gusto a la hora de la creaci\u00f3n.<\/span><\/p>[\/et_pb_text][et_pb_button button_url=\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjQwIn19@\u00bb button_text=\u00bbVER M\u00c1S\u00bb button_alignment=\u00bbleft\u00bb _builder_version=\u00bb4.9.3″ _dynamic_attributes=\u00bbbutton_url\u00bb custom_button=\u00bbon\u00bb button_text_size=\u00bb14px\u00bb button_text_color=\u00bb#EE385B\u00bb button_bg_color=\u00bbrgba(0,0,0,0)\u00bb button_border_width=\u00bb0px\u00bb button_border_color=\u00bb#3d4a41″ button_border_radius=\u00bb0px\u00bb button_letter_spacing=\u00bb4px\u00bb button_font=\u00bbMontserrat|600||on|||||\u00bb custom_padding=\u00bb|||0px|false|false\u00bb hover_enabled=\u00bb0″ button_text_size_tablet=\u00bb14px\u00bb button_text_size_phone=\u00bb\u00bb button_text_size_last_edited=\u00bbon|phone\u00bb locked=\u00bboff\u00bb button_alignment_last_edited=\u00bbon|phone\u00bb button_alignment_phone=\u00bbright\u00bb sticky_enabled=\u00bb0″][\/et_pb_button][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00bb1″ admin_label=\u00bbTestimonials\u00bb _builder_version=\u00bb4.4.8″ background_color=\u00bb#f8f5f3″ background_enable_image=\u00bboff\u00bb custom_padding=\u00bb31px||26px||false|false\u00bb][et_pb_row _builder_version=\u00bb4.4.8″ background_enable_color=\u00bboff\u00bb custom_padding=\u00bb1px||0px||false|false\u00bb][et_pb_column type=\u00bb4_4″ _builder_version=\u00bb4.4.8″][et_pb_slider show_arrows=\u00bboff\u00bb dot_nav_custom_color=\u00bb#2b343b\u00bb _builder_version=\u00bb4.9.3″ header_font=\u00bb||||||||\u00bb body_font=\u00bbMontserrat|800|on||||||\u00bb body_text_color=\u00bb#2b343b\u00bb body_font_size=\u00bb48px\u00bb body_line_height=\u00bb1.4em\u00bb background_color=\u00bbrgba(0,0,0,0)\u00bb custom_padding=\u00bb0px|0px|30px|0px|false|false\u00bb hover_enabled=\u00bb0″ body_font_size_tablet=\u00bb25px\u00bb body_font_size_phone=\u00bb20px\u00bb body_font_size_last_edited=\u00bbon|phone\u00bb text_shadow_style=\u00bbpreset5″ text_shadow_color=\u00bbrgba(0,0,0,0)\u00bb locked=\u00bboff\u00bb custom_padding_last_edited=\u00bbon|phone\u00bb custom_padding_phone=\u00bb0px||20px||false|false\u00bb sticky_enabled=\u00bb0″][et_pb_slide _builder_version=\u00bb4.9.3″ locked=\u00bboff\u00bb sticky_transition=\u00bbon\u00bb]

\u201cExpresiones que dejan huella en el coraz\u00f3n.\u201d<\/p>[\/et_pb_slide][\/et_pb_slider][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00bb1″ admin_label=\u00bbPROMO\u00bb _builder_version=\u00bb4.5.1″ background_color=\u00bb#f8f5f3″ background_enable_image=\u00bboff\u00bb custom_padding=\u00bb24px|||||\u00bb global_module=\u00bb243″ saved_tabs=\u00bball\u00bb][et_pb_row column_structure=\u00bb1_2,1_2″ _builder_version=\u00bb4.9.3″ background_color=\u00bbrgba(245,134,52,0.29)\u00bb background_image=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/madres.jpg\u00bb custom_padding=\u00bb8vw|60px|8vw|60px|true|true\u00bb background_last_edited=\u00bbon|tablet\u00bb background_position_tablet=\u00bbcenter_left\u00bb locked=\u00bboff\u00bb][et_pb_column type=\u00bb1_2″ _builder_version=\u00bb4.5.1″][et_pb_text _builder_version=\u00bb4.9.3″ text_font=\u00bbMontserrat||||||||\u00bb text_line_height=\u00bb2em\u00bb header_2_font=\u00bbMontserrat|800||on|||||\u00bb header_2_text_color=\u00bb#F58634″ header_2_font_size=\u00bb60px\u00bb header_2_letter_spacing=\u00bb5px\u00bb header_2_line_height=\u00bb1.2em\u00bb max_width=\u00bb500px\u00bb text_font_size_tablet=\u00bb14px\u00bb text_font_size_phone=\u00bb14px\u00bb text_font_size_last_edited=\u00bbon|desktop\u00bb header_2_font_size_tablet=\u00bb40px\u00bb header_2_font_size_phone=\u00bb30px\u00bb header_2_font_size_last_edited=\u00bbon|phone\u00bb]

MADRES<\/h2>\n

En mayo puedes alegrar el d\u00eda con un bello regalo colorido y natural.
\nReserva con anticipaci\u00f3n tu arreglo, para que obtengas el envi\u00f3 GRATIS.<\/p>[\/et_pb_text][et_pb_button button_url=\u00bb@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjU5In19@\u00bb button_text=\u00bbRESERVA AHORA\u00bb button_alignment=\u00bbleft\u00bb _builder_version=\u00bb4.9.3″ _dynamic_attributes=\u00bbbutton_url\u00bb custom_button=\u00bbon\u00bb button_text_size=\u00bb12px\u00bb button_text_color=\u00bb#000000″ button_bg_color=\u00bb#ffffff\u00bb button_border_width=\u00bb0px\u00bb button_border_color=\u00bb#3d4a41″ button_border_radius=\u00bb0px\u00bb button_letter_spacing=\u00bb4px\u00bb button_font=\u00bbMontserrat|700||on|||||\u00bb custom_padding=\u00bb20px|40px|20px|40px|true|true\u00bb locked=\u00bboff\u00bb][\/et_pb_button][\/et_pb_column][et_pb_column type=\u00bb1_2″ _builder_version=\u00bb4.5.1″][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00bb1″ admin_label=\u00bbFooter\u00bb _builder_version=\u00bb4.9.3″ background_color=\u00bbrgba(238,56,91,0.15)\u00bb global_module=\u00bb225″ saved_tabs=\u00bball\u00bb locked=\u00bboff\u00bb collapsed=\u00bboff\u00bb][et_pb_row column_structure=\u00bb1_3,1_3,1_3″ _builder_version=\u00bb4.5.1″][et_pb_column type=\u00bb1_3″ _builder_version=\u00bb4.5.1″][et_pb_signup provider=\u00bbsendinblue\u00bb layout=\u00bbtop_bottom\u00bb first_name_field=\u00bboff\u00bb last_name_field=\u00bboff\u00bb _builder_version=\u00bb4.9.3″ form_field_background_color=\u00bbrgba(0,0,0,0)\u00bb form_field_text_color=\u00bb#000000″ form_field_font=\u00bbMontserrat|700||on|||||\u00bb form_field_font_size=\u00bb12px\u00bb form_field_letter_spacing=\u00bb3px\u00bb form_field_line_height=\u00bb2em\u00bb use_background_color=\u00bboff\u00bb custom_button=\u00bbon\u00bb button_text_size=\u00bb12px\u00bb button_text_color=\u00bb#ffffff\u00bb button_bg_color=\u00bb#EE385B\u00bb button_border_width=\u00bb0px\u00bb button_border_radius=\u00bb0px\u00bb button_letter_spacing=\u00bb3px\u00bb button_font=\u00bbMontserrat|700||on|||||\u00bb button_custom_padding=\u00bb20px||20px||true|false\u00bb custom_margin=\u00bb-25px||||false|false\u00bb border_radii_fields=\u00bbon|0px|0px|0px|0px\u00bb border_width_bottom_fields=\u00bb2px\u00bb border_color_bottom_fields=\u00bbrgba(51,51,51,0.3)\u00bb][\/et_pb_signup][\/et_pb_column][et_pb_column type=\u00bb1_3″ _builder_version=\u00bb4.5.1″][et_pb_text _builder_version=\u00bb4.9.3″ text_font=\u00bbMontserrat||||||||\u00bb text_line_height=\u00bb2em\u00bb link_font=\u00bbMontserrat||||||||\u00bb link_text_color=\u00bb#EE385B\u00bb link_line_height=\u00bb2em\u00bb header_6_font=\u00bbMontserrat|700||on|||||\u00bb header_6_text_color=\u00bb#2b343b\u00bb header_6_letter_spacing=\u00bb3px\u00bb header_6_line_height=\u00bb2em\u00bb text_orientation=\u00bbcenter\u00bb text_font_size_tablet=\u00bb14px\u00bb text_font_size_phone=\u00bb\u00bb text_font_size_last_edited=\u00bbon|phone\u00bb link_font_size_tablet=\u00bb14px\u00bb link_font_size_phone=\u00bb14px\u00bb link_font_size_last_edited=\u00bbon|phone\u00bb locked=\u00bboff\u00bb]

Cont\u00e1ctenos<\/h6>\n

ventas@floristeriahouston.com<\/a>
Tel: (571) 613-3877<\/p>[\/et_pb_text][\/et_pb_column][et_pb_column type=\u00bb1_3″ _builder_version=\u00bb4.5.1″][et_pb_text _builder_version=\u00bb4.9.0″ header_6_font=\u00bbMontserrat|700||on|||||\u00bb header_6_text_color=\u00bb#2b343b\u00bb header_6_letter_spacing=\u00bb3px\u00bb header_6_line_height=\u00bb2em\u00bb locked=\u00bboff\u00bb]

S\u00edganos en:<\/h6>\n

 <\/p>[\/et_pb_text][et_pb_social_media_follow icon_color=\u00bb#EE385B\u00bb _builder_version=\u00bb4.9.3″ text_orientation=\u00bbleft\u00bb custom_margin=\u00bb-50px|||-10px|false|false\u00bb custom_margin_last_edited=\u00bboff|desktop\u00bb][et_pb_social_media_follow_network social_network=\u00bbfacebook\u00bb url=\u00bbhttp:\/\/www.facebook.com\/houstonfloristeria\u00bb use_icon_font_size=\u00bbon\u00bb icon_font_size=\u00bb25px\u00bb _builder_version=\u00bb4.9.0″ background_enable_color=\u00bboff\u00bb follow_button=\u00bboff\u00bb url_new_window=\u00bbon\u00bb]facebook[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\u00bbtwitter\u00bb url=\u00bbhttp:\/\/twitter.com\/floristeriahous\u00bb use_icon_font_size=\u00bbon\u00bb icon_font_size=\u00bb25px\u00bb _builder_version=\u00bb4.9.0″ background_enable_color=\u00bboff\u00bb follow_button=\u00bboff\u00bb url_new_window=\u00bbon\u00bb]twitter[\/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\u00bbinstagram\u00bb url=\u00bbhttps:\/\/www.instagram.com\/floristeriahouston_\u00bb use_icon_font_size=\u00bbon\u00bb icon_font_size=\u00bb25px\u00bb _builder_version=\u00bb4.9.0″ background_color=\u00bb#ea2c59″ background_enable_color=\u00bboff\u00bb follow_button=\u00bboff\u00bb url_new_window=\u00bbon\u00bb]instagram[\/et_pb_social_media_follow_network][\/et_pb_social_media_follow][\/et_pb_column][\/et_pb_row][\/et_pb_section]\n","protected":false},"excerpt":{"rendered":"

Florister\u00eda Houston FLORES Y DETALLESDise\u00f1o Floral Creamos hermosos arreglos florales para toda ocasi\u00f3n, utilizando las m\u00e1s bellas flores, seleccionadas seg\u00fan su necesidad.Bodas Llevamos a la realidad el sue\u00f1o de cada pareja, nos encargamos de la decoraci\u00f3n en: la iglesia, el lugar de recepci\u00f3n y el veh\u00edculo.Eventos Nos ponemos en la tarea creativa para la decoraci\u00f3n […]<\/p>\n","protected":false},"author":1,"featured_media":30,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"class_list":["post-13","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/floristeriahouston.com\/esp\/wp-json\/wp\/v2\/pages\/13","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/floristeriahouston.com\/esp\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/floristeriahouston.com\/esp\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/floristeriahouston.com\/esp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/floristeriahouston.com\/esp\/wp-json\/wp\/v2\/comments?post=13"}],"version-history":[{"count":16,"href":"https:\/\/floristeriahouston.com\/esp\/wp-json\/wp\/v2\/pages\/13\/revisions"}],"predecessor-version":[{"id":8674,"href":"https:\/\/floristeriahouston.com\/esp\/wp-json\/wp\/v2\/pages\/13\/revisions\/8674"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/floristeriahouston.com\/esp\/wp-json\/wp\/v2\/media\/30"}],"wp:attachment":[{"href":"https:\/\/floristeriahouston.com\/esp\/wp-json\/wp\/v2\/media?parent=13"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}