@charset "UTF-8";
/*
Generated date: 2025-11-01 11:44:56 +0000 UTC
*/
@import url("https://fonts.googleapis.com/css?family=Cambay");
@import url("https://fonts.googleapis.com/css?family=ABeeZee");
html {
  position: relative;
  min-height: 100%; }
  html body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    /*
                #main-wrapper {
                    margin-bottom: 95px;
                }*/ }
    html body #main-container {
      margin-top: 95px; }

.treatment-section-tabs {
  text-align: center;
  padding-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 20px; }
  @media screen and (max-width: 700px) {
    .treatment-section-tabs {
      padding-right: 0px;
      padding-left: 0px; } }

html,
body {
  height: 100%; }

#main-wrapper {
  min-height: 100%;
  margin-bottom: 0 !important; }

#main-wrapper {
  overflow: auto; }

.footer {
  position: relative;
  margin-top: -100px;
  /* negative value of footer height */
  /* height: 100px;*/
  clear: both;
  padding: 3em 2em;
  margin-top: 25px; }

/*

@media (min-width : 400px) {
    html {
        body {
            #main-wrapper {
                margin-bottom: 75px;
            }
        }
    }
}

@media (min-width : 400px) {
    html {
        body {
            #main-wrapper {
                margin-bottom: 75px;
            }
        }
    }
}

@media (min-width : 600px) {
    html {
        body {
            #main-wrapper {
                margin-bottom: 70px;
            }
        }
    }
}

@media (min-width : 980px) {
    html {
        body {
            #main-wrapper {
                margin-bottom: 85px;
            }
        }
    }
}

*/
hr {
  margin-top: 23px;
  margin-bottom: 23px;
  border: 0;
  border-top: 1px solid #c6c2c2; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3c3c3c;
  font-weight: 600; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a:hover {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.btn {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0; }

.shadow {
  text-shadow: 1px 1px 1px #555; }

.vertical-centered-container-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap; }

.vertical-centered-container-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap; }

.vertical-centered-container-row .col-md-6 {
  display: table-cell; }

.show-ellipsis {
  line-height: 1.5em;
  height: 3.1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%; }

.centered-text {
  text-align: center; }

hr.small-separator {
  width: 10%;
  margin: auto; }

hr.large-separator {
  width: 80%; }

.uppercase {
  text-transform: uppercase; }

/*
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
*/
.footer .section-container {
  padding: 0 !important; }

.footer p {
  margin-bottom: 0; }

/*  ----- Navbar  ----- */
.navbar-brand {
  line-height: 23px;
  height: 64px; }

/* -- utb-navbar fix -- */
#utb-nav .navbar-nav > li {
  margin-top: 0px; }

#utb-nav .navbar-nav > li > a {
  font-weight: 200;
  text-transform: lowercase; }

/*
Show the currency dropdown
#CurrencyDropdown {
    display: none !important;
}
*/
/* -- utb-navbar fix -- */
#utb-nav .navbar-btn {
  margin: 5px;
  padding: 2px 5px; }

#utb-nav nav {
  margin-bottom: 0px;
  min-height: 0px; }

.navbar-header {
  margin-left: 10%; }

.navbar {
  margin-bottom: 0px;
  box-shadow: 0 0px 1px rgba(0, 0, 0, 0.3) !important;
  border-color: transparent !important; }

.navbar-default {
  background-color: #fff;
  border-color: transparent; }

.navbar .navbar-header .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .navbar .navbar-header .navbar-toggle:focus {
    outline: 0; }
  .navbar .navbar-header .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }

.navbar .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

