/*
Theme Name:   ukiyo
Theme URI:    http://ukiyo.test
Description:  Child Theme
Author URI:   http://ukiyo.test
Template:     Divi
Author:       Manifiesto
Version:      1.0.0
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  ukiyo
*/
/*------------------------------------------------*/
@import url("../Divi/style.css");
/* FONTS */
@font-face {
  font-family: "sfrounded-light";
  src: url("./fonts/SFRounded-Light.woff2") format("woff2"), url("./fonts/SFRounded-Light.woff") format("woff");
  font-style: normal !important;
  font-weight: 200 !important;
  font-display: swap !important;
}
.light, body.legales #main-content li, body.contacto .et_pb_section p, body.contacto .et_pb_section h5, body.tratamientos .tratamientos-selector p, body.home #home-cols .et_pb_column p, body #main-header .container .lang-rss #quienes-somos-link, body .cli-privacy-content-text {
  font-family: "sfrounded-light";
}

@font-face {
  font-family: "sfrounded-thin";
  src: url("./fonts/SFRounded-Thin.woff2") format("woff2"), url("./fonts/SFRounded-Thin.woff") format("woff");
  font-style: normal !important;
  font-weight: 300 !important;
  font-display: swap !important;
}
.thin, body.legales #main-content li i, body.contacto .et_pb_section h4, body.contacto .et_pb_section h2, body.pilates .tratamientos-seccion .seccion-title, body.tratamientos .tratamientos-seccion .seccion-title, body.home p, body #menu-container .menu-list .menu-main-menu-container #menu-main-menu li a,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-en li a,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-fr li a,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu li a,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-en li a,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-fr li a,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu li a,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-en li a,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-fr li a, p i, p, h2, h1 {
  font-family: "sfrounded-thin";
}

@font-face {
  font-family: "sfrounded-regular";
  src: url("./fonts/SFRounded-Regular.woff2") format("woff2"), url("./fonts/SFRounded-Regular.woff") format("woff");
  font-style: normal !important;
  font-weight: 400 !important;
  font-display: swap !important;
}
.regular, body.home #home-cols .et_pb_column h4 {
  font-family: "sfrounded-regular";
}

@font-face {
  font-family: "sfrounded-bold";
  src: url("./fonts/SFRounded-Bold.woff2") format("woff2"), url("./fonts/SFRounded-Bold.woff") format("woff");
  font-style: normal !important;
  font-weight: 700 !important;
  font-display: swap !important;
}
.bold, body.pilates h6, body.tratamientos .tratamientos-selector p.active, body #page-container .lang-mobile, body #wt-cli-privacy-save-btn, body #wt-cli-privacy-title, body #cookie-law-info-bar .cli-bar-message p.title, body #cookie-law-info-bar .cli-bar-message, body #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-reject-btn,
body #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-settings-btn,
body #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-accept-btn, body #cookie-law-info-bar #wt-cli-reject-btn,
body #cookie-law-info-bar #wt-cli-accept-btn, strong,
b {
  font-family: "sfrounded-bold" !important;
}

/* MQ */
/* COLORS */
/* STYLE TEXTS */
h1 {
  font-size: 58px;
  line-height: 1.1;
  color: #000;
}
@media (max-width: 768px) {
  h1 {
    font-size: 43px;
  }
}

h2 {
  font-size: 48px;
  line-height: 1.1;
  color: #000;
}
@media (max-width: 768px) {
  h2 {
    font-size: 34px;
  }
}

p {
  font-size: 24px;
  line-height: 1.1;
  color: #000;
}
p i {
  font-size: 16px;
}
@media (max-width: 768px) {
  p {
    font-size: 19px;
  }
}

