@font-face {
  font-family: Capitana;
  src: url('../fonts/Capitana-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Capitana;
  src: url('../fonts/Capitana-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Capitana;
  src: url('../fonts/Capitana-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18 Pt";
  src: url('../fonts/Inter_18pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 24 Pt";
  src: url('../fonts/Inter_24pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.div-block {
  z-index: -100;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  max-height: 800px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  overflow: visible;
}

.container {
  z-index: 1;
  max-width: none;
  position: relative;
}

.div-block-2 {
  z-index: 2;
  mix-blend-mode: multiply;
  background-color: #222831;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  bottom: auto;
}

.div-block-3 {
  background-image: url('../images/finpi_cover-Back.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: auto;
  position: relative;
  overflow: visible;
}

.flex-block {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.container-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1360px;
  margin-top: 180px;
  margin-bottom: auto;
  display: flex;
}

.flex-block-2 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.flex-block-3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-4 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #e95f2a;
  border-radius: 6px;
  height: auto;
  margin-top: 60px;
  padding: 16px 20px;
  font-family: Capitana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  transition: background-color .2s, filter .2s;
}

.button:hover {
  filter: drop-shadow(0 0 8px #e95f2a);
  background-color: #2d3243;
}

.div-block-4 {
  background-color: #e95f2a;
  width: 2px;
  height: 34px;
}

.text-block {
  color: #fff;
  max-width: 414px;
  margin-left: 10px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  line-height: 110%;
}

.image {
  width: auto;
  max-width: 105%;
}

.image-2 {
  margin: 0;
}

.text-block-2 {
  color: #fff;
  margin-top: 58px;
  font-family: Capitana, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 120%;
}

.link-block-25 {
  flex: none;
  width: auto;
  height: 50%;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.link-block-25.w--current {
  color: #282a32;
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.vavbar_link {
  color: #143b50;
  border: 1px #000;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.vavbar_link:hover {
  border: 1px #000;
}

.vavbar_link:active {
  border-bottom-color: #856345;
}

.vavbar_link:focus {
  border-bottom: 1px #856345;
}

.vavbar_link:visited {
  border-bottom: 0 #856345;
}

.vavbar_link:lang(en) {
  border-bottom: 1px #856345;
}

.text-size-small {
  color: #fff;
  padding-top: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
}

.clip-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-block-10-copy-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  right: auto;
}

.container-27 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-around;
  place-items: center;
  max-width: none;
  height: 90px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  overflow: clip;
}

.div-block-107 {
  z-index: -1;
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffe6;
  border-bottom: 1px solid #222831;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
}

.image-30 {
  flex: none;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hover-text.bottom {
  position: absolute;
  bottom: -100%;
}

.navbar-4 {
  z-index: 1000;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: auto;
  overflow: clip;
}

.cta {
  color: #fff;
  text-transform: none;
  background-color: #0000;
  border-bottom: 2px solid #e95f2a;
  border-radius: 0;
  margin-top: 0;
  padding: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
}

.section-2 {
  background-color: #fff;
  background-image: linear-gradient(#bfc0c033, #bfc0c033);
  min-height: 705px;
  padding-top: 150px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-28 {
  width: 100%;
  max-width: 1126px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.flex-block-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flex-block-6, .div-block-108 {
  flex: 0 auto;
  width: 100%;
  max-width: 543px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  color: #4f5c75;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.etiqueta {
  color: #e95f2a;
  text-align: center;
  flex: none;
  align-self: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: auto;
  font-family: Capitana, Arial, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.titulo_01 {
  color: #2d3243;
  margin-top: 15px;
  font-family: Capitana, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
}

.parrafo_01 {
  color: #4f5c75;
  margin-top: 34px;
  margin-left: 116px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.text-span {
  color: #e95f2a;
}

.image-31 {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
}

.image-32 {
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
}

.container-15 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.container-12 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.image-9 {
  vertical-align: baseline;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.image-8 {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: hidden;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-61, .div-block-59 {
  overflow: hidden;
}

.frame {
  background-image: url('../images/back.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 300%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.div-block-16 {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 1380px;
  margin: auto 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flex-block-3-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: auto;
}

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

.div-block-19 {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.div-block-20 {
  background-color: #c0985b;
  max-width: 50px;
  height: 1px;
  max-height: none;
  margin-top: 5px;
  margin-bottom: 30px;
}

.flex-block-3-1-3 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  max-width: 330px;
  margin: auto 0;
}

.container_5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/back_icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.link {
  color: #c0985b;
}

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

.button-4 {
  color: #f6f5f2;
  background-color: #c0985b;
  border: 0 #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 190px;
  min-width: auto;
  max-width: none;
  height: 46px;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 23px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.button-4:hover {
  color: #f6f5f2;
  background-color: #c0985b;
  border: 0 #c0985b;
}

.container-14 {
  width: auto;
  max-width: none;
  height: auto;
  max-height: 350px;
  display: block;
  overflow: hidden;
}

.div-block-21 {
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin: auto 0 0;
  display: block;
  position: static;
  top: auto;
  overflow: visible;
}

.container-5-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-6-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

.list {
  padding-left: 20px;
}

.flex-block--2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 680px;
  height: auto;
  margin: 54px 0 auto auto;
}

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

.div-block-46 {
  border-radius: 5px;
  flex: 0 auto;
  height: 46px;
  margin-top: 50px;
  overflow: hidden;
}

.rich-text-block-2 {
  color: #33342d;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.track {
  background-color: #0000;
  height: 300vw;
}

.flex-block-3-1-2 {
  flex-flow: column;
  align-self: flex-start;
  width: 100%;
  max-width: 446px;
  margin: 0 auto 0 0;
}

.flex-block-3-1-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 446px;
  margin: 0 0 0 auto;
}

.div-block-44 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.div-block-15 {
  color: #c0985b;
  background-color: #c0985b;
  width: auto;
  max-width: none;
  height: 1px;
  margin: auto auto 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  top: auto;
  bottom: auto;
}

.div-block-17 {
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-18 {
  max-width: 447px;
  height: 510px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
}

.text-block-9 {
  color: #2d3243;
  align-self: flex-end;
  font-family: Capitana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.div-block-6-1-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

.container-13 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  aspect-ratio: auto;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.heading-6 {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.text-block-10 {
  color: #33342d;
  text-transform: uppercase;
  max-width: 213px;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.div-block-6-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  display: flex;
}

.text-block-8 {
  color: #e95f2a;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Capitana, Arial, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.list-item-4 {
  margin-top: 0;
}

.paragraph-6 {
  color: #33342d;
  max-width: 330px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-6-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.item-1 {
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

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

.div-block-15_1 {
  color: #c0985b;
  background-color: #0000;
  width: auto;
  max-width: none;
  height: 1px;
  margin: auto auto 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
  top: auto;
  bottom: auto;
  overflow: hidden;
}

.div-block-45 {
  border-radius: 5px;
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.flex-block-7 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 0;
}

.div-block-109 {
  border-radius: 10000000px;
  width: auto;
  max-width: 310px;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.image-33 {
  max-height: none;
}

.flex-block-8 {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  width: auto;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.etiqueta-2 {
  color: #e95f2a;
  flex: none;
  align-self: flex-start;
  width: auto;
  font-family: Capitana, Arial, sans-serif;
  font-size: 12px;
  line-height: 100%;
}

.flex-block-9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  max-width: none;
  margin-top: 30px;
}

.div-block-110 {
  background-color: #e95f2a;
  width: 40px;
  height: 2px;
  margin-top: 13px;
}

.text-block-11 {
  color: #4f5c75;
  max-width: 372px;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.text-span-15 {
  color: #e95f2a;
}

.div-block-111 {
  border-radius: 100000px;
  width: 100%;
  min-width: auto;
  max-width: 541px;
  height: 100%;
  max-height: 322px;
  margin-top: 170px;
  overflow: hidden;
}

.section-3 {
  background-image: url('../images/finpi_icon_back.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: auto;
  padding: 220px 40px 140px;
}

.div-block-112 {
  z-index: 0;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-113 {
  z-index: 1;
  border-radius: 10000000px;
  flex: none;
  order: 0;
  align-self: auto;
  width: 100%;
  max-width: 390px;
  height: 100%;
  max-height: 390px;
  margin: auto;
  display: block;
  position: absolute;
  top: auto;
  bottom: auto;
  overflow: hidden;
}

.div-block-114 {
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 49%;
  display: block;
  position: static;
}

.button3 {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  background-color: #e95f2a;
  border-radius: 6px;
  flex: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  font-family: Capitana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  transition: filter .2s;
  position: absolute;
}

.button3:hover {
  filter: drop-shadow(0 0 6px #e95f2a);
}

.section-4 {
  vertical-align: baseline;
  background-image: url('../images/banner_back.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-29 {
  width: 100%;
  max-width: 740px;
  margin-top: 210px;
  margin-bottom: 210px;
}

.flex-block-10 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

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

.text-block-12 {
  text-align: center;
  max-width: 510px;
  margin-top: 35px;
  font-size: 16px;
  line-height: 120%;
}

.titulo_02 {
  color: #2d3243;
  text-align: center;
  margin-top: 15px;
  font-family: Capitana, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 130%;
}

.text-span-16 {
  color: #e95f2a;
}

.text-span-17 {
  color: #2d3243;
  font-family: "Inter 24 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-116 {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.image-34 {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
  margin: auto;
  display: inline-block;
  position: static;
  overflow: visible;
}

.etiqueta-copy {
  color: #e95f2a;
  text-align: center;
  flex: none;
  align-self: center;
  width: auto;
  font-family: Capitana, Arial, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.div-block-117 {
  background-image: linear-gradient(#0000, #00000040);
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 40px;
  margin: 0 auto auto;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
}

.container-30 {
  max-width: 900px;
  margin-top: 0;
}

.text-block-13 {
  color: #2d3243;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Capitana, Arial, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 130%;
}

.text-span-18 {
  color: #e95f2a;
}

.section-5 {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 0;
}

.container-31 {
  width: 100%;
  max-width: 1126px;
  display: block;
}

.flex-block-11 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  background-color: #222831;
  flex-flow: column;
  justify-content: space-between;
  height: 380px;
  padding: 70px 40px 20px;
  display: flex;
}

.flex-block-12 {
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 543px;
}

.div-block-118 {
  background-image: url('../images/contacto.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80%;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.titulo_03 {
  color: #2d3243;
  text-align: left;
  margin-top: 15px;
  font-family: Capitana, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.parrafo_02 {
  color: #4f5c75;
  text-align: left;
  max-width: 426px;
  margin-top: 30px;
  margin-left: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.flex-block-13 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: 30px;
}

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

.div-block-113-copy {
  z-index: 1;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0 auto;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
  overflow: visible;
}

.image-35 {
  z-index: 1;
  vertical-align: baseline;
  flex: none;
  order: 0;
  align-self: center;
  width: 100%;
  max-width: 426px;
  margin: 0;
  display: block;
  position: relative;
  left: auto;
  right: auto;
  overflow: visible;
}

.image-36 {
  z-index: 0;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 100%;
  max-width: 476px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.container-32 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.flex-block-10-copy-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  right: auto;
}

.text-size-small2 {
  color: #fff;
  padding-top: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 110%;
}

.container-33 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.text-block-14 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  font-family: "Inter 18 Pt", Arial, sans-serif;
  font-size: 10px;
}

.flex-block-14 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.flex-block-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.link-2 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-overflow: clip;
}

.image-37 {
  transition: transform .2s;
}

.image-37:hover {
  transform: translate(0, -6px);
}

.link-block-25-copy {
  flex: none;
  width: 114px;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.link-block-25-copy.w--current {
  color: #282a32;
  flex: 0 auto;
  margin-left: 0;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.div-block-119 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-120 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: block;
}

.link-block-7 {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  transition: font-variation-settings .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.link-block-7:hover {
  font-style: normal;
}

.div-block-96 {
  background-color: #c0985b;
  width: auto;
  height: .5px;
  margin: 25px 0;
  padding-left: 0;
  display: block;
}

.nav-menu-3 {
  z-index: 5;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffe6;
  flex-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.link-block-8 {
  margin-left: auto;
  margin-right: auto;
}

.clip {
  z-index: 1;
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: none;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-small-copy {
  color: #282a32;
  padding-top: 0;
  font-size: 14px;
}

.div-block-99 {
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 600px;
  margin: 0% auto;
  display: flex;
  overflow: visible;
}

.image-27 {
  flex: 0 auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-34 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.text-size-small-copy-2 {
  color: #282a32;
  padding-top: 0;
  font-size: 14px;
}

.menu-button-2 {
  z-index: 10;
  width: 40px;
  max-width: none;
  height: 40px;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.menu-button-2.w--open {
  z-index: 7;
  background-color: #0000;
}

.container-35 {
  background-color: #0000;
  border: 0 #000;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  height: 120px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
  display: flex;
  overflow: clip;
}

.div-block-94 {
  z-index: -1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #f6f4f1a6;
  border-bottom: .5px solid #c0985b;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.button-7-copy {
  color: #000;
  text-align: center;
  border: 1px solid #dfdedb;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .65rem 1.3rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-7-copy.is-secondary {
  color: #143b50;
  background-color: #0000;
  border: 1px solid #9c824f;
  min-width: auto;
  padding: 4px 20px;
}

.div-block-95 {
  z-index: 0;
  background-color: #0000;
  order: 0;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.heading-11 {
  color: #33342d;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
  line-height: 53px;
  transition: font-variation-settings .2s cubic-bezier(.645, .045, .355, 1);
}

.heading-11:hover {
  font-style: normal;
}

.navbar_movil {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: auto;
  overflow: clip;
}

.button-copy {
  color: #fff;
  text-transform: uppercase;
  background-color: #e95f2a;
  border-radius: 6px;
  height: auto;
  margin-top: 60px;
  padding: 16px 20px;
  font-family: Capitana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  transition: background-color .2s, filter .2s;
}

.button-copy:hover {
  filter: drop-shadow(0 0 8px #e95f2a);
  background-color: #2d3243;
}

.section-7 {
  display: none;
}

.div-block-109-copy {
  border-radius: 10000000px;
  width: auto;
  max-width: 310px;
  height: auto;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.flex-block-3-1-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: auto;
}

.flex-block-10-mov {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: relative;
  right: auto;
}

.navbar_movil_2 {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: auto;
  overflow: clip;
}

.button-copy-copy {
  color: #fff;
  text-transform: uppercase;
  background-color: #e95f2a;
  border-radius: 6px;
  height: auto;
  margin-top: 60px;
  padding: 16px 20px;
  font-family: Capitana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 110%;
  transition: background-color .2s, filter .2s;
}

.button-copy-copy:hover {
  filter: drop-shadow(0 0 8px #e95f2a);
  background-color: #2d3243;
}

.link-block-8-copy {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .section {
    height: auto;
    min-height: auto;
    margin-bottom: 0;
    padding-left: 0;
    position: static;
    overflow: hidden;
  }

  .div-block {
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    height: 120%;
    max-height: none;
    display: block;
  }

  .div-block-2 {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-3 {
    height: 100%;
  }

  .container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    max-width: none;
    height: 100%;
    margin-top: 140px;
    margin-bottom: 10px;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    overflow: visible;
  }

  .flex-block-2 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-3 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .flex-block-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .button {
    margin-top: 30px;
    font-size: 10px;
  }

  .text-block {
    width: 87%;
    font-size: 16px;
  }

  .image {
    width: 70%;
    max-width: none;
    height: auto;
    max-height: none;
    display: block;
    position: static;
    overflow: clip;
  }

  .image-2 {
    width: 25%;
    max-width: 100%;
  }

  .text-block-2 {
    text-align: center;
    width: 80%;
    margin-top: 40px;
    font-size: 38px;
  }

  .navbar-4 {
    display: none;
  }

  .section-2 {
    padding-bottom: 60px;
  }

  .container-28 {
    max-width: none;
  }

  .flex-block-5 {
    flex-flow: column;
  }

  .flex-block-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 90%;
    max-width: none;
  }

  .etiqueta {
    flex: 0 auto;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .titulo_01 {
    text-align: center;
    font-size: 38px;
  }

  .parrafo_01 {
    text-align: center;
    margin-left: 0;
    font-size: 14px;
  }

  .image-31 {
    width: 80%;
    margin-right: auto;
  }

  .image-32 {
    width: 10%;
    max-width: 100%;
    top: 401px;
    right: 102px;
  }

  .container-12 {
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .frame {
    justify-content: space-between;
    height: 100%;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-block-3-1 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
  }

  .div-block-19 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-3-1-3 {
    max-width: none;
  }

  .flex-block--2 {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .track {
    height: 500vw;
  }

  .flex-block-3-1-2 {
    margin-left: auto;
  }

  .flex-block-3-1-1 {
    margin-right: auto;
  }

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

  .div-block-17 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-18 {
    width: 50%;
    max-width: none;
    height: auto;
  }

  .text-block-9 {
    font-size: 22px;
    line-height: 140%;
  }

  .container-13 {
    flex-flow: row;
    align-self: stretch;
    padding-left: 0;
    padding-right: 0;
  }

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

  .item-1 {
    width: 100vw;
    height: 100vh;
  }

  .div-block-15_1 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .flex-block-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-109 {
    flex: 0 auto;
    width: 70%;
    max-width: none;
  }

  .image-33 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-8 {
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    max-width: none;
  }

  .text-block-11 {
    width: 100%;
    max-width: none;
    font-size: 14px;
  }

  .div-block-111 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-top: 0;
  }

  .div-block-112 {
    flex: none;
    width: auto;
    display: flex;
    position: relative;
  }

  .div-block-113 {
    flex: none;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 90%;
    max-width: none;
    height: auto;
    max-height: none;
    display: block;
    position: absolute;
    overflow: hidden;
  }

  .div-block-114 {
    flex: 0 auto;
    align-self: auto;
    width: 100%;
  }

  .button3 {
    flex: none;
  }

  .container-29 {
    max-width: none;
    margin-top: 140px;
    margin-bottom: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-block-10 {
    flex: none;
    width: 80%;
  }

  .text-block-12 {
    font-size: 14px;
  }

  .titulo_02 {
    font-size: 38px;
  }

  .text-span-17 {
    font-size: 16px;
  }

  .div-block-116 {
    align-self: stretch;
    height: 100%;
    position: static;
  }

  .etiqueta-copy {
    font-size: 16px;
  }

  .container-30 {
    width: 75%;
    max-width: none;
  }

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

  .flex-block-11 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 70%;
  }

  .flex-block-12 {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .div-block-118 {
    background-size: 60%;
    width: 100%;
  }

  .titulo_03 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .parrafo_02 {
    text-align: center;
  }

  .image-36 {
    flex: none;
    align-self: auto;
    width: 100%;
    display: block;
    overflow: clip;
  }

  .container-32 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .flex-block-10-copy-2-copy {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .flex-block-14 {
    flex-flow: column;
  }

  .link-block-25-copy {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-121 {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .image-38 {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .link-block-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-96 {
    background-color: #e95f2a;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .nav-menu-3 {
    background-color: #ffffffe6;
  }

  .link-block-8 {
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-99 {
    max-width: none;
  }

  .image-27 {
    width: auto;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-34 {
    flex-flow: column;
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-size-small-copy-2 {
    font-size: 24px;
    line-height: 100%;
  }

  .menu-button-2 {
    background-image: url('../images/open.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .menu-button-2.w--open {
    background-image: url('../images/close.svg');
  }

  .container-35 {
    justify-content: center;
    height: 90px;
    padding-right: 20px;
    position: static;
  }

  .div-block-94 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffffe6;
    border-bottom-width: 1px;
    border-bottom-color: #222831;
    height: 90px;
  }

  .button-7-copy.is-secondary {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 40px;
    font-size: 16px;
  }

  .div-block-95 {
    padding-top: 30px;
  }

  .heading-11 {
    color: #222831;
    margin-left: 0;
    font-family: Capitana, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 110%;
  }

  .navbar_movil {
    z-index: 1000000;
    background-color: #0000;
    display: block;
  }

  .button-copy {
    width: auto;
    max-width: 215px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
  }

  .section-7 {
    display: none;
  }

  .div-block-109-copy {
    flex: 0 auto;
    width: 70%;
    max-width: none;
  }

  .flex-block-3-1-copy {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: auto;
  }

  .flex-block-10-mov {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .navbar_movil_2 {
    z-index: 1000000;
    background-color: #0000;
    display: none;
  }

  .button-copy-copy {
    width: auto;
    max-width: 215px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
  }

  .link-block-8-copy {
    flex: 0 auto;
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .container-27 {
    display: flex;
  }

  .navbar-4 {
    display: block;
  }

  .div-block-16 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container_5 {
    flex-flow: row;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-5-1 {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-6-1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list {
    text-align: left;
  }

  .flex-block--2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-62 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text-block-2 {
    text-align: left;
    width: 60%;
  }

  .track {
    height: 700vw;
  }

  .flex-block-3-1-2, .flex-block-3-1-1 {
    max-width: none;
  }

  .div-block-18 {
    width: 60%;
  }

  .text-block-9 {
    font-size: 28px;
    line-height: 36px;
  }

  .div-block-6-1-copy {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-63 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .container-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .div-block-6-2 {
    width: 100%;
  }

  .text-block-8 {
    font-size: 10px;
    line-height: 13px;
  }

  .paragraph-6 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-6-3 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-15_1, .container-34 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-35 {
    display: flex;
  }

  .heading-11 {
    font-size: 34px;
    line-height: 38px;
  }

  .navbar_movil, .navbar_movil_2 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-3 {
    margin-top: 20px;
  }

  .flex-block-4 {
    flex-flow: column;
  }

  .button {
    margin-top: 40px;
  }

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

  .text-block {
    text-align: center;
    width: 75%;
    max-width: none;
    font-size: 14px;
  }

  .image {
    width: 80%;
  }

  .image-2 {
    width: 40%;
  }

  .text-block-2 {
    width: auto;
    font-size: 36px;
  }

  .link-block-25 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .flex-block-10-copy-2 {
    flex-flow: column;
  }

  .container-27 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 90px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-4 {
    display: none;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-6 {
    width: 100%;
  }

  .etiqueta {
    margin-right: auto;
    font-size: 14px;
  }

  .titulo_01 {
    font-size: 32px;
  }

  .image-31 {
    width: 80%;
  }

  .image-32 {
    width: 14%;
    right: 26px;
  }

  .div-block-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .flex-block-3-1 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .track {
    display: none;
  }

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

  .text-block-9 {
    text-align: center;
    font-size: 24px;
    line-height: 34px;
    text-decoration: none;
  }

  .heading-6 {
    font-size: 36px;
    line-height: 48px;
  }

  .div-block-6-2 {
    padding-left: 0;
  }

  .paragraph-6 {
    line-height: 20px;
  }

  .flex-block-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: auto;
  }

  .div-block-109 {
    flex: 0 auto;
    width: auto;
    height: auto;
  }

  .image-33 {
    width: 70%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flex-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-9 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }

  .text-block-11 {
    text-align: center;
  }

  .section-3 {
    padding: 150px 20px 100px;
  }

  .div-block-114 {
    width: 90%;
    margin-top: 20px;
  }

  .button3 {
    font-size: 10px;
  }

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

  .flex-block-10 {
    width: 100%;
  }

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

  .titulo_02 {
    font-size: 32px;
  }

  .text-span-17, .etiqueta-copy {
    font-size: 14px;
  }

  .container-30 {
    width: auto;
  }

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

  .section-5 {
    padding-top: 100px;
  }

  .flex-block-11 {
    width: auto;
  }

  .section-6 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 15px;
  }

  .div-block-118 {
    background-size: 80%;
    margin-top: 40px;
  }

  .parrafo_02 {
    font-size: 16px;
  }

  .flex-block-10-copy-2-copy {
    flex-flow: column;
    display: none;
  }

  .container-33 {
    flex: 0 auto;
    margin-top: 60px;
  }

  .flex-block-14 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .flex-block-15 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .link-block-25-copy {
    flex: 0 auto;
    order: 0;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .div-block-119 {
    width: auto;
  }

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

  .link-block-8 {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .image-27 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-34 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .menu-button-2 {
    background-image: url('../images/open.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    flex: 0 auto;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 20px;
  }

  .menu-button-2.w--open {
    background-image: url('../images/close.svg');
    background-position: 50%;
    background-size: auto;
  }

  .container-35 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    height: 90px;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-94 {
    background-color: #ffffffe6;
    height: 90px;
  }

  .div-block-95 {
    padding-top: 30px;
  }

  .heading-11 {
    font-size: 22px;
    line-height: 110%;
  }

  .navbar_movil {
    display: none;
  }

  .section-7 {
    background-image: url('../images/finpi_icon_back.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 150px 20px 60px;
    display: block;
    overflow: hidden;
  }

  .container-36 {
    width: 100%;
  }

  .serviicios_mov {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-109-copy {
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: auto;
  }

  .div-block-122 {
    border-radius: 100000000px;
    align-self: center;
    width: 70%;
    margin-top: 40px;
    overflow: hidden;
  }

  .flex-block-3-1-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 110px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-10-mov {
    flex-flow: column;
    display: flex;
  }

  .navbar_movil_2 {
    display: block;
  }

  .button-copy-copy {
    margin-top: 20px;
    font-size: 9px;
  }

  .link-block-8-copy {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}

#w-node-_07db2b17-b282-673e-dd9a-c67c39f9c4b2-bad70c27 {
  justify-self: center;
}


@font-face {
  font-family: 'Capitana';
  src: url('../fonts/Capitana-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Capitana';
  src: url('../fonts/Capitana-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Capitana';
  src: url('../fonts/Capitana-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 18 Pt';
  src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter 24 Pt';
  src: url('../fonts/Inter_24pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}