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

h1 {
  font-family: Lora, sans-serif;
  color: #313f34;
  font-size: 56px;
  line-height: 80px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: Lora, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-weight: 500;
  text-align: left;
}

h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Lora, sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 400;
}

h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  line-height: 32px;
  font-weight: 600;
}

a {
  padding: 12px 24px;
  font-family: 'Open Sans', sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

li {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 44px;
  background-image: url('../images/checkmark.svg');
  background-position: 0% 4px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: 'IBM Plex Sans', sans-serif;
  color: #1e1e1e;
  line-height: 24px;
}

blockquote {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  border: 0px none transparent;
  line-height: 32px;
  text-align: center;
}

.flowout-body {
  background-color: #f9f9f9;
  font-family: Manrope, sans-serif;
  color: #313f34;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
}

.flowout-container {
  max-width: 1440px;
  padding: 40px 20px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-container.button-2 {
  border: 0px none transparent;
}

.flowout-container.button-2:hover {
  background-color: #619e9b;
}

.flowout-container.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  opacity: 1;
  mix-blend-mode: normal;
}

.flowout-container.faq {
  padding-top: 0px;
}

.flowout-navbar {
  position: relative;
  height: auto;
  background-color: transparent;
}

.flowout-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 44px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-brand.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: auto;
  margin-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.flowout-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-burger {
  margin-left: 21px;
}

.flowout-nav-link {
  width: 100px;
  height: 40px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
  background-color: transparent;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.flowout-nav-link:hover {
  border: 0px none transparent;
  border-radius: 20px;
  color: #c8ebc8;
}

.flowout-nav-link.w--current {
  width: 100px;
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(49, 63, 52, 0.1);
  border-radius: 20px;
  background-color: rgba(49, 63, 52, 0.4);
  color: #f9f9f9;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.flowout-navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #313f34;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #313f34;
  font-weight: 600;
  text-align: center;
}

.flowout-button:hover {
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button:focus {
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button.flowout-button-cta {
  border-color: #c8ebc8;
  background-color: #c8ebc8;
  color: #313f34;
}

.flowout-button.flowout-button-cta:hover {
  border-color: #b1e2b1;
  background-color: #b1e2b1;
}

.flowout-button.flowout-button-cta:focus {
  border-color: #b1e2b1;
  background-color: #b1e2b1;
}

.flowout-button.flowout-button-cta.flowout-navbar-button {
  margin-left: 21px;
}

.flowout-button.flowout-navbar-button {
  min-height: 48px;
  min-width: 107px;
  margin-left: 21px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.flowout-button.flowout-navbar-button.flowout-button-cta {
  width: 100px;
  height: 40px;
  min-height: auto;
  min-width: auto;
  margin-left: 5px;
  border: 0px none transparent;
  border-radius: 20px;
  background-color: #00bd48;
  box-shadow: 1px 3px 7px -2px rgba(0, 0, 0, 0.25);
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  color: #f9f9f9;
  font-size: 14px;
  line-height: 1.2;
}

.flowout-button.flowout-navbar-button.flowout-button-cta:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  box-shadow: none;
  color: #00bd48;
}

.flowout-button.flowout-navbar-button.flowout-button-cta.nav {
  margin-right: 5px;
  margin-left: 5px;
  background-color: transparent;
  box-shadow: none;
}

.flowout-button.flowout-navbar-button.flowout-button-cta.nav:hover {
  background-color: hsla(0, 0%, 97.7%, 0.4);
  color: #313f34;
}

.flowout-button.flowout-navbar-button.flowout-button-cta.nav.w--current {
  background-color: rgba(49, 63, 52, 0.4);
}

.flowout-button.flowout-navbar-button.flowout-button-light {
  width: 110px;
  min-height: 40px;
  min-width: auto;
  border-radius: 20px;
  font-size: 14px;
}

.flowout-button.flowout-navbar-button.flowout-button-light:hover {
  border-color: #619e9b;
  background-color: #619e9b;
}

.flowout-button.flowout-button-dark {
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button.flowout-button-dark:hover {
  background-color: transparent;
  color: #313f34;
}

.flowout-button.flowout-button-dark:focus {
  background-color: transparent;
  color: #313f34;
}

.flowout-button.flowout-footer-hero-button {
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #f4eee2;
  background-color: #f4eee2;
  color: #313f34;
}

.flowout-button.flowout-footer-hero-button:hover {
  border-color: #f9f9f9;
  background-color: transparent;
  color: #f9f9f9;
}

.flowout-button.flowout-footer-hero-button:focus {
  border-color: #f9f9f9;
  background-color: transparent;
  color: #f9f9f9;
}

.flowout-button.flowout-footer-hero-button._3 {
  width: 50%;
  height: 40px;
  min-height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #f9f9f9;
  color: #619e9b;
}

.flowout-button.flowout-footer-hero-button._3:hover {
  border-color: #313f34;
  background-color: #313f34;
}

.flowout-button.flowout-section-button {
  width: 50%;
  height: 40px;
  min-height: auto;
  margin-top: 44px;
  border-color: #619e9b;
  border-radius: 20px;
  font-family: Manrope, sans-serif;
  color: #619e9b;
  font-weight: 500;
}

.flowout-button.flowout-section-button:hover {
  border-color: #619e9b;
  background-color: #619e9b;
  color: #f9f9f9;
}

.flowout-button.flowout-section-button._2 {
  width: 50%;
  height: 40px;
  border-color: #619e9b;
  border-radius: 20px;
  background-color: #619e9b;
  color: #f9f9f9;
}

.flowout-button.flowout-section-button._2:hover {
  border-color: #619e9b;
  background-color: transparent;
  color: #619e9b;
}

.flowout-button.flowout-section-button._2.white {
  background-color: #f9f9f9;
  color: #65a2c9;
}

.flowout-button.flowout-section-button._2.white:hover {
  border-color: #65a2c9;
  background-color: #4c79a7;
  color: #f9f9f9;
}

.flowout-button.flowout-section-button._2.blue {
  background-color: #65a2c9;
  color: #f9f9f9;
}

.flowout-button.flowout-section-button._2.blue:hover {
  background-color: transparent;
  color: #65a2c9;
}

.flowout-button.flowout-section-button._3 {
  width: 40%;
  margin-top: 20px;
  background-color: #619e9b;
  color: #f9f9f9;
}

.flowout-button.flowout-section-button._3:hover {
  background-color: #f9f9f9;
  color: #313f34;
}

.flowout-button.flowout-section-button.blue {
  color: #65a2c9;
}

.flowout-button.flowout-section-button.blue:hover {
  border-color: #65a2c9;
  background-color: #65a2c9;
  color: #f9f9f9;
}

.flowout-button.flowout-button-light {
  border-color: #f9f9f9;
  color: #f9f9f9;
}

.flowout-button.flowout-button-light:hover {
  background-color: transparent;
}

.flowout-button.flowout-button-light:focus {
  background-color: transparent;
}

.flowout-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: url('../images/hero-background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flowout-footer-hero-heading {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 400;
}

.flowout-hero-company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.flowout-hero-company:hover {
  opacity: 0.7;
}

.flowout-hero-company:focus {
  opacity: 0.7;
}

.flowout-main {
  background-color: #f9f9f9;
}

.flowout-contacto {
  background-color: #619e9b;
}

.flowout-testimonials.flowout-section.flowout-section-dark {
  display: none;
}

.flowout-quienes-somos.flowout-section.flowout-section-dark {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #619e9b;
}

.flowout-faq.flowout-section {
  margin-right: 36px;
  margin-left: 36px;
  padding-top: 60px;
  padding-bottom: 0px;
}

.flowout-pricing.flowout-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowout-servicios.flowout-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.flowout-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 115px;
  height: 36px;
  margin-bottom: 20px;
  padding: 8px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 20px;
  background-color: #619e9b;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 12px;
  line-height: 1.7em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flowout-tag.flowout-quote-author {
  margin-top: 16px;
  color: #1e1e1e;
}

.flowout-tag._2 {
  background-color: #f9f9f9;
  color: #619e9b;
}

.flowout-tag.blue {
  background-color: #65a2c9;
}

.flowout-tag.white {
  background-color: #f9f9f9;
  color: #65a2c9;
}

.flowout-tag.video {
  background-color: #619e9b;
  color: #f9f9f9;
  font-weight: 500;
}

.flowout-tag.video-mobile {
  background-color: #619e9b;
  color: #f9f9f9;
  font-weight: 500;
}

.flowout-tag.cards {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  line-height: 0px;
}

.flowout-text-center {
  color: #619e9b;
  text-align: center;
}

.flowout-section-heading.flowout-text-center.flowout-text-white {
  margin-bottom: 50px;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 500;
}

.flowout-section {
  padding-top: 112px;
  padding-bottom: 112px;
}

.flowout-section.flowout-section-dark {
  background-color: #313f34;
}

.flowout-section-item-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flowout-section-item {
  grid-auto-flow: row;
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  grid-template-columns: minmax(500px, 784fr) repeat(auto-fit, minmax(200px, -webkit-max-content));
  grid-template-columns: minmax(500px, 784fr) repeat(auto-fit, minmax(200px, max-content));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flowout-section-item.flowout-section-item-full {
  grid-template-columns: minmax(200px, -webkit-max-content) repeat(auto-fit, minmax(500px, 784fr));
  grid-template-columns: minmax(200px, max-content) repeat(auto-fit, minmax(500px, 784fr));
}

.flowout-section-item.flowout-section-item-full._2 {
  border-radius: 0px;
}

.flowout-section-item-content {
  max-width: 416px;
}

.flowout-section-item-content.flowout-section-item-content-full {
  padding-top: 40px;
  padding-bottom: 40px;
}

.flowout-section-item-content.flowout-section-item-content-full._3 {
  padding-top: 20px;
  padding-bottom: 0px;
}

.flowout-section-item-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/image1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flowout-section-item-image.image-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/Slide-1.1.jpg');
  background-position: 95% 95%, 50% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.image-3 {
  background-image: url('../images/background-3.jpg');
}

.flowout-section-item-image.image-2 {
  background-image: url('../images/Slide-7.1.jpg');
}

.flowout-section-item-image.image-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/Slide-2.1.jpg');
  background-position: 95% 95%, 50% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.image-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/Slide-3.1.jpg');
  background-position: 95% 95%, 50% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.image-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/Slide-4.1.jpg');
  background-position: 95% 95%, 50% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.image-2-copy {
  background-image: url('../images/Slide-7.1.jpg');
}

.flowout-section-item-image.image-5 {
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/Slide-5.1.jpg');
  background-position: 95% 95%, 50% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.image-5._2 {
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/iphone_13_mockup_10.jpg');
}

.flowout-section-item-image.image-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/Slide-1.1.jpg');
}

.flowout-section-item-image.image-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/Slide-6.1.jpg');
  background-position: 5% 95%, 72% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.image-6 {
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/iphone_13_mockup_10.jpg');
  background-position: 95% 95%, 50% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.image-6._2 {
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/iphone_13_mockup_10.jpg');
}

.flowout-section-item-image.image-visual {
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/Slide-6.1.jpg');
  background-position: 95% 95%, 50% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.fisio-1 {
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/fisio-servicio-enfermeria5.jpg');
  background-position: 95% 95%, 50% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.fisio-2 {
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/fisio-servicio-enfermeria2.jpg');
  background-position: 95% 95%, 50% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.fisio-3 {
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/fisio-servicio-enfermeria3.jpg');
  background-position: 95% 95%, 50% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-image.fisio-4 {
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/fisio-servicio-enfermeria4.jpg');
  background-position: 95% 95%, 50% 50%;
  background-size: 75px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.flowout-section-item-left {
  margin: 0px 0px 0px 20px;
  padding-right: 0px;
  border-radius: 0px;
}

.flowout-section-item-left._2 {
  padding: 20px;
}

.flowout-section-item-heading {
  margin-bottom: 24px;
  font-family: Manrope, sans-serif;
  color: #619e9b;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 400;
}

.flowout-section-item-heading._2 {
  color: #f9f9f9;
}

.flowout-section-item-heading.white {
  color: #f9f9f9;
}

.flowout-section-item-heading.blue {
  color: #313f34;
}

.flowout-section-item-text {
  margin-bottom: 44px;
  color: #313f34;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 400;
}

.flowout-section-item-text._2 {
  margin-bottom: 10px;
  color: #313f34;
}

.flowout-section-item-text._2.white {
  color: #f9f9f9;
}

.flowout-section-item-text.white {
  color: #f9f9f9;
}

.flowout-left-arrow {
  display: none;
}

.flowout-right-arrow {
  display: none;
}

.flowout-slide-full {
  width: 100%;
  height: 100%;
}

.flowout-slider-full-dots {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 56px;
  height: 20px;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 16px;
}

.flowout-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.flowout-slider-mask {
  width: 100%;
  height: auto;
}

.flowout-slide-item {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: minmax(500px, 576px) repeat(auto-fit, minmax(200px, -webkit-max-content));
  grid-template-columns: minmax(500px, 576px) repeat(auto-fit, minmax(200px, max-content));
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f4eee2;
}

.flowout-footer-hero-content {
  width: 100%;
  max-width: 416px;
  margin-right: 40px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.flowout-footer-copyrights {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4eee2;
}

.flowout-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-footer-menu-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #313f34;
  text-decoration: underline;
}

.flowout-footer-menu-link:hover {
  text-decoration: none;
}

.flowout-footer-menu-link:focus {
  text-decoration: none;
}

.flowout-footer-logo {
  padding-left: 0px;
}

.flowout-footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-social-link {
  margin-right: 8px;
  margin-left: 8px;
  padding: 0px;
}

.flowout-social-link:hover {
  opacity: 0.9;
}

.flowout-social-link:focus {
  opacity: 0.9;
}

.flowout-social-link.flowout-last-link {
  margin-right: 0px;
}

.flowout-social-icon {
  width: 24px;
  height: 24px;
  max-width: none;
}

.flowout-card-subtext {
  margin-top: 16px;
  margin-bottom: 0px;
}

.flowout-card-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f9f9f9;
}

.flowout-card.flowout-card-cta {
  background-color: #f4eee2;
}

.flowout-card-header {
  margin-bottom: 56px;
  padding-bottom: 32px;
  border-bottom: 1px solid hsla(0, 0%, 63.9%, 0.6);
}

.flowout-list {
  font-size: 18px;
  line-height: 20px;
}

.flowout-grid-card {
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2px;
  background-color: #f9f9f9;
}

.flowout-grid-card.flowout-grid-card-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  background-color: #f4eee2;
}

.flowout-grid-card.flowout-grid-card-mini {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f9f9f9;
  box-shadow: 5px 14px 20px 5px rgba(0, 0, 0, 0.4);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.flowout-grid-card.flowout-grid-card-mini._1 {
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  background-color: #f9f9f9;
  background-image: url('../images/dots.png');
  background-position: 0px 0px;
  background-size: 15px;
  box-shadow: 3px 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.flowout-grid-card.flowout-grid-card-mini._2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(43%, hsla(0, 0%, 100%, 0)), color-stop(85%, hsla(0, 0%, 100%, 0.6))), url('../images/Asset-3.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.7%, 0.38)), color-stop(73%, #fff)), url('../images/Slide-1.1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 43%, hsla(0, 0%, 100%, 0.6) 85%), url('../images/Asset-3.svg'), linear-gradient(180deg, hsla(0, 0%, 97.7%, 0.38), #fff 73%), url('../images/Slide-1.1.jpg');
  background-position: 0px 0px, 98% 94%, 0px 0px, 50% 30%;
  background-size: auto, 105px, auto, cover;
  background-repeat: repeat, no-repeat, repeat, no-repeat;
  box-shadow: 3px 9px 20px 0 rgba(0, 0, 0, 0.3);
}

.flowout-grid-card-text {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.5em;
}

.flowout-grid-card-content {
  padding: 32px;
}

.flowout-grid-card-background {
  min-height: 430px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.flowout-grid-card-background.background-2 {
  height: auto;
  min-height: 0%;
  margin: 0px 32px 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-image: none;
}

.flowout-grid-card-image-wrapper {
  margin: auto 32px 32px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 0px;
}

.flowout-grid-card-mini-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
}

.flowout-grid-card-mini-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-grid-card-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  border-radius: 10px;
}

.flowout-dropdown-wrapper {
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.00004354385632%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-grid-card-image-mini {
  display: block;
  width: 100%;
  max-width: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  box-shadow: 5px 9px 12px -5px rgba(0, 0, 0, 0.43);
}

.flowout-list-item {
  margin-top: 10px;
  margin-bottom: 10px;
  list-style-type: none;
}

.flowout-card-title-smaller {
  display: inline;
  font-family: Lora, sans-serif;
  font-size: 36px;
  line-height: 56px;
  font-weight: 400;
}

.flowout-menu-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-brand {
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flowout-companies {
  background-color: #f4eee2;
}

.flowout-companies._2 {
  overflow: hidden;
  margin-bottom: 0px;
  background-color: #619e9b;
}

.flowout-slide-image {
  background-image: url('../images/slider-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flowout-slide-testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  padding: 56px 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4eee2;
}

.flowout-quote {
  position: relative;
  width: 100%;
  color: #1e1e1e;
  text-align: center;
}

.flowout-footer-hero-text {
  margin-bottom: 48px;
  color: #f9f9f9;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 400;
}

.flowout-footer-hero-image {
  width: 100%;
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), url('../images/dots.png'), url('../images/Slide-7.1.jpg');
  background-position: 95% 95%, 0px 0px, 100% 50%;
  background-size: 75px, 15px, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
  font-size: 0px;
}

.flowout-footer-hero-image.fisio {
  background-image: url('../images/Asset-4.svg'), url('../images/dots.png'), url('../images/fisio-servicio-enfermeria1.jpg');
  background-position: 95% 95%, 0px 0px, 50% 50%;
  background-size: 75px, 15px, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.flowout-footer-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flowout-container-semi {
  max-width: 1440px;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-container-always-full {
  margin-top: 112px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4eee2;
}

.flowout-container-always-full.flowout-light-bg {
  background-color: #f4eee2;
}

.flowout-container-always-full._5 {
  margin-top: 0px;
}

.flowout-container-always-full._6 {
  margin-top: 0px;
}

.flowout-slide {
  width: 33.33%;
  height: 100%;
}

.flowout-slider-dots {
  display: none;
}

.flowout-hero {
  position: static;
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flowout-hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flowout-hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #f9f9f9;
}

.flowout-hero-heading {
  width: 100%;
  max-width: 680px;
  margin-top: 0px;
  margin-bottom: -12px;
  font-family: Lora, sans-serif;
  color: #f9f9f9;
  font-size: 56px;
  line-height: 80px;
  font-weight: 400;
}

.flowout-hero-cta {
  width: 100%;
  max-width: 400px;
  margin-left: 40px;
}

.flowout-hero-text {
  margin-bottom: 8px;
}

.flowout-card-heading {
  display: inline;
}

.flowout-card-text {
  margin-bottom: 48px;
  color: grey;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.flowout-card-button {
  margin-top: auto;
  padding-top: 8px;
}

.flowout-slider-container {
  max-width: 1440px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.flowout-grid-card-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  color: #313f34;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.flowout-grid-card-heading._2 {
  margin-top: 20px;
}

.flowout-grid-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
}

.flowout-companies-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-companies-content {
  max-width: 220px;
  margin-right: 40px;
  font-size: 20px;
  line-height: 32px;
}

.flowout-companies-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-single-faq {
  width: 100.0000332528946%;
  border-bottom: 1px solid #000;
}

.flowout-faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100.0000332528946%;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.flowout-faq-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16px;
  height: 9.88px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/arrow-down.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flowout-faq-question-text {
  padding-right: 25px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.04px;
}

.flowout-faq-answer {
  display: none;
  width: 100%;
  opacity: 0;
}

.flowout-faq-answer-text {
  margin-bottom: 0px;
  padding-bottom: 24px;
}

.flowout-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-companies-text {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.flowout-container-full {
  max-width: 1440px;
  margin: 0px auto 100px;
  padding-right: 40px;
  padding-left: 40px;
}

.flowout-container-full._1 {
  margin-top: 0px;
  margin-bottom: 100px;
}

.flowout-container-full._2 {
  margin-bottom: 100px;
}

.flowout-container-full._3 {
  margin-bottom: 100px;
}

.flowout-container-full.visual {
  margin-bottom: 100px;
}

.flowout-container-full.areas_inicio {
  margin-bottom: 20px;
}

.flowout-wrapper-full {
  max-width: 1440px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 238, 226, 0.69)), to(rgba(244, 238, 226, 0.69)));
  background-image: linear-gradient(180deg, rgba(244, 238, 226, 0.69), rgba(244, 238, 226, 0.69));
}

.flowout-wrapper-full._2 {
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#313f34), color-stop(50%, #619e9b), to(#65a2c9)), -webkit-gradient(linear, left top, left bottom, from(#313f34), to(#313f34));
  background-image: linear-gradient(90deg, #313f34, #619e9b 50%, #65a2c9), linear-gradient(180deg, #313f34, #313f34);
}

.flowout-wrapper-full._5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.flowout-wrapper-full._6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#313f34), to(#313f34));
  background-image: linear-gradient(180deg, #313f34, #313f34);
}

.flowout-wrapper-full._6.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#65a2c9), to(#65a2c9));
  background-image: linear-gradient(180deg, #65a2c9, #65a2c9);
}

.flowout-slider-full-mask {
  width: 100%;
  height: auto;
}

.flowout-grid-card-mini-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  color: #313f34;
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
}

.flowout-grid-card-mini-text {
  position: static;
  outline-color: #313f34;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #313f34;
  font-size: 17px;
  line-height: 1.5em;
  white-space: normal;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.flowout-top {
  position: absolute;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.flowout-top.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(49, 63, 52, 0.85)), color-stop(66%, rgba(97, 158, 155, 0.85)));
  background-image: linear-gradient(90deg, rgba(49, 63, 52, 0.85) 10%, rgba(97, 158, 155, 0.85) 66%);
  opacity: 1;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  mix-blend-mode: normal;
}

.flowout-top.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(49, 63, 52, 0.85)), color-stop(66%, rgba(97, 158, 155, 0.85)));
  background-image: linear-gradient(90deg, rgba(49, 63, 52, 0.85) 10%, rgba(97, 158, 155, 0.85) 66%);
  opacity: 1;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  mix-blend-mode: normal;
}

.flowout-top.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 100.0002637336291%;
  height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(49, 63, 52, 0.85)), color-stop(50%, rgba(97, 158, 155, 0.85)), to(#65a2c9));
  background-image: linear-gradient(90deg, rgba(49, 63, 52, 0.85), rgba(97, 158, 155, 0.85) 50%, #65a2c9);
  opacity: 1;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  mix-blend-mode: normal;
}

.flowout-container-special {
  max-width: 1440px;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero__content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url('../images/dots.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url('../images/dots.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 15px;
}

.clip-text-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clip-text-hero.lottie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: auto;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.background-video {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 235, 200, 0.15)), to(rgba(200, 235, 200, 0.15)));
  background-image: linear-gradient(180deg, rgba(200, 235, 200, 0.15), rgba(200, 235, 200, 0.15));
}

.p1 {
  color: grey;
}

.p1.centered {
  font-size: 1em;
  text-align: center;
}

.p1.centered.white {
  color: #e5e6e6;
}

.h1 {
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 40px;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #20dcc8;
  border-radius: 30px;
  background-color: #20dcc8;
  box-shadow: 0 8px 20px 0 rgba(51, 51, 51, 0.1);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease;
  transition: transform 400ms ease, border-color 400ms ease, background-color 400ms ease, -webkit-transform 400ms ease;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  border-color: transparent;
  background-color: #3a3b3c;
  -webkit-transform: translate(0px, -1.5px);
  -ms-transform: translate(0px, -1.5px);
  transform: translate(0px, -1.5px);
  color: #fff;
}

.button.gray-hover {
  margin-top: 30px;
}

.button.gray-hover:hover {
  background-color: grey;
}

.scroll-down {
  width: 50px;
}

.bold-text {
  line-height: 48px;
  font-weight: 500;
}

.text-block {
  font-family: 'IBM Plex Sans', sans-serif;
  color: #619e9b;
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 400;
}

.text-block.blue {
  color: #65a2c9;
}

.text-block-2 {
  font-size: 18px;
  line-height: 22px;
}

.text-span {
  color: #619e9b;
  font-weight: 600;
}

.flowout-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #313f34;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #313f34;
  font-weight: 600;
  text-align: center;
}

.flowout-button-2:hover {
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button-2:focus {
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button-2.flowout-button-cta {
  border-color: #c8ebc8;
  background-color: #c8ebc8;
  color: #313f34;
}

.flowout-button-2.flowout-button-cta:hover {
  border-color: #b1e2b1;
  background-color: #b1e2b1;
}

.flowout-button-2.flowout-button-cta:focus {
  border-color: #b1e2b1;
  background-color: #b1e2b1;
}

.flowout-button-2.flowout-navbar-button {
  min-height: 48px;
  min-width: 107px;
  margin-left: 21px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta {
  width: 100px;
  height: 40px;
  min-height: auto;
  min-width: auto;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 20px;
  padding-left: 20px;
  border: 0px none transparent;
  border-radius: 20px;
  background-color: #313f34;
  box-shadow: 1px 3px 7px -2px rgba(0, 0, 0, 0.25);
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, box-shadow 300ms ease-in-out;
  color: #f9f9f9;
  font-size: 14px;
  line-height: 1.2;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta:hover {
  border-color: #f9f9f9;
  background-color: #f9f9f9;
  box-shadow: none;
  color: #00bd48;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.nav {
  width: 110px;
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 10px;
  background-color: transparent;
  box-shadow: none;
  font-size: 13px;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.nav:hover {
  background-color: hsla(0, 0%, 97.7%, 0.4);
  color: #f9f9f9;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.nav.w--current {
  background-color: rgba(49, 63, 52, 0.4);
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.nav.w--current:hover {
  color: #f9f9f9;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.language {
  width: 35px;
  height: 35px;
  margin-right: 0px;
  padding: 5px;
  border-radius: 20px;
  background-color: #f9f9f9;
  color: #313f34;
  font-size: 13px;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.language.w--current {
  width: 35px;
  height: 35px;
  padding: 5px;
  border-radius: 20px;
  background-color: #313f34;
  color: #f9f9f9;
  font-size: 13px;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.language._2 {
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.language._2.w--current {
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.language._1 {
  margin-right: 5px;
  padding: 5px;
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.language._1.w--current {
  background-color: #313f34;
  color: #f9f9f9;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.whatsapp {
  position: static;
  width: 90px;
  height: 35px;
  padding: 5px 10px;
  box-shadow: none;
  color: #00bd48;
  font-size: 13px;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.whatsapp:hover {
  background-color: #00bd48;
  color: #f9f9f9;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.whatsapp._2 {
  width: auto;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border: 0px none transparent;
  background-color: #00bd48;
  color: #f9f9f9;
  font-size: 14px;
}

.flowout-button-2.flowout-navbar-button.flowout-button-cta.whatsapp._2:hover {
  border-color: transparent;
  background-color: #313f34;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #00bd48;
}

.flowout-hero-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #f9f9f9;
}

.flowout-hero-heading-2 {
  width: 100%;
  max-width: 680px;
  margin-top: 0px;
  margin-bottom: -12px;
  font-family: Lora, sans-serif;
  color: #f9f9f9;
  font-size: 56px;
  line-height: 80px;
  font-weight: 400;
}

.flowout-hero-2 {
  margin-top: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h1-large {
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: Montserrat, sans-serif;
  color: #f9f9f9;
  font-size: 80px;
  line-height: 1em;
  font-weight: 300;
}

.h1-large.word-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline;
}

.h1-large.word-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.first-word {
  position: relative;
  height: 100px;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._25-pixels {
  margin-top: 25px;
}

.first-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w_rotational_word {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate(0px, 50px);
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate(0px, 50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.w_rotational_word.cc_word2 {
  -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.w_rotational_word.cc_word3 {
  -webkit-transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.w_rotational_word.cc_word1 {
  -webkit-transform: translate3d(0px, 0px, -50px);
  transform: translate3d(0px, 0px, -50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.w_rotational_word.cc_word4 {
  -webkit-transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.second-word {
  position: relative;
  height: 100px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.content-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1090px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.subtitle {
  font-size: 21px;
  line-height: 30px;
}

.subtitle.large {
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.subtitle.large._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 5px 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: transparent;
  font-size: 19px;
  font-weight: 600;
}

.hero-column {
  width: 60%;
  height: 99.9999616102843%;
  max-width: none;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50px;
  background-color: #000;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
}

.social-icon:hover {
  border: 2px solid #000;
  background-color: transparent;
}

.social-icon.twittter {
  background-image: url('../images/gorjeo.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon.twittter:hover {
  border-color: #b1e2b1;
  background-color: #b1e2b1;
  background-image: url('../images/gorjeo_1.svg');
}

.social-icon.facebook {
  padding-right: 12px;
  padding-left: 12px;
  background-image: url('../images/facebook-logo-de-letra.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.social-icon.facebook:hover {
  padding-right: 12px;
  padding-left: 12px;
  border-color: #b1e2b1;
  border-radius: 20px;
  background-color: #b1e2b1;
  background-image: url('../images/facebook-logo-de-letra_1.svg');
}

.social-icon.instagram {
  padding-right: 12px;
  padding-left: 12px;
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
  -webkit-transition-property: none;
  transition-property: none;
}

.social-icon.instagram:hover {
  border-color: #b1e2b1;
  background-color: #b1e2b1;
  background-image: url('../images/instagram_1.svg');
}

.container {
  position: relative;
  max-width: 1000px;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  background-color: hsla(0, 0%, 97.7%, 0.15);
  opacity: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  mix-blend-mode: normal;
}

.text-span-2 {
  font-family: Montserrat, sans-serif;
  color: #c8ebc8;
  font-weight: 600;
}

.last-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-primary {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 12px 113px;
  border-radius: 2px;
  background-color: #fff;
  font-family: Manrope, sans-serif;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.paragraph.thiner {
  margin-bottom: 56px;
  color: #fff;
  font-weight: 400;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 110px;
  padding-bottom: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.image-background {
  min-height: 40vh;
  background-image: url('../images/last_section_image-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-2.white {
  color: #fff;
}

.wide-container {
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
  padding: 30px 40px 60px;
}

.last-section-text-container {
  max-width: 416px;
}

.projects-heading {
  width: 100%;
  max-width: 424px;
}

.projects-heading.for-last-section {
  max-width: 350px;
}

.logo-image {
  margin-right: 12px;
}

.links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.copyright-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copyright-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.footer-link {
  display: block;
  margin-bottom: 0px;
  padding: 5px 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Manrope, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  color: #c8ebc8;
  text-decoration: none;
}

.footer-link.copyright {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.footer-link.copyright:hover {
  color: #f9f9f9;
}

.footer-link.copyright.margin-right {
  margin-right: 48px;
  font-weight: 400;
}

.footer-link.copyright-no-link {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.footer-link.copyright-no-link:hover {
  color: #f9f9f9;
}

.links-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 124px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-text {
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 24px;
  line-height: 133%;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #619e9b;
  text-align: center;
}

.socials-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-container {
  display: block;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0px none transparent;
}

.logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 180px;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.text-span-3 {
  color: #c8ebc8;
}

.text-span-3:hover {
  color: #c8ebc8;
}

.text-span-4 {
  color: #313f34;
  font-weight: 400;
}

.text-span-5 {
  color: #313f34;
}

.h2--dark-green-text {
  color: #313f34;
}

.text-span-7 {
  color: #313f34;
}

.text-span-8 {
  color: #313f34;
}

.text-span-9 {
  color: #313f34;
}

.text-span-10 {
  color: #313f34;
}

.text-span-11 {
  color: #313f34;
}

.text-span-12 {
  color: #313f34;
}

.text-span-13 {
  color: #313f34;
}

.text-span-14 {
  color: #313f34;
}

.text-span-15 {
  color: #313f34;
}

.text-span-16 {
  color: #619e9b;
  font-weight: 600;
}

.div-block-3 {
  position: static;
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-span-17 {
  color: #619e9b;
  font-weight: 600;
}

.text-span-18 {
  color: #65a2c9;
  font-weight: 600;
}

.bold-text-2 {
  color: #fecb00;
}

.text-span-19 {
  color: #fecb00;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Manrope, sans-serif;
  color: #619e9b;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.div-block-4 {
  margin-top: 20px;
}

.div-block-4._2 {
  width: 100px;
  margin-bottom: 20px;
  border-radius: 0px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 40px;
}

.h3.centre {
  color: #7e7e7e;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px transparent;
}

.h3.centre.contact-header {
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  color: #7e7e7e;
}

.faq_arrow {
  width: 24px;
}

.faq_divider {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.15);
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #7e7e7e;
  font-size: 56px;
  line-height: 64px;
  mix-blend-mode: normal;
}

.h2.yellow {
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  color: #619e9b;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.h2.yellow.blue {
  color: #65a2c9;
}

.h2.yellow.preguntas {
  margin-bottom: 40px;
}

.faq_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  padding: 10px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #676d70;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #676d70;
}

.button-2:hover {
  background-color: #676d70;
  color: #fff;
}

.faq_bottom {
  overflow: hidden;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.faq_wrapper {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 24px 20px;
  border-top: 0px none transparent;
  border-radius: 15px;
  background-color: #f4eee2;
}

.faq_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  cursor: pointer;
}

.logo-separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq_text {
  margin-top: 16px;
  color: #313f34;
  font-size: 17px;
  line-height: 1.4em;
}

.div-block-5 {
  margin-top: 80px;
}

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

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-7 {
  width: auto;
  height: 60px;
  max-height: none;
  max-width: none;
}

.image-8 {
  width: auto;
  height: 60px;
  max-height: none;
  max-width: none;
}

.image-9 {
  width: auto;
  height: 60px;
  max-height: none;
  max-width: none;
}

.image-10 {
  height: 60px;
  max-height: none;
  max-width: none;
}

.container-2 {
  text-align: left;
}

.container-2._1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.marquee-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.marquee-top:hover {
  background-color: #619e9b;
}

.filled {
  margin: 0px 5px;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 80px;
  line-height: 1.5em;
}

.dot {
  width: 12px;
  height: 12px;
  min-height: 12px;
  min-width: 12px;
  border-radius: 50%;
  background-color: #dac3a2;
  font-size: 80px;
}

.stroke {
  margin: 0px 5px;
  font-family: Montserrat, sans-serif;
  color: #619e9b;
  font-size: 80px;
  line-height: 1.5em;
  text-shadow: -1px 0 0 #f9f9f9, 0 1px 0 #f9f9f9, 1px 0 0 #f9f9f9, 0 -1px 0 #f9f9f9;
}

.image-11 {
  position: static;
  display: block;
  max-width: 15%;
  border-radius: 0px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-4 {
  font-family: Manrope, sans-serif;
  color: #619e9b;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.text-span-20 {
  font-weight: 600;
}

.text-span-21 {
  color: #c8ebc8;
  font-weight: 600;
}

.text-span-22 {
  font-weight: 600;
}

.text-span-23 {
  font-weight: 600;
}

.text-span-24 {
  font-weight: 600;
}

.div-copyright {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-color: #313f34;
}

.div-copyright._2 {
  display: none;
}

.image-12 {
  border-radius: 0px;
}

.image-13 {
  border-radius: 0px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-14 {
  width: 42px;
  border-radius: 0px;
}

.image-15 {
  width: auto;
  height: 50%;
  max-width: none;
  opacity: 1;
  mix-blend-mode: normal;
}

.div-block-10 {
  display: block;
  width: auto;
  height: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 1;
  mix-blend-mode: normal;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.65;
  mix-blend-mode: normal;
}

.columns {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.list-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-item-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.list-item-3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-span-25 {
  color: #c8ebc8;
  font-weight: 600;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-11 {
  width: 80%;
  height: auto;
}

.mouse-scroll {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.mouse-scroll._1 {
  position: absolute;
}

.lottie-animation {
  height: 100%;
}

.lottie-animation._2 {
  position: static;
}

.div-hero-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 15px;
  background-color: hsla(0, 0%, 97.7%, 0.15);
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  mix-blend-mode: normal;
}

.flowout-buttons-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-menu-center-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flowout-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-brand-2.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: auto;
  margin-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.flowout-burger-2 {
  margin-left: 21px;
}

.back-to-top {
  display: block;
}

.back-to-top-button-container {
  position: fixed;
  left: 45px;
  top: auto;
  right: auto;
  bottom: 50px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-circle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #313f34;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transition: background-color 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
  transition: background-color 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
  transition: background-color 350ms ease-in-out, transform 350ms ease-in-out;
  transition: background-color 350ms ease-in-out, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
}

.button-circle-2:hover {
  background-color: #619e9b;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.button-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.lottie-animation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-brand {
  width: 100%;
  height: 50px;
  max-width: none;
  min-height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 124px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.columns-4 {
  width: 100.0002813256933%;
  height: 99.9998537080451%;
}

.flowout-container-copy {
  max-width: 1440px;
  padding: 40px 20px 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flowout-container-copy.button-2 {
  border: 0px none transparent;
}

.flowout-container-copy.button-2:hover {
  background-color: #619e9b;
}

.flowout-container-copy.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  opacity: 1;
  mix-blend-mode: normal;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  margin: 10px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.flowout-brand-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowout-brand-2-copy.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: auto;
  margin-right: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.brand {
  height: 70px;
  padding: 10px 0px;
}

.bold-text-5 {
  font-style: normal;
  font-weight: 400;
}

.bold-text-6 {
  font-weight: 400;
}

.text-span-26 {
  color: #c8ebc8;
  font-weight: 600;
}

.text-span-27 {
  color: #c8ebc8;
  font-weight: 600;
}

.text-span-28 {
  color: #c8ebc8;
  font-weight: 600;
}

.text-span-29 {
  color: #c8ebc8;
  font-weight: 400;
}

.text-span-30 {
  color: #619e9b;
  font-weight: 600;
}

.text-span-31 {
  color: #313f34;
}

.text-span-32 {
  color: #313f34;
}

.text-span-33 {
  color: #313f34;
}

.text-span-34 {
  color: #313f34;
}

.text-span-35 {
  color: #313f34;
}

.text-span-36 {
  color: #313f34;
}

.text-span-37 {
  color: #313f34;
}

.text-span-38 {
  color: #313f34;
}

.text-span-39 {
  color: #313f34;
}

.text-span-40 {
  color: #313f34;
}

.text-span-41 {
  color: #313f34;
}

.text-span-42 {
  color: #313f34;
}

.text-span-43 {
  color: #313f34;
}

.text-span-44 {
  color: #313f34;
}

.text-span-45 {
  color: #313f34;
}

.text-span-46 {
  color: #313f34;
}

.text-span-47 {
  color: #619e9b;
  font-weight: 600;
}

.text-span-48 {
  color: #619e9b;
  font-weight: 600;
}

.text-span-49 {
  font-weight: 600;
}

.p--bold-text {
  font-weight: 600;
}

.text-span-51 {
  font-weight: 600;
}

.text-span-52 {
  font-weight: 600;
}

.text-span-53 {
  font-weight: 600;
}

.right-floating-cookie {
  position: fixed;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.41);
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  mix-blend-mode: normal;
}

.button-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.margin-15.white-text {
  margin-bottom: 10px;
  color: #1e1e1e;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.margin-15.white-text {
  margin-top: 0px;
  color: #000;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.white-text {
  margin-bottom: 15px;
  color: #1e1e1e;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.white-text.mobile {
  display: none;
}

.cookie-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-content.mobile-vertical {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.right-cookie-image {
  width: 70px;
  height: auto;
  margin-right: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-filter: invert(0%);
  filter: invert(0%);
  mix-blend-mode: normal;
}

.learn-more-span {
  padding-right: 0px;
  padding-left: 0px;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.cookie-button-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 116.46875px;
  height: 30px;
  margin-right: 20px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #32bb67;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-family: Manrope, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
  background-color: #1f8e4a;
}

.cookie-button-blue._2 {
  background-color: #d64343;
}

.cookie-button-blue._2:hover {
  background-color: #df0f0f;
}

.text-span-54 {
  color: #00bd48;
}

.text-span-55 {
  font-weight: 400;
}

.column-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 52%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #00bd48;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.flowout-container-always-full-teleservice {
  margin-top: 112px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4eee2;
}

.flowout-container-always-full-teleservice.flowout-light-bg {
  background-color: #f4eee2;
}

.flowout-container-always-full-teleservice._5 {
  margin: 0px 40px 40px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
}

.call-to-action {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trigger {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #101010;
  box-shadow: 0 32px 32px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.trigger-lottie {
  width: 28px;
  height: 28px;
}

.whatsapp {
  position: absolute;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #02ad49;
}

.call-to-action-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.email {
  position: absolute;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #d22828;
}

.mobile {
  position: absolute;
  z-index: 18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  padding: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #1683ef;
}

.small-hero-enfermeria {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 158, 155, 0)), color-stop(30%, rgba(97, 158, 155, 0.1)), color-stop(90%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: linear-gradient(180deg, rgba(97, 158, 155, 0), rgba(97, 158, 155, 0.1) 30%, rgba(97, 158, 155, 0.9) 90%), url('../images/Slide-7.1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.small-hero-enfermeria.small-header {
  background-image: url('../images/dots.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(97, 158, 155, 0)), color-stop(30%, rgba(97, 158, 155, 0.1)), color-stop(90%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: url('../images/dots.png'), linear-gradient(180deg, rgba(97, 158, 155, 0), rgba(97, 158, 155, 0.1) 30%, rgba(97, 158, 155, 0.9) 90%), url('../images/Slide-7.1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: 15px, auto, cover;
}

.small-hero-enfermeria._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/dots.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(97, 158, 155, 0)), color-stop(30%, rgba(97, 158, 155, 0.1)), color-stop(90%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: url('../images/dots.png'), linear-gradient(180deg, rgba(97, 158, 155, 0), rgba(97, 158, 155, 0.1) 30%, rgba(97, 158, 155, 0.9) 90%), url('../images/Slide-7.1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: 15px, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.small-hero-enfermeria._4 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/dots.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(97, 158, 155, 0)), color-stop(30%, rgba(97, 158, 155, 0.1)), color-stop(90%, rgba(97, 158, 155, 0.9))), url('../images/Slide-1.1.jpg');
  background-image: url('../images/dots.png'), linear-gradient(180deg, rgba(97, 158, 155, 0), rgba(97, 158, 155, 0.1) 30%, rgba(97, 158, 155, 0.9) 90%), url('../images/Slide-1.1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 30%;
  background-size: 15px, auto, cover;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.7%, 0.2)), color-stop(37%, hsla(0, 0%, 97.7%, 0.4)), color-stop(75%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, hsla(0, 0%, 97.7%, 0.2), hsla(0, 0%, 97.7%, 0.4) 37%, rgba(97, 158, 155, 0.9) 75%), url('../images/Slide-7.1.jpg');
  background-position: 5% 5%, 0px 0px, 50% 50%;
  background-size: 75px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
  transition: box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, box-shadow 250ms ease;
  transition: transform 250ms ease-in-out, box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
}

.div-block-17:hover {
  box-shadow: 2px 13px 13px -8px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.div-block-17._1 {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-image: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(97, 158, 155, 0.1)), color-stop(30%, rgba(97, 158, 155, 0.2)), color-stop(75%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, rgba(97, 158, 155, 0.1), rgba(97, 158, 155, 0.2) 30%, rgba(97, 158, 155, 0.9) 75%), url('../images/Slide-7.1.jpg');
  background-position: 30px 30px, 0px 0px, 50% 50%;
  background-size: 75px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  mix-blend-mode: normal;
}

.div-block-17._2 {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-image: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(101, 162, 201, 0.1)), color-stop(30%, rgba(101, 162, 201, 0.2)), color-stop(75%, rgba(101, 162, 201, 0.9))), url('../images/fisio-servicio-enfermeria1.jpg');
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, rgba(101, 162, 201, 0.1), rgba(101, 162, 201, 0.2) 30%, rgba(101, 162, 201, 0.9) 75%), url('../images/fisio-servicio-enfermeria1.jpg');
  background-position: 30px 30px, 0px 0px, 50% 50%;
}

.div-block-17._3 {
  display: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#313f34), to(#fff));
  background-image: linear-gradient(90deg, #313f34, #fff);
}

.div-block-18 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18:hover {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-18._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-2 {
  margin-bottom: 20px;
  color: #f9f9f9;
  font-size: 17px;
  line-height: 1.4em;
}

.heading-3 {
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 600;
}

.button-3 {
  width: 50px;
  height: 40px;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #f9f9f9;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  font-family: Manrope, sans-serif;
  color: #619e9b;
  font-weight: 500;
}

.button-4:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #f9f9f9;
  background-color: transparent;
  color: #f9f9f9;
}

.button-4._2 {
  color: #65a2c9;
}

.button-4._2:hover {
  color: #f9f9f9;
}

.button-4._3 {
  background-color: #619e9b;
  color: #f9f9f9;
}

.button-4._3:hover {
  background-color: transparent;
}

.button-4.red {
  color: #d66663;
}

.button-4.red:hover {
  color: #f9f9f9;
}

.button-4.blue {
  color: #67a3e3;
}

.button-4.blue:hover {
  color: #f9f9f9;
}

.button-4.green {
  color: #67b85f;
}

.button-4.green:hover {
  color: #f9f9f9;
}

.grid-2 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-3 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-19 {
  height: auto;
  min-height: 400px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#313f34), color-stop(50%, #619e9b), to(#65a2c9));
  background-image: linear-gradient(90deg, #313f34, #619e9b 50%, #65a2c9);
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 400px;
}

.column-13 {
  padding: 0px;
}

.div-block-20 {
  height: 100%;
  border-radius: 0px 15px 15px 0px;
  background-image: url('../images/iphone_13_mockup_10.jpg');
  background-position: 50% 55%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.column-14 {
  height: auto;
  padding: 30px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.acordium-anwser-wrapper {
  overflow: hidden;
  width: 70%;
  color: #616161;
  font-size: 20px;
}

.section-wrapper-center {
  text-align: center;
}

.faq-trigger {
  padding-top: 16px;
  padding-bottom: 16px;
  cursor: pointer;
}

.faq-blcok {
  padding-right: 32px;
  padding-left: 32px;
  border-radius: 12px;
  background-color: #f8f8f8;
}

.faq-blcok.margin-16 {
  margin-bottom: 16px;
  background-color: #f4eee2;
}

.faq-question {
  font-weight: 500;
}

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

.tag {
  margin-right: 15px;
}

.faq-anwser {
  overflow: visible;
  padding-bottom: 16px;
}

.h2-heading {
  display: block;
}

.heading-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 60px;
  line-height: 67px;
  font-weight: 400;
  text-align: center;
}

.text-span-56 {
  font-weight: 600;
}

.grid-4 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-contact {
  padding-right: 20px;
  padding-left: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-22 {
  border-radius: 20px;
  background-color: #619e9b;
}

.div-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.7%, 0.2)), color-stop(37%, hsla(0, 0%, 97.7%, 0.4)), color-stop(75%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, hsla(0, 0%, 97.7%, 0.2), hsla(0, 0%, 97.7%, 0.4) 37%, rgba(97, 158, 155, 0.9) 75%), url('../images/Slide-7.1.jpg');
  background-position: 5% 5%, 0px 0px, 50% 50%;
  background-size: 75px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
  transition: box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, box-shadow 250ms ease;
  transition: transform 250ms ease-in-out, box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
}

.div-contact:hover {
  box-shadow: 2px 13px 13px -8px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.div-contact._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding: 40px 30px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(97, 158, 155, 0.1)), color-stop(30%, rgba(97, 158, 155, 0.2)), color-stop(75%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, rgba(97, 158, 155, 0.1), rgba(97, 158, 155, 0.2) 30%, rgba(97, 158, 155, 0.9) 75%), url('../images/Slide-7.1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  mix-blend-mode: normal;
}

.div-contact._2 {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-image: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(101, 162, 201, 0.1)), color-stop(30%, rgba(101, 162, 201, 0.2)), color-stop(75%, rgba(101, 162, 201, 0.9))), url('../images/Slide-3.1.jpg');
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, rgba(101, 162, 201, 0.1), rgba(101, 162, 201, 0.2) 30%, rgba(101, 162, 201, 0.9) 75%), url('../images/Slide-3.1.jpg');
  background-position: 30px 30px, 0px 0px, 50% 50%;
}

.div-contact._3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#313f34), to(#fff));
  background-image: linear-gradient(90deg, #313f34, #fff);
}

.flowout-companies-text-copy {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.paragraph-3 {
  margin-top: 20px;
  color: #619e9b;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}

.div-contact-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.7%, 0.2)), color-stop(37%, hsla(0, 0%, 97.7%, 0.4)), color-stop(75%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, hsla(0, 0%, 97.7%, 0.2), hsla(0, 0%, 97.7%, 0.4) 37%, rgba(97, 158, 155, 0.9) 75%), url('../images/Slide-7.1.jpg');
  background-position: 5% 5%, 0px 0px, 50% 50%;
  background-size: 75px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
  transition: box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, box-shadow 250ms ease;
  transition: transform 250ms ease-in-out, box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
}

.div-contact-1:hover {
  box-shadow: 2px 13px 13px -8px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.div-contact-1._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/dots.png'), -webkit-gradient(linear, left top, left bottom, from(#12bc53), to(#12bc53));
  background-image: url('../images/dots.png'), linear-gradient(180deg, #12bc53, #12bc53);
  background-position: 50% 50%, 0px 0px;
  background-size: 15px, auto;
  background-repeat: repeat, repeat;
  mix-blend-mode: normal;
}

.div-contact-1._2 {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-image: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(101, 162, 201, 0.1)), color-stop(30%, rgba(101, 162, 201, 0.2)), color-stop(75%, rgba(101, 162, 201, 0.9))), url('../images/Slide-3.1.jpg');
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, rgba(101, 162, 201, 0.1), rgba(101, 162, 201, 0.2) 30%, rgba(101, 162, 201, 0.9) 75%), url('../images/Slide-3.1.jpg');
  background-position: 30px 30px, 0px 0px, 50% 50%;
}

.div-contact-1._3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#313f34), to(#fff));
  background-image: linear-gradient(90deg, #313f34, #fff);
}

.div-contact-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.7%, 0.2)), color-stop(37%, hsla(0, 0%, 97.7%, 0.4)), color-stop(75%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, hsla(0, 0%, 97.7%, 0.2), hsla(0, 0%, 97.7%, 0.4) 37%, rgba(97, 158, 155, 0.9) 75%), url('../images/Slide-7.1.jpg');
  background-position: 5% 5%, 0px 0px, 50% 50%;
  background-size: 75px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
  transition: box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, box-shadow 250ms ease;
  transition: transform 250ms ease-in-out, box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
}

.div-contact-2:hover {
  box-shadow: 2px 13px 13px -8px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.div-contact-2._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/dots.png'), -webkit-gradient(linear, left top, left bottom, from(#33a2e8), to(#33a2e8));
  background-image: url('../images/dots.png'), linear-gradient(180deg, #33a2e8, #33a2e8);
  background-position: 0px 0px, 0px 0px;
  background-size: 15px, auto;
  background-repeat: repeat, repeat;
  mix-blend-mode: normal;
}

.div-contact-2._2 {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-image: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(101, 162, 201, 0.1)), color-stop(30%, rgba(101, 162, 201, 0.2)), color-stop(75%, rgba(101, 162, 201, 0.9))), url('../images/Slide-3.1.jpg');
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, rgba(101, 162, 201, 0.1), rgba(101, 162, 201, 0.2) 30%, rgba(101, 162, 201, 0.9) 75%), url('../images/Slide-3.1.jpg');
  background-position: 30px 30px, 0px 0px, 50% 50%;
}

.div-contact-2._3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#313f34), to(#fff));
  background-image: linear-gradient(90deg, #313f34, #fff);
}

.div-contact-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 15px;
  background-image: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 97.7%, 0.2)), color-stop(37%, hsla(0, 0%, 97.7%, 0.4)), color-stop(75%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, hsla(0, 0%, 97.7%, 0.2), hsla(0, 0%, 97.7%, 0.4) 37%, rgba(97, 158, 155, 0.9) 75%), url('../images/Slide-7.1.jpg');
  background-position: 5% 5%, 0px 0px, 50% 50%;
  background-size: 75px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
  transition: box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, box-shadow 250ms ease;
  transition: transform 250ms ease-in-out, box-shadow 250ms ease, -webkit-transform 250ms ease-in-out;
}

.div-contact-3:hover {
  box-shadow: 2px 13px 13px -8px rgba(0, 0, 0, 0.35);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.div-contact-3._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/dots.png'), -webkit-gradient(linear, left top, left bottom, from(#f25e5e), to(#f25e5e));
  background-image: url('../images/dots.png'), linear-gradient(180deg, #f25e5e, #f25e5e);
  background-position: 0px 0px, 0px 0px;
  background-size: 15px, auto;
  background-repeat: repeat, repeat;
  mix-blend-mode: normal;
}

.div-contact-3._2 {
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-image: url('../images/Asset-4.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(101, 162, 201, 0.1)), color-stop(30%, rgba(101, 162, 201, 0.2)), color-stop(75%, rgba(101, 162, 201, 0.9))), url('../images/Slide-3.1.jpg');
  background-image: url('../images/Asset-4.svg'), linear-gradient(180deg, rgba(101, 162, 201, 0.1), rgba(101, 162, 201, 0.2) 30%, rgba(101, 162, 201, 0.9) 75%), url('../images/Slide-3.1.jpg');
  background-position: 30px 30px, 0px 0px, 50% 50%;
}

.div-contact-3._3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#313f34), to(#fff));
  background-image: linear-gradient(90deg, #313f34, #fff);
}

.heading-5 {
  font-family: Manrope, sans-serif;
  color: #619e9b;
  font-size: 35px;
  line-height: 1.2em;
  text-align: center;
}

.heading-5.blue {
  color: #65a2c9;
}

.paragraph-4 {
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.small-hero-fisio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(97, 158, 155, 0)), color-stop(30%, rgba(97, 158, 155, 0.1)), color-stop(90%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: linear-gradient(180deg, rgba(97, 158, 155, 0), rgba(97, 158, 155, 0.1) 30%, rgba(97, 158, 155, 0.9) 90%), url('../images/Slide-7.1.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.small-hero-fisio.small-header {
  background-image: url('../images/dots.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(97, 158, 155, 0)), color-stop(30%, rgba(97, 158, 155, 0.1)), color-stop(90%, rgba(97, 158, 155, 0.9))), url('../images/Slide-7.1.jpg');
  background-image: url('../images/dots.png'), linear-gradient(180deg, rgba(97, 158, 155, 0), rgba(97, 158, 155, 0.1) 30%, rgba(97, 158, 155, 0.9) 90%), url('../images/Slide-7.1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: 15px, auto, cover;
}

.small-hero-fisio._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/dots.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(97, 158, 155, 0)), color-stop(30%, rgba(97, 158, 155, 0.1)), color-stop(90%, rgba(101, 162, 201, 0.9))), url('../images/fisio-servicio-enfermeria2.jpg');
  background-image: url('../images/dots.png'), linear-gradient(180deg, rgba(97, 158, 155, 0), rgba(97, 158, 155, 0.1) 30%, rgba(101, 162, 201, 0.9) 90%), url('../images/fisio-servicio-enfermeria2.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: 15px, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.small-hero-fisio._4 {
  background-image: url('../images/dots.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(97, 158, 155, 0)), color-stop(30%, rgba(97, 158, 155, 0.1)), color-stop(90%, rgba(97, 158, 155, 0.9))), url('../images/Slide-1.1.jpg');
  background-image: url('../images/dots.png'), linear-gradient(180deg, rgba(97, 158, 155, 0), rgba(97, 158, 155, 0.1) 30%, rgba(97, 158, 155, 0.9) 90%), url('../images/Slide-1.1.jpg');
  background-position: 0px 0px, 0px 0px, 50% 30%;
  background-size: 15px, auto, cover;
}

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

.div-areas-fisio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  max-height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/Slide-3.1.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/Slide-3.1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 250ms ease-in-out, -webkit-filter 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: box-shadow 250ms ease-in-out, -webkit-filter 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  transition: filter 250ms ease-in-out, transform 250ms ease-in-out, box-shadow 250ms ease-in-out;
  transition: filter 250ms ease-in-out, transform 250ms ease-in-out, box-shadow 250ms ease-in-out, -webkit-filter 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}

.div-areas-fisio:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.8)), to(rgba(101, 162, 201, 0))), url('../images/Slide-3.1.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.8), rgba(101, 162, 201, 0)), url('../images/Slide-3.1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 2px 13px 13px -8px rgba(0, 0, 0, 0.35);
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.div-areas-fisio._1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/11.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/11.jpg');
}

.div-areas-fisio._2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/7.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/7.jpg');
}

.div-areas-fisio._3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/4.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/4.jpg');
}

.div-areas-fisio._4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/2.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/2.jpg');
}

.div-areas-fisio._5 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/1.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/1.jpg');
}

.div-areas-fisio._6 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/10.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/10.jpg');
}

.div-areas-fisio._7 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/8.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/8.jpg');
}

.div-areas-fisio._8 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/6.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/6.jpg');
}

.div-areas-fisio._9 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/9.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/9.jpg');
}

.div-areas-fisio._10 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/3.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/3.jpg');
}

.div-areas-fisio._11 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/5.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/5.jpg');
}

.div-areas-fisio._12 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(76, 121, 167, 0.85)), to(transparent)), url('../images/12.jpg');
  background-image: linear-gradient(0deg, rgba(76, 121, 167, 0.85), transparent), url('../images/12.jpg');
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 23px;
  line-height: 30px;
  font-weight: 600;
}

.h2-seo {
  margin-bottom: 0px;
  font-family: Manrope, sans-serif;
  color: #619e9b;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.h2-seo.blue {
  color: #65a2c9;
}

.bold-text-7 {
  color: #437674;
  font-weight: 600;
}

.p--cadet-blue-text {
  color: #619e9b;
  font-weight: 600;
}

.text-span-58 {
  color: #c8ebc8;
  font-weight: 600;
}

.text-span-59 {
  color: #c8ebc8;
  font-weight: 600;
}

.list-2 {
  color: #f9f9f9;
  list-style-type: disc;
}

.list-item-4 {
  background-image: none;
}

.list-item-5 {
  background-image: none;
}

.list-item-6 {
  background-image: none;
}

.list-3 {
  list-style-type: square;
}

.p--blue-text {
  font-weight: 600;
}

.text-span-61 {
  color: #619e9b;
  font-weight: 600;
}

.text-span-62 {
  color: #65a2c9;
}

.h2--blue-text {
  color: #65a2c9;
}

.text-span-64 {
  color: #65a2c9;
}

.list-item-7 {
  list-style-type: square;
}

.list-4 {
  padding-left: 22px;
  list-style-type: square;
}

.list-item-8 {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  background-image: none;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 17px;
  line-height: 1.4em;
  list-style-type: square;
}

.list-item-9 {
  padding-left: 0px;
  background-image: none;
  color: #f9f9f9;
}

.text-span-65 {
  color: #acdcfa;
}

.paragraph-5 {
  margin-bottom: 40px;
  color: #619e9b;
  font-size: 17px;
  line-height: 1.4em;
  text-align: center;
}

.heading-7 {
  font-family: Manrope, sans-serif;
  color: #619e9b;
}

.bold-text-8 {
  color: #619e9b;
}

.bold-text-9 {
  color: #619e9b;
}

.link {
  padding-right: 0px;
  padding-left: 0px;
  color: #619e9b;
}

.link-2 {
  color: #619e9b;
}

.link-3 {
  color: #619e9b;
}

.link-4 {
  color: #619e9b;
}

.link-5 {
  color: #619e9b;
}

.link-6 {
  color: #313f34;
}

.h2--cadet-blue-text {
  color: #c8ebc8;
}

.another-text-spam {
  color: #c8ebc8;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100vw;
  height: 75px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#313f34), color-stop(50%, #619e9b), to(#65a2c9));
  background-image: linear-gradient(90deg, #313f34, #619e9b 50%, #65a2c9);
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  padding-right: 0px;
  padding-left: 0px;
}

.columns-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-16 {
  height: 75px;
}

.div-block-25 {
  width: 75vw;
}

.nav-menu-mobile {
  display: none;
  height: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-29 {
  margin-top: 120px;
  padding-right: 20px;
  padding-left: 20px;
}

.call-to-action-mobile {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.call-to-action-menu {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 45px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-30 {
  margin-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-31 {
  margin-top: 120px;
  padding-right: 20px;
  padding-left: 20px;
}

.columns-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cookie-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 40px;
  margin-right: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #619e9b;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  font-family: Manrope, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 3px;
}

.cookie-button:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
  background-color: #2eaf7e;
}

.cookie-button._1 {
  background-color: #2eaf7e;
}

.cookie-button._1:hover {
  background-color: #00bd48;
}

.cookie-button._2 {
  background-color: #c95e5e;
}

.cookie-button._2:hover {
  background-color: #d33f3f;
}

.right-cookie-image-2 {
  width: 130px;
  height: 150px;
  margin-right: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-filter: invert(0%);
  filter: invert(0%);
  mix-blend-mode: normal;
}

.button-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.learn-more-span-2 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.right-floating-cookie-2 {
  position: fixed;
  left: 30px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.41);
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  mix-blend-mode: normal;
}

.white-text-2 {
  margin-bottom: 15px;
  color: #000;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 500;
  text-align: justify;
  text-transform: none;
}

.white-text-2.mobile {
  display: none;
}

.link-7 {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.p--leaf-text {
  color: #c8ebc8;
  font-weight: 600;
}

.h2--dark-blue-text {
  color: #acdcfa;
}

.bold-text-10 {
  color: #c8ebc8;
}

.text-span-66 {
  color: #65a2c9;
}

.text-span-67 {
  color: #65a2c9;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c8ebc8;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-8 {
  font-family: Manrope, sans-serif;
  text-align: center;
}

.heading-9 {
  font-family: Manrope, sans-serif;
  text-align: center;
}

.div-flow-out-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 20px;
}

.div-block-34 {
  margin-top: 120px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-35 {
  margin-top: 120px;
  padding-right: 20px;
  padding-left: 20px;
}

.nav-link-4 {
  font-family: Montserrat, sans-serif;
  color: #20193a;
  font-weight: 600;
}

.nav-link-4.hvr-underline-from-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 35px;
  margin-right: 7px;
  margin-left: 7px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none transparent;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.nav-link-4.hvr-underline-from-left:hover {
  border: 0px none transparent;
  background-color: #87bbb8;
  color: #fff;
}

.nav-link-4.hvr-underline-from-left:active {
  border: 0px none transparent;
  background-color: #e7bd48;
}

.nav-link-4.hvr-underline-from-left.w--current {
  height: 35px;
  background-color: #417e7b;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.nav-link-4.hvr-underline-from-left.w--current:hover {
  background-color: #87bbb8;
  color: #fff;
}

.nav-link-4.hvr-underline-from-left.w--current:active {
  background-color: #e7bd48;
}

.div-block-wave-menu {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: none;
  width: auto;
  height: auto;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.brand-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 70px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: -webkit-filter 400ms ease;
  transition: -webkit-filter 400ms ease;
  transition: filter 400ms ease;
  transition: filter 400ms ease, -webkit-filter 400ms ease;
}

.brand-3:hover {
  background-color: transparent;
  -webkit-filter: brightness(200%) hue-rotate(325deg);
  filter: brightness(200%) hue-rotate(325deg);
  color: #007793;
}

.brand-3.w--current {
  background-color: transparent;
  color: transparent;
}

.lottie-animation-40 {
  position: relative;
  top: 0px;
  width: 100vw;
  height: auto;
  margin-top: 0px;
  margin-bottom: -5px;
  padding-bottom: 0px;
}

.div-twitter {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.lottie-animation-41 {
  width: 100%;
  height: 1%;
  margin-left: 20px;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 70px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  min-height: 70px;
  margin-top: 0px;
  padding: 0px 10px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#313f34), color-stop(50%, #619e9b), to(#65a2c9));
  background-image: linear-gradient(90deg, #313f34, #619e9b 50%, #65a2c9);
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.div-idioma {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #417e7b;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-weight: 400;
}

.div-idioma.espanol._1 {
  margin-left: 10px;
}

.div-idioma.espanol._2 {
  background-color: #c8ebc8;
  color: #417e7b;
}

.div-idioma.english._1 {
  margin-left: 10px;
  background-color: #c8ebc8;
  color: #417e7b;
}

.div-idioma.english._2 {
  background-color: #417e7b;
  color: #f9f9f9;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #417e7b;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-weight: 400;
}

.text-block-3 {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.5px;
}

.div-block-37 {
  display: none;
}

.nav-link-mobile {
  font-family: Montserrat, sans-serif;
  color: #20193a;
  font-weight: 600;
}

.nav-link-mobile.hvr-underline-from-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 35px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none transparent;
  border-radius: 20px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Manrope, sans-serif;
  color: #f9f9f9;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
}

.nav-link-mobile.hvr-underline-from-left:hover {
  border: 0px none transparent;
  background-color: #87bbb8;
  color: #fff;
}

.nav-link-mobile.hvr-underline-from-left:active {
  border: 0px none transparent;
  background-color: #e7bd48;
}

.nav-link-mobile.hvr-underline-from-left.w--current {
  height: 35px;
  background-color: #417e7b;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.nav-link-mobile.hvr-underline-from-left.w--current:hover {
  background-color: #416664;
  color: #fff;
}

.nav-link-mobile.hvr-underline-from-left.w--current:active {
  background-color: #e7bd48;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-family: Lora, sans-serif;
    color: #313f34;
    font-size: 56px;
    line-height: 80px;
    font-weight: 400;
  }

  .flowout-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flowout-brand.w--current {
    margin-right: 34px;
  }

  .flowout-nav-link {
    margin-right: 28px;
    margin-left: 28px;
  }

  .flowout-navbar-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .flowout-button.flowout-button-dark {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .flowout-button.flowout-section-button {
    border-color: #619e9b;
    color: #619e9b;
  }

  .flowout-button.flowout-section-button._2.blue {
    color: #f9f9f9;
  }

  .flowout-button.flowout-section-button.blue {
    border-color: #65a2c9;
    color: #65a2c9;
  }

  .flowout-button.flowout-section-button.blue:hover {
    color: #f9f9f9;
  }

  .flowout-section-heading.flowout-text-center.flowout-text-white {
    font-weight: 500;
  }

  .flowout-section-item {
    grid-column-gap: 96px;
  }

  .flowout-section-item-content.flowout-section-item-content-full {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .flowout-footer-hero-content {
    margin-right: 80px;
  }

  .flowout-card {
    padding: 48px;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .flowout-grid-card-text {
    font-size: 17px;
    line-height: 1.5em;
  }

  .flowout-grid-card-background.background-2 {
    height: 100%;
    min-height: auto;
  }

  .flowout-grid-card-mini-image {
    max-width: 192px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flowout-grid-card-mini-content {
    font-size: 24px;
    line-height: 1.5;
  }

  .flowout-grid-card-image-mini {
    height: auto;
  }

  .flowout-footer-hero-text {
    font-size: 20px;
    line-height: 1.5em;
  }

  .flowout-container-semi {
    padding-left: 40px;
  }

  .flowout-container-always-full {
    width: 100%;
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .flowout-container-always-full._5 {
    margin-bottom: 0px;
  }

  .flowout-container-always-full._6 {
    margin-bottom: 0px;
  }

  .flowout-card-text {
    margin-bottom: 48px;
  }

  .flowout-card-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .flowout-slider-container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .flowout-grid-card-heading {
    color: #313f34;
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
  }

  .flowout-container-full {
    padding-right: 80px;
    padding-left: 80px;
  }

  .flowout-wrapper-full {
    padding-left: 80px;
  }

  .flowout-grid-card-mini-heading {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
  }

  .flowout-grid-card-mini-text {
    font-size: 17px;
    line-height: 1.5em;
  }

  .flowout-top {
    position: static;
  }

  .h1 {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .text-block {
    color: #619e9b;
  }

  .text-span {
    font-weight: 600;
  }

  .links-column {
    width: auto;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bold-text-2 {
    font-family: Manrope, sans-serif;
    font-weight: 600;
  }

  .h4 {
    font-family: Manrope, sans-serif;
    color: #619e9b;
    font-size: 25px;
    font-weight: 500;
  }

  .h2.yellow {
    color: #619e9b;
    font-size: 48px;
    font-weight: 500;
  }

  .faq_container {
    max-width: none;
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .faq_top {
    font-weight: 600;
  }

  .faq_text {
    color: #313f34;
    font-size: 17px;
    line-height: 1.5em;
  }

  .bold-text-3 {
    font-family: Manrope, sans-serif;
  }

  .div-block-5 {
    max-width: 1440px;
  }

  .bold-text-4 {
    font-weight: 600;
  }

  .list-item {
    font-family: Manrope, sans-serif;
    list-style-type: none;
  }

  .list-item-2 {
    font-family: Manrope, sans-serif;
  }

  .list-item-3 {
    font-family: Manrope, sans-serif;
  }

  .flowout-brand-2.w--current {
    margin-right: 34px;
  }

  .flowout-container-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flowout-brand-2-copy.w--current {
    margin-right: 34px;
  }

  .right-floating-cookie {
    width: 540px;
  }

  .flowout-container-always-full-teleservice {
    width: 100%;
    margin-top: 112px;
    margin-bottom: 112px;
  }

  .flowout-container-always-full-teleservice._5 {
    margin-bottom: 0px;
  }

  .right-floating-cookie-2 {
    width: 540px;
  }
}

@media screen and (min-width: 1440px) {
  .flowout-navbar-container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .flowout-footer-hero-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .flowout-tag {
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;
  }

  .flowout-section-heading.flowout-text-center.flowout-text-white {
    font-size: 40px;
    line-height: 45px;
  }

  .flowout-section-item {
    width: auto;
  }

  .flowout-section-item-heading {
    line-height: 45px;
  }

  .flowout-grid-card.flowout-grid-card-mini._1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flowout-grid-card-text {
    font-size: 17px;
    line-height: 1.5em;
  }

  .flowout-grid-card-mini-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flowout-footer-hero-text {
    font-size: 20px;
    line-height: 1.5em;
  }

  .flowout-footer-hero-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-footer-hero {
    width: auto;
    max-width: 1420px;
  }

  .flowout-container-semi {
    max-width: 1420px;
    padding-left: 40px;
  }

  .flowout-container-always-full._6 {
    background-color: #313f34;
  }

  .flowout-container-always-full._6.blue {
    background-color: #65a2c9;
  }

  .flowout-grid-card-mini-heading {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-grid-card-mini-text {
    font-size: 17px;
    line-height: 1.5em;
  }

  .div-block-2 {
    max-width: 1280px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .wide-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100.0001720273201%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .footer-link {
    padding-right: 10px;
  }

  .links-column {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1420px;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-container {
    display: block;
  }

  .div-block-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2.yellow {
    font-size: 40px;
    line-height: 45px;
  }

  .logo-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq_text {
    line-height: 1.5em;
  }

  .div-block-5 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-hero-title {
    max-width: 1280px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .right-floating-cookie {
    width: 540px;
  }

  .learn-more-span {
    color: #000;
  }

  .cookie-button-blue {
    font-size: 16px;
  }

  .cookie-button {
    font-size: 16px;
  }

  .learn-more-span-2 {
    color: #000;
  }

  .right-floating-cookie-2 {
    width: 540px;
  }
}

@media screen and (min-width: 1920px) {
  .flowout-tag.cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flowout-grid-card-mini-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flowout-container-semi {
    max-width: 1420px;
    padding-left: 0px;
  }

  .flowout-container-always-full._6 {
    margin-bottom: 0px;
    background-color: #313f34;
  }

  .flowout-container-always-full._6.blue {
    background-color: #65a2c9;
  }

  .flowout-top.navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .wide-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .links-container {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-container {
    width: 1420px;
    max-width: none;
  }

  .back-to-top-button-container {
    width: 50px;
    height: 50px;
    border-radius: 20px;
  }

  .button-circle-2 {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    opacity: 1;
    -webkit-transition: background-color 350ms ease-in-out, opacity 200ms ease, -webkit-transform 350ms ease-in-out;
    transition: background-color 350ms ease-in-out, opacity 200ms ease, -webkit-transform 350ms ease-in-out;
    transition: background-color 350ms ease-in-out, opacity 200ms ease, transform 350ms ease-in-out;
    transition: background-color 350ms ease-in-out, opacity 200ms ease, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
  }

  .button-circle-2:hover {
    opacity: 1;
  }

  .columns-4 {
    width: 100%;
    height: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .right-floating-cookie {
    width: 540px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .white-text {
    font-weight: 500;
    text-align: left;
  }

  .learn-more-span {
    color: #000;
    text-transform: uppercase;
  }

  .cookie-button-blue {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }

  .cookie-button {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 16px;
  }

  .learn-more-span-2 {
    color: #000;
    text-transform: uppercase;
  }

  .right-floating-cookie-2 {
    width: 540px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .white-text-2 {
    font-weight: 500;
    text-align: left;
  }

  .div-flow-out-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 8px;
    font-size: 40px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }

  .flowout-body {
    font-size: 18px;
    line-height: 26px;
  }

  .flowout-brand.w--current {
    width: 150px;
    height: 100%;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .flowout-burger {
    display: none;
  }

  .flowout-navbar-container {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flowout-button.flowout-navbar-button.flowout-button-cta {
    margin-left: 5px;
  }

  .flowout-button.flowout-footer-hero-button._3 {
    width: 100%;
  }

  .flowout-button.flowout-section-button {
    width: 50%;
    margin-top: 40px;
  }

  .flowout-footer-hero-heading {
    font-size: 40px;
  }

  .flowout-quienes-somos.flowout-section.flowout-section-dark {
    padding-bottom: 16px;
  }

  .flowout-servicios.flowout-section {
    padding-left: 0px;
  }

  .flowout-section-heading.flowout-text-center.flowout-text-white {
    font-size: 40px;
  }

  .flowout-section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .flowout-section-item-right {
    width: 100%;
    height: 100%;
  }

  .flowout-section-item {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-section-item.flowout-section-item-full {
    grid-auto-columns: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-section-item-content {
    max-width: none;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .flowout-section-item-content.flowout-section-item-content-full {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .flowout-section-item-image {
    height: 100%;
    margin-bottom: 24px;
  }

  .flowout-section-item-left {
    width: 100%;
    height: 450px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flowout-section-item-heading {
    font-size: 30px;
  }

  .flowout-section-item-text {
    margin-bottom: 40px;
  }

  .flowout-slider-full-dots {
    bottom: 20px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .flowout-slider-mask {
    padding-right: 60px;
    padding-bottom: 40px;
    padding-left: 60px;
  }

  .flowout-slide-item {
    display: block;
  }

  .flowout-footer-hero-content {
    max-width: 285px;
    padding-bottom: 40px;
  }

  .flowout-footer-menu {
    display: none;
  }

  .flowout-grid-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flowout-grid-card.flowout-grid-card-mini._1 {
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(58%, #fff), to(hsla(0, 0%, 100%, 0.4))), url('../images/Slide-7.1.jpg');
    background-image: linear-gradient(90deg, #fff 58%, hsla(0, 0%, 100%, 0.4)), url('../images/Slide-7.1.jpg');
    background-position: 0px 0px, 100% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .flowout-grid-card-text {
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 1.4em;
  }

  .flowout-grid-card-content {
    padding: 32px 32px 24px;
  }

  .flowout-grid-card-background {
    min-height: 360px;
  }

  .flowout-grid-card-background.background-2 {
    min-height: 400px;
  }

  .flowout-grid-card-image-wrapper {
    margin-right: 32px;
    margin-bottom: 32px;
    margin-left: 32px;
  }

  .flowout-grid-card-mini-image {
    max-width: 150px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flowout-grid-card-mini-content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 24px;
  }

  .flowout-dropdown-wrapper {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-grid-card-image-mini {
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flowout-card-title-smaller {
    font-size: 32px;
    line-height: 48px;
  }

  .flowout-slide-image {
    height: 450px;
  }

  .flowout-slide-testimonial {
    height: auto;
    min-height: 350px;
    padding-right: 56px;
    padding-left: 56px;
  }

  .flowout-footer-hero-text {
    line-height: 1.4em;
  }

  .flowout-footer-hero-image {
    margin-bottom: 20px;
  }

  .flowout-footer-hero-image.fisio {
    margin-bottom: 20px;
  }

  .flowout-container-semi {
    padding-right: 0px;
    padding-left: 40px;
  }

  .flowout-container-always-full {
    margin-top: 56px;
    margin-bottom: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .flowout-container-always-full._5 {
    position: static;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .flowout-container-always-full._6 {
    position: static;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .flowout-slide {
    width: 100%;
  }

  .flowout-slider-dots {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
  }

  .flowout-hero-content {
    margin-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flowout-hero-heading {
    margin-bottom: 20px;
  }

  .flowout-hero-cta {
    margin-left: 0px;
  }

  .flowout-card-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .flowout-features-grid {
    display: block;
  }

  .flowout-grid-card-heading {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .flowout-grid-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flowout-companies-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flowout-companies-content {
    max-width: none;
    margin-right: 0px;
    padding-bottom: 20px;
  }

  .flowout-faq-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flowout-buttons {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flowout-companies-text {
    font-size: 16px;
    text-align: center;
  }

  .flowout-container-full {
    margin-bottom: 40px;
  }

  .flowout-container-full._1 {
    margin-bottom: 40px;
  }

  .flowout-container-full._2 {
    margin-bottom: 40px;
  }

  .flowout-container-full._3 {
    margin-bottom: 40px;
  }

  .flowout-container-full.visual {
    margin-bottom: 40px;
  }

  .flowout-wrapper-full {
    padding-right: 40px;
    padding-left: 40px;
  }

  .flowout-wrapper-full._6 {
    display: block;
  }

  .icon {
    display: none;
  }

  .flowout-grid-card-mini-heading {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
  }

  .flowout-grid-card-mini-text {
    display: inline;
    width: 100%;
    font-size: 17px;
    line-height: 1.4em;
  }

  .flowout-top.navbar {
    position: fixed;
  }

  .flowout-top.navbar {
    position: fixed;
  }

  .flowout-top.navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta {
    margin-left: 5px;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin: 20px;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.nav:hover {
    color: #f9f9f9;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.nav.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    margin: 20px;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.language._2 {
    margin: 20px;
    background-color: #313f34;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.language._2.w--current {
    background-color: #313f34;
    color: #f9f9f9;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.language._1 {
    background-color: #313f34;
    color: #f9f9f9;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.language._1.w--current {
    margin: 20px;
  }

  .flowout-hero-content-2 {
    margin-bottom: 56px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flowout-hero-heading-2 {
    margin-bottom: 20px;
  }

  .h1-large {
    font-size: 60px;
  }

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

  .hero-column {
    width: 80%;
  }

  .last-section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .paragraph {
    font-size: 22px;
  }

  .paragraph.thiner {
    margin-bottom: 28px;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.image-background {
    min-height: 50vh;
  }

  .heading-2 {
    line-height: 140%;
  }

  .wide-container {
    position: static;
    padding: 20px 40px 40px;
  }

  .projects-heading.for-last-section {
    max-width: 460px;
    margin-bottom: 4px;
  }

  .links-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .footer-copyright-container {
    padding-top: 0px;
  }

  .social.menu {
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
  }

  .footer-link {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .footer-link.copyright {
    padding-right: 0px;
    padding-left: 0px;
  }

  .links-column {
    width: auto;
    margin-right: 40px;
    margin-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer {
    position: static;
    padding-bottom: 0px;
  }

  .footer-container {
    margin-top: 20px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-span-15 {
    color: #313f34;
  }

  .h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  .h3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .h2.yellow {
    font-size: 40px;
  }

  .h2.yellow.preguntas {
    margin-bottom: 40px;
  }

  .faq_container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-separator {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-5 {
    margin-top: 60px;
  }

  .grid {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-span-24 {
    display: inline;
  }

  .div-copyright {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-14 {
    width: 35px;
  }

  .list-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .list-item-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .list-item-3 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .columns-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flowout-buttons-2 {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-2 {
    display: none;
  }

  .flowout-brand-2.w--current {
    width: 150px;
    height: 100%;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .flowout-burger-2 {
    display: none;
  }

  .back-to-top-button-container {
    right: 45px;
    bottom: 50px;
  }

  .button-circle-2 {
    opacity: 1;
  }

  .div-block-14 {
    height: 90px;
  }

  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-7 {
    margin-bottom: 40px;
  }

  .column-8 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .columns-5 {
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-brand-2-copy.w--current {
    width: 150px;
    height: 100%;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .right-floating-cookie {
    position: fixed;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    mix-blend-mode: normal;
  }

  .column-11 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .columns-6 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-16 {
    width: 85%;
  }

  .flowout-container-always-full-teleservice {
    margin-top: 56px;
    margin-bottom: 56px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .flowout-container-always-full-teleservice._5 {
    margin-bottom: 0px;
  }

  .call-to-action {
    right: 20px;
    bottom: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .call-to-action.menu {
    position: static;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .trigger {
    position: relative;
    box-shadow: 0 32px 32px 0 rgba(0, 0, 0, 0.12), 0 16px 16px 0 rgba(0, 0, 0, 0.12), 0 8px 8px 0 rgba(0, 0, 0, 0.12), 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  }

  .trigger._2 {
    width: 45px;
    height: 45px;
    box-shadow: none;
  }

  .trigger-lottie {
    width: 24px;
    height: 24px;
  }

  .div-block-17._1 {
    background-position: 30px 30px, 0px 0px, 90% 50%;
  }

  .div-block-18._1 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 1.3em;
  }

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

  .button-4 {
    width: 100%;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-21 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .heading-4 {
    font-size: 50px;
  }

  .grid-contact {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .flowout-companies-text-copy {
    text-align: center;
  }

  .div-contact-1._1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-contact-2._1 {
    height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-contact-3._1 {
    height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-5 {
    margin-bottom: 80px;
  }

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

  .h2-seo {
    font-size: 18px;
    line-height: 1.4em;
  }

  .nav-menu {
    position: absolute;
    display: none;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #619e9b;
    background-image: -webkit-gradient(linear, left top, right top, from(#619e9b), color-stop(50%, rgba(101, 162, 201, 0.8)), to(rgba(76, 121, 167, 0.5)));
    background-image: linear-gradient(90deg, #619e9b, rgba(101, 162, 201, 0.8) 50%, rgba(76, 121, 167, 0.5));
  }

  .navbar-2 {
    padding-right: 0px;
  }

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

  .nav-menu-mobile {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#313f34), color-stop(50%, #619e9b), to(#65a2c9));
    background-image: linear-gradient(90deg, #313f34, #619e9b 50%, #65a2c9);
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 75px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #313f34;
  }

  .icon-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lottie-animation-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .call-to-action-mobile {
    right: 20px;
    bottom: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
  }

  .call-to-action-menu {
    position: static;
    right: 20px;
    bottom: 20px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .div-block-31 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .right-floating-cookie-2 {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    mix-blend-mode: normal;
  }

  .bold-text-11 {
    display: block;
  }

  .nav-link-4.hvr-underline-from-left {
    position: static;
    display: none;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #002f66;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
  }

  .nav-link-4.hvr-underline-from-left.w--current {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .div-block-wave-menu {
    display: block;
  }

  .lottie-animation-39 {
    height: auto;
    margin-bottom: -10px;
  }

  .div-twitter {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .lottie-animation-41 {
    margin-left: auto;
  }

  .nav-menu-3 {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: linear-gradient(180deg, #fff, #fff);
  }

  .lottie-animation-35 {
    height: 0px;
  }

  .navbar {
    background-color: #f0f0f0;
  }

  .lottie-animation-37 {
    width: 100%;
    height: 83%;
    margin-top: 5px;
    padding-top: 0px;
    color: #56e5fc;
  }

  .lottie-animation-32 {
    height: 148.6875px;
  }

  .div-idioma {
    display: none;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .div-idioma.espanol._1 {
    display: none;
  }

  .div-idioma.english._1 {
    display: none;
  }

  .menu-button-2 {
    width: 70px;
    height: 70px;
    margin-top: 0px;
    padding: 5px;
    background-color: transparent;
  }

  .menu-button-2.w--open {
    background-color: transparent;
  }

  .lottie-animation-33 {
    height: 27px;
  }

  .div-block-37 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px 0px 35px 35px;
    background-image: -webkit-gradient(linear, left top, right top, from(#313f34), color-stop(50%, #619e9b), to(#65a2c9));
    background-image: linear-gradient(90deg, #313f34, #619e9b 50%, #65a2c9);
  }

  .nav-link-mobile {
    color: #f9f9f9;
  }

  .nav-link-mobile.hvr-underline-from-left {
    position: static;
    display: none;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #002f66;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
  }

  .nav-link-mobile.hvr-underline-from-left.w--current {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .button-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: transparent;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
  }

  .button-5:hover {
    background-color: #87bbb8;
  }

  .button-5.w--current {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #417e7b;
  }

  .button-5.w--current:hover {
    background-color: #416664;
  }

  .div-block-38 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-39 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-17 {
    width: 45px;
    height: 45px;
  }

  .button-6 {
    background-color: #416664;
  }

  .button-6.w--current {
    width: 56px;
    height: 56px;
  }

  .div-idioma-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #416664;
    font-family: Manrope, sans-serif;
    color: #f9f9f9;
    font-size: 18px;
    font-weight: 500;
  }

  .div-idioma-menu.esp._1 {
    width: 45px;
    height: 45px;
    border-radius: 50px;
  }

  .div-idioma-menu.esp._2 {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background-color: #c8ebc8;
    color: #417e7b;
  }

  .image-18 {
    width: 45px;
    height: 45px;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .div-block-idioma {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 5px;
    margin-left: 5px;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .flowout-container {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .flowout-container.faq {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-brand.w--current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .flowout-menu {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #619e9b;
  }

  .flowout-burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flowout-button.flowout-navbar-button.flowout-button-cta.nav {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flowout-button.flowout-navbar-button.flowout-button-cta.nav.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .flowout-button.flowout-footer-hero-button._3 {
    width: 200px;
  }

  .flowout-button.flowout-section-button {
    width: 170px;
    margin-top: 20px;
  }

  .flowout-footer-hero-heading {
    font-size: 30px;
  }

  .flowout-quienes-somos.flowout-section.flowout-section-dark {
    padding-top: 60px;
  }

  .flowout-faq.flowout-section {
    padding-top: 20px;
  }

  .flowout-section-heading.flowout-text-center.flowout-text-white {
    font-size: 30px;
  }

  .flowout-section-item-image.image-5 {
    border-radius: 15px;
  }

  .flowout-section-item-image.image-6 {
    border-radius: 15px;
  }

  .flowout-section-item-heading {
    font-size: 25px;
  }

  .flowout-section-item-text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .flowout-slider-full-dots {
    bottom: 40px;
  }

  .flowout-slider-mask {
    padding-right: 80px;
    padding-left: 0px;
  }

  .flowout-footer-hero-content {
    width: auto;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flowout-card-body {
    padding: 16px 24px;
  }

  .flowout-card {
    text-align: left;
  }

  .flowout-card-header {
    padding: 16px 24px;
  }

  .flowout-grid-card-text {
    font-size: 16px;
    line-height: 1.3em;
  }

  .flowout-grid-card-background {
    min-height: 320px;
  }

  .flowout-grid-card-background.background-2 {
    min-height: auto;
  }

  .flowout-grid-card-mini-content {
    padding-right: 32px;
    padding-left: 32px;
  }

  .flowout-list-item {
    margin-top: 0px;
    margin-bottom: 12px;
  }

  .flowout-menu-center {
    width: 100vw;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-slide-testimonial {
    padding: 32px 32px 56px;
  }

  .flowout-footer-hero-text {
    margin-bottom: 24px;
    font-size: 17px;
  }

  .flowout-footer-hero-image {
    width: auto;
    height: 400px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
  }

  .flowout-footer-hero {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flowout-container-semi {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-container-always-full._5 {
    padding-top: 20px;
  }

  .flowout-hero {
    height: auto;
  }

  .flowout-hero-content {
    margin-top: 112px;
    margin-bottom: 56px;
  }

  .flowout-hero-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .flowout-hero-text {
    line-height: 32px;
  }

  .flowout-slider-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-companies-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flowout-companies-logos {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-faq-question-text {
    font-size: 20px;
  }

  .flowout-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flowout-companies-text {
    text-align: center;
  }

  .flowout-container-full {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flowout-container-full._3 {
    margin-bottom: 60px;
  }

  .flowout-container-full.visual {
    margin-bottom: 0px;
  }

  .flowout-wrapper-full {
    padding-right: 20px;
    padding-left: 20px;
  }

  .flowout-slider-full-mask {
    padding-bottom: 24px;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flowout-grid-card-mini-text {
    font-size: 16px;
    line-height: 1.3em;
  }

  .flowout-container-special {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero__content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .clip-text-hero {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .text-block {
    font-size: 16px;
    line-height: 1.5em;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.nav.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.language.w--current {
    margin-right: 5px;
  }

  .flowout-hero-content-2 {
    margin-top: 112px;
    margin-bottom: 56px;
  }

  .flowout-hero-heading-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .flowout-hero-2 {
    height: auto;
  }

  .h1-large {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.1em;
  }

  .first-word {
    height: 87px;
  }

  .w_rotational_word.cc_word2 {
    -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
    transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
  }

  .w_rotational_word.cc_word3 {
    -webkit-transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
    transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
  }

  .w_rotational_word.cc_word1 {
    -webkit-transform: translate3d(0px, 0px, -43px);
    transform: translate3d(0px, 0px, -43px);
  }

  .w_rotational_word.cc_word4 {
    -webkit-transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
    transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -43px);
  }

  .second-word {
    height: 87px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 27px;
  }

  .subtitle.large {
    font-size: 13px;
    line-height: 1.5em;
  }

  .hero-column {
    width: 95%;
  }

  .social-icon {
    width: 30px;
    height: 30px;
  }

  .social-icon.twittter {
    background-size: 12px;
  }

  .social-icon.facebook {
    background-size: 12px;
  }

  .social-icon.instagram {
    background-size: 12px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .heading-2 {
    line-height: 130%;
  }

  .wide-container {
    padding: 0px 20px;
  }

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

  .projects-heading.for-last-section {
    margin-bottom: 8px;
  }

  .links-container {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .copyright-links {
    margin-top: 0px;
  }

  .footer-copyright-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social {
    width: 50px;
    height: 100%;
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .social.menu {
    width: 35px;
  }

  .footer-link {
    font-size: 15px;
  }

  .footer-link.copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
  }

  .footer-link.copyright-no-link {
    font-size: 11px;
  }

  .links-column {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .socials-column {
    margin-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .footer-container {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-container {
    width: 50%;
    height: auto;
    margin-bottom: 40px;
  }

  .h4 {
    font-size: 17px;
    line-height: 1.3em;
  }

  .h2.yellow {
    font-size: 30px;
  }

  .h2.yellow.preguntas {
    margin-top: 20px;
  }

  .faq_container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .logo-separator {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq_text {
    font-size: 15px;
    line-height: 1.5em;
  }

  .image-7 {
    width: 100.0003%;
    height: auto;
  }

  .image-8 {
    width: auto;
    height: 62px;
  }

  .image-9 {
    width: 100.00011%;
    height: auto;
  }

  .image-10 {
    width: 100%;
    height: auto;
  }

  .container-2._1 {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .marquee-top {
    margin-bottom: 0px;
  }

  .filled {
    font-size: 60px;
  }

  .stroke {
    font-size: 60px;
  }

  .text-span-24 {
    line-height: 1.3em;
  }

  .div-copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .div-copyright._1 {
    padding: 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-copyright._2 {
    position: absolute;
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-14 {
    width: 100%;
  }

  .column {
    display: none;
  }

  .mouse-scroll {
    display: none;
  }

  .list {
    font-size: 17px;
    line-height: 20px;
  }

  .div-hero-title {
    width: 100%;
    padding-right: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .image-16 {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .flowout-buttons-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flowout-menu-center-2 {
    width: auto;
  }

  .back-to-top-button-container {
    left: 20px;
    bottom: 60px;
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-container-copy {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .flowout-container-copy.faq {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-5 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .right-floating-cookie {
    right: 10px;
    bottom: 10px;
    width: auto;
    max-width: 90vw;
    opacity: 1;
    mix-blend-mode: normal;
  }

  .margin-15.white-text {
    font-weight: 600;
  }

  .cookie-content {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cookie-content.mobile-vertical {
    margin-bottom: 0px;
  }

  .right-cookie-image {
    width: auto;
    height: 69px;
    max-width: none;
  }

  .div-block-16 {
    display: none;
  }

  .flowout-container-always-full-teleservice._5 {
    padding-top: 20px;
  }

  .call-to-action {
    right: 20px;
    bottom: 20px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .small-hero-enfermeria._2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .small-hero-enfermeria._4 {
    height: 300px;
    padding-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-18._1 {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 1.5em;
  }

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

  .button-4 {
    width: 50%;
  }

  .button-4._3 {
    width: 100%;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .section-wrapper-center {
    text-align: left;
  }

  .faq-blcok.margin-16 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .faq-question {
    font-weight: 600;
  }

  .container-3 {
    max-width: none;
  }

  .h2-heading {
    font-size: 28px;
  }

  .h2-heading.margin-64 {
    margin-bottom: 32px;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 1.5em;
  }

  .grid-contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-companies-text-copy {
    text-align: center;
  }

  .div-contact-1._1 {
    height: 200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-contact-2._1 {
    height: 200px;
  }

  .div-contact-3._1 {
    height: 200px;
  }

  .small-hero-fisio._2 {
    height: 300px;
    padding-top: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
    font-size: 18px;
  }

  .div-block-24 {
    padding-right: 10px;
    padding-left: 10px;
  }

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

  .h2-seo {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-item-8 {
    font-size: 15px;
    line-height: 1.5em;
  }

  .nav-menu {
    display: none;
    background-color: transparent;
    background-image: none;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-29 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .call-to-action-mobile {
    right: 20px;
    bottom: 20px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .call-to-action-menu {
    right: 20px;
    bottom: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .div-block-30 {
    margin-top: 40px;
  }

  .div-block-31 {
    margin-top: 40px;
  }

  .right-cookie-image-2 {
    width: 120px;
    height: 120px;
  }

  .right-floating-cookie-2 {
    left: 20px;
    right: 10px;
    bottom: 10px;
    max-width: 90vw;
    opacity: 1;
    mix-blend-mode: normal;
  }

  .div-block-33 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-34 {
    margin-top: 40px;
  }

  .nav-link-4.hvr-underline-from-left.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link-mobile.hvr-underline-from-left.w--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-5.w--current {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-38 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    margin-top: 0px;
  }

  .flowout-container {
    display: block;
    max-width: 100vh;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-container.navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flowout-navbar {
    width: 100%;
  }

  .flowout-brand.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flowout-menu {
    display: none;
  }

  .flowout-burger {
    position: absolute;
    z-index: -1;
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0px;
    -ms-flex: 0 0px;
    flex: 0 0px;
  }

  .flowout-navbar-container {
    position: static;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flowout-button.flowout-navbar-button.flowout-button-cta {
    min-height: 40px;
    margin-left: 12px;
  }

  .flowout-button.flowout-navbar-button.flowout-button-light {
    display: none;
  }

  .flowout-button.flowout-footer-hero-button._3 {
    width: 100%;
    margin-bottom: 15px;
  }

  .flowout-button.flowout-section-button {
    width: 100%;
    margin-top: 16px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
  }

  .flowout-button.flowout-section-button._2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .flowout-button.flowout-section-button._2.white {
    width: 100%;
  }

  .flowout-button.flowout-section-button._2.white.w--current {
    width: 75%;
  }

  .flowout-button.flowout-section-button._2.blue {
    width: 100%;
  }

  .flowout-button.flowout-section-button.blue {
    width: 100%;
  }

  .flowout-testimonials.flowout-section.flowout-section-dark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flowout-quienes-somos.flowout-section.flowout-section-dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .flowout-faq.flowout-section {
    margin-right: 16px;
    margin-left: 16px;
  }

  .flowout-tag {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .flowout-tag.video {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-tag.video-mobile {
    position: absolute;
    left: 20px;
    top: 24px;
    right: auto;
    bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flowout-section-item-content {
    margin-bottom: 40px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .flowout-section-item-image.image-5 {
    border-radius: 15px;
  }

  .flowout-section-item-image.image-6 {
    border-radius: 15px;
  }

  .flowout-section-item-left {
    height: 375px;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 0px;
  }

  .flowout-section-item-heading {
    margin-top: 0px;
  }

  .flowout-section-item-text {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.5em;
  }

  .flowout-slider-full-dots {
    bottom: 16px;
  }

  .flowout-slider-mask {
    padding-right: 40px;
  }

  .flowout-slide-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flowout-footer-hero-content {
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .flowout-footer-copyrights {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .flowout-footer-logo {
    max-width: 100%;
    margin-top: 24px;
    padding: 0px;
  }

  .flowout-footer-socials {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .flowout-card-subtext {
    margin-top: 10px;
  }

  .flowout-card-body {
    padding: 0px;
  }

  .flowout-card {
    padding: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .flowout-card-header {
    margin-bottom: 24px;
    padding-right: 0px;
    padding-bottom: 24px;
    padding-left: 0px;
  }

  .flowout-grid-card.flowout-grid-card-featured {
    margin-bottom: 24px;
  }

  .flowout-grid-card.flowout-grid-card-mini {
    margin-bottom: 24px;
  }

  .flowout-grid-card.flowout-grid-card-mini._1 {
    padding: 20px;
  }

  .flowout-grid-card-text {
    font-size: 15px;
    line-height: 1.5em;
  }

  .flowout-grid-card-content {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .flowout-grid-card-background {
    min-height: 230px;
  }

  .flowout-grid-card-background.background-2 {
    min-height: auto;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .flowout-grid-card-image-wrapper {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .flowout-grid-card-mini-image {
    max-width: none;
    margin: 8px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .flowout-grid-card-mini-content {
    padding: 32px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 20px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-5 {
    width: 100%;
  }

  .flowout-grid-card-image-mini {
    width: 100%;
  }

  .flowout-list-item {
    margin-bottom: 0px;
    padding-left: 28px;
    background-position: 0% 10px;
    background-size: 20px 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .flowout-card-title-smaller {
    display: inline;
  }

  .header-brand {
    display: block;
    height: auto;
    min-height: 46.875px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-slide-image {
    height: 343px;
  }

  .flowout-slide-testimonial {
    min-height: auto;
    padding-top: 56px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flowout-footer-hero-text {
    margin-bottom: 40px;
    line-height: 1.5em;
  }

  .flowout-footer-hero-image {
    margin-top: 16px;
    margin-right: 16px;
    margin-left: 16px;
  }

  .flowout-footer-hero {
    padding-top: 0px;
  }

  .flowout-container-semi {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-container-always-full {
    padding-top: 0px;
    padding-bottom: 24px;
  }

  .flowout-container-always-full._5 {
    padding-top: 16px;
  }

  .flowout-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-hero-wrapper {
    height: auto;
    margin-top: auto;
  }

  .flowout-hero-content {
    margin-top: auto;
    margin-bottom: 56px;
  }

  .flowout-hero-cta {
    max-width: none;
  }

  .flowout-card-text {
    margin-bottom: 16px;
  }

  .flowout-slider-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-grid-card-heading {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
  }

  .flowout-companies-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .flowout-companies-content {
    padding-bottom: 16px;
  }

  .flowout-faq-question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .flowout-buttons {
    display: none;
  }

  .flowout-companies-text {
    font-size: 18px;
  }

  .flowout-container-full {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-container-full._1 {
    margin-bottom: 80px;
  }

  .flowout-container-full._2 {
    margin-bottom: 60px;
  }

  .flowout-container-full.visual {
    margin-bottom: 0px;
  }

  .flowout-wrapper-full {
    padding-right: 0px;
    padding-left: 0px;
  }

  .flowout-slider-full-mask {
    padding-bottom: 0px;
  }

  .flowout-grid-card-mini-heading {
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
  }

  .flowout-grid-card-mini-text {
    font-size: 15px;
    line-height: 1.5em;
  }

  .flowout-top.navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flowout-container-special {
    display: block;
    max-width: 100vh;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero__content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .clip-text-hero {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .h1 {
    font-size: 1.8em;
  }

  .text-block {
    font-size: 17px;
    line-height: 1.4em;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta {
    min-height: 40px;
    margin-left: 12px;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.nav {
    width: 50%;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.nav.w--current {
    width: 50%;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.language {
    min-height: auto;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.language.w--current {
    min-height: auto;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.language._1 {
    width: 35px;
    min-height: auto;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.language._1.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.whatsapp {
    display: none;
  }

  .flowout-button-2.flowout-navbar-button.flowout-button-cta.whatsapp._2 {
    display: block;
    height: auto;
    min-height: auto;
    padding: 15px;
    font-size: 13px;
  }

  .flowout-hero-content-2 {
    margin-top: auto;
    margin-bottom: 56px;
  }

  .flowout-hero-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .h1-large {
    font-size: 40px;
    line-height: 1.1em;
  }

  .first-word {
    height: 50px;
  }

  .w_rotational_word.cc_word2 {
    -webkit-transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
    transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  }

  .w_rotational_word.cc_word3 {
    -webkit-transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
    transform: rotateX(-180deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  }

  .w_rotational_word.cc_word1 {
    -webkit-transform: translate3d(0px, 0px, -25px);
    transform: translate3d(0px, 0px, -25px);
  }

  .w_rotational_word.cc_word4 {
    -webkit-transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
    transform: rotateX(-270deg) rotateY(0deg) rotateZ(0deg) translate3d(0px, 0px, -25px);
  }

  .second-word {
    height: 50px;
  }

  .subtitle.large {
    font-size: 15px;
  }

  .button-primary {
    padding: 10px 60px;
    font-size: 16px;
  }

  .paragraph {
    font-size: 20px;
  }

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

  .heading-2 {
    font-size: 36px;
    line-height: 120%;
  }

  .wide-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .projects-heading.for-last-section {
    margin-bottom: 10px;
  }

  .links-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-copyright-container {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .social {
    margin-right: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .social.menu {
    margin-right: 10px;
    margin-left: 10px;
  }

  .footer-link {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
  }

  .footer-link.copyright.margin-right {
    margin-right: 24px;
  }

  .footer-link.copyright-no-link {
    text-align: left;
  }

  .links-column {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .socials-column {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-container {
    margin-bottom: 15px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-container {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-3 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .h4 {
    margin-right: 20px;
    font-size: 17px;
    line-height: 1.5em;
  }

  .h3.centre {
    font-size: 24px;
    text-align: center;
  }

  .h3.centre.contact-header {
    margin-bottom: 32px;
  }

  .faq_arrow {
    width: 20px;
    margin-top: 10px;
  }

  .h2 {
    font-size: 32px;
  }

  .h2.yellow {
    margin-bottom: 20px;
    font-family: Manrope, sans-serif;
    font-size: 30px;
  }

  .h2.yellow.preguntas {
    margin-top: 20px;
  }

  .faq_container {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .faq_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo-separator {
    padding-top: 30px;
  }

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

  .div-block-6 {
    width: 70%;
  }

  .container-2._1 {
    margin-top: 40px;
  }

  .marquee-top {
    margin-bottom: 0px;
  }

  .filled {
    font-size: 50px;
  }

  .stroke {
    font-size: 50px;
  }

  .div-block-7 {
    display: none;
  }

  .text-span-20 {
    width: 90%;
  }

  .div-copyright._1 {
    padding-right: 16px;
    padding-bottom: 15px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-10 {
    display: block;
  }

  .column {
    display: none;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    display: none;
  }

  .mouse-scroll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }

  .div-hero-title {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .column-6 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-menu-center-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-brand-2 {
    position: static;
    display: block;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flowout-brand-2.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .flowout-burger-2 {
    position: absolute;
    z-index: -1;
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0px;
    -ms-flex: 0 0px;
    flex: 0 0px;
  }

  .back-to-top-button-container {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    margin-right: 16px;
    margin-bottom: 30px;
  }

  .button-icon {
    width: 50px;
    height: 0px;
  }

  .footer-brand {
    display: block;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-14 {
    height: 85px;
  }

  .column-7 {
    margin-bottom: 20px;
  }

  .flowout-container-copy {
    display: block;
    max-width: 100vh;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-container-copy.navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .columns-5 {
    margin: 10px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .column-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .column-10 {
    padding-right: 0px;
  }

  .flowout-brand-2-copy {
    position: static;
    display: block;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flowout-brand-2-copy.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .brand {
    width: 145px;
    height: auto;
  }

  .right-floating-cookie {
    left: 20px;
    right: 0px;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 88%;
    height: auto;
    max-width: none;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    mix-blend-mode: normal;
  }

  .button-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .margin-15.white-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .white-text {
    display: none;
  }

  .white-text.mobile {
    position: static;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
  }

  .cookie-content.mobile-vertical {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .cookie-content.mobile-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-cookie-image {
    width: 75px;
    height: 75px;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .cookie-button-blue {
    width: 155px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .columns-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flowout-container-always-full-teleservice {
    padding-top: 0px;
    padding-bottom: 24px;
  }

  .flowout-container-always-full-teleservice._5 {
    padding-top: 16px;
  }

  .call-to-action {
    position: static;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    display: none;
    margin-bottom: 20px;
  }

  .call-to-action.menu {
    display: none;
  }

  .trigger {
    width: 50px;
    height: 50px;
  }

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

  .email {
    width: 45px;
    height: 45px;
  }

  .mobile {
    width: 45px;
    height: 45px;
  }

  .small-hero-enfermeria._2 {
    height: 60vh;
    padding-top: 50%;
    background-position: 0px 0px, 0px 0px, 90% 50%;
  }

  .small-hero-enfermeria._4 {
    height: 60vh;
    padding-top: 50%;
  }

  .div-block-17._1 {
    padding: 20px;
    background-size: 68px, auto, cover;
  }

  .div-block-17._2 {
    padding: 20px;
    mix-blend-mode: darken;
  }

  .div-block-17._3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 470px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #313f34;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 235, 200, 0.5)), color-stop(29%, rgba(75, 94, 79, 0.6)), color-stop(58%, rgba(49, 63, 52, 0.8)), to(rgba(49, 63, 52, 0.9))), url('../images/iphone_13_mockup_10.jpg');
    background-image: linear-gradient(180deg, rgba(200, 235, 200, 0.5), rgba(75, 94, 79, 0.6) 29%, rgba(49, 63, 52, 0.8) 58%, rgba(49, 63, 52, 0.9)), url('../images/iphone_13_mockup_10.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    mix-blend-mode: normal;
  }

  .div-block-18._1 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .paragraph-2 {
    line-height: 1.3em;
    text-align: left;
  }

  .button-4 {
    width: 100%;
  }

  .button-4._2 {
    width: 100%;
  }

  .grid-2 {
    margin-right: 16px;
    margin-left: 16px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-3 {
    margin-right: 16px;
    margin-left: 16px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-19 {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 1.4em;
    font-weight: 600;
  }

  .grid-contact {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flowout-companies-text-copy {
    font-size: 18px;
  }

  .div-contact-1._1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-contact-2._1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-contact-3._1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .small-hero-fisio._2 {
    height: 60vh;
    padding-top: 50%;
  }

  .grid-5 {
    padding-right: 16px;
    padding-left: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .div-areas-fisio._1 {
    height: 150px;
  }

  .div-areas-fisio._2 {
    height: 150px;
  }

  .div-areas-fisio._3 {
    height: 150px;
  }

  .div-areas-fisio._4 {
    height: 150px;
  }

  .div-areas-fisio._5 {
    height: 150px;
  }

  .div-areas-fisio._6 {
    height: 150px;
  }

  .div-areas-fisio._7 {
    height: 150px;
  }

  .div-areas-fisio._8 {
    height: 150px;
  }

  .div-areas-fisio._9 {
    height: 150px;
  }

  .div-areas-fisio._10 {
    height: 150px;
  }

  .div-areas-fisio._11 {
    height: 150px;
  }

  .div-areas-fisio._12 {
    height: 150px;
  }

  .h2-seo {
    line-height: 1.3em;
  }

  .paragraph-5 {
    width: 100%;
    text-align: center;
  }

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

  .another-text-spam {
    color: #b1e2b1;
  }

  .brand-2 {
    width: 45%;
  }

  .nav-menu-mobile {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
  }

  .div-block-26 {
    margin-top: -1px;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }

  .div-block-29 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .call-to-action-mobile {
    position: static;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    margin-bottom: 0px;
  }

  .call-to-action-menu {
    position: static;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }

  .div-block-30 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-31 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie-button {
    width: 155px;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .right-cookie-image-2 {
    width: 75px;
    height: 75px;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .button-wrapper-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .right-floating-cookie-2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 35px 35px 0px 0px;
    mix-blend-mode: normal;
  }

  .white-text-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .white-text-2.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
  }

  .link-7 {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  .menu-button-2 {
    display: block;
    padding-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-38 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .div-block-39 {
    display: none;
    width: 45px;
    height: 45px;
  }

  .div-block-idioma {
    width: 45px;
    height: 45px;
  }
}

#w-node-_4b29a034-b658-5113-1254-a8e3ae50a6f8-d8c2aeff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b50944a0-bcbe-b29c-4479-ee50f0b6c80b-d8c2aeff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fac7fa43-8014-3a18-be76-3aec3576e4b0-d8c2aeff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_815f9520-ca56-bdf2-260d-078e8a829d67-d8c2aeff {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_7d1c4df6-4f55-af29-f97c-8173d4617e2a-d8c2aeff {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f87fa615-9c12-04a3-adad-091bcc2f6d8b-d8c2aeff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f87fa615-9c12-04a3-adad-091bcc2f6d8d-d8c2aeff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f87fa615-9c12-04a3-adad-091bcc2f6d8f-d8c2aeff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f87fa615-9c12-04a3-adad-091bcc2f6d91-d8c2aeff {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_68ced0d1-4b1a-07d0-bb28-c1c5f9d3967c-34c2af0a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b2eced0e-decb-d0dc-ee37-c6b23fd29744-34c2af0a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c3ad0219-9024-2e8a-3ac7-9f6830f35d77-34c2af0a {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_68ced0d1-4b1a-07d0-bb28-c1c5f9d3967c-cec2af0b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-b2eced0e-decb-d0dc-ee37-c6b23fd29744-cec2af0b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-c3ad0219-9024-2e8a-3ac7-9f6830f35d77-cec2af0b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-fcae232b-cd38-1fab-529e-fec1ec16e4f1-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bdb07726-54e9-597c-d488-b1b51317f486-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fff29327-39bb-b35e-b688-5f92024fa872-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eea6a4ca-0dba-832c-a0a4-5d7606b66755-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37cb286a-8be8-891e-f5a0-73da2ccc9b7f-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92e623bc-79db-dae5-0ca3-61e71f2b20d1-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-adc96745-48a4-49a4-581d-0ae44aefac1f-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-caa0fc4b-a79c-0427-e3dd-1afc06458f5e-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_17cf1c74-3955-ce79-71a6-c21711ae6167-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fd8dc407-817d-c9c1-cef0-b9711a69d04c-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6bb65aa5-276d-17b7-cc95-e12a6868e7ff-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c14a4522-80f2-8056-ed42-4b42c19ba495-f5c2af0c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4b29a034-b658-5113-1254-a8e3ae50a6f8-1fc2af0d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b50944a0-bcbe-b29c-4479-ee50f0b6c80b-1fc2af0d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_49736cf4-7f33-9e9b-a440-4bffd68881da-1fc2af0d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_815f9520-ca56-bdf2-260d-078e8a829d67-1fc2af0d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_7d1c4df6-4f55-af29-f97c-8173d4617e2a-1fc2af0d {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f87fa615-9c12-04a3-adad-091bcc2f6d8b-1fc2af0d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f87fa615-9c12-04a3-adad-091bcc2f6d8d-1fc2af0d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f87fa615-9c12-04a3-adad-091bcc2f6d8f-1fc2af0d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f87fa615-9c12-04a3-adad-091bcc2f6d91-1fc2af0d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-fcae232b-cd38-1fab-529e-fec1ec16e4f1-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bdb07726-54e9-597c-d488-b1b51317f486-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fff29327-39bb-b35e-b688-5f92024fa872-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eea6a4ca-0dba-832c-a0a4-5d7606b66755-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_37cb286a-8be8-891e-f5a0-73da2ccc9b7f-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92e623bc-79db-dae5-0ca3-61e71f2b20d1-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-adc96745-48a4-49a4-581d-0ae44aefac1f-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-caa0fc4b-a79c-0427-e3dd-1afc06458f5e-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_17cf1c74-3955-ce79-71a6-c21711ae6167-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fd8dc407-817d-c9c1-cef0-b9711a69d04c-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6bb65aa5-276d-17b7-cc95-e12a6868e7ff-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c14a4522-80f2-8056-ed42-4b42c19ba495-8ec2af10 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_70ccd086-8002-c626-be0d-86b107b1eeb4-07b1ee97 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_70ccd086-8002-c626-be0d-86b107b1eebf-07b1ee97 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e56-1ac2af07 {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e54-1ac2af07 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_02527723-dfa7-0478-d835-8f03dbd27f24-1ac2af07 {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-_02527723-dfa7-0478-d835-8f03dbd27f33-1ac2af07 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_68ced0d1-4b1a-07d0-bb28-c1c5f9d3967c-34c2af0a {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-_4aee0702-d280-ddf9-9292-33f0389d0c39-389d0c1c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4aee0702-d280-ddf9-9292-33f0389d0c44-389d0c1c {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_68ced0d1-4b1a-07d0-bb28-c1c5f9d3967c-cec2af0b {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e56-f5c2af0c {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e54-f5c2af0c {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_02527723-dfa7-0478-d835-8f03dbd27f24-f5c2af0c {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-_02527723-dfa7-0478-d835-8f03dbd27f33-f5c2af0c {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e56-99c2af0f {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e54-99c2af0f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_02527723-dfa7-0478-d835-8f03dbd27f24-99c2af0f {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-_02527723-dfa7-0478-d835-8f03dbd27f33-99c2af0f {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e56-8ec2af10 {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-c3507d96-2e6a-a853-860e-b0feb3297e54-8ec2af10 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_02527723-dfa7-0478-d835-8f03dbd27f24-8ec2af10 {
    -webkit-box-ordinal-group: -998;
    -webkit-order: -999;
    -ms-flex-order: -999;
    order: -999;
  }

  #w-node-_02527723-dfa7-0478-d835-8f03dbd27f33-8ec2af10 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fac7fa43-8014-3a18-be76-3aec3576e4b0-d8c2aeff {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_49736cf4-7f33-9e9b-a440-4bffd68881da-1fc2af0d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

