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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: "Sourcesans 3";
  src: url('../fonts/SourceSans3-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

:root {
  --zindex: 1;
}

body {
  color: #000;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.fa_titles_w {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}

.fa_titles_w.lowercase {
  color: #5a87a2;
  text-transform: none;
  font-weight: 200;
}

.fa_stylesheet_container {
  margin-bottom: 4vw;
}

.fa_big_title_w {
  font-size: 4.5rem;
  line-height: 1;
}

.fa_stylesheet_titles {
  color: #919191;
  margin-bottom: 1vw;
  line-height: 1;
}

.fa_stylesheet_wrapper {
  width: 90vw;
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
}

.fa_small_title_w {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.fa_xxbig_title_w {
  text-transform: uppercase;
  font-size: 10rem;
  font-weight: 200;
  line-height: 1;
}

.fa_xxbig_title_w.fa_white {
  color: #fff;
}

.fa_small_text_w {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

.fa_medium_title_w {
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 1;
}

.fa_titles_spacing_w {
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.1;
}

.fa_xbig_title_w {
  font-size: 6.5rem;
  line-height: 1;
}

.fa_regular_text_w {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
}

.fa_regular_text_w.text-center {
  text-align: center;
}

.fa_big_text_w {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}

.fa_big_text_w.fa_white {
  color: #fff;
}

.fa_home_intro_wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.fa_home_intro_img_wrapper {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

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

.fa_home_intro_phrase_wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  display: flex;
  position: relative;
}

.fa_home_intro_overlay {
  z-index: 1;
  background-color: #00000080;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fa_home_intro_phrase_container {
  width: 95vw;
  overflow: hidden;
}

.fa_home_intro_phrase_container.right {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.about_intro_box_holder {
  position: relative;
}

.fa_somos_circle {
  background-color: #fff;
  height: 520vh;
  position: relative;
}

.fa_bars_wrapper {
  z-index: 3;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fa_bar {
  background-color: #001a3e00;
  justify-content: flex-start;
  align-items: flex-start;
  width: 0%;
  height: 25%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fa_bar._1 {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
}

.fa_bar._4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.product-mask_container {
  z-index: 2;
  background-color: #fff;
  width: 50vw;
  height: 15rem;
  position: relative;
}

.product-mask_container.sm {
  width: 25vw;
}

.product-mask_container.sm.large {
  height: 30rem;
}

.product-image_container {
  z-index: -1;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: fixed;
  inset: 0%;
}

.image-ratio_container {
  object-fit: fill;
  width: 50vw;
  position: relative;
}

.image-ratio_container.left {
  width: 25vw;
  margin-right: auto;
}

.image-ratio_asset {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.fa_grid_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eaeaea;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-top: 10rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.fa_grid_container-large {
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  display: flex;
}

.fa_grid_container-large.left {
  justify-content: flex-start;
  align-items: center;
}

.fa_grid_container-large.center {
  justify-content: center;
  align-items: center;
}

.fa_grid_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 25vw;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.fa_grid_white_space {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  width: 25vw;
  height: 35vh;
  display: flex;
}

.fa_home_cards_info_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 2rem;
  padding-right: 1rem;
  display: flex;
}

.fa_home_cards_info_container._01 {
  flex: none;
  position: static;
}

.fa_home_cards_info_content {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0009;
  width: 50%;
  padding: 15px;
}

.text_vertical_sww {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.1;
}

.text_vertical_sww.vertical-align {
  letter-spacing: 6px;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 1.1em;
  transform: translate(-.5vw)rotate(-180deg);
}

.fa_home_cards_card04 {
  background-color: #000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 55vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fa_home_cards_section {
  background-color: #eaeaea;
  height: 400vh;
  margin-bottom: 10rem;
}

.fa_home_cards_card01 {
  background-color: #000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 55vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fa_home_cards_wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.fa_home_cards_card03 {
  background-color: #000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 55vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.fa_home_cards_main {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  width: 75%;
  height: 55vh;
  margin-left: auto;
  display: flex;
  overflow: hidden;
}

.fa_home_cards_titles {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 3.5rem;
  display: flex;
}

.fa_home_cards_card02 {
  background-color: #000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 55vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.fa_home_cards_card_wrapper {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.fa_white_square {
  background-color: #fff;
  width: 25%;
  height: 40vh;
  margin-bottom: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.fa_white_square._2 {
  margin-right: 0;
}

.fa_stickyimages_main {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  height: 55vh;
  margin-left: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.fa_stickyimages_info_self {
  background-color: #eaeaea;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
}

.fa_stickyimages_info_self._04 {
  z-index: 12;
  opacity: 0;
}

.fa_stickyimages_info_self._02 {
  z-index: 10;
  opacity: 0;
}

.fa_stickyimages_info_self._03 {
  z-index: 11;
  opacity: 0;
}

.fa_stickyimages_info_self._01 {
  z-index: 1;
}

.fa_stickyimages_img_container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fa_stickyimages_img_container._03 {
  height: 0%;
  margin-top: auto;
}

.fa_stickyimages_img_container._02, .fa_stickyimages_img_container._04 {
  height: 0%;
}

.fa_stickyimages_camera {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 5rem;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.fa_stickyimages_info_wrapper {
  width: 40%;
  height: 55vh;
  position: relative;
}

.fa_stickyimages_section {
  background-color: #eaeaea;
  height: 450vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.fa_stickyimages_images_wrapper {
  width: 60%;
  height: 55vh;
  position: relative;
  overflow: hidden;
}

.fa_bar_cont {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  min-width: 40vw;
  display: flex;
}

.fa_bar_cont.footer {
  width: 60vw;
  min-width: 50vw;
  overflow: hidden;
}

.fa_somos_circle_wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.fa_home_intro {
  height: 520vh;
  position: relative;
}

.fa_somos_circle_outline {
  background-color: #1620dd00;
  border: 1px solid #001a3e;
  border-radius: 140vw;
  width: 70rem;
  height: 70rem;
  position: absolute;
  top: 40%;
}

.fa_somos_circle_1 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: -30% 0% auto;
}

.fa_somos_circle_2 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: -30% 0% 0% 0;
}

.fa_somos_circle_3 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  inset: -30% 0% auto;
}

.fa_somos_circle_container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 90vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.fa_somos_circle_1_sm {
  background-color: #000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -.5% 0% auto;
}

.fa_somos_circle_2_sm {
  background-color: #000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 37% 1% 0 auto;
}

.finacc_somos_circle_3_sm {
  background-color: #000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: .8rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 99.5% 0% auto 0;
}

.fa_somos_circle_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30vw;
  margin-top: -6rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.fa_line {
  background-color: #000;
  width: .1px;
  height: 8rem;
  margin-top: 2rem;
}

.fa_somos_circle_info_wrapper {
  justify-content: center;
  align-items: flex-start;
  height: 20rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.bar1_space1 {
  background-color: #eaeaea;
  width: 15%;
  height: 100%;
}

.bar1_space2 {
  background-color: #eaeaea00;
  width: 30%;
  height: 100%;
}

.bar1_space2.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.bar1_space3 {
  background-color: #eaeaea;
  justify-content: center;
  align-items: center;
  width: 55%;
  height: 100%;
  display: flex;
  position: relative;
}

.bar2_space1 {
  background-color: #eaeaea00;
  width: 15%;
  height: 100%;
}

.bar2_space1.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.bar2_space2 {
  background-color: #eaeaea;
  justify-content: flex-start;
  align-items: flex-end;
  width: 85%;
  height: 100%;
  display: flex;
}

.bar2_space2.intro {
  padding-left: 11vw;
}

.bar3_space1 {
  background-color: #eaeaea;
  width: 15%;
  height: 100%;
}

.bar3_space2 {
  background-color: #eaeaea00;
  width: 15%;
  height: 100%;
}

.bar3_space2.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.bar3_space3 {
  background-color: #eaeaea;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
}

.bar3_space3.top {
  justify-content: center;
  align-items: flex-start;
}

.bar4_space1 {
  background-color: #eaeaea00;
  width: 15%;
  height: 100%;
}

.bar4_space1.blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.bar4_space2 {
  background-color: #eaeaea;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  height: 100%;
  display: flex;
}

.fa_home_profiletxt_section {
  background-color: #eaeaea;
  width: 100vw;
  padding: 10rem 2rem;
  display: none;
}

.fa_home_profiletxt_container {
  width: 80%;
}

.fa_white_square_cta {
  background-color: #5a87a2;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 13px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.fa_footer {
  height: 520vh;
  position: relative;
}

.fa_footer_wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.fa_footer_contenido {
  background-color: #5a87a2;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.bars_wrapper-footer {
  z-index: var(--zindex);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bar-footer {
  background-color: #001a3e00;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 25%;
  padding: 0;
  display: flex;
  position: relative;
}

.bar-footer._1 {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: flex-start;
}

.bar-footer._4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.body {
  background-color: #eaeaea;
}

.fa_circle_title {
  position: absolute;
  inset: 5em auto auto;
}

.fa_big_text_intros {
  font-size: 2.7rem;
  font-weight: 200;
  line-height: 1.1;
  display: flex;
}

.fa_somos_entrada_circle_main {
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fa_somos_entrada_title {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  display: flex;
}

.fa_somos_circle_image {
  background-color: #0a123f;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.fa_somos_entrada_info_wrapper {
  z-index: 999;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fa_somos_entrada_info_container {
  z-index: 1;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  width: 30%;
  margin-left: 10vw;
  display: flex;
  position: relative;
}

.fa_somos_circle_marquee_image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.fa_somos_entrada_section {
  background-color: #909fa8;
  height: 350vh;
  padding-top: 5rem;
  position: static;
}

.fa_somos_entrada_opacity {
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fa_somos_circle_self_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.entrada_marquee_title_row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  height: 4rem;
  display: flex;
  overflow: hidden;
}

.text-block-2 {
  color: #0b1938;
  text-transform: uppercase;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 7em;
  font-weight: 200;
  line-height: 1;
}

.text-block-2.white {
  color: #fff;
}

.fa_somos_circle_marquee_wrapper {
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 25vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1_onload {
  color: #fff;
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Sourcesans 3", Arial, sans-serif;
  font-size: 3.8em;
  font-weight: 200;
  line-height: 100%;
}

.fa_somos_circle_marquee_content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.fa_somos_circle_marquee {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.fa_somos_entrada_sticky {
  align-items: center;
  display: block;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.entrada_marquee_title_container {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: static;
  inset: 60vh auto auto 15vw;
}

.fa_grid_title {
  width: 75vw;
  margin-bottom: 3rem;
  margin-left: auto;
}

.fa_cards_img_wrapper {
  position: absolute;
  inset: 0%;
}

.fa_home_cards_overlay {
  z-index: 1;
  background-color: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.fa_stickyimages_col1_txt {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.fa_big_text_w-copy {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  display: flex;
}

.fa_invertir_content_wrapper {
  width: 100vw;
}

.fa_invertir_content_container {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.fa_invertir_content_header {
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  display: flex;
  position: sticky;
  top: 6rem;
}

.fa_invertir_content_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 55%;
  max-width: 800px;
  padding: 0;
  display: flex;
}

.div-block-11 {
  background-color: #852c2c;
}

.fa_invertir_section {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  padding-top: 5rem;
  display: flex;
  position: relative;
}

.fa_invertir_title_col1 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.fa_invertir_title_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fa_invertir_title_col2 {
  width: 55%;
}

@media screen and (min-width: 1280px) {
  .fa_white_square {
    position: relative;
  }

  .fa_somos_circle_info {
    margin-top: -9rem;
  }

  .fa_big_text_intros {
    font-size: 3.2rem;
  }

  .entrada_marquee_title_row {
    height: 6.4rem;
  }

  .h1_onload {
    font-size: 6em;
    line-height: 1;
  }
}

@media screen and (min-width: 1440px) {
  .fa_fondos_section {
    width: 100vw;
    height: 100vh;
  }

  .fa_stickyimages_info_self {
    z-index: 2;
    background-color: #eaeaea;
  }

  .fa_stickyimages_img_container {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .fa_stickyimages_images_wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .fa_big_text_intros {
    font-size: 3.4rem;
  }

  .h1_onload {
    font-size: 6em;
  }

  .entrada_marquee_title_container {
    width: 50vw;
  }

  .fa_invertir_content_wrapper {
    width: 100vw;
  }

  .div-block-11 {
    height: 200vh;
  }
}

@media screen and (min-width: 1920px) {
  .fa_titles_w {
    font-size: 3.8rem;
  }

  .fa_titles_w.lowercase {
    font-size: 2.5rem;
  }

  .fa_big_title_w {
    font-size: 7.5rem;
  }

  .fa_small_title_w {
    font-size: 3.2rem;
  }

  .fa_xxbig_title_w {
    font-size: 17rem;
  }

  .fa_small_text_w {
    font-size: .8rem;
  }

  .fa_medium_title_w {
    font-size: 4rem;
  }

  .fa_titles_spacing_w {
    font-size: 1.5rem;
  }

  .fa_xbig_title_w {
    font-size: 9.5rem;
  }

  .fa_regular_text_w {
    font-size: 1.5rem;
  }

  .fa_big_text_w {
    font-size: 1.8rem;
  }

  .fa_bar {
    width: 0%;
  }

  .product-mask_container {
    height: 25rem;
  }

  .fa_stickyimages_camera {
    height: 100vh;
  }

  .fa_stickyimages_section {
    height: 250vh;
  }

  .fa_big_text_intros {
    font-size: 4.6rem;
  }

  .entrada_marquee_title_row {
    height: 7rem;
  }

  .h1_onload {
    font-size: 6.8em;
  }

  .fa_big_text_w-copy {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 991px) {
  .fa_titles_w {
    font-size: 1.5rem;
  }

  .fa_big_title_w {
    font-size: 4rem;
  }

  .fa_small_title_w {
    font-size: 1.2rem;
  }

  .fa_xxbig_title_w {
    font-size: 6rem;
  }

  .fa_medium_title_w {
    font-size: 2.8rem;
  }

  .fa_titles_spacing_w {
    font-size: 1rem;
  }

  .fa_xbig_title_w {
    font-size: 5rem;
  }

  .fa_regular_text_w {
    font-size: .9rem;
  }

  .fa_big_text_w {
    font-size: 1rem;
  }

  .fa_bar {
    width: 0%;
  }

  .product-mask_container {
    width: 40vw;
  }

  .product-mask_container.mobile {
    width: 35vw;
  }

  .image-ratio_container {
    width: 28rem;
  }

  .fa_grid_content.mobile {
    width: 30vw;
    margin-right: 5rem;
  }

  .fa_home_cards_info_content {
    width: 90%;
  }

  .fa_home_cards_card04, .fa_home_cards_card01, .fa_home_cards_card03 {
    height: 65vh;
  }

  .fa_home_cards_main {
    width: 70%;
    height: 65vh;
    overflow: hidden;
  }

  .fa_home_cards_card02 {
    height: 65vh;
  }

  .finacc_img100 {
    object-fit: cover;
  }

  .fa_white_square {
    width: 30%;
    height: 35vh;
  }

  .fa_stickyimages_main {
    width: 70%;
    height: 65vh;
  }

  .fa_stickyimages_info_wrapper {
    width: 35vw;
    height: 35vw;
  }

  .fa_stickyimages_images_wrapper {
    width: 27rem;
    height: 27rem;
  }

  .fa_bar_cont {
    width: 50vw;
    min-width: 40vw;
  }

  .bar2_space2 {
    padding-left: 12rem;
  }

  .bar3_space3 {
    justify-content: center;
    align-items: flex-start;
  }

  .fa_big_text_intros {
    font-size: 2rem;
  }

  .fa_somos_circle_self_image {
    height: 100%;
  }

  .entrada_marquee_title_row {
    height: 6vh;
  }

  .h1_onload {
    font-size: 8vw;
  }

  .fa_big_text_w-copy {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .fa_home_cards_info_container._04, .fa_home_cards_info_container._03, .fa_home_cards_info_container._01, .fa_home_cards_info_container._02 {
    width: 100%;
  }

  .text_vertical_sww.vertical-align {
    transform: translate(0)rotate(0);
  }

  .fa_home_cards_main {
    flex-flow: column;
    height: 45%;
  }

  .fa_home_cards_card_wrapper {
    flex-flow: column;
    justify-content: space-between;
  }

  .h1_onload {
    font-size: 3.5em;
  }
}

@media screen and (max-width: 479px) {
  .fa_titles_w {
    font-size: 1.7rem;
    font-weight: 300;
  }

  .fa_stylesheet_container {
    margin-bottom: 13vw;
  }

  .fa_big_title_w {
    font-size: 2.6rem;
    font-weight: 300;
  }

  .fa_small_title_w {
    font-size: 1.5rem;
  }

  .fa_xxbig_title_w {
    font-size: 3.5rem;
  }

  .fa_xxbig_title_w.fa_white {
    font-size: 4.2rem;
  }

  .fa_medium_title_w {
    font-size: 1.9rem;
  }

  .fa_titles_spacing_w {
    letter-spacing: 3px;
    font-size: .9rem;
  }

  .fa_xbig_title_w {
    font-size: 3rem;
    font-weight: 300;
  }

  .fa_regular_text_w {
    font-size: 1rem;
  }

  .fa_regular_text_w.text-center, .fa_big_text_w {
    font-size: 1.3rem;
  }

  .fa_big_text_w.fa_white.mobile {
    font-size: 1rem;
  }

  .fa_home_intro_wrapper {
    justify-content: center;
    align-items: stretch;
  }

  .fa_home_intro_phrase_wrapper {
    margin-bottom: 10rem;
  }

  .fa_bar {
    width: 0%;
  }

  .fa_bar._4 {
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
  }

  .product-mask_container {
    width: 100%;
  }

  .product-mask_container.sm {
    width: 70vw;
  }

  .product-mask_container.mobile {
    width: 100vw;
  }

  .image-ratio_container {
    width: 100%;
  }

  .image-ratio_container.left {
    width: 70vw;
  }

  .fa_grid_section {
    margin-bottom: 0;
    padding-top: 0;
  }

  .fa_grid_container-large {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 2rem;
  }

  .fa_grid_container-large.left {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 4rem;
  }

  .fa_grid_container-large.center {
    justify-content: center;
    align-items: flex-end;
  }

  .fa_grid_container-large.p-0 {
    margin-top: 0;
  }

  .fa_grid_content {
    width: 50vw;
  }

  .fa_grid_content.mobile {
    width: 70vw;
    margin-top: 2rem;
    margin-left: 2rem;
    margin-right: 0;
    padding-left: 0;
  }

  .fa_grid_white_space {
    width: 60vw;
  }

  .fa_home_cards_info_container {
    width: 100%;
    margin-top: 5vw;
    padding-top: 0;
    padding-right: 0;
  }

  .fa_home_cards_info_content {
    width: 100%;
  }

  .text_vertical_sww.vertical-align {
    font-size: 1em;
  }

  .fa_home_cards_card04, .fa_home_cards_card01, .fa_home_cards_card03 {
    width: 100%;
    height: 40vh;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .fa_home_cards_main {
    width: 100%;
    height: 65vh;
    margin-top: 1rem;
  }

  .fa_home_cards_titles {
    z-index: 3;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    position: relative;
  }

  .fa_home_cards_card02 {
    width: 100%;
    height: 40vh;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .finacc_img100 {
    object-fit: cover;
  }

  .fa_home_cards_card_wrapper {
    justify-content: flex-start;
    align-items: stretch;
    height: 80%;
  }

  .fa_white_square {
    width: 50vw;
    height: 30vh;
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .fa_white_square._2.none {
    display: none;
  }

  .fa_stickyimages_main {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 70vh;
    margin-top: 1rem;
  }

  .fa_stickyimages_info_self {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fa_stickyimages_info_wrapper, .fa_stickyimages_images_wrapper {
    width: 100%;
    height: 50%;
  }

  .fa_bar_cont {
    width: 60vw;
    min-width: 60vw;
  }

  .fa_bar_cont.footer {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .fa_somos_circle_wrapper {
    height: 100vh;
  }

  .fa_home_intro {
    height: 400vh;
  }

  .fa_somos_circle_outline {
    width: 32rem;
    height: 32rem;
  }

  .fa_somos_circle_info {
    width: 80vw;
    margin-top: -10rem;
  }

  .fa_line {
    width: 1px;
    margin-top: 4rem;
  }

  .bar1_space1 {
    width: 30%;
  }

  .bar1_space2 {
    width: 70%;
  }

  .bar1_space3 {
    width: 0%;
  }

  .bar2_space1 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 30%;
  }

  .bar2_space2 {
    width: 70%;
    padding-left: 0;
  }

  .bar2_space2.intro {
    padding-left: 5vw;
  }

  .bar3_space1 {
    width: 30%;
  }

  .bar3_space2 {
    width: 0%;
  }

  .bar3_space3 {
    width: 70%;
  }

  .bar4_space1 {
    width: 30%;
  }

  .bar4_space2 {
    width: 70%;
  }

  .fa_home_profiletxt_section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .fa_home_profiletxt_container {
    width: 100%;
  }

  .fa_white_square_cta {
    width: 2rem;
    height: 2rem;
    padding: 6px;
  }

  .fa_footer {
    height: 400vh;
  }

  .fa_big_text_intros {
    font-size: 1.5rem;
  }

  .fa_somos_entrada_title {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .fa_somos_circle_image {
    height: 100vh;
    overflow: hidden;
  }

  .fa_somos_entrada_info_container {
    width: 80%;
  }

  .fa_somos_entrada_section {
    padding-top: 0;
  }

  .fa_somos_circle_self_image {
    object-fit: cover;
  }

  .entrada_marquee_title_row {
    width: 100%;
    height: auto;
  }

  .text-block-2 {
    font-size: 4rem;
  }

  .fa_somos_circle_marquee_wrapper {
    width: 100vw;
    height: 100vw;
    overflow: hidden;
  }

  .h1_onload {
    font-size: 3rem;
  }

  .fa_grid_title {
    margin-top: 3rem;
    margin-left: 2rem;
  }

  .fa_stickyimages_col1_txt {
    width: 100%;
  }

  .fa_big_text_w-copy {
    font-size: 1.3rem;
  }

  .fa_invertir_content_container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    height: auto;
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .fa_invertir_content_header {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    position: static;
  }

  .fa_invertir_content_info {
    width: 100%;
    position: static;
    top: 4rem;
  }

  .fa_invertir_title_col1 {
    display: none;
  }

  .fa_invertir_title_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-bottom: 2rem;
  }

  .fa_invertir_title_col2 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3';
  src: url('../fonts/SourceSans3-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}