@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

html,
body {
  overflow-x: hidden;
}

body {
  letter-spacing: 0px !important;
  word-spacing: 0px !important;
}

h1,
h2,
h3,
h4,
p,
#logo a,
.font-primary {
  word-spacing: 0px !important;
  letter-spacing: 0px !important;
}

:root {
  /* Color Variables */
  --mary: hsl(219, 61%, 35%);
  --mountain-blue: hsl(219, 38%, 49%);
  --champion-blue: hsl(220, 53%, 13%);
  --alpine-oak: hsl(26, 32%, 58%);
  --soil: hsl(27, 23%, 46%);
  --old-white: hsl(25, 42%, 91%);
  --full-white: hsl(0, 0%, 100%);

  /* Fonts Family */

  --crimson-text: 'Crimson Text', serif;
  --ibm-plex-sans: 'IBM Plex Sans', sans-serif;
}

::selection {
  background: hsl(219, 38%, 49%);
  color: hsl(0, 0%, 100%);
}

.lh-1-2 {
  line-height: 1.2 !important;
}

.lh-1-4 {
  line-height: 1.4 !important;
}

.crimson-text {
  font-family: var(--crimson-text) !important;
}

.ibm-plex-sans {
  font-family: var(--ibm-plex-sans) !important;
}

.title-h1 {
  font-size: 3.5rem;
  font-weight: 600;
  font-family: var(--crimson-text);
  line-height: 1.2;
}

.title-h2 {
  font-size: 3.5rem;
  font-weight: 600;
  font-family: var(--crimson-text);
  line-height: 1.2;
}

.title-h3 {
  font-size: 3rem;
  font-weight: 600;
  font-family: var(--crimson-text);
  line-height: 1.2;
}

.title-h4 {
  font-size: 2rem;
  font-weight: 600;
  font-family: var(--crimson-text);
  line-height: 1.2;
}

.title-h5 {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: var(--crimson-text);
  line-height: 1.2;
}

.paragraph {
  font-size: 1rem !important;
  font-weight: 600 !important;
  font-family: var(--ibm-plex-sans) !important;
  line-height: 1.4 !important;
}

/*Colors*/
.full-white {
  color: hsl(0, 0%, 100%);
}

.champion-blue {
  color: hsl(220, 53%, 13%);
}

.alpine-oak {
  color: hsl(26, 32%, 58%);
}

.soil {
  color: hsl(27, 23%, 46%);
}

.old-white {
  color: hsl(25, 42%, 91%);
}

.mary {
  color: hsl(219, 61%, 35%);
}

.mountain-blue {
  color: hsl(219, 38%, 49%);
}

/* Background Colors */
.bg-mary {
  background-color: hsl(219, 61%, 35%);
}

.bg-mountain-blue {
  background-color: hsl(219, 38%, 49%);
}

.bg-champion-blue {
  background-color: hsl(220, 53%, 13%);
}

.bg-alpine-oak {
  background-color: hsl(26, 32%, 58%);
}

.bg-soil {
  background-color: hsl(27, 23%, 46%);
}

.bg-old-white {
  background-color: hsl(25, 42%, 91%);
}

/* Button */

.dark-button {
  font-family: var(--ibm-plex-sans);
  font-size: 1rem;
  background-color: var(--mary);
  color: var(--full-white);
}

.dark-button:hover {
  background-color: var(--mountain-blue);
  color: var(--full-white);
}

.light-button {
  font-family: var(--ibm-plex-sans);
  font-size: 1rem;
  background-color: var(--alpine-oak);
  color: var(--full-white);
}

.light-button:hover {
  background-color: var(--soil);
  color: var(--full-white);
}

/* WhatsApp style */
.contact-link-wa.float {
  position: fixed;
  width: 3.5rem;
  height: 3.5rem;
  bottom: 100px;
  right: 7px;
  letter-spacing: 0px !important;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 2.5rem;
  z-index: 3;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.contact-link-wa.float i {
  font-size: 2rem;
}

.bg-whatsapp.float {
  transition: background-color 0.3s ease;
}

.bg-whatsapp.float:hover {
  background-color: hsl(168, 41%, 43%) !important;
}

/* Go to top */
#gotoTop {
  font-size: 2.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background-color: hsla(220, 53%, 13%, 0.5);
}

#gotoTop:hover {
  background-color: var(--champion-blue);
}

#gotoTop.rounded-circle {
  left: 7px;
  bottom: 14px;
}

#gotoTop.show {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* header */

