:root {
  --azul-main: #004285;
  --main-orange: #fa720f;
  --font-family: Poppins, sans-serif;
  --overlay-blue: #004285bf;
  --textos-generales: 1.4em;
  --light-blue: #0076be;
  --black: #333;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.dropdown-link-image {
  object-fit: cover;
  height: 100%;
  max-height: 180px;
  overflow: hidden;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary:hover {
  background-color: #734573;
}

.button-primary.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.button-primary.icon-right {
  padding-right: 12px;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  display: flex;
  position: relative;
}

.navigation-wrapper-large {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  justify-content: space-between;
  padding: 24px;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #f8f6f6;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 10px 5%;
  display: flex;
}

.paragraph-x-small {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small.text-weight-medium {
  font-weight: 500;
}

.dropdown-card-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fafafa;
  border: 1px solid #fafafa;
  flex-flow: column;
  padding: 16px;
  text-decoration: none;
  transition: border .3s, background-color .3s;
  display: flex;
}

.dropdown-card-link:hover {
  background-color: #f2eeee;
  border: 1px solid #e7e0df;
}

.navigation-icon-wrapper {
  color: #361b36;
  background-color: #f0ebf0;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.navigation-icon-wrapper.brown {
  color: #63514f;
  background-color: #f8f6f6;
}

.navigation-icon-wrapper.red {
  color: #5a1616;
  background-color: #f6eaea;
}

.navigation-icon-wrapper.blue {
  color: #233f67;
  background-color: #f3f6fc;
}

.navigation-icon-wrapper.green {
  color: #244c42;
  background-color: #f4faf8;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-500 {
  color: #737373;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.dropdown-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  display: flex;
}

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  white-space: nowrap;
  align-items: center;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.navigation-link {
  color: #0a0a0a;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-link:hover {
  color: #734573;
}

.navigation-link.w--current {
  color: #642eff;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.navigation-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.dropdown-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.icon-regular {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.dropdown-featured-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f2eeee;
  flex-flow: column;
  min-width: 328px;
  padding: 24px 24px 32px;
  display: flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #0a0a0a;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline:hover {
  color: #110811;
  background-color: #f0ebf0;
  border-color: #c8b6c8;
}

.button-outline.w--current {
  background-color: #fafafa;
}

.button-outline.icon-left {
  padding-left: 12px;
}

.subheading-small {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 34px;
  overflow: hidden;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline.text-color-gray-500 {
  color: #737373;
}

.dropdown-side-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  white-space: nowrap;
  align-items: center;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navigation-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0a0a0a;
  align-items: center;
  padding: 12px 12px 12px 18px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  color: #734573;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle.w--open {
  background-color: #fff;
}

.navigation-container {
  text-align: left;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-button-outline {
  color: #292929;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.icon-button-outline:hover {
  background-color: #f5f5f5;
}

.navigation-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-items: center;
  display: flex;
}

.navigation-dropdown-list-2 {
  background-color: #0000;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.navigation-dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 24px;
  justify-content: space-between;
  align-items: stretch;
  width: 685px;
  margin-top: 8px;
  padding: 24px;
  display: flex;
  left: -150%;
}

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

.navigation-dropdown-2 {
  justify-content: center;
  align-items: center;
}

.navigation-content {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-caption {
  justify-content: space-between;
  display: flex;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small-2.text-color-secondary {
  color: #666;
}

.navigation-link-card-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3d3d3d;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 264px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.navigation-card-divider {
  align-items: center;
  width: 2px;
  height: auto;
  margin-top: 32px;
  display: flex;
}

.navigation-card-link {
  color: #000;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.navigation-menu-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.navigation-bar {
  background-color: var(--azul-main);
  padding: 25px 3%;
  position: sticky;
  top: -1px;
}

.navigation-link-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.container-large {
  width: 100%;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--main-orange);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
  transition: all .3s;
}

.button:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 10px #fa720f4d;
}

.button.hiden-movile {
  font-weight: 600;
}

.navigation-link-icon-large {
  color: #000;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 12px;
}

.navigation-image {
  border-radius: 16px;
  width: 100%;
  max-width: 320px;
  overflow: hidden;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.navigation-socials-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation-link-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-x-small {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.dropdown-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.navigation-link-icon {
  color: #000;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 10px;
}

.navigation-link-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.icon-arrow {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.button-primary-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.button-primary-small:hover {
  background-color: #141414;
}

.navigation-vertical-divider {
  background-color: #e3e3e3;
  width: 1px;
  height: 12px;
}

.label-regular {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.label-regular.text-color-primary {
  color: #000;
}

.icon-minus {
  z-index: 0;
  opacity: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-link-2 {
  color: #fff;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
  transition: all .5s ease-in-out;
}

.navigation-link-2:hover {
  background-color: #0000;
  font-weight: 500;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.navigation-button-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-caption-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-logo {
  flex: none;
}

.navigation-dropdown-toggle-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  border-radius: 10px;
  align-items: center;
  padding: 4px 8px 4px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.navigation-dropdown-toggle-2:hover {
  background-color: #f5f5f5;
}

.navigation-dropdown-toggle-2.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle-2.hide {
  display: none;
}

.navigation-dropdown-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 100%;
  display: flex;
}

.body {
  font-family: var(--font-family);
  font-weight: 300;
  overflow: visible;
}

.section-header {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), url('../images/venta-de-paneles-solares-veracruz-instalacion-de-paneles-solares-webp.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: auto;
  padding: 200px 0% 0;
}

.section-header.hide {
  height: 100vh;
  display: none;
  overflow: hidden;
}

.header-wrap {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 7.5%;
  margin-right: 7.5%;
  display: grid;
  position: relative;
}

.content-right {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  display: flex;
}

.content-left {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.heading {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
}

.paragraph {
  color: #fff;
  margin-top: 30px;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4em;
}

.bold-text {
  font-size: 100px;
}

.heading-2 {
  color: #fff;
  margin-top: -15px;
  font-size: 100px;
  font-weight: 600;
  line-height: 1em;
}

.image {
  width: 80%;
}

.icon-wrap {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-left: 15px;
  display: flex;
}

.header-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  color: #fff;
  font-size: 40px;
  line-height: var(--textos-generales);
  text-align: center;
  flex-flow: column;
  margin-top: 50px;
  display: flex;
}

.header-content.slide-in-bottom {
  z-index: 1;
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  aspect-ratio: auto;
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.header-content-card {
  flex-flow: column;
  display: flex;
}

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

.paragraph-2 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.header-content-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.bold-text-2 {
  color: #fff;
  font-size: 48px;
}

.text-block-2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
}

.header-carousel {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-carousel-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.header-column {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 690px;
  display: flex;
}

.header-carousel-title {
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 24px;
  right: 24px;
}

.header-carousel-item {
  color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  max-width: 588px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.header-carousel-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.button-outline-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e0e0e0;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.button-outline-2:hover {
  color: #fff;
  background-color: #000;
}

.button-outline-2:focus {
  border-color: #141414;
}

.h3-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

.h3-heading.text-color-white {
  color: var(--azul-main);
  font-size: 25px;
  font-weight: 300;
}

.h3-heading.text-color-white.bold {
  color: var(--azul-main);
  font-weight: 500;
}

.header-carousel-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  display: none;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-large-2 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-large-marquee {
  padding: 120px 5%;
  position: relative;
}

.section-large-marquee.overlay {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.h1-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f5f5f5;
  letter-spacing: -.02em;
  background-color: #141414;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .3s;
  display: flex;
}

.button-primary-2:hover {
  background-color: #3d3d3d;
}

.background-image-wrapper {
  background-image: linear-gradient(to bottom, var(--overlay-blue), var(--overlay-blue)), url('../images/beneficios-de-instalar-paneles-solares-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 450px;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.beneficios-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.beneficios-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 269px 269px 269px;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.beneficios-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-around;
  padding: 60px 10% 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.beneficios-card {
  background-color: var(--light-blue);
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 269px;
  height: 250px;
  padding: 25px 50px;
  transition: all .2s;
  display: flex;
}

.beneficios-card:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 10px #0003;
}

.text-block-3 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4em;
}

.paragraph-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-3 {
  background-image: linear-gradient(135deg, #034d91, #0c6bb2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.image-3 {
  width: 40px;
  height: 40px;
}

.bold-text-3 {
  color: #fff;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-4 {
  color: #fff;
  text-align: left;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.section-beeficios {
  margin-bottom: 50px;
  position: relative;
  overflow: visible;
}

.section-beeficios.hide {
  display: none;
}

.footer-dark {
  background-color: var(--main-orange);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 10%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  line-height: 16px;
}

.section-3-costos {
  height: 1000px;
  padding: 150px 10%;
  position: relative;
  overflow: hidden;
}

.funcionamiento-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 200px 10% 75px;
  display: flex;
}

.funcionamiento-head-wrap {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.funcionamiento-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-around;
  height: 100%;
  padding: 30px 25px 50px;
  display: flex;
  box-shadow: 4px 4px 5px #ffffff1a;
}

.content-heading {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: baseline;
  align-items: flex-end;
  display: flex;
}

.funcionamiento-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  place-items: center;
  margin-top: 0;
  display: grid;
}

.text-block-5 {
  color: var(--azul-main);
  order: -1;
  align-self: baseline;
  margin-right: 5px;
  padding-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: .9em;
}

.text-block-6 {
  color: var(--azul-main);
  align-self: flex-end;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.paragraph-4 {
  color: var(--black);
  text-align: left;
  min-height: 100px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-3 {
  color: var(--azul-main);
  font-size: 48px;
  line-height: 1.2em;
}

.text-block-7 {
  color: var(--azul-main);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4em;
}

.button-primary-rounded {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 52px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.button-primary-rounded.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.header-title-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-slide-nav {
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  padding-top: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.container-x-small {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-instalaciones {
  padding: 96px 5%;
  position: relative;
}

.section-instalaciones.background-yellow {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0000;
  flex-flow: column;
  height: auto;
  min-height: 80vh;
  padding-top: 45px;
  padding-bottom: 0;
  padding-right: 0%;
  display: flex;
  overflow: visible;
}

.slide-image {
  border-radius: 12px;
  max-width: none;
  height: 340px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

.slide-image.marcas {
  width: 100%;
  height: auto;
}

.gallery-arrow {
  background-color: var(--azul-main);
  color: #fff;
  border: 2px #23272f;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.gallery-arrow:hover {
  background-color: var(--light-blue);
  transform: scale(1.03);
  box-shadow: 3px 5px 10px #0003;
}

.gallery-arrow.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.gallery-arrow.left {
  background-color: var(--azul-main);
  box-shadow: none;
  border-style: none;
  right: 40px;
}

.gallery-arrow.left:hover {
  background-color: var(--light-blue);
  transform: scale(1.03);
  box-shadow: 3px 5px 10px #0003;
}

.overline-2 {
  color: var(--main-orange);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.h2-heading {
  color: var(--azul-main);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

.button-text {
  z-index: 1;
  position: relative;
}

.slide-image-small {
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 1px 2px #23272e14;
}

.css-embed {
  display: none;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.slider-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 3.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: block;
}

.button-background {
  pointer-events: none;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-mask {
  width: 500px;
  overflow: visible;
}

.slide {
  width: 500px;
  height: 100%;
  margin-right: 24px;
}

.image-cover-2 {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 100%;
}

.gallery-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: flex;
}

.gallery-slider.hide {
  display: none;
}

.instalaciones-content {
  margin-top: 25px;
}

.text-block-8 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.paragraph-5 {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.content-heading-wrap-costos {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

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

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

.paragraph-6 {
  color: #fff;
  font-size: 21px;
  line-height: 1.4em;
}

.heading-4 {
  color: #fff;
  text-align: left;
  font-size: 48px;
  line-height: 1.2em;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.image-4 {
  width: 80%;
  position: absolute;
  bottom: -120px;
  right: -390px;
}

.section-3-funcionamiento {
  height: auto;
  padding: 0 10% 100px;
  position: relative;
  overflow: hidden;
}

.section-clientes {
  padding: 100px 10% 75px;
  overflow: hidden;
}

.clientes-content-wrap {
  padding-top: 75px;
}

.clientes-heading-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-logo-group {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-logo-gradient-r {
  z-index: 5;
  background-image: linear-gradient(267deg, #fff, #fff 21%, #ffffffa3 51%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.f-logo-css {
  display: none;
}

.f-logo-cell {
  background-color: #f3f5fb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 96px;
  margin-left: 14px;
  margin-right: 14px;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.f-logo-cell:hover {
  background-color: #e4e6f1;
}

.f-logo-carousel-wrap {
  background-color: #fff;
  border-radius: 16px;
  align-items: center;
  min-height: 104px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-logo-gradient-l {
  z-index: 5;
  background-image: linear-gradient(to right, #fff, #fff 25%, #ffffffba 60%, #fff0);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-logo-carousel {
  flex: none;
  display: flex;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-title-wrapper-center.margin-bottom-48 {
  margin-bottom: 48px;
}

.f-h6-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}

.logo-grid-3-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-logo-block {
  background-color: #f7f9fd;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.logo-grid-2-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
}

.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.div-block-5 {
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 20px 25px;
  display: flex;
}

.div-block-5:hover {
  transform: scale(1.03);
  box-shadow: 5px 5px 10px #0003;
}

.image-5 {
  filter: saturate(200%);
  mix-blend-mode: multiply;
  width: auto;
}

.testimonial-slider-trigger {
  background-color: var(--azul-main);
  color: #252527;
  border: 1px solid #e6e6e7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  transition: color .3s, background-color .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.testimonial-slider-trigger:hover {
  background-color: var(--light-blue);
  color: #fff;
  transform: scale(1.03);
  box-shadow: 5px 5px 10px #0003;
}

.testimonial-slider-trigger.left {
  background-color: var(--azul-main);
  width: 32px;
  height: 32px;
  padding: 8px;
  inset: auto 34px 0% auto;
}

.testimonial-slider-trigger.left:hover {
  background-color: var(--light-blue);
  transform: scale(1.03);
  box-shadow: 3px 5px 10px #0003;
}

.h2-heading-2 {
  color: var(--azul-main);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.slide-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #e6e6e7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 40px;
  display: flex;
  box-shadow: 4px 2px 10px #0000001a;
}

.slide-item._500px {
  justify-content: space-between;
  align-items: flex-start;
  width: 450px;
  min-width: 450px;
  height: 500px;
  min-height: 468px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
}

.slide-item._500px.center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-item.testimonials {
  justify-content: space-between;
  align-items: flex-start;
  width: 450px;
  min-width: 450px;
  height: 468px;
  min-height: 468px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.slide-item.testimonials.center {
  justify-content: center;
  align-items: center;
}

.column-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.overline-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  display: none;
}

.paragraph-small-3 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-3.text-color-gray-600 {
  color: #59595f;
}

.container-large-3 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.avatar-image {
  object-fit: cover;
  border-radius: 99px;
  width: 100%;
  height: 100%;
}

.heading-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  align-items: end;
  margin-bottom: 64px;
}

.subheading-small-2 {
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-small-2.text-color-black {
  color: #000;
  font-size: 18px;
  line-height: 1.4em;
}

.paragraph-regular {
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-gray-600 {
  color: #59595f;
  font-size: 16px;
  line-height: 1.4em;
}

.testimonial-slider-small {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  position: relative;
  overflow: visible;
}

.testimonial-slider-small.mobile, .testimonial-slider-small.hide {
  display: none;
}

.text-color-orange-500 {
  color: #ff5805;
}

.slide-nav {
  height: 12px;
  padding-top: 0;
  inset: auto auto 0% 0%;
}

.overline-regular {
  color: var(--main-orange);
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.avatar-regular {
  background-color: #f5f5f6;
  border: .5px solid #e6e6e7;
  border-radius: 99px;
  width: 48px;
  height: 48px;
  padding: 4px;
}

.testimonial-slide {
  width: auto;
  height: 500px;
  margin-right: 24px;
}

.testimonial-mask-small {
  width: 384px;
  overflow: visible;
}

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

.section-large {
  margin-top: 100px;
  padding: 108px 5%;
  position: relative;
}

.h6-heading {
  color: #000;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.image-6 {
  color: #813030;
  width: 120px;
}

.text-block-9 {
  color: var(--main-orange);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.heading-5 {
  color: var(--azul-main);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

.contact-select-field {
  color: #8b8b8b;
  background-color: #0000;
  border: 1px #000;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.contact-field-label {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.paragraph-large-2 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.4;
}

.error-message {
  text-align: center;
  background-color: #fff1f0;
  padding: 12px 24px;
  font-size: 14px;
}

.select-wrapper {
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 12px;
  width: 100%;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .3s;
}

.select-wrapper:focus {
  color: #160042;
  border-color: gray;
}

.select-wrapper::placeholder {
  color: #333;
}

.success-message {
  color: #40bf6a;
  background-color: #f4fbf6;
}

.button-primary-rounded-2 {
  color: #fff;
  background-color: #4255bd;
  border-radius: 40px;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
}

.contact-text-field {
  color: #1a1a1a;
  border: 1px solid #ccc;
  border-radius: 12px;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: border-color .3s;
}

.contact-text-field:focus {
  color: #160042;
  border-color: gray;
}

.contact-text-field::placeholder {
  color: #333;
}

.contact-text-field.text-area {
  min-height: 124px;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.contact-submit-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.container-large-4 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox {
  background-color: #fff;
  border-width: 2px;
  border-color: #b6b9ce;
  border-radius: 4px;
  flex: none;
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
}

.checkbox:hover {
  background-color: #f9fafc;
}

.checkbox.w--redirected-checked {
  background-color: #4255bd;
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  outline-offset: -2px;
  outline: 2px solid #8e99d7;
}

.h1-heading-2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.overline-regular-2 {
  color: var(--main-orange);
  letter-spacing: .04em;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fa720f;
  text-transform: uppercase;
  white-space: normal;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.contact-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 540px;
  display: flex;
}

.contact-wrapper.column-space-between {
  width: 40vw;
  max-width: none;
}

.form-field {
  flex-direction: column;
  align-items: flex-start;
}

.icon-regular-3 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.paragraph-small-4 {
  font-size: 14px;
  line-height: 24px;
}

.text-color-red-500 {
  color: var(--main-orange);
}

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

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.text-link-primary {
  color: #4255bd;
  transition: color .3s;
}

.text-link-primary:hover {
  color: #4255bd;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.paragraph-regular-2 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-2.text-weight-medium {
  font-weight: 500;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-weight-medium {
  font-weight: 500;
}

.section-formulario {
  height: auto;
  padding: 200px 10% 100px;
  position: relative;
  overflow: hidden;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-7 {
  width: 50vw;
}

.form-block {
  width: 40vw;
}

.text-block-10 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-bg.text-weight-bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}

.faq-divider {
  background-color: #d5d9e2;
  width: 100%;
  height: .5px;
}

.paragraph-small-5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-5.text-color-gray-600 {
  color: #525f75;
  font-size: 16px;
  line-height: 1.4em;
}

.faq {
  background-color: #f5f5f5;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.section-regular-2 {
  padding: 96px 5%;
  position: relative;
}

.section-regular-2.background-gray {
  background-color: #0000;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.overline-3 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.faq-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  border: .5px #d5d9e2;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: flex;
}

.faq-border.hide {
  display: none;
}

.h2-heading-3 {
  color: #fff;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2em;
}

.faq-button {
  justify-content: center;
  align-items: center;
  margin-top: 90px;
  display: flex;
}

.faq-content {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.faq-title {
  z-index: 2;
  flex-flow: column;
  width: 100%;
  padding: 16px 20px;
  display: flex;
}

.faq-icon {
  background-color: var(--main-orange);
  color: #23272f;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.code-embed-2, .code-embed-3 {
  align-self: center;
  line-height: 1em;
}

.code-embed-4, .code-embed-5 {
  line-height: 1em;
}

.paragraph-8 {
  color: #fff;
}

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

.image-8 {
  width: 60vw;
}

.div-block-8 {
  z-index: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-9 {
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.content-old {
  z-index: 1;
  position: relative;
}

.typewriter-visible {
  font-size: 80px;
  display: inline;
}

.section-old {
  padding: 150px 10%;
  font-size: 18px;
}

.bold-text-4 {
  font-size: 30px;
}

.politica-sub-heading {
  font-size: 25px;
}

.paragraph-9 {
  line-height: 1.4em;
}

.bold-text-5 {
  font-size: 30px;
}

.aviso-legal-subheading {
  font-size: 25px;
}

.code-embed-6, .code-embed-7, .code-embed-8, .code-embed-9 {
  line-height: 1em;
}

.content-beneficios {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

.image-9 {
  border-radius: 10px;
}

.column-regular-3 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.column-2x-large {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.subheading-x-small {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.content-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.content-image-wrapper {
  position: relative;
}

.feature-badge {
  color: #fff;
  text-transform: uppercase;
  background-color: #e6191a;
  border-radius: 4px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.paragraph-regular-3 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.container-regular-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.h2-heading-4 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.grid-two-column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.overline-regular-3 {
  color: #fff;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.column-large-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.section-regular-3 {
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

.paragraph-large-3 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.image-10 {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  width: 100%;
  max-width: none;
}

.livechat-button {
  background-color: var(--main-orange);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  width: 35px;
  height: 35px;
  margin-right: 0;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
  overflow: visible;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--main-orange);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--azul-main);
  transform: scale(1.05);
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 5px auto auto 5px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

.text-block-11, .text-block-12, .text-block-13, .text-block-14 {
  display: none;
}

.text-span {
  color: var(--main-orange);
}

.image-11 {
  border-radius: 10px;
  width: 50%;
  position: absolute;
  inset: auto 0% -20% 64%;
}

.beneficios-content-wrap-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-around;
  padding: 50px 10%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.text-span-2 {
  font-size: 60px;
  font-weight: 700;
}

.beneficios-left-movil {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: none;
}

.beneficios-left-desktop {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  height: auto;
  padding: 150px 10% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-2.hide {
  display: none;
}

.bg-video-wrap {
  background-color: #004285a6;
  position: absolute;
  inset: 0%;
}

.background-video {
  height: 100%;
}

.div-block-12 {
  max-width: 683px;
}

.div-block-13 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #4084c9d9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-top: 20px;
  padding: 15px 50px;
  display: flex;
}

.section-3 {
  overflow: hidden;
}

.text-span-3 {
  color: var(--main-orange);
}

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

.div-block-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  display: flex;
}

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

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

.div-funcionamiento {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.button-2 {
  background-color: #0076be;
  border-radius: 20px;
  padding: 10px 50px;
  font-size: 16px;
  font-weight: 500;
}

.image-12 {
  width: 60%;
}

.overline-regular-3-copy {
  color: #fff;
  letter-spacing: .04em;
  text-transform: capitalize;
  white-space: normal;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.icon-wrap-cta {
  background-color: var(--main-orange);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.text-span-5 {
  font-weight: 300;
}

.bold-text-9 {
  font-size: 20px;
}

.section-calculadora {
  padding: 100px 10% 50px;
  position: relative;
  overflow: hidden;
}

.section-calculadora.hide {
  display: none;
}

.testimonial-slider-small-mobile {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
  display: none;
}

.new-header-section {
  background-color: #004285bf;
  padding: 150px 10%;
  position: relative;
}

.header-new-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-15 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4em;
}

.count-number {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.4em;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.4em;
}

.background-video-2 {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.texture-bg {
  z-index: -2;
  opacity: .5;
  position: absolute;
  inset: auto auto 0% 0%;
}

.texture-background-wrap {
  z-index: -1;
  background-image: linear-gradient(#004285, #004285);
  position: absolute;
  inset: 0%;
}

.icon-cta {
  color: #fff;
  width: 24px;
  height: 24px;
}

.texture-bg-inverted {
  z-index: -2;
  opacity: .5;
  transform-style: preserve-3d;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(180deg);
}

.container-small {
  width: 100%;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

.faq-dropdown-icon {
  background-color: #fff;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.faq-question {
  background-color: #f9f9fa;
  border-radius: 16px;
  overflow: hidden;
}

.faq-dropdown-toggle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.faq-dropdown-toggle:hover {
  background-color: #fff;
}

.faq-answer {
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.dot-orange {
  background-color: #ff6c0a;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.paragraph-regular-4 {
  color: #36393f;
  font-size: 16px;
  line-height: 28px;
}

.title-small-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.faq-dropdown-content {
  overflow: hidden;
}

.divider-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.tab-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-bottom: 24px;
  display: flex;
}

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.h6-heading-2 {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.section-regular-4 {
  background-color: #f3f3f5;
  padding: 72px 5%;
  position: relative;
}

.divider-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.caption-small {
  font-size: 14px;
  line-height: 20px;
}

.subheading-regular {
  color: #1e2022;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.column-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.divider-small {
  background-color: #cfd2d6;
  width: 100%;
  max-width: 384px;
  height: 1px;
}

.tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #6b7280;
  background-color: #f9f9fa;
  border: 1px solid #f9f9fa;
  border-radius: 44px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.tab-link:hover {
  color: #1e2022;
}

.tab-link.w--current {
  color: #1e2022;
  background-color: #fff;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.faq-bottom-padding {
  padding-bottom: 32px;
}

.overline-regular-4 {
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.container-small-2 {
  width: 100%;
  max-width: 858px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h2-heading-5 {
  color: #030711;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph-large-4 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4em;
}

.subheading-large {
  color: #030711;
  letter-spacing: -.32px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-large.text-color-gray-600 {
  color: #4b5563;
}

.faq-dropdown-toggle-2 {
  color: #fff;
  white-space: normal;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: space-around;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 12px 10px;
  display: flex;
}

.faq-dropdown-toggle-2:hover {
  color: #000;
  background-color: #fff;
}

.section-large-2 {
  padding: 0 5% 120px;
  position: relative;
}

.faq-dropdown-list {
  color: #fff;
  text-align: center;
  background-color: #fff0;
  margin-top: 0;
  padding: 35px 56px 0 32px;
  display: block;
  position: relative;
}

.faq-icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.column-x-small.column-center {
  text-align: center;
  align-items: center;
}

.title-center-regular {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-dropdown {
  border: 1px #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.h6-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.faq-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-faqs {
  padding: 100px 10% 50px;
  position: relative;
  overflow: hidden;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  margin-right: 10px;
  padding: 15px;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask {
  width: 100%;
}

.mask-2 {
  overflow: visible;
}

.slider-old {
  background-color: #0000;
  min-height: 600px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.slide-2 {
  height: 100%;
}

.demo_content {
  background-color: #fff;
  padding: 90px 30px;
}

.demo_content.hide {
  display: block;
}

.title_text {
  color: #333;
  font-size: 52px;
  line-height: 62px;
}

.slide-nav-2 {
  display: none;
}

.slider_bg_revealer {
  background-color: #fff;
  display: none;
  position: absolute;
  inset: 0%;
}

.slider_bg_3 {
  background-image: url('../images/photo-slider-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.right-arrow {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  display: flex;
  inset: auto 0% 0% auto;
}

.wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.left-arrow {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 50px;
  display: flex;
  inset: auto 79px 0% auto;
}

.title {
  color: #000;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 25px 30px;
  font-size: 68px;
  font-weight: 500;
  line-height: 61px;
  text-decoration: none;
}

.slider_content {
  width: 100%;
  height: 100%;
  padding-left: 150px;
}

.slider_bg_2 {
  background-image: url('../images/photo-slider-4.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.slider_text_wrap {
  justify-content: center;
  align-items: center;
  width: 300px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider_text_block {
  width: 100%;
}

.slider_bg {
  background-image: url('../images/Fraccionamiento-Floresta.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-mask-small-copy {
  width: 350px;
  overflow: visible;
}

.slide-divider {
  background-color: #ff7a00;
  width: 4em;
  height: .1em;
  margin-top: 2em;
}

.location {
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.text-f-13 {
  color: #000;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-size: 1.05em;
  font-weight: 300;
  line-height: 1;
}

.text-f-13.all-caps {
  letter-spacing: .15em;
  text-transform: uppercase;
}

.text-f-13.all-caps.light-grey-font {
  color: #0009;
  font-size: 16px;
  line-height: 1.4em;
}

.carousel-arrow-w {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.carousel-arrow-w.arrow-next {
  margin-right: 2em;
}

.carousel-arrow-w.arrow-previous {
  margin-left: 2em;
}

.section {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.credential {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content {
  overflow: visible;
}

.gradient-bg {
  z-index: -1;
  width: auto;
  height: 175%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  display: flex;
}

.swiper-wrapper.first-swiper-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.slide-content {
  z-index: 2;
  color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.header {
  margin-top: 4em;
  margin-bottom: 4em;
}

.slider {
  margin-bottom: 4em;
  position: relative;
  overflow: visible;
}

.text-f-15 {
  color: #000;
  white-space: nowrap;
  font-family: Inconsolata, monospace;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.text-f-15.grey-font {
  color: #000000bf;
}

.text-f-15.light-grey-font {
  color: #00000080;
}

.slide-img {
  z-index: 0;
  object-fit: cover;
  border-radius: 12px;
  order: -1;
  width: 100%;
  height: auto;
}

.text-f-14-w {
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5em;
  display: flex;
}

.swiper-slide {
  opacity: .9;
  filter: grayscale();
  color: #ffffff80;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
}

.carousel-arrows {
  z-index: 4;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.swiper.first-swiper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.credentials {
  justify-content: space-between;
  margin-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.slide-3 {
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 4px 2px 10px #0003;
}

.slide-img-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000, #0000 50%, #00000080 65%, #000000bf);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.carousel-arrow-icon {
  z-index: 4;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.25em;
  position: relative;
}

.text-f-14 {
  color: #878787;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1;
}

.carousel-arrow-oval {
  z-index: 3;
  background-color: #ff7a00;
  border-radius: 100%;
  width: 3.25em;
  height: 3.25em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-arrow-oval.next-arrow {
  inset: 0% 0% 0% auto;
}

.carousel-arrow {
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.carousel-arrow.arrow-next {
  padding-left: 0;
  padding-right: 1em;
}

.heading-7 {
  color: #000;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.dot-divider {
  background-color: #ff7a00;
  border-radius: 100%;
  width: .25em;
  height: .25em;
  margin-left: .75em;
  margin-right: .75em;
}

.heading-8 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  font-weight: 400;
  line-height: 1;
}

.divider {
  background-color: #878787;
  width: 4em;
  height: 1px;
  margin-right: 1.5em;
}

.divider.left-margin {
  margin-left: 1.2em;
  margin-right: 0;
}

.header-slider-button-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.icon-x-small-3 {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.icon-x-small-3.black {
  color: #fff;
}

.header-slider {
  -webkit-clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  clip-path: polygon(0 0, 400% 0, 400% 100%, 0% 100%);
  background-color: #0000;
  max-width: 500px;
  height: 100%;
  max-height: 580px;
  padding-left: 20px;
  padding-right: 20px;
}

.header-slider.none {
  display: none;
}

.header-slider-button-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
}

.icon-button-secondary-small {
  background-color: var(--main-orange);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  display: flex;
}

.icon-button-secondary-small:hover {
  background-color: var(--light-blue);
}

.hide-2 {
  display: none;
}

.icon-button-primary-small {
  background-color: var(--light-blue);
  color: #fff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  transition: background-color .3s;
  display: flex;
}

.icon-button-primary-small:hover {
  background-color: var(--main-orange);
}

.header-slide-image {
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
}

.header-slide {
  margin-right: 32px;
}

.header-mask {
  overflow: visible;
}

.div-put {
  width: 100%;
  height: 100%;
  display: flex;
}

.blue {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #e6e6e7;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 40px;
  display: flex;
  box-shadow: 4px 2px 10px #0000001a;
}

.blue._500px {
  justify-content: space-between;
  align-items: flex-start;
  height: 500px;
  display: block;
}

.blue._500px.center {
  justify-content: center;
  align-items: center;
}

.c-title-1 {
  opacity: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 700;
  line-height: 1em;
}

.c-slider {
  justify-content: flex-start;
  align-items: stretch;
  max-width: none;
  height: 468px;
  margin-left: -32px;
  margin-right: -32px;
  display: flex;
  position: relative;
  left: 0;
}

.c-slide {
  width: 450px;
  min-width: 450px;
  height: 468px;
  min-height: 468px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.c-section {
  color: #000;
  height: 700px;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2%;
  position: relative;
  overflow: hidden;
}

.c-section.hide {
  display: none;
}

.c-bg-container {
  text-transform: uppercase;
  width: 100%;
  max-width: 1300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.c-big-text {
  color: #ebf2f4;
  position: absolute;
}

.c-big-text.cc-bottom {
  bottom: 260px;
  right: -70px;
  transform: rotate(-90deg);
}

.c-big-text.cc-top {
  letter-spacing: 4px;
  top: -195px;
  left: 50px;
  transform: rotate(-90deg);
}

.c-bg-line {
  opacity: 0;
  background-color: #3b4f5a;
  width: 40vw;
  height: 3px;
  position: absolute;
  top: 208px;
  right: 0;
}

.c-slide_image {
  transition: all .5s;
  position: relative;
  transform: translate(0);
  box-shadow: 17px 17px 80px #002e5229;
}

.c-slide_image.c-move-to-bottom {
  transition: all .5s;
}

.c-arrows-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 150px;
  margin: 75px 490px 50px auto;
  display: flex;
  position: absolute;
  left: 5%;
}

.c-slide_wrapper {
  height: 468px;
}

.c-arrow_embed {
  color: #fff;
  width: 16px;
  height: 16px;
}

.c-arrow {
  background-color: var(--light-blue);
  color: #3b4f5a;
  cursor: pointer;
  border: 0 #3b4f5a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .3s;
  display: flex;
}

.c-arrow:hover {
  background-color: var(--main-orange);
  color: #fff;
}

.c-arrow.cc-right {
  transform: rotate(180deg);
}

.section-4 {
  padding: 100px 5%;
}

.hidden {
  display: none;
}

.slider-nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-nav-inactive {
  cursor: pointer;
  background-color: #95a0b2;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-nav-active {
  cursor: pointer;
  background-color: #000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  padding: 0;
}

.slider-arrows {
  justify-content: center;
  column-gap: 8px;
  margin-top: 24px;
  display: flex;
}

.slider-arrow {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  min-width: 148px;
  padding: 9px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
  box-shadow: 0 2px 1px #95a0b214;
}

.image-13 {
  width: 100%;
  max-width: none;
}

.div-block-17 {
  width: 40vw;
  max-width: 600px;
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@media screen and (max-width: 991px) {
  .navigation-wrapper-large {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu {
    background-color: #fff;
    padding: 12px 5%;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .dropdown-column {
    flex-flow: column;
    grid-template-columns: 2fr;
    padding: 16px 0;
    display: flex;
  }

  .dropdown-row {
    flex-flow: column;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .dropdown-link {
    white-space: normal;
  }

  .navigation-link {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .dropdown-featured-block {
    min-width: auto;
  }

  .navigation-menu-button {
    color: #000;
    border: 1px solid #d4d4d4;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #4b264b;
  }

  .navigation-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-menu-button-2 {
    padding: 12px;
  }

  .navigation-menu-button-2.w--open {
    background-color: #141414;
    border-radius: 8px;
  }

  .navigation-dropdown-list-2.w--open {
    box-shadow: none;
    width: 100%;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .navigation-dropdown-2 {
    width: 100%;
  }

  .navigation-menu-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .navigation-bar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navigation-socials-group {
    display: none;
  }

  .button-primary-small {
    display: flex;
  }

  .navigation-vertical-divider {
    display: none;
  }

  .navigation-link-2 {
    color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navigation-button-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
  }

  .navigation-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 8px;
    width: 100%;
    padding: 16px 3%;
  }

  .navigation-logo {
    flex: none;
  }

  .navigation-dropdown-toggle-2 {
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .header-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .content-left {
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .heading {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
  }

  .paragraph {
    text-align: left;
    font-size: 18px;
  }

  .heading-2 {
    text-align: center;
    font-size: 70px;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 30px;
  }

  .div-block.horizontal {
    flex-flow: row;
  }

  .header-content.slide-in-bottom {
    padding-left: 5%;
    padding-right: 5%;
  }

  .background-image-wrapper {
    display: none;
  }

  .beneficios-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .beneficios-content-wrap {
    flex-flow: column;
    position: static;
  }

  .beneficios-card {
    justify-content: space-around;
    width: 227px;
    height: 189px;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .paragraph-3 {
    font-size: 14px;
  }

  .div-block-3 {
    width: 54px;
    height: 54px;
  }

  .image-3 {
    width: 30px;
    height: 30px;
  }

  .bold-text-3 {
    font-size: 58px;
  }

  .section-beeficios {
    background-image: linear-gradient(#00428580, #00428580), url('../images/beneficios-de-instalar-paneles-solares-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
    margin-bottom: 30px;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-template-columns: auto auto;
    margin-left: 30px;
  }

  .section-3-costos {
    height: auto;
  }

  .funcionamiento-content {
    padding-top: 35px;
  }

  .funcionamiento-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: stretch;
    width: 336px;
    height: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .content-image {
    width: 216px;
    height: 160px;
  }

  .funcionamiento-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

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

  .text-block-6 {
    font-size: 20px;
  }

  .paragraph-4 {
    min-height: auto;
    font-size: 15px;
  }

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

  .text-block-7 {
    font-size: 20px;
  }

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

  .gallery-mask {
    margin-left: 0;
  }

  .slide {
    width: 80%;
  }

  .text-block-8 {
    font-size: 20px;
  }

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

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

  .image-4 {
    position: static;
  }

  .section-3-funcionamiento {
    height: auto;
    padding-top: 0;
  }

  .f-logo-carousel-wrap {
    width: 95%;
  }

  .logo-grid-3-columns, .logo-grid-2-columns, .grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid.desktop {
    display: none;
  }

  .div-block-5 {
    width: 300px;
    height: 300px;
  }

  .testimonial-slider-trigger {
    display: none;
  }

  .h2-heading-2 {
    text-align: center;
    font-size: 58px;
  }

  .slide-item._500px {
    height: 500px;
  }

  .slide-item._500px.center {
    height: 100%;
  }

  .slide-item.testimonials {
    height: 500px;
  }

  .slide-item.testimonials.center {
    height: 100%;
  }

  .overline-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

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

  .testimonial-slider-small.mobile {
    display: block;
  }

  .slide-nav {
    inset: auto auto 0% 0%;
  }

  .column.center {
    justify-content: center;
    align-items: center;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .grid-two-column {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }

  .contact-wrapper.column-space-between {
    width: auto;
  }

  .section-formulario {
    padding-top: 280px;
  }

  .form-block {
    width: 80vw;
  }

  .h2-heading-3 {
    font-size: 50px;
  }

  .icon {
    color: #fff;
  }

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

  .div-block-7 {
    position: static;
  }

  .image-8 {
    width: 50%;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
  }

  .section-regular-3 {
    margin-bottom: 50px;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .beneficios-content-wrap-copy {
    flex-flow: column;
    position: static;
  }

  .beneficios-left-movil {
    display: block;
  }

  .beneficios-left-desktop {
    display: none;
  }

  .section-2 {
    height: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .background-video {
    height: 100%;
  }

  .div-funcionamiento {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .image-12 {
    width: auto;
  }

  .section-calculadora {
    height: auto;
    padding-top: 50px;
  }

  .testimonial-slider-small-mobile {
    display: flex;
  }

  .count-number {
    font-size: 40px;
  }

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

  .faq-dropdown-toggle-2 {
    padding: 15px 12px;
  }

  .section-large-2 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .h6-heading-3 {
    align-self: center;
    font-size: 18px;
  }

  .section-faqs {
    height: auto;
    padding-top: 50px;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .slider-old {
    min-height: 400px;
  }

  .header {
    z-index: 0;
    margin-top: 8em;
    margin-bottom: 4em;
  }

  .slider {
    display: flex;
  }

  .credentials {
    margin-top: 4em;
    padding-bottom: 6em;
  }

  .blue._500px {
    height: 500px;
  }

  .blue._500px.center {
    height: 100%;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-slider {
    margin-top: 10px;
    margin-left: 59px;
    margin-right: 0;
  }

  .c-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-bg-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .c-big-text.cc-bottom {
    bottom: 400px;
    right: -120px;
  }

  .c-big-text.cc-top {
    top: -150px;
    left: -140px;
  }

  .c-slide_image.c-move-to-bottom {
    transform: none;
  }

  .c-arrows-wrapper {
    margin-top: 50px;
    margin-right: 44px;
  }

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

@media screen and (max-width: 767px) {
  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navigation-dropdown-list-2.w--open {
    flex-direction: column;
    max-height: 400px;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: auto;
  }

  .navigation-link-card-large {
    max-width: none;
  }

  .navigation-card-divider {
    width: 100%;
    height: 1px;
    margin-top: 0;
  }

  .navigation-image {
    max-width: none;
  }

  .navigation-dropdown-content {
    flex-flow: column;
  }

  .header-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .content-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .content-left {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .heading, .paragraph, .heading-2 {
    text-align: left;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
  }

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

  .header-carousel-item {
    justify-content: center;
    align-items: center;
    max-width: 420px;
  }

  .header-carousel-wrapper {
    margin-top: 30px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .h3-heading.text-color-white {
    font-size: 18px;
  }

  .section-large-marquee {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .beneficios-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    margin-top: 15px;
  }

  .beneficios-card {
    width: 208px;
    height: 164px;
  }

  .bold-text-3 {
    font-size: 48px;
  }

  .text-block-4 {
    font-size: 30px;
  }

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

  .section-beeficios {
    margin-bottom: 0;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .funcionamiento-content {
    padding-top: 15px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .funcionamiento-card {
    width: 204px;
    height: 300px;
  }

  .content-image {
    width: 130px;
    height: 96px;
  }

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

  .text-block-5 {
    font-size: 34px;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .section-instalaciones {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-instalaciones.background-yellow {
    overflow: hidden;
  }

  .gallery-mask {
    width: 80vw;
    margin-left: 0;
  }

  .slide {
    width: auto;
  }

  .text-block-8 {
    font-size: 20px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

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

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

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

  .section-clientes {
    overflow: hidden;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .h2-heading-2 {
    font-size: 40px;
  }

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

  .text-block-9 {
    font-size: 16px;
  }

  .heading-5 {
    text-align: center;
    font-size: 46px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-2 {
    font-size: 20px;
  }

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

  .form-block {
    width: 80vw;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-8 {
    width: 50%;
    max-width: none;
  }

  .div-block-9 {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

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

  .content-old {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .content-image-wrapper {
    width: 70%;
  }

  .h2-heading-4 {
    font-size: 34px;
  }

  .grid-two-column-2 {
    grid-template-columns: 1fr;
    place-items: center;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .image-10 {
    width: 100%;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .beneficios-content-wrap-copy {
    padding-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-2 {
    height: 100vh;
    padding-top: 100px;
  }

  .image-12 {
    width: auto;
    height: 300px;
  }

  .div-block-15 {
    align-self: flex-start;
  }

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

  .count-number {
    font-size: 35px;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .h2-heading-5 {
    font-size: 46px;
    line-height: 54px;
  }

  .paragraph-large-4 {
    font-size: 16px;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .h6-heading-3 {
    text-align: center;
    font-size: 16px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .location {
    width: auto;
  }

  .text-f-13.all-caps.light-grey-font {
    font-size: 1rem;
  }

  .slide-content {
    width: auto;
  }

  .header {
    margin-top: 4em;
  }

  .swiper-slide {
    margin-left: 0%;
    margin-right: 0%;
    padding: 15px;
  }

  .heading-7 {
    font-size: 1.5rem;
  }

  .header-slider {
    width: auto;
    max-width: none;
  }

  .header-slide {
    margin-right: 24px;
  }

  .c-title-1 {
    font-size: 130px;
    line-height: 130px;
  }

  .c-slider {
    max-width: 100%;
    height: auto;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-slide {
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .c-section {
    padding: 40px 24px;
  }

  .c-big-text.cc-bottom {
    opacity: .5;
    bottom: 170px;
    right: -160px;
  }

  .c-big-text.cc-top {
    opacity: .5;
    top: -80px;
    left: -180px;
  }

  .c-bg-line {
    display: none;
  }

  .c-slide_image {
    width: 286px;
    height: 388px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c-arrows-wrapper {
    margin-top: 100px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --font-family: Poppins, sans-serif;
    --overlay-blue: #004285bf;
  }

  .navigation-button-wrapper {
    display: none;
  }

  .navigation-menu {
    border-bottom: 1px solid #e6e6e6;
  }

  .navigation-dropdown-list.w--open {
    white-space: normal;
  }

  .navigation-dropdown-list-2.w--open {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-caption {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .button.hiden-movile {
    display: none;
  }

  .column-2x-small {
    width: 80%;
  }

  .section-header {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-wrap {
    flex-flow: column;
    display: flex;
  }

  .heading {
    margin-bottom: 45px;
    font-size: 20px;
  }

  .paragraph {
    font-size: 16px;
  }

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

  .div-block {
    margin-top: 50px;
  }

  .div-block.horizontal {
    flex-flow: wrap;
    margin-left: 0;
  }

  .paragraph-2 {
    font-size: 14px;
  }

  .bold-text-2 {
    font-size: 35px;
  }

  .text-block-2 {
    font-size: 30px;
    line-height: 1.4em;
  }

  .button-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-outline-2, .button-primary-2 {
    width: 100%;
  }

  .beneficios-grid {
    grid-row-gap: 10px;
    grid-template-columns: 150px 150px;
    margin-top: 0;
  }

  .beneficios-card {
    width: 150px;
    height: 190px;
    padding: 12px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .div-block-3 {
    width: 44px;
    height: 44px;
  }

  .image-3 {
    height: 30px;
  }

  .bold-text-3 {
    font-size: 30px;
  }

  .text-block-4 {
    font-size: 20px;
  }

  .container {
    max-width: none;
  }

  .footer-content {
    grid-auto-flow: row;
  }

  .section-3-costos {
    padding-top: 50px;
  }

  .funcionamiento-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: none;
    padding-bottom: 50px;
  }

  .funcionamiento-head-wrap {
    margin-bottom: 0;
  }

  .funcionamiento-card {
    justify-content: space-around;
    width: 150px;
    height: 320px;
    padding-left: 5px;
  }

  .content-image {
    width: 120px;
    height: auto;
  }

  .funcionamiento-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 150px 150px;
    align-self: center;
    margin-top: 25px;
  }

  .text-block-5 {
    color: var(--azul-main);
    font-size: 24px;
  }

  .text-block-6 {
    color: var(--azul-main);
    font-size: 12px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

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

  .text-block-7 {
    color: var(--azul-main);
    font-size: 16px;
  }

  .wrap-v-regular {
    margin-bottom: 15px;
  }

  .section-instalaciones.background-yellow {
    background-color: #0000;
    height: auto;
    min-height: 80vh;
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .h2-heading {
    font-size: 25px;
  }

  .slider-wrapper {
    flex-flow: column;
  }

  .content-heading-wrap-costos {
    margin-bottom: 20px;
  }

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

  .paragraph-6 {
    font-size: 16px;
  }

  .heading-4 {
    font-size: 25px;
  }

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

  .paragraph-7 {
    font-size: 16px;
  }

  .section-clientes {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .clientes-content-wrap {
    padding-top: 0;
  }

  .f-logo-gradient-r, .f-logo-gradient-l {
    width: 40px;
  }

  .logo-grid-3-columns, .logo-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .image-5 {
    min-width: 200px;
    max-width: 200px;
  }

  .h2-heading-2 {
    font-size: 25px;
  }

  .slide-item {
    height: 300px;
  }

  .slide-item._500px {
    box-shadow: none;
    justify-content: flex-end;
    align-items: flex-start;
    width: 286px;
    min-width: 350px;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .slide-item._500px.center {
    height: 300px;
    display: flex;
  }

  .slide-item.testimonials {
    box-shadow: none;
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    height: 500px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: flex;
  }

  .slide-item.testimonials.center {
    height: 300px;
    display: flex;
  }

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

  .paragraph-regular.text-color-gray-600 {
    font-size: 14px;
  }

  .testimonial-slider-small {
    margin-top: 100px;
  }

  .testimonial-slider-small.mobile {
    padding-bottom: 0;
  }

  .slide-nav {
    inset: -5% auto auto 0%;
  }

  .overline-regular {
    font-size: 16px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-slide.auto {
    height: auto;
  }

  .testimonial-mask-small {
    width: auto;
    height: auto;
  }

  .testimonial-mask-small._450px {
    height: 450px;
  }

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

  .section-large {
    margin-top: 0;
    padding-top: 20px;
  }

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

  .heading-5 {
    font-size: 25px;
  }

  .contact-field-label {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-large-2 {
    text-align: center;
    font-size: 25px;
  }

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

  .h1-heading-2 {
    text-align: center;
    font-size: 20px;
  }

  .overline-regular-2 {
    text-align: center;
    font-size: 16px;
  }

  .contact-wrapper.column-space-between {
    width: auto;
  }

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

  .section-formulario {
    padding: 300px 5% 50px;
  }

  .image-7 {
    width: 70vw;
  }

  .overline-3 {
    font-size: 16px;
  }

  .h2-heading-3 {
    font-size: 25px;
  }

  .image-8 {
    width: 100vw;
    margin-top: 0;
  }

  .content-old {
    text-align: center;
    margin-bottom: 250px;
  }

  .typewriter-visible {
    font-size: 60px;
  }

  .bold-text-4 {
    font-size: 25px;
  }

  .politica-sub-heading {
    font-size: 20px;
  }

  .paragraph-9 {
    font-size: 16px;
  }

  .bold-text-5 {
    font-size: 25px;
  }

  .aviso-legal-subheading {
    font-size: 20px;
  }

  .content-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .content-image-wrapper {
    width: 80%;
  }

  .paragraph-regular-3 {
    font-size: 14px;
  }

  .h2-heading-4 {
    text-align: center;
    font-size: 25px;
  }

  .overline-regular-3, .paragraph-large-3, .div-block-11 {
    text-align: center;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 46px;
    height: 46px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .beneficios-content-wrap-copy {
    padding-top: 0;
  }

  .section-2 {
    height: auto;
    padding-top: 50px;
  }

  .section-3 {
    height: 60vh;
    display: flex;
  }

  .div-block-14 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .overline-regular-3-copy {
    text-align: center;
  }

  .section-calculadora {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .new-header-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-16 {
    justify-content: space-between;
    align-items: center;
  }

  .text-block-15 {
    line-height: 1.2em;
  }

  .count-number {
    font-weight: 700;
  }

  .paragraph-10 {
    font-size: 14px;
  }

  .texture-bg {
    inset: auto auto 0% 0%;
  }

  .faq-dropdown-toggle-2 {
    padding: 16px;
  }

  .section-large-2 {
    padding-top: 0;
  }

  .faq-dropdown-list {
    padding-left: 16px;
    padding-right: 24px;
  }

  .h6-heading-3 {
    text-align: center;
  }

  .section-faqs {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .slider-old {
    min-height: 390px;
  }

  .slider_arrow {
    width: 25px;
  }

  .demo_content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title_text {
    font-size: 36px;
    line-height: 42px;
  }

  .slider_bg_3 {
    height: 200px;
  }

  .right-arrow {
    width: 50%;
    inset: auto auto 0% 0%;
  }

  .left-arrow {
    width: 50%;
    inset: auto 0% 0% auto;
  }

  .title {
    border: 1px solid #e7c3a1;
    padding-top: 0;
    line-height: 43px;
  }

  .slider_content {
    padding-left: 0;
  }

  .slider_bg_2 {
    height: 200px;
  }

  .slider_text_wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -8%;
  }

  .slider_bg {
    height: 200px;
  }

  .testimonial-mask-small-copy {
    width: 90vw;
    height: auto;
    overflow: hidden;
  }

  .testimonial-mask-small-copy._450px {
    height: 450px;
  }

  .location {
    margin-bottom: 0;
  }

  .text-f-13 {
    font-size: 1.2em;
  }

  .text-f-13.all-caps.light-grey-font {
    font-size: 16px;
  }

  .carousel-arrow-w.arrow-next {
    margin-right: 1em;
  }

  .carousel-arrow-w.arrow-previous {
    margin-left: 1em;
  }

  .section {
    min-height: 90vh;
  }

  .credential.top-margin {
    margin-top: 2em;
  }

  .slide-content {
    padding-bottom: 0;
  }

  .header {
    margin-top: 5em;
    margin-bottom: 5em;
  }

  .slider {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-f-15 {
    font-size: 1.4em;
  }

  .swiper-slide {
    width: 90vw;
  }

  .carousel-arrows {
    margin-top: 2.5em;
  }

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

  .slide-3 {
    justify-content: center;
    align-items: center;
    padding: 15px 12px;
  }

  .text-f-14 {
    font-size: 1.4em;
  }

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

  .heading-8 {
    font-size: 5em;
  }

  .header-slider-button-left {
    display: flex;
  }

  .header-slider {
    position: relative;
    bottom: 15px;
  }

  .hide-2 {
    margin-bottom: 20px;
    display: none;
    inset: auto auto -5% 5%;
  }

  .header-mask {
    width: 100%;
    overflow: hidden;
  }

  .blue {
    height: 300px;
  }

  .blue._500px {
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    padding: 20px 12px;
  }

  .blue._500px.center {
    height: 300px;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 350px;
    margin-top: 0;
    overflow: hidden;
  }

  .c-slide {
    width: 286px;
    min-width: 350px;
    padding: 15px;
  }

  .c-section {
    width: auto;
    min-width: 0;
    height: auto;
    min-height: auto;
    padding: 0 0 32px;
    overflow: visible;
  }

  .c-slide_image {
    box-shadow: none;
  }

  .c-arrows-wrapper {
    margin-top: 20px;
  }

  .div-block-17 {
    max-width: none;
  }
}

#w-node-_8c4432bd-26c8-cef8-17d1-79bec23a843c-2c6c165c {
  place-self: center;
}

#w-node-fa4b96db-5e21-536d-f5e0-cbc219676bec-2c6c165c, #w-node-c18d0525-712a-1689-637f-398a39339039-2c6c165c, #w-node-_8d2a6024-c0aa-35b2-fc87-0c3760e9c702-2c6c165c {
  justify-self: stretch;
}

#w-node-_9127f080-15a0-124d-05b9-e0d7cdd50460-2c6c165c, #w-node-eb3aa564-2d59-7942-4d48-fbb5a8144a8c-2c6c165c, #w-node-_0da34982-02a2-b74f-e6e9-8cbff83442e2-2c6c165c, #w-node-_18eef91c-5610-c964-e407-f13eb42e69a0-2c6c165c, #w-node-_36d090f2-e8fd-5eec-3803-5a271b272fc5-2c6c165c, #w-node-_90af980f-f10d-8a58-16a2-04937c1f1c8b-2c6c165c, #w-node-b5c0a8a6-0860-7079-fdc8-a2290f297419-2c6c165c, #w-node-b5c0a8a6-0860-7079-fdc8-a2290f297421-2c6c165c, #w-node-b5c0a8a6-0860-7079-fdc8-a2290f297429-2c6c165c, #w-node-b5c0a8a6-0860-7079-fdc8-a2290f297431-2c6c165c, #w-node-b5c0a8a6-0860-7079-fdc8-a2290f297439-2c6c165c, #funcionamiento.w-node-b5c0a8a6-0860-7079-fdc8-a2290f297441-2c6c165c {
  align-self: stretch;
}

#form-send.w-node-_333732f7-966c-b2b7-74f5-8fcb1132e899-2c6c165c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e66c3aec-3fc6-e5b2-caa9-02bc7b1cfba2-7b1cfb9c, #w-node-e66c3aec-3fc6-e5b2-caa9-02bc7b1cfbad-7b1cfb9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b78b9a3-07c8-9d01-e852-5195f0dc15fa-f0dc15f4 {
  justify-self: center;
}

#w-node-_4b78b9a3-07c8-9d01-e852-5195f0dc1676-f0dc15f4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_8c4432bd-26c8-cef8-17d1-79bec23a843c-2c6c165c {
    justify-self: start;
  }

  #w-node-fa4b96db-5e21-536d-f5e0-cbc219676bec-2c6c165c {
    justify-self: center;
  }

  #w-node-c18d0525-712a-1689-637f-398a39339039-2c6c165c, #w-node-_8d2a6024-c0aa-35b2-fc87-0c3760e9c702-2c6c165c {
    place-self: start center;
  }

  #w-node-e66c3aec-3fc6-e5b2-caa9-02bc7b1cfbbc-7b1cfb9c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8c4432bd-26c8-cef8-17d1-79bec23a843c-2c6c165c, #w-node-fa4b96db-5e21-536d-f5e0-cbc219676bec-2c6c165c {
    justify-self: center;
  }

  #w-node-c18d0525-712a-1689-637f-398a39339039-2c6c165c, #w-node-_8d2a6024-c0aa-35b2-fc87-0c3760e9c702-2c6c165c {
    order: -9999;
    justify-self: start;
  }

  #w-node-_98860b53-91a2-2cee-4e8a-314daec3804c-2c6c165c {
    justify-self: auto;
  }

  #w-node-e66c3aec-3fc6-e5b2-caa9-02bc7b1cfbbc-7b1cfb9c {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3398d865-2ea9-7531-32cb-cf8bdaef324e-2c6c165c {
    place-self: stretch stretch;
  }

  #w-node-_7cac54f8-7285-ca44-47e5-9a2f6d1d2afd-2c6c165c, #w-node-_2d2622bd-3f2a-1ef8-8d3a-323ba4386082-2c6c165c {
    justify-self: center;
  }
}


