.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;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.header-section {
  z-index: 1000;
  width: auto;
  position: fixed;
}

.paragraph-large {
  font-size: 20px;
  line-height: 36px;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.container-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-medium {
  font-size: 18px;
  line-height: 30px;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.bold-font {
  font-weight: 700;
}

.margin-20px {
  margin-top: 20px;
}

.button-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.color-block {
  justify-content: center;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.color-block.background-grey {
  background-color: #f3f7f8;
}

.color-block.background-offwhite {
  background-color: #f2f2f2;
}

.heading-large {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.heading-large.text-color-darkblue {
  color: #004866;
  text-align: center;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
  overflow: visible;
}

.heading-large.terapeutas, .heading-large.terapeutas-copy {
  color: #004866;
  text-align: center;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
}

.heading-large.terapeutas-copy-copy {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-family: Poppins, sans-serif;
}

.paragraph-regular {
  color: #222a41;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.heading-small.text-color-darkblue {
  pointer-events: none;
  color: #2c9195;
  cursor: default;
  transform-style: preserve-3d;
  margin-top: 114px;
  font-family: Open Sans, sans-serif;
  font-size: 5em;
  font-weight: 700;
  transform: scale3d(1.3, 1.3, 2)rotateX(-15deg)rotateY(18deg)rotateZ(0);
}

.heading-medium {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
}

.heading-medium.text-color-darkblue {
  color: #004866;
  -webkit-text-stroke-color: #004866;
  font-family: Poppins, sans-serif;
}

.text-color-darkblue {
  color: #004866;
}

.style-guide-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-bar-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #00000040;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  padding-top: 41px;
  padding-bottom: 36.5px;
  display: flex;
}

.top-bar-grid.hide {
  display: none;
}

.top-bar-email-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.email-link {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 21.79px;
  text-decoration: none;
}

.email-icon {
  margin-right: 7px;
}

.top-bar-email-link {
  display: flex;
}

.contact-icon {
  margin-right: 7px;
}

.contact-link {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 21.79px;
  text-decoration: none;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.navbar {
  z-index: 1;
  background-color: #0000;
  width: 100vw;
  padding-top: 0;
}

.nav-link {
  color: #004866;
  text-align: center;
  border-right: 0 solid #568599;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24.51px;
  display: flex;
}

.nav-link:hover {
  color: #2c9195;
  text-decoration: none;
}

.nav-link.w--current {
  color: #2d9195;
  background-color: #fff0;
}

.nav-link.w--current:hover {
  text-decoration: none;
}

.nav-menu {
  background-color: #fff;
  border-radius: 200px;
  align-items: center;
  display: flex;
}

.brand.w--current {
  z-index: 0;
  margin-left: 70px;
  position: fixed;
}

.logo {
  z-index: -100;
  background-color: #fff0;
  border-radius: 20px;
  position: relative;
}

.logo-image {
  z-index: 0;
  background-color: #fff0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 26px;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
}

.hero-section {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-content-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/Rectangle-1_1Rectangle (1).png'), url('../images/Rectangle-4_1Rectangle (4).png');
  background-position: 60% 15%, 55% 84%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.hero-content-left {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 158px;
  display: flex;
  position: relative;
}

.hero-heading-wrapper, .hero-text-wrapper {
  width: 95%;
}

.margin-bottom {
  width: auto;
  max-width: 100%;
  margin-bottom: 30px;
}

.primary-button {
  color: #fff;
  background-color: #6aff5f00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 52px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.primary-button.transparent {
  color: #00b6ff;
  background-color: #fcfeff;
  border: 2px solid #00b6ff;
  transition: background-color .2s;
}

.primary-button.transparent:hover {
  color: #f6fcff;
  background-color: #00b6ff;
}

.secondary-button {
  color: #fff;
  text-align: center;
  background-color: #2d9195;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 42px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.secondary-button.outline {
  color: #00b6ff;
  background-color: #0000;
  border: 2px solid #00b6ff;
  transition: background-color .2s;
}

.secondary-button.outline:hover {
  color: #fff;
  background-color: #00b6ff;
}

.text-regular {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-regular.bold {
  font-weight: 700;
}

.hero-services-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 34px;
  padding: 23px;
  display: flex;
  position: relative;
  box-shadow: 3px 12px 40px 20px #0048661a;
}

.hero-services-dropdown {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.dropdown-toggle {
  justify-content: space-between;
}

.dropdown-toggle.w--open {
  width: 100%;
  padding-right: 40px;
}

.background-image {
  z-index: 0;
  margin-top: -32px;
  margin-left: -47px;
  display: block;
}

.hero-content-right {
  background-image: url('../images/Group.png'), radial-gradient(circle at 50% 60%, #b1e5cf, #fff0 44%);
  background-position: 39% 29%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 86px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.container-small {
  width: 93%;
  max-width: 1113px;
  margin-left: auto;
  margin-right: auto;
}

.scheduling-section {
  padding-bottom: 140px;
  display: none;
}

.dropdown-text {
  color: #004866;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.scheduling-cards {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-wrapper {
  width: 100vw;
}

.scheduling-icon-wrapper {
  text-align: center;
}

.scheduling-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
}

.scheduling-heading-wrapper {
  margin-bottom: 0;
}

.scheduling-cards-main-wrapper {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-wrapper {
  width: 100%;
}

.services-section {
  box-shadow: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  max-height: 100vh;
  margin-top: 0;
  padding: 4rem;
  display: flex;
  position: relative;
}

.services-grid-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: start center;
  width: auto;
  margin-bottom: 100px;
  padding-top: 15vw;
  padding-bottom: 0;
}

.services-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.services-heading-wrapper {
  width: 448px;
}

.services-text-wrapper {
  width: 100%;
}

.services-image-wrapper {
  z-index: 999;
  background-image: url('../images/Rectangle-5.png'), url('../images/Group.png');
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex-flow: column;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.services-main-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.services-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  width: 99.9998%;
  margin-top: 0;
  margin-bottom: 120px;
  padding-top: 20vw;
  padding-bottom: 0;
}

.services-images {
  object-fit: cover;
  border-radius: 32px;
  width: 353px;
  height: 483px;
  margin-left: 118px;
}

.doctors-section {
  background-image: radial-gradient(circle at 50% 100%, #51ccd1, #fff 94%, #fff);
  padding-bottom: 20px;
  box-shadow: inset 0 8px 17px 8px #0003;
}

.doctors-heading-wrapper {
  text-align: center;
}

.doctors-text-wrapper {
  text-align: center;
  width: 70%;
}

.scheduling-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  display: grid;
}

.services-image-wrapper-2 {
  z-index: 999;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  margin-left: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.doctors-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.doctors-details-card {
  margin-top: 100px;
  padding-top: 0;
}

.doctors-details-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
}

.doctors-image {
  object-fit: cover;
  border-radius: 32px;
  height: 100%;
}

.doctors-info-wrapper {
  background-color: #f3f7f8;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  margin-top: 49px;
  margin-bottom: 49px;
  padding: 60px;
}

.doctors-name-wrapper {
  width: 100%;
  margin-bottom: 10px;
}

.doctors-details-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
  display: none;
}

.doctors-info-wrapper-2 {
  background-color: #f3f7f8;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  margin-top: 49px;
  margin-bottom: 49px;
  padding: 60px;
}

.consultation-section {
  background-color: #f3f7f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: none;
}

.consultation-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.consultation-heading-wrapper {
  text-align: center;
}

.consultation-text-wrapper {
  text-align: center;
  width: 70%;
}

.email-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.form {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 68%;
  padding: 23px 18px 23px 36px;
  display: flex;
  box-shadow: 8px 8px 40px 6px #0048661a;
}

.text-field {
  opacity: .3;
  color: #004866;
  background-color: #fff;
  border: 1px solid #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.form-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-section {
  background-color: #111e23;
  padding-bottom: 48px;
}

.footer-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  color: #fff;
  border-top: 1px solid #00000040;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 53px;
  padding-bottom: 0;
  display: flex;
}

.footer-page-links {
  color: #fff;
  margin-right: 51px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24.51px;
  text-decoration: none;
}

.footer-page-links.w--current {
  font-size: 16px;
}

.footer-page-links.no-margin {
  color: #fff;
  margin-right: 0;
}

.footer-page-links-wrapper {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-contact-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text {
  font-family: Open Sans, sans-serif;
}

.large-button {
  color: #fff;
  background-color: #00b6ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 52px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.footer-email-link {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 21.79px;
  text-decoration: none;
  display: flex;
}

.footer-logo {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fefefe;
  border-radius: 20px;
  width: 160px;
  padding-top: 10px;
  display: block;
  box-shadow: -7px 8px 5px 3px #0003;
}

.footer-email-wrapper {
  display: flex;
}

.footer-contact-link {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 21.79px;
  text-decoration: none;
}

.services-images-2 {
  object-fit: cover;
  border-radius: 32px;
  width: 353px;
  height: 483px;
  margin-left: 60px;
}

.dropdown-list {
  margin-top: -4px;
}

.dropdown-list.w--open {
  background-color: #fff;
  width: 100%;
  margin-top: 24px;
  box-shadow: 1px 1px 20px -3px #0000001a;
}

.dropdown-link {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.hero-image-1 {
  z-index: 1;
  object-fit: cover;
  border-radius: 32px;
  width: 80%;
  height: 55%;
  margin-top: 89px;
  position: relative;
  left: -136px;
}

.hero-image-1.tablet_hide, .hero-image-1.v {
  z-index: 0;
  border-radius: 0 100px 0 0;
  width: auto;
  max-width: 60%;
  height: auto;
  display: none;
  position: static;
  inset: 721px auto 0% 0%;
  box-shadow: 0 -9px 20px 3px #0003;
}

.hero-image-2 {
  z-index: 0;
  object-fit: cover;
  border: 0 solid #fefefe;
  border-radius: 32px;
  width: 300px;
  height: 250px;
  margin-top: 0;
  display: block;
  position: relative;
  inset: 0 auto 0 -44%;
}

.hero-image-3 {
  z-index: 1;
  object-fit: cover;
  border-radius: 32px;
  width: 72%;
  margin-top: 264px;
  position: relative;
  right: 364px;
}

.hero-image-3.mbl_hide {
  border-radius: 11%;
  width: 353%;
  max-width: 353%;
  height: 353px;
  margin-left: 20px;
  right: 4.1em;
}

.hero-image-3.mbl_hide-copy {
  border-radius: 8%;
  width: 400px;
  min-width: 400px;
  height: 353px;
  right: 350px;
  overflow: hidden;
  box-shadow: 0 2px 20px -4px #0003;
}

.image-2 {
  position: relative;
  bottom: -442px;
  left: -837px;
}

.image-2.mbl_hide {
  bottom: -584px;
  right: 116px;
}

.button_wrapper {
  width: 100%;
}

.tablet_hide {
  display: none;
}

.modal-paragraph {
  color: #fff;
  margin-bottom: 30px;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.modal {
  z-index: 99;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.div-block-7 {
  border: 1px solid #5f5f5f;
  border-radius: 8px;
}

.div-block-7.hide {
  display: none;
}

.modal-image-link-wrapper {
  grid-column-gap: 16px;
  background-color: #444;
  align-items: center;
  margin-bottom: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
}

.modal-image-link-wrapper.border-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.modal-image-link-wrapper.border-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 0;
}

.modal-wrapper {
  background-color: #2c2c2c;
  border-radius: 10px;
  padding: 45px 30px 40px;
  display: flex;
  position: relative;
}

.modal-link {
  color: #fff;
  font-family: Glory, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
}

.icon-modal {
  width: 14px;
  position: absolute;
  inset: 25px 25px auto auto;
}

.image {
  width: 22px;
}

.link {
  color: #21ff21;
}

.text-span-2 {
  color: #21ff21;
  font-size: 26px;
}

.image-3 {
  width: 22px;
}

.text-span {
  color: #21ff21;
  text-decoration: underline;
}

.modal-2 {
  z-index: 99;
  cursor: pointer;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 550px;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.text-span-3 {
  color: #21ff21;
}

.image-15 {
  width: 22px;
}

.modal-link-2 {
  color: #fff;
  font-family: Glory, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.modal-paragraph-2 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Glory, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.copy {
  width: 60%;
  margin-left: 0;
  margin-right: 0;
}

.whatsapp-button-wrapper {
  z-index: 1000;
  filter: drop-shadow(0 2px 5px #000000b3);
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: clip;
}

.div-block-8 {
  background-image: radial-gradient(circle, #4bca5a, #479850);
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-left: 95px;
  padding: 1em 2em;
  display: flex;
}

.services-grid-1-copy {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  width: 99.9998%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 100px;
  padding-bottom: 0;
  display: flex;
}

.doctors-details-grid-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
  display: none;
}

.primary-button-copy {
  color: #fff;
  cursor: pointer;
  background-color: #fff;
  border: 2px dashed #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 52px;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.primary-button-copy:hover {
  border-style: dashed;
  border-width: 2px;
  border-radius: 20px;
}

.primary-button-copy {
  color: #fff;
  background-color: #309297;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 52px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: color .2s, border-color .2s, background-color .2s;
  display: flex;
}

.primary-button-copy.transparent {
  color: #00b6ff;
  background-color: #fcfeff;
  border: 2px solid #00b6ff;
  transition: background-color .2s;
}

.primary-button-copy.transparent:hover {
  color: #f6fcff;
  background-color: #00b6ff;
}

.hero-services-wrapper-copy {
  z-index: 1;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 34px;
  padding: 23px;
  display: flex;
  position: relative;
  box-shadow: 3px 12px 40px 20px #0048661a;
}

.abstract-blue-and-yellow {
  filter: blur(5px);
  transform-style: preserve-3d;
  width: 1000px;
  height: 1000px;
  display: flex;
  position: absolute;
  inset: -94% 0% 0% -250px;
  transform: scale(1.1)translate(-34px)rotateX(0)rotateY(28deg)rotateZ(0);
}

.div-block-9 {
  background-color: #000;
}

.lottie-animation {
  z-index: 1000;
  filter: blur(5px);
  width: 100%;
  display: none;
  position: fixed;
}

.link-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  display: flex;
}

.nav-menu-copy {
  background-color: #fff;
  border-radius: 200px;
  align-items: center;
  width: 50%;
  margin-top: 26px;
  margin-right: 25px;
  display: flex;
  box-shadow: 0 2px 20px 5px #0003;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  color: #2c9195;
}

.services-images-2-copy {
  object-fit: cover;
  border-radius: 32px;
  width: 400px;
  height: 300px;
  margin-top: 33px;
  margin-left: 60px;
  position: relative;
}

.text-regular-copy {
  color: #2c9195;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.hero-image-2-copy {
  z-index: 1;
  object-fit: cover;
  border-radius: 32px;
  width: auto;
  height: 258px;
  margin-top: 45px;
  display: block;
  position: absolute;
  inset: 25% 8% auto auto;
}

.modal-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: .75rem;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  min-height: 0;
  margin: auto;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.modal-bg {
  z-index: 5;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% auto auto 0%;
}

.bold-text-8 {
  text-decoration: underline;
}

.terminos-popup {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #29282866;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 4rem 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.button-accept1 {
  grid-column-gap: 12px;
  opacity: 1;
  color: #fff;
  background-color: #2c2c2c;
  background-image: radial-gradient(circle at 100% 0, #0000, #000);
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 0;
  height: 40px;
  padding: 0 2em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  transform: none;
  box-shadow: 0 2px 5px #0003;
}

.modal-content-2 {
  z-index: 10;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2rem 3rem;
  display: flex;
  position: static;
  inset: 0%;
}

.div-btn {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-2 {
  width: 100%;
  min-height: 0;
  max-height: 300px;
  overflow: scroll;
}

.modal-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff0;
  border-radius: .75rem;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin: 101px auto auto;
  display: flex;
  position: static;
}

.close-btn-w {
  z-index: 5;
  float: right;
  background-color: #f5efef;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 2rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.close-btn-w._3-copy {
  display: none;
  position: absolute;
}

.close-btn-line {
  background-color: #4353ff;
  border-radius: 1px;
  width: 1.75rem;
  height: 2px;
  position: absolute;
}

.close-btn-line.is--2nd {
  background-color: #333339;
  transform: rotate(45deg);
}

.close-btn-line.is--1st {
  background-color: #333;
  transform: rotate(-45deg);
}

.screen-reader-only {
  border: 1px #000;
  border-radius: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.modal-content-w {
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 1rem 3rem 2rem;
  display: flex;
}

.form---popup {
  z-index: 4000;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  background-color: #00000080;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4rem 0;
  display: none;
  position: fixed;
  inset: 0% 0 0;
  overflow: scroll;
}

.round-button {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 121px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.code-embed {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-dark {
  background-color: #295568;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
  text-decoration: none;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-17 {
  width: 100%;
  margin-right: 128px;
  position: relative;
  top: 0;
  right: 17px;
  overflow: hidden;
}

.services-images-2-copy-copy {
  object-fit: cover;
  border-radius: 32px;
  width: 240px;
  height: 200px;
  margin-top: 101px;
  margin-left: 60px;
  position: relative;
  top: 101px;
  left: -19.9em;
}

.services-images-2-copy-copy-copy {
  object-fit: cover;
  border-radius: 200%;
  width: 200px;
  height: 200px;
  margin-top: 101px;
  margin-left: 60px;
  position: relative;
  top: 101px;
  left: -60em;
}

.text-regular-copy {
  color: #fff;
  max-width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-regular-copy.bold {
  font-weight: 700;
}

.div-block-10 {
  width: auto;
  max-width: 200px;
}

.text-regular-copy-copy {
  color: #2c9195;
  max-width: 800px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-regular-copy-copy.bold {
  font-weight: 700;
}

.form-terapeutas {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 30px;
  display: none;
  position: static;
}

.text-block-3 {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-17-copy {
  width: 35%;
  display: none;
  position: static;
  top: 30vw;
  right: 17px;
  overflow: hidden;
}

.margin-bottom-copy {
  width: 100%;
  margin-bottom: 30px;
}

.p---quienes-somos {
  color: #2c9195;
  max-width: 800px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.p---quienes-somos.bold {
  font-weight: 700;
}

.container-small-copy {
  width: 93%;
  max-width: 1113px;
  margin-left: auto;
  margin-right: auto;
}

.link-block-2 {
  background-color: #004866;
  border-radius: 9px;
  width: 300px;
  height: 50px;
  margin-top: 20px;
}

.link-block-2.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.code-embed-2 {
  font-family: Poppins, sans-serif;
}

.services-images-2-copy-copy {
  object-fit: cover;
  border-radius: 32px;
  width: 50vw;
  height: 300px;
  margin-top: 33px;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.services-grid-1-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: flex-start center;
  width: auto;
  height: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  padding-top: 15vw;
  padding-bottom: 0;
}

.image-28 {
  width: 25%;
  margin-right: 0;
  position: relative;
  top: -113px;
  right: 17px;
  overflow: hidden;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-block-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: flex;
}

.tablet {
  color: #309297;
  background-color: #309297;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  max-height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.div-block-15 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .hero-image-2 {
    border-top-right-radius: 20px;
  }

  .modal-2 {
    height: auto;
    max-height: 100%;
  }

  .modal-bg {
    overflow: visible;
  }

  .terminos-popup {
    z-index: 201;
    display: none;
    overflow: scroll;
  }

  .heading-3 {
    font-family: Montserrat, sans-serif;
  }

  .button-accept1 {
    width: auto;
    min-width: auto;
    height: 40px;
    padding: 0 2em;
    font-size: 14px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .modal-content-2 {
    height: auto;
    padding-top: .9rem;
    padding-bottom: .5rem;
  }

  .div-btn {
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .modal-3 {
    height: auto;
    max-height: 100%;
  }

  .close-btn-w {
    background-color: #f3f3f3;
    border-radius: 2.1rem;
    margin-top: 2rem;
    margin-right: 2rem;
  }

  .close-btn-w._3-copy {
    position: absolute;
  }

  .modal-content-w {
    height: auto;
    padding-top: .9rem;
    padding-bottom: .5rem;
  }

  .form---popup {
    display: none;
    position: fixed;
    overflow: hidden;
  }

  .round-button {
    height: auto;
  }
}

@media screen and (min-width: 1920px) {
  .header-section {
    width: 100%;
  }

  .navbar {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .nav-link.w--current {
    color: #2c8f93;
  }

  .brand.w--current, .logo-image {
    display: block;
  }

  .primary-button, .secondary-button {
    background-color: #8ac4a3;
  }

  .container-small.nav-container {
    width: 100%;
    max-width: 100%;
  }

  .hero-image-1.tablet_hide, .hero-image-1.v {
    position: static;
    inset: auto auto 0% 0%;
  }

  .hero-image-2 {
    left: -53%;
  }

  .primary-button-copy {
    background-color: #8ac4a3;
  }

  .modal-2 {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    display: flex;
  }

  .terminos-popup {
    min-width: 100%;
    min-height: 100%;
    display: block;
    overflow: hidden;
  }

  .button-accept1 {
    box-shadow: none;
    background-image: linear-gradient(#252525, #000);
    width: auto;
    min-width: 0;
    height: 40px;
    padding: 0 2em;
    font-size: 12px;
    position: static;
  }

  .modal-content-2 {
    min-width: 70%;
  }

  .div-btn {
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
  }

  .text-block-2 {
    max-height: 700px;
    font-size: 1vw;
  }

  .modal-3 {
    justify-content: center;
    align-items: center;
    width: 80%;
    height: auto;
    display: flex;
  }

  .modal-content-w {
    min-width: 70%;
  }

  .form---popup {
    display: none;
  }

  .round-button {
    position: static;
    inset: 0%;
  }

  .image-17, .image-17-copy {
    width: 35%;
    position: absolute;
    top: 480px;
    right: 80px;
  }

  .container-small-copy.nav-container {
    width: 100%;
    max-width: 100%;
  }

  .image-28 {
    width: 35%;
    position: absolute;
    top: 480px;
    right: 80px;
  }
}

@media screen and (max-width: 991px) {
  .header-section {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-large {
    font-size: 36px;
    line-height: 50px;
  }

  .paragraph-regular {
    font-size: 16px;
  }

  .heading-small {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-medium {
    font-size: 34px;
    line-height: 50px;
  }

  .heading-medium.text-color-darkblue {
    font-size: 34px;
  }

  .top-bar-header-area {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-icon {
    margin-right: 2px;
  }

  .contact-link {
    width: 100%;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 60px;
    padding-left: 35px;
  }

  .logo-image {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-content-grid {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr 1fr;
  }

  .hero-content-left {
    justify-content: center;
    align-items: center;
    padding-top: 40px;
  }

  .hero-heading-wrapper {
    text-align: center;
    width: 100%;
  }

  .hero-text-wrapper {
    width: 100%;
  }

  .text-regular {
    font-size: 16px;
  }

  .hero-services-wrapper {
    width: 100%;
  }

  .dropdown-toggle {
    padding-left: 10px;
  }

  .background-image {
    margin-left: 0;
    position: relative;
    bottom: -1%;
    left: -45%;
  }

  .hero-content-right {
    background-image: url('../images/Group.png');
    background-position: 57% 16%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 140px;
    padding-bottom: 100px;
    overflow: clip;
  }

  .container-small.nav-container {
    width: 100%;
  }

  .services-grid-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    grid-template-columns: 1.1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .services-content-wrapper {
    justify-content: center;
    align-items: center;
  }

  .services-heading-wrapper {
    width: 100%;
  }

  .services-image-wrapper {
    background-position: 0 0, 100% 100%;
    justify-content: center;
  }

  .services-main-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .services-grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1.1fr;
  }

  .services-images {
    width: 90%;
    height: 460px;
    margin-left: 20px;
  }

  .doctors-text-wrapper {
    width: 80%;
  }

  .scheduling-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .services-image-wrapper-2 {
    background-image: url('../images/Group.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .doctors-details-grid {
    grid-template-columns: 1fr 1fr;
  }

  .doctors-image {
    object-fit: cover;
    height: 100%;
    display: inline-block;
  }

  .doctors-info-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .doctors-info-wrapper-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .consultation-text-wrapper, .form {
    width: 80%;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: .3fr 1.2fr 1fr;
  }

  .footer-logo-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-page-links {
    margin-right: 12px;
    font-size: 14px;
  }

  .footer-page-links-wrapper, .footer-contact-wrapper {
    justify-content: space-between;
  }

  .footer-email-link {
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    text-decoration: none;
  }

  .footer-contact-link {
    width: 100%;
    font-size: 12px;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
    margin-right: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .services-images-2 {
    width: 85%;
    height: 460px;
    margin-left: 0;
  }

  .hero-image-1 {
    width: 80%;
    min-width: auto;
    height: 55%;
    margin-top: 0;
    margin-bottom: 53px;
    left: 9px;
  }

  .hero-image-1.tablet_hide, .hero-image-1.v {
    display: none;
  }

  .hero-image-2 {
    width: 80%;
    margin-top: -54px;
    margin-left: 15px;
    left: 29px;
  }

  .hero-image-3 {
    min-width: auto;
    margin-top: 229px;
    margin-bottom: 0;
    margin-left: 133px;
  }

  .hero-image-3.mbl_hide, .hero-image-3.mbl_hide-copy {
    display: none;
  }

  .image-2 {
    bottom: -546px;
    left: -874px;
  }

  .services-grid-1-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.1fr 1fr;
  }

  .doctors-details-grid-copy {
    grid-template-columns: 1fr 1fr;
  }

  .hero-services-wrapper-copy {
    width: 100%;
  }

  .nav-menu-copy {
    background-color: #fff;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .services-images-2-copy {
    width: 85%;
    height: 460px;
    margin-left: 0;
  }

  .hero-image-2-copy {
    width: 59%;
    margin-top: -54px;
    margin-left: 15px;
    left: 29px;
  }

  .modal-2 {
    width: 100%;
  }

  .terminos-popup {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-btn {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .modal-3 {
    width: 100%;
  }

  .close-btn-w._3-copy {
    background-color: #f5efef00;
    top: -46%;
    right: -4%;
  }

  .close-btn-line.is--2nd, .close-btn-line.is--1st {
    background-color: #fff;
  }

  .form---popup {
    display: none;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .image-17 {
    width: 50%;
    position: static;
  }

  .services-images-2-copy-copy, .services-images-2-copy-copy-copy {
    width: 85%;
    height: 460px;
    margin-left: 0;
  }

  .text-regular-copy, .text-regular-copy-copy {
    font-size: 16px;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
  }

  .p---quienes-somos {
    font-size: 16px;
  }

  .container-small-copy.nav-container {
    width: 100%;
  }

  .services-images-2-copy-copy {
    width: 85%;
    height: 300px;
    margin-left: 0;
  }

  .services-grid-1-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    grid-template-columns: 1.1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-28 {
    width: 50%;
    position: static;
  }

  .tablet {
    justify-content: flex-start;
    align-items: center;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .heading-large {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-small {
    font-size: 22px;
  }

  .heading-medium.text-color-darkblue {
    font-size: 38px;
  }

  .top-bar-header-area {
    margin-left: 25px;
    margin-right: 25px;
  }

  .contact-icon {
    margin-right: 2px;
  }

  .navbar {
    padding-left: 10px;
    padding-right: 25px;
    position: static;
  }

  .nav-menu {
    padding-left: 25px;
  }

  .brand.w--current {
    position: absolute;
  }

  .hero-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-content-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-heading-wrapper, .hero-text-wrapper {
    width: 100%;
  }

  .margin-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .primary-button {
    font-size: 15px;
  }

  .text-regular {
    text-align: justify;
    padding-left: 40px;
    padding-right: 40px;
  }

  .background-image {
    bottom: 2%;
    left: -43%;
  }

  .hero-content-right {
    background-image: url('../images/Group.png');
    background-position: 72% 22%;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    display: none;
  }

  .scheduling-section {
    padding-bottom: 100px;
  }

  .services-section {
    display: none;
    position: static;
    top: -77px;
    overflow: visible;
  }

  .services-grid-1 {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .services-content-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .services-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    height: 100vh;
    margin-top: auto;
    position: static;
  }

  .services-grid-2 {
    grid-template-columns: 1fr;
  }

  .doctors-section {
    padding-bottom: 60px;
  }

  .doctors-text-wrapper {
    width: 100%;
  }

  .scheduling-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .services-image-wrapper-2 {
    background-image: none;
    height: auto;
  }

  .doctors-details-card {
    margin-top: 60px;
  }

  .doctors-details-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    display: flex;
  }

  .doctors-info-wrapper {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    margin-bottom: 40px;
  }

  .doctors-details-grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .doctors-info-wrapper-2 {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    margin-bottom: 40px;
  }

  .consultation-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .consultation-text-wrapper, .form {
    width: 100%;
  }

  .footer-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-page-links {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    font-size: 16px;
  }

  .footer-page-links.no-margin {
    margin-bottom: 0;
  }

  .footer-page-links-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-contact-wrapper {
    flex-direction: column;
  }

  .large-button {
    font-size: 15px;
  }

  .footer-email-link {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
  }

  .footer-phone-link {
    justify-content: space-between;
    width: 100%;
  }

  .footer-email-wrapper {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-contact-link {
    text-align: left;
    font-size: 16px;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 17px 5px #0003;
  }

  .hero-image-1 {
    width: 100%;
    height: 280px;
    margin-top: 34px;
    left: 0;
  }

  .hero-image-1.tablet_hide {
    z-index: 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .hero-image-1.v {
    z-index: 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    display: none;
  }

  .hero-image-2 {
    height: 200px;
    margin-top: -15px;
    margin-left: 13px;
    left: 8px;
  }

  .hero-image-3 {
    width: 70%;
    height: 245px;
    margin-left: 0;
    bottom: -2px;
    left: -196px;
    right: 194px;
  }

  .image-2 {
    bottom: -418px;
    left: -576px;
  }

  .image-2.mbl_hide {
    display: none;
  }

  .button_wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .modal-paragraph, .modal-link {
    font-size: 18px;
    line-height: 26px;
  }

  .icon-modal {
    top: 20px;
  }

  .modal-link-2, .modal-paragraph-2 {
    font-size: 18px;
    line-height: 26px;
  }

  .whatsapp-button-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
    right: 0%;
  }

  .div-block-8 {
    margin-right: 20px;
  }

  .doctors-details-grid-copy {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    display: flex;
  }

  .primary-button-copy {
    font-size: 15px;
  }

  .nav-menu-copy {
    padding-left: 25px;
  }

  .hero-image-2-copy {
    height: 200px;
    margin-top: -15px;
    margin-left: 13px;
    left: 8px;
  }

  .modal-2 {
    width: 100%;
  }

  .terminos-popup {
    display: none;
  }

  .heading-3 {
    font-size: 1.8em;
  }

  .modal-content-2 {
    padding: 1rem 2rem;
  }

  .modal-3 {
    width: 100%;
  }

  .close-btn-w._3-copy {
    background-color: #f5efef00;
    position: absolute;
    inset: -40% -8% auto auto;
  }

  .close-btn-line.is--2nd, .close-btn-line.is--1st {
    background-color: #fff;
  }

  .modal-content-w {
    padding: 1rem 2rem;
  }

  .form---popup {
    display: none;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-flow: row;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .image-17 {
    width: 80%;
  }

  .form-terapeutas {
    position: static;
  }

  .div-block-11 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-17-copy {
    width: 80%;
  }

  .services-images-2-copy-copy {
    width: 60%;
    height: auto;
    margin-top: 0;
    margin-bottom: 200px;
  }

  .services-grid-1-copy {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .image-28 {
    width: 80%;
  }

  .footer-block-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .tablet {
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100vh;
    max-height: 100%;
    display: flex;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .heading-large {
    font-size: 30px;
  }

  .heading-large.text-color-darkblue {
    font-size: 25px;
  }

  .heading-large.terapeutas, .heading-large.terapeutas-copy {
    width: auto;
    font-size: 25px;
  }

  .heading-large.terapeutas-copy-copy {
    white-space: normal;
    width: auto;
    margin-top: 0;
    font-size: 25px;
  }

  .paragraph-regular {
    text-align: left;
    font-family: Glory, sans-serif;
    font-size: 25px;
    font-weight: 700;
  }

  .heading-small.text-color-darkblue {
    transform: scale(.7)scale3d(1.3, 1.3, 2)rotateX(-15deg)rotateY(18deg)rotateZ(0);
  }

  .heading-medium {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-medium.text-color-darkblue {
    margin-top: 70px;
  }

  .top-bar-header-area {
    background-color: #fff;
  }

  .top-bar-grid.hide {
    display: none;
  }

  .email-link, .contact-link {
    font-size: 14px;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link {
    padding-bottom: 15px;
    padding-right: 0;
  }

  .brand.w--current {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .logo {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 24px;
    display: flex;
  }

  .logo-image {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .hero-content-grid {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    padding-bottom: 0;
    overflow: visible;
  }

  .hero-content-left {
    padding-top: 0;
  }

  .hero-text-wrapper {
    text-align: center;
  }

  .margin-bottom {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .primary-button {
    white-space: nowrap;
    word-break: keep-all;
    width: 47%;
  }

  .text-regular {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
  }

  .hero-services-wrapper {
    box-shadow: none;
    background-color: #f3f6f7;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .background-image {
    margin-top: -61px;
    margin-left: -6px;
    left: -37%;
  }

  .hero-content-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/Group.png');
    background-position: 95% 23%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    padding-top: 100px;
    padding-bottom: 20px;
    display: none;
  }

  .container-small {
    width: auto;
    max-width: 100%;
    padding-bottom: 0;
  }

  .page-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .main-wrapper {
    width: 100%;
  }

  .services-section {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    padding: 0 0 0;
    display: flex;
  }

  .services-grid-1 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .services-content-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }

  .services-heading-wrapper {
    text-align: center;
  }

  .services-text-wrapper {
    text-align: center;
    width: 100%;
    font-size: 20px;
  }

  .services-image-wrapper {
    background-image: url('../images/Group.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .services-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f2ff0000;
    flex-flow: column;
    height: auto;
    padding-bottom: 0;
  }

  .services-grid-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .services-images {
    width: 90%;
    height: 400px;
  }

  .services-image-wrapper-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .doctors-image-wrapper {
    padding: 86px;
  }

  .doctors-image {
    box-shadow: 0 2px 12px 3px #0003;
  }

  .doctors-info-wrapper {
    background-color: #f3f7f800;
  }

  .doctors-details-grid-2 {
    margin-bottom: 0;
  }

  .form {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-grid {
    flex-flow: column;
  }

  .footer-page-links-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0;
  }

  .footer-logo {
    margin-bottom: 30px;
    margin-left: 0;
    display: block;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 130px;
    margin-right: 20px;
    position: absolute;
    right: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
    font-size: 28px;
  }

  .services-images-2 {
    width: 90%;
    height: 400px;
  }

  .dropdown-link {
    padding-left: 10px;
    font-size: 13px;
  }

  .hero-image-1 {
    width: 100%;
    height: 100%;
    margin-top: -24px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    left: 0;
  }

  .hero-image-1.tablet_hide {
    object-fit: cover;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    position: static;
    overflow: clip;
  }

  .hero-image-1.v {
    object-fit: cover;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
    overflow: clip;
  }

  .hero-image-2 {
    border: 15px solid #fff;
    border-radius: 20px 29px 29px 0;
    width: auto;
    min-width: auto;
    max-width: 200px;
    height: auto;
    margin-left: 0;
    display: none;
    top: 17px;
    left: -185px;
    box-shadow: 0 2px 20px 11px #0003;
  }

  .hero-image-3 {
    display: none;
  }

  .hero-image-3.mbl_hide {
    border-radius: 1000%;
    width: 353%;
    max-width: 353%;
    margin-left: 0;
    display: block;
    left: 0;
    box-shadow: 0 8px 20px -2px #0003;
  }

  .hero-image-3.mbl_hide-copy {
    display: none;
  }

  .image-2 {
    bottom: -341px;
    left: -296px;
  }

  .modal-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .modal {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .modal-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal-link {
    font-size: 16px;
    line-height: 25px;
  }

  .icon-modal {
    right: 20px;
  }

  .modal-2 {
    width: auto;
    left: 10px;
    right: 10px;
  }

  .modal-link-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .modal-paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .whatsapp-button-wrapper {
    justify-content: flex-end;
    align-items: center;
    width: 100vw;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 20px;
    inset: auto 0% 0% auto;
  }

  .div-block-8 {
    justify-content: space-between;
    align-items: center;
    width: auto;
    min-width: auto;
    min-height: auto;
    padding: 1em;
  }

  .primary-button-copy {
    border-radius: 20px;
    width: auto;
    margin-top: 30px;
  }

  .hero-services-wrapper-copy {
    background-color: #fdfdfd;
    border-radius: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 200px;
    padding: 12px;
  }

  .section-2 {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
  }

  .image-16 {
    min-width: 100%;
  }

  .nav-menu-copy {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 130px;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .services-images-2-copy {
    border-radius: 0;
    width: 100vw;
    height: auto;
  }

  .text-regular-copy {
    text-align: center;
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .hero-image-2-copy {
    width: 80%;
    min-width: 80%;
    margin-left: 0;
    display: none;
    left: 0;
  }

  .modal-2 {
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    position: static;
    overflow: clip;
  }

  .modal-bg {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    right: -11%;
  }

  .terminos-popup {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .heading-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 1.6em;
    display: block;
  }

  .modal-content-2 {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1.5rem 2rem 2rem;
    display: flex;
    overflow: clip;
  }

  .div-btn {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
  }

  .modal-3 {
    border-radius: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    display: flex;
    position: static;
    overflow: clip;
  }

  .close-btn-w {
    width: auto;
    height: 2rem;
    margin-top: 5.3rem;
    margin-right: 1.5rem;
    top: -11%;
    right: 1%;
  }

  .close-btn-w._3-copy {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: 6rem;
    position: absolute;
  }

  .close-btn-line.is--2nd, .close-btn-line.is--1st {
    background-color: #fff;
    width: 1.5rem;
    height: 1.75px;
  }

  .modal-content-w {
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 1.5rem 2rem 2rem;
    display: flex;
    overflow: clip;
  }

  .form---popup {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center stretch;
    display: none;
  }

  .round-button {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .code-embed {
    margin: 5% 0%;
  }

  .footer-dark {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: auto;
  }

  .footer-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: auto;
  }

  .footer-brand {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-content {
    margin-top: 10px;
  }

  .footer-block {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-top: 20px;
    display: none;
  }

  .title-small {
    color: #fff;
    font-family: Poppins, sans-serif;
    display: none;
  }

  .footer-social-block {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: none;
  }

  .footer-social-link {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    text-decoration: none;
    display: flex;
  }

  .image-17 {
    display: none;
  }

  .services-images-2-copy-copy {
    border-radius: 0;
    width: 100vw;
    height: 300px;
    position: static;
  }

  .services-images-2-copy-copy-copy {
    width: 90%;
    height: 400px;
  }

  .text-regular-copy {
    text-align: justify;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Poppins, sans-serif;
    font-size: 15px;
  }

  .text-regular-copy-copy {
    text-align: center;
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .form-terapeutas {
    margin: 10% 0% 3%;
  }

  .text-block-3 {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
  }

  .image-17-copy {
    width: 80%;
    margin-top: 20px;
    display: block;
  }

  .margin-bottom-copy {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .p---quienes-somos {
    color: #004866;
    text-align: center;
    width: auto;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .div-block-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-small-copy {
    background-color: #ff7c7c;
    width: auto;
    max-width: 100%;
    padding-bottom: 0;
  }

  .code-embed-2 {
    padding-left: 2em;
    padding-right: 2em;
  }

  .services-images-2-copy-copy {
    border-radius: 20px;
    width: 80vw;
    height: auto;
    margin-bottom: 33px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .services-grid-1-copy {
    justify-content: flex-end;
    align-items: center;
  }

  .image-28 {
    display: none;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-block-copy {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
  }

  .tablet {
    flex-flow: column;
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-3 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-social-block-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .image-29 {
    max-width: 100%;
  }

  .div-block-15 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    display: flex;
  }
}

#w-node-_9c2be35b-9657-0791-5dbf-a90a04242eb0-1853bf89, #Encontrar-terapeuta.w-node-_70fa62d7-d53f-f046-1599-6c45a0f5ef9e-1853bf89, #w-node-f01a0972-ecf5-6bd4-b6f7-7b1ecc560731-1853bf89, #w-node-_924154ef-f7b4-22ce-b86d-6ed642e1e2b7-1853bf89, #w-node-b8c96ae8-102c-b06f-cad1-4c76e6aa7d77-1853bf89, #w-node-d873581d-fc5d-29b3-d834-ee2cf2315e4c-1853bf89, #w-node-_1e7f478e-1d9c-17ac-622c-2f5f854d7206-1853bf89, #w-node-ded612a4-46d4-99db-02a7-32afc84e759e-1853bf89, #w-node-ded612a4-46d4-99db-02a7-32afc84e759c-1853bf89, #w-node-_538f78b5-9027-f577-2623-8d2460522513-1853bf89, #w-node-_538f78b5-9027-f577-2623-8d2460522515-1853bf89, #sobre-nosotros.w-node-_64e68397-0d59-bc5b-341e-820157653b54-1853bf89, #w-node-c692ecd2-58f5-7dea-70b1-b6030dd4b6f7-1853bf89, #w-node-a3b109e0-fb39-73e5-a80a-64b764b02e57-1853bf89, #w-node-a05d344d-0250-53a3-8e4d-6628af524e77-1853bf89, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4ac9-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4acc-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4acd-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4ad0-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4ad4-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4ad7-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4b15-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4b18-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4b44-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4b47-1853bf8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93a21795-1fa5-e158-4cd4-5d4e91b72a9b-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4b48-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4b4b-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4b4e-1853bf8a, #w-node-_2dbb63b8-d578-c32d-7c3e-482953af4b51-1853bf8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-dd95d815-212e-ff34-91cf-6a6cf9a344b6-b88b150a, #w-node-_8806bd3d-74a6-8b28-5aa6-1984df11d36e-b88b150a, #w-node-a3b109e0-fb39-73e5-a80a-64b764b02e4c-b88b150a, #w-node-a3b109e0-fb39-73e5-a80a-64b764b02e57-b88b150a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-c692ecd2-58f5-7dea-70b1-b6030dd4b6f7-1853bf89 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}


