:root {
  --dark-grey: #b9b19f;
  --doctoralia: #00c3a5;
  --grey: #393939;
  --wheat: #d4c8ac;
  --misty-rose: #ebc0c0;
  --white: white;
  --dim-grey: #67655f;
  --floral-white: #f7f1e999;
}

body {
  color: #333;
  padding-top: 85px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph {
  color: #333;
  text-align: left;
  letter-spacing: .25px;
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph._16px {
  font-size: 16px;
  font-weight: 300;
}

.wrapper-450-width {
  flex: 0 auto;
  width: auto;
  max-width: 450px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-450-width.left-aligned {
  flex: 0 auto;
  margin-left: 0;
}

.wrapper-450-width.right-aligned {
  margin-right: 0;
}

.wrapper-550-width {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-550-width.lp-hero {
  flex-direction: column;
  justify-content: space-around;
  min-height: 80vh;
  margin-top: 60px;
  margin-left: 0%;
  display: flex;
}

.wrapper-550-width.lp-hero.auto {
  max-width: none;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.hero-button-block {
  justify-content: space-between;
  max-width: 450px;
  margin-top: 28px;
  margin-bottom: 40px;
  display: flex;
}

.hero-columns {
  align-items: center;
  display: flex;
}

.hero-columns.home-page {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
}

.home-column-2 {
  background-color: #eae1da;
  background-image: linear-gradient(#d1ccbfdb, #d1ccbfdb), url('../images/Flores-web.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, 100%;
  background-attachment: scroll, fixed;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  left: 4%;
  overflow: visible;
}

._45-top-margin-wrapper {
  margin-top: 50px;
}

.checkmark-icon {
  flex: none;
  order: -1;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: 5px;
  margin-right: 5px;
  display: block;
}

.div-wrapper {
  flex: 1;
  margin-left: 5px;
}

.wrapper-20-top-margin {
  max-width: 520px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-20-top-margin.left {
  margin-left: 0;
}

.hero-section-links {
  display: none;
}

.heading-1 {
  color: var(--dark-grey);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -7px;
  font-family: Stalemate, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-1.sections {
  letter-spacing: normal;
  margin-left: 0;
  font-family: DM Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.heading-1.sections.contact {
  opacity: 0;
  margin-top: -50px;
}

.button {
  color: #fff;
  background-color: #f4d2c6;
  border: 3px solid #f4d2c6;
  border-radius: 0;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  height: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  box-shadow: 3px 3px #aaa4a7;
}

.button:hover {
  color: #000;
  background-color: #0000;
  border-color: #aaa4a7;
  box-shadow: 5px 5px #f4d2c6;
}

.button.left-aligned:hover {
  color: #fff;
}

.button.text-only {
  box-shadow: none;
  color: #f4d2c6;
  background-color: #0000;
  border-style: none;
  justify-content: flex-start;
  max-width: 200px;
  margin-left: 0;
  padding-left: 0;
  font-weight: 500;
  text-decoration: none;
}

.button.text-only:hover {
  color: #f4d2c6;
  text-decoration: underline;
}

.button.text-only.centre-mobile {
  color: var(--dark-grey);
  justify-content: center;
  padding-left: 15px;
  transition: all .2s;
}

.button.text-only.centre-mobile:hover {
  font-size: 18px;
  text-decoration: none;
}

.button.left-aligned {
  box-shadow: none;
  background-color: #d4c8ac;
  border: 4px #f0386b;
  border-radius: 6px;
  flex: none;
  width: 100%;
  max-width: 180px;
  height: 50px;
  margin-left: auto;
  font-weight: 500;
}

.button.left-aligned:hover {
  color: #fff;
  background-color: #f1dbad;
}

.button.no-max-width {
  border: 2px none var(--doctoralia);
  box-shadow: none;
  color: var(--grey);
  text-align: center;
  background-color: #0000;
  border-radius: 5px;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
}

.button.no-max-width:hover {
  color: #aaa4a7;
  background-color: #fff;
  border-color: #aaa4a7;
}

.button.no-max-width.agenda {
  border-style: solid;
  border-color: var(--wheat);
  color: var(--grey);
  text-align: center;
  margin-left: 10px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.button.no-max-width.agenda:hover {
  border-width: 3px;
  border-color: var(--misty-rose);
}

.button.no-max-width.doc {
  color: var(--doctoralia);
  padding-left: 4px;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
}

.div-block-70 {
  float: right;
  width: 100%;
  max-width: 770px;
  min-height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
}

.div-block-70._850-width {
  float: none;
  width: auto;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-right: 0;
  padding-right: 7%;
}

.checkmark-div {
  margin-bottom: 0;
  margin-right: 15px;
  display: flex;
}

.checkmark-div:hover {
  color: #000;
  text-decoration: none;
}

.checkmark-div._60-opacity {
  opacity: .75;
}

.checkmark-div._60-opacity:hover {
  opacity: 1;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
  display: inline;
}

.link-block:hover {
  color: #333;
  font-weight: 700;
  text-decoration: underline;
}

.column-5 {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.home-hero-image {
  clear: none;
  object-fit: cover;
  border-radius: 5px;
  flex: none;
  width: 84%;
  max-width: 450px;
  height: 100%;
  margin-top: auto;
  margin-left: -13px;
  margin-right: 20px;
  display: block;
  box-shadow: 8px 8px 28px #00000029;
}

.div-block-70-copy {
  float: none;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 770px;
  min-height: 50px;
  display: flex;
}

.div-block-70-copy.contact {
  justify-content: flex-end;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 60px 6%;
  display: flex;
  overflow: hidden;
}

.section.home-hero {
  padding-top: 0;
  padding-bottom: 40px;
}

.section._40-top-padding {
  padding-top: 40px;
}

.section.hero {
  position: relative;
}

.paragraph-st {
  color: #333;
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.paragraph-st.list {
  margin-top: 18px;
  font-size: 15px;
  list-style-type: disc;
}

.paragraph-st.testimonial {
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.paragraph-st.center {
  text-align: center;
}

.paragraph-st.center.white {
  color: var(--white);
}

.paragraph-st.center.foote {
  color: #898476;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-st.center.foote.mini {
  color: #c7c7c7;
  width: 100%;
  font-size: 14px;
}

.paragraph-st.center.foote.direccion {
  font-size: 13px;
}

.paragraph-st.serif {
  text-align: center;
  margin-bottom: 0;
  padding-top: 44px;
  padding-bottom: 44px;
  font-family: Vollkorn, serif;
  font-size: 20px;
}

.heading-2 {
  color: var(--dim-grey);
  letter-spacing: normal;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Vollkorn, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}

.heading-2.caract {
  margin-left: 20px;
  font-size: 40px;
}

.heading-2.white {
  color: var(--white);
}

.heading-2.center {
  text-align: center;
}

.benefits-wrapper {
  display: flex;
}

.benefits-wrapper.vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 375px;
  min-height: 10px;
  margin-left: auto;
  display: grid;
}

.benefits-wrapper.vertical.contact {
  border: 1px solid var(--misty-rose);
  border-radius: 5px;
  justify-items: stretch;
  max-width: none;
  padding: 14px;
}

.benefits-wrapper._60-top-padding {
  flex-direction: row-reverse;
  width: 100%;
}

.benefit-flex-wrapper {
  justify-content: flex-start;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  display: flex;
}

.icon-1 {
  opacity: .9;
  filter: brightness(127%);
  margin-top: 0;
  margin-bottom: 18px;
  margin-right: 0;
}

.icon-1.gray {
  opacity: .73;
  filter: grayscale();
}

.heading-3 {
  text-align: left;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-3.center {
  color: var(--dim-grey);
  text-align: center;
}

.blocked-columns {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blocked-columns.location {
  justify-content: flex-start;
}

.benefit-wrapper {
  flex: 0 auto;
  max-width: none;
  margin-left: 20px;
}

.benefit-wrapper.full {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.column-4 {
  background-color: #0000;
  min-height: auto;
  padding-right: 0;
}

.grey-side-block {
  background-color: var(--floral-white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 58%;
  height: auto;
  min-height: 50px;
  padding: 60px 6%;
  display: flex;
  position: relative;
}

.grey-side-block.location {
  background-image: url('../images/LuciHinojosa-30.jpg');
  background-position: 50%;
  background-size: cover;
}

.testimonial-block {
  z-index: 2;
  float: none;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 350px;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: 0;
}

.testimonial-block._450-width {
  align-items: center;
  width: 100%;
  max-width: none;
}

.div-block-47 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-bottom: 25px;
  display: flex;
}

.div-block-47._3 {
  background-color: var(--floral-white);
  background-image: linear-gradient(to bottom, var(--floral-white), #fff);
  padding-top: 45px;
  padding-bottom: 45px;
  position: static;
  top: 46px;
  overflow: hidden;
}

.div-block-36 {
  background-color: #e0e0e0;
  background-image: none;
  border-radius: 57px;
  justify-content: center;
  align-items: center;
  min-width: 17%;
  height: 40px;
  margin: 10px 6px;
  display: flex;
  position: static;
  left: 26px;
}

.div-block-36._2 {
  background-color: #d4c8acb3;
}

.div-block-36._3 {
  color: #bc4545;
  background-color: #e5d2d2;
}

.div-block-36.e {
  opacity: .5;
  border-radius: 20px;
}

.div-block-37 {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6px;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-37._2 {
  justify-content: center;
  position: relative;
  left: -9px;
  right: 131px;
  overflow: visible;
}

.heading-4 {
  color: #484848;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500;
  display: block;
  position: static;
  top: -96px;
  left: 0;
  right: 0;
}

.heading-4.azul {
  color: #7c7c7c;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 30px;
}

.heading-5 {
  color: #484848;
  text-align: center;
  font-size: 46px;
  font-weight: 200;
  position: relative;
}

.heading-5.normal {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  position: static;
  top: 13px;
}

.heading-5.normal.ayuda {
  opacity: 1;
  color: var(--white);
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  display: block;
  position: static;
}

.heading-5.normal.ayuda._3 {
  color: #fff;
}

.column {
  flex: 1;
}

.heading-6 {
  color: #222;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  position: static;
}

.columns-standard {
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper {
  width: 97%;
  max-width: 1280px;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper.horizontal-flex {
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.home-image-2 {
  flex: 0 auto;
  width: auto;
  max-width: 90%;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.side-info {
  width: 50%;
  padding-left: 8%;
}

.grey-text {
  color: #777;
}

.side-image-back {
  width: 66.66%;
}

.side-image-back.left {
  opacity: .39;
  filter: grayscale(73%);
  object-fit: cover;
  border-radius: 5px;
  width: 67%;
  height: 400px;
  margin-right: 33.33%;
}

.side-image-back.right {
  opacity: .5;
  border-radius: 5px;
  margin-left: 33.33%;
}

.wrapper-2 {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.side-image-float {
  width: 66.66%;
  position: absolute;
  box-shadow: 8px 8px 28px #00000029;
}

.side-image-float.right {
  object-fit: cover;
  object-position: 50% 49%;
  border-radius: 5px;
  height: 300px;
  right: 15px;
}

.side-image-float.left {
  border-radius: 5px;
  width: 63%;
  left: 0;
}

.side-feature {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-v2 {
  color: #111;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: inline-block;
  box-shadow: 0 2px #ddd;
}

.link-v2:hover {
  box-shadow: 0 2px #111;
}

.section-st {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding: 60px 6%;
  display: flex;
  position: relative;
  overflow: visible;
}

.section-st.no-estas-solo {
  background-color: #0000;
  overflow: hidden;
}

.section-st.background {
  background-image: linear-gradient(#ebc0c08f, #ebc0c08f), url('../images/Consultorio.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  max-width: none;
  height: 100vh;
  padding-left: 0%;
  padding-right: 0%;
}

.side-media {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.side-info-2 {
  width: 50%;
  padding-right: 8%;
}

.section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.side-media-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.large-testimonial {
  color: #444;
  margin-bottom: 20px;
  font-family: Vollkorn, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.tetsimonio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.image-7 {
  flex: none;
  max-width: none;
  margin-right: 15px;
}

.testimonial-name {
  color: #848484;
  text-align: center;
  border-bottom: 1px #603eff;
  width: 100%;
  margin: 0 auto 0 0;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6em;
  text-decoration: none;
  display: inline-block;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-icon {
  margin-top: auto;
  margin-right: 0;
}

.line-break {
  background-color: #ddd;
  width: 1px;
  min-height: 25px;
  margin-left: 6px;
  margin-right: 10px;
}

.dropdown-list-2 {
  color: #181818;
}

.dropdown-list-2.w--open {
  background-color: #fff;
}

.logo {
  width: 100px;
}

.nav-link {
  float: right;
  clear: left;
  color: #6b6b6b;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link:hover {
  perspective: 627px;
  perspective-origin: 50%;
  color: var(--dark-grey);
  text-transform: none;
  font-size: 16.5px;
  text-decoration: none;
}

.nav-link.w--current {
  color: #181818;
  flex: 0 auto;
  font-weight: 400;
}

.nav-link.doctoralia {
  align-items: center;
  display: block;
}

.nav-menu-dropdown {
  color: #3f0a3d;
  flex: 0 auto;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.dropdown-toggle-2 {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 30px;
  font-weight: 500;
  display: flex;
}

.brand {
  margin-right: 20px;
  padding: 0 12px 0 0;
}

.dropdown-link {
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.dropdown-link:focus {
  color: #f4d2c6;
}

.dropdown-link.w--current {
  color: #222;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #d4c8ac70;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 60px;
  min-height: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px 0;
  display: flex;
}

.text-block {
  clear: both;
  color: var(--grey);
  margin-top: 12px;
  font-family: Stalemate, sans-serif;
  font-size: 48px;
}

.text-block.white {
  color: var(--white);
  font-size: 44px;
}

.bold-text {
  color: var(--dim-grey);
}

.doctoralia {
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .2s;
  display: flex;
}

.doctoralia:hover {
  filter: blur(2px);
}

.body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-3 {
  width: 100%;
}

.big-quote {
  flex-wrap: nowrap;
  align-items: stretch;
  width: 85%;
  max-width: 800px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.big-quote-icon {
  filter: invert(19%);
  object-fit: contain;
  object-position: 50% 0%;
  width: 40px;
  margin-top: 6px;
  margin-right: 48px;
  transform: rotate(0);
}

.big-quote-icon._2 {
  object-fit: contain;
  object-position: 100% 0%;
  height: auto;
  min-height: auto;
  margin-left: 48px;
  margin-right: 0;
  position: static;
  inset: auto -10% 0% auto;
  transform: rotate(180deg);
}

.big-quote-text {
  text-align: center;
  flex: 1;
  font-family: Vollkorn, serif;
  font-size: 21px;
  line-height: 135%;
}

.italic-text {
  color: var(--grey);
  font-style: normal;
}

.frame {
  border: 1px solid var(--wheat);
  color: var(--grey);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  right: auto;
}

.container-st {
  border-radius: 5px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: auto;
}

.shadow {
  color: #0000;
  background-color: #efcecea6;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-consultorio {
  border: 1px solid var(--wheat);
  text-align: center;
  background-color: #f7f1e9b3;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  margin-left: 6%;
  margin-right: 6%;
  padding: 22px;
  display: flex;
  position: static;
  bottom: -5%;
}

.benefit-flex-wrapper-2 {
  border: 1px solid var(--wheat);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.benefit-flex-wrapper-2:hover {
  background-color: var(--floral-white);
  transform: scale(1.04);
}

.benefit-flex-wrapper-2._1 {
  margin-right: 20px;
}

.heading-7 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-8 {
  color: #222;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-8.centre {
  text-align: center;
}

.heading-8.centre._800-width {
  color: #222;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4em;
}

.benefit-wrapper-2 {
  flex: 0 auto;
  max-width: 290px;
  font-family: DM Sans, sans-serif;
}

.icon-2, .icon-3 {
  margin-top: 5px;
  margin-right: 0;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.button2 {
  background-color: var(--misty-rose);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  max-width: 200px;
  height: 50px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button2:hover {
  background-color: var(--wheat);
  transform: scale(1.04);
}

.button2.topmargin {
  text-align: center;
  max-width: 240px;
  margin-top: 16px;
}

.button2.topmargin.brown {
  background-color: var(--wheat);
}

.footer-cont {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: auto;
  display: grid;
}

.div-block-71 {
  background-color: var(--misty-rose);
  color: var(--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-71.middle {
  border: 1px none var(--wheat);
  background-color: #f7f1e9a8;
  flex-direction: column;
  padding: 14px;
  overflow: hidden;
}

.div-block-71.middle.green {
  background-color: var(--doctoralia);
  justify-content: center;
  align-items: center;
  padding: 0;
}

.div-block-71.middle.nofill {
  border-style: solid;
  border-color: var(--wheat);
  opacity: .8;
  background-color: #0000;
}

.div-block-71.last {
  background-color: #f7f1e9;
}

.html-embed {
  min-width: 100%;
}

.image-9 {
  filter: invert(16%);
  object-fit: contain;
  width: 160px;
  margin-top: 6px;
}

.text-span {
  color: var(--dark-grey);
  font-weight: 400;
  text-decoration: none;
}

.text-span-2 {
  color: var(--dark-grey);
}

.section-5 {
  background-image: linear-gradient(to bottom, var(--floral-white), white);
}

.divisor-horizontal {
  background-image: linear-gradient(to right, #d4c8ac66, var(--misty-rose) 50%, #d4c8ac66);
  width: 600px;
  height: 1px;
}

.rotated {
  transform: rotate(180deg);
}

.shadow-hero {
  background-color: var(--misty-rose);
  width: 50%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-10 {
  width: 200px;
}

.div-block-73 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.divisor-vertical {
  background-color: var(--dark-grey);
  width: 1px;
  height: 90%;
  margin-left: 12px;
}

.lottie-animation {
  width: 200px;
  height: 200px;
}

.link {
  color: #bbb;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  body {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    display: flex;
  }

  .paragraph {
    color: #333;
    font-size: 19px;
    font-weight: 300;
  }

  .wrapper-450-width {
    width: 100%;
    max-width: 450px;
  }

  .wrapper-450-width.left-aligned {
    max-width: none;
  }

  .wrapper-550-width.lp-hero {
    margin-top: 70px;
    margin-left: 0%;
  }

  .wrapper-550-width.lp-hero.auto {
    height: auto;
  }

  .hero-columns.home-page {
    height: 70vh;
    min-height: auto;
  }

  .home-column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    left: 4%;
  }

  ._45-top-margin-wrapper {
    margin-top: 60px;
  }

  .wrapper-20-top-margin {
    max-width: 520px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-20-top-margin.left {
    max-width: none;
    margin-left: 0;
  }

  .heading-1 {
    font-size: 70px;
  }

  .button {
    height: 55px;
  }

  .button.left-aligned:hover {
    background-color: #0000;
  }

  .button.text-only {
    box-shadow: none;
    color: #f4d2c6;
    flex: 1;
  }

  .button.text-only:hover {
    color: #f4d2c6;
  }

  .button.left-aligned {
    border-color: #f4d2c6;
    font-weight: 500;
  }

  .button.left-aligned:hover {
    color: #aaa4a7;
    background-color: #0000;
  }

  .button.no-max-width {
    height: 50px;
  }

  .button.no-max-width:hover {
    background-color: #0000;
  }

  .div-block-70 {
    margin-left: auto;
    margin-right: 0%;
  }

  .div-block-70._850-width {
    flex: 0 auto;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    height: auto;
    min-height: auto;
    display: flex;
  }

  .link-block:hover {
    color: #000;
    text-decoration: underline;
  }

  .column-5 {
    flex-direction: row;
    flex: 1;
    align-items: stretch;
    margin-bottom: 0;
    display: flex;
  }

  .home-hero-image {
    object-fit: cover;
    width: 90%;
    min-width: auto;
    max-width: none;
    margin-left: -12%;
  }

  .div-block-70-copy {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 90%;
    min-height: auto;
  }

  .div-block-70-copy.contact {
    align-items: stretch;
    height: auto;
  }

  .section {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .paragraph-st {
    color: #444;
  }

  .benefits-wrapper.vertical {
    justify-content: flex-start;
    max-width: 400px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .benefits-wrapper.vertical.contact {
    grid-template-columns: 1fr 1fr;
    max-width: none;
    height: auto;
  }

  .benefits-wrapper._60-top-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
  }

  .grey-side-block {
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .div-block-36._2, .div-block-36._3, .div-block-36._1 {
    z-index: 4;
    position: relative;
    left: 0;
  }

  .heading-6 {
    font-size: 45px;
  }

  .columns-standard, .wrapper.horizontal-flex {
    max-width: 1200px;
  }

  .home-image-2 {
    max-width: 90%;
    margin-left: 0;
    margin-right: auto;
  }

  .wrapper-2 {
    max-width: none;
  }

  .section-st {
    width: 100%;
  }

  .section-st.services {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .large-testimonial {
    font-weight: 300;
  }

  .tetsimonio {
    display: flex;
  }

  .image-7 {
    flex: none;
    margin-right: 15px;
  }

  .testimonial-name {
    color: #333;
    border-bottom-color: #603eff;
    flex: none;
    display: inline;
  }

  .dropdown-icon {
    margin-top: auto;
  }

  .dropdown-link:hover {
    text-decoration: underline;
  }

  .dropdown-link:focus {
    color: #f0386b;
  }

  .navbar {
    justify-content: center;
  }

  .body {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .frame {
    color: var(--dim-grey);
    text-decoration: none;
  }

  .image-8 {
    object-position: 50% 70%;
    height: 600px;
  }

  .heading-8.centre._800-width {
    font-size: 50px;
  }

  .icon-3 {
    margin-top: 5px;
  }

  .section-4 {
    padding-top: 80px;
  }

  .section-5 {
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .shadow-no-estas-solo {
    z-index: 2;
    background-image: linear-gradient(to right, #fff, #fff0 14% 86%, #fff);
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  .paragraph {
    font-size: 16px;
  }

  .wrapper-450-width {
    flex: 0 auto;
  }

  .wrapper-450-width.left-aligned {
    max-width: none;
  }

  .wrapper-550-width.lp-hero {
    margin-top: auto;
  }

  .home-column-2 {
    left: 0%;
  }

  ._45-top-margin-wrapper, .wrapper-20-top-margin {
    margin-top: 0;
  }

  .heading-1 {
    font-size: 58px;
  }

  .button {
    flex: 1;
  }

  .button.text-only {
    flex: 0 auto;
    max-width: 200px;
  }

  .button.text-only.centre-mobile {
    margin-left: 10px;
  }

  .button.no-max-width {
    flex: 0 auto;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.no-max-width.agenda {
    border-color: var(--misty-rose);
    background-color: #d4c8ac52;
    flex: none;
    align-self: center;
    width: 200px;
    max-width: none;
    margin-left: auto;
  }

  .button.no-max-width.agenda.w--current {
    height: 60px;
  }

  .button.no-max-width.doc {
    width: auto;
    max-width: none;
    margin-left: 10px;
    margin-right: 0;
    padding-top: 14px;
  }

  .column-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .home-hero-image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section._40-top-padding {
    padding-top: 0;
  }

  .section.hero {
    max-width: 100%;
  }

  .paragraph-st {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 38px;
  }

  .benefits-wrapper.vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: grid;
  }

  .benefits-wrapper.vertical.contact {
    display: flex;
  }

  .benefits-wrapper._60-top-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .benefit-flex-wrapper {
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .icon-1 {
    margin-bottom: 10px;
  }

  .heading-3 {
    font-size: 18px;
  }

  .blocked-columns {
    align-items: stretch;
    margin-top: 60px;
  }

  .benefit-wrapper {
    margin-left: 0;
  }

  .grey-side-block {
    height: auto;
  }

  .testimonial-block {
    background-color: #0000;
    flex: 1;
    width: auto;
    max-width: 350px;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    position: static;
    left: auto;
  }

  .testimonial-block._450-width {
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-47._3 {
    padding-top: 29px;
  }

  .heading-4, .heading-4.azul {
    font-size: 28px;
  }

  .heading-5.normal {
    font-size: 141%;
  }

  .heading-5.normal.ayuda {
    font-size: 140%;
  }

  .heading-6 {
    font-size: 30px;
  }

  .home-image-2 {
    max-width: 100%;
    margin-right: 40px;
  }

  .side-info {
    padding-right: 0;
  }

  .side-image-back.left.special {
    filter: contrast(80%) grayscale(73%);
  }

  .section-st {
    max-width: 100%;
  }

  .section-st.no-estas-solo {
    background-color: #0000;
    background-image: none;
    max-width: 100%;
    overflow: hidden;
  }

  .side-media {
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-2 {
    padding: 80px 3%;
  }

  .side-media-2 {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .large-testimonial {
    font-size: 20px;
  }

  .dropdown-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .line-break {
    display: none;
  }

  .hamburger-icon {
    color: var(--dim-grey);
    flex: 0 auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-link {
    background-color: #d4c8ac52;
    border-radius: 5px;
    flex-flow: row-reverse;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link.w--current {
    flex: none;
  }

  .nav-menu-dropdown {
    z-index: 3;
    color: #fff;
    background-color: #fff8e8fa;
    flex-flow: column;
    flex: none;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: auto;
    padding-top: 100px;
    padding-bottom: 15px;
    inset: 0% 0% 0% auto;
  }

  .menu-button-green {
    border: 1px solid var(--wheat);
    color: #603eff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding-top: 17px;
    padding-bottom: 0;
    display: flex;
  }

  .menu-button-green.w--open {
    z-index: 3;
    border-style: solid;
    border-color: var(--misty-rose);
    background-color: var(--misty-rose);
    color: #fff;
    margin-bottom: 7px;
  }

  .dropdown-toggle-2 {
    flex: 0 auto;
    justify-content: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .brand {
    margin-left: 5px;
    margin-right: 10px;
    padding: 0;
  }

  .navbar {
    justify-content: center;
    max-width: 100%;
  }

  .dropdown {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navigation-wrapper {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 0;
    position: relative;
  }

  .doctoralia {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 7px;
  }

  .big-quote {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .benefit-flex-wrapper-2 {
    flex-direction: column;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-7 {
    font-size: 18px;
  }

  .heading-8 {
    font-size: 35px;
  }

  .heading-8.centre._800-width {
    max-width: 700px;
    font-size: 36px;
  }

  .benefit-wrapper-2 {
    margin-left: 0;
  }

  .icon-2 {
    color: #000;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .icon-3 {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section-5 {
    background-image: linear-gradient(to bottom, var(--floral-white), white);
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 80px;
  }

  .paragraph, .paragraph._16px {
    font-size: 15px;
  }

  .wrapper-450-width {
    flex: 1;
    width: auto;
  }

  .wrapper-450-width.left-aligned {
    max-width: none;
    margin-right: 0;
  }

  .hero-button-block {
    max-width: none;
    margin-top: 22px;
    margin-bottom: 0;
    display: block;
  }

  .hero-columns {
    align-items: stretch;
    display: flex;
  }

  .hero-columns.home-page {
    flex-direction: column-reverse;
    min-height: auto;
    padding-top: 24px;
  }

  .home-column-2 {
    height: 300px;
  }

  ._45-top-margin-wrapper {
    margin-top: 30px;
  }

  .wrapper-20-top-margin.left {
    margin-right: 0;
  }

  .hero-section-links {
    display: block;
  }

  .heading-1 {
    z-index: 2;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 5px;
    margin-left: 0;
    position: relative;
  }

  .button.text-only {
    max-width: 200px;
    margin-left: 0;
  }

  .button.text-only.centre-mobile {
    max-width: none;
    margin-top: 8px;
    margin-left: 0;
  }

  .button.left-aligned {
    margin-bottom: 5px;
    font-size: 15px;
  }

  .button.no-max-width {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-70._850-width {
    padding-right: 0%;
  }

  .column-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-image {
    object-position: 50% 46%;
    width: 230px;
    max-width: none;
  }

  .div-block-70-copy {
    flex-direction: column;
    align-items: stretch;
    max-width: none;
    height: auto;
    min-height: auto;
  }

  .section.hero {
    padding-top: 0;
    padding-bottom: 34px;
  }

  .paragraph-st {
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
  }

  .paragraph-st.center.foote {
    font-size: 15px;
  }

  .paragraph-st.hero {
    text-align: center;
  }

  .paragraph-st.s {
    text-align: left;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 32px;
  }

  .heading-2.center.extramargintop {
    margin-top: 18px;
  }

  .heading-2.s {
    text-align: left;
  }

  .benefits-wrapper.vertical {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border: 1px solid #ebc0c070;
    border-radius: 5px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: none;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
    padding: 18px;
    display: grid;
  }

  .benefits-wrapper._60-top-padding {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .benefit-flex-wrapper {
    flex-direction: row;
    align-items: center;
    margin-left: 0;
    margin-right: 2px;
  }

  .icon-1 {
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .icon-1.gray {
    margin-right: 0;
  }

  .blocked-columns {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .benefit-wrapper {
    max-width: none;
  }

  .column-4 {
    padding-left: 0;
  }

  .grey-side-block {
    align-items: stretch;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-block {
    flex: 1;
    justify-content: space-between;
    align-self: flex-end;
    margin-top: 0;
    position: static;
    top: 22px;
    left: -447px;
  }

  .testimonial-block._450-width {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-47._3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-36 {
    min-width: 22%;
    height: 36px;
  }

  .div-block-36._3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-37 {
    flex-direction: row;
    position: relative;
  }

  .div-block-37._2 {
    top: 2px;
    bottom: 4px;
  }

  .heading-4 {
    font-size: 28px;
    position: relative;
    top: -13px;
  }

  .heading-4.azul {
    margin-top: 0;
    margin-bottom: 17px;
    position: static;
  }

  .heading-5.normal {
    font-size: 18px;
  }

  .heading-5.normal.ayuda {
    margin-top: 0;
    font-size: 100%;
  }

  .heading-5.normal.ayuda._3 {
    margin-top: 0;
  }

  .column {
    flex: 1;
  }

  .heading-6 {
    font-size: 24px;
  }

  .wrapper {
    width: 95%;
  }

  .wrapper-2 {
    align-items: stretch;
  }

  .wrapper-2.centered {
    align-items: center;
  }

  .section-st {
    padding-top: 34px;
    padding-bottom: 34px;
    overflow: hidden;
  }

  .section-st.background {
    align-items: center;
    height: auto;
    min-height: 350px;
    overflow: visible;
  }

  .section-st.extramargintop {
    margin-top: 148px;
  }

  .large-testimonial {
    font-size: 17px;
  }

  .dropdown-icon {
    margin-right: 5%;
  }

  .nav-link {
    float: none;
    clear: none;
    text-align: center;
    background-color: #d4c8ac52;
    flex: none;
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link.w--current {
    background-color: #d4c8ac52;
  }

  .nav-menu-dropdown {
    z-index: 3;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-self: center;
  }

  .text-block.white {
    font-size: 40px;
  }

  .big-quote {
    width: 100%;
    max-width: none;
    margin-left: 0%;
  }

  .big-quote-icon {
    width: 30px;
    margin-right: 20px;
  }

  .big-quote-icon._2 {
    margin-left: 20px;
  }

  .big-quote-text {
    font-size: 19px;
    line-height: 32px;
  }

  .frame {
    padding: 28px 18px;
  }

  .image-8 {
    height: 250px;
  }

  .text-consultorio {
    background-color: #f7f1e9cc;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-left: 6%;
    margin-right: 6%;
    position: absolute;
    bottom: -40%;
  }

  .benefit-flex-wrapper-2 {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 2px;
  }

  .benefit-flex-wrapper-2._1 {
    margin-bottom: 0;
    margin-right: 0;
  }

  .heading-8, .heading-8.centre._800-width {
    font-size: 27px;
  }

  .icon-2 {
    margin-bottom: 15px;
  }

  .icon-3 {
    margin-bottom: 15px;
    margin-right: 5%;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button2 {
    min-width: 140px;
    max-width: none;
  }

  .button2.topmargin {
    min-width: auto;
    max-width: none;
  }

  .footer-cont {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-71.middle.green {
    justify-content: center;
    align-items: center;
  }

  .html-embed {
    min-width: auto;
    margin-bottom: 0;
  }

  .divisor-horizontal {
    width: 300px;
  }

  .div-block-73 {
    justify-content: center;
    align-items: center;
  }

  .divisor-vertical {
    height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    font-size: 15px;
  }

  .paragraph._16px {
    text-align: left;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-450-width {
    flex: none;
  }

  .wrapper-450-width.left-aligned {
    flex: 0 auto;
    max-width: none;
  }

  .wrapper-550-width {
    text-align: left;
  }

  .wrapper-550-width.lp-hero {
    min-height: 0;
    padding-top: 20px;
  }

  .hero-button-block {
    flex-direction: column;
    margin-bottom: 0;
  }

  .hero-columns {
    display: block;
  }

  .hero-columns.home-page {
    flex-direction: column-reverse;
    width: auto;
    margin-top: 10px;
    display: flex;
  }

  ._45-top-margin-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .heading-1 {
    text-align: center;
    margin-top: 16px;
    font-size: 54px;
    line-height: 1.4em;
  }

  .button {
    color: #fff;
    width: 100%;
    max-width: none;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .button.text-only {
    justify-content: flex-start;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .button.text-only.centre-mobile {
    justify-content: center;
    margin-bottom: 0;
  }

  .button.left-aligned {
    max-width: 180px;
    height: 45px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }

  .button.left-aligned:hover {
    background-color: #0000;
  }

  .div-block-70._850-width, .home-hero-image {
    margin-left: auto;
    margin-right: auto;
  }

  .section.home-hero {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-st {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .paragraph-st.s {
    margin-top: -4px;
  }

  .heading-2 {
    text-align: left;
    font-size: 33px;
    line-height: 1.4em;
  }

  .benefits-wrapper.vertical {
    grid-template-columns: 1fr;
  }

  .benefit-flex-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .blocked-columns {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .grey-side-block {
    justify-content: center;
    max-width: none;
    height: auto;
    margin-bottom: 0;
  }

  .testimonial-block {
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px 15px;
    position: relative;
    top: auto;
    left: auto;
  }

  .testimonial-block._450-width {
    padding-bottom: 0;
  }

  .div-block-36 {
    min-width: 100px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-36._3 {
    width: 114px;
    min-width: 100px;
  }

  .div-block-37 {
    flex-direction: row;
    transform: scale(.9);
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -26px;
  }

  .heading-4.azul {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-5.normal {
    top: 36px;
  }

  .column {
    flex: none;
  }

  .heading-6 {
    font-size: 20px;
  }

  .columns-standard {
    flex-direction: column;
    flex: none;
    width: 100%;
  }

  .columns-standard.reverse-mobile {
    flex-direction: column-reverse;
  }

  .wrapper {
    width: 95%;
  }

  .wrapper.horizontal-flex {
    width: 97%;
  }

  .side-info {
    width: auto;
    padding-left: 0%;
  }

  .side-image-back.left, .side-image-float.right {
    width: 76%;
  }

  .side-feature {
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-feature.middle {
    flex-direction: column-reverse;
  }

  .section-st {
    overflow: hidden;
  }

  .section-st.background {
    align-items: stretch;
  }

  .section-st.extramargintop {
    margin-top: 242px;
  }

  .side-media {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .side-info-2 {
    width: auto;
    padding-right: 0%;
  }

  .side-media-2 {
    margin-bottom: 44px;
  }

  .large-testimonial {
    text-align: center;
    font-size: 16px;
  }

  .tetsimonio {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-name {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .nav-link {
    float: none;
    clear: none;
    text-align: center;
    background-color: #fff;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link.w--current {
    display: flex;
  }

  .text-block {
    font-size: 42px;
  }

  .text-block.white {
    text-align: center;
    line-height: 100%;
  }

  .big-quote {
    flex-direction: column;
    align-items: center;
  }

  .big-quote-icon {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .big-quote-icon._2 {
    margin-left: 0;
  }

  .big-quote-text {
    text-align: center;
  }

  .frame {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .text-consultorio {
    bottom: -62%;
  }

  .benefit-flex-wrapper-2 {
    margin-right: 0;
  }

  .heading-8.centre._800-width {
    font-size: 28px;
  }

  .footer-cont {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-71 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .div-block-71.middle.green {
    align-items: center;
  }

  .div-block-72 {
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .divisor-horizontal {
    width: 200px;
  }

  .div-block-73 {
    flex-direction: column;
  }

  .divisor-vertical {
    width: 100%;
    height: 1px;
    margin-left: 0;
  }
}

#w-node-_70d0073f-fa7d-d804-95fc-4b694477fa5f-4477fa4d {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_70d0073f-fa7d-d804-95fc-4b694477fa61-4477fa4d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_70d0073f-fa7d-d804-95fc-4b694477fa67-4477fa4d {
  grid-area: 3 / 3 / 4 / 4;
  justify-self: end;
}

@media screen and (min-width: 1440px) {
  #w-node-_70d0073f-fa7d-d804-95fc-4b694477fa67-4477fa4d {
    place-self: center end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_756bb4d5-024e-ce23-ef0b-b4884d18798b-ee363bde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_70d0073f-fa7d-d804-95fc-4b694477fa5f-4477fa4d {
    grid-area: 3 / 1 / 5 / 3;
    justify-self: stretch;
  }

  #w-node-_70d0073f-fa7d-d804-95fc-4b694477fa67-4477fa4d {
    grid-area: 5 / 1 / 6 / 3;
    place-self: end center;
  }

  #w-node-_98f8da44-41d7-7b3f-45d7-918d08c7b240-f0a3466e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70d0073f-fa7d-d804-95fc-4b694477fa5f-4477fa4d {
    grid-area: 5 / 1 / 7 / 2;
  }

  #w-node-_70d0073f-fa7d-d804-95fc-4b694477fa61-4477fa4d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_70d0073f-fa7d-d804-95fc-4b694477fa67-4477fa4d {
    grid-area: 7 / 1 / 8 / 2;
    place-self: end center;
  }
}


