{"id":427,"date":"2025-07-13T11:48:02","date_gmt":"2025-07-13T09:48:02","guid":{"rendered":"https:\/\/torreshospitalityconsulting.com\/?page_id=427"},"modified":"2026-06-15T09:27:45","modified_gmt":"2026-06-15T07:27:45","slug":"servicios","status":"publish","type":"page","link":"https:\/\/torreshospitalityconsulting.com\/en\/servicios\/","title":{"rendered":"SERVICES"},"content":{"rendered":"<style>\n  :root {\n    --red: #e63329;\n    --red-dark: #c42820;\n    --bg: #ffffff;\n    --bg-dark: #1a1a1a;\n    --card-bg: #f5f5f5;\n    --card-border: #e0e0e0;\n    --text: #1a1a1a;\n    --text-muted: #555555;\n    --text-light-muted: #b3b3b3;\n  }\n\n  .srv-wrap * { box-sizing: border-box; margin: 0; padding: 0; }\n  .srv-wrap { font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; }\n  .srv-wrap .container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }\n  .srv-wrap section { padding: 72px 0; }\n\n  .srv-wrap h1 { font-family: 'Poppins', sans-serif; font-size: clamp(34px, 6vw, 60px); font-weight: 800; line-height: 1.15; }\n  .srv-wrap h2 { font-family: 'Poppins', sans-serif; font-size: clamp(22px, 3.5vw, 36px); font-weight: 700; line-height: 1.2; margin-bottom: 12px; }\n  .srv-wrap h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; color: var(--text); }\n  .srv-wrap p { color: var(--text-muted); font-size: 15.5px; }\n  .srv-wrap .accent { color: var(--red); }\n\n  .srv-wrap .section-label { display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--red); margin-bottom: 20px; }\n  .srv-wrap .section-label::before { content: ''; display: inline-block; width: 28px; height: 2px; background: var(--red); }\n\n  .srv-wrap .lead { font-size: 18px; color: var(--text-muted); max-width: 680px; margin-bottom: 0; }\n\n  .srv-wrap .btn-primary { display: inline-block; background: var(--red); color: #fff !important; padding: 14px 28px; border-radius: 4px; font-weight: 600; text-decoration: none !important; font-size: 15px; transition: background 0.2s; }\n  .srv-wrap .btn-primary:hover { background: var(--red-dark); }\n  .srv-wrap .btn-outline { display: inline-block; background: transparent; color: var(--red) !important; padding: 12px 26px; border-radius: 4px; font-weight: 600; text-decoration: none !important; font-size: 14px; border: 2px solid var(--red); transition: all 0.2s; }\n  .srv-wrap .btn-outline:hover { background: var(--red); color: #fff !important; }\n\n  \/* Hero *\/\n  .srv-wrap .hero { background: var(--bg-dark); color: #fff; padding: 80px 0; }\n  .srv-wrap .hero h1 { color: #fff; margin-bottom: 16px; }\n  .srv-wrap .hero .lead { color: var(--text-light-muted); margin-bottom: 0; }\n\n  \/* Upcillary highlight *\/\n  .srv-wrap .upcillary-highlight {\n    background: var(--red);\n    color: #fff;\n    padding: 56px 0;\n  }\n  .srv-wrap .upcillary-highlight h2 { color: #fff; margin-bottom: 12px; }\n  .srv-wrap .upcillary-highlight p { color: rgba(255,255,255,0.85); font-size: 16px; margin-bottom: 24px; max-width: 660px; }\n  .srv-wrap .upcillary-highlight .tag { display: inline-block; background: rgba(255,255,255,0.2); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 4px 12px; border-radius: 20px; margin-bottom: 16px; }\n  .srv-wrap .upcillary-highlight .stats-row { display: flex; gap: 40px; margin-top: 28px; flex-wrap: wrap; }\n  .srv-wrap .upcillary-highlight .stat-num { display: block; font-size: 30px; font-weight: 800; color: #fff; }\n  .srv-wrap .upcillary-highlight .stat-lbl { font-size: 12px; color: rgba(255,255,255,0.75); }\n  .srv-wrap .upcillary-highlight .btn-white { display: inline-block; background: #fff; color: var(--red) !important; padding: 14px 28px; border-radius: 4px; font-weight: 700; text-decoration: none !important; font-size: 15px; transition: opacity 0.2s; }\n  .srv-wrap .upcillary-highlight .btn-white:hover { opacity: 0.9; }\n\n  \/* Servicios grid *\/\n  .srv-wrap .servicios-section { background: var(--bg); }\n  .srv-wrap .servicios-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }\n  .srv-wrap .srv-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 4px; padding: 32px 28px; display: flex; flex-direction: column; gap: 16px; transition: box-shadow 0.2s; }\n  .srv-wrap .srv-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.08); }\n  .srv-wrap .srv-icon { width: 44px; height: 44px; background: var(--red); border-radius: 4px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }\n  .srv-wrap .srv-icon svg { width: 22px; height: 22px; fill: #fff; }\n  .srv-wrap .srv-card h3 { font-size: 16px; font-weight: 700; color: var(--text); margin-bottom: 0; }\n  .srv-wrap .srv-card p { font-size: 14.5px; color: var(--text-muted); line-height: 1.55; margin-bottom: 0; }\n  .srv-wrap .srv-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }\n  .srv-wrap .srv-card ul li { font-size: 14px; color: var(--text-muted); padding-left: 16px; position: relative; }\n  .srv-wrap .srv-card ul li::before { content: '\u2192'; position: absolute; left: 0; color: var(--red); font-size: 12px; top: 1px; }\n  .srv-wrap .srv-card .srv-link { margin-top: auto; font-size: 13.5px; font-weight: 600; color: var(--red); text-decoration: none; }\n  .srv-wrap .srv-card .srv-link:hover { text-decoration: underline; }\n\n  \/* CTA final *\/\n  .srv-wrap .cta-section { background: var(--bg-dark); color: #fff; text-align: center; padding: 80px 0; }\n  .srv-wrap .cta-section h2 { color: #fff; }\n  .srv-wrap .cta-section p { color: var(--text-light-muted); max-width: 580px; margin: 12px auto 28px; }\n  .srv-wrap .contact-row { display: flex; justify-content: center; gap: 32px; margin-top: 20px; font-size: 14px; color: var(--text-light-muted); flex-wrap: wrap; }\n\n  @media (max-width: 900px) {\n    .srv-wrap .servicios-grid { grid-template-columns: repeat(2, 1fr); }\n    .srv-wrap .upcillary-highlight .stats-row { gap: 24px; }\n  }\n  @media (max-width: 600px) {\n    .srv-wrap section { padding: 48px 0; }\n    .srv-wrap .servicios-grid { grid-template-columns: 1fr; }\n    .srv-wrap .contact-row { flex-direction: column; gap: 8px; }\n    .srv-wrap .upcillary-highlight .stats-row { gap: 20px; }\n  }\n<\/style>\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<div class=\"srv-wrap\">\n\n  <!-- HERO -->\n  <section class=\"hero\">\n    <div class=\"container\">\n      <div class=\"section-label\">\u2014 TORRES HOSPITALITY CONSULTING<\/div>\n      <h1>Services<\/h1>\n      <p class=\"lead\">We are your partners. The Torres Hospitality Consulting team can help you as a strategic partner to increase the profitability of your property.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- UPCILLARY HIGHLIGHT -->\n  <section class=\"upcillary-highlight\">\n    <div class=\"container\">\n      <span class=\"tag\">flagship program<\/span>\n      <h2>Program <strong>Upcillary<\/strong><\/h2>\n      <p>Ancillary revenue optimization system: from audit to measurable results. 4 phases \u2014 Diagnosis, Consulting, Training and Follow-up \u2014 to turn ancillary revenue into a sustainable KPI.<\/p>\n      <div style=\"display:flex; gap:16px; flex-wrap:wrap; align-items:center;\">\n        <a href=\"\/en\/programa-upcillary\/\" class=\"btn-white\">View the full program \u2192<\/a>\n        <a href=\"mailto:pablo.torres@torresconsulting.co.uk?subject=Programa%20Upcillary%20-%20Solicitud%20de%20informaci%C3%B3n\" class=\"btn-outline\" style=\"border-color:#fff; color:#fff !important;\">Book a 30-minute conversation<\/a>\n      <\/div>\n      <div class=\"stats-row\">\n        <div><span class=\"stat-num\">+400<\/span><span class=\"stat-lbl\">Hotels \u00b7 Our consulting team&#039;s accumulated experience implementing Ancillary Revenue programs<\/span><\/div>\n        <div><span class=\"stat-num\">+30<\/span><span class=\"stat-lbl\">countries<\/span><\/div>\n        <div><span class=\"stat-num\">+4.000<\/span><span class=\"stat-lbl\">trained professionals<\/span><\/div>\n        <div><span class=\"stat-num\">+2%<\/span><span class=\"stat-lbl\">average increase in TRevPAR<\/span><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- SERVICIOS -->\n  <section class=\"servicios-section\">\n    <div class=\"container\">\n      <div class=\"section-label\">\u2014 ALL SERVICES<\/div>\n      <h2>In what ways can we <span class=\"accent\">Help?<\/span><\/h2>\n      <p class=\"lead\">From strategy to team training, we cover all the levers that impact profitability and guest experience.<\/p>\n\n      <div class=\"servicios-grid\">\n\n        <!-- 1 -->\n        <div class=\"srv-card\">\n          <div class=\"srv-icon\">\n            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z\"\/><\/svg>\n          <\/div>\n          <h3>Increase supplemental income<\/h3>\n          <ul>\n            <li>Customized ancillary revenue strategies for hotels, restaurants, and spas<\/li>\n            <li>Implementation of key KPIs to maximize profitability per customer<\/li>\n            <li>Auditing and promoting hidden opportunities in secondary points of sale<\/li>\n          <\/ul>\n          <a href=\"mailto:pablo.torres@torresconsulting.co.uk?subject=Ingresos%20complementarios\" class=\"srv-link\">Contact \u2192<\/a>\n        <\/div>\n\n        <!-- 2 -->\n        <div class=\"srv-card\">\n          <div class=\"srv-icon\">\n            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z\"\/><\/svg>\n          <\/div>\n          <h3>Leading hotel digitalization<\/h3>\n          <ul>\n            <li>Transforming the guest experience through innovative technology<\/li>\n            <li>Digitization of operational processes to improve efficiency and reduce costs<\/li>\n            <li>Integration of digital tools to optimize the customer journey and customer loyalty<\/li>\n          <\/ul>\n          <a href=\"mailto:pablo.torres@torresconsulting.co.uk?subject=Digitalizaci\u00f3n%20hotelera\" class=\"srv-link\">More information \u2192<\/a>\n        <\/div>\n\n        <!-- 3 -->\n        <div class=\"srv-card\">\n          <div class=\"srv-icon\">\n            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-7 3c1.93 0 3.5 1.57 3.5 3.5S13.93 13 12 13s-3.5-1.57-3.5-3.5S10.07 6 12 6zm7 13H5v-.23c0-.62.28-1.2.76-1.58C7.47 15.82 9.64 15 12 15s4.53.82 6.24 2.19c.48.38.76.97.76 1.58V19z\"\/><\/svg>\n          <\/div>\n          <h3>Manage projects and optimize processes<\/h3>\n          <ul>\n            <li>Hotel project management from strategy to execution, ensuring ROI<\/li>\n            <li>Agile methodologies to reduce implementation times and increase operational efficiency<\/li>\n            <li>Process audits to improve workflows and efficiency<\/li>\n          <\/ul>\n          <a href=\"mailto:pablo.torres@torresconsulting.co.uk?subject=Gesti\u00f3n%20de%20proyectos\" class=\"srv-link\">More information \u2192<\/a>\n        <\/div>\n\n        <!-- 4 -->\n        <div class=\"srv-card\">\n          <div class=\"srv-icon\">\n            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/><\/svg>\n          <\/div>\n          <h3>Training high-performance teams<\/h3>\n          <ul>\n            <li>Continuing education programs in digital skills and soft skills<\/li>\n            <li>Empowering leadership, motivation, and collaboration to maximize productivity<\/li>\n            <li>Organizational cultures aligned with service excellence<\/li>\n          <\/ul>\n          <a href=\"mailto:pablo.torres@torresconsulting.co.uk?subject=Formaci\u00f3n%20de%20equipos\" class=\"srv-link\">More information \u2192<\/a>\n        <\/div>\n\n        <!-- 5 -->\n        <div class=\"srv-card\">\n          <div class=\"srv-icon\">\n            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M17 12h-5v5h5v-5zM16 1v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-1V1h-2zm3 18H5V8h14v11z\"\/><\/svg>\n          <\/div>\n          <h3>Organize conferences and events<\/h3>\n          <ul>\n            <li>Coordination of impactful corporate and tourism sector events and networking<\/li>\n            <li>Strategic approach for hybrid and in-person events<\/li>\n            <li>Logistics, content and speaker management for memorable experiences<\/li>\n          <\/ul>\n          <a href=\"mailto:pablo.torres@torresconsulting.co.uk?subject=Conferencias%20y%20eventos\" class=\"srv-link\">More information \u2192<\/a>\n        <\/div>\n\n        <!-- 6 -->\n        <div class=\"srv-card\">\n          <div class=\"srv-icon\">\n            <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z\"\/><\/svg>\n          <\/div>\n          <h3>Facilitate academic training<\/h3>\n          <ul>\n            <li>Masterclasses based on real cases and trends in tourism and hospitality<\/li>\n            <li>Collaboration with universities and business schools for applied training<\/li>\n            <li>Training content aligned with the needs of the current labor market<\/li>\n          <\/ul>\n          <a href=\"mailto:pablo.torres@torresconsulting.co.uk?subject=Formaci\u00f3n%20acad\u00e9mica\" class=\"srv-link\">More information \u2192<\/a>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA FINAL -->\n  <section class=\"cta-section\">\n    <div class=\"container\">\n      <h2>Where do we begin?<\/h2>\n      <p>A 30-minute conversation is enough to identify which service has the greatest impact on your property right now.<\/p>\n      <a href=\"mailto:pablo.torres@torresconsulting.co.uk?subject=Servicios%20Torres%20Hospitality%20Consulting\" class=\"btn-primary\">Let&#039;s talk \u2192<\/a>\n      <div class=\"contact-row\">\n        <span>pablo.torres@torresconsulting.co.uk<\/span>\n        <span>+34 671 77 60 32<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u2014 TORRES HOSPITALITY CONSULTING Servicios Somos tus partners. El equipo de Torres Hospitality Consulting puede ayudarte como socio estrat\u00e9gico para hacer crecer la rentabilidad de tu<span class=\"excerpt-hellip\"> [\u2026]<\/span><\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-427","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/torreshospitalityconsulting.com\/en\/wp-json\/wp\/v2\/pages\/427","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/torreshospitalityconsulting.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/torreshospitalityconsulting.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/torreshospitalityconsulting.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/torreshospitalityconsulting.com\/en\/wp-json\/wp\/v2\/comments?post=427"}],"version-history":[{"count":3,"href":"https:\/\/torreshospitalityconsulting.com\/en\/wp-json\/wp\/v2\/pages\/427\/revisions"}],"predecessor-version":[{"id":1091,"href":"https:\/\/torreshospitalityconsulting.com\/en\/wp-json\/wp\/v2\/pages\/427\/revisions\/1091"}],"wp:attachment":[{"href":"https:\/\/torreshospitalityconsulting.com\/en\/wp-json\/wp\/v2\/media?parent=427"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}