:root {
  --black: #000;
  --white: #fff;
  --black-10: #0000001a;
  --max-width: 90rem;
  --blue: #c4d7e6;
  --beige: #f1eee6;
}

body {
  color: var(--black);
  font-family: Banana Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
}

.custom-css {
  display: none;
}

.header {
  z-index: 900;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.footer {
  background-color: var(--black);
  color: var(--white);
  padding: 3rem;
}

.custom-js {
  display: none;
}

.section-home-hero {
  align-items: flex-end;
  height: 80svh;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header__logo {
  display: flex;
}

.header__container {
  grid-column-gap: 1.5rem;
  border: 1px solid var(--black-10);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffffd9;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  place-items: center start;
  width: 100%;
  max-width: 45rem;
  height: 60px;
  padding-left: 1.5rem;
  padding-right: .75rem;
  display: flex;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--black);
  color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Banana Grotesk, sans-serif;
  font-size: 1rem;
  line-height: 1.05;
  text-decoration: none;
  display: flex;
}

.home-hero__video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-hero__content {
  z-index: 3;
  max-width: var(--max-width);
  grid-row-gap: 2.25rem;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.is-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.05;
}

.is-text-big {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.35;
}

.footer__container {
  max-width: var(--max-width);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-home-services {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem 1rem 1rem;
}

.footer__logo {
  margin-top: 6rem;
}

.footer__contacts {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2.25rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.is-text-normal {
  font-size: 1rem;
  line-height: 1.35;
  text-decoration: none;
}

.is-text-normal.is-faded {
  opacity: .5;
}

.footer__phone-email {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.section-home-about {
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.home-services__area {
  grid-row-gap: 2.25rem;
  border: 1px solid var(--black-10);
  border-radius: 16px;
  flex-direction: column;
  padding: 3rem;
  display: flex;
}

.home-services__area-title {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.is-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.05;
}

.home-services__area-color.is-health {
  background-color: var(--blue);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.home-services__area-color.is-wellness {
  background-color: var(--beige);
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.home-services__list {
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  display: flex;
}

.home-services__list-item {
  font-size: 1.25rem;
  line-height: 1.35;
}

.home-services__container {
  max-width: var(--max-width);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.is-text-medium {
  font-size: 1.25rem;
  line-height: 1.35;
  text-decoration: none;
}

.home-about__container {
  max-width: var(--max-width);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px solid var(--black-10);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.home-about__title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3rem;
}

.home-about__slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-about__image-wrapper {
  padding: 1rem;
}

.header__links {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header__social {
  grid-column-gap: .5rem;
  flex-direction: row;
  display: flex;
}

.header__social-icon {
  width: 24px;
  height: 24px;
}

.is-text-small {
  font-size: .75rem;
}

.is-text-small.is-faded {
  opacity: .5;
}

.home-hero__image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-about__slider {
  aspect-ratio: 5 / 4;
  background-color: #0000;
  border-radius: 16px;
  height: auto;
  overflow: hidden;
}

.home-about__title-wrapper {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 28rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .home-about__container {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .footer__container {
    grid-template-columns: 1.25fr 1fr;
  }

  .footer__contacts, .home-services__container {
    grid-template-columns: 1fr;
  }

  .home-about__title {
    padding-right: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer {
    padding: 1.5rem;
  }

  .section-home-hero {
    height: 100svh;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header__container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    padding: 1rem .75rem .75rem;
  }

  .home-hero__content {
    grid-row-gap: 1.5rem;
    padding-bottom: 2.25rem;
  }

  .is-h1 {
    font-size: 2.5rem;
  }

  .is-text-big {
    font-size: 1.25rem;
  }

  .section-home-services {
    padding-top: 1.5rem;
  }

  .footer__monogram {
    margin-bottom: 3rem;
  }

  .section-home-about {
    padding-bottom: 1.5rem;
  }

  .home-services__area {
    padding: 1.5rem;
  }

  .is-h2 {
    font-size: 1.5rem;
  }

  .home-services__list-item, .is-text-medium {
    font-size: 1rem;
  }

  .home-about__container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .home-about__title {
    padding: 1.5rem;
  }

  .header__links {
    border-top: 1px solid var(--black-10);
    justify-content: space-between;
    width: 100%;
    padding-top: .75rem;
  }

  .header__social {
    grid-column-gap: 1rem;
  }
}

#w-node-_29ce2fc3-a391-2b5f-dc55-7342b36730f3-0237d5b3 {
  place-self: center start;
}

#w-node-c0abc6d9-7c84-7ef6-235f-06313b081302-0237d5b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf679436-fe13-a369-60f9-478fc555504f-0237d5b3 {
  place-self: center end;
}

#w-node-_285bd86b-a298-4f83-f932-9c472ebebf0e-0237d5b3, #w-node-_684977a4-a8d9-d7b4-775e-c449aaeb4b4e-0237d5b3, #w-node-_3596ca87-d69c-eff5-1d95-e38741abaf7f-0237d5b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be570224-994f-90f0-b5a3-c06419a86944-0237d5b3 {
  place-self: center;
}

#w-node-ca63040e-09cb-e865-f23d-865c96af7e05-0237d5b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#contactar.w-node-f8cc2b3f-ef09-657b-a901-98add5a5d61f-0237d5b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5b468b9-4ef8-939b-c9fa-c018f47f5b00-0237d5b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5a9ea0a7-8d82-f8c1-0c34-c3bf30eb1563-0237d5b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14ac3272-9fc5-b349-a38e-0498786f3e39-0237d5b3 {
  place-self: start end;
}

#w-node-cb87a974-577e-f672-0e62-9eecf4d3649a-0237d5b3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-be570224-994f-90f0-b5a3-c06419a86944-0237d5b3 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b5b468b9-4ef8-939b-c9fa-c018f47f5b00-0237d5b3 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #contactar.w-node-f8cc2b3f-ef09-657b-a901-98add5a5d61f-0237d5b3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_14ac3272-9fc5-b349-a38e-0498786f3e39-0237d5b3 {
    order: -9999;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Banana Grotesk';
  src: url('../fonts/banana-grotesk.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}