strong,
b {
  font-weight: inherit !important;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  min-height: 100vh;
  /* COOKIES */
  /* header */
  /* footer */
}
body .otgs-development-site-front-end {
  display: none !important;
}
body #menu-container {
  height: 100vh;
  width: 80px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #000;
  transition: 0.2s all;
  z-index: 99999;
}
@media (max-width: 980px) {
  body #menu-container {
    display: none;
  }
}
body #menu-container .burger-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  cursor: pointer;
  z-index: 12;
}
body #menu-container .burger-menu span {
  background-color: #000;
  width: 1px;
  height: 50px;
  display: block;
  text-decoration: none;
  transition: 0.5s all;
}
body #menu-container:hover {
  background-color: #000;
}
body #menu-container:hover .burger-menu span {
  background-color: #FFF;
}
body #menu-container .menu-list {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 0px;
  transition: 0.5s all ease-in-out;
  z-index: 9;
  overflow: hidden;
}
body #menu-container .menu-list .menu-main-menu-container,
body #menu-container .menu-list .menu-main-menu-en-container,
body #menu-container .menu-list .menu-main-menu-fr-container {
  height: 100%;
}
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-en,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-fr,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-en,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-fr,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-en,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-fr {
  height: 100%;
  /* right: 70%; */
}
@media (max-width: 1440px) {
  body #menu-container .menu-list .menu-main-menu-container #menu-main-menu,
  body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-en,
  body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-fr,
  body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu,
  body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-en,
  body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-fr,
  body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu,
  body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-en,
  body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-fr {
    top: 20%;
  }
}
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu li,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-en li,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-fr li,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu li,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-en li,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-fr li,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu li,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-en li,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-fr li {
  margin-bottom: 0px;
}
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu li a,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-en li a,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-fr li a,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu li a,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-en li a,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-fr li a,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu li a,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-en li a,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-fr li a {
  white-space: nowrap;
  color: #FFF !important;
  text-decoration: none;
  font-size: 48px;
  line-height: 1;
  cursor: default;
}
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu li a span,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-en li a span,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-fr li a span,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu li a span,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-en li a span,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-fr li a span,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu li a span,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-en li a span,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-fr li a span {
  opacity: 0.8;
  margin-right: 24px;
  font-size: 39px;
}
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu li a label,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-en li a label,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-fr li a label,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu li a label,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-en li a label,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-fr li a label,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu li a label,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-en li a label,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-fr li a label {
  transition: transform 0.3s ease;
  cursor: pointer;
}
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu li a:hover label,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-en li a:hover label,
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-fr li a:hover label,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu li a:hover label,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-en li a:hover label,
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-fr li a:hover label,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu li a:hover label,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-en li a:hover label,
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-fr li a:hover label {
  display: inline-block;
  transform: scale(1.1) !important;
}
@media (min-width: 980px) and (max-width: 1240px) {
  body #menu-container .menu-list .menu-main-menu-container #menu-main-menu li a,
  body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-en li a,
  body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-fr li a,
  body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu li a,
  body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-en li a,
  body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-fr li a,
  body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu li a,
  body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-en li a,
  body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-fr li a {
    font-size: 38px !important;
  }
  body #menu-container .menu-list .menu-main-menu-container #menu-main-menu li a span,
  body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-en li a span,
  body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-fr li a span,
  body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu li a span,
  body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-en li a span,
  body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-fr li a span,
  body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu li a span,
  body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-en li a span,
  body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-fr li a span {
    font-size: 31px !important;
  }
}
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu li:nth-child(4),
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-en li:nth-child(4),
body #menu-container .menu-list .menu-main-menu-container #menu-main-menu-fr li:nth-child(4),
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu li:nth-child(4),
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-en li:nth-child(4),
body #menu-container .menu-list .menu-main-menu-en-container #menu-main-menu-fr li:nth-child(4),
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu li:nth-child(4),
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-en li:nth-child(4),
body #menu-container .menu-list .menu-main-menu-fr-container #menu-main-menu-fr li:nth-child(4) {
  margin-bottom: 0px !important;
}
body #menu-container .menu-list .wave-icn {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
body #menu-container .menu-logo {
  position: absolute;
  top: 10%;
  left: -20%;
  opacity: 0;
  z-index: 10;
  transition: 0.5s all ease-in-out;
}
body #menu-container.opened {
  background-color: #000;
  cursor: default;
}
body #menu-container.opened .burger-menu {
  cursor: pointer;
}
body #menu-container.opened .burger-menu span {
  background-color: #FFF;
}
body #menu-container.opened .burger-menu span:first-child {
  transform: rotate(17deg) translateX(9px);
}
body #menu-container.opened .burger-menu span:last-child {
  transform: rotate(-17deg) translateX(-9px);
}
body #menu-container.opened .menu-list {
  width: 100vw;
}
body #menu-container.opened .menu-logo {
  left: 22px;
  opacity: 1;
}
body #page-container {
  overflow-x: hidden;
  margin-top: -1px !important;
  width: calc(100% - 80px);
  margin-left: auto;
  padding-top: 0px !important;
  position: relative;
  z-index: 99998;
}
body #page-container a,
body #page-container span {
  color: #F93549;
  text-decoration: underline;
}
body #page-container a.direction,
body #page-container span.direction {
  color: #000 !important;
}
@media (max-width: 980px) {
  body #page-container {
    width: 100%;
  }
}
body .et_pb_section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 980px) {
  body .et_pb_section {
    justify-content: start;
    padding-top: 158px !important;
  }
}
body .et_pb_section .et_pb_row {
  padding: 0px !important;
  width: 100% !important;
  max-width: 84%;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  body #cookie-law-info-bar .cli-bar-message {
    max-width: 920px;
  }
}
@media (max-width: 1440px) {
  body #cookie-law-info-bar .cli-bar-message {
    max-width: 800px;
  }
}
@media (max-width: 1350px) {
  body #cookie-law-info-bar .cli-bar-message {
    max-width: 56%;
    line-height: 1.4 !important;
  }
}
@media (max-width: 1100px) {
  body #cookie-law-info-bar .cli-bar-message {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  body #cookie-law-info-bar .cli-bar-message {
    max-width: 100%;
  }
}
body #cookie-law-info-bar .cli-bar-message,
body #cookie-law-info-bar a {
  font-size: 15px;
  line-height: 1;
  color: #FFF;
  text-decoration: none;
}
body #cookie-law-info-bar .cli-bar-message {
  font-size: 15px;
}
body #cookie-law-info-bar .cli-bar-message p {
  width: 100% !important;
  max-width: 100% !important;
}
body #cookie-law-info-bar #wt-cli-reject-btn,
body #cookie-law-info-bar #wt-cli-accept-btn {
  background-color: #000 !important;
  color: #FFF !important;
  margin-left: 20px !important;
  font-size: 13px;
}
body #cookie-law-info-bar .cli_settings_button {
  font-size: 15px;
}
body #cliSettingsPopup h4 {
  font-size: 18px;
}
body #cliSettingsPopup .cli-privacy-content-text {
  font-size: 15px;
}
body #cliSettingsPopup #wt-cli-privacy-save-btn {
  background-color: #000;
  color: #FFF;
}
body #cliSettingsPopup .cli-tab-section th,
body #cliSettingsPopup .cli-tab-section table th {
  font-size: 14px;
}
body #cliSettingsPopup .cli-tab-section td,
body #cliSettingsPopup .cli-tab-section table td {
  font-size: 13px;
}
body #cookie-law-info-bar {
  width: 900px !important;
  max-width: 900px !important;
  padding: 1.5rem !important;
}
body #cookie-law-info-bar .cli-bar-btn_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 44px !important;
  gap: 0.5rem;
}
@media (max-width: 980px) {
  body #cookie-law-info-bar .cli-bar-btn_container {
    display: flex;
    flex-direction: column-reverse;
  }
}
body #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-reject-btn,
body #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-settings-btn,
body #cookie-law-info-bar .cli-bar-btn_container a#wt-cli-accept-btn {
  background-color: #000 !important;
  color: #FFF !important;
  margin: 0px !important;
  padding: 1em !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
}
@media (max-width: 980px) {
  body #cookie-law-info-bar {
    width: 84% !important;
  }
}
body #cookie-law-info-bar .cli-bar-message {
  color: #000 !important;
  font-size: 16px;
}
body #cookie-law-info-bar .cli-bar-message p {
  width: 100% !important;
  max-width: 100% !important;
}
body #cookie-law-info-bar .cli-bar-message a {
  color: #000 !important;
  text-decoration: underline !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}
