// 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":40,"date":"2021-02-16T20:48:37","date_gmt":"2021-02-17T01:48:37","guid":{"rendered":"https:\/\/floristeriahouston.com\/esp\/?page_id=40"},"modified":"2021-04-08T12:46:18","modified_gmt":"2021-04-08T17:46:18","slug":"nosotros","status":"publish","type":"page","link":"https:\/\/floristeriahouston.com\/esp\/nosotros\/","title":{"rendered":"Nosotros"},"content":{"rendered":"
[et_pb_section fb_built=\u00bb1″ admin_label=\u00bbHeader\u00bb _builder_version=\u00bb4.9.3″ background_color=\u00bbrgba(238,56,91,0.76)\u00bb custom_padding=\u00bb||||false|false\u00bb hover_enabled=\u00bb0″ locked=\u00bboff\u00bb sticky_enabled=\u00bb0″][et_pb_row column_structure=\u00bb3_5,2_5″ _builder_version=\u00bb4.5.1″][et_pb_column type=\u00bb3_5″ _builder_version=\u00bb4.5.1″][et_pb_image src=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/nosotros.png\u00bb title_text=\u00bbnosotros\u00bb align=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ positioning=\u00bbabsolute\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 max_width_tablet=\u00bb300px\u00bb max_width_phone=\u00bb250px\u00bb max_width_last_edited=\u00bboff|desktop\u00bb max_height_tablet=\u00bb400px\u00bb max_height_phone=\u00bb300px\u00bb max_height_last_edited=\u00bbon|phone\u00bb custom_margin=\u00bb|||-8vw|false|false\u00bb custom_margin_tablet=\u00bb|||0vw|false|false\u00bb custom_margin_phone=\u00bb\u00bb custom_margin_last_edited=\u00bbon|tablet\u00bb hover_enabled=\u00bb0″ positioning_tablet=\u00bbnone\u00bb positioning_phone=\u00bb\u00bb positioning_last_edited=\u00bbon|tablet\u00bb sticky_enabled=\u00bb0″ background_color=\u00bbRGBA(0,0,0,0)\u00bb width=\u00bb79%\u00bb horizontal_offset=\u00bb-12px\u00bb vertical_offset=\u00bb-62px\u00bb][\/et_pb_image][\/et_pb_column][et_pb_column type=\u00bb2_5″ _builder_version=\u00bb4.5.1″ background_enable_color=\u00bboff\u00bb background_image=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/beauty-product_57.png\u00bb background_size=\u00bbcontain\u00bb custom_padding=\u00bb15%||15%||true|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″ header_font=\u00bbMontserrat|800||on|||||\u00bb header_font_size=\u00bb50px\u00bb header_letter_spacing=\u00bb4px\u00bb header_line_height=\u00bb1.2em\u00bb text_orientation=\u00bbcenter\u00bb background_layout=\u00bbdark\u00bb hover_enabled=\u00bb0″ header_font_size_tablet=\u00bb40px\u00bb header_font_size_phone=\u00bb30px\u00bb header_font_size_last_edited=\u00bbon|phone\u00bb locked=\u00bboff\u00bb header_text_color=\u00bb#FFFFFF\u00bb sticky_enabled=\u00bb0″]<\/p>\n
[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00bb1″ admin_label=\u00bbAbout\u00bb _builder_version=\u00bb4.9.3″ background_color=\u00bb#f8f5f3″ background_enable_image=\u00bboff\u00bb custom_padding=\u00bb9vw||39px||false|false\u00bb hover_enabled=\u00bb0″ locked=\u00bboff\u00bb sticky_enabled=\u00bb0″][et_pb_row column_structure=\u00bb1_2,1_2″ make_equal=\u00bbon\u00bb _builder_version=\u00bb4.5.1″][et_pb_column type=\u00bb1_2″ _builder_version=\u00bb4.5.1″][et_pb_text _builder_version=\u00bb4.9.0″ header_2_font=\u00bbMontserrat|800||on|||||\u00bb header_2_text_color=\u00bb#2B343B\u00bb header_2_font_size=\u00bb50px\u00bb header_2_letter_spacing=\u00bb3px\u00bb header_2_line_height=\u00bb1.2em\u00bb header_2_font_size_tablet=\u00bb40px\u00bb header_2_font_size_phone=\u00bb30px\u00bb header_2_font_size_last_edited=\u00bbon|phone\u00bb locked=\u00bboff\u00bb]<\/p>\n
[\/et_pb_text][et_pb_text _builder_version=\u00bb4.9.0″ 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]<\/p>\n
Flores y Detalles Houston 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.<\/p>\n
Con base en esta experiencia se crea:<\/p>\n
Florister\u00eda Houston<\/strong>,\u00a0incursionando no solo en el dise\u00f1o floral sino tambi\u00e9n\u00a0en la decoraci\u00f3n de eventos, bodas y otros, brindando un servicio integral, respaldado con todos los a\u00f1os de experiencia y buen gusto, para hacer realidad los sue\u00f1os de los clientes.<\/p>\n [\/et_pb_text][\/et_pb_column][et_pb_column type=\u00bb1_2″ _builder_version=\u00bb4.5.1″ custom_padding=\u00bb35px||65px||false|false\u00bb custom_padding_last_edited=\u00bboff|desktop\u00bb border_width_all=\u00bb20px\u00bb border_color_all=\u00bb#2B343B\u00bb][et_pb_image src=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/Eventos-1.jpg\u00bb title_text=\u00bbEventos-1″ _builder_version=\u00bb4.9.3″ background_enable_color=\u00bboff\u00bb custom_margin=\u00bb|0px||-60px|false|false\u00bb custom_margin_tablet=\u00bb0%|||0%|false|false\u00bb custom_margin_last_edited=\u00bboff|desktop\u00bb hover_enabled=\u00bb0″ locked=\u00bboff\u00bb sticky_enabled=\u00bb0″][\/et_pb_image][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00bb1″ admin_label=\u00bbMission\u00bb _builder_version=\u00bb4.9.3″ background_color=\u00bb#f8f5f3″ background_enable_image=\u00bboff\u00bb custom_padding=\u00bb5vw||1vw||false|false\u00bb hover_enabled=\u00bb0″ sticky_enabled=\u00bb0″][et_pb_row _builder_version=\u00bb4.9.3″ background_color=\u00bbrgba(238,56,91,0.82)\u00bb custom_padding=\u00bb80px|40px|80px|40px|true|true\u00bb hover_enabled=\u00bb0″ sticky_enabled=\u00bb0″][et_pb_column type=\u00bb4_4″ _builder_version=\u00bb4.4.8″][et_pb_image src=\u00bbhttps:\/\/floristeriahouston.com\/esp\/wp-content\/uploads\/mision.png\u00bb title_text=\u00bbmision\u00bb align=\u00bbcenter\u00bb _builder_version=\u00bb4.9.3″ transform_origin=\u00bb100%|50%\u00bb positioning=\u00bbabsolute\u00bb position_origin_a=\u00bbcenter_left\u00bb horizontal_offset=\u00bb-130px\u00bb horizontal_offset_tablet=\u00bb0px\u00bb horizontal_offset_phone=\u00bb\u00bb horizontal_offset_last_edited=\u00bbon|desktop\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 max_width=\u00bb270px\u00bb min_height_tablet=\u00bb\u00bb min_height_phone=\u00bb\u00bb min_height_last_edited=\u00bbon|tablet\u00bb max_height_tablet=\u00bb350px\u00bb max_height_phone=\u00bb\u00bb max_height_last_edited=\u00bbon|desktop\u00bb hover_enabled=\u00bb0″ positioning_tablet=\u00bbnone\u00bb positioning_phone=\u00bb\u00bb positioning_last_edited=\u00bbon|tablet\u00bb module_alignment_tablet=\u00bbcenter\u00bb module_alignment_last_edited=\u00bboff|phone\u00bb sticky_enabled=\u00bb0″][\/et_pb_image][et_pb_text _builder_version=\u00bb4.5.1″ header_2_font=\u00bbMontserrat|800||on|||||\u00bb header_2_font_size=\u00bb50px\u00bb header_2_letter_spacing=\u00bb3px\u00bb header_2_line_height=\u00bb1.2em\u00bb text_orientation=\u00bbcenter\u00bb background_layout=\u00bbdark\u00bb max_width=\u00bb580px\u00bb module_alignment=\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 locked=\u00bboff\u00bb]<\/p>\n [\/et_pb_text][et_pb_text _builder_version=\u00bb4.5.1″ text_font=\u00bbMontserrat||||||||\u00bb text_line_height=\u00bb2em\u00bb text_orientation=\u00bbcenter\u00bb background_layout=\u00bbdark\u00bb max_width=\u00bb580px\u00bb module_alignment=\u00bbcenter\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]<\/p>\n Pellentesque in ipsum id orci porta dapibus. Proin eget tortor risus. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Sed porttitor lectus nibh. Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\/p>\n [\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=\u00bb1″ admin_label=\u00bbTestimonials\u00bb _builder_version=\u00bb4.5.1″ background_color=\u00bb#f8f5f3″ background_enable_image=\u00bboff\u00bb custom_padding=\u00bb||||false|false\u00bb locked=\u00bboff\u00bb][et_pb_row _builder_version=\u00bb4.4.8″ background_enable_color=\u00bboff\u00bb custom_padding=\u00bb||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=\u00bb16px\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 sticky_enabled=\u00bb0″][et_pb_slide _builder_version=\u00bb4.9.3″ hover_enabled=\u00bb0″ locked=\u00bboff\u00bb sticky_transition=\u00bbon\u00bb sticky_enabled=\u00bb0″]<\/p>\n \u201cExpresiones que dejan huella en el coraz\u00f3n.\u201d<\/p>\n [\/et_pb_slide][\/et_pb_slider][\/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 saved_tabs=\u00bball\u00bb locked=\u00bboff\u00bb collapsed=\u00bboff\u00bb global_module=\u00bb225″][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]<\/p>\nOur Mission<\/h2>\n
Cont\u00e1ctenos<\/h6>\n