{"id":1265,"date":"2026-08-08T01:52:07","date_gmt":"2026-08-08T01:52:07","guid":{"rendered":"https:\/\/bjllegacy.com\/?page_id=1265"},"modified":"2026-08-30T04:33:34","modified_gmt":"2026-08-30T04:33:34","slug":"contact","status":"publish","type":"page","link":"https:\/\/bjllegacy.com\/es\/contact\/","title":{"rendered":"Contacto"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1265\" class=\"elementor elementor-1265\" data-elementor-post-type=\"page\">\n\t\t\t\t<main class=\"elementor-element elementor-element-b77394c e-con-full e-flex e-con e-parent\" data-id=\"b77394c\" data-element_type=\"container\" data-e-type=\"container\" id=\"content\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\" tabindex=\"-1\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56ea391 elementor-widget elementor-widget-html\" data-id=\"56ea391\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n============================================================\nBJL LEGACY \u2014 \"Contact\" \u2014 c\u00f3digo para el widget HTML de Elementor\n============================================================\nINSTRUCCIONES:\n1. Abre la p\u00e1gina \"Contact\" (ya existe, vac\u00eda, en \/contact\/) con Elementor.\n2. Arrastra un widget \"HTML\" (el mismo tipo que usan Home Page, About Us,\n   Our Services y Relationships) y pega TODO este c\u00f3digo dentro de ese widget.\n3. En el contenedor\/secci\u00f3n que envuelve el widget, configura igual que en\n   las otras p\u00e1ginas: Content Width = Full, padding y margin en 0.\n4. En Document Settings de Elementor, pon la plantilla de p\u00e1gina en\n   \"Elementor Full Width\" (o \"Elementor Canvas\"), para que no aparezca\n   el t\u00edtulo autom\u00e1tico de WordPress arriba del contenido.\n5. No incluye el header ni el footer \u2014 esos ya los pone autom\u00e1ticamente\n   tu plantilla de Header\/Footer de Elementor Theme Builder en cada p\u00e1gina.\n6. IMPORTANTE sobre el formulario: este es un formulario HTML visual, NO\n   env\u00eda el mensaje a ning\u00fan lado por s\u00ed solo (un widget HTML de Elementor\n   no puede procesar env\u00edos). Para que \"Send Us a Message\" realmente\n   funcione y llegue a sales@bjllegacy.com, tienes dos opciones:\n     a) Reemplazar este formulario por un widget nativo \"Form\" de\n        Elementor Pro (recomendado) \u2014 copia los mismos campos, etiquetas\n        y el bot\u00f3n \"Send Message\" que ves aqu\u00ed, y configura la acci\u00f3n\n        \"Email\" hacia sales@bjllegacy.com.\n     b) Dejarme conectar este formulario a un servicio externo de env\u00edo\n        (por ejemplo Formspree) si prefieres no usar Elementor Pro Forms.\n   Como pediste, este c\u00f3digo es solo el dise\u00f1o \u2014 dime cu\u00e1l opci\u00f3n\n   prefieres y lo dejamos funcional.\n7. Publica la p\u00e1gina y verifica en escritorio, tablet y m\u00f3vil.\n============================================================\n-->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.5.1\/css\/all.min.css\">\n\n<style>\n  .bjl-legacy-page * { margin:0; padding:0; box-sizing:border-box; }\n  .bjl-legacy-page { font-family: Arial, Helvetica, sans-serif; color:#1a1a1a; background:#faf7f1; }\n  .bjl-legacy-page a { text-decoration:none; color:inherit; }\n\n  \/* ===================== HERO ===================== *\/\n  .bjl-legacy-page .hero {\n    position:relative; text-align:center; padding:140px 60px 110px; min-height:760px;\n    background:linear-gradient(180deg, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.55) 25%, rgba(0,0,0,0.2) 100%), url('https:\/\/bjllegacy.com\/wp-content\/uploads\/2026\/08\/Hero.png');\n    background-size:cover; background-position:center;\n  }\n  .bjl-legacy-page .hero h1 { font-size:53px; font-weight:bold; line-height:1.3; max-width:900px; margin:0 auto 28px; color:#fff; }\n  .bjl-legacy-page .hero p { font-size:21px; color:#eee; max-width:700px; margin:0 auto; line-height:1.8; }\n\n  \/* ===================== SECTION HEAD (reutilizado del sitio) ===================== *\/\n  .bjl-legacy-page .section-head { text-align:center; margin-bottom:50px; padding:0 60px; }\n  .bjl-legacy-page .section-head h2, .bjl-legacy-page .section-head h1 { font-size:36px; font-weight:bold; color:#111; margin-top:16px; }\n  .bjl-legacy-page .section-head h2::after, .bjl-legacy-page .section-head h1::after { content:\"\"; display:block; width:60px; height:3px; background:#c7ad81; margin:14px auto 0; }\n  .bjl-legacy-page .section-head p { max-width:720px; margin:20px auto 0; font-size:19px; color:#222; line-height:1.9; }\n\n  \/* ===================== SECTION \/ BUTTON (id\u00e9ntico al sitio) ===================== *\/\n  .bjl-legacy-page .section { padding:90px 60px; }\n  .bjl-legacy-page .section.section-beige { background:#faf7f1; }\n  .bjl-legacy-page .btn-dark { display:inline-block; background:#fff; color:#111; border:1.5px solid #111; padding:16px 34px; font-size:16px; font-weight:bold; border-radius:4px; transition:0.2s; cursor:pointer; }\n  .bjl-legacy-page .btn-dark:hover { background:#111; color:#fff; border-color:#111; }\n\n  \/* ===================== CONTACT MAIN \u2014 formulario centrado ===================== *\/\n  .bjl-legacy-page .contact-wrap { max-width:800px; margin:0 auto; }\n\n  \/* ===================== FORM ===================== *\/\n  .bjl-legacy-page .contact-form-wrap { text-align:center; }\n  .bjl-legacy-page .contact-form-wrap h2 { font-size:32px; font-weight:bold; margin-bottom:20px; color:#111; }\n  .bjl-legacy-page .contact-form-wrap h2::after { content:\"\"; display:block; width:60px; height:3px; background:#c7ad81; margin:14px auto 0; }\n  .bjl-legacy-page .contact-form-wrap > p { font-size:18px; color:#222; line-height:1.8; margin:20px auto 30px; max-width:600px; }\n  .bjl-legacy-page .contact-form { text-align:left; }\n\n  .bjl-legacy-page .contact-form { display:flex; flex-direction:column; gap:22px; }\n  .bjl-legacy-page .form-row { display:grid; grid-template-columns:1fr 1fr; gap:22px; }\n  .bjl-legacy-page .form-field { display:flex; flex-direction:column; gap:8px; }\n  .bjl-legacy-page .form-field label { font-size:14px; font-weight:bold; color:#111; }\n  .bjl-legacy-page .form-field label .req { color:#c7ad81; margin-left:2px; }\n  .bjl-legacy-page .form-field input, .bjl-legacy-page .form-field select, .bjl-legacy-page .form-field textarea {\n    font-family:inherit; font-size:15px; color:#111; padding:13px 14px;\n    border:1.5px solid #e4e0d8; border-radius:4px; background:#fff; outline:none; transition:0.2s;\n  }\n  .bjl-legacy-page .form-field input:focus, .bjl-legacy-page .form-field select:focus, .bjl-legacy-page .form-field textarea:focus { border-color:#c7ad81; }\n  .bjl-legacy-page .form-field textarea { resize:vertical; min-height:130px; }\n  .bjl-legacy-page .form-field select { appearance:none; background-image:url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' width='14' height='9' viewBox='0 0 14 9'><path d='M1 1l6 6 6-6' stroke='%23111' stroke-width='1.6' fill='none' fill-rule='evenodd'\/><\/svg>\"); background-repeat:no-repeat; background-position:right 14px center; padding-right:36px; }\n\n  .bjl-legacy-page .form-consent { display:flex; align-items:flex-start; gap:10px; font-size:14px; color:#222; line-height:1.6; }\n  .bjl-legacy-page .form-consent input[type=\"checkbox\"] { margin-top:3px; width:16px; height:16px; accent-color:#111; flex-shrink:0; }\n  .bjl-legacy-page .form-consent a { color:#111; font-weight:bold; border-bottom:1px solid #c7ad81; }\n  .bjl-legacy-page .form-consent a:hover { color:#c7ad81; }\n\n  .bjl-legacy-page .contact-form .btn-dark { width:100%; text-align:center; margin-top:6px; }\n\n  .bjl-legacy-page .form-note { font-size:13px; color:#999; margin-top:10px; font-style:italic; }\n\n  \/* ===== Mobile-only overrides (<=767px) ===== *\/\n  @media (max-width: 767px) {\n    .bjl-legacy-page .hero { padding:80px 24px 70px; min-height:700px; }\n    .bjl-legacy-page .hero { background-position: center, center 100%; }\n    .bjl-legacy-page .hero h1 { font-size:30px; line-height:1.25; margin-bottom:18px; }\n    .bjl-legacy-page .hero p { font-size:16px; line-height:1.7; }\n\n    .bjl-legacy-page .section-head { padding:0 24px; margin-bottom:32px; }\n    .bjl-legacy-page .section-head h2, .bjl-legacy-page .section-head h1 { font-size:36px; }\n    .bjl-legacy-page .section-head p { font-size:16px; }\n\n    .bjl-legacy-page .section { padding:44px 24px; }\n\n    .bjl-legacy-page .contact-form-wrap h2 { font-size:24px; }\n    .bjl-legacy-page .contact-form-wrap > p { font-size:16px; }\n    .bjl-legacy-page .form-row { grid-template-columns:1fr; gap:22px; }\n  }\n\n  \/* ===== Tablet-only overrides (768\u20131024px) ===== *\/\n  @media (min-width: 768px) and (max-width: 1024px) {\n    .bjl-legacy-page .contact-wrap { max-width:640px; }\n    .bjl-legacy-page .form-row { grid-template-columns:1fr 1fr; }\n  }\n<\/style>\n\n<div class=\"bjl-legacy-page\">\n\n  <!-- ===================== HERO ===================== -->\n  \n\n  <!-- ===================== PAGE HEADING ===================== -->\n  <div class=\"section\" style=\"padding-bottom:0;\">\n    <div class=\"section-head\" style=\"padding:0; margin-bottom:0;\">\n      <h1>Contact<\/h1>\n    <\/div>\n  <\/div>\n\n<\/div>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b30bda e-con-full e-flex e-con e-child\" data-id=\"2b30bda\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-c2798e6 e-con-full e-flex e-con e-child\" data-id=\"c2798e6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cf5060b elementor-widget elementor-widget-html\" data-id=\"cf5060b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  .bjl-biz-inquiries * { margin:0; padding:0; box-sizing:border-box; }\n  .bjl-biz-inquiries { font-family: Arial, Helvetica, sans-serif; color:#1a1a1a; }\n  .bjl-biz-inquiries .section { padding:0; background:transparent; }\n  .bjl-biz-inquiries .biz-wrap { max-width:100%; text-align:left; }\n  .bjl-biz-inquiries .biz-wrap h2 { font-size:32px; font-weight:bold; color:#111; }\n  .bjl-biz-inquiries .biz-wrap h2::after { content:\"\"; display:block; width:60px; height:3px; background:#c7ad81; margin:16px 0 0; }\n  .bjl-biz-inquiries .biz-wrap > p { font-size:19px; color:#333; line-height:1.7; margin:11px 0 50px; max-width:560px; }\n  .bjl-biz-inquiries .biz-list { display:flex; flex-direction:column; gap:28px; }\n  .bjl-biz-inquiries .biz-item { display:flex; align-items:center; gap:20px; }\n  .bjl-biz-inquiries .biz-icon { width:64px; height:64px; flex-shrink:0; border-radius:14px; background:#faf3e6; border:1.5px solid #e9d2a8; display:flex; align-items:center; justify-content:center; font-size:20px; color:#111; }\n  .bjl-biz-inquiries .biz-label { font-size:13px; font-weight:700; letter-spacing:1px; color:#c7ad81; text-transform:uppercase; margin-bottom:4px; }\n  .bjl-biz-inquiries .biz-value { font-size:20px; font-weight:bold; color:#111; }\n  .bjl-biz-inquiries .biz-value a { color:#111; text-decoration:none; }\n  .bjl-biz-inquiries .biz-value a:hover { color:#c7ad81; }\n@media (max-width: 1024px) {\n    .bjl-biz-inquiries .biz-wrap { max-width:480px; margin:0 auto; text-align:center; }\n    .bjl-biz-inquiries .biz-wrap h2::after { margin:16px auto 0; }\n    .bjl-biz-inquiries .biz-list { max-width:340px; margin:0 auto; text-align:left; }\n    .bjl-biz-inquiries .biz-item { flex-direction:row; align-items:center; gap:20px; text-align:left; }\n    .bjl-biz-inquiries .biz-hours-sep { display:none; }\n    .bjl-biz-inquiries .biz-hours-line { display:block; }\n  }\n<\/style>\n\n<div class=\"bjl-biz-inquiries\">\n  <div class=\"section\" id=\"business-inquiries\">\n    <div class=\"biz-wrap\">\n      <h2>Business Inquiries<\/h2>\n      <p>Our team is available to assist with general business inquiries, service-related questions, and existing business relationships.<\/p>\n      <div class=\"biz-list\">\n        <div class=\"biz-item\">\n          <div class=\"biz-icon\"><i class=\"fa-solid fa-envelope\"><\/i><\/div>\n          <div>\n            <div class=\"biz-label\">Email<\/div>\n            <div class=\"biz-value\"><a href=\"mailto:sales@bjllegacy.com\">sales@bjllegacy.com<\/a><\/div>\n          <\/div>\n        <\/div>\n        <div class=\"biz-item\">\n          <div class=\"biz-icon\"><i class=\"fa-solid fa-phone\"><\/i><\/div>\n          <div>\n            <div class=\"biz-label\">Phone<\/div>\n            <div class=\"biz-value\"><a href=\"tel:+17864907573\">+1 (786) 490-7573<\/a><\/div>\n          <\/div>\n        <\/div>\n        <div class=\"biz-item\">\n          <div class=\"biz-icon\"><i class=\"fa-solid fa-location-dot\"><\/i><\/div>\n          <div>\n            <div class=\"biz-label\">Location<\/div>\n            <div class=\"biz-value\">Naples, Florida \u2013 USA<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"biz-item\">\n          <div class=\"biz-icon\"><i class=\"fa-solid fa-clock\"><\/i><\/div>\n          <div>\n            <div class=\"biz-label\">Business Hours<\/div>\n            <div class=\"biz-value\"><span class=\"biz-hours-line\">Monday\u2013Friday<\/span><span class=\"biz-hours-sep\">, <\/span><span class=\"biz-hours-line\">9:00 AM\u20135:00 PM ET<\/span><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7e07247 e-con-full e-flex e-con e-child\" data-id=\"7e07247\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96b5b9a elementor-widget elementor-widget-html\" data-id=\"96b5b9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  .bjl-contact-head { text-align:center; font-family: Arial, Helvetica, sans-serif; }\n  .bjl-contact-head h2 { font-size:32px; font-weight:bold; margin:0 0 13px; color:#111; }\n  .bjl-contact-head h2::after { content:\"\"; display:block; width:60px; height:3px; background:#c7ad81; margin:14px auto 0; }\n  .bjl-contact-head > p { font-size:18px; color:#222; line-height:1.8; margin:13px auto 30px; max-width:600px; }\n<\/style>\n<div class=\"bjl-contact-head\">\n  <h2>Send Us a Message<\/h2>\n  <p>Complete the form below and a member of our team will respond as soon as possible during regular business hours.<\/p>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d11906d elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"d11906d\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"bjl_contact_form\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"BJL LEGACY Contact Form\" aria-label=\"BJL LEGACY Contact Form\" novalidate=\"\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"1265\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"d11906d\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Contact BJL LEGACY | Business Inquiries\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"1265\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-full_name elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-full_name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tFull Name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[full_name]\" id=\"form-field-full_name\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-company_name elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-company_name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCompany Name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[company_name]\" id=\"form-field-company_name\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-business_email elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-business_email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tBusiness Email\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[business_email]\" id=\"form-field-business_email\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-phone_number elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-phone_number\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPhone Number\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[phone_number]\" id=\"form-field-phone_number\" class=\"elementor-field elementor-size-md  elementor-field-textual\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-inquiry_type elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-inquiry_type\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tInquiry Type\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[inquiry_type]\" id=\"form-field-inquiry_type\" class=\"elementor-field-textual elementor-size-md\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"\">Select an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"General Business Inquiry\">General Business Inquiry<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Wholesale Distribution\">Wholesale Distribution<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Advertising\">Advertising<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Logistics Coordination\">Logistics Coordination<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Existing Business Relationship\">Existing Business Relationship<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Partnership Inquiry\">Partnership Inquiry<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-subject elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-subject\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSubject\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[subject]\" id=\"form-field-subject\" class=\"elementor-field elementor-size-md  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-message elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tMessage\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-md\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"6\" required=\"required\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-privacy_consent elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-privacy_consent\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPrivacy Consent\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[privacy_consent]\" id=\"form-field-privacy_consent\" class=\"elementor-field elementor-size-md  elementor-acceptance-field\" required=\"required\">\n\t\t\t\t<label for=\"form-field-privacy_consent\">I agree to the <a href=\"https:\/\/bjllegacy.com\/privacy-policy\/\" target=\"_blank\" rel=\"noopener\" style=\"color:#111111;font-weight:bold;border-bottom:1px solid #c7ad81;text-decoration:none;\">Privacy Policy<\/a> and consent to BJL LEGACY contacting me regarding this inquiry.<\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text\">\n\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[hp_website]\" id=\"form-field-hp_website\" class=\"elementor-field elementor-size-md \" style=\"display:none !important;\">\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send Message<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d42556d elementor-widget elementor-widget-html\" data-id=\"d42556d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n  .bjl-partner-block .section { padding:90px 60px; background:#faf7f1; }\n  .bjl-partner-block .section-head { text-align:center; margin-bottom:50px; padding:0 60px; }\n  .bjl-partner-block .section-head h2 { font-size:32px; font-weight:bold; color:#111; margin-top:16px; font-family: Arial, Helvetica, sans-serif; }\n  .bjl-partner-block .section-head h2::after { content:\"\"; display:block; width:60px; height:3px; background:#c7ad81; margin:14px auto 0; }\n  .bjl-partner-block .section-head p { max-width:720px; margin:20px auto 0; font-size:19px; color:#222; line-height:1.9; font-family: Arial, Helvetica, sans-serif; }\n  .bjl-partner-block .btn-dark { display:inline-block; background:#fff; color:#111; border:1.5px solid #111; padding:16px 34px; font-size:16px; font-weight:bold; border-radius:4px; transition:0.2s; cursor:pointer; text-decoration:none; }\n  .bjl-partner-block .btn-dark:hover { background:#111; color:#fff; border-color:#111; }\n  .bjl-partner-block .btn-dark { display:none !important; }\n  @media (min-width: 1025px) {\n    .bjl-partner-block .section { background:#faf7f1; }\n  }\n  @media (max-width: 767px) {\n    .bjl-partner-block .section { padding:44px 24px; }\n    .bjl-partner-block .section-head { padding:0 24px; margin-bottom:32px; }\n    .bjl-partner-block .section-head h2 { font-size:24px; }\n    .bjl-partner-block .section-head p { font-size:16px; }\n  }\n<\/style>\n<div class=\"bjl-partner-block\">\n  <div class=\"section\" id=\"become-partner\">\n    <div class=\"section-head\" style=\"margin-bottom:30px;\">\n      <h2>Interested in Becoming a Partner?<\/h2>\n      <p>Brands, authorized suppliers, distributors, and business customers interested in establishing a wholesale relationship can submit a partnership inquiry.<\/p>\n    <\/div>\n  <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-93bc1f0 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"93bc1f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#bjl_contact_form\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Submit a Partnership Inquiry<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/main>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Contact Business Inquiries Our team is available to assist with general business inquiries, service-related questions, and existing business relationships. Email sales@bjllegacy.com Phone +1 (786) 490-7573 Location Naples, Florida \u2013 USA Business Hours Monday\u2013Friday, 9:00 AM\u20135:00 PM ET Send Us a Message Complete the form below and a member of our team will respond as soon [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-1265","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/bjllegacy.com\/es\/wp-json\/wp\/v2\/pages\/1265","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bjllegacy.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/bjllegacy.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/bjllegacy.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bjllegacy.com\/es\/wp-json\/wp\/v2\/comments?post=1265"}],"version-history":[{"count":104,"href":"https:\/\/bjllegacy.com\/es\/wp-json\/wp\/v2\/pages\/1265\/revisions"}],"predecessor-version":[{"id":3584,"href":"https:\/\/bjllegacy.com\/es\/wp-json\/wp\/v2\/pages\/1265\/revisions\/3584"}],"wp:attachment":[{"href":"https:\/\/bjllegacy.com\/es\/wp-json\/wp\/v2\/media?parent=1265"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}