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

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

:root {
  --title-size: 1.7rem;
  --number-size: 1.8rem;
  --subtitle-size: .9rem;
}

body {
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.descargas_submenu_btn_kuo {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.horizontal_title_bmv {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 18vh auto auto 31vw;
}

.horizontal_frame_bmv {
  height: 100vh;
  display: flex;
  position: static;
}

.horizontal_intro_wrapper_bmv {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
}

.horizontal_intro_wrapper_bmv.none {
  display: none;
}

.horizontal_camara_bmv {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal_section_bmv {
  height: 300vw;
  position: relative;
  overflow: visible;
}

.horizontal_section_bmv.gobernanza {
  background-image: url('../images/talento_back_img.webp');
  background-size: 100vw;
}

.horizontal_section_bmv.sostenibilidad {
  background-image: url('../images/sostenibilidad_back_img.webp');
  background-position: 0 0;
  background-size: 100vw;
}

.horizontal_section_bmv.negocio {
  background-color: #041933;
  background-image: url('../images/bmv_negocio_back_img.webp');
  background-position: 0 0;
  background-size: cover;
  height: 400vw;
}

.horizontal_section_bmv.responsabilidad_ambiental {
  background-color: #041933;
  background-image: url('../images/bmv_responsabilidad_ambiental_back_img.webp');
  background-size: cover;
}

.horizontal_section_bmv.desempeno_financiero {
  background-color: #041933;
  background-image: url('../images/bmv_desempeno_financiero_back_img.webp');
  background-position: 50%;
  background-size: cover;
}

.horizontal_section_bmv.talento {
  background-image: url('../images/gobernanza_back_img.webp');
  background-position: 0 0;
  background-size: cover;
}

.horizontal_section_bmv.impacto {
  background-image: url('../images/impacto_social_back.webp');
  background-position: 50% 0;
  background-size: cover;
}

.horizontal_section_bmv.entorno {
  background-color: #041933;
  background-image: url('../images/bmv_entorno_back_img.webp');
  background-size: cover;
}

.title_bmv {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: var(--title-size);
  text-align: left;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1;
}

.horizontal_item_bmv {
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300vw;
  height: 100%;
  display: flex;
  position: relative;
}

.horizontal_item_bmv.negocio {
  width: 400vw;
}

.horizontal_content_wrapper_bmv {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.horizontal_intro_container_bmv {
  justify-content: space-between;
  align-items: center;
  width: 70vw;
  height: 80vh;
  display: flex;
}

.horizontal_intro_img_wrapper_bmv {
  width: 8rem;
  height: 100%;
}

.regular_text_bmv {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2;
}

.regular_text_bmv.text_bold {
  font-weight: 700;
}

.regular_text_bmv.text_black {
  color: #000;
}

.horizontal_intro_txt_wrapper_bmv {
  width: 30vw;
  margin-top: 5rem;
}

.number_bmv {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: var(--number-size);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1;
}

.horizontal_asg_wrapper_bmv {
  background-color: #4b5b7c;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 12vh;
  display: flex;
  position: absolute;
  inset: auto 0% 5vh;
}

.horizontal_asg_img_bmv {
  z-index: 100;
  object-fit: cover;
  height: 100%;
  position: relative;
}

.col_1_bottom_bmv {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40vw;
  display: flex;
}

.horizontal_img_wrapper_bmv {
  width: 100%;
  height: 15vh;
  overflow: hidden;
}

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

.text_wrapper_bmv {
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
  height: 35vh;
  margin-right: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.col2_img_bmv {
  width: 35vh;
  height: 35vh;
  margin-top: auto;
  margin-bottom: 15vh;
}

.col3_wrapper_bmv {
  flex-flow: column;
  align-items: flex-start;
  width: 25vw;
  margin-top: 0;
  margin-bottom: auto;
  margin-left: 3rem;
  display: flex;
}

.col3_wrapper_bmv.none {
  display: none;
}

.horizontal_container_bottom_bmv {
  justify-content: flex-start;
  align-items: flex-end;
  height: 50vh;
  margin-bottom: 25vh;
  display: flex;
}

.list_self_bmv {
  border-top: 1px solid #fff;
  flex-flow: column;
  padding-top: .3rem;
  display: flex;
}

.big_numer_text_bmv {
  font-family: Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.horizontal_info_wrapper_bmv {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.horizontal_info_wrapper_bmv.none {
  display: none;
}

.horizontal_marquee_wrapper_bmv {
  background-color: #041933;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8vh;
  display: flex;
  position: absolute;
  inset: auto 0% 17vh;
}

.horizontal_marquee_wrapper_bmv.none {
  display: none;
}

.col2_img_wrapper_bmv {
  width: 35vh;
  height: 35vh;
  margin-top: 15vh;
  margin-bottom: auto;
}

.list_wrapper_bmv {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.list_wrapper_bmv.mt-1 {
  margin-top: 1rem;
}

.main_container_top_bmv {
  justify-content: flex-start;
  align-items: flex-start;
  height: 50vh;
  margin-bottom: 25vh;
  display: flex;
}

.col_1_top_bmv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40vw;
  display: flex;
}

.footer_bmv {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5vh;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.footer_container_bmv {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  display: flex;
}

.footer_links_wrapper_bmv {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.small_text_bmv {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1;
}

.small_text_bmv.text_black {
  color: #000;
}

.text_wrapper_top_bmv {
  justify-content: flex-end;
  align-items: flex-start;
  width: 25vw;
  height: 30vh;
  margin-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.xbig_text_bmv {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.xbig_text_bmv.text_black {
  color: #000;
}

.marquee_scroller_bmv {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.custom-css {
  display: none;
}

.track_horizontal_bmv {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text_span_bmv {
  font-size: 1rem;
}

.text_span_bmv.light {
  font-weight: 300;
}

.text_span_bmv.bold {
  font-weight: 700;
}

.sm_numer_text_bmv {
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
}

.menu_title_bmv {
  color: #fff;
  text-align: right;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.2;
}

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

.link_item_bmv {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: .8rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.link_item_bmv:hover {
  background-color: #020c19;
}

.menu_wrapper_bmv {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu_content_wrapper_bmv {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 100%;
  display: flex;
  position: relative;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: .8rem;
  display: flex;
}

.link_icon_bmv {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.menu_subtitle_bmv {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.2;
}

.link_btn_bmv {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  display: flex;
}

.link_btn_bmv:hover {
  color: #fff;
  background-color: #020c19;
}

.menu_link_item_bmv {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 5px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.menu_link_item_bmv:hover {
  background-color: #020c19;
}

.menu_subtitle_wrapper_bmv {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
  position: absolute;
  top: 20%;
  left: 2.5%;
}

.menu_content_col_bmv {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.menu_content_col_bmv.left {
  justify-content: space-between;
  align-items: flex-end;
}

.menu_top_bmv {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-24 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.navbar_bmv {
  z-index: 10;
  background-color: #041933;
  width: 100%;
  height: 10vh;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
}

.menu_link_text_bmv {
  font-weight: 300;
}

.link_logo {
  width: 10rem;
}

.container_bmv {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu_content_bmv {
  z-index: 5;
  background-image: url('../images/BMV_INTRO.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  margin-bottom: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu_subtitle_year_bmv {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
}

.horizontal_asg_content_bmv {
  z-index: 50;
  background-color: #fffc;
  width: 100%;
  height: .4px;
  display: none;
  position: absolute;
  inset: auto 0% 27%;
}

.arrows_wrapper_bmv {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_somos_intro_section_bmv {
  background-image: url('../images/bmv_entorno_back_img.webp');
  background-position: 0 0;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.home_somos_intro_section_bmv.none {
  display: none;
}

.home_somos_intro_wrapper_bmv {
  justify-content: space-between;
  align-items: center;
  width: 70vw;
  height: 100vh;
  display: flex;
}

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

.subtitle_bmv {
  color: #fff;
  font-size: var(--subtitle-size);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.1;
}

.title_bmv-copy {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.home_number_bmv {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.home_intro_text_wrap_bmv {
  width: 30vw;
  margin-top: 14rem;
}

.home_somos_section_bmv {
  background-color: #0e2655;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 90vh;
  display: flex;
}

.home_somos_img_wrapper_bmv {
  width: 70vw;
  height: 15rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8rem;
  overflow: hidden;
}

.home_somos_info_wrapper_bmv {
  justify-content: flex-start;
  align-items: flex-start;
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home_somos_info_img_bmv {
  width: 8rem;
  height: 21rem;
}

.home_somos_info_container_bmv {
  justify-content: flex-end;
  align-items: center;
  height: 21rem;
  margin-left: 6rem;
  display: flex;
}

.home_somos_info_bmv {
  width: 30vw;
}

.big_text_bmv {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
}

.big_text_bmv.text_black {
  color: #000;
}

.home_mensaje_section_bmv {
  background-image: url('../images/Backs-BVM5.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
  display: flex;
}

.home_mensaje_container_bmv {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 70vw;
  height: 100%;
  display: flex;
}

.home_mensaje_wrapper_bmv {
  align-items: flex-end;
  height: 49.5%;
  padding-left: 8rem;
  display: flex;
  position: relative;
}

.home_mensaje_img_wrapper_bmv {
  width: 8rem;
  height: 100%;
}

.home_mensaje_content_bmv {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  width: 25rem;
  margin-bottom: 1rem;
  margin-left: 2rem;
  display: flex;
}

.subtitle_text_bmv {
  color: #000;
  font-family: Roboto, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.subtitle_text_bmv.text_black {
  color: #000;
}

.subtitle_text_bmv.text_white {
  color: #fff;
}

.home_mensaje_firma_wrapper_bmv {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  width: 10rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto auto 1rem -5%;
}

.home_mensaje_firma_img_wrapper_bmv {
  width: 50%;
}

.regular_text_bmv-copy {
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2;
}

.regular_text_bmv-copy.text_bold {
  font-weight: 700;
}

.regular_text_bmv-copy.text_black {
  color: #000;
}

.home_sticky_section_bmv {
  z-index: 1;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.home_sticky_section_bmv.white {
  background-color: #fff;
}

.home_sticky_section_bmv.blue {
  background-color: #121729;
}

.home_sticky_side_wrapper_bmv {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
}

.home_sticky_side_container_bmv {
  flex-direction: column;
  align-items: flex-start;
  width: 28vw;
  height: 100vh;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 0;
}

.xd_h6_f {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1;
}

.home_side_container_bmv {
  width: 70vw;
  height: 100%;
  margin-top: -90vh;
  padding-bottom: 5rem;
  padding-left: 16rem;
}

.xd_p-3 {
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.1;
}

.home_map_img_wrapper_bmv, .home_map_img_bmv {
  width: 100%;
}

.home_side_wrapper_bmv {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.home_side_wrapper_bmv.mt-5 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  margin-top: 5rem;
}

.home_side_text_wrapper_bmv {
  width: 60%;
  margin-top: 1rem;
}

.home_mensaje_text_wrapper_bmv {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.home_mensaje_link_bmv {
  text-decoration: none;
}

.home_map_section_bmv {
  background-color: #121729;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.home_team_wrapper_bmv {
  flex-flow: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home_team_img_wrapper_bmv {
  width: 28vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home_team_content_bmv {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 16rem;
}

.home_map_container_bmv {
  justify-content: space-between;
  margin-top: 2rem;
  display: flex;
}

.home_map_list_wrapper_bmv {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 35%;
  display: grid;
}

.home_map_country_text_bmv {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  display: flex;
}

.home_map_flag_wrapper_bmv {
  width: 10%;
}

.home_map_item_wrapper_bmv {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home_esquema_section_bmv {
  background-color: #465877;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.home_esquema_title_wrapper_bmv {
  width: 70vw;
}

.home_esquema_img_wrapper_bmv {
  justify-content: flex-start;
  align-items: center;
  width: 70vw;
  height: 90vh;
  margin-top: 2rem;
  display: flex;
}

.home_esquema_img_bmv {
  height: 100%;
}

.home_team_img_bmv {
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.div-block-48 {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home_team_section_bmv {
  background-color: #121729;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
}

.home_team_img_mobile_bmv {
  display: none;
}

.download_btn_wrapper_bmv {
  margin-top: 2rem;
}

.menu_link_bmv {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 5rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.medium_text_bmv {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.1;
}

.medium_text_bmv.text_bold {
  font-weight: 700;
}

.home_title_bmv {
  font-size: 5rem;
  font-weight: 300;
}

.div-block-50 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: .5em;
  display: flex;
}

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

.text_bold_bmv {
  color: #8087a1;
  font-weight: 700;
}

.home_team_img_container_bmv {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.home_cover_section_bmv {
  height: 100vh;
}

.intro_title_kuow {
  letter-spacing: .5px;
  will-change: transform;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.intro_title_kuow._1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.home_intro_section_bmv {
  width: 100%;
  height: auto;
  position: relative;
}

.home_intro_subtitle_kuow {
  width: 50%;
}

.home_intro_img_bmv {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home_intro_img_bmv._1 {
  z-index: 1;
}

.home_intro_img_bmv._2 {
  z-index: 2;
  opacity: 1;
}

.home_intro_img_wrapper_bmv {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.home_intro_main_container_bmv {
  height: 300vh;
  position: relative;
}

.home_intro_content_bmv {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
}

.home_intro_content_bmv._1 {
  z-index: 1;
}

.home_intro_content_bmv._3 {
  z-index: 3;
}

.home_intro_content_bmv._2 {
  z-index: 2;
  display: none;
}

.somos_scroll_down_text_bmv {
  color: #fffc;
  font-size: .8rem;
  font-weight: 400;
}

.home_intro_content_line_wrapper_bmv {
  width: 50%;
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
}

.home_intro_content_line_wrapper_bmv.pad-left {
  padding-right: 10vw;
}

.home_intro_content_line_wrapper_bmv.text-center.pad {
  padding-right: 20vw;
}

.title_spacing_bmv {
  text-align: right;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.2;
}

.home_intro_sticky_bmv {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.somos_intro_scroll_down_wrapper_bmv {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  width: 100px;
  display: flex;
  position: absolute;
  inset: auto auto 2%;
}

.home_intro_content_wrapper_bmv {
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.somos_intro_mouse-down_lottie_bmv {
  filter: invert();
  width: 20px;
  position: relative;
}

.home_intro_img_opacity_kuow {
  z-index: 1;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home_intro_hero_text_3_kuow {
  z-index: 2;
  color: #fff;
  letter-spacing: .5rem;
  text-transform: uppercase;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  font-size: 12.5vw;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.home_intro_wrapper_bmv {
  z-index: 1;
  position: sticky;
  top: 0;
  overflow: clip;
}

.home_intro_title_number_bmv {
  font-size: 2rem;
}

.home_intro_subtitle_wrapper_bmv {
  z-index: 10;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 90vw;
  height: 30vh;
  margin: 10rem auto auto;
  display: flex;
  position: relative;
}

.home_intro_content__text_wrapper_bmv {
  justify-content: flex-start;
  align-items: flex-start;
  width: 26rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home_end_section_bmv {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  position: relative;
}

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

.home_end_container_bmv {
  z-index: 1;
  color: #fff;
  justify-content: flex-end;
  align-items: flex-end;
  width: 70vw;
  height: 30vh;
  margin: auto;
  display: flex;
  position: relative;
}

.home_end_text_wrapper_bmv {
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.home_end_text_wrapper_bmv.pad-left {
  padding-right: 10vw;
}

.home_end_text_wrapper_bmv.text-center.pad {
  padding-right: 20vw;
}

.div-block-53-copy {
  justify-content: flex-start;
  align-items: flex-start;
  width: 26rem;
  display: flex;
}

.home_end {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu_images_wrapper_bmv {
  flex-flow: column-reverse;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 8rem;
  height: 100%;
  display: flex;
  position: relative;
}

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

.menu_content_columns_wrapper_bmv {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  height: 60%;
  display: flex;
}

.link-block-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .home_sticky_side_container_bmv, .home_team_img_wrapper_bmv {
    width: 25vw;
  }

  .home_intro_subtitle_wrapper_bmv, .home_end_container_bmv {
    margin-left: auto;
  }
}

@media screen and (min-width: 1440px) {
  .horizontal_section_bmv {
    box-shadow: 0 20px 20px #0003;
  }

  .horizontal_item_bmv {
    width: 850vw;
  }

  .horizontal_content_wrapper_bmv {
    align-items: flex-start;
  }

  .text_wrapper_bmv {
    width: 70%;
  }

  .col3_wrapper_bmv {
    width: 27vw;
  }

  .text_wrapper_top_bmv {
    width: 55%;
  }

  .home_sticky_side_container_bmv, .home_team_img_wrapper_bmv {
    width: 24vw;
  }

  .medium_text_bmv.text_bold {
    font-weight: 700;
  }
}

@media screen and (min-width: 1920px) {
  .horizontal_section_bmv {
    height: 850vw;
  }

  .horizontal_item_bmv {
    width: 850vw;
  }

  .regular_text_bmv {
    font-size: 1.4rem;
  }

  .small_text_bmv {
    font-size: 1.2rem;
  }

  .xbig_text_bmv {
    font-size: 2.5rem;
  }

  .home_somos_intro_section_bmv {
    background-size: cover;
  }

  .big_text_bmv, .subtitle_text_bmv {
    font-size: 2.5rem;
  }

  .regular_text_bmv-copy {
    font-size: 1.4rem;
  }

  .home_sticky_side_container_bmv {
    width: 22vw;
  }

  .medium_text_bmv, .title_spacing_bmv {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .horizontal_title_bmv {
    left: 34vw;
  }

  .horizontal_camara_bmv {
    overflow: hidden;
  }

  .marquee_scroller_bmv {
    height: 8rem;
  }

  .menu_title_bmv {
    font-size: 2rem;
  }

  .menu_content_col_bmv {
    width: 100%;
  }

  .home_side_container_bmv {
    margin-top: 5vw;
  }

  .home_intro_content_line_wrapper_bmv.text-center.pad {
    padding-right: 0;
  }

  .home_intro_hero_text_3_kuow {
    padding-bottom: 5rem;
  }

  .home_end_text_wrapper_bmv.text-center.pad {
    padding-right: 0;
  }

  .menu_content_columns_wrapper_bmv {
    flex-flow: column;
  }
}

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

@media screen and (max-width: 479px) {
  .horizontal_title_bmv {
    left: 35vw;
  }

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

  .horizontal_section_bmv {
    height: 1000vw;
  }

  .horizontal_section_bmv.sostenibilidad {
    background-size: auto 100vh;
  }

  .horizontal_section_bmv.entorno {
    background-position: 50%;
  }

  .horizontal_item_bmv {
    width: 620vw;
  }

  .horizontal_item_bmv.negocio {
    width: 880vw;
  }

  .horizontal_intro_container_bmv {
    width: 90vw;
  }

  .horizontal_intro_img_wrapper_bmv {
    width: 6rem;
  }

  .horizontal_intro_txt_wrapper_bmv {
    width: 60vw;
  }

  .horizontal_asg_wrapper_bmv {
    display: none;
  }

  .col_1_bottom_bmv {
    width: 100vw;
  }

  .col_1_bottom_bmv.none {
    display: none;
  }

  .horizontal_img_wrapper_bmv {
    height: 10vh;
  }

  .text_wrapper_bmv {
    width: 75%;
    height: 30vh;
  }

  .col2_img_bmv {
    width: 30vh;
    height: 30vh;
    margin-bottom: 10vh;
  }

  .col2_img_bmv.none {
    display: none;
  }

  .col3_wrapper_bmv {
    width: 75vw;
    margin-left: 15vw;
  }

  .horizontal_container_bottom_bmv {
    height: 40vh;
    margin-bottom: 18vh;
  }

  .horizontal_container_bottom_bmv.tall {
    height: 55vh;
  }

  .horizontal_info_wrapper_bmv {
    width: 260vw;
  }

  .horizontal_marquee_wrapper_bmv {
    bottom: 10vh;
  }

  .col2_img_wrapper_bmv {
    width: 60vw;
    margin-top: 10vh;
  }

  .main_container_top_bmv {
    height: 40vh;
    margin-bottom: 18vh;
  }

  .main_container_top_bmv.tall {
    height: 55vh;
  }

  .col_1_top_bmv {
    width: 90vw;
  }

  .footer_bmv {
    height: 10vh;
  }

  .footer_container_bmv {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    width: 90vw;
  }

  .footer_links_wrapper_bmv {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .small_text_bmv {
    font-size: .7rem;
  }

  .text_wrapper_top_bmv {
    width: 75vw;
    height: 30vh;
  }

  .marquee_scroller_bmv {
    height: 6rem;
  }

  .menu_title_bmv {
    font-size: 1rem;
  }

  .menu_wrapper_bmv {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .menu_content_wrapper_bmv {
    width: 90%;
  }

  .code-embed {
    width: 1rem;
  }

  .menu_subtitle_bmv {
    font-size: .6rem;
  }

  .link_btn_bmv:hover {
    color: #fff;
    background-color: #4a5b7c;
  }

  .menu_subtitle_wrapper_bmv {
    top: 10%;
    left: 35%;
  }

  .menu_content_col_bmv {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  .menu_content_col_bmv.left {
    width: 100%;
  }

  .div-block-24 {
    flex-flow: column;
    margin-top: 2rem;
  }

  .link_logo {
    width: 7rem;
  }

  .menu_subtitle_year_bmv {
    font-size: 1.3rem;
  }

  .home_somos_intro_wrapper_bmv {
    width: 90vw;
  }

  .title_bmv-copy, .home_number_bmv {
    font-size: 2.5rem;
  }

  .home_intro_text_wrap_bmv {
    width: 60vw;
  }

  .home_somos_img_wrapper_bmv {
    width: 100vw;
    padding-left: 5rem;
  }

  .home_somos_info_wrapper_bmv {
    width: 100vw;
  }

  .home_somos_info_img_bmv {
    width: 5rem;
  }

  .home_somos_info_container_bmv {
    margin-left: 2rem;
  }

  .home_somos_info_bmv {
    width: 60vw;
  }

  .big_text_bmv {
    font-size: 1.2rem;
  }

  .home_mensaje_section_bmv {
    height: auto;
  }

  .home_mensaje_container_bmv {
    justify-content: space-between;
    width: 100vw;
  }

  .home_mensaje_wrapper_bmv {
    align-items: stretch;
    height: 70vh;
    padding-left: 0;
    padding-right: 1rem;
  }

  .home_mensaje_img_wrapper_bmv {
    width: 8rem;
  }

  .home_mensaje_content_bmv {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
  }

  .subtitle_text_bmv {
    font-size: 1.8rem;
  }

  .home_mensaje_firma_wrapper_bmv {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .home_sticky_side_wrapper_bmv {
    width: 100%;
    margin-top: 0;
  }

  .home_sticky_side_container_bmv {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 30vh;
    margin-top: 0;
    margin-bottom: 5vh;
    position: static;
  }

  .home_side_container_bmv {
    width: 80%;
    padding-left: 0;
  }

  .home_side_text_wrapper_bmv {
    width: 100%;
  }

  .home_map_section_bmv {
    height: auto;
  }

  .home_team_wrapper_bmv {
    flex-flow: column;
  }

  .home_team_img_wrapper_bmv {
    width: 100vw;
    height: 30vh;
    position: static;
  }

  .home_team_content_bmv {
    width: 80vw;
    padding-left: 0;
  }

  .home_map_container_bmv {
    flex-flow: column;
  }

  .home_map_list_wrapper_bmv {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .home_map_flag_wrapper_bmv {
    width: 10%;
  }

  .home_map_item_wrapper_bmv {
    width: auto;
  }

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

  .home_esquema_title_wrapper_bmv {
    width: 80vw;
  }

  .home_esquema_img_wrapper_bmv {
    width: 80vw;
    height: auto;
  }

  .home_team_section_bmv {
    height: auto;
    padding-bottom: 5rem;
  }

  .home_team_img_desk_bmv {
    display: none;
  }

  .home_team_img_mobile_bmv {
    display: block;
  }

  .download_btn_wrapper_bmv {
    margin-top: 0;
  }

  .medium_text_bmv {
    font-size: 1rem;
  }

  .home_intro_subtitle_kuow {
    width: 90vw;
  }

  .home_intro_content_bmv._3, .home_intro_content_bmv._2 {
    overflow: hidden;
  }

  .home_intro_content_line_wrapper_bmv {
    width: 100%;
  }

  .home_intro_content_line_wrapper_bmv.pad-left {
    padding-right: 0;
  }

  .title_spacing_bmv {
    font-size: 1.8rem;
  }

  .home_intro_hero_text_3_kuow {
    min-width: 100%;
    padding-bottom: 8rem;
    font-size: 12.5vw;
  }

  .home_intro_subtitle_wrapper_bmv {
    flex-flow: column;
  }

  .home_intro_content__text_wrapper_bmv._01, .home_intro_content__text_wrapper_bmv._02 {
    width: 15rem;
  }

  .home_end_text_wrapper_bmv {
    width: 100%;
  }

  .home_end_text_wrapper_bmv.pad-left {
    padding-right: 0;
  }

  .menu_images_wrapper_bmv {
    width: 6rem;
  }

  .menu_img_wrapper_bmv.responsabilidad_ambiental, .menu_img_wrapper_bmv.negocio, .menu_img_wrapper_bmv.impacto_social, .menu_img_wrapper_bmv.talento, .menu_img_wrapper_bmv.gobernanza, .menu_img_wrapper_bmv.sostenibilidad, .menu_img_wrapper_bmv.entorno, .menu_img_wrapper_bmv.desempeno_financiero {
    display: none;
  }

  .menu_content_columns_wrapper_bmv {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: auto;
    margin-top: 6rem;
  }
}


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