:root {
  --white: white;
  --black: black;
}

.slider-wrapper {
  flex: none;
  justify-content: flex-start;
  min-width: 150vw;
  height: 100%;
  display: flex;
  position: relative;
}

.panel {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50vw;
  min-width: 50vw;
  height: 100vh;
  display: flex;
  position: static;
}

.panel.blackl {
  background-color: #000;
  width: 50vw;
}

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

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

.ia_kuo_23_section.transparent {
  background-color: rgba(0, 0, 0, 0);
}

.ia_kuo_23_wrapper {
  z-index: 2;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 75%;
  margin-top: 15vh;
  margin-bottom: 15vh;
  display: flex;
  position: relative;
}

.ia_kuo_23_main_column {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  font-size: 0;
  display: flex;
}

.ia_kuo_23_sidebar {
  width: 30%;
  height: 100%;
}

.ia_kuo_23_h2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 2.3vw;
  font-weight: 300;
  line-height: 120%;
}

.ia_kuo_23_h2.black {
  color: #000;
  margin-bottom: 0;
}

.ia_kuo_23_line {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ia_kuo_23_line_progress {
  filter: invert();
  background-color: rgba(32, 32, 32, .33);
  border-radius: 14%;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  left: 61%;
}

.ia_kuo_23_line_progress.mensaje {
  background-color: #202020;
  left: 56%;
}

.ia_kuo_23_timeline_item {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ia_kuo_23_paragraph_02 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 140%;
}

.ia_kuo_23_paragraph_02.black {
  color: #000;
  object-fit: fill;
  font-family: Noto Sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  overflow: visible;
}

.ia_kuo_23_cards_wrapper {
  z-index: 4;
  width: 100%;
  transition: all .2s;
  position: relative;
}

.ia_kuo_23_card {
  width: 100%;
  height: 48vh;
  transition: all .25s;
}

.ia_kuo_23_card._2 {
  background-color: #d4d4d4;
  position: -webkit-sticky;
  position: sticky;
  top: 300px;
}

.ia_kuo_23_card._3 {
  background-color: #161616;
  position: -webkit-sticky;
  position: sticky;
  top: 310px;
}

.ia_kuo_23_card._4 {
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 320px;
}

.ia_kuo_23_card._1 {
  background-color: rgba(255, 255, 255, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 250px;
}

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

.ia_kuo_23_card._5 {
  background-color: #d5d5d5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ia_kuo_23_card_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 12px;
  display: flex;
  position: relative;
}

.ia_kuo_23_h1 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 100%;
}

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

.ia_kuo_23_paragraph_01 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 140%;
}

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

.kuo_images.desarrollo {
  object-position: 50% 10%;
}

.dato_duro_sectores_container {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: .5vw;
  display: flex;
}

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

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

.kuo_section_sticky {
  background-color: #000;
  height: 250vh;
  position: relative;
}

.kuo_space_medium {
  height: 8vw;
}

.kuo_space_big {
  height: 10vw;
}

.h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
}

.kuo_wrapper_desfase {
  flex-flow: column;
  align-items: flex-start;
  width: 75%;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding: 0;
  display: flex;
  position: relative;
}

.h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3vw;
  line-height: 100%;
}

.kuo_space_small {
  height: 5vw;
}

.ia_kuo_horizontal-tabs-content {
  width: 100%;
  height: auto;
  overflow: visible;
}

.ia_kuo_horizontal-tabs {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.adjacent-tab-link {
  opacity: .65;
  color: #264c51;
  background-color: rgba(0, 0, 0, 0);
  border-right: 2px solid rgba(38, 76, 81, 0);
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  line-height: 30px;
  transition: border-color .2s, opacity .2s;
}

.adjacent-tab-link:hover {
  opacity: 1;
}

.adjacent-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-right-color: #264c51;
  justify-content: space-between;
  display: flex;
}

.adjacent-tab-link.horizontal {
  border-bottom: 2px solid rgba(38, 76, 81, 0);
  border-right-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 2vw;
}

.adjacent-tab-link.horizontal.w--current {
  border-bottom-color: #fff;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.adjacent-tab-link.horizontal {
  border-bottom: 2px solid rgba(38, 76, 81, 0);
  border-right-style: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
}

.adjacent-tab-link.horizontal.w--current {
  border-bottom-color: #fff;
}

.kuo_col-left_sticky {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  margin-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.kuo_23_portada_wrapper_img {
  background-color: #0c0c0c;
  justify-content: flex-end;
  width: 35vw;
  height: 35vw;
  margin-right: 10vw;
  display: flex;
  overflow: hidden;
}

.kuo_23_portada_wrapper_title {
  z-index: 1;
  position: absolute;
  top: 7vw;
  left: 10vw;
}

.kuo_23_section_portada {
  background-color: #000;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.kuo_gestion_sticky_horizontal_cards {
  z-index: 1;
  width: 90%;
  position: relative;
}

.kuo_gestion_sticky_horizontal_cards.theme-dark {
  width: 100%;
}

.kuo_gestion_horizontal-scroll_track {
  min-width: 100vw;
  min-height: 400dvh;
  position: relative;
}

.kuo_gestion_horizontal-scroll_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100vw;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.slider-camera-copy {
  align-items: center;
  width: 50vw;
  min-height: 100vh;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.kuo_gestion_hero_content-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 100vh;
  display: flex;
}

.div-block-102 {
  width: 50%;
  margin-top: 5vw;
  margin-left: 5vw;
}

.kuo_satisfaccion_tabs_content_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.ia_kuo_23_column_100 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 0;
  display: flex;
}

