BC Wellness Home · Ibiza

About Brilliant Concept Wellness Home.

Where wellbeing becomes a way of life. A space created to reconnect, rebalance and transform through a deep, personalised and elegant vision of care.
Founder · Wellness & Spa Director

Taking care of yourself is not a luxury, it is a necessity.

BC Wellness Home was born as an integral wellbeing concept in Ibiza, created to guide each person towards a more conscious, balanced and luminous way of living.

With more than thirty years of experience in the wellness sector, our founder, María Eva Campos Frías, has dedicated her career to creating programs that combine knowledge, sensitivity, innovation and excellence.
María Eva Campos Frías
Founder & Director of BC Wellness Home
Reconnect with the body.
Calm the mind.
Balance the emotions.
Our philosophy

A more human, deeper and more complete way of understanding wellbeing.

At BC Wellness Home, we understand wellbeing as much more than the absence of discomfort. It is a state of harmony between body, mind and emotions that allows us to live with fullness, energy and balance.

We believe that every person is unique, and that their path to wellbeing should be too. That is why we create personalised experiences that take into account each individual’s needs, goals and circumstances.
BC Wellness Home

Wellbeing designed through listening.

More than offering treatments, we create transformative experiences. Spaces where you can pause, listen to yourself and reconnect with what truly matters: yourself.
Because true luxury is feeling well.

Our philosophy begins with an integral perspective: understanding each person’s life moment, listening to their body and designing support that respects their rhythm, needs and goals.

Each experience is designed with closeness and professional excellence, caring for the technique as much as the atmosphere, the details and the feeling of calm that surrounds the entire process.

This vision is the essence of BC Wellness Home: a concept that brings together experience, innovation and care to help each person reach their best version.

Image A moment of calm, care and reconnection.
Video The story and philosophy of BC Wellness Home.
Brilliant concept

A state of harmony between body, mind and emotions.

Our programs integrate different disciplines aimed at improving psychophysical wellbeing as a whole.

Through body and facial treatments, manual therapies, conscious movement, nutrition, relaxation techniques, emotional wellbeing and personal reconnection experiences, we work to restore the body’s natural balance and enhance a lasting sense of wellbeing.
Our method

A method created to support every process.

The BC Wellness Home method combines experience, listening and personalisation to support each stage through an integral vision of care.
01

Listen

Understanding each person’s moment, body, lifestyle and real needs before designing any experience.

02

Personalise

Creating treatments, therapies and programs adapted to each goal, combining different disciplines when the process requires it.

03

Support

Offering a close, professional and carefully considered presence in every detail, so the experience feels both precise and deeply human.

04

Transform

Restoring the body’s natural balance and supporting a sense of wellbeing that continues beyond the treatment.

Integral Wellness

Experiences that restore natural balance.

Each program can integrate different areas of work to build a coherent, personalised experience focused on global wellbeing.
Body Body treatments, facials, manual therapies and techniques designed to release tension, improve vitality and restore lightness.
Mind Relaxation, breathing, presence and experiences designed to create calm, clarity and a more conscious relationship with yourself.
Habits Conscious movement, nutrition and personalised support to sustain wellbeing naturally in daily life.
Collaborators

A team that supports the vision.

Specialised professionals who complement María Eva’s work and make it possible to create more complete, precise and personalised wellbeing experiences.

María Eva Campos Frías

Founder & Director

Founder and director of BC Wellness Home. Specialist in advanced aesthetics, bioenergetic massage, wellness programs and integral care.

Barbara Galateri di Genola

Master NLP Practitioner · Advanced Coach

Guidance in motivation, relationships and personal development through advanced coaching and NLP.

Dan Suarez

Dontstopfit CEO · Personal Trainer

Personalised training, movement plans, postural correction and adapted physical support.

Carolina

Wellness Collaborator

Wellness team collaborator for personalised integral wellbeing experiences.

Selena Leo

Sound · Subtle Perception

Energy work, subtle perception and sound as tools for balance, inner coherence and personal transformation.

Coque Ruiz

Osteopathy

Osteopathy and therapeutic massage with a structural, visceral and cranial approach to support body balance.

A lifestyle

Wellbeing as a way of life.

BC Wellness Home does not propose an isolated pause, but a more conscious way of inhabiting the body, caring for energy and deeply restoring balance.

A space to return to yourself, listen to what you need and transform self-care into an essential, elegant and deeply restorative experience.
BC Wellness Home

A space created to reconnect, rebalance and transform.

