.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

a {
  margin-left: 3px;
  color: #292828;
  text-decoration: none;
}

.header {
  position: relative;
  height: 100vh;
  border-bottom: 1px none #000;
  background-image: url('../images/banner-principal.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
}

.header-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  display: block;
  height: 300px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.heading-2 {
  padding-right: 60px;
  padding-left: 60px;
  clear: none;
  font-family: Kefa, sans-serif;
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
}

.title {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  background-color: #09665e;
  font-size: 250px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block {
  font-family: Artegrasans, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
}

.footer {
  position: relative;
  margin-bottom: 20px;
}

.contact {
  position: relative;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2d7b74;
}

.vive-title {
  width: 200px;
  margin-bottom: 30px;
  font-family: Kefa, sans-serif;
  font-size: 70px;
  font-weight: 400;
}

.section-vive-text {
  position: relative;
  left: auto;
  top: -286px;
  right: 0%;
  bottom: -69%;
  width: 411px;
  float: right;
  clear: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.section {
  position: relative;
  background-color: #f8f7f3;
}

.section.vive {
  position: relative;
  bottom: -274px;
  height: auto;
  margin-bottom: 0px;
}

.vive-image {
  position: relative;
  display: block;
  padding-top: 66px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vive-text {
  width: 372px;
  font-family: Artegrasans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.section-invierte {
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 65px;
  background-color: #f8f7f3;
}

.section-3 {
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: #f8f2ed;
  font-family: Artegrasans, sans-serif;
  font-weight: 400;
}

.espacios-comerciales {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 1624px;
  margin-top: 0px;
  padding-top: 40px;
  float: right;
  background-color: #f8f7f3;
  text-align: right;
}

.div-block-2 {
  position: absolute;
  width: 500px;
  text-align: left;
}

.heading-3 {
  width: auto;
  height: 44px;
  font-family: Kefa, sans-serif;
  font-size: 70px;
  text-align: right;
}

.div-invierte {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 595px;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Artegrasansextendedalt extlt';
  font-size: 22px;
  text-align: right;
}

.text-span {
  position: relative;
  display: inline-block;
  padding-top: 27px;
  font-family: 'Artegrasansextendedalt extlt';
  text-align: right;
}

.text-block-3 {
  position: relative;
  width: 190px;
  font-family: 'Artegrasansextendedalt ltit';
  font-size: 22px;
  line-height: 22px;
}

.div-block-4 {
  display: block;
  height: 80px;
  border: 1px none #000;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Kefa, sans-serif;
  color: #2d7b74;
  font-size: 20px;
  list-style-type: none;
}

.list-item {
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.text-block-4 {
  color: #2d7b74;
}

.div-block-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f8f2ed;
  text-align: center;
}

.body {
  background-color: #fff5ee;
}

.image-2 {
  background-color: rgba(245, 241, 238, 0);
}

.heading-4 {
  margin-bottom: 20px;
  font-family: Kefa, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 80px;
  font-weight: 400;
}

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

.text-block-5 {
  font-family: Artegrasans, sans-serif;
  color: #fff;
  font-size: 25px;
}

.div-block-7 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
}

.list-2.im {
  height: 115px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  margin-bottom: 10px;
}

.list-item-2 {
  margin-right: 20px;
}

.list-item-2.logos {
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
}

.list-item-3 {
  margin-right: 20px;
}

.list-item-3.logos {
  margin-right: 20px;
  margin-left: 20px;
}

.list-item-4 {
  margin-right: 20px;
}

.list-item-4.logos {
  margin-right: 10px;
  margin-left: 10px;
}

.list-item-5 {
  margin-right: 25px;
}

.list-item-5.logos {
  margin-right: 10px;
  margin-left: 10px;
}

.list-item-6 {
  margin-right: 25px;
}

.list-item-6.logos {
  margin-right: 10px;
  margin-left: 10px;
}

.list-item-7 {
  margin-right: 25px;
}

.list-item-7.logos {
  margin-right: 10px;
  margin-left: 10px;
}

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

.image-4 {
  width: 150px;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Artegrasansextendedalt;
}

.text-block-6 {
  margin-bottom: 0px;
  font-family: Artegrasans, sans-serif;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Artegrasans, sans-serif;
  color: #fff;
  font-size: 20px;
}

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

.submit-button {
  width: 180px;
  height: 60px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  font-family: Kefa, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.submit-button:active {
  background-color: #fff;
  color: #2d7b74;
}

.text-field {
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.text-field::-webkit-input-placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.text-field:-ms-input-placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.text-field::-ms-input-placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.text-field::placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field-2 {
  width: 40%;
  margin-bottom: 20px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Artegrasans, sans-serif;
}

.text-field-2::-webkit-input-placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.text-field-2:-ms-input-placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.text-field-2::-ms-input-placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.text-field-2::placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.text-field-3 {
  width: 50%;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: Artegrasans, sans-serif;
}

.text-field-3::-webkit-input-placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.text-field-3:-ms-input-placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.text-field-3::-ms-input-placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.text-field-3::placeholder {
  font-family: Artegrasans, sans-serif;
  color: #fff;
}

.radio-button-field {
  margin-right: 20px;
  margin-left: 20px;
}

.form {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  font-family: Artegrasans, sans-serif;
}

.div-block-13 {
  margin-bottom: 40px;
  font-family: Artegrasansextendedalt;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.italic-text {
  position: relative;
  z-index: 2;
  font-family: Artegrasans, sans-serif;
  font-style: normal;
}

.image-5 {
  position: relative;
  top: -196px;
  right: -60px;
  display: inline-block;
  width: 350px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 98px;
}

.image-5.hoja {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.image-6 {
  position: relative;
  display: block;
  float: right;
}

.text-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 11%;
  font-family: Kefa, sans-serif;
  color: #09625c;
  font-size: 200px;
  font-weight: 700;
  text-align: center;
}

.bold-text {
  position: relative;
  z-index: 2;
}

.italic-text-2 {
  position: relative;
  z-index: 2;
  font-family: Artegrasans, sans-serif;
  font-style: normal;
}

.image-7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: -9%;
  z-index: 999;
  display: block;
  height: 200px;
  margin-top: 0px;
  float: none;
}

.image-7.vive-logo {
  height: 142px;
}

.contacto-stiky {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  margin-top: 40px;
  margin-right: 40px;
  float: right;
  border-bottom: 1px none #000;
  line-height: 0px;
}

.link {
  position: relative;
  display: block;
  height: 40px;
  margin-top: 20px;
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #000 #000 #fff;
  font-family: Kefa, sans-serif;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

.image-8 {
  display: block;
  margin-top: auto;
  margin-left: 26px;
  text-align: center;
}

.image-9 {
  position: absolute;
  left: 5%;
  top: 10%;
  right: auto;
  bottom: auto;
}

.hoja {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin: 100px;
}

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

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

.text-block-10 {
  font-size: 22px;
}

.div-block-17 {
  position: absolute;
  left: 4%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 757px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: 'Artegrasansextendedalt reg';
}

.heading-5 {
  margin-bottom: 30px;
  font-family: Kefa, sans-serif;
  font-size: 70px;
}

.paragraph {
  position: relative;
  width: 452px;
  float: right;
  font-family: Artegrasans, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(248, 247, 243, 0.75);
  -o-object-fit: fill;
  object-fit: fill;
}

.modal {
  position: relative;
  display: block;
  overflow: auto;
  width: 80%;
  height: 80%;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  background-color: #f8f7f3;
}

.heading-6 {
  font-family: Kefa, sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
}

.div-block-18 {
  margin-bottom: 40px;
  text-align: center;
}

.paragraph-2 {
  overflow: visible;
  margin-top: 40px;
  margin-right: 60px;
  margin-left: 60px;
  font-family: 'Artegrasansextendedalt reg';
  text-align: justify;
  white-space: normal;
}

.image-10 {
  width: 200px;
  margin-top: 40px;
}

.close-btn-w {
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 2rem;
  margin-right: 0.6rem;
  margin-left: 8px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  background-color: transparent;
  color: transparent;
}

.close-btn-line {
  position: absolute;
  width: 1.75rem;
  height: 2px;
  border-radius: 1px;
  background-color: #4353ff;
}

.close-btn-line.is--1st {
  background-color: #2d7b74;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-btn-line.is--2nd {
  background-color: #2d7b74;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.aviso {
  position: static;
  font-family: Artegrasans, sans-serif;
}

.text-block-11 {
  font-family: 'Artegrasansextendedalt reg';
  font-size: 20px;
}

.success-message {
  background-color: #cfdfd4;
}

.link-block {
  display: inline-block;
  margin-top: 20px;
  margin-right: 1px;
  margin-left: 1px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-2 {
  color: #2d7b74;
  font-size: 25px;
  font-weight: 700;
}

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

.text-span-4 {
  color: #000;
  font-weight: 700;
}

.text-span-5 {
  color: #000;
  font-weight: 700;
}

.bold-text-2 {
  color: #2d7b74;
  font-size: 25px;
}

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

.bold-text-4 {
  color: #2d7b74;
  font-size: 25px;
}

.radio:active {
  font-weight: 700;
}

.image-11 {
  height: 158px;
}

.logo-image {
  height: 40px;
}

.logo-image.new {
  width: 179px;
  height: 90px;
}

.checkbox-label {
  color: #fff;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.bold-text-5 {
  font-family: Artegrasans, sans-serif;
}

.image-12 {
  position: absolute;
  margin-left: 40px;
}

.image-13 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
}

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

.texto-marca {
  position: absolute;
  left: auto;
  top: 30%;
  right: 4%;
  bottom: auto;
  font-size: 22px;
}

.texto-arca-agua {
  font-family: Kefa, sans-serif;
  color: rgba(51, 51, 51, 0.23);
  font-size: 56px;
}

.invierte-section {
  position: relative;
}

.div-block-22 {
  position: absolute;
  left: 8%;
  top: 21%;
  z-index: 9999;
  background-color: transparent;
  color: transparent;
}

.text-block-13 {
  font-family: Kefa, sans-serif;
  color: rgba(51, 51, 51, 0.23);
  font-size: 66px;
  line-height: 66px;
}

.text-block-14 {
  font-family: Artegrasans, sans-serif;
}

.div-block-23 {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.button {
  width: auto;
  height: 54px;
  background-color: #2d7b74;
  font-size: 20px;
  font-weight: 500;
}

.button:active {
  background-color: #f8f7f3;
  color: #2d7b74;
}

.text-span-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px;
}

.ubicacion {
  margin-top: 60px;
  margin-bottom: 60px;
}

.html-embed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1280px) {
  .section-vive-text {
    position: relative;
    top: -272px;
    display: block;
  }

  .section {
    position: relative;
  }

  .section.vive {
    bottom: -260px;
  }
}

@media screen and (min-width: 1440px) {
  .image {
    margin-top: 100px;
  }

  .contact {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .vive-title {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .section-vive-text {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    height: 850px;
    margin-bottom: 3px;
    float: left;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section {
    position: relative;
  }

  .section.vive {
    position: relative;
    bottom: auto;
    display: inline;
    height: auto;
    background-color: #f8f7f3;
  }

  .vive-image {
    float: left;
    background-color: #f8f7f3;
  }

  .vive-text {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .section-invierte {
    padding-bottom: 0px;
  }

  .espacios-comerciales {
    width: 100%;
  }

  .body {
    background-color: #f8f7f3;
  }

  .text-block-5 {
    line-height: 25px;
  }

  .div-block-7 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .list-item-4.logos {
    font-size: 16px;
  }

  .image-5.hoja {
    position: absolute;
    left: auto;
    top: 145%;
    right: 0%;
    bottom: 0%;
  }

  .link {
    height: 30px;
    border-bottom-color: #fff;
    color: #fff;
    font-size: 2em;
  }

  .link.w--current {
    height: 30px;
    font-size: 1.9em;
  }

  .image-8 {
    position: relative;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-17 {
    bottom: 2%;
  }

  .modal-wrapper {
    display: none;
  }

  .link-block {
    width: 100%;
    text-align: center;
  }

  .text-span-2 {
    font-size: 35px;
  }

  .bold-text-2 {
    font-size: 35px;
  }

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

  .image-11 {
    height: 150px;
  }

  .logo-image {
    height: 26px;
    font-size: 26px;
  }

  .logo-image.new {
    height: 90px;
  }

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

  .div-block-21 {
    position: absolute;
    left: 13%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .radio-button {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .radio-button-2 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .radio-button-3 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .radio-button-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .radio-button-5 {
    margin-top: auto;
    margin-bottom: auto;
  }

  .radio-button-6 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .texto-marca {
    position: absolute;
    left: auto;
    top: 37%;
    right: 0%;
    bottom: auto;
  }

  .texto-arca-agua {
    position: relative;
    left: auto;
    top: 0%;
    right: 42%;
    bottom: 0%;
    z-index: 2;
    font-family: Kefa, sans-serif;
    color: rgba(51, 51, 51, 0.14);
    font-size: 70px;
    text-align: center;
  }

  .image-14 {
    position: relative;
    z-index: 9999;
  }

  .invierte-section {
    position: relative;
  }

  .div-block-22 {
    position: absolute;
    left: 10%;
    top: 26%;
    right: auto;
    bottom: auto;
    overflow: visible;
    line-height: 66px;
  }

  .text-block-12 {
    position: static;
    height: 133px;
    font-family: 'Artegrasansextendedalt sembd';
    font-size: 52px;
  }

  .text-block-13 {
    font-size: 70px;
  }

  .text-block-14 {
    font-family: Artegrasans, sans-serif;
  }
}

@media screen and (max-width: 991px) {
  .image {
    position: relative;
    max-width: 71%;
  }

  .vive-title {
    width: 100%;
  }

  .section-vive-text {
    position: relative;
    top: 2px;
    width: 100%;
    float: none;
    text-align: center;
  }

  .vive-image {
    height: auto;
  }

  .vive-text {
    width: 100%;
    margin-right: 20px;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .espacios-comerciales {
    width: 100%;
  }

  .div-block-2 {
    position: relative;
    width: 100%;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-3 {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    text-align: left;
  }

  .text-span {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: visible;
    width: 110%;
    font-family: 'Artegrasansextendedalt reg';
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-4 {
    height: 120px;
    font-size: 10px;
  }

  .list {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 16px auto;
    grid-template-rows: auto auto;
    font-size: 20px;
  }

  .list-item {
    margin-left: 10px;
  }

  .text-block-5 {
    line-height: 25px;
  }

  .div-block-9 {
    padding-top: 10px;
  }

  .div-block-14 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .image-5.hoja {
    display: none;
  }

  .image-6 {
    position: relative;
  }

  .image-7 {
    bottom: -6%;
    height: 157px;
  }

  .div-block-17 {
    position: relative;
    left: auto;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
  }

  .heading-5 {
    position: relative;
    font-size: 70px;
    text-align: center;
  }

  .paragraph {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }

  .logo-image {
    height: 34px;
  }

  .logo-image.new {
    width: 124px;
    height: 71px;
  }

  .image-13 {
    display: none;
  }

  .texto-marca {
    display: none;
  }

  .texto-arca-agua {
    overflow: hidden;
  }

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

  .html-embed {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .vive-text {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-4 {
    height: 140px;
  }

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

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

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

  .form {
    margin-right: 10px;
    margin-left: 10px;
  }

  .image-5.hoja {
    display: none;
  }

  .contacto-stiky {
    z-index: 999;
  }

  .paragraph {
    margin-right: auto;
    margin-left: auto;
  }

  .modal {
    z-index: 9999;
  }

  .paragraph-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .logo-image {
    height: 19px;
  }

  .logo-image.new {
    width: 103px;
    height: 62px;
  }

  .image-13 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .heading-2 {
    font-size: 25px;
  }

  .title {
    height: 800px;
  }

  .text-block {
    height: 500px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-2 {
    position: relative;
    width: auto;
  }

  .div-block-4 {
    height: 240px;
    padding-right: 10px;
    padding-left: 20px;
  }

  .list-item {
    display: block;
  }

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

  .text-block-5 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
  }

  .list-2.im {
    display: -ms-grid;
    display: grid;
    width: 337px;
    height: 126px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .text-block-6 {
    display: block;
  }

  .div-block-10 {
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-field {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-field-2 {
    width: 100%;
  }

  .text-field-3 {
    width: 100%;
  }

  .radio-button-field {
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .form {
    margin-right: 10px;
    margin-left: 10px;
  }

  .italic-text {
    margin-left: 0px;
    font-size: 25px;
  }

  .image-5.hoja {
    display: none;
  }

  .text-block-7 {
    display: block;
  }

  .image-7 {
    height: 120px;
  }

  .contacto-stiky {
    display: none;
  }

  .radio-button-label {
    margin-bottom: 10px;
  }

  .paragraph {
    margin-right: auto;
    margin-left: auto;
  }

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

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

  .paragraph-2 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .close-btn-w {
    width: 3rem;
    height: 3rem;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .logo-image {
    overflow: auto;
    width: 73px;
  }

  .logo-image.new {
    width: 126px;
    height: 71px;
  }

  .image-12 {
    display: none;
  }
}

@font-face {
  font-family: 'Kefa';
  src: url('../fonts/Kefa-Regular.woff2') format('woff2'), url('../fonts/Kefa-Regular.eot') format('embedded-opentype'), url('../fonts/Kefa-Regular.woff') format('woff'), url('../fonts/Kefa-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kefa';
  src: url('../fonts/Kefa-Bold.woff2') format('woff2'), url('../fonts/Kefa-Bold.eot') format('embedded-opentype'), url('../fonts/Kefa-Bold.woff') format('woff'), url('../fonts/Kefa-Bold.ttf') format('truetype'), url('../fonts/Kefa-Bold.svg') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-ExtraBold.otf') format('opentype'), url('../fonts/ArtegraSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-BoldItalic.otf') format('opentype'), url('../fonts/ArtegraSans-ExtraBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Artegrasans';
  src: url('../fonts/ArtegraSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}