.is-expanded-menu #header.transparent-header.floating-header .container {
  background-color: var(--full-white) !important;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
}

#header-wrap #logo img {
  max-height: 50px;
}

.menu-link {
  color: var(--champion-blue);
  font-family: var(--ibm-plex-sans);
  font-size: 1rem;
}

.header-row {
  flex-wrap: nowrap;
}

.menu-item:hover > .menu-link {
  color: hsla(220, 53%, 13%, 0.5) !important;
}

#header .menu-item.current .menu-link {
  color: hsla(220, 53%, 13%, 0.5) !important;
}

.menu-item:not(:first-child) {
  border-top: none !important;
}

.primary-menu.primary-menu-active {
  border-top: none;
  position: relative;
}

.primary-menu.primary-menu-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: -24px;
  right: -24px;
  border-top: var(--cnvs-primary-menu-submenu-border);
  margin-top: 10px;
}

.cnvs-hamburger .cnvs-hamburger-inner,
.cnvs-hamburger .cnvs-hamburger-inner::before,
.cnvs-hamburger .cnvs-hamburger-inner::after {
  background-color: var(--alpine-oak);
}

/* slider */
.slider-element.container-slider {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.is-expanded-menu #header + .include-header {
  display: inline-flex;
}

.container-slider {
  margin-top: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-element.container-slider::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/slider/beliah-back-resultados.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.slider-element.container-slider > .container,
.slider-element.container-slider * {
  position: relative;
  z-index: 1;
}

.img-slider {
  border-radius: 1rem;
}

.space-container {
  padding: 120px 0;
}

/* blocks cards */

.block-card-9 .grid-inner .btn-hover {
  opacity: 0;
  display: block;
  transition:
    opacity 0.3s ease,
    transform 0.3s 0.1s ease;
  margin-top: 15px;
  position: absolute;
  transform: translateY(0);
}

.block-card-9 .grid-inner:hover .btn-hover {
  opacity: 1;
  transform: translateY(-5px);
}

.block-card-9 .grid-inner .grid-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.block-card-9 .grid-inner:hover .grid-image {
  -webkit-animation: kenburns 20s ease-out both;
  animation: kenburns 20s ease-out both;
}

.block-card-9 .grid-inner .grid-icon,
.block-card-9 .grid-inner .grid-content {
  transition: transform 0.3s ease;
}

.block-card-9 .grid-inner:hover .grid-content {
  transform: translateY(-45px);
}

.block-card-9 .grid-inner:hover .grid-icon {
  transform: translateY(-5px);
}

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
    transform-origin: 84% 84%;
  }

  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    -webkit-transform-origin: 84% 84%;
    transform-origin: 84% 84%;
  }

  100% {
    -webkit-transform: scale(1.25) translate(20px, 15px);
    transform: scale(1.25) translate(20px, 15px);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
}

.container-card .grid-icon i {
  font-size: 60px;
  color: var(--full-white);
}

.container-card .cards {
  border-radius: 1rem;
}

.container-card .cards p,
.container-card .cards li {
  color: hsla(0, 0%, 100%, 0.9);
}

.section-features {
  position: relative;
  overflow: hidden;
}

.section-features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(77, 110, 173, 1) 0%,
    rgba(34, 71, 142, 1) 100%
  );
  z-index: 0;
}

.features-paragraph {
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  .section-features::before {
    width: 100%;
  }
}

.section-features > .container {
  position: relative;
  z-index: 1;
}

.section-features-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url('../img/equipo/beliah-imagen-equipo.webp') center center /
    cover no-repeat;
  z-index: 0;
}

.section-features-image-mobile {
  min-height: 300px;
  background: url('../img/equipo/beliah-imagen-equipo.webp') center center /
    cover no-repeat;
  position: relative;
  z-index: 1;
}

.section-features-container {
  padding: 80px 30px 80px 0;
}

/* team */

.team {
  background-color: var(--full-white);
}

.team-person {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
  margin: 0 auto;
}

.person-container {
  height: 312px;
  -webkit-tap-highlight-color: transparent;
  transform: scale(0.48);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 330px;
  margin-bottom: -50px;
}

.person-container-inner {
  position: relative;
  /* clip-path: inset(0% 0% -30% 0%); */
  transform-origin: 50%;
  top: -200px;
}

.container-team-text {
  max-width: 180px;
}

.person-circle {
  border-radius: 5%;
  cursor: pointer;
  height: 300px;
  pointer-events: none;
  position: absolute;
  top: 254px;
  width: 330px;
  background-color: var(--old-white);
}