.ia_kuo_satisfaccion_horizontal-tabs-menu {
  border-bottom: 1px solid rgba(255, 255, 255, .26);
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.kuo_satisfaccion_tabs_content {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2vw;
  display: flex;
}

.dot-4 {
  background-color: #fff;
  flex: none;
  width: .3rem;
  height: 5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 25vh;
  left: 60.8%;
}

.ia_kuo_23_dot_interaction_wrapper-3 {
  z-index: 2;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.div-block-111-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  justify-items: stretch;
  margin-top: 30vw;
  display: flex;
}

.kuo_sectores_section-content {
  z-index: 600;
  background-color: rgba(0, 0, 0, 0);
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.kuo_sectores_section {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.kuo_sectores_scroll_content {
  width: 50vw;
  display: block;
  position: relative;
}

.kuo_sectores_inner_info {
  height: 100vh;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.kuo_sectores_wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.kuo_inner_info_container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.kuo_sectores_inner_info_sticky_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.row-scroll_kuo {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 4vw;
  display: flex;
}

.kuo_sectores_card-inner {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 100%;
  height: 100vh;
  padding-left: 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kuo_inner_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 2vw;
  display: flex;
}

.image-container_kuo {
  width: 100%;
  height: 100%;
}

.image-container_kuo.second {
  background-image: url('../images/kuo_sectores_entrada_quimico.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-container_kuo.third {
  background-color: #000;
  background-image: url('../images/kuo_sectores_refacciones_left.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.image-container_kuo.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #fff;
  background-image: url('../images/kuo_sectores_entrada_consumo.jpg');
  background-position: 100% 0;
  background-size: cover;
  position: relative;
}

.kuo_h1 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.4vw;
  font-weight: 100;
  line-height: 5vw;
}

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

.ia_kuo_23_numero {
  color: #fff;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 110%;
}

.kuo_sectores_inner_info_sticky {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  padding: 0%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.kuo_sectores_inner_info_sticky.gray {
  background-color: #141414;
}

.kuo_sectores_line_interior {
  border-left: 1px solid rgba(255, 255, 255, .32);
  width: 1px;
  height: 100vh;
  position: relative;
}

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

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

.kuo_section_grow_image {
  background-color: #000;
  height: 150vh;
  position: relative;
}

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

.body {
  background-color: #000;
}

.ia_kuo_23_main_column-sticky {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  font-size: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ia_kuo_23_sidebar_large {
  width: 40%;
  height: 100%;
  margin-left: auto;
}

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

.ia_kuo_23_h1_sm {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 4vw;
  font-weight: 800;
  line-height: 100%;
}

.ia_kuo_23_h1_sm.black {
  color: #000;
}

.div-block-118 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.kuo_section_sticky_cards {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.kuo_sticky_cards_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 80vh;
  padding: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.kuo_sticky_cards_container_100h {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #131313;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.kuo_sticky_cards_container_100h.black {
  background-color: #000;
}

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

.dato_duro_sectores_container-copy {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  border-bottom: .5px solid rgba(255, 255, 255, .49);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
}

.dato_duro_sectores_container-copy.black {
  border-bottom-color: rgba(0, 0, 0, .49);
}

.kuo_stickycards_asociacion {
  width: 30%;
}

.kuo_sticky_cards_title {
  margin-bottom: 2vw;
}

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

.ia_kuo_23_paragraph_legal {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 140%;
}

.ia_kuo_23_paragraph_legal.black {
  color: #000;
  padding-left: 33px;
}

.image-3-copy {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

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

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

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

.ia_kuo_23_logo {
  width: 5vw;
  position: absolute;
}

.div-block-58 {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  display: flex;
  position: relative;
}

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

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

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

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

.div-block-19 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.link {
  color: #abaaab;
  text-transform: none;
  font-family: Noto Sans, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  height: 100%;
  display: flex;
}

.ia_kuo_23_menu_items {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.ia_kuo_desarrollo, .ia_kuo_gestion {
  width: 100%;
  height: 60%;
  display: none;
  position: absolute;
}

.ia_kuo_23_menu_item {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 3vw;
  text-decoration: none;
  display: flex;
}

.ia_kuo_23_menu_item:hover {
  border-left: 5px solid #fff;
}

.div-block-13 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 20%;
  display: flex;
}

.div-block-14 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 4vw;
  display: flex;
}

.ia_kuo_procesos, .ia_kuo_eficiencia {
  width: 100%;
  height: 60%;
  display: none;
  position: absolute;
}

.ia_kuo_23_menu_number {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 100%;
}

.ia_kuo_23_menu_number.white {
  color: #fff;
  margin-bottom: 0;
  font-size: 2.5vw;
  font-weight: 700;
}

.ia_kuo_23_menu_expanded {
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .7);
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(100vw);
}

.div-block-16 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 75%;
  height: 100%;
  display: flex;
  position: relative;
}

.ia_kuo_satisfaccion {
  width: 100%;
  height: 60%;
  display: none;
  position: absolute;
}

.ia_kuo_23_line_menu {
  background-color: #fff;
  width: 85%;
  height: 1px;
  margin-top: .4vw;
  margin-bottom: .4vw;
}

.ia_kuo_model, .ia_kuo_about, .ia_kuo_gobierno {
  width: 100%;
  height: 60%;
  display: none;
  position: absolute;
}

.ia_kuo_menu_wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  height: 90%;
  display: flex;
}

.div-block-12 {
  border-left: 1px solid #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.ia_kuo_menu_wrapper_left {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 92%;
  height: 90%;
  display: flex;
}

.div-block-9 {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

.paragraph-6 {
  font-family: Noto Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 900;
  line-height: 100%;
}

.ia_kuo_23_mode_lineas {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  align-items: flex-start;
  display: flex;
}

.ia_kuo_23_model_img_wrapper {
  z-index: 2;
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ia_kuo_23_model_paragraph {
  color: #fff;
  width: 100%;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 140%;
}

.ia_kuo_23_model_lineas {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.ia_kuo_23_model_img_container {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 32vw;
  height: 32vw;
  display: flex;
  position: relative;
}

.ia_kuo_23_lineas_conter {
  width: 4vw;
}

.ia_kuo_23_model_center {
  z-index: 1;
  width: 51%;
  height: 51%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.ia_kuo_23_main_column_01 {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 0;
  display: flex;
}

.ia_kuo_23_paragraph_01-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 140%;
}

.ia_kuo_23_mode_linea {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ia_kuo_23_model_pilares {
  z-index: 2;
  width: 81%;
  height: 81%;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.ia_kuo_model_column {
  width: 100%;
}

.kuo_sticky_card_sec_100h {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #131313;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 400vh;
  padding: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.kuo_inner_highlight_container {
  width: 70%;
}

.kuo_sectores_inner_imgfull {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  padding: 0%;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.kuo_img_sectores_right {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: static;
}

.kuo_sticky_img_alimentos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #131313;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 400vh;
  padding: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.kuo_sectores_left_img_100vh {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.kuo_sectores_card-inner_info {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kuo_sectores_logos_wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5vw;
  display: flex;
}

.kuo_sectores_interior_title_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  margin-bottom: 5vw;
  margin-left: -.2vw;
  padding-left: 2vw;
  display: block;
  position: relative;
}

.ia_kuo_23_line_progress-sectores {
  filter: invert();
  background-color: rgba(32, 32, 32, .33);
  border-radius: 14%;
  width: 1px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  left: 10%;
}

.dot-sectores {
  background-color: #fff;
  flex: none;
  width: .3rem;
  height: 5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 13vh;
  left: 54.9vw;
}

.ia_kuo_23_dot_interaction_sectores {
  z-index: 2;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.line_sectores_cards {
  background-color: #fff;
  border-left: 1px solid rgba(255, 255, 255, .32);
  width: 2px;
  height: 3vw;
  position: relative;
}

.kuo_sectores_line_sm {
  background-color: #fff;
  width: .4vw;
  height: 9vh;
  position: absolute;
  top: auto;
  left: 0;
  right: 0%;
}

.kuo_sectores_inner_info_sticky-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  height: 100vh;
  min-height: 100vh;
  padding: 0%;
  display: block;
  position: relative;
  top: 0;
}

.kuo_sectores_card-inner_mobile {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-left: 5vw;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kuo_sectores_mobile_interior_title_wrapper {
  margin-bottom: 5vw;
  margin-left: 1vw;
}

.kuo_sectores_line_sm_mobile_porcicola {
  background-color: #fff;
  width: .4vw;
  height: 9vh;
  position: absolute;
  top: auto;
  bottom: 21%;
  left: -3px;
  right: 0%;
}

.kuo_sticky_card_sec_hule {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 300vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.kuo_sticky_img_polimero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #131313;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 300vh;
  padding: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.kuo_sticky_card_sec_transmisiones {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 300vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.kuo_sticky_img_refacciones {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #131313;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 300vh;
  padding: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header_title_row {
  height: auto;
  overflow: hidden;
}

.header_title_row.big {
  height: auto;
  padding-bottom: .7vw;
  line-height: 20px;
}

.kuo_portada_wrapper_phrase {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 33vw;
  left: 0;
}

.header_phrase_row {
  overflow: hidden;
}

.kuo_portada_phrase_wrapper {
  padding-left: 15vw;
}

.kuo_portada_line {
  background-color: #fff;
  width: .8vw;
}

.ia_kuo_23_h1_onload {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 100%;
}

.ia_kuo_23_h1_onload.sm {
  color: #fff;
  font-size: 3.8vw;
}

.ia_kuo_23_p1_onload {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 140%;
}

.button {
  grid-column-gap: 5rem;
  background-color: #0d0d0d;
  border: 1px solid #1f1f1f;
  border-radius: 6px;
  align-items: center;
  padding: 1.25rem 1.5rem 1.25rem 2rem;
  font-size: 1rem;
  line-height: 1;
  transition-property: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: 1;
}

.button.home-intro-button {
  grid-column-gap: 2rem;
  background-color: rgba(13, 13, 13, 0);
  border-style: none;
  border-radius: 0;
  margin-top: 3rem;
  padding: 1.2rem .5rem 1.2rem 1.5rem;
  text-decoration: none;
}

.nav-link-text-wrap {
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-text {
  color: #000;
  line-height: 130%;
}

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

.arrow-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow-right {
  filter: contrast(0%);
}

.button-arrow-right.button-arrow-right-hover {
  position: absolute;
  left: -110%;
}

.ia_kuo_intro_title {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 4vw;
  line-height: 115%;
}

.div-block-89 {
  z-index: 1;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
  position: relative;
}

.ia_kuo_intro_section {
  background-color: #000;
  width: 100vw;
  min-height: 400vh;
  position: relative;
}

.ia_kuo_intro_section.theme-white {
  display: flex;
}

.ia_kuo_23_intro_content_03 {
  z-index: 1;
  flex-flow: column;
  width: 40%;
  position: relative;
}

.ia_kuo_23_intro_item {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.ia_kuo_23_intro_item._2 {
  z-index: 4;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.ia_kuo_23_intro_item._5 {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
}

.ia_kuo_23_intro_item._1 {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.ia_kuo_23_intro_item._3 {
  z-index: 3;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: fixed;
}

.ia_kuo_23_intro_item._4 {
  z-index: 2;
  display: flex;
  position: fixed;
}

.div-block-2 {
  width: 70%;
}

.ia_kuo_23_intro_img_05 {
  background-color: #0c0c0c;
  width: 40vw;
  height: 40vw;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 10vw;
  right: auto;
  overflow: hidden;
}

.ia_kuo_23_intro_img_04 {
  background-color: #0b0d0c;
  justify-content: flex-end;
  align-items: stretch;
  width: 40vw;
  height: 40vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 10vw;
  overflow: hidden;
}

.ia_kuo_23_intro_img_02 {
  background-color: #0c0c0c;
  justify-content: flex-end;
  width: 40vw;
  height: 40vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 10vw;
  overflow: hidden;
}

.ia_kuo_23_intro_content_02, .ia_kuo_23_intro_content_04 {
  z-index: 1;
  width: 75%;
  position: relative;
}

.kuo_space_big-2 {
  height: 10vw;
}

.ia_kuo_23_intro_subtitle {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 100%;
}

.ia_kuo_23_intro_content_01 {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  width: 75%;
  display: flex;
  position: relative;
}

.ia_kuo_23_intro_text {
  color: #fff;
  text-align: center;
  font-family: Noto Sans, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 140%;
}

.ia_kuo_23_intro_img_01 {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.ia_kuo_23_intro_content_05 {
  z-index: 1;
  width: 40%;
  position: relative;
}

.div-block-104 {
  background-color: #fff;
  width: 1px;
  height: 10vh;
}

.ia_kuo_23_intro_img_03 {
  background-color: #0c0c0c;
  width: 40vw;
  height: 40vw;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 10vw;
  right: auto;
  overflow: hidden;
}

.ia_kuo_intro_title_big {
  color: #37393f;
  font-family: Noto Sans, sans-serif;
  font-size: 7vw;
  line-height: 100%;
}

.black-overlay {
  z-index: 2;
  background-color: #000;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ia_kuo_23_home_somos_img_03 {
  width: 15vh;
  height: 15vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10%;
  right: auto;
}

.ia_kuo_23_home_somos_img_01 {
  width: 20vh;
  height: 20vh;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.ia_kuo_23_home_somos_img_02 {
  width: 35vh;
  height: 35vh;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 5%;
}

.ia_kuo_23_img_container_paises_mobile {
  z-index: 4;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.ia_kuo_23_paragraph_somos {
  color: #fff;
  width: 5vw;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 140%;
  transform: rotate(-90deg);
}

.ia_kuo_section_somos_mobile {
  width: 100vw;
  height: 500vh;
  display: none;
  position: relative;
}

.ia_kuo_23_sidebar_container_mobile {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 3vw;
  display: flex;
}

.ia_kuo_23_somos_datos {
  grid-column-gap: 20vh;
  grid-row-gap: 20vh;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.ia_kuo_23_img_container_marcas_mobile {
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.ia_kuo_23_img_container_sectores_mobile {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.ia_kuo_23_img_container_plantas_mobile {
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.ia_kuo_23_number {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 110%;
}

.ia_kuo_23_sidebar-2 {
  width: 43%;
}

.ia_kuo_23_sidebar_container {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 3vw;
  display: flex;
}

.ia_kuo_23_somos_sidebar {
  grid-column-gap: 20vh;
  grid-row-gap: 20vh;
  flex-flow: column;
  display: flex;
}

.ia_kuo_23_img_container_sectores {
  z-index: 5;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ia_kuo_23_main_column-3 {
  grid-column-gap: 10vh;
  grid-row-gap: 10vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  font-size: 0;
  display: flex;
}

.ia_kuo_23_main_column-3.sticky {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ia_kuo_23_img_container_paises {
  z-index: 4;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-129 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ia_kuo_23_section-2 {
  z-index: 1;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.ia_kuo_23_paragraph_02-3 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 140%;
}

.ia_kuo_23_img_container_plantas {
  z-index: 2;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ia_kuo_23_img_container_marcas {
  z-index: 3;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ia_kuo_23_timeline_item-2 {
  z-index: 2;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-131 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.col-right_home_mensaje {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-flow: column;
  width: 40%;
  margin-left: auto;
  display: flex;
}

.col-left-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  margin-bottom: 0;
  display: flex;
}

.div-block-132 {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.kuo_space_big-3 {
  height: 10vw;
}

.kuo_space_small-4 {
  height: 5vw;
}

.div-block-133 {
  width: 45%;
}

.ia_kuo_23_cifras_wrapper {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.ia_kuo_23_cifras_right_col {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.ia_kuo_23_cifras_right_col.black {
  background-color: #050706;
  justify-content: space-between;
  align-items: center;
}

.div-block-123 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.kuo_sticky_cards_container_200h {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  padding: 0%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.kuo_sticky_cards_container_200h.black {
  background-color: #000;
  overflow: hidden;
}

.kuo_section_sticky_cards-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.ia_kuo_23_cifras_wrapper_left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  height: 90%;
  margin-right: 5vh;
  display: flex;
}

.ia_kuo_23_cifras_sidebar_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 24%;
  right: auto;
}

.desc_footer_column_03 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

.desc_footer_links {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: row;
  width: auto;
  display: flex;
}

.image-14 {
  width: auto;
  max-width: 20px;
}

.desc_footer_container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .3;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.desc_footer_column_02 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  align-items: flex-start;
  margin-left: 4vw;
  display: flex;
}

.section_desc_footer {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section_desc_footer.desc_footer {
  color: #000;
  background-color: #0f0f0f;
  flex-direction: column;
  justify-content: flex-start;
  width: 100vw;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  transition: all .5s;
  display: flex;
}

.desc_footer_link {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  color: #fff;
  flex-flow: row;
  width: auto;
  line-height: 50px;
  text-decoration: none;
  display: flex;
}

.text-block-15 {
  color: #9c9c9c;
  font-family: Noto Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 100%;
}

.text-block-15:hover {
  font-weight: 600;
}

.text-block-19 {
  color: #fff;
  letter-spacing: 0;
  font-size: 12px;
}

.paragraph-6-copy {
  color: #252525;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 900;
  line-height: 100%;
  display: block;
}

.ia_kuo_23_sidebar-copy {
  width: 50%;
  height: 100%;
  margin-left: auto;
}

.paragraph-6-copy {
  color: #b4b4b4;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 900;
  line-height: 100%;
}

.image-24 {
  display: none;
}

.kuo_home_somos_2 {
  z-index: 1;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10vw;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.kuo_home_somos_col {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: center;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

.kuo_home_somos_container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 45vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gentera_sticky_img_grow_frame {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.ia_kuo_section_home_somos {
  z-index: 1;
  background-color: #000;
  height: 750vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.kuo_home_somos_3 {
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10vw;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.kuo_home_somos_4 {
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10vw;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.ia_kuo_23_home_somos_img_04 {
  width: 35vh;
  height: 35vh;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: 5px;
  right: auto;
}

.ia_kuo_23_home_somos_img_05 {
  width: 20vh;
  height: 20vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 22%;
}

.ia_kuo_23_paragraph_02_opacity {
  opacity: 0;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 140%;
}

.link-block-4 {
  margin-top: 3vw;
  text-decoration: none;
}

.image-25 {
  object-fit: cover;
  height: 100%;
}

.image-26 {
  width: auto;
  height: 100%;
}

.kuo_images_portada {
  object-fit: cover;
  object-position: 50% 0%;
  height: 100%;
}

.kuo_portada_container_title_mobile {
  display: none;
}

.kuo_23_portada_wrapper_title_mobile {
  z-index: 1;
  position: absolute;
  top: 7vw;
  left: 10vw;
}

.kuo_portada_wrapper_phrase_mobile {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: 33vw;
  left: 0;
}

.ia_kuo_images_home {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.kuo_home_somos_1 {
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10vw;
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.div-block-135 {
  margin-top: 5vw;
}

.ia_kuo_gestion-social, .ia_kuo_cadena-suministro {
  width: 100%;
  height: 60%;
  display: none;
  position: absolute;
}

.div-block-137 {
  width: 65%;
  margin: 5vw 5vw 5vw auto;
}

.kuo_desarrollo_number_line {
  background-color: #000;
  width: .5vw;
  height: 5.2vw;
}

.kuo_desarrollo_number_wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5vw;
  display: flex;
}

.kuo_desarrollo_number_info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: .5vw;
  display: flex;
}

.div-block-138 {
  width: 100%;
  height: 100%;
}

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

.image-29 {
  width: 100%;
  height: 100%;
}

.wrapper-100 {
  width: 100%;
  display: flex;
}

.list-8 {
  margin-top: 2vw;
  padding-left: 1vw;
}

.wrapper-descargas {
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
}

.ia_kuo_23_descargas_left_col {
  background-image: url('../images/kuo_home_portada4.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.kuo_descargas_img_container {
  background-color: #000;
  justify-content: flex-start;
  align-items: flex-end;
  width: 10vw;
  height: 10vw;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.ia_kuo_23_descargas {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 1.3vw;
  font-weight: 700;
  line-height: 120%;
}

.paragraph-6-copy-copy {
  color: #424242;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 900;
  line-height: 100%;
}

.paragraph-6-copy-copy.white {
  color: #fff;
}

.kuo_23_mensaje_wrapper_title {
  z-index: 1;
  position: static;
  top: 7vw;
  left: 10vw;
}

.kuo_wrapper_mensaje {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 75%;
  margin-top: 15vh;
  margin-bottom: 10vh;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-142 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  width: 100%;
  display: flex;
}

.div-block-143 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  width: 60%;
  display: flex;
}

.kuo_col-left_sticky-mensaje {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  margin-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.ia_kuo_23_sidebar_large-mensaje {
  width: 40%;
  height: 100%;
  margin-top: 21vw;
  margin-left: 5vw;
}

.ia_kuo_23_paragraph__mensaje {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 140%;
}

.div-block-144 {
  width: 13vw;
  height: 100%;
}

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

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

.div-block-146 {
  background-color: #000;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-147 {
  width: 40%;
}

.kuo_gri_container {
  text-align: right;
  margin-top: 1vw;
  position: static;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 1%;
}

.ia_kuo_23_paragraph_gri {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 140%;
}

.ia_kuo_23_paragraph_gri.black {
  color: #000;
}

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

.kuo_space_xs {
  height: 2vw;
}

.div-block-148 {
  margin-top: 4vw;
  margin-left: 5vw;
}

.div-block-146-copy {
  background-color: #757574;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.ia_kuo_23_paragraph_03 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 140%;
}

.ia_kuo_23_paragraph_03.black {
  color: #000;
  font-weight: 400;
}

.link-block-11 {
  text-decoration: none;
}

.div-block-150 {
  z-index: 5;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-151 {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.ia_kuo_23_paragraph_02-4 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 1vw;
  font-weight: 300;
  line-height: 140%;
}

.ia_kuo_23_paragraph_somos-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 140%;
  transform: rotate(-90deg);
}

.kuo_contacto_section {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.kuo_contacto_line_container {
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.kuo_contacto_line {
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 61%;
  right: 0%;
}

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

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

.kuo_contacto_column_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 80%;
  display: flex;
}

.ia_kuo_23_paragraph_contacto {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 300;
  line-height: 140%;
}

.ia_kuo_23_paragraph_02-6 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 140%;
}

.ia_kuo_23_paragraph_02-6.black {
  color: #000;
  object-fit: fill;
  font-family: Noto Sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  overflow: visible;
}

.ia_kuo_23_main_column-4 {
  grid-column-gap: 0vh;
  grid-row-gap: 0vh;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  font-size: 0;
  display: flex;
}

.ia_kuo_23_paragraph_gri-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: .6vw;
  font-weight: 400;
  line-height: 140%;
}

.ia_kuo_23_paragraph_gri-2.black {
  color: #000;
}

.kuo_gri_container-2 {
  margin-top: 1vw;
}

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

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

.ia_kuo_23_section-3 {
  z-index: 1;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.ia_kuo_23_section-3.white {
  background-color: #fff;
}

.div-block-153 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ia_kuo_23_section-4 {
  z-index: 1;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
}

.ia_kuo_23_section-4.white {
  background-color: #fff;
}

.ia_kuo_horizontal-tabs-content-2 {
  width: 100%;
  height: auto;
  overflow: visible;
}

.kuo_content_col_45w {
  width: 55%;
}

.kuo_satisfaccion_tabs_content-2 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2vw;
  display: flex;
}

.kuo_image_wrapper_h30 {
  width: 100%;
  height: 30vw;
}

.ia_kuo_23_h1_title {
  color: #000;
  font-family: Noto Sans, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 100%;
}

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

.ia_kuo_satisfaccion_horizontal-tabs-menu-2 {
  border-bottom: 1px solid rgba(255, 255, 255, .26);
  justify-content: space-between;
  width: 100%;
  margin-bottom: 5vw;
  display: flex;
}

.kuo_satisfaccion_tabs_content_wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10vw;
  display: flex;
}

.ia_kuo_23_paragraph_01-3 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 140%;
}

.text-span-2 {
  color: #eb1111;
  text-align: left;
}

.div-block-154 {
  width: 22vw;
}

.kuo_gri_container-3 {
  text-align: right;
  margin-top: 1vw;
  position: static;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 1%;
}

.ia_kuo_23_paragraph_gri-3 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 140%;
}

.ia_kuo_23_sidebar_valores-2 {
  width: 30%;
  margin-left: auto;
}

.div-block-155 {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 1.5vw;
  display: flex;
}

.ia_kuo_23_section-5 {
  z-index: 1;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
}

.ia_kuo_2023_cards_list_wrapper-2 {
  grid-column-gap: 30vh;
  grid-row-gap: 30vh;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.ia_kuo_23_paragraph_02-7 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 140%;
}

.ia_kuo_23_paragraph_02-7.black {
  color: #000;
  object-fit: fill;
  font-family: Noto Sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  overflow: visible;
}

.image-31 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.ia_kuo_23_section-6 {
  z-index: 1;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
}

.div-block-156 {
  background-color: rgba(0, 0, 0, .49);
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ia_kuo_23_descargas_right_col-2 {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 10vw;
  display: flex;
  position: relative;
}

.div-block-157 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  width: 1px;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-block-158 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: row;
  width: 20vw;
  display: flex;
}

.card-details-wrapper_kuo-2 {
  z-index: 10000;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  height: auto;
  margin-bottom: 5vw;
  margin-left: 1vw;
  display: flex;
  position: relative;
}

.kuo_polimeros_open {
  cursor: pointer;
}

.kuo_sectores_interior_refacciones {
  z-index: 5;
  background-color: #e0e0e0;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.kuo_sectores_sticky_automotriz-2 {
  flex-direction: column;
  justify-content: flex-start;
  width: 50vw;
  height: 400vh;
  display: flex;
  position: relative;
}

.kuo_sectores_sticky_automotriz-2._2 {
  height: 400vh;
}

.kuo_sectores_card-4 {
  z-index: 1;
  cursor: auto;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.kuo_gri_container-4 {
  text-align: right;
  margin-top: 1vw;
  position: static;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 1%;
}

.kuo_sectores_sticky_quimico-2 {
  flex-direction: column;
  justify-content: flex-start;
  width: 50vw;
  height: 400vh;
  display: flex;
  position: relative;
}

.kuo_sectores_sticky_images-2 {
  flex-direction: column;
  justify-content: flex-start;
  width: 50vw;
  height: 500vh;
  display: flex;
  position: relative;
}

.kuo_hule_open {
  cursor: pointer;
}

.ia_kuo_23_paragraph_gri-4 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 140%;
}

.kuo_sectores_card-5 {
  z-index: 3;
  cursor: auto;
  background-color: red;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.kuo_sectores_interior_hule {
  z-index: 10;
  background-color: #d4d4d4;
  flex-flow: row;
  width: auto;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.button-close_kuo-2 {
  z-index: 500;
  color: #fff;
  background-color: rgba(245, 9, 9, .7);
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-top: 0%;
  margin-right: 0%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.kuo_porcicola_opne {
  cursor: pointer;
}

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

.image-32.mobile {
  display: none;
}

.kuo_sectores_interior_transmisiones {
  z-index: 5;
  background-color: #e0e0e0;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.kuo_sectores_card-6 {
  z-index: 2;
  cursor: auto;
  background-color: #fff;
  flex: none;
  width: 33.4%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.kuo_refacciones_open, .kuo_transmisiones_open, .kuo_alimentos_open {
  cursor: pointer;
}

.kuo_inner_info_datos-2 {
  width: 48%;
  height: 100%;
  padding-top: 5vw;
  padding-left: 7vw;
}

.kuo_sectores_interior_porcicola {
  z-index: 20;
  background-color: #d4d4d4;
  flex-flow: row;
  flex: 0 auto;
  width: auto;
  height: 100vh;
  line-height: 30px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.kuo_sectores_interior_polimeros {
  z-index: 10;
  background-color: #d4d4d4;
  flex-flow: row;
  width: auto;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.ia_kuo_23_paragraph_02-8 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 140%;
}

.ia_kuo_23_paragraph_02-8.black {
  color: #000;
  object-fit: fill;
  font-family: Noto Sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  overflow: visible;
}

.kuo_sectores_interior_alimentos {
  z-index: 20;
  background-color: #d4d4d4;
  flex-flow: row;
  flex: 0 auto;
  width: auto;
  height: 100vh;
  line-height: 30px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
}

.kuo_sectores_content_main-wrapper-2 {
  width: 100vw;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
}

.ia_kuo_23_section-7 {
  z-index: 1;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
}

.ia_kuo_23_section-7.white {
  background-color: #fff;
}

.ia_kuo_23_paragraph_02-9 {
  opacity: 1;
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 140%;
}

.ia_kuo_23_paragraph_02-9.black {
  color: #000;
  object-fit: fill;
  font-family: Noto Sans, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  overflow: visible;
}

.kuo_wrapper_desfase-2 {
  flex-flow: column;
  align-items: flex-start;
  width: 75%;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-161 {
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 2%;
  right: auto;
}

.ia_kuo_23_paragraph_legal-2 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: .8vw;
  font-weight: 400;
  line-height: 140%;
}

.ia_kuo_23_paragraph_legal-2.black {
  color: #000;
}

.div-block-154-copy {
  margin-top: 2vw;
  position: static;
  top: auto;
  bottom: 3%;
  left: 2%;
  right: auto;
}

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

.kuo_sticky_wrapper-3.satisfaccion_2 {
  background-image: url('../images/kuo_satisafaccion_img_big.jpg');
  background-position: 0 0;
  background-size: cover;
}

.div-block-162 {
  width: 100%;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: flex;
}

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

.div-block-164 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  padding-left: 2vw;
  display: flex;
}

.kuo_gri_container-5 {
  text-align: right;
  margin-top: 1vw;
  position: static;
  top: auto;
  bottom: 3%;
  left: auto;
  right: 1%;
}

.ia_kuo_23_paragraph_gri-5 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Sans, sans-serif;
  font-size: .7vw;
  font-weight: 400;
  line-height: 140%;
}

.ia_kuo_23_paragraph_gri-5.black {
  color: #000;
}

.kuo_-accordion_item {
  z-index: 1;
  border-top: .5px solid #000;
  border-bottom: .5px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1vw;
  display: flex;
  overflow: hidden;
}

.kuo_-accordion_item.sm {
  display: inline-block;
}

.kuo_dropdown_tab {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-bottom: .5px solid rgba(255, 255, 255, .85);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
}

.kuo_accordion_icon_black {
  color: #000;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.kuo_accordion_toggle {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding: 0 0 0 3vw;
  display: flex;
  position: static;
}

.kuo_accordion_toggle:hover {
  padding-left: 0;
}

.kuo_accordion_section {
  justify-content: center;
  width: 75%;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.kuo_dropdown {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  display: block;
  position: static;
  overflow: visible;
}

.kuo_accordion_wrapper {
  width: 100%;
}

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

.ia_kuo_23_paragraph_01-4 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 140%;
}

.ia_kuo_23_paragraph_01-4.black {
  color: #000;
}

.kuo_dropdown_content {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.wrapper-descargas-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.ia_kuo_23_descargas_left_col-2 {
  background-image: url('../images/kuo_home_portada4.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-165 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-166 {
  background-color: rgba(0, 0, 0, .49);
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-167 {
  background-color: #000;
  width: 4px;
  height: 10vw;
}

.div-block-168 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.div-block-168.gri {
  display: flex;
}

.div-block-169 {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  width: 1px;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.ia_kuo_23_section-8 {
  z-index: 1;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
}

.ia_kuo_23_section-8.white {
  background-color: #fff;
}

.div-block-170 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.ia_kuo_23_descargas_right_col-3 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100vh;
  padding-left: 6vw;
  display: flex;
  position: relative;
}

.div-block-171 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1vw;
  display: flex;
}

.kuo_back-to-top {
  z-index: 10;
  background-color: rgba(255, 255, 255, .15);
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  padding: 10px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

@media screen and (min-width: 1440px) {
  .text-block-15 {
    font-size: 1.1vw;
  }

  .kuo_accordion_toggle {
    justify-content: center;
  }
}

@media screen and (min-width: 1920px) {
  .ia_kuo_23_h2.black {
    font-size: 2vw;
  }

  .ia_kuo_23_paragraph_02, .ia_kuo_23_paragraph_02.black {
    font-size: 1vw;
  }

  .ia_kuo_horizontal-tabs-content {
    height: 800px;
  }

  .ia_kuo_23_numero {
    font-size: 2.2vw;
  }

  .ia_kuo_23_img_container_paises_mobile, .ia_kuo_23_img_container_marcas_mobile, .ia_kuo_23_img_container_sectores_mobile, .ia_kuo_23_img_container_plantas_mobile {
    width: 100%;
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .text-block-15 {
    font-size: .9vw;
  }

  .kuo_home_somos_camera {
    height: 100vh;
  }

  .ia_kuo_section_home_somos {
    height: 250vh;
  }

  .ia_kuo_23_paragraph_02_opacity, .ia_kuo_23_paragraph_03, .ia_kuo_23_paragraph_contacto, .ia_kuo_23_paragraph_02-6, .ia_kuo_23_paragraph_02-6.black, .ia_kuo_23_paragraph_02-7, .ia_kuo_23_paragraph_02-7.black, .ia_kuo_23_paragraph_02-8, .ia_kuo_23_paragraph_02-8.black, .ia_kuo_23_paragraph_02-9, .ia_kuo_23_paragraph_02-9.black {
    font-size: 1vw;
  }

  .kuo_accordion_toggle {
    justify-content: center;
    height: 5vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
  }

  .kuo_back-to-top {
    background-color: #979797;
    width: 2.5vw;
    height: 2.5vw;
    bottom: 1vw;
    right: 1vw;
  }
}

@media screen and (max-width: 991px) {
  .panel.blackl {
    min-width: 100vw;
    height: 100vh;
  }

  .ia_kuo_23_sidebar {
    width: 33%;
  }

  .ia_kuo_23_h2 {
    font-size: 2.5vw;
  }

  .ia_kuo_23_paragraph_02 {
    font-size: 1.5vw;
  }

  .ia_kuo_23_paragraph_02.black {
    font-size: 1.3vw;
  }

  .ia_kuo_23_paragraph_01 {
    font-size: 2vw;
  }

  .ia_kuo_horizontal-tabs-content {
    height: auto;
  }

  .adjacent-tab-link {
    border-bottom: 1px solid rgba(38, 76, 81, 0);
    border-right-style: none;
    padding-bottom: 6px;
  }

  .adjacent-tab-link.w--current {
    border-bottom-color: #264c51;
  }

  .adjacent-tab-link.horizontal.w--current {
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .kuo_23_portada_wrapper_img {
    margin-right: 5vw;
  }

  .kuo_23_portada_wrapper_title {
    top: 11vw;
  }

  .kuo_23_section_portada {
    height: 80vh;
  }

  .div-block-102 {
    width: 50%;
  }

  .ia_kuo_satisfaccion_horizontal-tabs-menu {
    margin-bottom: 3vw;
  }

  .kuo_satisfaccion_tabs_content {
    margin-top: 0;
  }

  .kuo_sectores_section-content {
    display: flex;
  }

  .kuo_sectores_card-inner {
    background-image: none;
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .ia_kuo_23_numero {
    font-size: 3.2vw;
  }

  .ia_kuo_23_sidebar_large {
    margin-top: 5vw;
  }

  .kuo_sticky_cards_container, .kuo_sticky_cards_container_100h {
    min-height: 70vh;
  }

  .ia_kuo_23_paragraph_legal {
    font-size: 1.3vw;
  }

  .kuo_inner_highlight_container {
    width: 80%;
  }

  .kuo_sectores_card-inner_info, .kuo_sectores_card-inner_mobile {
    background-image: none;
  }

  .header_title_row {
    height: auto;
  }

  .ia_kuo_23_p1_onload {
    font-size: 2vw;
  }

  .button, .button.home-intro-button {
    padding-bottom: 1.25rem;
  }

  .ia_kuo_23_cifras_left_col {
    width: 70%;
  }

  .kuo_sticky_cards_container_200h {
    min-height: 70vh;
  }

  .ia_kuo_23_cifras_wrapper_left {
    height: 90%;
  }

  .desc_footer_links {
    width: 100%;
    margin-left: 30px;
  }

  .section_desc_footer.desc_footer {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .desc_footer_link {
    line-height: 40px;
  }

  .text-block-15 {
    font-size: 14px;
    line-height: 30px;
  }

  .ia_kuo_23_sidebar-copy {
    width: 33%;
  }

  .kuo_home_somos_camera {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .gentera_sticky_img_grow_frame {
    grid-column-gap: 20vw;
    grid-row-gap: 20vw;
    flex-direction: column;
    justify-content: center;
  }

  .ia_kuo_section_home_somos {
    height: 250vh;
  }

  .ia_kuo_23_paragraph_02_opacity {
    font-size: 1.5vw;
  }

  .div-block-137 {
    margin-right: 8vw;
  }

  .ia_kuo_23_descargas_left_col {
    width: 70%;
  }

  .kuo_23_mensaje_wrapper_title {
    top: 11vw;
  }

  .div-block-142 {
    flex-flow: column;
  }

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

  .ia_kuo_23_sidebar_large-mensaje {
    margin-top: 5vw;
  }

  .ia_kuo_23_paragraph__mensaje {
    font-size: 1.3vw;
  }

  .div-block-144 {
    width: 14vw;
    height: 22vh;
  }

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

  .ia_kuo_23_paragraph_gri {
    font-size: 1.3vw;
  }

  .ia_kuo_23_paragraph_03, .ia_kuo_23_paragraph_contacto, .ia_kuo_23_paragraph_02-6 {
    font-size: 1.5vw;
  }

  .ia_kuo_23_paragraph_02-6.black, .ia_kuo_23_paragraph_gri-2 {
    font-size: 1.3vw;
  }

  .ia_kuo_horizontal-tabs-content-2 {
    height: 350px;
  }

  .ia_kuo_satisfaccion_horizontal-tabs-menu-2 {
    margin-bottom: 5vw;
  }

  .ia_kuo_23_paragraph_01-3 {
    font-size: 2vw;
  }

  .ia_kuo_23_paragraph_gri-3 {
    font-size: 1.3vw;
  }

  .ia_kuo_23_sidebar_valores-2 {
    width: 33%;
  }

  .ia_kuo_23_paragraph_02-7 {
    font-size: 1.5vw;
  }

  .ia_kuo_23_paragraph_02-7.black {
    font-size: 1.3vw;
  }

  .kuo_sectores_interior_refacciones {
    height: auto;
    min-height: 100vh;
  }

  .ia_kuo_23_paragraph_gri-4 {
    font-size: 1.3vw;
  }

  .button-close_kuo-2 {
    color: #fff;
    background-color: rgba(0, 0, 0, .31);
    margin-left: auto;
    margin-right: 2%;
    padding: 10px 15px;
    font-size: 20px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .kuo_sectores_interior_transmisiones {
    height: auto;
    min-height: 100vh;
  }

  .kuo_inner_info_datos-2 {
    width: 50%;
  }

  .ia_kuo_23_paragraph_02-8 {
    font-size: 1.5vw;
  }

  .ia_kuo_23_paragraph_02-8.black {
    font-size: 1.3vw;
  }

  .ia_kuo_23_paragraph_02-9 {
    font-size: 1.5vw;
  }

  .ia_kuo_23_paragraph_02-9.black, .ia_kuo_23_paragraph_legal-2, .ia_kuo_23_paragraph_gri-5 {
    font-size: 1.3vw;
  }

  .ia_kuo_23_paragraph_01-4 {
    font-size: 2vw;
  }

  .ia_kuo_23_descargas_left_col-2 {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .adjacent-tab-link.horizontal {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .ia_kuo_satisfaccion_horizontal-tabs-menu {
    border-bottom-style: none;
    flex-direction: row;
    align-items: center;
    margin: -6px auto 36px 0;
  }

  .kuo_sectores_card-inner {
    display: flex;
  }

  .kuo_sectores_card_img_wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .kuo_sectores_inner_info_sticky, .kuo_sticky_cards_container, .kuo_sticky_cards_container_100h, .kuo_sticky_card_sec_100h, .kuo_sectores_inner_imgfull, .kuo_sticky_img_alimentos {
    min-height: 60vh;
  }

  .kuo_sectores_card-inner_info {
    display: flex;
  }

  .kuo_sectores_inner_info_sticky-copy {
    min-height: 60vh;
  }

  .kuo_sectores_card-inner_mobile {
    display: flex;
  }

  .kuo_sticky_img_polimero, .kuo_sticky_img_refacciones {
    min-height: 60vh;
  }

  .button {
    padding-bottom: 1.25rem;
  }

  .ia_kuo_23_cifras_left_col {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
  }

  .ia_kuo_23_cifras_right_col {
    width: 100%;
    height: 50%;
  }

  .kuo_sticky_cards_container_200h {
    flex-flow: column;
    min-height: 60vh;
  }

  .ia_kuo_23_cifras_wrapper_left {
    margin-right: 0;
  }

  .desc_footer_column_03 {
    width: 80%;
  }

  .desc_footer_links {
    margin-left: 0%;
  }

  .desc_footer_container {
    flex-direction: column;
    width: 80%;
    margin-left: 10vw;
  }

  .desc_footer_column_02 {
    width: 80%;
    margin-bottom: 2vh;
  }

  .section_desc_footer.desc_footer {
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .desc_footer_column_01 {
    width: 80%;
  }

  .ia_kuo_23_descargas_left_col {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
  }

  .ia_kuo_satisfaccion_horizontal-tabs-menu-2 {
    border-bottom-style: none;
    flex-direction: row;
    align-items: center;
    margin: -6px auto 36px 0;
  }

  .ia_kuo_23_descargas_right_col-2 {
    width: 100%;
    height: 50%;
  }

  .kuo_sectores_interior_refacciones {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .kuo_sectores_interior_hule {
    z-index: 21;
    position: relative;
  }

  .button-close_kuo-2 {
    width: auto;
  }

  .kuo_sectores_interior_transmisiones {
    z-index: 22;
    height: auto;
    min-height: 100vh;
    position: relative;
  }

  .kuo_inner_info_datos-2 {
    width: 100%;
  }

  .kuo_sectores_interior_polimeros {
    z-index: 21;
    position: relative;
  }

  .kuo_-accordion_item {
    width: 100%;
  }

  .ia_kuo_23_descargas_left_col-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
  }

  .ia_kuo_23_descargas_right_col-3 {
    width: 100%;
    height: 50%;
  }
}

@media screen and (max-width: 479px) {
  .slider-wrapper {
    min-width: 200vw;
  }

  .panel {
    width: 100vw;
    min-width: 100vw;
    height: 100%;
    display: flex;
  }

  .panel.blackl {
    height: 50vh;
  }

  .panel.mobil {
    display: none;
  }

  .ia_kuo_23_wrapper {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: column;
    width: 80%;
    margin-top: 10vh;
    margin-bottom: 10vh;
  }

  .ia_kuo_23_main_column, .ia_kuo_23_sidebar {
    width: 100%;
  }

  .ia_kuo_23_h2 {
    font-size: 5.8vw;
  }

  .ia_kuo_23_line {
    display: none;
  }

  .ia_kuo_23_line_progress {
    left: 6%;
  }

  .ia_kuo_23_line_progress.mensaje {
    display: none;
    top: 20%;
    left: 7%;
  }

  .ia_kuo_23_paragraph_02, .ia_kuo_23_paragraph_02.black {
    font-size: 3.5vw;
  }

  .ia_kuo_23_card {
    height: 30vh;
  }

  .ia_kuo_23_h1 {
    font-size: 10vw;
  }

  .ia_kuo_23_paragraph_01 {
    font-size: 4.5vw;
  }

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

  .kuo_images.social {
    object-position: 80% 50%;
  }

  .kuo_sticky_wrapper {
    justify-content: center;
    align-items: center;
  }

  .kuo_space_big {
    height: 20vw;
  }

  .kuo_wrapper_desfase {
    width: 80%;
  }

  .h2 {
    font-size: 8vw;
  }

  .kuo_space_small {
    height: 10vw;
  }

  .ia_kuo_horizontal-tabs-content {
    height: auto;
  }

  .adjacent-tab-link {
    padding-bottom: 2px;
  }

  .adjacent-tab-link.horizontal {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .kuo_23_portada_wrapper_img {
    width: 80vw;
    height: 80vw;
    margin-bottom: 5vw;
    margin-right: 0;
  }

  .kuo_23_portada_wrapper_title {
    display: block;
    top: 25vw;
    left: 10vw;
  }

  .kuo_23_section_portada {
    justify-content: center;
    align-items: flex-end;
    height: 100vh;
  }

  .kuo_gestion_sticky_horizontal_cards.theme-dark {
    background-color: #fff;
  }

  .kuo_gestion_horizontal-scroll_content-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    height: 100vh;
    padding-top: 10vh;
    overflow: visible;
  }

  .slider-camera-copy {
    width: 100vw;
    height: 80%;
    min-height: auto;
    overflow: hidden;
  }

  .hero_content-wrapper-copy {
    justify-content: center;
    align-items: center;
  }

  .kuo_gestion_hero_content-copy {
    width: 100vw;
    height: 20%;
  }

  .div-block-102 {
    width: 80%;
  }

  .kuo_satisfaccion_tabs_content {
    flex-flow: column;
  }

  .dot-4 {
    width: .2rem;
    left: 18px;
    right: 0;
  }

  .dot-4.home {
    top: 50vh;
    left: 21px;
  }

  .ia_kuo_23_dot_interaction_wrapper-3 {
    justify-content: flex-start;
    display: flex;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block-111-copy {
    margin-top: 0;
  }

  .kuo_sectores_section-content {
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .kuo_sectores_section {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .kuo_sectores_scroll_content {
    width: 100vw;
  }

  .kuo_sectores_inner_info {
    width: 100vw;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .kuo_sectores_wrapper {
    height: auto;
  }

  .kuo_inner_info_container {
    flex-flow: column;
    flex: 0 auto;
    height: 100%;
    display: block;
    overflow: visible;
  }

  .kuo_sectores_inner_info_sticky_wrapper, .row-scroll_kuo {
    height: auto;
  }

  .kuo_sectores_card-inner {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .kuo_inner_wrapper {
    width: 100vw;
    padding-top: 10vw;
    padding-bottom: 15vw;
  }

  .image-container_kuo.second {
    background-position: 0%;
    background-size: cover;
  }

  .image-container_kuo.third {
    background-position: 0%;
  }

  .image-container_kuo.first {
    background-position: 50%;
    background-size: cover;
  }

  .kuo_h1 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .kuo_sectores_card_img_wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .ia_kuo_23_numero {
    font-size: 10vw;
  }

  .kuo_sectores_inner_info_sticky {
    height: auto;
  }

  .kuo_sectores_inner_info_sticky.gray {
    min-height: auto;
  }

  .ia_kuo_23_main_column-sticky {
    width: 100%;
    position: static;
  }

  .ia_kuo_23_sidebar_large {
    width: 100%;
  }

  .image-3 {
    object-fit: cover;
    object-position: 50% 0%;
    display: none;
  }

  .ia_kuo_23_h1_sm {
    font-size: 10vw;
  }

  .ia_kuo_23_h1_sm.black {
    letter-spacing: -1px;
  }

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

  .kuo_sticky_cards_container, .kuo_sticky_cards_container_100h {
    min-height: 70vh;
  }

  .dato_duro_sectores_container-copy {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    align-items: flex-start;
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .kuo_sticky_cards_title {
    margin-bottom: 10vw;
  }

  .ia_kuo_23_paragraph_legal {
    font-size: 2vw;
  }

  .ia_kuo_23_paragraph_legal.black {
    font-size: 3vw;
  }

  .ia_kuo_23_logo {
    width: 70%;
  }

  .div-block-58 {
    justify-content: center;
    align-items: center;
  }

  .ia_kuo_23_burger_menu {
    cursor: pointer;
  }

  .ia_kuo_23_menu_container {
    background-color: #000;
  }

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

  .div-block-19 {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .link {
    text-transform: none;
    font-size: 3.5vw;
    line-height: 120%;
  }

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

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

  .div-block-13 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    justify-content: flex-start;
    height: 100%;
  }

  .ia_kuo_23_menu_number {
    font-size: 30px;
  }

  .ia_kuo_23_menu_number.white {
    font-size: 7vw;
  }

  .ia_kuo_23_menu_expanded {
    flex-flow: column-reverse;
    justify-content: flex-end;
    height: auto;
    margin-top: 10vh;
    transform: translate(100vw);
  }

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

  .ia_kuo_23_line_menu {
    width: 90%;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .ia_kuo_menu_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 2vw;
    margin-bottom: 5vw;
  }

  .div-block-12 {
    justify-content: flex-start;
    height: auto;
    margin-top: 5vw;
  }

  .ia_kuo_menu_wrapper_left {
    width: 80%;
    height: auto;
  }

  .div-block-9 {
    background-color: #000;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 15vw;
  }

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

  .ia_kuo_23_model_img_wrapper {
    flex-flow: column;
  }

  .ia_kuo_23_model_paragraph {
    font-size: 14px;
  }

  .ia_kuo_23_model_lineas {
    flex-flow: column;
  }

  .ia_kuo_23_model_img_container {
    width: 80vw;
    height: 80vw;
    margin-bottom: 5vw;
  }

  .ia_kuo_23_lineas_conter {
    width: 10vw;
  }

  .ia_kuo_23_paragraph_01-2 {
    font-size: 16px;
  }

  .ia_kuo_model_column {
    width: 100%;
  }

  .kuo_sticky_card_sec_100h, .kuo_sectores_inner_imgfull {
    min-height: 70vh;
  }

  .kuo_sectores_inner_imgfull.mobile, .kuo_img_sectores_right.mobile {
    display: none;
  }

  .kuo_sticky_img_alimentos {
    min-height: 70vh;
  }

  .kuo_sectores_card-inner_info {
    padding-right: 10%;
    display: flex;
  }

  .kuo_sectores_logos_wrapper {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-bottom: 10vw;
  }

  .ia_kuo_23_line_progress-sectores {
    left: 6%;
  }

  .dot-sectores {
    width: .2rem;
    left: 18px;
    right: 0;
  }

  .ia_kuo_23_dot_interaction_sectores {
    justify-content: flex-start;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .line_sectores_cards {
    width: 3px;
    height: 10vw;
  }

  .kuo_sectores_line_sm {
    width: 1vw;
    height: 8vh;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .kuo_sectores_inner_info_sticky-copy {
    height: auto;
    min-height: 100%;
  }

  .kuo_sectores_card-inner_mobile {
    padding-right: 10%;
    display: flex;
  }

  .kuo_sectores_mobile_interior_title_wrapper {
    margin-bottom: 40vw;
    margin-left: -.3vw;
    padding-left: 6vw;
    position: relative;
  }

  .kuo_sectores_line_sm_mobile_porcicola {
    width: 1vw;
    height: 8vh;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .kuo_sticky_img_polimero, .kuo_sticky_img_refacciones {
    min-height: 70vh;
  }

  .header_title_row {
    height: auto;
  }

  .header_title_row.big {
    height: auto;
    padding-bottom: 2vw;
  }

  .kuo_portada_wrapper_phrase {
    display: flex;
    top: 75vw;
    left: 0;
  }

  .kuo_portada_wrapper_phrase.gob-mobile {
    top: 83vw;
  }

  .kuo_portada_phrase_wrapper {
    padding-left: 10vw;
  }

  .kuo_portada_line {
    width: 1.5vw;
  }

  .ia_kuo_23_h1_onload {
    font-size: 11vw;
  }

  .ia_kuo_23_h1_onload.sm {
    font-size: 9vw;
  }

  .ia_kuo_23_p1_onload {
    font-size: 4vw;
  }

  .button {
    grid-column-gap: 4rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
  }

  .ia_kuo_intro_title {
    font-size: 11vw;
  }

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

  .ia_kuo_intro_section.theme-white {
    display: none;
  }

  .ia_kuo_23_intro_content_03 {
    width: 70%;
  }

  .ia_kuo_23_intro_item._2 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: column;
    display: flex;
  }

  .ia_kuo_23_intro_item._5 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .ia_kuo_23_intro_item._1 {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    display: flex;
  }

  .ia_kuo_23_intro_item._3 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ia_kuo_23_intro_item._4 {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    flex-flow: column;
    display: flex;
  }

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

  .ia_kuo_23_intro_img_05, .ia_kuo_23_intro_img_04, .ia_kuo_23_intro_img_02 {
    width: 70vw;
    height: 70vw;
    position: static;
  }

  .ia_kuo_23_intro_subtitle {
    font-size: 7vw;
  }

  .ia_kuo_23_intro_content_01 {
    flex-flow: column;
  }

  .ia_kuo_23_intro_text {
    font-size: 5vw;
  }

  .ia_kuo_23_intro_content_05 {
    width: 80%;
  }

  .ia_kuo_23_intro_img_03 {
    width: 70vw;
    height: 70vw;
    position: static;
  }

  .ia_kuo_intro_title_big {
    font-size: 13vw;
  }

  .black-overlay {
    display: flex;
  }

  .ia_kuo_23_home_somos_img_03 {
    display: none;
    top: 5%;
  }

  .ia_kuo_23_home_somos_img_01 {
    width: 12vh;
    height: 12vh;
    top: 5%;
  }

  .ia_kuo_23_home_somos_img_02 {
    width: 18vh;
    height: 18vh;
    bottom: 0%;
  }

  .ia_kuo_23_paragraph_somos {
    font-size: 18px;
  }

  .ia_kuo_section_somos_mobile {
    z-index: 2;
    flex-flow: column;
    display: block;
  }

  .ia_kuo_23_sidebar_container_mobile.paises {
    padding-left: 3vw;
  }

  .ia_kuo_23_number {
    font-size: 25vw;
  }

  .ia_kuo_23_sidebar_container.paises {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 100%;
  }

  .ia_kuo_23_main_column-3 {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
  }

  .ia_kuo_23_section-2 {
    display: flex;
  }

  .ia_kuo_23_section-2.hidden {
    display: none;
  }

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

  .div-block-131 {
    flex-flow: column;
  }

  .col-right_home_mensaje {
    width: 100%;
    margin-top: 5vh;
  }

  .col-left-2 {
    width: 100%;
  }

  .kuo_space_small-4 {
    height: 10vw;
  }

  .kuo_space_small-4.hidden {
    display: none;
  }

  .ia_kuo_23_cifras_left_col {
    position: relative;
    top: 0;
  }

  .ia_kuo_23_cifras_right_col {
    height: 100vh;
  }

  .ia_kuo_23_cifras_right_col.black {
    z-index: 1;
  }

  .div-block-123 {
    height: auto;
  }

  .kuo_sticky_cards_container_200h {
    height: 200vh;
    min-height: 200vh;
    position: relative;
  }

  .kuo_section_sticky_cards-2 {
    z-index: 2;
  }

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

  .desc_footer_column_03 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

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

  .image-14 {
    width: 20px;
    height: 20px;
  }

  .desc_footer_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .link-block-3 {
    justify-content: flex-start;
  }

  .desc_footer_column_02 {
    flex-flow: column;
    width: auto;
    margin-bottom: 5vh;
  }

  .section_desc_footer.desc_footer {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .desc_footer_link {
    justify-content: space-between;
    margin-bottom: 5vw;
  }

  .desc_footer_column_01 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
    overflow: visible;
  }

  .text-block-19 {
    margin-left: 6px;
    font-size: 12px;
    line-height: 20px;
  }

  .ia_kuo_23_sidebar-copy {
    width: 100%;
  }

  .paragraph-6-copy {
    font-size: 16px;
  }

  .image-24 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    height: 100%;
    display: block;
  }

  .kuo_home_somos_2 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .kuo_home_somos_container {
    justify-content: center;
    align-items: flex-start;
    width: 90vw;
  }

  .gentera_sticky_img_grow_frame {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    height: 100vh;
  }

  .ia_kuo_section_home_somos {
    height: 750vh;
    display: flex;
    overflow: visible;
  }

  .kuo_home_somos_3, .kuo_home_somos_4 {
    margin-left: auto;
    margin-right: auto;
  }

  .ia_kuo_23_home_somos_img_04 {
    width: 13vh;
    height: 13vh;
    bottom: 19%;
  }

  .ia_kuo_23_home_somos_img_05 {
    width: 12vh;
    height: 12vh;
    top: 15%;
    right: 80%;
  }

  .ia_kuo_23_paragraph_02_opacity {
    opacity: 0;
    font-size: 3.5vw;
  }

  .kuo_images_portada {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .kuo_images_portada.center {
    object-position: 50% 50%;
  }

  .kuo_portada_container_title_mobile {
    z-index: 2;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    background-color: rgba(2, 2, 2, .87);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .kuo_23_portada_wrapper_title_mobile {
    margin-left: 5vw;
    position: static;
    top: 32vw;
    left: 6vw;
  }

  .kuo_portada_wrapper_phrase_mobile {
    position: static;
    top: 80vw;
    left: 0;
  }

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

  .div-block-136 {
    margin-left: 0;
  }

  .div-block-137 {
    width: 80%;
    margin-right: auto;
  }

  .image-29 {
    object-fit: contain;
  }

  .wrapper-100, .wrapper-descargas {
    flex-flow: column;
  }

  .ia_kuo_23_descargas_left_col {
    background-position: 50% -69%;
    height: 40%;
    position: relative;
    top: 0;
  }

  .kuo_descargas_img_container {
    width: 30vw;
    height: 30vw;
  }

  .ia_kuo_23_descargas {
    font-size: 4vw;
  }

  .paragraph-6-copy-copy {
    font-size: 16px;
  }

  .paragraph-6-copy-copy.white {
    font-size: 4vw;
  }

  .kuo_23_mensaje_wrapper_title {
    display: block;
    top: 28vw;
    left: 6vw;
  }

  .kuo_wrapper_mensaje {
    flex-flow: column;
    width: 80%;
  }

  .div-block-142 {
    flex-flow: column;
  }

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

  .kuo_col-left_sticky-mensaje {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5vh;
    position: static;
  }

  .ia_kuo_23_sidebar_large-mensaje {
    width: 100%;
    margin-top: 20vw;
    margin-left: 0;
  }

  .ia_kuo_23_paragraph__mensaje {
    font-size: 3vw;
  }

  .div-block-144 {
    width: 39vw;
    height: 28vh;
  }

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

  .div-block-146 {
    width: 100vw;
    height: 14%;
  }

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

  .ia_kuo_23_paragraph_gri {
    font-size: 2vw;
  }

  .kuo_space_xs {
    height: 10vw;
  }

  .div-block-148 {
    margin-top: 10vw;
    margin-left: 10vw;
  }

  .div-block-146-copy {
    width: 100vw;
    height: 41%;
  }

  .ia_kuo_23_paragraph_03 {
    font-size: 3.5vw;
  }

  .div-block-149 {
    width: 55%;
  }

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

  .ia_kuo_23_paragraph_02-4 {
    font-size: 16px;
  }

  .ia_kuo_23_paragraph_somos-2 {
    font-size: 18px;
    line-height: 100%;
  }

  .kuo_contacto_section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    position: relative;
  }

  .kuo_contacto_line_container {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .kuo_contacto_line {
    left: 5%;
  }

  .kuo_contacto_column {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .kuo_images-2 {
    object-position: 50% 50%;
  }

  .kuo_contacto_column_wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 85%;
    height: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .ia_kuo_23_paragraph_contacto {
    font-size: 3.8vw;
  }

  .ia_kuo_23_paragraph_02-6, .ia_kuo_23_paragraph_02-6.black {
    font-size: 3.5vw;
  }

  .ia_kuo_23_main_column-4 {
    width: 100%;
  }

  .ia_kuo_23_paragraph_gri-2 {
    font-size: 2vw;
  }

  .kuo_images-3.bird {
    object-position: 70% 50%;
  }

  .kuo_images-3.cadena {
    object-position: 30% 50%;
  }

  .kuo_images-3.cadena2 {
    object-position: 36% 50%;
  }

  .ia_kuo_horizontal-tabs-content-2 {
    height: auto;
  }

  .kuo_content_col_45w {
    width: 100%;
  }

  .kuo_satisfaccion_tabs_content-2 {
    flex-flow: column;
  }

  .kuo_image_wrapper_h30 {
    height: 50vw;
  }

  .ia_kuo_23_h1_title {
    font-size: 11vw;
  }

  .ia_kuo_23_paragraph_01-3 {
    font-size: 4.5vw;
  }

  .ia_kuo_23_paragraph_gri-3 {
    font-size: 2vw;
  }

  .ia_kuo_23_sidebar_valores-2 {
    width: 100%;
  }

  .ia_kuo_23_paragraph_02-7, .ia_kuo_23_paragraph_02-7.black {
    font-size: 3.5vw;
  }

  .ia_kuo_23_descargas_right_col-2 {
    justify-content: flex-start;
    align-items: center;
    height: 70%;
  }

  .div-block-157 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8vw;
  }

  .div-block-158 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 80vw;
  }

  .card-details-wrapper_kuo-2 {
    margin-bottom: 0;
    margin-left: 1vw;
  }

  .div-block-159 {
    height: auto;
  }

  .kuo_sectores_interior_refacciones {
    height: 100vh;
    min-height: auto;
    display: none;
  }

  .kuo_sectores_sticky_automotriz-2 {
    width: 800vw;
    height: 50vh;
    display: none;
  }

  .kuo_sectores_card-4 {
    flex: none;
    width: 100%;
    height: 31vh;
    margin-top: 19vw;
  }

  .kuo_sectores_sticky_quimico-2, .kuo_sectores_sticky_images-2 {
    width: 800vw;
    height: 50vh;
    display: none;
  }

  .ia_kuo_23_paragraph_gri-4 {
    font-size: 2vw;
  }

  .kuo_sectores_card-5 {
    width: 100%;
    height: 31vh;
  }

  .kuo_sectores_interior_hule {
    display: none;
  }

  .button-close_kuo-2 {
    background-color: rgba(252, 1, 1, .73);
    height: 45px;
    margin-right: 0%;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .image-32.mobile {
    display: block;
  }

  .div-block-160 {
    margin-left: 0;
  }

  .kuo_sectores_interior_transmisiones {
    height: 100vh;
    min-height: auto;
    display: none;
  }

  .kuo_sectores_card-6 {
    flex: none;
    align-self: stretch;
    width: 100%;
    height: 31vh;
  }

  .kuo_inner_info_datos-2 {
    width: 60%;
    padding-top: 10vw;
    padding-bottom: 15vw;
    padding-left: 13vw;
  }

  .kuo_sectores_interior_porcicola {
    flex-flow: row;
    display: none;
  }

  .kuo_sectores_interior_polimeros {
    display: none;
  }

  .ia_kuo_23_paragraph_02-8, .ia_kuo_23_paragraph_02-8.black {
    font-size: 3.5vw;
  }

  .kuo_sectores_interior_alimentos {
    flex-flow: row;
    display: none;
  }

  .ia_kuo_23_paragraph_02-9, .ia_kuo_23_paragraph_02-9.black {
    font-size: 3.5vw;
  }

  .kuo_wrapper_desfase-2 {
    width: 80%;
    margin-top: 0;
  }

  .ia_kuo_23_paragraph_legal-2 {
    font-size: 2vw;
  }

  .ia_kuo_23_paragraph_legal-2.black {
    font-size: 3vw;
  }

  .kuo_sticky_wrapper-3 {
    justify-content: center;
    align-items: center;
  }

  .div-block-162 {
    flex-flow: column;
  }

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

  .div-block-164 {
    width: 100%;
    margin-top: 5vw;
  }

  .ia_kuo_23_paragraph_gri-5 {
    font-size: 2vw;
  }

  .kuo_-accordion_item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 1vw;
    display: flex;
  }

  .kuo_-accordion_item.sm {
    padding-top: 4vw;
  }

  .kuo_-accordion_item.xs {
    padding-top: 8vw;
  }

  .kuo_dropdown_tab {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .kuo_accordion_toggle {
    white-space: normal;
    overflow-wrap: normal;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .kuo_accordion_section {
    width: 80%;
  }

  .kuo_accordion_header {
    justify-content: center;
  }

  .ia_kuo_23_paragraph_01-4 {
    font-size: 4.5vw;
  }

  .ia_kuo_23_paragraph_01-4.black {
    line-height: 120%;
  }

  .kuo_dropdown_content {
    flex-flow: column;
  }

  .wrapper-descargas-2 {
    flex-flow: column;
    height: auto;
  }

  .ia_kuo_23_descargas_left_col-2 {
    background-position: 50% -69%;
    height: 40vh;
    position: relative;
    top: 0;
  }

  .div-block-165 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-167 {
    width: 3px;
    height: 30vw;
    margin-left: -1px;
  }

  .div-block-169 {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-170 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    display: flex;
  }

  .ia_kuo_23_descargas_right_col-3 {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
  }

  .div-block-171 {
    margin-top: 2vw;
    margin-left: 3vw;
    padding-right: 16px;
  }

  .kuo_back-to-top {
    background-color: #b9b9b9;
    width: 10vw;
    height: 10vw;
    bottom: 3vw;
    right: 3vw;
  }
}