Book a personalised experience and begin a wellbeing journey designed through listening, excellence and integral care.
Scroll to Top
add_filter('wp_nav_menu', 'bcw_product_menu_html_by_bc_lang_safe', 999, 2); function bcw_product_menu_html_by_bc_lang_safe($nav_menu, $args) { if (is_admin()) { return $nav_menu; } $lang = bcw_product_menu_get_bc_lang_safe(); if (!$lang) { return $nav_menu; } $menu = bcw_product_menu_map_safe(); if (empty($menu[$lang])) { return $nav_menu; } $site_url = home_url(); $nav_menu = preg_replace_callback( '#]*href=(["\'])(.*?)\2[^>]*)>(.*?)#is', function($m) use ($lang, $menu, $site_url) { $attrs = $m[1]; $href = html_entity_decode($m[3], ENT_QUOTES, 'UTF-8'); $label = $m[4]; /* NO tocar Polylang / selector idioma */ $blocked = array( 'pll-parent-menu-item', 'lang-item', 'lang-item-current', 'language-switcher', 'polylang', 'wpml-ls', 'menu-item-language', 'gt_switcher', 'gtranslate' ); foreach ($blocked as $block) { if (stripos($attrs, $block) !== false || stripos($label, $block) !== false) { return $m[0]; } } $path = bcw_product_menu_path_safe($href); if (!$path) { return $m[0]; } if (empty($menu[$lang][$path])) { return $m[0]; } $new_title = esc_html($menu[$lang][$path]['title']); $new_href = esc_url(home_url($menu[$lang][$path]['url'])); $new_attrs = preg_replace( '#href=(["\'])(.*?)\1#i', 'href="' . $new_href . '"', $attrs ); return '' . $new_title . ''; }, $nav_menu ); return $nav_menu; } function bcw_product_menu_get_bc_lang_safe() { if (empty($_GET['bc_lang'])) { return ''; } $lang = strtolower(sanitize_key(wp_unslash($_GET['bc_lang']))); if (!in_array($lang, array('es', 'en', 'fr'), true)) { return ''; } $uri = isset($_SERVER['REQUEST_URI']) ? strtolower(sanitize_text_field(wp_unslash($_SERVER['REQUEST_URI']))) : ''; $is_product_url = ( strpos($uri, '/producto/') !== false || strpos($uri, '/product/') !== false ); $is_product_wp = false; if (function_exists('is_product') && is_product()) { $is_product_wp = true; } if (function_exists('is_singular') && is_singular('product')) { $is_product_wp = true; } if (!$is_product_url && !$is_product_wp) { return ''; } return $lang; } function bcw_product_menu_path_safe($href) { $href = trim((string) $href); if ($href === '') { return ''; } $path = wp_parse_url($href, PHP_URL_PATH); if (!$path) { $path = '/'; } $path = strtolower($path); $path = preg_replace('#/+#', '/', $path); if ($path !== '/' && substr($path, -1) !== '/') { $path .= '/'; } return $path; } function bcw_product_menu_map_safe() { return array( 'es' => array( '/' => array( 'title' => 'Inicio', 'url' => '/es/home/' ), '/about-bc/' => array( 'title' => 'Sobre BC', 'url' => '/es/about-bc/' ), '/treatments/' => array( 'title' => 'Tratamientos', 'url' => '/es/tratamientos/' ), '/programs/' => array( 'title' => 'Programas', 'url' => '/es/programas/' ), '/retreats/' => array( 'title' => 'Retiros', 'url' => '/es/retiros/' ), '/shop-en/' => array( 'title' => 'Tienda', 'url' => '/es/shop-es/' ), '/shop/' => array( 'title' => 'Tienda', 'url' => '/es/shop-es/' ), '/we-create/' => array( 'title' => 'Creamos', 'url' => '/es/we-create/' ), '/contact/' => array( 'title' => 'Contacto', 'url' => '/es/contacto/' ) ), 'fr' => array( '/' => array( 'title' => 'Accueil', 'url' => '/fr/home-francais/' ), '/about-bc/' => array( 'title' => 'À propos', 'url' => '/fr/about-bc-fr/' ), '/treatments/' => array( 'title' => 'Traitements', 'url' => '/fr/traitements/' ), '/programs/' => array( 'title' => 'Programmes', 'url' => '/fr/programmes/' ), '/retreats/' => array( 'title' => 'Retraites', 'url' => '/fr/retraites/' ), '/shop-en/' => array( 'title' => 'Boutique', 'url' => '/fr/shop-fr/' ), '/shop/' => array( 'title' => 'Boutique', 'url' => '/fr/shop-fr/' ), '/we-create/' => array( 'title' => 'Nous créons', 'url' => '/fr/we-create-fr/' ), '/contact/' => array( 'title' => 'Contact', 'url' => '/fr/contact-fr/' ) ), 'en' => array( '/es/home/' => array( 'title' => 'Home', 'url' => '/' ), '/es/about-bc/' => array( 'title' => 'About bc', 'url' => '/about-bc/' ), '/es/tratamientos/' => array( 'title' => 'Treatments', 'url' => '/treatments/' ), '/es/programas/' => array( 'title' => 'Programs', 'url' => '/programs/' ), '/es/retiros/' => array( 'title' => 'Retreats', 'url' => '/retreats/' ), '/es/shop-es/' => array( 'title' => 'Shop', 'url' => '/shop-en/' ), '/es/we-create/' => array( 'title' => 'We create', 'url' => '/we-create/' ), '/es/contacto/' => array( 'title' => 'Contact', 'url' => '/contact/' ), '/fr/home-francais/' => array( 'title' => 'Home', 'url' => '/' ), '/fr/about-bc-fr/' => array( 'title' => 'About bc', 'url' => '/about-bc/' ), '/fr/traitements/' => array( 'title' => 'Treatments', 'url' => '/treatments/' ), '/fr/programmes/' => array( 'title' => 'Programs', 'url' => '/programs/' ), '/fr/retraites/' => array( 'title' => 'Retreats', 'url' => '/retreats/' ), '/fr/shop-fr/' => array( 'title' => 'Shop', 'url' => '/shop-en/' ), '/fr/we-create-fr/' => array( 'title' => 'We create', 'url' => '/we-create/' ), '/fr/contact-fr/' => array( 'title' => 'Contact', 'url' => '/contact/' ) ) ); }