.navbar .dropdown-menu {
  margin-top: 0;
  border: none;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

@media (max-width: 767px) {
  .utb-nav {
    margin: 0; } }

.navbar-collapse {
  background-color: transparent; }

.site-navbar {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
  margin-top: 0; }

.navbar-brand {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
  /*height: 10vh;*/ }

.site-navbar .navbar-nav > li.navUser {
  margin-right: 5px; }

.site-navbar .navbar-nav > li > a {
  font-size: 15px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 400; }

.site-navbar .navbar-brand > img {
  height: 80%;
  margin-top: 5%; }

.navbar-nav > li > a {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 23px; }

@media (min-width: 768px) {
  .navbar-site-navbar {
    border-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .main-nav {
    margin-top: 2vmin;
    margin-right: 1vmin; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav > li > a {
    padding-top: -123a;
    padding-bottom: 0; } }

@media (min-width: 1300px) {
  .navbar-collapse.collapse {
    display: block !important; } }

@media (min-width: 1300px) and (max-width: 1600px) {
  .navbar-header {
    margin: 0 2%; } }

@media (max-width: 1300px) {
  .site-navbar .navbar-header {
    float: none;
    padding-left: 10%;
    padding-right: 10%;
    margin: 0; }
  .navbar-left,
  .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .site-navbar .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .site-navbar .navbar-collapse.collapse {
    display: none; }
  .site-navbar .main-nav {
    float: none !important;
    margin-top: 7.5px; }
  .site-navbar .main-nav > li {
    float: none; }
  .site-navbar .main-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px; }
  .collapse.in {
    display: block !important; }
  .site-navbar .main-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

/* UTBUI Fix */
.form-control {
  height: 37px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

input[type="checkbox"]:focus {
  outline: none; }

input[type="checkbox"],
input[type="radio"] {
  margin: auto;
  margin-bottom: -4px; }

/*  ----- Back to top  ----- */
#toTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  background-color: gray;
  border: 1px solid transparent; }

/*  ----- Cookies  ----- */
.cookie-bar {
  position: fixed;
  width: 100%;
  bottom: 0px;
  right: 0;
  left: 0;
  min-height: 30px;
  text-align: center;
  line-height: 30px;
  background: gray;
  color: white;
  font-size: 10px;
  font-family: "Lato", sans-serif;
  display: none;
  z-index: 10000; }

.cookie-bar .message {
  width: 90vw; }

.cookie-bar .close-cb {
  border: none;
  color: white;
  background: #616161;
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 0;
  cursor: pointer;
  border-radius: 3px;
  line-height: 30px;
  min-height: 30px;
  width: 30px;
  font-size: 16px;
  font-weight: bold; }
  .cookie-bar .close-cb:hover {
    background: black; }

/* ----- Generic section ----- */
.section-container {
  padding-top: 2vmin;
  text-align: center;
  padding-bottom: 2vmin;
  color: #333; }

/*
h1 {
  font-size: 35px;
  color: #3c3c3c;
  font-weight: 600;
}

h2 {
  max-width: 1500px;
  margin: auto;
  text-transform: uppercase;

  color: #333;
  font-weight: 400;
  font-size: 20px;
}

h3 {
  color: #ffffff;
  line-height: 5vmin;
  font-size: 14px;
}

h4 {
  font-size: 14px;
}
*/
p {
  font-size: 13px; }

.container-fluid {
  width: 100%;
  height: 100%;
  position: relative; }

.container-fluid.full-width {
  padding: 0; }

/*  ----- Partials  ----- */
/*  ----- Banners  ----- */
.row {
  margin-left: 0px;
  margin-right: 0px; }

.main-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*width: 100vw;*/
  height: 500px;
  margin: 0 auto;
  position: relative; }
  .main-banner .text {
    padding: 2vmin; }
  .main-banner .button {
    text-transform: uppercase;
    font-weight: 800;
    padding: 1.5vmin 5vmin;
    font-size: 12px;
    color: white;
    border: 0px; }

.main-banner-text-wrapper {
  display: flex;
  flex-flow: column wrap;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center; }

.oblique {
  font-style: oblique; }

.treatment-group {
  max-width: 1500px;
  margin: auto;
  padding-bottom: 30px; }

/*  ----- Partials  ----- */
.treatment-box .title-wrapper h4 {
  line-height: 1.25;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
  font-family: 'Work Sans', sans-serif; }

@media (max-width: 400px) {
  .treatment-box .title-wrapper h4 {
    font-size: 12px; } }

.treatment-box .title-wrapper h4:hover {
  font-weight: 400; }

.treatment-box p {
  line-height: 1.25;
  letter-spacing: 0px;
  margin: 0 0 20px; }

.teatment-category-link {
  padding-bottom: 5px;
  border-bottom: 1px solid #3c3c3c;
  font-weight: 400;
  font-size: 15px; }

.wrapper {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: center; }

.box {
  padding: 4vmin; }
  .box.treatment-box {
    padding: 1%; }

.box img {
  width: 100%; }

.box-item {
  /*text-align: center;
    padding: 15px 0;*/ }

.image-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 2vmin;
  height: 230px; }

.image-wrapper img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.image-wrapper:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.treatment-group .btn-default,
.treatment-group .btn-primary {
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  border: 0px;
  margin-bottom: 5px;
  width: 48%;
  border-radius: 5px; }

.button-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px; }

.button-wrapper .btn.btn-default {
  width: 48%;
  /* Ocupar todo el ancho disponible */ }

.box-item.button-wrapper div {
  width: 100%; }

.box.treatment-box {
  padding: 1%;
  margin-top: 15px; }

.recommended-treatments .btn.btn-default {
  width: 100%; }

@media (min-width: 1200px) and (max-width: 1350px) {
  .button-wrapper {
    flex-direction: column;
    /* Cambia la dirección a columna */
    align-items: center;
    /* Centra los botones en la columna */ }
  .button-wrapper .btn.btn-default {
    width: 100%;
    /* Ocupar todo el ancho disponible */ }
  .box.treatment-box {
    padding: 1%;
    margin-top: 10%; } }

/* Para resoluciones pequeñas (por ejemplo, menos de 480px) */
@media (max-width: 900px) {
  .button-wrapper {
    flex-direction: column;
    /* Cambia la dirección a columna */
    align-items: center;
    /* Centra los botones en la columna */ }
  .button-wrapper .btn.btn-default {
    width: 100%;
    /* Ocupar todo el ancho disponible */ }
  .box.treatment-box {
    padding: 1%;
    margin-top: 10%; } }

/*  ----- Service page  ----- */
.service-container {
  padding-top: 2vmin; }

.service-description {
  text-align: justify;
  font-size: 2.5vmin;
  line-height: 4vmin; }

.page-title {
  font-size: 4em;
  text-align: center; }

.page-title-wrapper {
  background-color: #ededed;
  color: #333;
  padding: 35px; }
  .page-title-wrapper .full-width-text {
    padding: 0; }

/* ---------------------------*/
/* ----- tratamiento ------*/
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  -webkit-box-shadow: inset 0 -2px 0 #ef3437;
  box-shadow: inset 0 -2px 0 #ef3437;
  color: #ef3437;
  font-weight: 600; }