body #cookie-law-info-bar .cli-bar-message p {
  color: #000 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}
body #cookie-law-info-bar .cli-bar-message p.title {
  font-size: 24px !important;
  padding-bottom: 8px !important;
  color: #000 !important;
}
@media (max-width: 980px) {
  body #cookie-law-info-bar .cli-bar-message p.title {
    font-size: 18px !important;
  }
}
body #wt-cli-privacy-title {
  color: #000;
  font-size: 24px !important;
}
@media (max-width: 980px) {
  body #wt-cli-privacy-title {
    font-size: 18px !important;
  }
}
body .cli-privacy-content-text {
  color: #000 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
}
body #wt-cli-privacy-save-btn {
  background-color: #000 !important;
  color: #FFF !important;
  margin: 0px !important;
  padding: 1em !important;
  text-align: center !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px !important;
  border-radius: 0px !important;
}
@media (max-width: 980px) {
  body #wt-cli-privacy-save-btn {
    display: flex;
  }
}
body #main-header {
  position: absolute !important;
  background-color: transparent;
  top: 0 !important;
  box-shadow: none !important;
  padding-top: 44px;
  z-index: 999999;
}
@media (max-width: 768px) {
  body #main-header {
    padding-top: 24px;
  }
}
body #main-header svg,
body #main-header svg path {
  stroke: none !important;
}
body #main-header svg :not(#dot), body #main-header svg:not(#dot),
body #main-header svg path :not(#dot),
body #main-header svg path:not(#dot) {
  fill: #000;
}
body #main-header .container {
  padding: 0px !important;
  width: 100% !important;
  max-width: 80% !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 980px) {
  body #main-header .container {
    max-width: 84% !important;
  }
}
body #main-header .container::after {
  display: none;
}
body #main-header .container .logo_container {
  width: -moz-fit-content;
  width: fit-content;
  position: relative !important;
}
body #main-header .container .logo_container .logo_helper {
  display: none;
}
body #main-header .container .logo_container svg {
  max-width: 126px;
  width: 100%;
  transition: all 0.2s;
}
body #main-header .container .logo_container svg #ring {
  transition: all 0.2s;
  opacity: 1;
}
body #main-header .container .logo_container svg #dot {
  transition: all 0.2s;
  opacity: 0;
  fill: #F93549;
}
body #main-header .container .logo_container svg:hover #ring {
  opacity: 0;
}
body #main-header .container .logo_container svg:hover #dot {
  opacity: 1;
}
body #main-header .container .lang-rss {
  display: flex;
  align-items: center;
  justify-content: end;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media (max-width: 980px) {
  body #main-header .container .lang-rss {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  body #main-header .container .lang-rss .lang {
    display: none;
  }
}
body #main-header .container .lang-rss #quienes-somos-link {
  display: none;
  color: #FFF;
  text-decoration: none !important;
  font-size: 20px;
  transition: all 0.4s;
}
body #main-header .container .lang-rss #quienes-somos-link:hover {
  text-decoration: underline !important;
}
body #main-header .container .lang-rss .rss {
  height: 20px;
}
body #main-header .container .lang-rss .mobile-burger {
  display: none;
}
@media (max-width: 980px) {
  body #main-header .container .lang-rss .mobile-burger {
    display: flex;
  }
}
body #main-header .container .lang-rss .mobile-burger {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
body #main-header .container .lang-rss .mobile-burger span {
  height: 1px;
  width: 36px;
  background-color: #FFF;
  transition: 0.8s all;
}
body #main-header .container .lang-rss .mobile-burger.active span:nth-child(2) {
  opacity: 0;
}
body #main-header .container .lang-rss .mobile-burger.active span:first-child {
  transform: rotate(45deg) translateY(13px);
}
body #main-header .container .lang-rss .mobile-burger.active span:last-child {
  transform: rotate(-45deg) translateY(-14px);
}
body #main-header .container .lang-rss .lang .wpml-ls-legacy-dropdown-click {
  width: -moz-fit-content;
  width: fit-content;
}
body #main-header .container .lang-rss .lang .wpml-ls-legacy-dropdown-click a,
body #main-header .container .lang-rss .lang .wpml-ls-legacy-dropdown-click span {
  background-color: #FFF !important;
  border-color: #FFF !important;
  text-decoration: none !important;
  color: #000 !important;
}
body #main-header .container .lang-rss .lang .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  border: 1px solid #000 !important;
}
body #main-header .container .lang-rss .lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: 1px solid #000 !important;
  border-top: 0px !important;
}
body #page-container .mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #000;
  z-index: 999998;
  transform: translateX(100vw);
  transition: 0.8s all;
  width: 60%;
}
body #page-container .mobile-menu.opened {
  transform: none;
}
@media (max-width: 768px) {
  body #page-container .mobile-menu {
    width: 78%;
  }
}
@media (max-width: 768px) {
  body #page-container .mobile-menu {
    width: 100%;
  }
}
body #page-container .mobile-menu .menu-main-menu-container,
body #page-container .mobile-menu .menu-main-menu-en-container,
body #page-container .mobile-menu .menu-main-menu-fr-container {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 37%;
  margin-left: 14%;
}
body #page-container .mobile-menu .menu-main-menu-container li,
body #page-container .mobile-menu .menu-main-menu-en-container li,
body #page-container .mobile-menu .menu-main-menu-fr-container li {
  margin-bottom: 38px;
}
body #page-container .mobile-menu .menu-main-menu-container li a,
body #page-container .mobile-menu .menu-main-menu-en-container li a,
body #page-container .mobile-menu .menu-main-menu-fr-container li a {
  color: #FFF !important;
  text-decoration: none !important;
  font-size: 27px;
}
body #page-container .mobile-menu .menu-main-menu-container li:nth-child(n+6),
body #page-container .mobile-menu .menu-main-menu-en-container li:nth-child(n+6),
body #page-container .mobile-menu .menu-main-menu-fr-container li:nth-child(n+6) {
  display: inline-block;
  margin-right: 20px;
}
body #page-container .mobile-menu .menu-main-menu-container li:nth-child(n+6) span,
body #page-container .mobile-menu .menu-main-menu-en-container li:nth-child(n+6) span,
body #page-container .mobile-menu .menu-main-menu-fr-container li:nth-child(n+6) span {
  font-size: 20px;
  font-weight: 600;
}
body #page-container .mobile-menu .menu-main-menu-container:nth-child(2),
body #page-container .mobile-menu .menu-main-menu-container:nth-child(3) {
  display: none !important;
}
body #page-container .mobile-menu a {
  color: #FFF !important;
}
body #page-container .mobile-menu a span {
  opacity: 0.8;
  margin-right: 11px;
  color: #FFF !important;
  text-decoration: none !important;
}
body .mobile-menu {
  display: none;
}
@media (max-width: 980px) {
  body .mobile-menu {
    display: block;
    font-family: "sfrounded-thin";
  }
}
body #page-container .lang-mobile {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 14%;
  color: #FFF !important;
  text-decoration: none !important;
  font-size: 27px;
}
body #page-container .lang-mobile .wpml-ls-legacy-dropdown-click {
  width: -moz-fit-content;
  width: fit-content;
}
body #page-container .lang-mobile .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle {
  border: none !important;
  background-color: transparent !important;
  color: #FFF !important;
  text-decoration: none !important;
}
body #page-container .lang-mobile .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle span {
  color: #FFF !important;
  text-decoration: none !important;
  opacity: 1 !important;
}
body #page-container .lang-mobile .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none !important;
}
body #page-container .lang-mobile .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li,
body #page-container .lang-mobile .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  background-color: transparent !important;
  border: none !important;
}
body #page-container .lang-mobile .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu span,
body #page-container .lang-mobile .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  color: #FFF !important;
  text-decoration: none !important;
}
@media (min-width: 980px) {
  body .menu-item-wpml-ls-2-es,
  body .menu-item-wpml-ls-2-en,
  body .menu-item-wpml-ls-2-fr {
    display: none;
  }
}
body .wave-mobile {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
body #main-footer {
  height: 34px;
  position: absolute;
  border-top: 1px solid #000;
  background-color: transparent;
  width: 100%;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 500px) {
  body #main-footer {
    height: 99px;
  }
}
body #et-footer-nav {
  background-color: transparent !important;
}
body #et-footer-nav #menu-footer-menu {
  gap: 8px;
  max-width: 40%;
  margin-inline: auto;
  justify-content: space-between;
  min-width: 480px;
  padding: 4px 0;
}
@media (max-width: 768px) {
  body #et-footer-nav #menu-footer-menu {
    max-width: 100%;
    min-width: 100%;
  }
}
body #footer-bottom {
  display: none;
}
body #menu-footer-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
body #menu-footer-menu li {
  padding-right: 0px !important;
}
@media (max-width: 500px) {
  body #menu-footer-menu {
    flex-direction: column;
    gap: 10px;
  }
}
body #menu-footer-menu a {
  font-family: "sfrounded-thin";
  font-size: 16px;
  color: #000 !important;
  text-decoration: none !important;
}
@media (max-height: 820px) {
  body.home .et_pb_section {
    min-height: 100vh;
    padding-bottom: 140px !important;
  }
}
@media (max-width: 980px) {
  body.home .et_pb_section {
    min-height: 100vh;
    padding-bottom: 280px !important;
  }
}
body.home #main-header svg,
body.home #main-header svg path {
  stroke: none !important;
}
body.home #main-header svg :not(#dot), body.home #main-header svg:not(#dot),
body.home #main-header svg path :not(#dot),
body.home #main-header svg path:not(#dot) {
  fill: #FFF !important;
}
body.home #main-header #quienes-somos-link {
  display: block !important;
}
body.home p {
  color: #FFF;
}
body.home #punto {
  fill: #FFF;
  transition: 1s all;
}
body.home .wave {
  margin-bottom: 16px !important;
  text-align: center;
}
body.home .wave img {
  max-width: 97px;
}
body.home .ukiyo-svg {
  display: flex;
  justify-content: center;
  max-width: 70%;
  margin-inline: auto;
  cursor: pointer;
  margin-bottom: 130px !important;
}
@media (max-width: 980px) {
  body.home .ukiyo-svg {
    margin-bottom: 27px !important;
  }
  body.home .ukiyo-svg svg {
    max-width: 100%;
  }
}
body.home #welcome-circle {
  pointer-events: none;
  margin: 0;
  padding: 0;
  width: -moz-fit-content !important;
  width: fit-content !important;
  position: absolute;
  top: -28%;
  right: -6%;
  transform-origin: center;
  animation: rotating 18s linear infinite;
}
@media (max-width: 1440px) {
  body.home #welcome-circle {
    top: -34%;
    right: -12%;
  }
}
@media (max-width: 1240px) {
  body.home #welcome-circle {
    top: -38%;
    right: -18%;
  }
}
@media (max-width: 980px) {
  body.home #welcome-circle {
    display: none;
  }
}
body.home #welcome-circle .et_pb_image_wrap {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
body.home #main-footer {
  border-top: 1px solid #FFF !important;
}
body.home #menu-footer-menu a {
  color: #FFF !important;
}
body.home .wave-btn {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  height: 68px;
}
body.home .wave-btn::after {
  display: none;
}
body.home .wave-btn .et_pb_column {
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  cursor: pointer;
}
body.home .wave-btn .et_pb_column p {
  font-size: 19px;
}
body.home .wave-btn .et_pb_column .et_pb_image {
  margin-bottom: 0px;
}
body.home .wave-btn .et_pb_column .et_pb_text {
  width: 0px;
  opacity: 0;
  overflow: hidden;
  max-height: 40px;
  transition: all 0.8s;
  text-wrap: nowrap;
}
@media (max-width: 980px) {
  body.home .wave-btn .et_pb_column .et_pb_text {
    width: -moz-fit-content;
    width: fit-content;
    opacity: 1;
  }
}
body.home .wave-btn .et_pb_column:hover .et_pb_text {
  width: 180px;
  opacity: 1;
}
@media (max-width: 980px) {
  body.home .wave-btn .et_pb_column:hover .et_pb_text {
    width: -moz-fit-content;
    width: fit-content;
  }
}
body.home #home-cols {
  max-width: 90% !important;
  width: 880px !important;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 88px;
}
@media (max-width: 980px) {
  body.home #home-cols {
    flex-direction: column;
    gap: 36px;
    align-items: center;
  }
}
body.home #home-cols .et_pb_column {
  width: 50%;
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
body.home #home-cols .et_pb_column .et_pb_text {
  margin: 0px;
}
body.home #home-cols .et_pb_column h4 {
  color: #FFF;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}
