:root {
  --gray: #f5fbfc;
  --p: #546285;
  --blue: #35b8be;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
}

.header {
  background-image: url('../images/BG-Shape.svg');
  background-position: 0 100%;
  background-repeat: repeat-y;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.como_funciona {
  justify-content: center;
  display: flex;
}

.tratamiento {
  background-image: url('../images/BG-Shape-Content.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  background-color: var(--gray);
  background-image: url('../images/button_waves.svg');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner {
  background-color: #35b8be;
  background-image: url('../images/Banner-Wave.svg'), linear-gradient(#35b8be, #35b8be);
  background-position: 0%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 48px;
  min-height: 48px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 3%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navbar {
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  padding: 20px 3%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-menu {
  display: flex;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.container {
  background-color: #35b8be;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.navigation-left, .navigation-right {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-container {
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.nav-link {
  color: #28224b;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
}

.nav-link:hover {
  color: var(--p);
}

.nav-link:active, .nav-link:focus {
  color: var(--blue);
}

.link-block {
  display: inline-flex;
}

.container-flex {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 53%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 200px;
  padding-right: 20px;
  display: flex;
}

.hero-image-wrap {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-h1 {
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
}

.fundamentos {
  background-image: url('../images/BG-Shape-Content.svg');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-left, .container-right {
  width: 50%;
}

.h2 {
  color: #333;
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 1em;
}

.h2.center {
  color: #35b8be;
  text-align: center;
}

.h2.white {
  color: #fff;
}

.h5 {
  color: #28224b;
  letter-spacing: -.03em;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

.h5.center {
  text-align: center;
  margin-top: 60px;
}

.container-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-flex-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.button {
  color: #fff;
  background-color: #35b8be;
  background-image: url('../images/678029579afd0da7cd73e2f3_Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  min-height: 60px;
  margin-top: 40px;
  padding: 20px 35px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.button.agenda {
  padding: 19px 35px;
  font-weight: 300;
}

.button.white {
  color: #35b8be;
  background-color: #fff;
}

.bold-text {
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1px;
}

.bullet-txt {
  color: #546285;
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.text-span {
  color: #35b8be;
}

.whatsapp {
  width: 60px;
  height: 60px;
}

.nav-link-2 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.link {
  text-decoration: underline;
}

.notice-txt {
  color: #fff;
  margin-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block {
  font-family: Inter, sans-serif;
  line-height: 20px;
}

.div-block.center {
  text-align: center;
}

.bullet-p {
  color: #546285;
  letter-spacing: -.02em;
  margin-top: 40px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.bullet-p.center {
  text-align: center;
  margin-top: 10px;
}

.flex-grid {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.flex-grid-5-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.line {
  color: #333;
  border-top: 1.3px dashed #d1cdcd;
  width: 100px;
  height: 1px;
  font-size: 15px;
}

.div-block-copy {
  font-family: Inter, sans-serif;
  line-height: 20px;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  font-family: Inter, sans-serif;
  display: flex;
}

.paragraph {
  color: var(--p);
  letter-spacing: -.02em;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.p {
  color: #546285;
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.image-2 {
  width: 12%;
  max-width: 70%;
  position: absolute;
}

.flex-grid-2-col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.testimonial-txt {
  color: #546285;
  text-align: left;
  letter-spacing: -.02px;
  line-height: 1.5em;
}

.name {
  color: #546285;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
}

.h6.testimonial-txt {
  text-align: right;
  font-size: 16px;
}

.agenda {
  padding: 3%;
}

.div-block-2 {
  background-image: url('../images/fc83a0_677756febef44c7daeae3c2bbd6f4b03~mv2.webp');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  height: 100px;
}

.div-block-3 {
  width: 50%;
  height: 100px;
}

.grid {
  grid-template-columns: 1fr 1fr;
}

.grid-cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #35b8be;
  grid-template-rows: auto;
  grid-template-areas: ". Area";
  min-height: 640px;
}

.div-block-4 {
  background-image: url('../images/fc83a0_677756febef44c7daeae3c2bbd6f4b03~mv2.webp');
  background-position: 0 0;
  background-size: cover;
}

.wrapper-cta-btn {
  background-image: url('../images/9351598-01-01.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 114px 10%;
}

.text-span-2 {
  color: #107377;
}

.image-casco {
  background-image: url('../images/fc83a0_677756febef44c7daeae3c2bbd6f4b03~mv2.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.columns {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-col {
  max-width: 1200px;
  margin: 0 auto;
}

.div-block-6 {
  background-image: url('../images/9351598-01-01.png');
  background-position: 0 0;
  background-size: auto;
  position: absolute;
}

.heading {
  letter-spacing: 1.5px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.text-span-3 {
  font-weight: 700;
}

.copyright {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  border-top: 1px solid #000;
}

.footer-copy {
  color: #353448;
  border-top: 1px solid #ddd;
  margin-top: 100px;
  padding-top: 60px;
  font-family: Inter, sans-serif;
}

.text-span-4 {
  color: #333;
}

@media screen and (max-width: 991px) {
  .header {
    height: auto;
  }

  .testimoniales {
    width: 100%;
  }

  .footer {
    background-size: auto;
  }

  .container-flex {
    flex-flow: column;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
  }

  .hero-content {
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .hero-image-wrap {
    width: 100%;
  }

  .container-left {
    width: 100%;
    margin-bottom: 50px;
  }

  .container-right, .image {
    width: 100%;
  }

  .button {
    text-align: center;
  }

  .flex-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 10%;
    padding-right: 10%;
  }

  .flex-grid-5-col {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-content: start;
    min-width: 0;
    max-width: 100%;
  }

  .line-column {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-2 {
    width: 31%;
  }

  .flex-grid-2-col {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    min-width: 100%;
    max-width: 100%;
  }

  .image-4 {
    width: 40%;
    max-width: 80%;
  }

  .image-5, .wrapper {
    width: 100%;
  }

  .image-6 {
    text-align: center;
    width: 100%;
  }

  .image-7, .image-8 {
    width: 100%;
  }

  .div-block-5 {
    height: auto;
  }

  .footer-col {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    background-repeat: no-repeat;
  }

  .button.agenda {
    padding: 20px 35px;
  }

  .image-4 {
    width: 50%;
  }

  .footer-copy {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-flex {
    flex-flow: column;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 17px;
  }

  .hero-content {
    width: 100%;
    height: 71%;
    margin-top: 150px;
    padding-right: 0;
  }

  .hero-image-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
  }

  .container-left, .container-right {
    width: 100%;
    margin-top: 50px;
  }

  .h2 {
    margin-top: 0;
    font-size: 35px;
  }

  .h2.center {
    width: 100%;
  }

  .image {
    text-align: center;
    margin-top: 0;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-top: 0;
  }

  .button.agenda {
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .notice-txt {
    font-size: 12px;
  }

  .div-block {
    width: 100%;
    max-width: 100%;
  }

  .div-block.center {
    flex-flow: column;
    display: flex;
  }

  .flex-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .flex-grid-5-col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: start stretch;
    align-items: stretch;
    min-width: 100%;
    max-width: 0;
    display: grid;
  }

  .line-column {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
    flex-flow: column;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .p {
    margin-bottom: 20px;
  }

  .image-2 {
    width: 42%;
  }

  .flex-grid-2-col {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    place-content: start stretch;
    min-width: 0;
    max-width: 100%;
  }

  .center {
    flex-flow: column;
    display: flex;
  }

  .grid-cta {
    grid-template: "."
                   "."
                   / 6.5fr;
    grid-auto-flow: column;
    width: 100%;
  }

  .wrapper-cta-btn {
    width: 100%;
    height: 420px;
    padding-top: 137px;
    padding-bottom: 137px;
  }

  .image-4 {
    width: 80%;
    max-width: 80%;
  }

  .container-como {
    text-align: center;
    width: 100%;
  }

  .image-5, .wrapper {
    width: 100%;
  }

  .wrapper-cta {
    width: 100%;
    height: 420px;
  }

  .image-casco {
    background-image: url('../images/fc83a0_677756febef44c7daeae3c2bbd6f4b03~mv2.webp');
    background-position: 50% 38%;
    background-size: cover;
  }

  .footer-copy {
    text-align: center;
    margin-top: 60px;
  }
}

#w-node-_601790a8-577c-bbfb-cf25-ae87a948dbab-a96dea48 {
  place-self: auto;
}

#w-node-_601790a8-577c-bbfb-cf25-ae87a948dbac-a96dea48, #w-node-_8aa435c1-7916-4df7-647d-56cb11eba425-a96dea48, #w-node-_6d0812bb-8949-66b2-c4aa-23c5b7c6e8af-a96dea48 {
  place-self: center;
}

#w-node-cabe94ba-7bf0-7a6a-531c-88f2110c6b25-a96dea48, #w-node-cabe94ba-7bf0-7a6a-531c-88f2110c6b2c-a96dea48 {
  place-self: auto;
}

#w-node-cabe94ba-7bf0-7a6a-531c-88f2110c6b2d-a96dea48 {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_601790a8-577c-bbfb-cf25-ae87a948dbab-a96dea48 {
    place-self: center stretch;
  }

  #w-node-edcd5b90-93c9-a927-d584-30c4bbf90c36-a96dea48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