.person-img {
  pointer-events: none;
  position: relative;
  transform-origin: 50% bottom;
  transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1);
  width: 270px;
  left: 45px;
  top: 140px;
}

.person-container:hover .person-img {
  transform: translateY(0) scale(1.15);
}

.person-divider {
  height: 1px;
  width: 160px;
}

/* scroll element */
.scroll-detect {
  background-color: var(--old-white);
}

.scroll-detect a {
  color: var(--mary);
}

.dots-scroll {
  color: var(--alpine-oak);
  font-size: 8rem;
  line-height: 0;
}

/* treatments */
.treatments {
  background: linear-gradient(
    180deg,
    rgba(77, 110, 173, 1) 0%,
    rgba(34, 71, 142, 1) 100%
  );
}

.paragraph-treatments {
  color: hsla(0, 0%, 100%, 0.9);
}

.treatments .nav-pills {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  gap: 15px;
}

.treatments .nav-item {
  display: flex;
}

.treatments .nav-pills .nav-link {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-color: transparent !important;
  color: rgba(255, 255, 255, 0.6) !important;
  border-radius: 0;
  padding-bottom: 15px;
  font-weight: 500;
  position: relative;
  font-family: var(--ibm-plex-sans);
}

.treatments .nav-pills .nav-link:hover,
.treatments .nav-pills .nav-link.active {
  color: #fff !important;
}

.treatments .nav-pills .nav-link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: width 0.4s ease-out;
}

.treatments .nav-pills .nav-link:hover::after,
.treatments .nav-pills .nav-link.active::after {
  width: 100%;
}

.treatments .tab-pane .row > div:first-child {
  order: 2;
}

.treatments .tab-pane .row > div:last-child {
  order: 1;
}

.treatments .tab-pane img.object-cover {
  border-radius: 16px !important;
}

.treatments #pills-tabContent {
  display: grid;
  align-items: start;
}

.treatments #pills-tabContent > .tab-pane {
  grid-area: 1 / 1;
  display: grid !important;
  grid-template-rows: 0fr;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.6s ease 0s,
    grid-template-rows 1.8s cubic-bezier(0.4, 0, 0.2, 1) 0.5s,
    visibility 2.3s;
}

.treatments #pills-tabContent > .tab-pane.active {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
  z-index: 2;
  transition:
    opacity 1s ease 0.4s,
    grid-template-rows 2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.treatments #pills-tabContent > .tab-pane > div {
  min-height: 0;
  overflow: hidden;
}

.transition-fade {
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.opacity-0 {
  opacity: 0 !important;
  pointer-events: none;
}

.opacity-1 {
  opacity: 1 !important;
  pointer-events: auto;
}

/* membreships */
.membreships {
  background-color: var(--old-white);
}

.membreships .carousel-image {
  border-radius: 16px;
}

.membreships .carousel-caption {
  top: 50%;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: 70%;
}

.membreships .carousel-caption ul {
  display: block !important;
}

.text-membreships {
  color: hsla(0, 0%, 100%, 0.9) !important;
  text-align: left !important;
}

.membreships .carousel-control-prev,
.membreships .carousel-control-next {
  width: 40px;
  height: 40px;
  background-color: hsla(220, 53%, 13%, 0.5);
  border-radius: 3px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  transition: background-color 0.3s ease;
  margin: 0;
}

.membreships .carousel-control-prev:hover,
.membreships .carousel-control-next:hover {
  background-color: var(--champion-blue);
}

/* google reviews */

.google-reviews .container-title {
  display: flex;
  justify-content: center;
}

.google-reviews .container-title .title {
  max-width: 1000px;
}

#JFWebsiteWidget-019d8e3791d875b69277a2bd9c3a1d5a8e89 .slider-arrow {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  background-color: hsla(220, 53%, 13%, 0.5) !important;
  border-radius: 3px !important;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  transition: background-color 0.3s ease;
  margin: 0;
  border: none !important;
  color: var(--full-white) !important;
}

#JFWebsiteWidget-019d8e3791d875b69277a2bd9c3a1d5a8e89 .slider-arrow:hover {
  background-color: var(--champion-blue) !important;
}

#JFWebsiteWidget-019d8e3791d875b69277a2bd9c3a1d5a8e89
  button[color='blue']:hover {
  background-color: var(--soil) !important;
  transition: background-color 0.3s ease;
  color: var(--full-white) !important;
}

.jwTeNH,
.YYAwH {
  padding-bottom: 0 !important;
}

