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

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

@font-face {
  font-family: Notosans;
  src: url('../fonts/NotoSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Doner Display;
  src: url('../fonts/Doner-RegularTextItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Doner;
  src: url('../fonts/Doner-RegularDisplayItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Doner;
  src: url('../fonts/Doner-RegularText.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Doner Display;
  src: url('../fonts/Doner-RegularDisplay.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --invert-logo: 100%;
  --sector_img-blur: 0px;
}

body {
  color: #000;
  background-color: #001;
  font-family: Notosans, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

.sticky {
  position: sticky;
}

.intro_title_kuow {
  letter-spacing: .5px;
  will-change: transform;
  font-family: Notosans, Arial, sans-serif;
  font-size: 9vw;
  font-weight: 100;
  line-height: 1;
  position: relative;
}

.intro_title_kuow.sotenibilidad_kuow {
  font-size: 7vw;
}

.intro_title_kuow.sotenibilidad_kuow.ko_text_white, .intro_title_kuow.sotenibilidad_kuow.text_white_kuo {
  color: #fff;
}

.intro_title_kuow.trans {
  font-size: 8vw;
}

.intro_title_kuow.ko_text_white, .intro_title_kuow.kuo_somos {
  color: #fff;
}

.home_intro_content_line-wrapper_kuow {
  overflow: hidden;
}

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

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

.text-right {
  text-align: right;
}

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

.text-left {
  text-align: left;
}

.header_wrapper_kuow {
  z-index: 30;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 5rem;
  display: flex;
  position: fixed;
  top: 0;
}

.bottom {
  background-color: #abaaab;
  width: 24px;
  height: 2px;
}

.full_image_kuow {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.burger_menu_kuow {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_expand_kuo {
  z-index: 3;
  background-color: #b80a24;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: translate(0, 100vh);
}

.menu_text_kuow {
  opacity: 1;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: .9;
}

.menu_text_kuow:hover {
  font-weight: 400;
}

.menu_text_kuow.white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.2vw;
  transition: letter-spacing .4s cubic-bezier(.25, .46, .45, .94);
}

.menu_text_kuow.white:hover {
  letter-spacing: 2px;
  font-weight: 400;
}

.menu_text_kuow.number {
  font-size: .8rem;
}

.header_kuow {
  z-index: 30;
  position: relative;
  top: 0;
}

.mid {
  background-color: #abaaab;
  width: 24px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.header_expand__wrapper_kuow {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header_logo_wrapper_kuow {
  width: 8vw;
  position: absolute;
}

.header_logo_wrapper_kuow.w--current {
  width: 100%;
}

.header_menu_item_kuow {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: .5px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.2rem;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.header_menu_item_kuow.big {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header_menu_item_kuow.menu_list {
  border: 1px #000;
  border-bottom-width: 0;
  height: auto;
}

.top {
  background-color: #abaaab;
  width: 24px;
  height: 2px;
}

.menu_wrapper_kuow {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.header_expand_container_kuow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.title_spacing_kuow {
  text-align: left;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.title_spacing_kuow.ko_text_center {
  text-align: center;
}

.title_spacing_kuow.ko_text_center.ko_text_white {
  color: #fff;
}

.title_spacing_kuow.black {
  color: #000;
}

.title_spacing_kuow.black.center {
  text-align: center;
}

.title_spacing_kuow.kuo_text_white {
  color: #fff;
}

.title_spacing_kuow.kuo_text_white.kuo_text_center {
  text-align: center;
}

.title_spacing_kuow.kuo_text_bold {
  font-weight: 700;
}

.title_spacing_kuow.text_color_gray {
  color: #a3a3a3;
}

.home_sectores_img_main_kuow {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 23rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.home_sectores_logo_container_kuow {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff45;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  position: absolute;
}

.btn_arrow_wrapper_kuow {
  filter: invert();
  width: 14px;
  margin-top: -10px;
  margin-left: 5px;
  overflow: hidden;
}

.home_sostenibilidad_media_wrapper_kuow {
  width: 100%;
  height: 200vh;
  position: relative;
}

.btn_kuow {
  color: #000;
  margin-bottom: 5px;
  font-family: Notosans, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.btn_kuow.white {
  color: #fff;
}

.btn_kuow.kuo_text_white {
  color: #fff;
  letter-spacing: 0;
}

.home_sostenibilidad_media_item_kuow {
  width: 33.33vw;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  box-shadow: 1.5rem 0 2rem #0000001c;
}

.home_sostenibilidad_media_item_kuow.is-2 {
  margin-left: auto;
  margin-right: auto;
  top: auto;
  right: 0;
}

.home_sostenibilidad_media_item_kuow.is-3 {
  inset: 0% 0% 0% auto;
}

.home_sostenibilidad_media_sticky_kuow {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.home_sostenibilidad_section_kuow {
  background-color: #fff;
  position: relative;
}

.home_sectores_title_kuow {
  position: absolute;
  inset: 12vh 0% auto;
}

.home_sostenibilidad_scroll_wrapper_kuow {
  z-index: 2;
  width: 50vw;
  height: 100vh;
  margin-top: -100vh;
  margin-left: 5vw;
  position: relative;
}

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

.sost_lineas_wrapper_kuow {
  z-index: 6;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home_sostenibilidad_media_img_kuow {
  object-fit: cover;
  object-position: 66% 50%;
  width: 100%;
  height: 100%;
}

.kuo_historia_regular-text {
  font-family: Notosans, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.2;
}

.kuo_historia_regular-text.black {
  color: #000;
}

.kuo_historia_regular-text.white {
  color: #fff;
}

.kuo_historia_regular-text.text_color_gray {
  color: #a3a3a3;
  font-weight: 400;
}

.home_sectores_circles_wrapper_kuow {
  z-index: 1;
  grid-row-gap: 20rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.home_presencia_earth-wrapper_kuow {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  top: 60%;
  left: auto;
  right: auto;
}

.home_presencia_list_wrapper_kuow {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 50vh;
  display: flex;
}

.home_presencia_section_kuow {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 600vh;
  display: flex;
  position: relative;
}

.home_presencia_wrapper_kuow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home_sectores_section_kuow {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 860vh;
  display: flex;
}

.number_kuow {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.1;
}

.number_kuow.kuo_txt_bold {
  font-weight: 700;
}

.number_kuow.kuo_text_white {
  color: #fff;
}

.home_presencia_title_kuow {
  overflow: hidden;
}

.highlight_kuow {
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 4.3rem;
  font-weight: 200;
  line-height: 1.2;
}

.highlight_kuow.kuo_text_white {
  color: #fff;
}

.highlight_kuow.kuo_text_bold {
  font-weight: 700;
}

.highlight_kuow.kuo_text_bold.kuo_text_white {
  font-weight: 400;
}

.highlight_kuow.kuo_text_bold.kuo_text_white:hover {
  font-weight: 700;
}

.highlight_kuow.kuo_text_center {
  text-align: center;
}

.sectores_title_kuow {
  text-align: center;
  letter-spacing: 25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 9.5rem;
  font-weight: 100;
  line-height: 1.1;
}

.sectores_title_kuow.white {
  color: #faf9f9;
}

.home_sostenibilidad_scroll_content_kuow {
  padding-top: 20vh;
  padding-left: 10rem;
  padding-right: 2rem;
}

.home_sostenibilidad_scroll_block_kuow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
  overflow: hidden;
}

.home_sectores_name_self_kuow {
  height: 11rem;
  margin-top: 2rem;
  overflow: hidden;
}

.home_plantas_list_wrapper_kuow {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 100vh;
  display: flex;
}

.home_presencia_list_self_kuow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.home_sectores_names_container_kuow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  height: 70%;
  display: flex;
}

.home_sostenibilidad_media_container_kuow {
  width: 45vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

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

.news_wrapper_kuow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 10rem;
  display: flex;
}

.kuo_btn_wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.kuo_btn_wrapper.black_back {
  background-color: #000;
  justify-content: center;
  align-items: center;
}

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

.home_sectores_main_wrapper_kuow {
  background-color: #fff;
  width: 100%;
  position: sticky;
  top: 0;
}

.home_presencia_list_container_kuow {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border-radius: 1rem;
  flex-flow: column;
  width: 30%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.news_section_kuow {
  background-color: #fff;
  position: relative;
}

.news_section_kuow.none {
  display: none;
}

.home_presencia_content_kuow {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 80%;
  height: 80%;
  display: flex;
}

.home_sectores_space_kuow {
  width: 100%;
  height: 100vh;
}

.home_plantas_self_kuow {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff1a;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  padding: 10px;
  display: flex;
}

.home_sectores_circle_kuow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 35vh;
}

.home_sectores_circle_kuow._02, .home_sectores_circle_kuow._04, .home_sectores_circle_kuow._03, .home_sectores_circle_kuow._05, .home_sectores_circle_kuow._01, .home_sectores_circle_kuow._04-copy, .home_sectores_circle_kuow._06 {
  display: flex;
}

.button-arrow_kuow {
  filter: invert();
}

.button-arrow_kuow.white {
  filter: invert(0%);
}

.home_plantas_container_kuow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #2b2b2b00;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end space-between;
  align-items: stretch;
  width: 95%;
  height: 45%;
  padding: 2rem;
  display: grid;
  position: relative;
}

.arrow-button_kuow {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.arrow-button_kuow.pad {
  text-decoration: none;
}

.footer_kuow {
  z-index: -5;
  background-color: #fe1f3a;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  min-height: 100vh;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer_kuow.sticky {
  z-index: 0;
  background-color: #b80a24;
  position: sticky;
  bottom: 0%;
}

.nav-icon-wrap_kuow {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  cursor: pointer;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: stretch;
  width: 6.5rem;
  height: 4rem;
  margin-right: -1rem;
  padding: .2rem 1rem .5rem;
  display: flex;
  position: relative;
}

.somos_intro_cards_wrapper_kuow {
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.somos_intro_card_resize_kuow {
  background-color: #202020;
  border-radius: 16px;
  width: 24vw;
  height: 45vh;
  position: relative;
  overflow: hidden;
}

.about_intro_cards_col_kuow {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-end;
  align-items: flex-end;
  width: 37vw;
  display: flex;
}

.about_intro_cards_col_kuow.right {
  justify-content: flex-start;
  align-items: flex-end;
  width: 37vw;
}

.somos_intro_full_height_kuow {
  z-index: 7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.somos_intro_thumbs_imgs_wrapper_kuow {
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
}

.hero-card-m_kuow {
  border-radius: 16px;
  width: 22vw;
  height: 38vh;
  overflow: hidden;
}

.hero-card-m_kuow.first {
  transform-origin: 100% 100%;
  width: 22vw;
}

.hero-card-m_kuow.second {
  transform-origin: 0 100%;
}

.somos_intro_track_kuow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 300vh;
  display: flex;
  position: relative;
}

.somos_intro_track_kuow.auto {
  justify-content: space-between;
  align-items: center;
}

.somos_intro_inner-overlayer_kuow {
  z-index: 1;
  opacity: 0;
  background-color: #2b2b2b;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.somos_intro_hero_img_kuow {
  z-index: 5;
  transform-origin: 50% 100%;
  width: 24vw;
  height: 45vh;
  position: relative;
  overflow: hidden;
}

.hero-card-s_kuo {
  border-radius: 16px;
  width: 12vw;
  height: 20vh;
  overflow: hidden;
}

.hero-card-s_kuo.right {
  width: 12vw;
}

.xbig_text_kuo {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.06;
}

.xbig_text_kuo.white, .xbig_text_kuo.kuo_text_white {
  color: #fff;
}

.xbig_text_kuo.kuo_text_white.kuo_text_bold {
  font-weight: 700;
}

.somos_intro_content_wrapper_kuow {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.cover-image_kuow {
  object-fit: cover;
  align-self: stretch;
  width: 100%;
  height: 100%;
  position: relative;
}

.somos_intro_wrapper_kuow {
  z-index: 5;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: #000;
  flex-flow: column;
  display: flex;
  position: relative;
}

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

.somos_intro_card_expand_kuow {
  background-image: linear-gradient(#0000004d, #0000004d);
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.somos_intro_sticky_kuow.second-scroll {
  justify-content: flex-start;
  align-items: center;
}

.somos_intro_marquee_wrapper_kuow {
  z-index: 7;
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.somos_intro_marquee_kuow.scroll {
  margin-top: 2rem;
}

.somos_intro_marquee_kuow.scroll.text-right {
  justify-content: flex-end;
  padding-right: 6rem;
}

.marquee_txt_kuow {
  color: #f3f3f3;
  letter-spacing: .5px;
  -webkit-text-stroke-color: #b1b1b1;
  text-transform: uppercase;
  font-family: Notosans, Arial, sans-serif;
  font-size: 9vw;
  font-weight: 100;
  line-height: 1.5;
}

.home_intro_section_kuow {
  width: 100vw;
  height: auto;
  position: relative;
}

.home_intro_img_wrapper_kuow {
  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_content_wrapper_kuow {
  justify-content: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

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

.home_intro_main_container_kuow {
  height: 500vh;
  position: relative;
}

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

.img_fluid_kuow.contain {
  object-fit: contain;
}

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

.somos_historia_title_kuow {
  z-index: 3;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 15vh;
  margin-left: 40%;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}

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

.somos_historia_frame_kuow {
  background-color: #fff;
  height: 100vh;
  display: flex;
  position: static;
}

.historia_year_txt_kuow {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 10vw;
  font-weight: 100;
  line-height: 1.1;
}

.historia_img_kuow {
  object-fit: cover;
  width: 120%;
  height: 120%;
}

.somos_historia_year_info_kuow {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: auto;
  margin-left: 2rem;
  display: flex;
  position: relative;
}

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

.kuo_somos_historia_year {
  z-index: 1;
  background-color: #fe1f3a;
  border-radius: 99vw;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  margin-right: -5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kuo_somos_historia_year.year {
  z-index: 2;
  background-color: #fe1f3a;
  margin-right: -3rem;
}

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

.somos_historia_section_kuow {
  height: 700vw;
  position: relative;
  overflow: visible;
}

.somos_historia_main_year_kuow {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hs_info_years_col_kuow {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.home_intro_img_kuow {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

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

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

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

.home_intro_content_kuow._2 {
  z-index: 2;
}

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

.home_intro_hero_texts_kuow {
  z-index: 2;
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2.5rem;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  font-size: 12vw;
  line-height: 1;
  display: flex;
  position: relative;
}

.home_intro_hero_text_3_kuow {
  z-index: 2;
  color: #fff;
  letter-spacing: .5rem;
  text-transform: uppercase;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  font-family: Doner Display, Arial, sans-serif;
  font-size: 12.5vw;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.news_img_wrapper_kuow {
  width: 100%;
  height: 12rem;
}

.news_articles_wrapper_kuow {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.news_container_kuow {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  display: flex;
}

.news_article_container_kuow {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  cursor: pointer;
  border: 1px solid #0003;
  border-radius: .5rem;
  flex-flow: column;
  width: 30%;
  height: 65vh;
  padding: 20px;
  transition: all .6s;
  display: flex;
}

.news_article_container_kuow:hover {
  transform: scale(1.1);
}

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

.news_date_wrapper_kuow {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
}

.footer_left_logo_kuow {
  width: 8rem;
  position: absolute;
  inset: auto auto 2% 3%;
}

.footer_left_main_wrapper_kuow {
  flex-flow: column;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.footer_left_adress_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  display: flex;
}

.footer_left_kuow {
  grid-column-gap: 5.7rem;
  grid-row-gap: 5.7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 25%;
  height: 100%;
  padding-top: 10rem;
  padding-right: 2rem;
  display: flex;
}

.footer_link_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.footer_link_kuow:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_left_phone_kuow {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 2rem;
  display: flex;
}

.text-field_kuow {
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
}

.text-field_kuow::placeholder {
  color: #fff;
  font-family: Notosans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1;
}

.footer_right_big_text_kuow {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 2rem;
  margin-left: -2rem;
  display: flex;
}

.footer_big_text_kuow {
  opacity: .08;
  color: #fff;
  letter-spacing: -5px;
  font-family: Notosans, Arial, sans-serif;
  font-size: 20rem;
  font-weight: 700;
  line-height: .8;
}

.kuo_small_text {
  color: #fff;
  font-family: Notosans, Arial, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.1;
}

.kuo_small_text.kuo_text_bold {
  font-weight: 700;
}

.kuo_small_text.kuo_text_right {
  text-align: right;
}

.kuo_small_text.kuo_text_black {
  color: #000;
}

.footer_right_kuow {
  grid-row-gap: 0rem;
  border-left: 1px solid #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 75%;
  height: 100%;
  padding-top: 10rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  display: flex;
  overflow: hidden;
}

.footer_legal_link_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.footer_legal_link_kuow:hover {
  color: #f8f8f8;
  text-decoration: underline;
}

.submit-button_kuow {
  background-color: #000;
  margin-top: 2rem;
  margin-left: auto;
  display: block;
}

.footer_right_form_kuow {
  width: 60%;
}

.footer_right_legal_kuow {
  z-index: 10;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.footer_right_form_wrapper_kuow {
  z-index: 10;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70%;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.footer_right_menu_kuow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.somos_historia_circles_wrapper_kuow {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.somos_filosofia_section_kuow {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.world_txt3_kuow {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: .5rem;
  display: flex;
}

.world_rotate_title_wrapper_kuow {
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  padding: .5rem;
  display: flex;
}

.wrapper_mundo_rotate_kuow {
  z-index: 5;
  flex-flow: column;
  width: 42vw;
  margin-top: 30vh;
  display: flex;
  position: absolute;
}

.somos_mision_title_kuow {
  opacity: 1;
  position: absolute;
}

.somos_filo_txt_rotate_kuow {
  z-index: 5;
  flex-flow: column;
  width: 45vw;
  height: 60vh;
  margin-top: 30vh;
  display: flex;
  position: absolute;
}

.somos_paises_kuow {
  opacity: 0;
  position: absolute;
}

.somos_plantas-info_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  display: flex;
  position: absolute;
}

.somos_vision_title_kuow {
  opacity: 0;
  position: absolute;
}

.world_rotate_up_kuow {
  justify-content: center;
  align-items: flex-end;
  height: 50%;
  display: flex;
}

.somos_valores_title_kuow {
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  padding: .5rem;
  display: flex;
  position: relative;
}

.world_txt1_kuow {
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  padding: .5rem;
  display: flex;
  position: relative;
}

.world_rotate_down_kuow {
  justify-content: center;
  align-items: flex-start;
  height: 50%;
  display: flex;
}

.rotate_half-circles_kuow {
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  display: flex;
}

.somos_negocios-info_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 1;
  display: flex;
  position: absolute;
}

.world_txt4_kuow {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: .5rem;
  display: flex;
  position: relative;
}

.somos_paises-info_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  display: flex;
  position: absolute;
}

.somos_rondana_img_01_kuow {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.somos_rondana_img_02_kuow {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sectores_parallax_mainimg_kuow {
  object-fit: cover;
  object-position: 50% 0%;
}

.circle {
  background-color: #fff;
  border-radius: 99vw;
  width: 80rem;
  height: 80rem;
  margin: auto;
  position: absolute;
  inset: auto 0%;
}

.kuo_sectores_phrase_section {
  z-index: 5;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  margin-top: -1px;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.sector_phrase_container_kuow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 75vw;
  display: flex;
}

.sector_phrase_kuow {
  width: 60%;
}

.sectores_parallax_highlight_wrapper_kuow {
  z-index: 3;
  width: 75vw;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sectores_parallax_brands_wrapper_kuow {
  z-index: 3;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start end;
  place-items: center end;
  width: 80vw;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.sectores_parallax_brands_wrapper_kuow.keken {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: end;
  place-items: center end;
}

.sectores_parallax_brands_wrapper_kuow.megamex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
}

.sectores_parallax_brand_kuow {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff4d;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  display: flex;
}

.sectores_parallax_backdrop_wrapper_kuow {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 75vw;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.img_contain_kuow {
  object-fit: contain;
}

.big_title_kuow {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.3;
}

.big_title_kuow.kuo_text_bold {
  font-weight: 700;
}

.big_title_kuow.kuo_text_bold.kuo_text_white {
  color: #fff;
}

.big_title_kuow.kuo_text_bold.kuo_text_white.number {
  font-size: 4vw;
}

.sector_line-wrapper_kuow {
  margin-left: -.5rem;
  overflow: hidden;
}

.sector_line-wrapper_kuow.right {
  text-align: right;
  padding-right: 0;
}

.sector_line-wrapper_kuow.right.padding {
  padding-right: 20vw;
}

.sectores_intro_title_kuow {
  justify-content: space-between;
  margin-bottom: 4rem;
  display: flex;
}

.sectores_parallax_numeralia_wrapper_kuow {
  z-index: 3;
  justify-content: flex-end;
  width: 80vw;
  height: auto;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.sectores_parallax_centers_kuow {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  width: 50%;
  margin-top: 1rem;
  display: flex;
}

.sectores_parallax_numeralia_container_kuow {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  flex-flow: column;
  width: auto;
  padding: 2rem;
  display: flex;
}

.sectores_parallax_backdrop_container_kuow {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 40%;
  padding: 1rem;
}

.sectores_parallax_highlight_container_kuow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.sectores_parallax_text_wrapper_kuow {
  width: 70%;
}

.somos_filosofia_wrapper_kuow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300rem;
  display: flex;
  position: relative;
}

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

.somos_filo_back_imgs_wrapper_kuow {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 65vh;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about_intro_title_kuo_kuow {
  z-index: 4;
  position: absolute;
  inset: 6rem auto auto;
}

.somos_rondana_img_kuow {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #4295a7;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.somos_rondana_img_kuow.top {
  object-position: 50% 20%;
}

.world_halfcircle_outline_kuow {
  filter: invert(60%);
}

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

.somos_rondana_img_03_kuow {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.somos_filo_circle_outline_kuow {
  z-index: 5;
  border: .5px solid #fff;
  border-radius: 100rem;
  flex-flow: column;
  justify-content: center;
  width: 38rem;
  height: 38rem;
  margin-top: 30vh;
  display: flex;
  position: absolute;
}

.header_expand_info_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 25%;
  height: auto;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: auto 3rem 9.5rem auto;
}

.header_menu_circle_opacity_kuow {
  z-index: 3;
  background-color: #0009;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.header_menu_circle_opacity_kuow.opacity {
  z-index: 5;
  background-color: #0000004d;
  inset: auto;
}

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

.header_img_full_kuow {
  z-index: -2;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.header_menu_circle_wrapper_kuow {
  z-index: -1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 30rem;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header_hamburguer_container_kuow {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-end;
  align-items: center;
  margin-right: 2vw;
  display: flex;
}

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

.header_img__kuow.circle {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: auto;
  right: auto;
}

.header_img__kuow.full {
  width: 100%;
  height: 100%;
}

.header_expand_menu_kuow {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header_logo_kuow {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 9vw;
  height: 100%;
  margin-left: 2vw;
  display: flex;
  position: relative;
}

.header_expand_menu_contaimer_kuow {
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  margin-left: 12rem;
  display: flex;
}

.header_menu_content_kuow {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.sectores_parallax_website_kuow {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  width: 75vw;
  height: 19vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.sectores_parallax_section_kuow {
  background-color: #fff;
  flex-flow: column;
  align-items: flex-start;
  width: 100vw;
  height: 100%;
  margin-bottom: 100vh;
  padding: 0;
  display: flex;
  position: relative;
}

.sectores_parallax_sticky_kuow {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.sectores_parallax_main_content_wrapper_kuow {
  width: 100%;
  margin-left: auto;
  position: relative;
}

.sectores_opacity-video_kuow {
  z-index: 2;
  background-color: #0000004f;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sectores_parallax_img_kuow {
  z-index: 1;
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
}

.sectores_parallax_img_wrapper_kuow {
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sectores_parallax_number_kuow {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.sectores_intro_logo_kuow {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: sticky;
  top: 33%;
  left: 70%;
}

.footer_left_social_kuow {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  display: flex;
}

.footer_left_social_kuow:hover {
  transform: translate(0, -5px);
}

.social-icon_kuow {
  cursor: pointer;
  object-fit: contain;
  max-width: 100%;
  padding: 0;
}

.social-icon_kuow.invert {
  filter: invert();
}

.header_menu_submenu_self_kuow {
  text-decoration: none;
}

.header_menu_submenu_kuow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  margin-bottom: .5rem;
  margin-left: 5rem;
  display: flex;
}

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

.sectores_intro_phrase_container_kuow {
  z-index: 10;
  background-color: #fff;
  border-radius: 2em 2em 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80vh;
  margin-top: 200vh;
  display: flex;
  position: relative;
}

.sectores_intro_backimg_wrapper_kuow {
  z-index: 1;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sectores_intro_window_img_desk_kuow {
  z-index: 4;
  filter: contrast(200%) grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: translate(0);
}

.sectores_intro_container_kuow {
  z-index: 1;
  perspective: 1000px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sectores_intro_main_content_wrapper_kuow {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-end;
  width: 75vw;
  height: auto;
  display: flex;
  position: absolute;
}

.sectores_intro_section_kuow {
  perspective: 1000px;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
  position: relative;
  top: 0;
}

.title_kuow {
  color: #000;
  letter-spacing: 0;
  text-shadow: -3px 4px 3px #00000012;
  font-family: Notosans, Arial, sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.1;
}

.sectores_intro_window_kuow {
  z-index: 4;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  transform: rotate(0);
}

.sectores_intro_phrase_kuow {
  width: 75vw;
  margin-left: auto;
  margin-right: auto;
}

.backopacity_kuow {
  z-index: 1;
  background-color: #0006;
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.footer_link-block_kuow {
  cursor: pointer;
  text-decoration: none;
}

.footer_link-block_kuow:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_link-block_kuow.eng_margin {
  margin-top: 1rem;
}

.intro_circle_3-rotate_kuow {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.intro_circle_2_kuow {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 30rem;
  display: flex;
  position: absolute;
}

.xbig_text_kuow {
  color: #000;
  letter-spacing: 1px;
  font-family: Notosans, Arial, sans-serif;
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.1;
}

.xbig_text_kuow.kuo_text_white {
  color: #fff;
}

.sost_intro_circles_rotate_container_kuow {
  z-index: 5;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 100vh;
  display: flex;
  position: relative;
}

.intro_circle_2_top_kuow {
  height: 50%;
}

.intro_circle_2_bottom_kuow {
  width: 100%;
  height: 50%;
  position: relative;
}

.intro_circle_3_bottom_kuow {
  height: 50%;
}

.intro_circle_1_top_kuow {
  width: 100%;
  height: 50%;
  position: relative;
}

.intro_circle_2-rotate_kuow {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 30rem;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.intro_circle_3_kuow {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 16rem;
  display: flex;
  position: absolute;
}

.intro_circle_3_top_kuow {
  width: 100%;
  height: 50%;
  position: relative;
}

.sost_intro_seccion_kuow {
  display: flex;
  overflow: visible;
}

.intro_circle_1_kuow {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45rem;
  height: 45rem;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.sost_intro_wrapper_kuow {
  background-color: #000;
  height: 300vh;
  position: relative;
}

.intro_circle_1_bottom_kuow {
  height: 50%;
  transform: rotate(0);
}

.esg {
  opacity: 0;
  width: 100%;
  position: absolute;
}

.kuo {
  width: 100%;
  position: absolute;
}

.intro_circle_1-rotate_kuow {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45rem;
  height: 45rem;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.kuo_sost_intro_texts_wrapper {
  z-index: 2;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 15rem;
  padding-top: 8rem;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  font-size: 12vw;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.sost_line-wrapper_kuow {
  position: absolute;
  top: auto;
  bottom: -30px;
  overflow: hidden;
}

.sost_highlight_section_kuow {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100vw;
  padding-top: 30rem;
  padding-bottom: 10rem;
  display: flex;
}

.sost_highlight_container_kuow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75vw;
  display: flex;
}

.sost_highlight_container_kuow.sm {
  text-align: center;
  width: 50vw;
}

.sost_highlight_container_kuow.md {
  text-align: center;
}

.sector_sticky_wrapper_kuow {
  max-width: 1920px;
}

.sost_sticky_info_col2_kuow {
  padding-top: 1em;
}

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

.sector_self_img_kuow._1 {
  z-index: 4;
}

.sector_self_img_kuow._2 {
  z-index: 3;
}

.sost_sticky_section_kuow {
  margin-bottom: -100px;
}

.sost_sticky_info-wrapper_kuow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.sost_sticky_container_kuow {
  align-items: stretch;
  display: flex;
  position: relative;
}

.sector_sticky_imgs_wrap_kuow {
  width: 100vw;
  position: absolute;
  inset: 0%;
}

.sost_sticky_img_container_kuow {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sost_sticky_self_kuow {
  justify-content: flex-start;
  align-items: center;
  width: 75vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sost_sticky_self_kuow.right {
  justify-content: flex-end;
  align-items: center;
}

.sost_sticky_self_kuow.right.last {
  height: 150vh;
}

.sector_sticky_content_kuow {
  z-index: 1;
  width: 100%;
  position: relative;
}

.sost_sticky_info_col1_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.rounded_div_wrappe_kuow {
  z-index: 8;
  height: 100px;
  margin-bottom: -1px;
  position: relative;
  overflow: hidden;
  transform: translate(0, -1px);
}

.rounded-div_kuow {
  border-radius: 50%;
  width: 150%;
  height: 750%;
  position: absolute;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%, -86.6%);
}

.rounded-div_kuow.is-top {
  border-radius: 50%;
  transform: translate(-50%);
}

.rounded-div-background_kuow {
  background-color: #fff;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.rounded-div-background_kuow.dark {
  background-color: #000;
}

.sost_modelo_section_kuow {
  z-index: 8;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.sost_modelo_img_kuow {
  width: 35rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.sost_modelo_main_info_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

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

.trans_intro_section_kuow {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.trans_intro_hero_texts_kuow {
  z-index: 7;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  font-size: 12vw;
  line-height: 1;
  display: flex;
  position: relative;
}

.trans_line_wrapper_kuow {
  overflow: hidden;
}

.trans_line_wrapper_kuow.text-end {
  text-align: right;
}

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

.trans_buzon_wrapper_kuow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 75vw;
  display: flex;
}

.trans_buzon_text_offset_kuow {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 60%;
  margin-left: auto;
  display: flex;
}

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

.trans_buzzon_info_item_wrapper_kuow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.trans_codigo_section_kuow {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: -100px;
  display: flex;
  position: relative;
}

.trans_codigo_wrapper_kuow {
  z-index: 6;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75vw;
  margin-top: 20vh;
  margin-bottom: 40vh;
  display: flex;
  position: relative;
}

.trans_codigo_main_content_kuow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.trans_codigo_text_kuow {
  width: 80%;
}

.btn_wrapper_kuow {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-transform: none;
  background-color: #ffffff26;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

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

.trans_descargables_title_kuow {
  z-index: 6;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 75vw;
  margin-top: 8rem;
  margin-bottom: 5rem;
  display: flex;
  position: sticky;
  top: 8rem;
}

.trans_descargables_content_kuow {
  z-index: 66;
  justify-content: flex-end;
  width: 75vw;
  margin-bottom: 8rem;
  display: flex;
  position: relative;
}

.trans_descargables_content_wrapper_kuow {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff26;
  border-radius: 10px;
  width: 60%;
  margin-left: auto;
  padding: 20px;
}

.trans_descargables_link_kuow {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  color: #fff;
  border-bottom: .5px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.trans_integridad_info_wrapper_kuow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 75vw;
  margin-top: 10vh;
  display: flex;
}

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

.trans_integridad_img_wrapper_kuow {
  border-radius: 20vw;
  width: 16vw;
  height: 16vw;
  overflow: hidden;
}

.wrapper_kuow {
  flex-flow: column;
  width: 80%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.container_kuow {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.column_kuow {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.row_kuow {
  border-bottom: 1px solid #000;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.text_white_kuow {
  color: #fff;
}

.big_text_kuow {
  font-family: Notosans, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
}

.big_text_kuow.kuo_text_white {
  color: #fff;
}

.big_text_kuow.kuo_text_white.kuo_text_light {
  font-weight: 200;
}

.big_text_kuow.kuo_text_center {
  text-align: center;
}

.regular_text_kuow {
  font-family: Notosans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.regular_text_kuow.kuo_text_light {
  font-weight: 200;
}

.regular_text_kuow.kuo_text_light.kuo_text_white {
  color: #fff;
}

.regular_text_kuow.kuo_text_light.kuo_text_center {
  text-align: center;
}

.regular_text_kuow.kuo_text_white {
  color: #fff;
}

.header_link_phone_kuow {
  text-decoration: none;
}

.somos_main_wrapper_kuow, .sost_main_wrapper_kuow, .home_main_wrapper_kuow, .sector_consumo_main_wrapper_kuow, .sector_industrial_main_wrapper_kuow, .trans_main_wrapper_kuow {
  z-index: 1;
  position: relative;
}

.trans_integridad_section_kuow {
  z-index: 8;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.trans_buzon_section_kuow {
  z-index: 8;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
  position: relative;
}

.trans_buzonmain_info_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 1rem;
  display: flex;
}

.trans_descargables_img_wrapper_kuow {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

.trans_integridad_main_info_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 80%;
  margin-bottom: 1rem;
  display: flex;
}

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

.trans_descargables_title_sm_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.somos_intro_title_kuow {
  z-index: 10;
  position: absolute;
  inset: auto auto 6rem 3.5vw;
}

.footer_form_container_kuow {
  width: 60%;
  height: auto;
}

.footer_link_xd_kuow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .7;
  flex-flow: column;
  align-items: flex-end;
  width: 8vw;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 2rem 1rem auto;
}

.footer_link_txt_kuow {
  color: #fff;
  letter-spacing: 2.3px;
  font-family: Notosans, Arial, sans-serif;
  font-size: .6rem;
  font-weight: 200;
}

.footer_xnet_img_kuow {
  width: 100%;
}

.header_lang_wrapper_kuow {
  z-index: 50;
  cursor: pointer;
  margin-top: 5rem;
  margin-right: 2vw;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.u_neg_section_kuow {
  z-index: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.u_neg__wrapper_kuow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75vw;
  display: flex;
}

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

.u_neg_sector_container_kuow {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 37%;
  text-decoration: none;
  display: flex;
}

.u_neg_sector_img_kuow {
  width: 100%;
  height: 75%;
  position: relative;
}

.div-block {
  width: 100%;
}

.u_neg_sector_logo_kuow {
  width: 25%;
}

.u_neg_sector_logos_wrapper_kuow {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

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

.div-block-2._1 {
  z-index: 2;
}

.div-block-2._2 {
  z-index: 1;
}

.sost_lineas_section {
  background-color: #fff;
  padding-bottom: 10rem;
}

.sost_lineas_card_title_kuow {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sost_lineas_card_wrapper_kuow {
  cursor: pointer;
  background-color: #e2ebfd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 22em;
  height: 20em;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sost_lineas_card_wrapper_kuow.card_kuow {
  border-radius: 10px;
  width: 15vw;
  height: 15vw;
}

.hmw_titles {
  font-size: 2rem;
  line-height: 1;
}

.hmw_titles.hmw_white {
  color: #fff;
  position: static;
}

.sost_lineas_container_kuow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center;
  width: 100%;
  display: grid;
}

.sost_lineas_card_icon_wrapper_kuow {
  z-index: 10;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
  position: absolute;
  inset: auto 1em 1em auto;
}

.sost_lineas_card_img_kuow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.sost_lineas_card_img_main_kuow {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sost_lineas_card_txt_kuow {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.sost_lineas_card_txt_container_kuow {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sost_lineas_card_back_color_kuow {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  position: relative;
}

.card_opacity_kuow {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.sost_lineas_card_content_wrapper_kuow {
  flex-direction: column;
  height: 100%;
  padding: .5em;
  display: flex;
  position: absolute;
  left: 0%;
  right: 0%;
}

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

.hmw_regular_text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.15rem;
  line-height: 1.5;
}

.hmw_regular_text.hmw_white {
  color: #fff;
}

.menu_text_kuow-copy {
  opacity: 1;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: .9;
}

.menu_text_kuow-copy.white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.2vw;
  transition: letter-spacing .4s cubic-bezier(.25, .46, .45, .94);
}

.menu_text_kuow-copy.white:hover {
  letter-spacing: 2px;
  font-weight: 400;
}

.menu_text_kuow-copy.number {
  font-size: .8rem;
}

.sectores_link_wrap_web_kuow {
  text-decoration: none;
}

.sectores_next_section_kuow {
  z-index: 50;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
}

.sector_sticky_container_kuow {
  align-items: stretch;
  display: flex;
  position: relative;
}

.sector_sticky_img_container_kuow {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sector_next_wrap_kuow {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  display: flex;
}

.sector_next_container_kuow {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.sector_next_container_kuow:hover {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.trans_codigo_main_content2_kuow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-left: auto;
  display: flex;
}

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

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

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

.footer_left_menu_kuow {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-3 {
  width: auto;
  position: absolute;
  inset: 5rem 1rem auto auto;
}

.home_sectores_logo_cont_resirene_kuow {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #44444445;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  display: flex;
  position: absolute;
}

.big_text_footer_kuow {
  color: #fff;
  text-align: right;
  font-family: Notosans, Arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.3;
}

.big_text_footer_kuow.kuo_text_white {
  color: #fff;
}

.big_text_footer_kuow.kuo_text_center {
  text-align: center;
}

.footer_social_wrap_kuow {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.home_sectores_section2_kuow {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.home_sectores_section2_kuow.back_black_kuow {
  background-color: #000;
}

.home_sectores_main_wrapper2_kuow {
  width: 100%;
  position: sticky;
  top: 0;
}

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

.home_sectores_circles_wrapper2_kuow {
  z-index: 1;
  grid-row-gap: 20rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.home_sectores_title2_kuow {
  position: absolute;
  inset: 12vh 0% auto;
}

.home_sectores_names_container2_kuow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  height: 70%;
  display: flex;
}

.home_sectores_name_self2_kuow {
  height: 11rem;
  margin-top: 2rem;
  overflow: hidden;
}

.home_sectores_circle2_kuow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 35vh;
}

.home_sectores_circle2_kuow._02, .home_sectores_circle2_kuow._04, .home_sectores_circle2_kuow._03, .home_sectores_circle2_kuow._05, .home_sectores_circle2_kuow._01 {
  display: flex;
}

.home_sectores_space2_kuow {
  width: 100%;
  height: 100vh;
}

.home_sectores_img_main2_kuow {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 23rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon {
  filter: brightness(67%);
}

.somos_historia_slide_wrap_kuow {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.somos_historia_text_wrap_kuow {
  z-index: 10;
  width: 40%;
  position: relative;
}

.hmw_titles_span {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.6;
}

.somos_historia_slider_section_kuow {
  background-color: #d1d1d1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.icon-2 {
  filter: brightness(67%);
}

.somos_historia_slide_kuow {
  width: 100vw;
  height: 100vh;
}

.somos_historia_slide_col_kuow {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.about_slider_img_wrapper_hmw {
  width: 20vw;
  height: 20vw;
  position: absolute;
  bottom: 0;
}

.somos_historia_wrap_kuow {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  display: flex;
}

.somos_historia_slider_kuow {
  background-color: #ddd0;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  position: static;
}

.hmw_xxbig_title {
  font-size: 13rem;
  line-height: 1;
}

.hmw_xxbig_title.hmw_white {
  color: #fff;
}

.hmw_xxbig_title.hmw_white.hmw_letter_spacing {
  letter-spacing: 20px;
}

.slide-nav_kuow {
  filter: invert(67%);
  display: block;
  bottom: 3rem;
}

.somos_historia_title_wrap_kuow {
  z-index: 10;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 6rem auto auto;
}

.hmw_titles_spacing {
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1;
}

.hmw_titles_spacing.hmw_white {
  color: #fff;
}

.hmw_image_100cover {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about_slider_age_wrapper_hmw {
  position: relative;
  inset: auto;
  overflow: hidden;
}

.right-arrow {
  display: none;
  inset: 0% 0% 0% auto;
}

.left-arrow {
  display: none;
  inset: 0% auto 0% 0%;
}

.historia_year_txt2_kuow {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 10vw;
  font-weight: 100;
  line-height: 1.1;
}

.kuo_somos_historia2_year {
  z-index: 1;
  background-color: #fe1f3a;
  border-radius: 99vw;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kuo_somos_historia2_year.year {
  z-index: 2;
  background-color: #fe1f3a;
  margin-right: -3rem;
}

.somos_historia_slide_color_back_kuow {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.somos_historia_slide_back_color2_kuow {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.header_menu_item_nohover_kuow {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-bottom: .5px solid #ffffff4d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 3.2rem;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.header_menu_item_nohover_kuow.big {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.div-block-4 {
  position: absolute;
  inset: 2rem 0% auto;
}

.somos_intro_marquee2_kuow {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: flex-end;
  min-width: 100%;
  padding-right: 5rem;
  display: flex;
}

.somos_intro_marquee2_kuow.scroll.text-right {
  justify-content: flex-end;
  padding-right: 6rem;
}

@media screen and (min-width: 1440px) {
  .header_menu_item_kuow {
    height: 4rem;
  }

  .home_sectores_wrapper_kuow {
    flex-flow: column;
  }

  .home_presencia_title_kuow {
    position: sticky;
    top: 0;
  }

  .sectores_title_kuow {
    letter-spacing: 50px;
    line-height: 1;
  }

  .news_section_kuow {
    box-shadow: 0 20px 20px #0003;
  }

  .home_plantas_container_kuow {
    width: 80%;
  }

  .marquee_txt_kuow {
    color: #fff;
  }

  .somos_historia_year_info_kuow {
    padding-top: 2vw;
  }

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

  .somos_historia_item_kuow {
    width: 850vw;
  }

  .somos_historia_section_kuow {
    box-shadow: 0 20px 20px #0003;
  }

  .somos_historia_circles_wrapper_kuow {
    justify-content: center;
    align-items: center;
    padding-right: 8rem;
  }

  .wrapper_mundo_rotate_kuow, .somos_filo_txt_rotate_kuow {
    flex-flow: column;
    display: flex;
    position: absolute;
  }

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

  .somos_negocios-info_kuow {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .world_halfcircle_img_kuow, .world_halfcircle_outline_kuow {
    width: 100%;
  }

  .header_menu_circle_wrapper_kuow {
    width: 38rem;
    height: 38rem;
  }

  .sectores_intro_logo_kuow {
    top: 37%;
  }

  .intro_circle_3-rotate_kuow {
    width: 20rem;
    height: 20rem;
  }

  .intro_circle_2_kuow, .intro_circle_2-rotate_kuow {
    width: 37rem;
    height: 37rem;
  }

  .intro_circle_3_kuow {
    width: 20rem;
    height: 20rem;
  }

  .intro_circle_1_kuow, .intro_circle_1-rotate_kuow {
    width: 55rem;
    height: 55rem;
  }

  .home_sectores_wrapper2_kuow {
    flex-flow: column;
  }

  .header_menu_item_nohover_kuow {
    height: 4rem;
  }
}

@media screen and (min-width: 1920px) {
  .intro_title_kuow.sotenibilidad_kuow.ko_text_white, .intro_title_kuow.ko_text_white {
    color: #fff;
  }

  .bottom {
    width: 30px;
    height: 3px;
  }

  .mid {
    height: 3px;
  }

  .header_menu_item_kuow {
    height: 5.7rem;
  }

  .top {
    width: 30px;
    height: 3px;
  }

  .title_spacing_kuow {
    font-size: 1.5rem;
  }

  .home_sectores_img_main_kuow {
    width: 35rem;
    height: 35rem;
  }

  .home_sectores_logo_container_kuow {
    width: 12rem;
    height: 12rem;
  }

  .btn_kuow {
    font-size: 1.5rem;
  }

  .kuo_historia_regular-text {
    font-size: 1.4rem;
  }

  .number_kuow, .number_kuow.kuo_txt_bold {
    font-size: 7rem;
  }

  .highlight_kuow {
    font-size: 6rem;
  }

  .home_plantas_self_kuow {
    width: 16rem;
    height: 16rem;
  }

  .xbig_text_kuo {
    font-size: 5rem;
  }

  .marquee_txt_kuow {
    font-size: 20em;
  }

  .kuo_somos_historia_year {
    width: 25rem;
    height: 25rem;
  }

  .somos_historia_item_kuow {
    width: 850vw;
  }

  .somos_historia_section_kuow {
    height: 850vw;
  }

  .text-field_kuow {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer_big_text_kuow {
    font-size: 25rem;
  }

  .kuo_small_text {
    font-size: 1.2rem;
  }

  .submit-button_kuow {
    width: 10rem;
    height: 3rem;
  }

  .sectores_parallax_brand_kuow {
    width: 13rem;
    height: 13rem;
  }

  .big_title_kuow {
    font-size: 5.7rem;
  }

  .somos_filo_circle_outline_kuow, .header_menu_circle_wrapper_kuow {
    width: 55rem;
    height: 55rem;
  }

  .header_logo_kuow {
    width: 7vw;
  }

  .sectores_intro_logo_kuow {
    width: 15rem;
    height: 15rem;
  }

  .sectores_intro_backimg_wrapper_kuow {
    z-index: 1;
  }

  .title_kuow {
    font-size: 4.7rem;
  }

  .kuo_sost_intro_texts_wrapper {
    height: 22rem;
    padding-top: 12rem;
  }

  .sost_sticky_info-wrapper_kuow {
    width: 60%;
  }

  .sost_modelo_img_kuow {
    width: 50rem;
  }

  .big_text_kuow {
    font-size: 2rem;
  }

  .regular_text_kuow {
    font-size: 1.5rem;
  }

  .home_sectores_logo_cont_resirene_kuow {
    width: 12rem;
    height: 12rem;
  }

  .big_text_footer_kuow {
    font-size: 2rem;
  }

  .home_sectores_img_main2_kuow {
    width: 35rem;
    height: 35rem;
  }

  .somos_historia_text_wrap_kuow {
    width: 28rem;
  }

  .somos_historia_wrap_kuow, .somos_historia_slider_kuow {
    width: 90rem;
    max-width: 1680px;
  }

  .right-arrow {
    right: 5%;
  }

  .left-arrow {
    left: 5%;
  }

  .kuo_somos_historia2_year {
    width: 25rem;
    height: 25rem;
  }

  .header_menu_item_nohover_kuow {
    height: 5.7rem;
  }
}

@media screen and (max-width: 991px) {
  .intro_title_kuow {
    font-size: 12vw;
  }

  .intro_title_kuow.sotenibilidad_kuow {
    font-size: 6.5vw;
  }

  .intro_title_kuow.sotenibilidad_kuow.text_white_kuo {
    color: #fff;
  }

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

  .menu_text_kuow {
    font-size: 1.5vw;
  }

  .highlight_kuow.kuo_text_bold.kuo_text_white.sm {
    font-size: 3.3rem;
  }

  .sectores_title_kuow {
    letter-spacing: 20px;
    font-size: 6rem;
  }

  .home_sostenibilidad_scroll_content_kuow {
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .home_sostenibilidad_scroll_block_kuow {
    width: 90%;
  }

  .home_sectores_name_self_kuow {
    height: 8rem;
  }

  .news_wrapper_kuow {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .home_presencia_list_container_kuow {
    width: 40%;
  }

  .home_plantas_self_kuow {
    width: 9rem;
    height: 9rem;
  }

  .footer_kuow {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
  }

  .footer_kuow.sticky {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .somos_intro_cards_wrapper_kuow {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    justify-content: space-between;
    align-items: stretch;
  }

  .somos_intro_card_resize_kuow {
    background-size: auto 100vh;
    width: 40vw;
  }

  .about_intro_cards_col_kuow.right {
    flex-flow: wrap;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 29vw;
  }

  .about_intro_cards_col_kuow.left {
    flex-flow: column;
    flex: 0 auto;
    width: 29vw;
  }

  .hero-card-m_kuow {
    width: 28vw;
    height: 18vh;
  }

  .hero-card-m_kuow.first, .hero-card-m_kuow.second {
    border-radius: 12px;
    width: 100%;
  }

  .somos_intro_hero_img_kuow {
    width: 40vw;
    height: 45vh;
  }

  .hero-card-s_kuo {
    border-radius: 12px;
    width: 70%;
  }

  .hero-card-s_kuo.right {
    order: -1;
    width: 70%;
  }

  .somos_intro_content_wrapper_kuow {
    width: 80%;
  }

  .somos_intro_card_expand_kuow {
    background-size: auto 100vh;
    border-radius: 12px;
  }

  .marquee_txt_kuow {
    font-size: 6rem;
  }

  .somos_historia_title_kuow {
    margin-left: 35%;
  }

  .somos_historia_year_info_kuow {
    width: 70%;
    margin-left: 0;
  }

  .kuo_somos_historia_year {
    margin-right: 0;
  }

  .kuo_somos_historia_year.year {
    margin-right: -2rem;
  }

  .somos_historia_main_year_kuow {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .home_intro_hero_texts_kuow, .home_intro_hero_text_3_kuow {
    padding-bottom: 5rem;
  }

  .footer_left_kuow {
    width: 35%;
    padding-top: 18rem;
  }

  .footer_big_text_kuow {
    font-size: 15rem;
  }

  .footer_right_kuow {
    width: 65%;
    padding-top: 18rem;
    padding-bottom: 5rem;
  }

  .footer_right_legal_kuow {
    justify-content: flex-start;
    top: auto;
    bottom: 5rem;
    right: 2rem;
  }

  .footer_right_form_wrapper_kuow {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .somos_historia_circles_wrapper_kuow {
    justify-content: center;
    align-items: center;
    width: 70%;
    height: auto;
    margin-top: 5rem;
  }

  .wrapper_mundo_rotate_kuow {
    width: 75vw;
  }

  .somos_filo_txt_rotate_kuow {
    width: 60vw;
  }

  .sector_phrase_kuow {
    width: 100%;
  }

  .sectores_parallax_brands_wrapper_kuow.megamex {
    grid-template-rows: auto auto auto;
  }

  .sector_line-wrapper_kuow.right.padding {
    padding-right: 0;
  }

  .sectores_parallax_numeralia_container_kuow {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sectores_parallax_backdrop_container_kuow, .sectores_parallax_highlight_container_kuow {
    width: 100%;
  }

  .sectores_parallax_text_wrapper_kuow {
    width: 70%;
  }

  .header_expand_info_kuow {
    width: 33%;
    margin-right: 1rem;
  }

  .header_expand_menu_contaimer_kuow {
    width: 40%;
    margin-left: 2rem;
  }

  .sectores_parallax_website_kuow {
    width: 80vw;
  }

  .sectores_parallax_main_content_wrapper_kuow {
    margin-top: 5vw;
  }

  .sectores_intro_logo_kuow {
    margin-top: 45rem;
    left: 0%;
  }

  .sectores_intro_phrase_container_kuow {
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .sectores_intro_main_content_wrapper_kuow {
    width: 80vw;
  }

  .title_kuow {
    font-size: 3rem;
  }

  .kuo_sost_intro_texts_wrapper {
    height: 15rem;
  }

  .sost_line-wrapper_kuow {
    bottom: 10px;
  }

  .sost_highlight_container_kuow.sm {
    width: 80vw;
  }

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

  .sector_self_img_kuow._1 {
    display: block;
  }

  .sector_self_img_kuow._2 {
    z-index: 3;
    display: block;
  }

  .sost_sticky_img_container_kuow {
    background-color: #000;
  }

  .trans_codigo_main_content_kuow {
    width: 100%;
  }

  .big_text_kuow {
    font-size: 1.2rem;
  }

  .big_text_kuow.kuo_text_white.kuo_text_right {
    text-align: right;
  }

  .footer_link_xd_kuow {
    width: 14vw;
  }

  .sost_lineas_card_wrapper_kuow.card_kuow {
    width: 25vw;
    height: 25vw;
  }

  .sost_lineas_container_kuow {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center start;
  }

  .sost_lineas_card_icon_wrapper_kuow {
    display: flex;
  }

  .menu_text_kuow-copy {
    font-size: 1.5vw;
  }

  .sector_sticky_img_container_kuow {
    background-color: #000;
  }

  .trans_codigo_main_content2_kuow {
    width: 100%;
  }

  .big_text_footer_kuow.kuo_text_white.kuo_text_right {
    text-align: right;
  }

  .home_sectores_name_self2_kuow {
    height: 8rem;
  }

  .somos_historia_slide_col_kuow {
    height: 17rem;
  }

  .about_slider_img_wrapper_hmw {
    width: 17rem;
    height: 17rem;
  }

  .hmw_xxbig_title {
    font-size: 10rem;
  }

  .somos_historia_title_wrap_kuow {
    margin-bottom: 5rem;
  }

  .kuo_somos_historia2_year {
    margin-right: 0;
  }

  .kuo_somos_historia2_year.year {
    margin-right: -2rem;
  }

  .somos_intro_marquee2_kuow.scroll {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .home_sostenibilidad_media_wrapper_kuow {
    height: auto;
  }

  .home_sostenibilidad_scroll_wrapper_kuow {
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-right: 0;
  }

  .home_sostenibilidad_scroll_block_kuow, .home_sostenibilidad_media_container_kuow {
    width: 100%;
  }

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

  .xbig_text_kuo {
    font-size: 3.8em;
  }

  .somos_intro_content_wrapper_kuow {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .sectores_parallax_numeralia_container_kuow {
    width: 60%;
  }

  .footer_left_social_kuow {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sector_sticky_wrapper_kuow {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .sost_sticky_info-wrapper_kuow {
    padding-right: 0%;
  }

  .rounded_div_wrappe_kuow {
    height: 50px;
    display: none;
  }

  .rounded-div_kuow {
    height: 375%;
  }
}

@media screen and (max-width: 479px) {
  .intro_title_kuow {
    font-size: 14vw;
  }

  .intro_title_kuow.sotenibilidad_kuow {
    font-size: 10vw;
  }

  .intro_title_kuow.trans {
    font-size: 14vw;
  }

  .home_intro_content_line-wrapper_kuow.pad-left {
    padding-right: 0;
  }

  .burger_menu_kuow {
    cursor: pointer;
  }

  .header_expand_kuo {
    transform: translate(0, 100vh);
  }

  .menu_text_kuow {
    font-size: 3.5vw;
    font-weight: 400;
  }

  .menu_text_kuow.white {
    font-size: 3.1vw;
  }

  .mid {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header_logo_wrapper_kuow {
    width: 70%;
  }

  .header_logo_wrapper_kuow.w--current {
    width: 100%;
  }

  .menu_wrapper_kuow {
    background-color: #fff;
  }

  .title_spacing_kuow {
    letter-spacing: 4px;
  }

  .home_sectores_img_main_kuow {
    width: 20rem;
    height: 20rem;
  }

  .home_sostenibilidad_media_item_kuow {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    position: relative;
  }

  .home_sostenibilidad_media_sticky_kuow {
    height: auto;
  }

  .home_sectores_title_kuow {
    top: 15vh;
  }

  .home_sostenibilidad_scroll_wrapper_kuow {
    height: auto;
    margin-left: 0;
  }

  .sost_lineas_wrapper_kuow {
    width: 80vw;
  }

  .kuo_historia_regular-text, .kuo_historia_regular-text._1.black {
    font-weight: 400;
  }

  .highlight_kuow {
    font-size: 2.3rem;
  }

  .highlight_kuow.kuo_text_bold.kuo_text_white.sm {
    font-size: 1.7rem;
  }

  .sectores_title_kuow {
    letter-spacing: 10px;
    font-size: 2.3rem;
  }

  .home_sostenibilidad_scroll_content_kuow {
    padding: 10vh 2rem;
  }

  .home_sostenibilidad_scroll_block_kuow {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    width: 100%;
  }

  .home_sectores_name_self_kuow {
    height: 2.5rem;
  }

  .home_sectores_names_container_kuow {
    height: 60%;
  }

  .home_sostenibilidad_media_container_kuow {
    position: relative;
  }

  .home_presencia_list_container_kuow {
    width: 80%;
  }

  .home_presencia_content_kuow {
    height: 65%;
  }

  .home_plantas_self_kuow {
    width: 10rem;
    height: 10rem;
  }

  .home_plantas_container_kuow {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: start center;
    justify-items: center;
  }

  .footer_kuow {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_kuow.sticky {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-icon-wrap_kuow {
    width: 80px;
    height: 55px;
    padding-left: .7rem;
    padding-right: .7rem;
  }

  .somos_intro_card_resize_kuow {
    border-radius: 6px;
  }

  .about_intro_cards_col_kuow.left {
    flex: none;
  }

  .hero-card-m_kuow, .hero-card-m_kuow.first, .hero-card-m_kuow.second {
    border-radius: 6px;
  }

  .hero-card-s_kuo {
    border-radius: 6px;
    height: 14vh;
  }

  .xbig_text_kuo {
    font-size: 2em;
  }

  .xbig_text_kuo.kuo_text_white {
    font-size: 2.2rem;
  }

  .somos_intro_content_wrapper_kuow {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .somos_intro_cards_top_kuow {
    width: auto;
    position: relative;
  }

  .somos_intro_card_expand_kuow {
    background-size: auto 100vh;
    border-radius: 6px;
  }

  .marquee_txt_kuow {
    font-size: 4rem;
  }

  .somos_historia_title_kuow {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 17vh;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .somos_historia_camara_kuow {
    overflow: hidden;
  }

  .historia_year_txt_kuow {
    font-size: 15vw;
  }

  .somos_historia_year_info_kuow {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    width: 90vw;
    padding-top: 3vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .kuo_somos_historia_year {
    width: 9rem;
    height: 9rem;
    margin-top: 5vw;
  }

  .kuo_somos_historia_year.year {
    width: 9rem;
    height: 9rem;
  }

  .somos_historia_section_kuow {
    height: 1200vw;
  }

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

  .home_intro_content_kuow._1, .home_intro_content_kuow._2, .home_intro_content_kuow._3 {
    overflow: hidden;
  }

  .home_intro_hero_texts_kuow {
    padding-bottom: 8rem;
    overflow: hidden;
  }

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

  .news_img_wrapper_kuow {
    height: 15rem;
  }

  .news_articles_wrapper_kuow {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .news_article_container_kuow {
    width: 100%;
  }

  .footer_left_logo_kuow {
    width: 7rem;
    bottom: 1rem;
    left: 1rem;
  }

  .footer_left_main_wrapper_kuow {
    margin-top: 0;
  }

  .footer_left_adress_kuow {
    width: 70%;
  }

  .footer_left_kuow {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    order: 9999;
    width: 80%;
    height: auto;
    margin-top: 4rem;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer_link_kuow {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .footer_left_phone_kuow {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 1rem;
  }

  .text-field_kuow {
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .footer_right_big_text_kuow {
    margin-left: 0;
    display: none;
  }

  .footer_big_text_kuow {
    font-size: 4rem;
  }

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

  .kuo_small_text.kuo_text_black.cards {
    font-size: 1rem;
  }

  .footer_right_kuow {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-left-style: none;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .submit-button_kuow {
    margin-top: 1rem;
  }

  .footer_right_form_kuow {
    width: 100%;
  }

  .footer_right_legal_kuow {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    padding-left: 1.5rem;
    inset: auto 0% 5rem;
  }

  .footer_right_form_wrapper_kuow {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer_right_menu_kuow {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .somos_historia_circles_wrapper_kuow {
    width: 90%;
    margin-top: 10rem;
  }

  .wrapper_mundo_rotate_kuow {
    width: 110vw;
  }

  .somos_filo_txt_rotate_kuow {
    width: 90vw;
  }

  .kuo_sectores_phrase_section {
    justify-content: center;
    align-items: center;
    padding: 0 0 5rem 0;
  }

  .sector_phrase_container_kuow {
    width: 80vw;
  }

  .sector_phrase_kuow {
    width: 100%;
  }

  .sectores_parallax_highlight_wrapper_kuow {
    width: 80vw;
    margin-top: 5rem;
  }

  .sectores_parallax_brands_wrapper_kuow {
    grid-template-rows: auto auto auto;
    grid-template-columns: auto auto;
  }

  .sectores_parallax_brands_wrapper_kuow.keken {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }

  .sectores_parallax_backdrop_wrapper_kuow {
    width: 80vw;
    margin-top: 20rem;
  }

  .big_title_kuow, .big_title_kuow.kuo_text_bold.kuo_text_white.number {
    font-size: 2.6rem;
  }

  .sectores_intro_title_kuow {
    margin-bottom: 1rem;
  }

  .sectores_parallax_numeralia_kuow {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sectores_parallax_centers_kuow {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 0;
  }

  .sectores_parallax_numeralia_container_kuow, .sectores_parallax_backdrop_container_kuow, .sectores_parallax_highlight_container_kuow, .sectores_parallax_text_wrapper_kuow {
    width: 100%;
  }

  .somos_filosofia_wrapper_kuow {
    height: 250rem;
  }

  .about_intro_title_kuo_kuow {
    top: 8rem;
  }

  .somos_filosofia_sticky_kuow {
    overflow: hidden;
  }

  .somos_filo_circle_outline_kuow {
    width: 25rem;
    height: 25rem;
  }

  .header_expand_info_kuow {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .header_expand_big_kuow {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 9rem;
  }

  .header_img_full_kuow {
    display: none;
  }

  .header_menu_circle_wrapper_kuow {
    width: 16rem;
    height: 16rem;
    display: none;
  }

  .header_hamburguer_container_kuow {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .header_expand_menu_kuow {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .header_logo_kuow {
    width: 30vw;
    margin-left: 5vw;
  }

  .header_expand_menu_contaimer_kuow {
    width: 80%;
    margin-left: 0;
  }

  .sectores_intro_logo_kuow {
    margin-top: 30rem;
    left: 0%;
  }

  .footer_left_social_kuow {
    width: 7vw;
    margin-top: 1rem;
    margin-bottom: 0;
  }

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

  .sectores_intro_window_img_desk_kuow {
    display: block;
  }

  .sectores_intro_container_kuow {
    background-size: cover;
    background-attachment: scroll;
  }

  .sectores_intro_section_kuow {
    object-fit: cover;
  }

  .title_kuow {
    font-size: 1.8rem;
    line-height: 130%;
  }

  .sectores_intro_phrase_kuow {
    width: 80vw;
  }

  .backopacity_kuow {
    background-color: #000000b3;
  }

  .intro_circle_3-rotate_kuow {
    width: 7rem;
    height: 7rem;
  }

  .intro_circle_2_kuow {
    width: 13.5rem;
    height: 13.5rem;
  }

  .xbig_text_kuow {
    font-size: 1.8rem;
  }

  .sost_intro_circles_rotate_container_kuow {
    margin-top: 40vh;
  }

  .intro_circle_2-rotate_kuow {
    width: 13.5rem;
    height: 13.5rem;
  }

  .intro_circle_3_kuow {
    width: 7rem;
    height: 7rem;
  }

  .intro_circle_1_kuow {
    width: 20rem;
    height: 20rem;
  }

  .sost_intro_wrapper_kuow {
    height: 200vh;
  }

  .intro_circle_1-rotate_kuow {
    width: 20rem;
    height: 20rem;
  }

  .kuo_sost_intro_texts_wrapper {
    height: 14rem;
  }

  .sost_line-wrapper_kuow.mobile {
    bottom: -31px;
  }

  .sost_highlight_section_kuow {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sector_sticky_wrapper_kuow {
    padding-left: 0;
    padding-right: 0;
  }

  .sost_sticky_info-wrapper_kuow {
    width: 100%;
  }

  .sost_sticky_self_kuow {
    width: 80vw;
    margin-top: 5rem;
  }

  .rounded_div_wrappe_kuow {
    display: block;
  }

  .sost_modelo_img_kuow {
    width: 100%;
  }

  .trans_intro_hero_texts_kuow {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .trans_buzon_text_offset_kuow {
    width: 100%;
  }

  .trans_buzzon_info_item_wrapper_kuow {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .trans_codigo_text_kuow {
    width: 100%;
  }

  .btn_wrapper_kuow {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .trans_descargables_title_kuow {
    margin-top: 10vh;
    position: relative;
    top: 0;
  }

  .trans_descargables_content_kuow {
    margin-bottom: 0;
  }

  .trans_descargables_content_wrapper_kuow {
    width: 100%;
  }

  .trans_descargables_link_kuow {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .trans_integridad_info_wrapper_kuow {
    flex-flow: column;
  }

  .trans_integridad_img_wrapper_kuow {
    width: 40vw;
    height: 40vw;
  }

  .home_intro_subtitle_kuow {
    width: 90vw;
    margin-bottom: .7rem;
  }

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

  .trans_descargables_img_wrapper_kuow {
    height: 100vh;
    position: sticky;
  }

  .trans_integridad_main_info_kuow, .trans_descargables_title_sm_kuow {
    width: 100%;
  }

  .somos_intro_title_kuow {
    bottom: 12rem;
  }

  .footer_link_xd_kuow {
    align-items: flex-end;
    width: 35vw;
    bottom: 1rem;
    right: 1rem;
  }

  .footer_link_txt_kuow {
    font-weight: 400;
  }

  .footer_xnet_img_kuow {
    width: 80%;
  }

  .header_lang_wrapper_kuow {
    margin-top: 6.5rem;
  }

  .u_neg_section_kuow {
    height: auto;
  }

  .u_neg__wrapper_kuow {
    width: 80vw;
    margin-top: 7rem;
    margin-bottom: 4rem;
  }

  .u_neg_sector_wrapper_kuow {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-top: 2rem;
  }

  .u_neg_sector_container_kuow {
    width: 100%;
  }

  .u_neg_sector_img_kuow {
    width: 80%;
  }

  .u_neg_sector_logos_wrapper_kuow {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .sost_lineas_card_title_kuow {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sost_lineas_card_wrapper_kuow {
    width: 17em;
  }

  .sost_lineas_card_wrapper_kuow.card_kuow {
    width: 80vw;
    height: 80vw;
  }

  .sost_lineas_container_kuow {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sost_lineas_card_icon_wrapper_kuow {
    width: 1.5em;
    height: 1.5em;
    bottom: 1em;
    right: 1em;
  }

  .sost_lineas_card_txt_kuow {
    margin-top: 0;
  }

  .sost_lineas_card_txt_container_kuow {
    padding: 2em;
  }

  .hmw_regular_text.hmw_white {
    padding-left: 0;
  }

  .hmw_regular_text.hmw_white.sm {
    font-size: 1rem;
  }

  .menu_text_kuow-copy {
    font-size: 3.5vw;
    font-weight: 400;
  }

  .menu_text_kuow-copy.white {
    font-size: 3.1vw;
  }

  .footer_left_menu_kuow {
    align-items: flex-start;
    padding-top: 0;
  }

  .home_sectores_title2_kuow {
    top: 15vh;
  }

  .home_sectores_names_container2_kuow {
    height: 60%;
  }

  .home_sectores_name_self2_kuow {
    height: 2.5rem;
  }

  .home_sectores_img_main2_kuow {
    width: 20rem;
    height: 20rem;
  }

  .icon {
    margin-right: 0;
  }

  .somos_historia_slide_wrap_kuow {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .somos_historia_text_wrap_kuow {
    width: 80%;
  }

  .icon-2 {
    margin-left: 0;
  }

  .somos_historia_slide_col_kuow {
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 13rem;
  }

  .about_slider_img_wrapper_hmw {
    width: 13rem;
    height: 13rem;
  }

  .hmw_xxbig_title {
    font-size: 7rem;
  }

  .hmw_xxbig_title.hmw_white.hmw_letter_spacing {
    letter-spacing: 3px;
    font-size: 6.5rem;
  }

  .somos_historia_title_wrap_kuow {
    top: 6.5rem;
  }

  .hmw_titles_spacing {
    letter-spacing: 6px;
    font-size: 1.4rem;
  }

  .right-arrow, .left-arrow {
    height: 14rem;
    bottom: 3%;
  }

  .historia_year_txt2_kuow {
    font-size: 15vw;
  }

  .kuo_somos_historia2_year {
    width: 9rem;
    height: 9rem;
    margin-top: 5vw;
  }

  .kuo_somos_historia2_year.year {
    width: 9rem;
    height: 9rem;
  }

  .somos_intro_marquee2_kuow {
    justify-content: flex-start;
    padding-right: 0;
  }

  .somos_intro_marquee2_kuow.scroll {
    margin-bottom: 10rem;
  }
}


@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Doner Display';
  src: url('../fonts/Doner-RegularTextItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Doner';
  src: url('../fonts/Doner-RegularDisplayItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Doner';
  src: url('../fonts/Doner-RegularText.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Doner Display';
  src: url('../fonts/Doner-RegularDisplay.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}