{"id":29840,"date":"2026-01-31T11:23:36","date_gmt":"2026-01-31T16:23:36","guid":{"rendered":"https:\/\/www.portablebar.com\/?page_id=29840"},"modified":"2026-02-04T09:57:34","modified_gmt":"2026-02-04T14:57:34","slug":"florida","status":"publish","type":"page","link":"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/","title":{"rendered":"Florida"},"content":{"rendered":"<p><script src=\"https:\/\/cdn.tailwindcss.com\"><\/script><br \/>\n<script>\n  tailwind.config = {\n    important: true,\n  }\n<\/script><\/p>\n<style>\n    \/* --- GLOBAL TYPOGRAPHY & THEME SETTINGS --- *\/\n    \/* FLORIDA THEME: Sunshine Orange (#f97316) and Ocean Blue (#0ea5e9). *\/<\/p>\n<p>    .pb-content h2 { margin-top: 2.5rem; margin-bottom: 1rem; line-height: 1.2; }\n    .pb-content h3 { margin-top: 1.5rem; margin-bottom: 0.75rem; color: #1e293b; }\n    .pb-content ul { list-style-type: disc; margin-left: 1.5rem; margin-bottom: 1.5rem; }\n    .pb-content li { margin-bottom: 0.5rem; }\n    .pb-content p { margin-bottom: 1.2rem; }<\/p>\n<p>    \/* State Specific Link Styling *\/\n    .pb-content a { text-decoration: underline; color: #0ea5e9; transition: all 0.2s; font-weight: 600; }\n    .pb-content a:hover { color: #f97316; background-color: #fff7ed; text-decoration: none; padding: 0 4px; border-radius: 4px; }<\/p>\n<p>    \/* FAQ Accordion Styling *\/\n    .pb-faq-item[open] summary ~ * { animation: sweep .5s ease-in-out; }\n    .pb-faq-item summary { list-style: none; cursor: pointer; }\n    .pb-faq-item summary::-webkit-details-marker { display: none; }<\/p>\n<p>    \/* Hover effects *\/\n    .pb-contact-card { height: 100%; transition: transform 0.2s; }\n    .pb-contact-card:hover { transform: translateY(-5px); box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); }<\/p>\n<p>    \/* TOOLTIP CSS - PERMANENT TEMPLATE FIXES *\/\n    .pb-tooltip {\n        opacity: 0;\n        visibility: hidden;\n        \/* Default Desktop: Centered *\/\n        transform: translateY(10px) translateX(-50%); \n        transition: all 0.2s ease-in-out;\n        z-index: 9999; \n        width: 280px; \n        font-size: 0.75rem;\n        line-height: 1.4;\n        background-color: #1e293b;\n        color: white;\n        padding: 0.75rem;\n        border-radius: 0.375rem;\n        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);\n        position: absolute;\n        bottom: 130%; \n        left: 50%;\n        pointer-events: none;\n        text-align: left;\n        white-space: normal;\n    }<\/p>\n<p>    \/* MOBILE TOOLTIP FIX: Anchor Right to prevent bleeding off screen *\/\n    @media (max-width: 640px) {\n        .pb-tooltip {\n            left: auto !important; \/* Override desktop centering *\/\n            right: 0 !important;   \/* Anchor to right edge of the [Ref] text *\/\n            transform: translateY(10px) !important; \/* Remove X translation *\/\n            width: 250px; \n            max-width: 80vw; \/* Ensure it fits on narrow screens *\/\n        }\n        \/* Move arrow to the right side to point at the text *\/\n        .pb-tooltip::after {\n            left: auto !important;\n            right: 10px !important; \n        }\n    }<\/p>\n<p>    .pb-tooltip-trigger { position: relative; display: inline-block; }<\/p>\n<p>    \/* Hover States *\/\n    .pb-tooltip-trigger:hover .pb-tooltip {\n        opacity: 1;\n        visibility: visible;\n        transform: translateY(0) translateX(-50%);\n    }<\/p>\n<p>    \/* Mobile Hover State (Matches above positioning) *\/\n    @media (max-width: 640px) {\n        .pb-tooltip-trigger:hover .pb-tooltip {\n            transform: translateY(0) !important; \n        }\n    }<\/p>\n<p>    \/* Tooltip Arrow *\/\n    .pb-tooltip::after {\n        content: \"\";\n        position: absolute;\n        top: 100%;\n        left: 50%;\n        margin-left: -5px;\n        border-width: 5px;\n        border-style: solid;\n        border-color: #1e293b transparent transparent transparent;\n    }<\/p>\n<p>    \/* STATE CURVE GRAPHIC *\/\n    .pb-fl-curve {\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        width: 100%;\n        overflow: hidden;\n        line-height: 0;\n    }\n    .pb-fl-curve svg {\n        position: relative;\n        display: block;\n        width: calc(100% + 1.3px);\n        height: 60px;\n    }<\/p>\n<p>    \/* --- SCENARIO TABS LOGIC --- *\/\n    .pb-tab-content { display: none; animation: fadeIn 0.5s; }<\/p>\n<p>    \/* Unique IDs for FL *\/\n    #fl-tab-dry:checked ~ #content-dry,\n    #fl-tab-wet:checked ~ #content-wet { display: block; }<\/p>\n<p>    \/* --- SCENARIO TAB STYLING --- *\/<\/p>\n<p>    \/* Dry Hire (Green) *\/\n    #fl-tab-dry:checked ~ .pb-tabs-nav label[for=\"fl-tab-dry\"] {\n        background-color: white;\n        border-color: #16a34a; \n        color: #166534; \n        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n        transform: translateY(-2px);\n    }<\/p>\n<p>    \/* PERSISTENT BADGE FIX: Include translateX(-50%) to maintain centering *\/\n    #fl-tab-dry:checked ~ .pb-tabs-nav label[for=\"fl-tab-dry\"] .pb-tab-badge { \n        opacity: 1 !important; \n        transform: translateX(-50%) translateY(0) !important;\n    }<\/p>\n<p>    \/* Wet Hire (Red) *\/\n    #fl-tab-wet:checked ~ .pb-tabs-nav label[for=\"fl-tab-wet\"] {\n        background-color: white;\n        border-color: #dc2626; \n        color: #991b1b; \n        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);\n        transform: translateY(-2px);\n    }<\/p>\n<p>    \/* PERSISTENT BADGE FIX: Include translateX(-50%) to maintain centering *\/\n    #fl-tab-wet:checked ~ .pb-tabs-nav label[for=\"fl-tab-wet\"] .pb-tab-badge { \n        opacity: 1 !important; \n        transform: translateX(-50%) translateY(0) !important;\n    }<\/p>\n<p>    \/* Default\/Inactive States *\/\n    .pb-tab-label { opacity: 0.6; filter: grayscale(100%); transition: all 0.3s; }\n    #fl-tab-dry:checked ~ .pb-tabs-nav label[for=\"fl-tab-dry\"],\n    #fl-tab-wet:checked ~ .pb-tabs-nav label[for=\"fl-tab-wet\"] { opacity: 1; filter: none; }<\/p>\n<p>    @keyframes fadeIn {\n        from { opacity: 0; transform: translateY(10px); }\n        to { opacity: 1; transform: translateY(0); }\n    }<\/p>\n<p>    \/* --- NAVIGATION MENU STYLING --- *\/\n    .pb-nav-menu {\n        scroll-behavior: smooth;\n        scrollbar-width: none;\n        -ms-overflow-style: none;\n        -webkit-overflow-scrolling: touch;\n    }\n    .pb-nav-menu::-webkit-scrollbar {\n        display: none; \n    }\n    .pb-nav-link {\n        transition: all 0.2s ease;\n        white-space: nowrap;\n        flex-shrink: 0;\n    }\n    .pb-nav-link:hover {\n        background-color: #fff7ed;\n        color: #f97316;\n    }\n    .pb-nav-link svg {\n        display: none;\n    }\n    @media (min-width: 768px) {\n        .pb-nav-link svg {\n            display: block;\n        }\n    }\n    html {\n        scroll-behavior: smooth;\n    }\n<\/style>\n<div class=\"pb-content w-full bg-slate-50 text-slate-800 font-sans leading-relaxed shadow-sm my-8\">\n<header class=\"bg-gradient-to-r from-slate-900 to-[#0ea5e9] text-white p-6 md:p-8 rounded-t-lg relative overflow-hidden\">\n<nav class=\"text-xs text-blue-200 mb-2 flex items-center flex-wrap uppercase tracking-wider\">\n            <a href=\"\/es\/\" class=\"text-blue-200 hover:text-white no-underline transition-colors\">Inicio<\/a><br \/>\n            <span class=\"mx-2 text-blue-300\">\/<\/span><br \/>\n            <a href=\"\/es\/mobile-bartending-laws\/\" class=\"text-blue-200 hover:text-white no-underline transition-colors\">Leyes sobre cocteler\u00eda m\u00f3vil<\/a><br \/>\n            <span class=\"mx-2 text-blue-300\">\/<\/span><br \/>\n            <span class=\"text-white font-bold\">Florida<\/span><br \/>\n        <\/nav>\n<div class=\"relative z-10 max-w-4xl mb-8 mt-2\">\n<div class=\"flex items-center gap-3 mb-3\">\n                <span class=\"bg-[#f97316] text-white text-xs font-bold px-3 py-1 rounded-full uppercase tracking-wide shadow-sm\">51% Food Rule<\/span><br \/>\n                <span class=\"bg-slate-700 text-slate-200 text-xs font-bold px-3 py-1 rounded-full uppercase tracking-wide shadow-sm\">DBPR Regulated<\/span>\n            <\/div>\n<h1 class=\"text-4xl md:text-6xl font-extrabold mb-4 tracking-tight text-white\">Florida Mobile Bartending Laws<\/h1>\n<p class=\"text-xl text-blue-100 font-light max-w-2xl\">\n                Florida separates mobile bartending into two distinct lanes: Service (Dry Hire) and Sales (Wet Hire). To sell alcohol, you must be a licensed caterer with 51% food sales.\n            <\/p>\n<p class=\"text-xs text-blue-200 mt-4\">Actualizado a febrero de 2026.<\/p>\n<\/p><\/div>\n<div class=\"pb-fl-curve\">\n            <svg data-name=\"Layer 1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 1200 120\" preserveaspectratio=\"none\">\n                <path d=\"M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z\" fill=\"#f8fafc\"><\/path>\n            <\/svg>\n        <\/div>\n<\/header>\n<nav class=\"bg-white border-b-2 border-slate-200 sticky top-0 z-50 shadow-sm\">\n<div class=\"px-4 md:px-12\">\n<div class=\"pb-nav-menu flex overflow-x-auto py-2 md:py-3 gap-1 md:gap-2\">\n                <a href=\"#business-models\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#0ea5e9] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"\/><\/svg><br \/>\n                    <span>Business Models<\/span><br \/>\n                <\/a><br \/>\n                <a href=\"#common-traps\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#f97316] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z\"\/><\/svg><br \/>\n                    <span>Common Traps<\/span><br \/>\n                <\/a><br \/>\n                <a href=\"#age-staffing\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#0ea5e9] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z\"\/><\/svg><br \/>\n                    <span>Age &#038; Staffing<\/span><br \/>\n                <\/a><br \/>\n                <a href=\"#faq\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#0ea5e9] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z\"\/><\/svg><br \/>\n                    <span>PREGUNTAS FRECUENTES<\/span><br \/>\n                <\/a><br \/>\n                <a href=\"#equipment\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#f97316] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10\"\/><\/svg><br \/>\n                    <span>Equipment<\/span><br \/>\n                <\/a><br \/>\n                <a href=\"#resources\" class=\"pb-nav-link flex items-center gap-2 px-3 md:px-4 py-2 text-xs md:text-sm font-semibold text-slate-700 rounded-lg border-2 border-transparent hover:border-[#0ea5e9] no-underline\"><br \/>\n                    <svg class=\"w-4 h-4\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"\/><\/svg><br \/>\n                    <span>Resources<\/span><br \/>\n                <\/a>\n            <\/div>\n<\/p><\/div>\n<\/nav>\n<section id=\"business-models\" class=\"px-6 md:px-12 py-8 relative z-20 scroll-mt-16\">\n<h2 class=\"text-2xl font-bold text-slate-900 mb-8 text-center\">Seleccione su modelo de negocio<\/h2>\n<p>        <input type=\"radio\" id=\"fl-tab-dry\" name=\"fl-tabs\" class=\"hidden\" checked><br \/>\n        <input type=\"radio\" id=\"fl-tab-wet\" name=\"fl-tabs\" class=\"hidden\"><\/p>\n<div class=\"pb-tabs-nav flex flex-col md:flex-row justify-center gap-6 mb-10 mt-6\">\n            <label for=\"fl-tab-dry\" class=\"pb-tab-label relative cursor-pointer group w-full md:w-1\/2 max-w-sm bg-white border-4 border-slate-200 rounded-xl p-6 transition-all duration-300 hover:border-green-200\"><\/p>\n<div class=\"pb-tab-badge absolute -top-4 left-1\/2 -translate-x-1\/2 bg-green-600 text-white text-xs font-bold px-4 py-1 rounded-full shadow-md transition-all duration-300 opacity-0 group-hover:opacity-100 uppercase tracking-wide w-max\">\n                    La opci\u00f3n m\u00e1s com\u00fan\n                <\/div>\n<div class=\"text-center\">\n<h4 class=\"text-xl font-extrabold mb-1\">Escenario A: Alquiler sin personal<\/h4>\n<p>                    <span class=\"inline-block bg-green-100 text-green-800 text-xs font-bold px-2 py-1 rounded mb-4\">No se necesita permiso<\/span><\/p>\n<p class=\"text-xs text-slate-500 font-medium\">Service Only \u2022 Client Buys Alcohol<\/p>\n<div class=\"mt-4 pt-4 border-t border-slate-100\">\n                        <span class=\"block text-xs text-slate-400 uppercase tracking-widest font-bold\">Permit Cost<\/span><br \/>\n                        <span class=\"block text-2xl font-bold text-green-600\">$0<\/span>\n                    <\/div>\n<\/p><\/div>\n<p>            <\/label><\/p>\n<p>            <label for=\"fl-tab-wet\" class=\"pb-tab-label relative cursor-pointer group w-full md:w-1\/2 max-w-sm bg-white border-4 border-slate-200 rounded-xl p-6 transition-all duration-300 hover:border-red-200\"><\/p>\n<div class=\"pb-tab-badge absolute -top-4 left-1\/2 -translate-x-1\/2 bg-red-600 text-white text-xs font-bold px-4 py-1 rounded-full shadow-md transition-all duration-300 opacity-0 group-hover:opacity-100 uppercase tracking-wide w-max\">\n                    Requisitos estrictos\n                <\/div>\n<div class=\"text-center\">\n<h4 class=\"text-xl font-extrabold mb-1\">Escenario B: Alquiler con servicios incluidos<\/h4>\n<p>                    <span class=\"inline-block bg-red-100 text-red-900 text-xs font-bold px-2 py-1 rounded mb-4\">Licencia de catering 13CT<\/span><\/p>\n<p class=\"text-xs text-slate-500 font-medium\">Alcohol Sales \u2022 51% Food Rule<\/p>\n<div class=\"mt-4 pt-4 border-t border-slate-100\">\n                        <span class=\"block text-xs text-slate-400 uppercase tracking-widest font-bold\">Est. Startup Cost<\/span><br \/>\n                        <span class=\"block text-2xl font-bold text-red-700\">$2,120+<\/span>\n                    <\/div>\n<\/p><\/div>\n<p>            <\/label>\n        <\/div>\n<div id=\"content-dry\" class=\"pb-tab-content\">\n<div class=\"bg-white p-8 rounded-xl border-t-8 border-green-600 shadow-xl\">\n<div class=\"bg-green-50 border-l-4 border-green-600 p-4 mb-8\">\n<p class=\"text-sm text-green-900 mb-0\">\n                        <strong>Respuesta breve:<\/strong> You do NOT need a DBPR license if you are not selling alcohol. You operate in the &#8220;negative space&#8221; of the law: serving host-owned alcohol is a service, not a sale.\n                    <\/p>\n<\/p><\/div>\n<div class=\"grid md:grid-cols-2 gap-8\">\n<div>\n<h3 class=\"text-2xl font-extrabold text-slate-800 mb-4 mt-0\">El modelo de solo servicios<\/h3>\n<p class=\"text-slate-600 mb-4\">\n                            In Florida, providing bartending labor is not regulated by the Division of Alcoholic Beverages and Tobacco (ABT). You can mix, pour, and garnish drinks as long as the alcohol is owned by the host (client).<br \/>\n                            <span class=\"pb-tooltip-trigger cursor-help text-green-600 font-bold align-top text-xs ml-1\">[Ref]\n                                <span class=\"pb-tooltip\"><br \/>\n                                    <strong>No Sale Definition:<\/strong><br \/>\n                                    &#8220;A license is required for the sale of alcoholic beverages. Service of alcohol provided by a host without charge is not a sale.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-400 block mt-1\">Source: FL Statutes 562.12<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/p>\n<div class=\"bg-slate-50 p-4 rounded border border-slate-200\">\n<p class=\"text-sm text-slate-700\"><strong>The &#8220;No Reimbursement&#8221; Rule:<\/strong><br \/>\n                            You cannot buy the alcohol and have the client pay you back. That is unlicensed resale. The client must pay the liquor store directly.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-3\">What You Can Provide<\/h4>\n<p class=\"text-slate-600 mb-4\">\n                            <strong>Service &#038; Goods:<\/strong> You can legally sell &#8220;Bar Rental,&#8221; &#8220;Hourly Labor,&#8221; &#8220;Mixers,&#8221; &#8220;Ice,&#8221; and &#8220;Garnishes.&#8221; Your invoice should clearly separate these service items from any mention of alcohol.\n                        <\/p>\n<p class=\"text-slate-600 mb-4\">\n                            <strong>Liability:<\/strong> Even though you don&#8217;t own the alcohol, you can still be liable for serving minors. Florida law 562.11 makes it a second-degree misdemeanor to sell, give, or serve alcohol to a person under 21.\n                        <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<div id=\"content-wet\" class=\"pb-tab-content\">\n<div class=\"bg-slate-50 p-8 rounded-xl border-t-8 border-red-800 shadow-inner\">\n<div class=\"bg-red-100 border-l-4 border-red-800 p-4 mb-8\">\n<p class=\"text-sm text-red-900 mb-0\">\n                        <strong>Respuesta breve:<\/strong> To sell alcohol, you need a <strong>Licencia de catering 13CT<\/strong>. This requires you to be a &#8220;bona fide&#8221; caterer where 51% of your revenue comes from food\/non-alcoholic beverages.\n                    <\/p>\n<\/p><\/div>\n<div class=\"grid md:grid-cols-2 gap-8\">\n<div>\n<h3 class=\"text-2xl font-extrabold text-slate-700 mb-4 mt-0\">The 13CT License<\/h3>\n<p class=\"text-slate-600 mb-4\">\n                            The 13CT license authorizes the sale of beer, wine, and liquor at catered events. However, it is strictly tied to a food service requirement. You cannot be a &#8220;liquor-only&#8221; caterer in Florida.<br \/>\n                            <span class=\"pb-tooltip-trigger cursor-help text-red-900 font-bold align-top text-xs ml-1\">[Ref]\n                                <span class=\"pb-tooltip\"><br \/>\n                                    <strong>51% Rule:<\/strong><br \/>\n                                    \u201cCualquier empresa de catering que obtenga al menos el 51 % de sus ingresos brutos por alimentos y bebidas de la venta de alimentos y bebidas no alcoh\u00f3licas...\u201d.\u201d<br \/>\n                                    <br \/><em class=\"text-slate-400 block mt-1\">Source: FL Statute 561.20(2)(a)4<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/p>\n<p class=\"text-slate-600 text-sm italic\">\n                            <strong>No Storage Rule:<\/strong> You cannot store alcohol at the event venue overnight. It must be transported in from your licensed commissary and removed immediately after the event.\n                        <\/p>\n<\/p><\/div>\n<div class=\"bg-white rounded-lg border border-slate-200 p-5 shadow-sm\">\n<h4 class=\"font-bold text-slate-800 border-b border-slate-100 pb-2 mb-3\">\ud83d\udcb0 1st Year Permit Breakdown<\/h4>\n<ul class=\"text-sm text-slate-600 space-y-2\">\n<li class=\"flex justify-between\">\n                                <span>13CT State License Fee<\/span><br \/>\n                                <span class=\"font-mono font-bold text-slate-900\">$1,820<\/span>\n                            <\/li>\n<li class=\"flex justify-between\">\n                                <span>DBPR Application Fee<\/span><br \/>\n                                <span class=\"font-mono font-bold text-slate-900\">~$100<\/span>\n                            <\/li>\n<li class=\"flex justify-between\">\n                                <span>Hotel &#038; Restaurant License<\/span><br \/>\n                                <span class=\"font-mono font-bold text-slate-900\">~$200+<\/span>\n                            <\/li>\n<li class=\"flex justify-between border-t border-slate-100 pt-2 mt-2\">\n                                <span class=\"font-bold text-red-800\">Total Est. State Fees<\/span><br \/>\n                                <span class=\"font-mono font-bold text-red-700\">$2,120+<\/span>\n                            <\/li>\n<\/ul>\n<p class=\"text-[10px] text-slate-400 mt-2 italic\">Excludes commercial kitchen lease and insurance costs.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section id=\"common-traps\" class=\"px-6 md:px-12 mb-12 scroll-mt-16\">\n<div class=\"bg-white border-l-4 border-[#0ea5e9] shadow-md rounded-r-lg p-6 md:p-8\">\n<h2 class=\"text-2xl font-bold text-slate-900 mb-4 flex items-center\">\n                <span class=\"mr-3 text-red-600 text-3xl\">\u26a0\ufe0f<\/span> Reality Check: Florida Traps<br \/>\n            <\/h2>\n<p class=\"text-slate-600 mb-6\">\n                Florida is laid back, but the DBPR is not. Watch out for these common compliance traps.\n            <\/p>\n<div class=\"grid md:grid-cols-3 gap-6\">\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">1. The &#8220;Subterfuge&#8221; Rule<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        If you charge a &#8220;cup fee,&#8221; &#8220;wristband fee,&#8221; or &#8220;ticket price&#8221; that includes alcohol, Florida considers it a sale. You cannot hide the cost of booze in a service fee.<br \/>\n                        <span class=\"pb-tooltip-trigger cursor-help text-blue-500 font-bold align-top text-xs ml-1\">[Ref]\n                            <span class=\"pb-tooltip\"><br \/>\n                                <strong>Subterfuge:<\/strong><br \/>\n                                &#8220;Any scheme or device&#8230; to evade the provisions of the Beverage Law&#8230; is unlawful.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-400 block mt-1\">Source: FL Statute 562.51<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">2. Transportation Limits<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        It is illegal to transport more than 12 bottles of alcohol without a license or waybill. Dry Hire bartenders should not transport the client&#8217;s large orders in their personal vehicle.\n                    <\/p>\n<p class=\"text-xs text-blue-900 font-bold bg-blue-100 inline-block px-2 py-1 rounded\">\n                        Impact: Let clients transport.\n                    <\/p>\n<\/p><\/div>\n<div>\n<h4 class=\"font-bold text-slate-800 mb-2\">3. Storage<\/h4>\n<p class=\"text-sm text-slate-600 mb-2\">\n                        You cannot store a client&#8217;s leftover alcohol at your home or facility. You are not a warehouse. All alcohol must stay with the client or be consumed at the event.\n                    <\/p>\n<p class=\"text-xs text-blue-900 font-bold bg-blue-100 inline-block px-2 py-1 rounded\">\n                        Action: Leave leftovers with client.\n                    <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<section id=\"age-staffing\" class=\"px-6 md:px-12 mb-12 scroll-mt-16\">\n<h2 class=\"text-3xl font-bold text-slate-800 mb-6\">Matriz de personal y operaciones<\/h2>\n<p class=\"text-slate-600 mb-6\">Florida rules on who can serve alcohol at events.<\/p>\n<div>\n<table class=\"w-full text-left border-collapse bg-white rounded-lg shadow-sm border border-slate-200\">\n<thead class=\"bg-[#0ea5e9] text-white\">\n<tr>\n<th class=\"p-4 text-sm font-bold uppercase tracking-wider\">Role<\/th>\n<th class=\"p-4 text-sm font-bold uppercase tracking-wider\">Edad m\u00ednima<\/th>\n<th class=\"p-4 text-sm font-bold uppercase tracking-wider\">La regla<\/th>\n<\/tr>\n<\/thead>\n<tbody class=\"text-slate-700 text-sm\">\n<tr class=\"border-b border-slate-100\">\n<td class=\"p-4 font-bold\">Bartender \/ Server<\/td>\n<td class=\"p-4\"><span class=\"bg-blue-100 text-blue-900 px-2 py-1 rounded font-bold\">18+<\/span><\/td>\n<td class=\"p-4 relative text-slate-600\">\n                            Florida Statute 562.13 allows persons 18 years or older to serve and bartend.<br \/>\n                            <span class=\"pb-tooltip-trigger cursor-help text-blue-500 font-bold align-top text-xs ml-1\">[Ref]\n                                <span class=\"pb-tooltip\"><br \/>\n                                    <strong>Age to Serve:<\/strong><br \/>\n                                    &#8220;It is unlawful for any vendor&#8230; to employ any person under 18 years of age.&#8221;<br \/>\n                                    <br \/><em class=\"text-slate-400 block mt-1\">Source: FL Statute 562.13<\/em><br \/>\n                                <\/span><br \/>\n                            <\/span>\n                        <\/td>\n<\/tr>\n<tr class=\"border-b border-slate-100\">\n<td class=\"p-4 font-bold\">Felony Restriction<\/td>\n<td class=\"p-4\">Zero Tolerance<\/td>\n<td class=\"p-4 relative text-slate-600\">\n                            No se puede contratar a un gerente o camarero que haya sido condenado por un delito grave en los \u00faltimos 5 a\u00f1os.\n                        <\/td>\n<\/tr>\n<tr class=\"border-b border-slate-100\">\n<td class=\"p-4 font-bold\">Responsible Vendor Training<\/td>\n<td class=\"p-4\">Voluntary<\/td>\n<td class=\"p-4 text-slate-600\">\n                            Not mandatory by state law, but qualifies the employer for &#8220;Responsible Vendor&#8221; status which mitigates penalties for violations.\n                        <\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/section>\n<section id=\"faq\" class=\"bg-white px-6 md:px-12 py-8 border-t border-slate-200 scroll-mt-16\">\n<p>        <script type=\"application\/ld+json\">{\n    \"@context\": \"https:\\\/\\\/schema.org\",\n    \"@type\": \"FAQPage\",\n    \"mainEntity\": [\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Do I need any license to bartend at private events in Florida?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"No alcohol license needed for Dry Hire. Florida doesn't have a 'mobile bartender license.' However, you need a Business Tax Receipt from your county.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I charge for bar service, mixers, ice, and garnishes?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Absolutely YES. As long as your invoice doesn't include the alcohol itself, you're selling services and non-alcoholic goods.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Why can't I buy the alcohol and have the client reimburse me?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Florida Statute 562.12 prohibits selling alcohol without a license. When you buy alcohol and the client reimburses you, you are acting as an unlicensed reseller.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I transport the client's alcohol to the venue?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Very risky. Florida Statute 562.07 prohibits transporting more than 12 bottles unless you're a common carrier or licensee.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What if the client wants to sell drink tickets or charge a 'cup fee'?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Illegal without a license. Florida considers drink tickets or 'cup fees' as alcohol sales\\u2014called 'subterfuge' in the statutes.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Do I need insurance for Dry Hire in Florida?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Not legally required, but absolutely essential. Most venues require proof of General Liability and Liquor Liability insurance.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What exactly is a 13CT Caterer License in Florida?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Florida's license for businesses that want to sell alcohol at catered events. Costs $1,820\\\/year. Requires 51% food revenue and a commercial kitchen.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What is the '51% Rule' and why does it matter?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Florida Statute 561.20 requires 51% of your gross revenue come from food and non-alcoholic beverages. You cannot be a 'liquor truck.'\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I store alcohol at the event venue overnight?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"NO. Florida Statute 561.20 explicitly prohibits caterers from storing alcohol at event locations. It must be transported in and out daily.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I get a 13CT license without the commercial kitchen?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"NO. The 13CT is only issued to businesses holding a Chapter 509 food service license, which requires a commercial kitchen.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What happens if I operate Wet Hire without a 13CT license?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Unlicensed sale of alcohol is a serious criminal offense. Penalties include fines, jail time, and seizure of equipment.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Does Florida require server training for bartenders?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Not mandatory statewide, but highly recommended. 'Responsible Vendor' training provides liability protection for employers.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What's the minimum age to bartend in Florida?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"18 years old to serve both beer and liquor. However, 18-20 year olds CANNOT consume alcohol while working.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I hire someone with a felony conviction?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Not as a manager or bartender if convicted within the last 5 years. Florida law prohibits employment in alcohol service for recent felons.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"What are the alcohol service hours in Florida?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"State default: No sales midnight-7am daily. However, most cities extend this to 2am or later.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Do I need a Business Tax Receipt in every county I work?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Technically yes. Most mobile bartenders get BTRs for their home county and major event markets.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Am I liable if a guest I served gets in an accident?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Yes, potentially. Florida has 'dram shop' laws\\u2014servers can be held liable for serving visibly intoxicated persons.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Why are portable bars better than trailers for Florida events?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Florida advantages: No zoning issues, hurricane season flexibility (move indoors), and access to beach venues where trailers are prohibited.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I offer 'mocktails' or non-alcoholic bar services?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"Absolutely YES. Mocktail-only events have zero alcohol licensing issues. You're selling beverage service like any caterer.\"\n            }\n        },\n        {\n            \"@type\": \"Question\",\n            \"name\": \"Can I sell my premade cocktails in bottles to clients?\",\n            \"acceptedAnswer\": {\n                \"@type\": \"Answer\",\n                \"text\": \"NO. Selling premade bottled cocktails equals manufacturing alcohol, requiring distributor licenses. You can only mix on-site.\"\n            }\n        }\n    ]\n}<\/script><\/p>\n<h2 class=\"text-3xl font-bold text-slate-900 mb-6\">Preguntas frecuentes<\/h2>\n<div class=\"space-y-4\">\n<h3 class=\"text-xl font-bold text-[#0ea5e9] mt-4 mb-2\">Licensing &#038; Dry Hire<\/h3>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Do I need any license to bartend at private events in Florida?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-green-600\">No alcohol license needed for Dry Hire.<\/strong> Florida doesn&#8217;t have a &#8220;mobile bartender license.&#8221; However, you need a Business Tax Receipt (formerly Occupational License) from your county to operate any business (~$50-200\/year). As long as you&#8217;re only providing labor\/equipment and the client owns the alcohol, you&#8217;re legal.<br \/>\n                        <span class=\"pb-tooltip-trigger cursor-help text-blue-500 font-bold align-top text-xs ml-1\">[Ref]\n                            <span class=\"pb-tooltip\"><br \/>\n                                <strong>No License Required:<\/strong><br \/>\n                                &#8220;Service of alcohol provided by a host without charge is not a sale.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-400 block mt-1\">Source: FL Statute 562.12<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I charge for bar service, mixers, ice, and garnishes?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-green-600\">Absolutely YES.<\/strong> You can invoice for &#8220;Bar Setup,&#8221; &#8220;Mixer Package,&#8221; &#8220;Hourly Labor,&#8221; &#8220;Equipment Rental,&#8221; or &#8220;Non-Alcoholic Supplies.&#8221; As long as your invoice doesn&#8217;t include the alcohol itself, you&#8217;re selling services and non-alcoholic goods. This is standard Dry Hire business practice in Florida.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Why can&#8217;t I buy the alcohol and have the client reimburse me?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Florida Statute 562.12 prohibits selling alcohol without a license\u2014even at cost. When you buy alcohol with your money and the client pays you back, you&#8217;re acting as an unlicensed reseller. This is a criminal offense punishable by fines and potential jail time. Client must purchase directly from a licensed retailer.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I transport the client&#8217;s alcohol to the venue?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-orange-600\">Very risky.<\/strong> Florida Statute 562.07 prohibits transporting more than 12 bottles unless you&#8217;re a common carrier or licensee. If stopped with 20 cases of liquor and no license, you risk citation. Safest: Client (or delivery service) brings alcohol to venue. If you must transport, keep it under 12 bottles.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What if the client wants to sell drink tickets or charge a &#8220;cup fee&#8221;?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-red-600\">Illegal without a license.<\/strong> Florida considers drink tickets, wristbands, or &#8220;cup fees&#8221; as alcohol sales\u2014called &#8220;subterfuge&#8221; in the statutes. If money changes hands for access to alcohol, it&#8217;s a sale. For Dry Hire, alcohol must be truly free to guests (hosted bar).<br \/>\n                        <span class=\"pb-tooltip-trigger cursor-help text-blue-500 font-bold align-top text-xs ml-1\">[Ref]\n                            <span class=\"pb-tooltip\"><br \/>\n                                <strong>Subterfuge Rule:<\/strong><br \/>\n                                &#8220;Any scheme or device to evade the provisions of the Beverage Law&#8230; is unlawful.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-400 block mt-1\">Source: FL Statute 562.51<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Do I need insurance for Dry Hire in Florida?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-green-600\">Not legally required, but absolutely essential.<\/strong> Most venues require proof of General Liability ($1M-2M) and Liquor Liability insurance before you can work. Without it, one lawsuit over over-service or injury destroys your business. Insurance protects you even though you didn&#8217;t sell the alcohol.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<h3 class=\"text-xl font-bold text-[#0ea5e9] mt-4 mb-2\">Wet Hire (13CT Caterer License)<\/h3>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What exactly is a 13CT Caterer License in Florida?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Florida&#8217;s license for businesses that want to sell alcohol at catered events. Issued by DBPR. Costs $1,820\/year. Allows you to transport and serve alcohol at temporary events statewide. However, strict requirements: 51% food revenue, commercial kitchen, no on-site storage. Not a standalone liquor license.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What is the &#8220;51% Rule&#8221; and why does it matter?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Florida Statute 561.20(2)(a)4 requires 51% of your gross revenue come from food and non-alcoholic beverages. You cannot be a &#8220;liquor truck.&#8221; Example: If you gross $1,000 at an event, at least $510 must be food sales. This is tracked per event and annually. DBPR audits this\u2014violations result in license suspension.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Why can&#8217;t I store alcohol at the event venue overnight?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Florida Statute 561.20 explicitly prohibits caterers from storing alcohol at event locations. Rationale: Prevents you from operating as an unlicensed bar at the venue. All alcohol must be transported from your licensed premises to event, served, and any leftovers transported back same night.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I get a 13CT license without the commercial kitchen?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-red-600\">NO.<\/strong> The 13CT is only issued to businesses holding a Chapter 509 food service license, which requires a commercial kitchen. DBPR will not approve your application without proof of licensed food service establishment.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What happens if I operate Wet Hire without a 13CT license?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Unlicensed sale of alcohol is a serious criminal offense. Penalties: Misdemeanor charges, fines up to $1,000 per violation, potential jail time (up to 60 days), seizure of alcohol\/equipment, permanent prohibition from obtaining DBPR licenses. One citation ends your bartending career in Florida.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<h3 class=\"text-xl font-bold text-[#0ea5e9] mt-4 mb-2\">Staffing &#038; Legal<\/h3>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Does Florida require server training for bartenders?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Not mandatory statewide, but highly recommended. &#8220;Responsible Vendor&#8221; training programs approved by DBPR provide liability protection. If an employee completes training and still serves a minor, the employer has a defense against certain penalties.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What&#8217;s the minimum age to bartend in Florida?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong>18 a\u00f1os<\/strong> to serve both beer and liquor. However, 18-20 year olds CANNOT consume alcohol\u2014even one shot with the bridal party is illegal. Violation is a misdemeanor charge for employee and employer.<br \/>\n                        <span class=\"pb-tooltip-trigger cursor-help text-blue-500 font-bold align-top text-xs ml-1\">[Ref]\n                            <span class=\"pb-tooltip\"><br \/>\n                                <strong>Age to Serve:<\/strong><br \/>\n                                &#8220;It is unlawful for any vendor&#8230; to employ any person under 18 years of age.&#8221;<br \/>\n                                <br \/><em class=\"text-slate-400 block mt-1\">Source: FL Statute 562.13<\/em><br \/>\n                            <\/span><br \/>\n                        <\/span>\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I hire someone with a felony conviction?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong>Not as a manager or bartender<\/strong> if convicted within the last 5 years. Florida law prohibits employment in alcohol service for recent felons. Always run background checks.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    What are the alcohol service hours in Florida?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        State default: No sales midnight-7am daily. However, most cities have local ordinances extending to 2am-4am (e.g., Miami-Dade until 5am). Check specific city\/county ordinances where event is held.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Do I need a Business Tax Receipt in every county I work?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        Technically yes, though enforcement varies. Business Tax Receipt (formerly Occupational License) is required to operate a business in each county. Most mobile bartenders get BTRs for their home county and major event markets.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Am I liable if a guest I served gets in an accident?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong>S\u00ed, potencialmente.<\/strong> Florida has &#8220;dram shop&#8221; laws\u2014servers and establishments can be held liable for serving visibly intoxicated persons who then cause injury. This applies even in Dry Hire since you controlled service.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<h3 class=\"text-xl font-bold text-[#0ea5e9] mt-4 mb-2\">Equipment &#038; Other<\/h3>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Why are portable bars better than trailers for Florida events?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <a href=\"https:\/\/www.portablebar.com\/es\/\">Bar port\u00e1til<\/a> advantages: (1) No permanent structure zoning issues, (2) Weather\/storm flexibility\u2014move indoors instantly, (3) Access to beach\/resort venues where trailers are prohibited, (4) Quicker setup for tight timelines, (5) No separate vehicle registration\/insurance.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I offer &#8220;mocktails&#8221; or non-alcoholic bar services?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-green-600\">Absolutely YES.<\/strong> Mocktail-only events have zero alcohol licensing issues\u2014you&#8217;re selling beverage service like any caterer. Great for corporate events and baby showers.\n                    <\/p>\n<\/p><\/div>\n<\/details>\n<details class=\"pb-faq-item bg-slate-50 border border-slate-200 rounded-lg group\">\n<summary class=\"flex items-center justify-between p-5 font-bold text-slate-800 group-hover:bg-slate-100 transition-colors\">\n                    Can I sell my premade cocktails in bottles to clients?<br \/>\n                    <span class=\"text-[#0ea5e9] transform group-open:rotate-180 transition-transform\">\u25bc<\/span><br \/>\n                <\/summary>\n<div class=\"p-5 pt-0 text-slate-600 border-t border-slate-200\/50 mt-2\">\n<p class=\"mb-0\">\n                        <strong class=\"text-red-600\">NO.<\/strong> Selling premade bottled cocktails equals manufacturing and selling alcohol, requiring distributor\/manufacturer licenses (completely different from 13CT). You can only mix drinks on-site.\n                    <\/p>\n<\/p><\/div>\n<\/details><\/div>\n<\/section>\n<section id=\"equipment\" class=\"bg-slate-900 text-white p-8 md:p-12 rounded-xl shadow-xl mx-6 md:mx-12 mb-12 scroll-mt-16\">\n<div class=\"grid md:grid-cols-2 gap-12 items-center\">\n<div>\n<h2 class=\"text-3xl font-bold text-white mb-4\">Capitalize on the Sunshine State<\/h2>\n<p class=\"text-slate-400 mb-6 leading-relaxed\">\n                    Florida&#8217;s event season never really ends. From Miami beachfronts to Orlando convention centers, mobile bars are in high demand. Because Florida laws favor Dry Hire for non-caterers, your equipment is your primary asset. Our portable bars are built to handle the humidity, the volume, and the rapid pace of Florida events.\n                <\/p>\n<div class=\"space-y-4 mb-8\">\n<div class=\"flex items-start\">\n<div class=\"bg-[#0ea5e9] p-2 rounded-lg mr-4 mt-1\">\n                            <svg class=\"w-4 h-4 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z\"><\/path><\/svg>\n                        <\/div>\n<div>\n<h4 class=\"font-bold text-white text-sm\">Dise\u00f1o modular<\/h4>\n<p class=\"text-xs text-slate-400\">Expand from 5ft to 15ft instantly.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"flex items-start\">\n<div class=\"bg-[#f97316] p-2 rounded-lg mr-4 mt-1\">\n                            <svg class=\"w-4 h-4 text-white\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 10V3L4 14h7v7l9-11h-7z\"><\/path><\/svg>\n                        <\/div>\n<div>\n<h4 class=\"font-bold text-white text-sm\">Despliegue r\u00e1pido<\/h4>\n<p class=\"text-xs text-slate-400\">Setup in under 5 minutes without tools.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<p>                <a href=\"\/es\/\" class=\"inline-block bg-white text-slate-900 hover:bg-blue-100 font-bold py-3 px-8 rounded-lg transition-all shadow-lg text-sm uppercase tracking-wide no-underline\"><br \/>\n                    View Portable Bars<br \/>\n                <\/a>\n            <\/div>\n<div class=\"relative h-full flex items-center justify-center\">\n<div class=\"overflow-hidden rounded-xl shadow-2xl\">\n                    <img decoding=\"async\" src=\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/02\/fusion-48-portable-folding-bar-luxury-outdoor-event.webp\" alt=\"Fusion 48 portable folding bar featuring custom branding set up at a poolside venue, showcasing the compact footprint ideal for luxury outdoor mobile bartending.\" class=\"w-full h-auto object-contain\">\n               <\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<div id=\"resources\" class=\"mt-12 mb-8 scroll-mt-16\">\n<h3 class=\"text-2xl font-bold text-center text-slate-900 mb-8\">Official Florida Resources<\/h3>\n<div class=\"grid md:grid-cols-3 gap-6 max-w-6xl mx-auto px-6 mb-8\">\n            <a href=\"https:\/\/www2.myfloridalicense.com\/alcoholic-beverages-and-tobacco\/\" target=\"_blank\" class=\"block bg-white p-8 rounded-lg shadow-sm border border-slate-100 text-center pb-contact-card hover:border-blue-300 no-underline\"><\/p>\n<div class=\"text-4xl mb-4 text-[#f97316]\">\ud83c\udf34<\/div>\n<p>                <span class=\"font-bold text-[#0ea5e9] text-lg block mb-2\">DBPR ABT<\/span><br \/>\n                <span class=\"text-sm text-slate-500\">Alcoholic Beverages &#038; Tobacco Division<\/span><br \/>\n            <\/a><\/p>\n<p>            <a href=\"https:\/\/www.myfloridalicense.com\/DBPR\/hotels-restaurants\/\" target=\"_blank\" class=\"block bg-white p-8 rounded-lg shadow-sm border border-slate-100 text-center pb-contact-card hover:border-blue-300 no-underline\"><\/p>\n<div class=\"text-4xl mb-4 text-[#0ea5e9]\">\ud83c\udf7d\ufe0f<\/div>\n<p>                <span class=\"font-bold text-[#0ea5e9] text-lg block mb-2\">Hotels &#038; Restaurants<\/span><br \/>\n                <span class=\"text-sm text-slate-500\">Food Service Licensing (Required for 13CT)<\/span><br \/>\n            <\/a><\/p>\n<p>            <a href=\"https:\/\/www2.myfloridalicense.com\/alcoholic-beverages-and-tobacco\/forms\/\" target=\"_blank\" class=\"block bg-white p-8 rounded-lg shadow-sm border border-slate-100 text-center pb-contact-card hover:border-blue-300 no-underline\"><\/p>\n<div class=\"text-4xl mb-4 text-[#f97316]\">\ud83d\udcdd<\/div>\n<p>                <span class=\"font-bold text-[#0ea5e9] text-lg block mb-2\">Forms Center<\/span><br \/>\n                <span class=\"text-sm text-slate-500\">Applications for 13CT, 1COP, etc.<\/span><br \/>\n            <\/a>\n        <\/div>\n<div class=\"bg-[#fff7ed] rounded-lg mx-6 md:mx-12 p-8 border-l-4 border-orange-500\">\n<h4 class=\"font-bold text-slate-800 mb-4 flex items-center\">\n                <svg class=\"w-5 h-5 mr-2 text-orange-600\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\"><path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253\"><\/path><\/svg><br \/>\n                Referencias legales y descargas<br \/>\n             <\/h4>\n<ul class=\"grid md:grid-cols-2 gap-4 text-sm text-[#0ea5e9]\">\n<li><a href=\"http:\/\/www.leg.state.fl.us\/Statutes\/index.cfm?App_mode=Display_Statute&#038;URL=0500-0599\/0561\/0561.html\" target=\"_blank\" class=\"hover:text-orange-600\">\ud83d\udcc4 FL Statutes Chapter 561 (Beverage Law)<\/a><\/li>\n<li><a href=\"https:\/\/www2.myfloridalicense.com\/content\/dam\/dbpr\/abt\/forms\/ABT-6011.pdf\" target=\"_blank\" class=\"hover:text-orange-600\">\ud83d\udcc4 Form ABT-6011 (Caterer License PDF)<\/a><\/li>\n<li><a href=\"http:\/\/www.leg.state.fl.us\/Statutes\/index.cfm?App_mode=Display_Statute&#038;Search_String=&#038;URL=0500-0599\/0562\/0562.html\" target=\"_blank\" class=\"hover:text-orange-600\">\ud83d\udcc4 FL Statutes Chapter 562 (Violations)<\/a><\/li>\n<li><a href=\"#\" target=\"_blank\" class=\"hover:text-orange-600\">\ud83d\udcc4 Responsible Vendor Training Guide<\/a><\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<footer class=\"bg-slate-100 py-12 border-t border-slate-200 mt-0\">\n<div class=\"max-w-4xl mx-auto text-center px-6\">\n<p class=\"text-slate-500 text-sm leading-relaxed mb-2\">\n                <strong>Disclaimer:<\/strong> PortableBar.com (Customized Designs) is an equipment manufacturer, not a law firm.\n            <\/p>\n<p class=\"text-slate-400 text-xs\">\n                Los estatutos cambian. Verifique siempre con el DBPR de Florida o con un abogado calificado antes de iniciar operaciones.\n            <\/p>\n<\/p><\/div>\n<\/footer>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Home \/ Mobile Bartending Laws \/ Florida 51% Food Rule DBPR Regulated Florida Mobile Bartending Laws Florida separates mobile bartending into two distinct lanes: Service (Dry Hire) and Sales (Wet Hire). To sell alcohol, you must be a licensed caterer with 51% food sales. Current as of February 2026 Business Models Common Traps Age &#038;<\/p>","protected":false},"author":1,"featured_media":0,"parent":29836,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-tailwind-canvas.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-29840","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Florida Mobile Bartending Laws: Do You Need a License? | PortableBar.com<\/title>\n<meta name=\"description\" content=\"Can you legally run a mobile bar in FL? We explain Florida&#039;s Dry Hire vs. Wet Hire (13CT) rules, the 51% food requirement, and how to avoid fines.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/\" \/>\n<meta property=\"og:locale\" content=\"es_MX\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Florida Mobile Bartending Laws: Do You Need a License? | PortableBar.com\" \/>\n<meta property=\"og:description\" content=\"Can you legally run a mobile bar in FL? We explain Florida&#039;s Dry Hire vs. Wet Hire (13CT) rules, the 51% food requirement, and how to avoid fines.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/\" \/>\n<meta property=\"og:site_name\" content=\"Portable Bars by Customized Designs\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-04T14:57:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/02\/fusion-48-portable-folding-bar-luxury-outdoor-event.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"9 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/\",\"url\":\"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/\",\"name\":\"Florida Mobile Bartending Laws: Do You Need a License? | PortableBar.com\",\"isPartOf\":{\"@id\":\"https:\/\/www.portablebar.com\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/02\/fusion-48-portable-folding-bar-luxury-outdoor-event.webp\",\"datePublished\":\"2026-01-31T16:23:36+00:00\",\"dateModified\":\"2026-02-04T14:57:34+00:00\",\"description\":\"Can you legally run a mobile bar in FL? We explain Florida's Dry Hire vs. Wet Hire (13CT) rules, the 51% food requirement, and how to avoid fines.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/#primaryimage\",\"url\":\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/02\/fusion-48-portable-folding-bar-luxury-outdoor-event.webp\",\"contentUrl\":\"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/02\/fusion-48-portable-folding-bar-luxury-outdoor-event.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.portablebar.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mobile Bartending Laws by State: The Ultimate Licensing Guide\",\"item\":\"https:\/\/www.portablebar.com\/mobile-bartending-laws\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Florida\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.portablebar.com\/es\/#website\",\"url\":\"https:\/\/www.portablebar.com\/es\/\",\"name\":\"Portable Bars by Customized Designs\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.portablebar.com\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Leyes sobre cocteler\u00eda m\u00f3vil en Florida: \u00bfnecesitas una licencia? | PortableBar.com","description":"\u00bfSe puede operar legalmente un bar m\u00f3vil en Florida? Explicamos las normas de Florida sobre alquiler seco frente a alquiler h\u00famedo (13CT), los requisitos alimentarios 51% y c\u00f3mo evitar multas.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/","og_locale":"es_MX","og_type":"article","og_title":"Florida Mobile Bartending Laws: Do You Need a License? | PortableBar.com","og_description":"Can you legally run a mobile bar in FL? We explain Florida's Dry Hire vs. Wet Hire (13CT) rules, the 51% food requirement, and how to avoid fines.","og_url":"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/","og_site_name":"Portable Bars by Customized Designs","article_modified_time":"2026-02-04T14:57:34+00:00","og_image":[{"url":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/02\/fusion-48-portable-folding-bar-luxury-outdoor-event.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"9 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/","url":"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/","name":"Leyes sobre cocteler\u00eda m\u00f3vil en Florida: \u00bfnecesitas una licencia? | PortableBar.com","isPartOf":{"@id":"https:\/\/www.portablebar.com\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/#primaryimage"},"image":{"@id":"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/#primaryimage"},"thumbnailUrl":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/02\/fusion-48-portable-folding-bar-luxury-outdoor-event.webp","datePublished":"2026-01-31T16:23:36+00:00","dateModified":"2026-02-04T14:57:34+00:00","description":"\u00bfSe puede operar legalmente un bar m\u00f3vil en Florida? Explicamos las normas de Florida sobre alquiler seco frente a alquiler h\u00famedo (13CT), los requisitos alimentarios 51% y c\u00f3mo evitar multas.","breadcrumb":{"@id":"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/#primaryimage","url":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/02\/fusion-48-portable-folding-bar-luxury-outdoor-event.webp","contentUrl":"https:\/\/www.portablebar.com\/wp-content\/uploads\/2026\/02\/fusion-48-portable-folding-bar-luxury-outdoor-event.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/www.portablebar.com\/es\/mobile-bartending-laws\/florida\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.portablebar.com\/"},{"@type":"ListItem","position":2,"name":"Mobile Bartending Laws by State: The Ultimate Licensing Guide","item":"https:\/\/www.portablebar.com\/mobile-bartending-laws\/"},{"@type":"ListItem","position":3,"name":"Florida"}]},{"@type":"WebSite","@id":"https:\/\/www.portablebar.com\/es\/#website","url":"https:\/\/www.portablebar.com\/es\/","name":"Barras port\u00e1tiles de Customized Designs","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.portablebar.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"}]}},"_links":{"self":[{"href":"https:\/\/www.portablebar.com\/es\/wp-json\/wp\/v2\/pages\/29840","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.portablebar.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.portablebar.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.portablebar.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.portablebar.com\/es\/wp-json\/wp\/v2\/comments?post=29840"}],"version-history":[{"count":20,"href":"https:\/\/www.portablebar.com\/es\/wp-json\/wp\/v2\/pages\/29840\/revisions"}],"predecessor-version":[{"id":30024,"href":"https:\/\/www.portablebar.com\/es\/wp-json\/wp\/v2\/pages\/29840\/revisions\/30024"}],"up":[{"embeddable":true,"href":"https:\/\/www.portablebar.com\/es\/wp-json\/wp\/v2\/pages\/29836"}],"wp:attachment":[{"href":"https:\/\/www.portablebar.com\/es\/wp-json\/wp\/v2\/media?parent=29840"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}