.cover {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/Cover-1.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.div-block {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 325px;
  -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: #09334f;
}

.div-block-2 {
  display: block;
  -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 {
  margin-left: 0px;
}

.div-block-3 {
  margin-top: -350px;
  margin-left: -473px;
}

.image-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 10%;
  z-index: 9999;
  width: auto !important;
}

.div-block-4 {
  height: 200px;
  padding-top: 0px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-5 {
  display: block;
  margin-left: 0px;
  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;
}

.image-3 {
  display: inline-block;
}

.divline {
  width: 2px;
  height: 15px;
  margin-top: -17px;
  margin-left: 135px;
  background-color: #fff;
}

.text-block {
  margin-right: 0px;
  margin-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

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

.div-block-7 {
  padding-top: 60px;
}

.div-block-8 {
  width: 2px;
  height: 15px;
  margin-top: -17px;
  margin-left: 113px;
  background-color: #fff;
}

.body {
  font-family: Montserrat, sans-serif;
}

.text-block-2 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 12px;
}

.seguro {
  margin-left: 10px;
  font-size: 12px;
}

.terminos {
  margin-left: 10px;
  font-size: 12px;
}

.div-block-9 {
  display: inline-block;
  margin-right: 40px;
  margin-left: 0px;
  padding-top: 73px;
  float: right;
  clear: right;
  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;
}

.link-block-2 {
  position: static;
  top: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-4 {
  position: relative;
  z-index: 2;
  width: 1%;
  margin-top: 55px;
  margin-left: 150px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.div-block-10 {
  position: relative;
  left: 64px;
  width: 500px;
  height: 350px;
  margin-top: 65px;
  margin-left: 80px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.column {
  z-index: 2;
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  left: -40px;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.contacto {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 78px;
  margin-bottom: 70px;
  background-color: #f6f6f6;
}

.heading {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #555;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.button {
  position: static;
  display: inline-block;
  width: 230px;
  height: 50px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #23cbb0;
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  font-size: 14px;
  text-align: center;
}

.button:hover {
  background-color: #245779;
  color: #fff;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 80px;
  -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;
}

.paragraph {
  color: #245779;
  font-size: 20px;
  font-weight: 400;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-2 {
  color: #245779;
  font-size: 24px;
  line-height: 34px;
}

.paragraph-2 {
  margin-top: -10px;
  letter-spacing: 0px;
}

.div-block-12 {
  width: 490px;
}

.atencion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/img-8.webp');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.paragraph-3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.bold-text-3 {
  color: #23cbb0;
  font-size: 32px;
  text-align: center;
}

.div-block-13 {
  width: 360px;
  height: 300px;
  background-color: #fff;
}

.column-3 {
  padding-right: 30px;
  padding-left: 0px;
}

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

.heading-2 {
  color: #245779;
}

.paragraph-4 {
  color: #555;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: -1px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.image-5 {
  display: inline-block;
  margin-top: 40px;
}

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

.columns-2 {
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-16 {
  margin-top: 0px;
  text-align: center;
}

.paragraph-5 {
  color: #fff;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
}

.bold-text-4 {
  color: #23cbb0;
}

.div-block-17 {
  margin-top: 49px;
  margin-bottom: 86px;
}

.text-block-3 {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.finpat {
  width: 100%;
  height: 100%;
}

.div-block-18 {
  position: absolute;
  height: 40vh;
  background-image: url('../images/img-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.creditos {
  width: 100%;
  margin-top: -10px;
  color: #fff;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.bold-text-5 {
  margin-top: -25px;
  color: #23cbb0;
  font-size: 24px;
}

.columns-3 {
  margin-top: -100px;
}

.heading-4 {
  color: #23cbb0;
  font-size: 22px;
}

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

.paragraph-6 {
  color: #555;
  line-height: 23px;
  font-weight: 500;
}

.link {
  color: #245779;
  font-weight: 500;
}

.column-6 {
  height: auto;
  padding-right: 0px;
  padding-left: 60px;
}

.div-block-19 {
  width: 400px;
  margin-left: 0px;
}

.div-block-20 {
  width: 400px;
  margin-left: 0px;
}

.div-block-21 {
  margin-top: 0px;
}

.paragraph-7 {
  color: #555;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}

.bold-text-7 {
  color: #23cbb0;
}

.link-2 {
  color: #245779;
  font-weight: 500;
}

.italic-text {
  font-size: 12px;
}

.image-6 {
  width: 350px;
}

.div-block-22 {
  width: 350px;
}

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

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  color: #245779;
  font-size: 12px;
  font-weight: 500;
}

.paragraph-8 {
  color: #555;
  font-weight: 500;
}

.bold-text-8 {
  color: #23cbb0;
}

.italic-text-2 {
  font-size: 12px;
}

.image-7 {
  width: 90%;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 500px;
  float: left;
  clear: left;
}

.div-block-24 {
  position: relative;
  left: -96px;
  top: -150px;
  right: 0px;
  width: 800px;
  height: 200px;
  float: right;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#245779), color-stop(66%, #245b7b), to(#23cbb0));
  background-image: linear-gradient(180deg, #245779, #245b7b 66%, #23cbb0);
}

.paragraph-9 {
  color: #fff;
  font-size: 25px;
  line-height: 34px;
}

.italic-text-3 {
  font-size: 20px;
  line-height: 25px;
}

.div-block-25 {
  width: 700px;
  padding-top: 38px;
  padding-left: 248px;
}

.div-block-26 {
  padding-top: 0px;
}

.paragraph-10 {
  color: #fff;
}

.div-block-27 {
  position: relative;
  left: 100px;
  top: -110px;
  width: 300px;
  height: 126px;
  float: left;
  background-color: #23cbb0;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.paragraph-11 {
  color: #245779;
  font-size: 27px;
  line-height: 37px;
}

.div-block-28 {
  margin-top: 25px;
  margin-right: 25px;
  margin-left: 25px;
}

.bold-text-9 {
  margin-right: auto;
  margin-left: auto;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto 80px;
  -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-image: url('../images/Recurso-48-Copy.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.div-block-29 {
  position: relative;
  left: 0%;
  top: 125px;
  right: auto;
  bottom: 0%;
  margin-top: 110px;
  clear: left;
  background-color: #23cbb0;
}

.div-block-30 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  float: left;
}

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

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

.div-block-32 {
  width: 65%;
}

.column-8 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-10 {
  width: 90%;
}

.div-block-33 {
  width: 90%;
}

.div-block-34 {
  width: 90%;
}

.form {
  position: relative;
  display: block;
  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;
}

.columns-5 {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-9 {
  position: static;
  padding-top: 100px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-5 {
  display: block;
  margin-top: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #245779;
  font-size: 30px;
  line-height: 40px;
}

.paragraph-12 {
  width: 100%;
  padding-left: 50px;
  color: #555;
  font-size: 17px;
  line-height: 24px;
}

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

.div-block-35 {
  float: left;
}

.div-block-36 {
  margin-top: 50px;
}

.div-block-37 {
  margin-top: 50px;
}

.div-block-38 {
  margin-top: 50px;
}

.div-block-39 {
  width: 100%;
  padding-right: 20px;
}

.column-10 {
  padding-top: 170px;
  padding-right: 0px;
  padding-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-40 {
  width: 100%;
  padding-left: 20px;
}

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

.image-11 {
  position: relative;
  left: 156px;
  top: 65px;
  width: 90%;
}

.div-block-42 {
  position: relative;
  left: 177px;
  top: 20px;
  width: 500px;
  height: 380px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.div-block-43 {
  display: inline-block;
  margin-top: 10px;
}

.link-4 {
  padding-left: 10px;
  text-decoration: none;
}

.div-block-44 {
  height: 300px;
  padding-right: 40px;
  padding-left: 40px;
}

.text-block-4 {
  padding-top: 50px;
}

.div-block-45 {
  padding-bottom: 20px;
}

.bold-text-11 {
  color: #245779;
  font-size: 18px;
}

.bold-text-12 {
  color: #245779;
}

.bold-text-13 {
  color: #245779;
}

.div-block-46 {
  padding-top: 15px;
}

.bold-text-14 {
  color: #245779;
  font-size: 25px;
}

.paragraph-13 {
  font-size: 15px;
  line-height: 25px;
}

.div-block-47 {
  position: relative;
}

.div-block-48 {
  position: absolute;
  display: block;
  margin-top: 300px;
  margin-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-49 {
  position: static;
  max-width: 1300px;
  margin-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-12 {
  width: 70%;
  margin-top: -170px;
  padding-top: 0px;
  padding-left: 0px;
}

.heading-6 {
  width: 650px;
  margin-top: 0px;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
}

.paragraph-14 {
  width: 510px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 27px;
  line-height: 43px;
}

.bold-text-15 {
  color: #23cbb0;
}

.div-block-78 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999999;
  display: block;
  width: 60px;
  height: 50px;
  margin-top: 140px;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.wa {
  width: 60px;
  height: 50px;
  padding: 0px;
  background-color: transparent;
  background-image: url('../images/wa1.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}

.wa:hover {
  background-color: transparent;
  background-image: url('../images/wa2.svg');
}

.columns-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-79 {
  overflow: hidden;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-top: 94px;
  -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;
}

.container-2 {
  display: block;
  max-width: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-4 {
  display: block;
  max-width: 1300px;
}

.container-5 {
  max-width: 1300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-6 {
  max-width: 1300px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.brand {
  width: 250px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-13 {
  margin-left: 10px;
}

.nav-link {
  font-weight: 500;
}

.nav-link:hover {
  font-weight: 700;
}

.nav-link.w--current {
  color: #245779;
  font-weight: 700;
}

.nav-link-2 {
  font-weight: 500;
}

.nav-link-2:hover {
  font-weight: 700;
}

.nav-link-2.w--current {
  color: #245779;
  font-weight: 700;
}

.nav-link-3 {
  font-weight: 500;
}

.nav-link-3:hover {
  color: #23cbb0;
  font-weight: 700;
}

.nav-link-3.w--current {
  color: #245779;
  font-weight: 700;
}

.div-block-80 {
  display: inline-block;
  padding-left: 0px;
  background-color: transparent;
}

.div-block-81 {
  display: none;
  width: 100px;
  height: 2px;
  margin-top: -15px;
  margin-left: 20px;
  padding-left: 0px;
  background-color: #23cbb0;
}

.div-block-82 {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  cursor: pointer;
}

.div-block-83 {
  display: inline-block;
}

.button-2 {
  border-radius: 20px;
  background-color: #23cbb0;
  -webkit-transition: background-color 800ms ease;
  transition: background-color 800ms ease;
  font-weight: 500;
}

.button-2:hover {
  background-color: #245779;
}

.nav-menu {
  display: block;
}

.div-block-84 {
  display: inline-block;
  margin-left: 10px;
  padding-top: 5px;
  float: right;
}

.container-7 {
  position: relative;
  top: -305px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  max-width: 1300px;
  margin-top: 80px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-7 {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.heading-7 {
  color: #23cbb0;
  font-size: 25px;
}

.paragraph-15 {
  margin-top: 40px;
  color: #555;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.text-block-5 {
  margin-bottom: 40px;
  color: #555;
  font-weight: 500;
}

.link-5 {
  color: #245779;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.link-5:hover {
  font-weight: 700;
  text-decoration: underline;
}

.div-block-85 {
  width: 500px;
  margin-top: 50px;
  padding-left: 0px;
}

.bold-text-16 {
  font-size: 30px;
  letter-spacing: -2px;
}

.italic-text-4 {
  font-size: 14px;
}

.image-14 {
  width: 533px;
}

.image-15 {
  width: 512px;
}

.div-block-87 {
  overflow: hidden;
}

.section-2 {
  width: 100%;
  height: 100%;
}

.container-8 {
  max-width: 1300px;
  margin-bottom: 0px;
  padding: 140px 40px 100px;
}

.heading-8 {
  width: 700px;
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #23cbb0;
  font-size: 30px;
  line-height: 45px;
  text-align: left;
  text-transform: uppercase;
}

.paragraph-16 {
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  color: #555;
  line-height: 22px;
  font-weight: 500;
}

.div-block-88 {
  position: static;
  height: 400px;
  background-image: url('../images/img-6_1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-9 {
  margin-top: -15px;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #23cbb0;
  text-align: center;
}

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

.div-block-89 {
  position: fixed;
  top: auto;
  width: 600px;
  height: 800px;
  background-color: #f6f6f6;
}

.div-block-90 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1100px;
  height: 1000px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f6f6f6;
}

.div-block-91 {
  max-width: 1300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-3 {
  width: 100%;
  height: 100%;
  background-color: #245779;
}

.container-9 {
  display: block;
  max-width: 1300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-92 {
  max-width: 1300px;
}

.columns-8 {
  position: static;
  max-width: 1300px;
}

.column-11 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.image-16 {
  max-width: 100%;
}

.div-block-93 {
  position: absolute;
}

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

.div-block-95 {
  display: block;
  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;
}

.container-10 {
  position: relative;
  z-index: 2;
  max-width: 1300px;
}

.section-4 {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
}

.div-block-96 {
  width: 650px;
}

.div-block-97 {
  width: 750px;
  float: right;
}

.div-block-98 {
  position: absolute;
  left: 100px;
  top: 143px;
  z-index: 2;
  width: 666px;
  height: 500px;
  background-image: url('../images/Recurso-48-Copy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.image-18 {
  height: 450px;
}

.div-block-99 {
  position: relative;
}

.div-block-100 {
  width: 470px;
  margin-top: 95px;
  margin-left: 56px;
}

.heading-10 {
  color: #245779;
  font-size: 25px;
}

.paragraph-17 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
}

.text-block-6 {
  color: #245779;
  font-size: 22px;
  font-weight: 700;
}

.div-block-101 {
  padding-top: 60px;
}

.image-19 {
  float: none;
}

.text-block-7 {
  float: left;
  clear: left;
}

.div-block-102 {
  display: inline-block;
  margin-top: 20px;
  float: left;
}

.link-block-3 {
  width: 300px;
  float: left;
  clear: left;
}

.div-block-103 {
  margin-left: 15px;
  float: right;
  color: #245779;
  text-decoration: none;
}

.bold-text-18 {
  font-size: 44px;
  line-height: 55px;
}

.column-12 {
  padding-right: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-13 {
  padding-left: 0px;
}

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

.ctamovil {
  display: none;
}

.heading-11 {
  display: none;
}

.lottie-animation {
  width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.container-11 {
  max-width: 1300px;
}

.link-6 {
  text-decoration: none;
}

.italic-text-5 {
  font-size: 15px;
}

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

.bold-text-24 {
  font-size: 20px;
  letter-spacing: -1px;
}

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

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

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

.text-block-8 {
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  text-align: center;
}

.bold-text-26 {
  color: #245779;
}

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

.bold-text-28 {
  font-size: 18px;
}

.bold-text-29 {
  font-size: 18px;
}

.div-block-107 {
  position: relative;
  top: -302px;
}

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

.div-block-108 {
  margin-top: 72px;
  margin-bottom: 60px;
}

.image-20 {
  width: 618px;
}

@media screen and (max-width: 991px) {
  .div-block-78 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-78 {
    width: 50px;
    height: 45px;
  }

  .wa {
    width: 50px;
    height: 45px;
    margin-right: auto;
    margin-left: auto;
    background-size: contain;
  }
}

@media screen and (max-width: 479px) {
  .cover {
    height: 750px;
    padding-right: 10px;
    padding-left: 20px;
    background-image: url('../images/Tablet.webp');
    background-size: cover;
  }

  .footer {
    height: 300px;
  }

  .image-2 {
    display: none;
  }

  .div-block-4 {
    height: 300px;
    padding-left: 20px;
  }

  .image-3 {
    padding-top: 20px;
  }

  .divline {
    display: none;
  }

  .link-block {
    float: left;
    clear: left;
  }

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

  .seguro {
    margin-left: 0px;
  }

  .terminos {
    margin-left: 0px;
    float: left;
    clear: left;
  }

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

  .heading {
    font-size: 20px;
  }

  .button {
    position: absolute;
    display: none;
  }

  .div-block-11 {
    width: 100%;
    padding-top: 20px;
  }

  .paragraph {
    font-size: 14px;
  }

  .bold-text {
    font-size: 17px;
    line-height: 23px;
  }

  .columns {
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-12 {
    width: 100%;
    margin-top: 50px;
  }

  .atencion {
    width: 100%;
    height: 100%;
    background-color: #272727;
    background-image: none;
    background-size: auto;
  }

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

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

  .div-block-13 {
    width: 100%;
    height: 260px;
    margin-bottom: 30px;
  }

  .column-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-4 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 23px;
  }

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

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

  .div-block-17 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
  }

  .finpat {
    width: 100%;
    height: 100%;
  }

  .creditos {
    height: 100%;
  }

  .div-block-24 {
    left: 0px;
    width: 100%;
  }

  .paragraph-9 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .italic-text-3 {
    width: 90%;
    font-size: 11px;
    line-height: 9px;
    text-align: center;
  }

  .div-block-25 {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px;
    float: right;
    clear: left;
  }

  .paragraph-10 {
    width: 90%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    line-height: 14px;
    text-align: center;
  }

  .div-block-27 {
    left: auto;
    z-index: 2;
    display: none;
    margin-left: 10px;
    float: left;
    clear: left;
  }

  .paragraph-11 {
    line-height: 35px;
    text-align: center;
  }

  .bold-text-9 {
    font-size: 21px;
    line-height: 22px;
    text-align: center;
  }

  .section {
    height: 100%;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .columns-5 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-9 {
    padding-top: 60px;
  }

  .heading-5 {
    font-size: 26px;
    line-height: 30px;
  }

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

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

  .column-10 {
    padding-top: 60px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-40 {
    margin-top: 40px;
    padding-left: 0px;
  }

  .div-block-48 {
    position: absolute;
    left: 0%;
    top: 500px;
    right: 0%;
    bottom: 0%;
    width: 90%;
    height: 100%;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .div-block-49 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-width: none;
    margin-top: 0px;
  }

  .image-12 {
    display: none;
  }

  .heading-6 {
    width: 100%;
    font-size: 30px;
    line-height: 31px;
  }

  .paragraph-14 {
    width: auto;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
  }

  .div-block-78 {
    width: 50px;
    height: 45px;
    margin-top: 140px;
  }

  .wa {
    width: 50px;
    height: 45px;
    background-size: contain;
  }

  .div-block-79 {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container {
    margin-bottom: 40px;
  }

  .container-2 {
    display: block;
    max-width: none;
  }

  .container-3 {
    margin-top: -233px;
  }

  .navbar {
    background-color: #fff;
  }

  .nav-link {
    padding-top: 40px;
    font-size: 18px;
  }

  .nav-link-2 {
    padding-top: 40px;
    font-size: 18px;
  }

  .nav-link-3 {
    padding-top: 40px;
    font-size: 18px;
  }

  .div-block-80 {
    display: block;
  }

  .div-block-81 {
    display: none;
    margin-left: 0px;
  }

  .div-block-82 {
    display: block;
  }

  .div-block-83 {
    display: block;
  }

  .button-2 {
    display: block;
    width: 50%;
    margin-top: 40px;
    margin-right: 0px;
    margin-left: 20px;
  }

  .nav-menu {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
  }

  .div-block-84 {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
  }

  .container-7 {
    height: 950px;
    max-width: none;
    margin-top: -70px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .columns-7 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .paragraph-15 {
    margin-top: 20px;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: -1px;
  }

  .div-block-85 {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .bold-text-16 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -1px;
  }

  .italic-text-4 {
    font-size: 12px;
  }

  .image-14 {
    width: 100%;
    margin-top: 234px;
    padding-top: 0px;
  }

  .div-block-86 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-8 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .heading-8 {
    width: 100%;
  }

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

  .div-block-88 {
    height: 300px;
    background-color: #245779;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .heading-9 {
    margin-top: -15px;
    margin-bottom: 0px;
    font-size: 39px;
  }

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

  .div-block-90 {
    width: 100%;
    height: 1200px;
  }

  .div-block-91 {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-4 {
    height: 810px;
  }

  .div-block-97 {
    display: block;
    width: 100%;
  }

  .div-block-98 {
    left: auto;
    top: 249px;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .div-block-99 {
    margin-bottom: 0px;
    padding-bottom: 120px;
  }

  .div-block-100 {
    width: 100%;
    margin-top: 60px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 20px;
  }

  .heading-10 {
    margin-top: 30px;
  }

  .paragraph-17 {
    font-size: 15px;
  }

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

  .div-block-101 {
    padding-top: 40px;
  }

  .bold-text-18 {
    font-size: 26px;
    line-height: 35px;
  }

  .column-12 {
    clear: left;
    background-color: transparent;
  }

  .column-13 {
    padding-left: 20px;
    clear: left;
  }

  .div-block-104 {
    margin-top: 0px;
  }

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

  .bold-text-19 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -1px;
  }

  .bold-text-20 {
    width: 100%;
    font-size: 17px;
    line-height: 18px;
    text-align: center;
  }

  .menu-button {
    color: #23cbb0;
  }

  .menu-button.w--open {
    background-color: #fff;
    color: #23cbb0;
  }

  .button-3 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    width: 100%;
    text-align: center;
  }

  .ctamovil {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #23cbb0;
    -webkit-transition: background-color 800ms ease;
    transition: background-color 800ms ease;
    text-align: center;
  }

  .ctamovil:hover {
    background-color: #245779;
  }

  .bold-text-21 {
    font-size: 19px;
  }

  .icon {
    background-image: url('../images/menu-2-line.svg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    color: transparent;
  }

  .icon:hover {
    background-image: url('../images/close-fill.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bold-text-22 {
    font-size: 17px;
  }

  .heading-11 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    text-align: center;
  }

  .lottie-animation {
    width: 100%;
  }

  .column-15 {
    padding-left: 0px;
  }

  .text-block-8 {
    padding-bottom: 10px;
    font-size: 18px;
  }

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

  .bold-text-28 {
    font-size: 15px;
  }

  .bold-text-29 {
    font-size: 15px;
  }

  .div-block-106 {
    margin-top: 40px;
  }

  .div-block-107 {
    top: -345px;
    margin-top: 118px;
  }
}