/* contact */
.contact-bg {
  background: linear-gradient(
    180deg,
    rgba(34, 71, 142, 1) 0%,
    rgba(16, 28, 52, 1) 100%
  );
}

.contact-bg.space-container {
  padding-bottom: 24px;
}

.paragraph.contact {
  color: hsla(0, 0%, 100%, 0.9);
}

.invalid-feedback {
  display: block !important;
  font-size: 14px;
  font-family: 'ibm-plex-sans', sans-serif;
  font-weight: 600;
  color: hsl(354, 100%, 76%);
  text-align: right;
  margin-top: 0.25rem;
}

.link-contact a {
  color: hsla(0, 0%, 100%, 0.5);
  transition: color 0.3s ease;
  cursor: pointer;
  font-size: 1rem;
}

.link-contact a:hover {
  color: var(--full-white);
}

.link-contact a i {
  color: hsla(0, 0%, 100%, 1);
}

.link-contact.link-contact--social i {
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--full-white);
  transition: color 0.3s ease;
}

.link-contact.link-contact--social i:hover {
  color: hsla(0, 0%, 100%, 0.5);
}

.copyrights-bg {
  background: linear-gradient(
    180deg,
    rgba(34, 71, 142, 1) 0%,
    rgba(16, 28, 52, 1) 100%
  ) !important;
  border: none;
}

#copyrights {
  background-color: transparent;
}

.copyright-footer {
  font-family: var(--ibm-plex-sans);
  font-weight: 600;
  font-size: 14px;
  color: hsl(0, 0%, 100%, 1);
}

.abha-link {
  color: hsla(0, 0%, 100%, 1) !important;
  transition: color 0.3s ease;
}

#contactform .form-control,
#contactform .form-select {
  font-family: var(--ibm-plex-sans);
  font-weight: 600;
  font-size: 1rem;
  color: hsla(0, 0%, 100%, 1) !important;
  background-color: transparent !important;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding-left: 0;
}

#contactform .form-control:focus,
#contactform .form-select:focus {
  color: hsla(0, 0%, 100%, 1);
  background-color: transparent !important;
  border-bottom-color: hsla(0, 0%, 100%, 1);
  outline: none;
  box-shadow: none;
}

#contactform .form-control:-webkit-autofill,
#contactform .form-control:-webkit-autofill:hover,
#contactform .form-control:-webkit-autofill:focus,
#contactform .form-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}

#contactform .form-control::placeholder {
  color: hsla(0, 0%, 100%, 0.75);
  opacity: 1;
}

#contactform .form-control:focus::placeholder {
  color: hsla(0, 0%, 100%, 1);
}

#contactform .form-select {
  color: hsla(0, 0%, 100%, 0.75) !important;
}

#contactform .form-select:valid {
  color: hsla(0, 0%, 100%, 1) !important;
}

#contactform .form-select option {
  color: #000000;
}

#contactform .form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

label.error {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  color: hsl(354, 100%, 76%);
  margin-top: 5px;
  display: block;
}

/* mobile */
@media (max-width: 992px) {
  .membreships .carousel-image {
    height: 500px;
  }

  .title-h1 {
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--crimson-text);
    line-height: 1.2;
    text-align: center;
  }

  .title-h2 {
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--crimson-text);
    line-height: 1.2;
  }

  .title-h3 {
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--crimson-text);
    line-height: 1.2;
  }

  .title-h4 {
    font-size: 2rem;
    font-weight: 600;
    font-family: var(--crimson-text);
    line-height: 1.2;
  }

  .title-h5 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: var(--crimson-text);
    line-height: 1.2;
  }

  .paragraph {
    font-size: 1rem !important;
    font-weight: 600 !important;
    font-family: var(--ibm-plex-sans) !important;
    line-height: 1.4 !important;
  }

  .img-wave {
    width: 25px !important;
    transform: translate(-55%, -40%) rotate(15deg) !important;
  }

  body:not(.is-expanded-menu) [data-mobile-sticky='true'] .menu-container {
    margin-bottom: 0;
    margin-top: 10px;
    overflow-y: auto;
  }

  .button-menu {
    max-width: 100%;
    width: 100%;
  }

  .header-row {
    padding-inline: 1.5rem;
    flex-wrap: wrap;
  }

  .container,
  .container-fluid {
    padding-inline: 24px;
  }

  .space-container {
    padding: 80px 0;
  }

  /* slider */

  .container-slider {
    margin-top: 0;
    display: block;
  }

  /*  cards */
  .container-card {
    padding-bottom: 48px !important;
    min-height: 500px !important;
  }

  /* features */

  .team .row > [class*='col-'] {
    margin-bottom: 0 !important;
  }

  .scroll-detect .title-h2 {
    font-size: 3rem;
  }

  .img-wave-treatments-toggle {
    transform: translate(5%, -50%) rotate(-1deg);
  }

  .contact-bg.space-container {
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .slider-element.container-slider {
    height: auto;
  }

  .contact-bg.space-container {
    padding-bottom: 16px;
  }
}