body.home #home-cols .et_pb_column h4 a {
  color: #FFF !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s;
}
body.home #home-cols .et_pb_column h4 a:hover {
  text-decoration: underline !important;
}
body.home #home-cols .et_pb_column p {
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}
body.home #home-cols .et_pb_column p a {
  color: #FFF !important;
  text-decoration: none !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.home .home-logos {
  border-top: 1px solid #FFF;
  max-width: 100%;
  padding-block: 17px !important;
  padding-bottom: 49px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
}
@media (min-width: 500px) and (max-width: 1240px) {
  body.home .home-logos {
    padding-bottom: 49px;
  }
}
@media (max-width: 500px) {
  body.home .home-logos {
    padding-bottom: 119px !important;
  }
}
body.home .home-logos .et_pb_column {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media (max-width: 1440px) {
  body.home .home-logos .et_pb_column {
    flex-wrap: wrap;
    gap: 34px;
  }
}
@media (max-width: 1240px) {
  body.home .home-logos .et_pb_column {
    gap: 13px;
  }
}
body.home .home-logos .et_pb_column .et_pb_image {
  margin: 0px;
}
body.quienes-somos #main-header .container .lang-rss .mobile-burger span, body.contacto #main-header .container .lang-rss .mobile-burger span, body.tratamientos #main-header .container .lang-rss .mobile-burger span {
  background-color: #000;
}
body.quienes-somos #main-header .container .lang-rss .mobile-burger.active span, body.contacto #main-header .container .lang-rss .mobile-burger.active span, body.tratamientos #main-header .container .lang-rss .mobile-burger.active span {
  background-color: #FFF;
}
body.quienes-somos p, body.contacto p {
  max-width: 632px;
  margin: 0 auto;
}
body.tratamientos .et_pb_row {
  max-width: 100%;
}
body.tratamientos .et_pb_section {
  justify-content: start;
  padding-top: 130px !important;
}
body.tratamientos .et_pb_section .et_pb_text_0 {
  margin-bottom: 16px;
}
body.tratamientos .tratamientos-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
  width: 50%;
  margin: 0 auto;
  margin-bottom: 70px;
}
body.tratamientos .tratamientos-selector p {
  cursor: pointer;
  padding: 0px;
}
@media (max-width: 768px) {
  body.tratamientos .tratamientos-selector {
    width: 80%;
  }
}
@media (max-width: 500px) {
  body.tratamientos .tratamientos-selector {
    width: 84%;
  }
  body.tratamientos .tratamientos-selector p {
    font-size: 16px !important;
  }
}
body.tratamientos .tratamientos-scroll {
  padding-bottom: 95.8px !important;
  max-height: calc(100vh - 130px - 33px - 90px - 26px - 70px);
  overflow-y: scroll;
  scrollbar-width: none;
}
@media (max-width: 500px) {
  body.tratamientos .tratamientos-scroll {
    max-height: calc(100vh - 130px - 33px - 90px - 90px - 70px);
  }
}
body.tratamientos .tratamientos-scroll .all-tratamientos-selector {
  width: 1140px;
  max-width: 84%;
  margin: 0 auto;
}
body.tratamientos .tratamientos-scroll .all-tratamientos-selector > div {
  opacity: 0;
  height: 0px;
  transition: 0.8s all;
  overflow: hidden;
}
body.tratamientos .tratamientos-scroll .all-tratamientos-selector > div.active {
  opacity: 1;
  height: auto;
}
body.tratamientos .tratamientos-scroll .all-tratamientos-selector.active.facial, body.tratamientos .tratamientos-scroll .all-tratamientos-selector.active.corporal {
  padding-bottom: 95.8px !important;
}
body.tratamientos .tratamientos-scroll .all-tratamientos-selector::before {
  content: "";
  display: block;
  position: fixed;
  bottom: 34px;
  left: 0;
  width: 100%;
  height: 84px;
  background-image: url("/wp-content/uploads/2024/05/tratamientos-fade.png");
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 500px) {
  body.tratamientos .tratamientos-scroll .all-tratamientos-selector::before {
    display: none;
  }
}
body.tratamientos .tratamientos-seccion {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 80px;
  margin-top: 64px;
}
body.tratamientos .tratamientos-seccion:first-child {
  margin-top: 0px;
}
@media (max-width: 1440px) {
  body.tratamientos .tratamientos-seccion {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 1240px) {
  body.tratamientos .tratamientos-seccion > img {
    max-width: 360px;
  }
}
@media (max-width: 1100px) {
  body.tratamientos .tratamientos-seccion > img {
    max-width: 290px;
  }
}
@media (max-width: 1000px) {
  body.tratamientos .tratamientos-seccion > img {
    max-width: 270px;
  }
}
@media (max-width: 980px) {
  body.tratamientos .tratamientos-seccion {
    flex-direction: column-reverse !important;
    gap: 70px;
  }
  body.tratamientos .tratamientos-seccion > div {
    width: 100%;
  }
  body.tratamientos .tratamientos-seccion > img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.tratamientos .tratamientos-seccion > div {
  margin-top: 16px;
}
body.tratamientos .tratamientos-seccion .separador {
  height: 60px;
  border-bottom: 1px solid #000;
  margin-top: -24px;
  margin-bottom: 56px;
}
body.tratamientos .tratamientos-seccion .separador.right {
  border-right: 1px solid #000;
}
body.tratamientos .tratamientos-seccion .separador.left {
  border-left: 1px solid #000;
}
body.tratamientos .tratamientos-seccion .seccion-title {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 32px;
  color: #000;
}
body.tratamientos .tratamientos-seccion .seccion-comentario {
  margin-top: 30px;
  font-size: 17px;
  padding-bottom: 80px;
}
@media (max-width: 1240px) {
  body.tratamientos .tratamientos-seccion .seccion-comentario {
    font-size: 16px;
  }
}
body.tratamientos .tratamientos-seccion .tratamientos-container {
  display: grid;
  -moz-column-gap: 90px;
       column-gap: 90px;
  row-gap: 24px;
  padding-bottom: 80px;
}
body.tratamientos .tratamientos-seccion .tratamientos-container.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
body.tratamientos .tratamientos-seccion .tratamientos-container.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
body.tratamientos .tratamientos-seccion .tratamientos-container.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
body.tratamientos .tratamientos-seccion .tratamientos-container.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
body.tratamientos .tratamientos-seccion .tratamientos-container.pb-0 {
  padding-bottom: 0px;
}
body.tratamientos .tratamientos-seccion .tratamientos-container:last-child {
  padding-bottom: 0;
}
@media (max-width: 1440px) {
  body.tratamientos .tratamientos-seccion .tratamientos-container {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 768px) {
  body.tratamientos .tratamientos-seccion .tratamientos-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info {
  max-width: 200px;
}
body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p {
  padding-bottom: 0px;
  text-wrap: balance;
}
body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-nombre {
  position: relative;
  font-size: 20px;
  line-height: 22px;
  padding-right: 20px;
  transition: all 0.2s;
}
body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-nombre:has(.tratamiento-icon) {
  cursor: pointer;
}
@media (max-width: 1240px) {
  body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-nombre {
    font-size: 19px;
  }
}
body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-nombre .tratamiento-icon {
  transform: translateY(2px);
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  transition: all 0.2s;
  margin-left: 4px;
}
body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-nombre .tratamiento-icon.opened {
  transform: rotate(180deg);
}
body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-descripcion {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.8s;
  font-size: 17px;
  opacity: 0.8;
  padding-top: 8px;
}
body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-descripcion.opened {
  max-height: 300px;
}
@media (max-width: 1240px) {
  body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-descripcion {
    font-size: 16px;
  }
}
body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-precio {
  text-align: right;
  font-size: 17px !important;
  line-height: 24px !important;
  text-wrap: nowrap;
}
@media (max-width: 1240px) {
  body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-precio {
    font-size: 18px !important;
    text-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-precio {
    font-size: 16px !important;
  }
}
@media (max-width: 500px) {
  body.tratamientos .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-precio {
    text-wrap: balance;
  }
}
body.tratamientos .tratamientos-seccion:nth-child(odd) {
  flex-direction: row;
}
body.tratamientos .tratamientos-seccion:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1240px) {
  body.tratamientos .tratamientos-seccion {
    margin-bottom: 55px;
  }
}
body.tratamientos .facial .tratamientos-seccion:nth-child(even) {
  flex-direction: row;
}
body.tratamientos .facial .tratamientos-seccion:nth-child(odd) {
  flex-direction: row-reverse;
}
body.tratamientos .facial .tratamientos-seccion:last-child {
  flex-direction: row;
}
body.pilates h1 {
  margin-top: 102px;
  margin-bottom: 32px;
}
@media (max-width: 980px) {
  body.pilates h1 {
    margin-top: 0px;
    margin-bottom: 17px;
  }
}
body.pilates h6 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 32px;
}
body.pilates .et_pb_code_inner > div {
  overflow: scroll;
  max-height: calc(100vh - 337px);
}
body.pilates .tratamientos-seccion {
  width: 1140px;
  max-width: 84%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 80px;
  margin-top: 64px;
  padding-bottom: 90px;
}
body.pilates .tratamientos-seccion::before {
  content: "";
  display: block;
  position: fixed;
  bottom: 34px;
  left: 0;
  width: 100%;
  height: 84px;
  background-image: url("/wp-content/uploads/2024/05/tratamientos-fade.png");
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 980px) {
  body.pilates .tratamientos-seccion::before {
    display: none;
  }
}
body.pilates .tratamientos-seccion:first-child {
  margin-top: 0px;
}
@media (max-width: 1440px) {
  body.pilates .tratamientos-seccion {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 1240px) {
  body.pilates .tratamientos-seccion > img {
    max-width: 360px;
  }
}
@media (max-width: 1100px) {
  body.pilates .tratamientos-seccion > img {
    max-width: 290px;
  }
}
@media (max-width: 1000px) {
  body.pilates .tratamientos-seccion > img {
    max-width: 270px;
  }
}
@media (max-width: 980px) {
  body.pilates .tratamientos-seccion {
    flex-direction: column-reverse !important;
    gap: 70px;
  }
  body.pilates .tratamientos-seccion > div {
    width: 100%;
  }
  body.pilates .tratamientos-seccion > img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.pilates .tratamientos-seccion > div {
  margin-top: 16px;
}
body.pilates .tratamientos-seccion .separador {
  height: 60px;
  border-bottom: 1px solid #000;
  margin-top: -24px;
  margin-bottom: 56px;
}
body.pilates .tratamientos-seccion .separador.right {
  border-right: 1px solid #000;
}
body.pilates .tratamientos-seccion .separador.left {
  border-left: 1px solid #000;
}
body.pilates .tratamientos-seccion .seccion-title {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 32px;
  color: #000;
}
body.pilates .tratamientos-seccion .seccion-conmentario {
  margin-top: 21px;
  font-size: 21px;
}
@media (max-width: 1240px) {
  body.pilates .tratamientos-seccion .seccion-conmentario {
    font-size: 16px;
  }
}
body.pilates .tratamientos-seccion .tratamientos-container {
  display: grid;
  -moz-column-gap: 90px;
       column-gap: 90px;
  row-gap: 24px;
  padding-bottom: 80px;
}
body.pilates .tratamientos-seccion .tratamientos-container.col-1 {
  grid-template-columns: repeat(1, 1fr);
}
body.pilates .tratamientos-seccion .tratamientos-container.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
body.pilates .tratamientos-seccion .tratamientos-container.col-3 {
  grid-template-columns: repeat(3, 1fr);
}
body.pilates .tratamientos-seccion .tratamientos-container.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
body.pilates .tratamientos-seccion .tratamientos-container.pb-0 {
  padding-bottom: 0px;
}
body.pilates .tratamientos-seccion .tratamientos-container:last-child {
  padding-bottom: 0;
}
@media (max-width: 1440px) {
  body.pilates .tratamientos-seccion .tratamientos-container {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (max-width: 768px) {
  body.pilates .tratamientos-seccion .tratamientos-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
body.pilates .tratamientos-seccion .tratamientos-container .tratamiento {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info {
  max-width: 200px;
}
body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p {
  padding-bottom: 0px;
  text-wrap: balance;
}
body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-nombre {
  position: relative;
  font-size: 20px;
  line-height: 22px;
  padding-right: 20px;
  transition: all 0.2s;
}
body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-nombre:has(.tratamiento-icon) {
  cursor: pointer;
}
@media (max-width: 1240px) {
  body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-nombre {
    font-size: 19px;
  }
}
body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-nombre .tratamiento-icon {
  transform: translateY(2px);
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  transition: all 0.2s;
  margin-left: 4px;
}
body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-nombre .tratamiento-icon.opened {
  transform: rotate(180deg);
}
body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-descripcion {
  max-height: 0px;
  overflow: hidden;
  transition: all 0.8s;
  font-size: 17px;
  opacity: 0.8;
  padding-top: 8px;
}
body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-descripcion.opened {
  max-height: 300px;
}
@media (max-width: 1240px) {
  body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-info p.tratamiento-descripcion {
    font-size: 16px;
  }
}
body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-precio {
  text-align: right;
  font-size: 17px !important;
  line-height: 24px !important;
  text-wrap: nowrap;
}
@media (max-width: 1240px) {
  body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-precio {
    font-size: 18px !important;
    text-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-precio {
    font-size: 16px !important;
  }
}
@media (max-width: 500px) {
  body.pilates .tratamientos-seccion .tratamientos-container .tratamiento .tratamiento-precio {
    text-wrap: balance;
  }
}
body.pilates .tratamientos-seccion:nth-child(odd) {
  flex-direction: row;
}
body.pilates .tratamientos-seccion:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1240px) {
  body.pilates .tratamientos-seccion {
    margin-bottom: 55px;
  }
}
body.pilates #main-footer {
  background-color: #FAFAFA;
}
body.contacto {
  background-color: #FAFAFA;
}
body.contacto .et_pb_section h4 {
  color: #000;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 980px) {
  body.contacto .et_pb_section h4 {
    font-size: 24px;
  }
}
body.contacto .et_pb_section h5 {
  color: #000;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
body.contacto .et_pb_section h5 a {
  display: inline-block;
  line-height: 1;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.2s;
}
body.contacto .et_pb_section h5 a:hover {
  text-decoration: underline !important;
}
body.contacto .et_pb_section p {
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
body.contacto .et_pb_section p a {
  color: #000 !important;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.2s;
}
body.contacto .et_pb_section p a:hover {
  text-decoration: underline !important;
}
body.contacto .et_pb_section .separator {
  height: 1px;
  background-color: #F93549;
  margin-block: 30px;
}
body.contacto .et_pb_section {
  background-size: contain;
  background-position: right;
  background-color: #FAFAFA;
}
body.contacto .et_pb_row {
  margin-right: 0px;
}
body.contacto .et_pb_row.et_pb_row_0 {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-right: 0px !important;
  max-width: none;
  margin-left: 10%;
}
body.contacto .et_pb_row.et_pb_row_0 .et_pb_column {
  margin: 0px;
}
@media (max-width: 980px) {
  body.contacto .et_pb_row.et_pb_row_0 {
    flex-direction: column;
    justify-content: start;
    max-width: 84% !important;
    width: 100% !important;
    margin-inline: auto !important;
    margin-bottom: 80px;
  }
}
body.contacto .et_pb_row .et_pb_column_1_2 {
  width: -moz-fit-content;
  width: fit-content;
  float: none;
}
body.contacto .et_pb_row .et_pb_column_1_2:first-child {
  margin: 0 auto !important;
}
@media (max-width: 980px) {
  body.contacto .et_pb_row .et_pb_column_1_2 {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.contacto .et_pb_row .et_pb_column_1_2 p img {
    float: none !important;
  }
}
body.contacto .et_pb_row .et_pb_column_1_2 .direction,
body.contacto .et_pb_row .et_pb_column_1_2 .phones,
body.contacto .et_pb_row .et_pb_column_1_2 .email {
  text-decoration: none !important;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
body.contacto .et_pb_row .et_pb_column_1_2 .direction:hover,
body.contacto .et_pb_row .et_pb_column_1_2 .phones:hover,
body.contacto .et_pb_row .et_pb_column_1_2 .email:hover {
  -webkit-text-decoration: #F93549 solid underline !important;
          text-decoration: #F93549 solid underline !important;
}
body.contacto .swiper-reservas {
  max-width: 574px;
  margin: 0;
  margin-left: auto;
}
@media (max-width: 980px) {
  body.contacto .swiper-reservas {
    margin-top: 47px;
    margin-bottom: 40px;
    max-width: 100%;
  }
}
body.contacto .swiper-reservas .swiper-wrapper {
  transition-timing-function: linear !important;
}
body.contacto .swiper-reservas .swiper-slide {
  position: relative;
}
body.contacto .swiper-reservas .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.contacto .swiper-reservas .swiper-slide img {
  opacity: 0;
  transition: 0.2s opacity;
}
body.contacto .swiper-reservas .swiper-slide .bn-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
body.contacto .swiper-reservas .swiper-slide.swiper-slide-active img, body.contacto .swiper-reservas .swiper-slide.swiper-slide-prev img {
  opacity: 1;
}
body.contacto .swiper-reservas .swiper-slide.swiper-slide-active .bn-cover, body.contacto .swiper-reservas .swiper-slide.swiper-slide-prev .bn-cover {
  opacity: 0;
}
@media (max-width: 980px) {
  body.contacto .swiper-reservas .swiper-slide.swiper-slide-prev img {
    opacity: 0;
  }
  body.contacto .swiper-reservas .swiper-slide.swiper-slide-prev .bn-cover {
    opacity: 1;
  }
}
body.legales .et_pb_row {
  max-width: 80% !important;
}
@media (max-width: 980px) {
  body.legales .et_pb_row {
    max-width: 84% !important;
  }
}
body.legales .mobile-burger span {
  background-color: #000 !important;
}
body.legales .mobile-burger.active span {
  background-color: #FFF !important;
}
body.legales #main-content {
  padding-top: 140px;
  padding-bottom: 80px;
}
@media (max-width: 500px) {
  body.legales #main-content {
    padding-bottom: 140px;
  }
}
body.legales #main-content p strong {
  text-transform: capitalize;
}
body.legales #main-content li {
  font-size: 24px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 8px;
}
body.legales #main-content li i {
  font-size: 16px;
}
@media (max-width: 768px) {
  body.legales #main-content li {
    font-size: 19px;
  }
}
@media (max-width: 980px) {
  body.legales #main-content .et_pb_section {
    padding-top: 0px !important;
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.container-menu {
  position: absolute;
  top: 50%;
  left: 240px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: calc(95% - 240px);
  width: 1140px;
  height: 52vh;
}
.container-menu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-menu ul li {
  margin-bottom: 0px;
}
@media (min-width: 980px) and (max-width: 1240px) {
  .container-menu {
    left: 170px;
    max-width: 75%;
  }
}

.container-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.image-container {
  width: -moz-fit-content;
  width: fit-content;
  height: 86px;
  overflow: hidden;
  display: block !important;
  transition: 4s linear;
  animation-fill-mode: forwards;
}
.image-container img {
  position: relative;
  display: block;
  width: 100%;
  opacity: 0;
}
.image-container.active {
  opacity: 1;
}
.image-container.active img {
  transition: 1.8s all;
  opacity: 1;
  animation: move 10s ease-out forwards;
}

@keyframes move {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-75%);
  }
}/*# sourceMappingURL=style.css.map */