.wrap-div {
  padding: 5px; }

.wrap-div p {
  margin-left: 15px; }

/* ----- tratamiento ------*/
/* ----- Contact section -----*/
/*Gmap - two cols with map*/
#horariosMapa {
  padding: 0;
  color: #3c3e47; }

#horariosMapa h2 {
  display: block;
  color: #ef3437;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold; }

#horariosMapa p {
  display: block;
  color: #3c3e47;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal; }

/* ----- Contact section -----*/
/* ----- Subtitle Text Style ----- */
/* ----- Subtitle Text Style ----- */
/* ----- Currency Dropdown ----- */
.CurrencyDropdown .dropdown-menu > li > a {
  color: #666666;
  font-weight: bold;
  padding-left: 30px; }

.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8; }

/* ----- Currency Dropdown ----- */
/* ----- Service Prices ----- */
.price {
  display: none; }

.price .price-offer-base {
  text-decoration: line-through;
  font-size: 20px;
  color: #e04f4f; }

.price .price-offer-discount {
  display: inline !important;
  font-size: inherit; }

#service-summary-box .price .price-offer-discount {
  display: block !important; }

/* ----- Service Prices ----- */
/*************************************************************************************************/
body {
  font-family: "Cambay";
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  background: #ffffff; }

/*
Loop through all headers
*/
h1,
.h1 {
  font-family: "ABeeZee"; }
  h1.font-small,
  .h1.font-small {
    font-size: 2em !important; }
  h1.font-medium,
  .h1.font-medium {
    font-size: 2.4em !important; }
  h1.font-large,
  .h1.font-large {
    font-size: 6em !important; }

h2,
.h2 {
  font-family: "ABeeZee"; }
  h2.font-small,
  .h2.font-small {
    font-size: 1.66666667em !important; }
  h2.font-medium,
  .h2.font-medium {
    font-size: 2em !important; }
  h2.font-large,
  .h2.font-large {
    font-size: 5em !important; }

h3,
.h3 {
  font-family: "ABeeZee"; }
  h3.font-small,
  .h3.font-small {
    font-size: 1.33333333em !important; }
  h3.font-medium,
  .h3.font-medium {
    font-size: 1.6em !important; }
  h3.font-large,
  .h3.font-large {
    font-size: 4em !important; }

h4,
.h4 {
  font-family: "ABeeZee"; }
  h4.font-small,
  .h4.font-small {
    font-size: 1em !important; }
  h4.font-medium,
  .h4.font-medium {
    font-size: 1.2em !important; }
  h4.font-large,
  .h4.font-large {
    font-size: 3em !important; }

h5,
.h5 {
  font-family: "ABeeZee"; }
  h5.font-small,
  .h5.font-small {
    font-size: 0.66666667em !important; }
  h5.font-medium,
  .h5.font-medium {
    font-size: 0.8em !important; }
  h5.font-large,
  .h5.font-large {
    font-size: 2em !important; }

h6,
.h6 {
  font-family: "ABeeZee"; }
  h6.font-small,
  .h6.font-small {
    font-size: 0.33333333em !important; }
  h6.font-medium,
  .h6.font-medium {
    font-size: 0.4em !important; }
  h6.font-large,
  .h6.font-large {
    font-size: 1em !important; }

.color-white {
  color: #ffffff !important; }

.color0 {
  color: #114a57 !important; }

.color1 {
  color: #114a57 !important; }

.bgcolor0 {
  background-color: #114a57 !important; }

.bgcolor1 {
  background-color: #114a57 !important; }

.font-small {
  font-size: 1em !important; }

.font-medium {
  font-size: 1.5em !important; }

.font-large {
  font-size: 2em !important; }

.line-height-small {
  line-height: 1em !important; }

.line-height-medium {
  line-height: 1.5em !important; }

.line-height-large {
  line-height: 2em !important; }

.font-weight-light {
  font-weight: lighter; }

.font-weight-medium {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-lowercase {
  text-transform: lowercase !important; }

p {
  color: #3c3c3c; }

a {
  color: #333; }

a:hover {
  color: #114a57; }

.btn-default,
.btn-primary {
  text-transform: uppercase;
  background: #114a57;
  font-weight: 600;
  color: white;
  border: 0px; }

/*
.treatment-group .btn-default, .treatment-group .btn-primary {
    background: $color1;
}
*/
/* ----- Button Hover Color ----- */
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover .btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-default.focus,
.btn-default:focus,
.btn-primary:active:hover,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default.focus:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-primary:hover,
.btn-primary:active:hover .open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  background: #114a57;
  color: white;
  font-weight: 700; }

/* ----- Button Hover Color ----- */
.site-navbar {
  background-color: white; }

.site-navbar .navbar-nav > li > a {
  color: #3c3c3c;
  background-color: transparent; }

.site-navbar .navbar-nav > li > a:focus,
.site-navbar .navbar-nav > li > a:hover,
.site-navbar .navbar-nav > .active > a,
.site-navbar .navbar-nav > .active > a:focus,
.site-navbar .navbar-nav > .active > a:hover,
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #114a57;
  background-color: transparent; }

.price-wrapper > p {
  font-weight: 600;
  color: #003 !important;
  font-size: 1.2em; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #003;
  background-color: transparent; }

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  -webkit-box-shadow: inset 0 -2px 0 #114a57;
  box-shadow: inset 0 -2px 0 #114a57; }

.thumbnail {
  margin-bottom: 0; }

.dropdown-menu li:hover {
  background-color: rgba(17, 74, 87, 0.3); }

.shadow-text {
  text-shadow: 1px 2px 3px black; }