#header {
  --cnvs-primary-menu-font-size: 1.125rem;
  --cnvs-primary-menu-font-weight: 400;
  --cnvs-primary-menu-tt: none;
  --cnvs-primary-menu-ls: 0;
  --cnvs-primary-menu-hover-color: var(--cnvs-themecolor-2);
  --cnvs-header-floating-top-offset: 0px;
}

@media (min-width: 992px) {
  .is-expanded-menu #header.transparent-header.floating-header .container {
    max-width: calc(960px - 24px);
  }
}

@media (min-width: 1200px) {
  .is-expanded-menu #header.transparent-header.floating-header .container {
    max-width: calc(1140px - 24px);
  }
}

@media (min-width: 1400px) {
  .is-expanded-menu #header.transparent-header.floating-header .container {
    max-width: calc(1320px - 24px);
  }
}

.is-expanded-menu #header-wrap {
  position: fixed !important;
  top: 30px !important;
  transition: all 0.3s ease;
}

body:not(.is-expanded-menu) #header.transparent-header {
  --cnvs-header-bg: transparent;
  border-bottom: 0;
}

body:not(.is-expanded-menu)
  #header.transparent-header:not(.sticky-header)
  #header-wrap {
  background-color: transparent !important;
  border-bottom: 1px solid transparent;
}

body:not(.is-expanded-menu) #header.transparent-header {
  --cnvs-header-bg: transparent;
  border-bottom: 0;
  height: 0 !important;
  min-height: 0 !important;
}

body:not(.is-expanded-menu) #header + .include-header {
  padding-top: 100px !important;
}

body:not(.is-expanded-menu) .header-wrap-clone {
  display: none !important;
}

body:not(.is-expanded-menu)
  #header.transparent-header.floating-header.sticky-header
  .container {
  background-color: var(--full-white) !important;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
}

.is-expanded-menu .sticky-header #header-wrap {
  top: 10px !important;
}

body:not(.is-expanded-menu) #header-wrap {
  position: fixed !important;
  top: 30px !important;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 399;
}

body:not(.is-expanded-menu) .sticky-header #header-wrap {
  top: 10px !important;
  background-color: transparent !important;
}

body:not(.is-expanded-menu)
  #header.transparent-header.floating-header
  .container {
  background-color: var(--full-white) !important;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.61);
  width: auto;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  body:not(.is-expanded-menu)
    #header.transparent-header.floating-header
    .container {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .container-card {
    min-height: 550px !important;
  }

  .section-features-image-mobile {
    min-height: 450px;
  }

  .scroll-detect .title-h2 {
    font-size: 2.5rem;
  }

  .membreships .carousel-image {
    height: 600px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body:not(.is-expanded-menu)
    #header.transparent-header.floating-header
    .container {
    max-width: calc(540px - 24px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  body:not(.is-expanded-menu)
    #header.transparent-header.floating-header
    .container {
    max-width: calc(720px - 24px);
  }
}

.dark {
  --cnvs-header-sticky-bg: transparent;
  --cnvs-header-floating-bg: var(--cnvs-themecolor);
}

.img-wave {
  transform: translate(-60%, -30%) rotate(10deg);
}

.img-wave-treatments {
  transform: translate(-70%, -50%) rotate(10deg);
}

.accordion-title {
  font-size: 1rem;
  font-family: var(--ibm-plex-sans);
  color: hsla(0, 0%, 100%, 0.7) !important;
  transition: color 0.3s ease;
}

.accordion-active .accordion-title,
.accordion-active .accordion-icon i {
  color: var(--full-white) !important;
  opacity: 1;
}

.accordion-header {
  border-top: 0;
}

@media (min-width: px) and (max-width: 1225px) {
  .menu-link {
    font-size: 0.9rem;
    padding: 29px 10px;
  }

  .dark-button {
    font-size: 0.9rem;
    padding: 0.3rem 1rem;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .container-card {
    min-height: 100vh !important;
  }

  .slider-element.container-slider {
    height: auto;
  }
}
