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

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

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

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

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

:root {
  --black: #1a1a1a;
  --dada-grey: #8f8f8f;
  --lines-white-15: #ffffff26;
  --green-yellow: #bfff00;
  --text-grey: #8f8f8f;
  --bg: silver;
  --white: #db0b0b1f;
}

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

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

a {
  cursor: pointer;
  text-decoration: none;
}

.nav-item-text {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Cookconthic, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav-item-text:hover {
  color: #fff;
  background-color: #b22118;
}

.nav-item-text.w--current {
  color: #b22118;
}

.one_section_dsc {
  z-index: 1;
  position: relative;
}

.one_section_dsc.padding {
  margin-top: -50vh;
}

.one_section_dsc.glosario {
  margin-top: -30vh;
}

.container_dsc {
  justify-content: flex-end;
  width: 100vw;
  margin-top: 90px;
  display: flex;
  position: relative;
}

.left_col_dsc {
  width: 35%;
  position: relative;
}

.right_col_dsc {
  width: 45%;
  margin-left: 0;
}

.right_col_dsc.accordion {
  display: none;
}

.subtitle_dsc {
  letter-spacing: .2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cookconthic, Arial, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 100%;
}

.subtitle_dsc.text_color_white {
  color: #fff;
}

.left_col_container_dsc {
  padding-top: 25px;
  padding-bottom: 25px;
  position: sticky;
  top: 90px;
}

.content_wrapper_dsc {
  width: 90%;
  margin-top: 140vh;
  padding-bottom: 2rem;
}

.one-item-display {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.one-name {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 66.6667%;
  text-decoration: none;
  display: flex;
}

.one-trigger {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.big_txt_dsc {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 100%;
}

.one-item {
  border-bottom: 1px solid var(--dada-grey);
  position: relative;
}

.plus-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.bar-1 {
  background-color: var(--black);
  width: 30px;
  height: 2px;
  position: static;
  inset: 0%;
  transform: translate(0, -1px);
}

.one-item-list {
  z-index: 2222;
  transform-origin: 50% 0;
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.one-item-list-wrap {
  border-bottom: 1px solid var(--lines-white-15);
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-right: 5rem;
  display: flex;
}

.bar-2 {
  background-color: var(--black);
  width: 30px;
  height: 2px;
  position: static;
  inset: 0%;
  transform: translate(0, 1px);
}

.hero_dsc {
  height: 100vh;
  position: relative;
}

.page_wrapper_dsc {
  position: relative;
}

.one-item-list-image {
  width: 70%;
}

.xi-link {
  cursor: none;
}

.hamburger-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
  inset: 10px 94px auto auto;
}

.one-item-link {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding-right: 10px;
  display: flex;
}

.two_section_dsc, .three_section_dsc {
  z-index: 1;
  position: relative;
}

.sidemenu_wrapper_dsc {
  z-index: 5;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0000;
  width: auto;
  max-width: 14rem;
  height: auto;
  margin-top: 10vh;
  display: block;
  position: sticky;
  inset: 20vh auto auto 0;
}

.sidemenu_container_dsc {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.sidemenu_item_dsc {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: 1;
  color: #979797;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: .5px solid #808080a3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: .5rem .5rem .5rem 1rem;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.sidemenu_item_dsc:hover {
  color: #000;
  -webkit-text-stroke-color: #fff;
  font-weight: 700;
}

.sidemenu_item_dsc.w--current {
  color: #fff;
  background-color: #911912;
}

.sidemenu_text_dsc {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Cookconthic, Arial, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
}

.sidemenu_text_dsc.white {
  color: #fff;
}

.left_col_img_wrapper_dsc {
  justify-content: flex-start;
  align-items: flex-end;
  width: 30vw;
  height: 70vh;
  margin-top: 2rem;
  display: flex;
  position: sticky;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.left_col_img_wrapper_dsc.full {
  width: 75vw;
}

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

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

.hero_main_wrapper_desc {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.hero_main_wrapper_desc.home {
  padding-bottom: 5rem;
}

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

.hero_opacity_dsc {
  opacity: .9;
  mix-blend-mode: hard-light;
  background-color: #00000052;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.img_grow_dsc.top {
  object-position: 0% 0%;
}

.img_grow_dsc.redes {
  object-position: 20% 50%;
}

.img_grow_dsc.valores {
  object-position: 30% 50%;
}

.left_col_img_dsc {
  width: 100%;
  height: 100%;
  position: absolute;
}

.left_col_card_dsc {
  z-index: 1;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #fff0;
  width: 21rem;
  height: auto;
  margin-left: 1rem;
  padding: 1.5rem;
  position: relative;
}

.text-block-4 {
  color: #000;
  text-align: left;
  letter-spacing: 3px;
  font-family: Cookconthic, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 700;
}

.text-block-4.text_color_white {
  color: #fff;
}

.content_item_dsc {
  border-top: 1px solid #000;
  margin-top: 1rem;
  position: relative;
}

.content_item_title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.content_item_txt_dsc {
  transform-origin: 50% 0;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content_item_main_dsc {
  width: 85%;
}

.main_content_wrapper_dsc {
  padding-top: 0;
  position: relative;
}

.right_col_intro_paragraph_dsc {
  position: relative;
}

.four_section_dsc, .five_section_dsc, .six_section_dsc, .seven_section_dsc {
  z-index: 1;
  position: relative;
}

.container-noaminate {
  justify-content: flex-end;
  width: 100vw;
  margin-top: 90px;
  display: flex;
  position: relative;
}

.footer_desc {
  z-index: 1;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 12vh;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.sidemenu_title_wrap_dsc {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.sidemenu_arrow_dsc {
  display: none;
}

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

.home_hero_title_wrapper_dsc {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 95vw;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero_title_line_dsc {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hero_title_container_dsc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  display: flex;
}

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

.hero_brackets_wrapper_dsc {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: -13% 0% auto;
}

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

.title_dsc {
  color: #fff;
  font-family: Cookconthic, Arial, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1.1;
}

.hero_col2_dsc {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  display: flex;
  position: relative;
}

.hero_col1_square_dsc {
  aspect-ratio: 1;
  background-color: red;
  background-image: linear-gradient(112deg, #5d0505, #b22118);
  justify-content: flex-end;
  align-items: flex-start;
  width: 6.5rem;
  margin-left: auto;
  margin-right: 0;
  padding-top: .5rem;
  padding-right: .5rem;
  display: flex;
}

.hero_col1_dsc {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.opacity_absolute_dsc {
  opacity: .9;
  mix-blend-mode: hard-light;
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.intro_brackets_txt {
  color: #fff;
  letter-spacing: 5px;
  font-family: Cookconthic, Arial, sans-serif;
  font-size: 1.5rem;
}

.hero_col1_title_wrapper_dsc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80%;
  height: 50%;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero_container_dsc {
  justify-content: flex-end;
  width: 100vw;
  height: 60vh;
  margin-top: 6rem;
  display: flex;
}

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

.title_number_dsc {
  opacity: .3;
  color: #fff;
  font-family: Cookconthic, Arial, sans-serif;
  font-size: 10vw;
  font-weight: 300;
  line-height: .95;
}

.title_number_dsc.retro {
  font-size: 9vw;
  line-height: .7;
}

.hero_home_txt_dsc {
  color: #fff;
  text-transform: uppercase;
  font-family: Cookconthic, Arial, sans-serif;
  font-size: 5vw;
}

.hero_home_txt_dsc.retro {
  font-size: 2.5vw;
}

.hero_home_txt2_dsc {
  color: #fff;
  text-transform: uppercase;
  font-family: Cookconthic, Arial, sans-serif;
  font-size: 10vw;
  line-height: .8;
}

.hero_home_txt2_dsc.retro {
  font-size: 7vw;
}

.hero_home_txt3_dsc {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Cookconthic, Arial, sans-serif;
  font-size: 2.2vw;
}

.hero_title_col1_dsc, .hero_title_col2_dsc {
  width: 40%;
}

.h1_og {
  font-size: 5.5vw;
  font-weight: 100;
}

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

.regulartext_kuo {
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}

.regulartext_kuo.text_color_white {
  color: #fff;
}

.carta_sticky_side_dsc {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 96%;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 10vh;
}

.carta_scroll_container_dsc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  margin-top: -13rem;
  margin-bottom: 3rem;
  margin-left: auto;
  display: flex;
  position: relative;
}

.title_kuo-2 {
  font-family: Cookconthic, Arial, sans-serif;
  font-size: 5vw;
  line-height: 1;
}

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

.carta_section_dsc {
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.main_column_carta_dsc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 34%;
  margin-top: 17vh;
  display: flex;
  position: static;
}

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

.carta_img_dsc {
  height: 75vh;
  margin-top: 10vh;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
}

.image-9 {
  height: 100%;
}

.carta_line_dsc {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 41vh 0% auto;
}

.carta_sign_wrapper_dsc {
  width: 25%;
  margin-top: 17vh;
  margin-left: auto;
}

.carta_sign_self_dsc {
  width: 100%;
  height: 5rem;
}

.sign_dsc {
  height: 100%;
  display: none;
}

.small_text_dsc {
  letter-spacing: 2px;
  font-size: .8rem;
  font-weight: 400;
}

.small_text_dsc.text_color_red {
  color: #bf0000;
}

.main_column_80_kuo-2-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: static;
}

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

.home_presencia_title_kuow {
  border-top: .8px solid #fff;
  width: 100%;
  padding-top: .5rem;
  overflow: hidden;
}

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

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

.home_presencia_content_kuow {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  align-items: flex-start;
  width: 80%;
  margin-top: 8rem;
  display: flex;
}

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

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

.number_kuow.kuo_text_white {
  color: #fff;
}

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

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

.home_presencia_list_self_kuow {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.home_presencia_section_dsc {
  background-color: #b22118;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300vh;
  display: block;
  position: relative;
}

.home_presencia_paragraph_dsc {
  width: 40%;
}

.home_presencia_title_kuow-copy {
  border-bottom: .8px solid #fff;
  width: 100%;
  padding-bottom: .5rem;
  overflow: hidden;
}

.sectores_logo_main_desc {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  display: flex;
}

.sectores_logo_dsc {
  width: 100%;
}

.sectores_logo_self {
  width: auto;
}

.sectores_logo_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.xbig_text_effect_dsc {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.1;
}

.xbig_text_effect_dsc.text_color_white {
  color: #fff;
}

.distingue_section_home_og {
  background-image: url('../images/home_back_img_distingue_ogorman.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.somos_img2_fullreaveal_wrapper_dsc {
  z-index: 1;
  background-color: #b22118;
  width: 100vw;
  position: relative;
}

.full_img_reveal_home_dsc {
  background-color: #fff;
  background-image: url('../images/cover_menu_kuo.webp'), linear-gradient(#fff, #fff);
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  justify-content: flex-end;
  align-items: flex-end;
  width: 80vw;
  height: 80vh;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full_img_reveal_home_dsc.somos2 {
  background-image: url('../images/home_full_img_desc.webp'), linear-gradient(#0000, #0000);
  background-size: cover, auto;
}

.full_img_reveal_home_dsc.somos3 {
  background-image: url('../images/kuo_sostenibilidad_planta.webp'), linear-gradient(#0000, #0000);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
}

.home_sectores_section_dsc {
  background-color: #b22118;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.sectores-container {
  background-color: #b22118;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

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

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

.home_presencia_title_kuow-copy {
  z-index: 1;
  border: 0 #000;
  border-top: 1px solid #fffc;
  width: 80vw;
  padding-top: .5rem;
  overflow: hidden;
}

.carta_scroll_container_kuo-2-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  height: 100%;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: 10vw;
  display: flex;
  position: relative;
}

.sectores_home_paragraph_wrapper_dsc {
  width: 25%;
  margin: 10rem auto 5rem 10vw;
  position: sticky;
  top: 10rem;
}

.back_wrapper_dsc {
  background-color: #fff;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  overflow: hidden;
}

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

.spacing_10_og {
  background-color: #fff0;
  height: 10vh;
  position: relative;
}

.full_color_dsc {
  background-color: #b22118;
  width: 100vw;
  height: 100vh;
}

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

.blur_card_self_dsc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  background-color: #f1f1f10f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25rem;
  margin-top: auto;
  margin-left: auto;
  margin-right: 2rem;
  padding: 1rem;
  display: flex;
}

.blur_card_wrapper_mision_dsc {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-end;
  margin-top: auto;
  margin-bottom: 2rem;
  display: flex;
}

.big_text_kuo {
  font-size: 1.3rem;
  line-height: 1.2;
}

.big_text_kuo.text_color_white {
  color: #fff;
}

.valores_title_wrapper_dsc {
  border-top: 1px solid #fffc;
  width: 75vw;
  padding-top: .5rem;
}

.valores_paragraph_dsc {
  width: 70%;
}

.opacity_dsc {
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero_col1_number_wrap_dsc {
  position: absolute;
  inset: auto auto 0% 0%;
}

.mision_section_dsc {
  width: 100vw;
  height: auto;
}

.footer_btn_txt_desc {
  color: #fff;
}

.footer_btn_desc {
  cursor: pointer;
  background-color: #b22118;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-decoration: none;
  transition: padding .2s;
  display: flex;
}

.footer_btn_desc:hover {
  color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: underline;
}

.navbar_logo {
  filter: contrast(90%);
  width: 9rem;
}

.desc_menu_list {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 4rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header_desc {
  z-index: 10;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  color: #e8e5de;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.desc_menu-btn {
  cursor: pointer;
  max-width: 30px;
  display: none;
}

.navbar_links {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.desc_header_logo {
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 100%;
  margin-left: 2rem;
  display: flex;
}

.list {
  margin-top: 1rem;
  padding-left: 20px;
}

.intro_section {
  z-index: 1;
  margin-top: -50vh;
  position: relative;
}

.intro_section.margin {
  margin-top: -30vh;
}

.intro_container_desc {
  justify-content: flex-end;
  width: 30vw;
  margin-top: 20px;
  margin-left: 20%;
  display: flex;
  position: relative;
}

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

.sectores_title_desc {
  width: 35%;
}

.sectores_title_desc.margin {
  margin-bottom: 3rem;
}

.div-block-362 {
  flex-flow: column;
  align-items: flex-end;
  width: 60%;
  display: flex;
}

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

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

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

.glosario_content_desc {
  width: 90%;
}

.glosario_self_desc {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.list-copy {
  width: 70%;
  padding-left: 20px;
}

.div-block-363 {
  width: 30%;
}

.glosario_letter_title_desc {
  border-bottom: .8px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  display: flex;
}

.glosario_title {
  color: #b22117;
  font-size: 3rem;
  font-weight: 700;
}

.list-2 {
  margin-top: .5rem;
  padding-left: 20px;
}

.three_section_dsc-copy {
  z-index: 1;
  position: relative;
}

.retroalimentacion_section_desc {
  background-color: #b22118;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 88vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.retro_wrapper_desc {
  border-top: 1px solid #ffffff4f;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0 0;
  display: flex;
  position: relative;
}

.retro_title_desc {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 0 #000;
  border-left: 0 #000;
  border-right: 0 #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.retroalimentacion_wrapper_desc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80vw;
  display: flex;
}

.retro_paragraph1_desc {
  width: 35%;
}

.retro_data_wrapper_dsc {
  width: auto;
}

.retro_logo_wrapper_dsc {
  height: 1.4rem;
}

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

.retro_data_container_dsc {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  display: flex;
}

.image-14, .image-15 {
  height: 100%;
}

.menu_content_desc {
  z-index: 6;
  background-color: #a7221a;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.img-wrapper_desc {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Notosans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.img-wrapper_desc:hover {
  color: #000;
}

.img-wrapper_desc.opacity {
  opacity: 0;
}

.nav-links_desc {
  text-transform: none;
  font-size: .9rem;
}

.menu_content_columns_wrapper_desc {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.navbar_wrapper_desc {
  z-index: 9;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 1rem;
  display: flex;
  position: relative;
}

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

.link_icon_desc {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-left: 1rem;
  display: flex;
}

.hover-reveal-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.menu_num_desc {
  font-family: Cookconthic, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: .8;
}

.menu_grid_desc {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 80vw;
  margin-top: 4rem;
  display: grid;
  position: relative;
}

.link_eng_desc {
  color: #000;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: none;
}

.link_eng_desc:hover {
  color: #b10d0d;
  font-weight: 600;
}

.menu_wrapper_desc {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-desc {
  z-index: 6;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4rem;
  display: flex;
  position: fixed;
  top: 0;
}

.lottie_desc {
  filter: invert();
  height: 100%;
}

.logo_wrapper_desc {
  cursor: pointer;
  width: 7rem;
}

.menu_img_wrapper_desc {
  width: 17rem;
  height: 9rem;
  display: none;
  position: absolute;
  inset: -10% 0% auto auto;
}

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

.sm_txt_dsc {
  color: #fff;
  letter-spacing: 0;
  font-family: Notosans, Arial, sans-serif;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1.4;
}

.sm_txt_dsc-copy {
  color: #fff;
  font-family: Cookconthic, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.4;
}

.img-wrapper-copy {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Notosans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.img-wrapper-copy:hover {
  color: #000;
}

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

.link_glosario {
  color: #000;
  cursor: pointer;
  margin-right: 2rem;
  font-size: .9rem;
  text-decoration: none;
}

.link_glosario:hover {
  color: #ac0e0e;
  font-weight: 600;
}

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

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

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

.retro_tel_self_dsc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-5 {
  cursor: pointer;
}

.link-block-5:hover {
  color: #fff;
  text-decoration: underline;
}

.text-span {
  font-size: 7vw;
  line-height: .7;
}

.link_icon_desc-copy {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: 5rem 0% auto auto;
}

.text-span-2 {
  font-size: 10vw;
  line-height: .8;
}

@media screen and (min-width: 1440px) {
  .nav-item-text {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .left_col_card_dsc {
    margin-left: 3rem;
  }

  .carta_sign_wrapper_dsc {
    margin-top: 21vh;
  }

  .main_column_80_kuo-2-copy {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10vh;
  }

  .home_presencia_title_kuow, .home_presencia_title_kuow-copy {
    position: sticky;
    top: 0;
  }

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

  .xbig_text_effect_dsc.text_color_white {
    color: #fff;
  }

  .home_presencia_title_kuow-copy, .retro_title_desc {
    position: sticky;
    top: 0;
  }

  .menu_img_wrapper_desc {
    width: 20rem;
    top: -7%;
    right: 0%;
  }
}

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

  .title_kuo-2 {
    font-size: 3.5rem;
  }

  .main_column_carta_dsc, .main_column_80_kuo-2-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .xbig_text_effect_dsc {
    font-size: 2rem;
  }

  .blur_card_self_dsc {
    width: 40rem;
    height: 45rem;
  }

  .presencia_subtitle {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .left_col_dsc {
    width: 30%;
  }

  .content_wrapper_dsc {
    width: 90%;
  }

  .plus-wrap {
    width: 40px;
    height: 20px;
  }

  .hero_dsc {
    z-index: 1;
  }

  .sidemenu_wrapper_dsc {
    width: 9rem;
  }

  .sidemenu_text_dsc {
    font-size: .65rem;
  }

  .left_col_card_dsc {
    width: 13.5rem;
    margin-left: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content_item_main_dsc {
    width: 80%;
  }

  .hero_col1_dsc, .home_presencia_list_container_kuow {
    width: 40%;
  }

  .navbar_logo {
    width: 8rem;
  }

  .navbar_links {
    z-index: 101;
  }

  .glosario_content_desc {
    width: 90%;
  }

  .retroalimentacion_section_desc {
    height: auto;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .retro_paragraph1_desc {
    width: 50%;
  }

  .retro_data_wrapper_dsc {
    width: 40%;
  }

  .retro_data_container_dsc {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .img-wrapper_desc {
    font-size: 1rem;
  }

  .menu_content_columns_wrapper_desc {
    flex-flow: column;
  }

  .navbar_wrapper_desc {
    flex-flow: wrap;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar-desc {
    background-color: #000;
    flex-flow: column;
  }

  .img-wrapper-copy {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .nav-item-text {
    letter-spacing: 5px;
  }

  .left_col_container_dsc {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .one-item-display.hover-x {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .plus-wrap {
    height: 15px;
  }
}

@media screen and (max-width: 479px) {
  .nav-item-text {
    color: #fff;
    text-align: center;
    letter-spacing: .2px;
    padding-top: .8rem;
    padding-bottom: 0;
    font-size: 1rem;
  }

  .nav-item-text.w--current {
    color: #000;
  }

  .one_section_dsc.padding, .one_section_dsc.glosario {
    margin-top: 0;
  }

  .container_dsc {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .left_col_dsc {
    z-index: 1000;
    width: 100%;
    height: auto;
    position: sticky;
    top: 7rem;
  }

  .right_col_dsc {
    width: 85%;
  }

  .subtitle_dsc {
    font-size: 5vw;
  }

  .left_col_container_dsc {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .content_wrapper_dsc {
    width: 100%;
    margin-top: 70vh;
  }

  .content_wrapper_dsc.final-mobile {
    padding-bottom: 7rem;
  }

  .one-name {
    width: 83.3333%;
    padding-left: 20px;
  }

  .one-trigger {
    width: 16.6667%;
    padding-right: 20px;
  }

  .big_txt_dsc {
    font-size: 5vw;
  }

  .bar-1 {
    width: 20px;
  }

  .one-item-list {
    padding-left: 0;
  }

  .bar-2 {
    width: 20px;
  }

  .one-item-list-image {
    padding-left: 10px;
  }

  .sidemenu_wrapper_dsc {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    background-color: #ffffff80;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    display: block;
    top: 4rem;
  }

  .sidemenu_container_dsc {
    display: none;
  }

  .sidemenu_item_dsc {
    padding-left: 1rem;
  }

  .sidemenu_text_dsc {
    font-size: 1rem;
  }

  .left_col_img_wrapper_dsc {
    width: 85vw;
    margin-top: 1rem;
    margin-left: 2rem;
    margin-right: auto;
  }

  .left_col_img_wrapper_dsc.full {
    width: 85vw;
  }

  .hero_main_wrapper_desc {
    padding-bottom: 3rem;
  }

  .hero_main_wrapper_desc.home {
    padding-bottom: 10rem;
  }

  .home_heroimg_dsc {
    height: 90%;
    margin-top: 4rem;
  }

  .img_grow_dsc.move {
    object-position: 80% 50%;
  }

  .img_grow_dsc.move-left {
    object-position: 30% 50%;
  }

  .img_grow_dsc.redes {
    object-position: 20% 50%;
  }

  .left_col_card_dsc {
    width: 19rem;
    padding-bottom: 5rem;
  }

  .text-block-4 {
    color: #fff;
  }

  .content_item_txt_dsc {
    padding-left: 0;
  }

  .container-noaminate {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
  }

  .footer_desc {
    z-index: 100;
    justify-content: center;
    align-items: center;
    height: 5rem;
    padding-left: 1rem;
    position: fixed;
    inset: auto 0% 0%;
  }

  .sidemenu_title_wrap_dsc {
    color: #fff;
    background-color: #000;
    justify-content: space-between;
    height: 3rem;
  }

  .sidemenu_arrow_dsc {
    display: block;
  }

  .left_col_title_dsc {
    z-index: 1000;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background-color: #fff0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem;
    position: sticky;
    inset: 0% auto auto;
  }

  .hero_brackets_wrapper_dsc {
    top: -27%;
  }

  .hero_col2_img_wrap_dsc {
    height: 100%;
  }

  .title_dsc {
    font-size: 10.5vw;
  }

  .hero_col2_dsc {
    order: -9999;
    width: 80%;
    height: 30%;
  }

  .hero_col1_square_dsc {
    width: 5rem;
    height: 5rem;
  }

  .hero_col1_dsc {
    width: 80%;
    height: 50%;
    margin-left: 0;
    padding-top: 1rem;
  }

  .hero_col1_title_wrapper_dsc {
    width: 90%;
    height: auto;
    padding-right: 3rem;
  }

  .hero_container_dsc {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: 80vh;
    margin-top: 0;
  }

  .title_number_dsc {
    font-size: 30vw;
  }

  .title_number_dsc.retro {
    font-size: 24vw;
  }

  .hero_home_txt_dsc {
    font-size: 10vw;
  }

  .hero_home_txt_dsc.retro {
    font-size: 5vw;
  }

  .hero_home_txt2_dsc {
    font-size: 20vw;
  }

  .hero_home_txt2_dsc.retro {
    font-size: 15vw;
  }

  .hero_home_txt3_dsc {
    font-size: 4.4vw;
  }

  .hero_title_col1_dsc, .hero_title_col2_dsc {
    width: 70%;
  }

  .h1_og {
    font-size: 9vw;
  }

  .carta_sticky_side_dsc {
    justify-content: space-between;
    width: 100%;
  }

  .carta_scroll_container_dsc {
    width: 100%;
    margin-top: 50vh;
  }

  .title_kuo-2 {
    font-size: 10vw;
  }

  .carta_sticky_side_info_kuo-2 {
    width: 100%;
    margin-top: 2rem;
  }

  .carta_section_dsc {
    width: 100vw;
  }

  .main_column_carta_dsc {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    width: 70%;
  }

  .carta_sticky_container_dsc {
    width: 85%;
    margin-top: 10vh;
  }

  .carta_img_dsc {
    width: 25%;
    height: auto;
    margin-top: 16vh;
  }

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

  .carta_line_dsc {
    top: 29.6vh;
  }

  .carta_sign_wrapper_dsc {
    width: 100%;
    position: absolute;
    inset: 20% auto auto 0%;
  }

  .carta_sign_self_dsc {
    height: 4rem;
    display: none;
  }

  .main_column_80_kuo-2-copy {
    width: 100%;
  }

  .home_presencia_content_kuow {
    width: 85%;
  }

  .home_presencia_list_container_kuow {
    width: 85%;
    margin-right: auto;
  }

  .home_presencia_paragraph_dsc {
    width: 100%;
  }

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

  .sectores_logo_wrapper {
    width: 100%;
  }

  .xbig_text_effect_dsc {
    font-size: 2rem;
  }

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

  .full_img_reveal_home_dsc.somos2 {
    background-image: url('../images/home_full_img_desc.webp'), linear-gradient(#0000, #0000);
    background-position: 30% 100%, 0 0;
  }

  .sectores-container {
    width: 100%;
    position: static;
  }

  .carta_scroll_container_kuo-2-copy {
    width: 85%;
    margin-bottom: 10rem;
    margin-right: auto;
  }

  .sectores_home_paragraph_wrapper_dsc {
    width: 85%;
    margin-top: 8rem;
    margin-left: auto;
    position: static;
  }

  .blur_card_self_dsc {
    width: 18rem;
    margin-bottom: 2rem;
  }

  .valores_title_wrapper_dsc {
    z-index: 1000;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background-color: #fff0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 2rem;
    position: sticky;
    inset: 0% auto auto;
  }

  .valores_paragraph_dsc {
    width: 100%;
  }

  .hero_col1_number_wrap_dsc {
    left: -20%;
  }

  .footer_btn_txt_desc {
    text-align: center;
    line-height: 1.2;
  }

  .footer_btn_desc {
    padding: .5rem .7rem;
  }

  .footer_btn_desc:hover {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .desc_menu_list {
    z-index: 100;
    opacity: 0;
    background-color: #b22118;
    flex-flow: column;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    position: absolute;
    inset: 9vh 0% 0%;
  }

  .header_desc {
    justify-content: space-between;
    align-items: flex-start;
    height: 9vh;
    padding: 2vw 5vw;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .desc_menu-btn {
    filter: invert();
    max-width: 25px;
    display: flex;
    position: absolute;
    inset: 5vw 5vw auto auto;
  }

  .navbar_links {
    flex-flow: column;
  }

  .desc_header_logo {
    width: 25vw;
    margin-left: 0;
  }

  .intro_section, .intro_section.margin {
    margin-top: 10vh;
  }

  .intro_container_desc {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .presencia_subtitle {
    letter-spacing: 4px;
  }

  .sectores_title_desc.margin {
    margin-bottom: 0;
  }

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

  .glosario_col_desc {
    width: 85%;
  }

  .glosario_content_desc {
    width: 100%;
  }

  .glosario_content_desc.final-mobile {
    padding-bottom: 7rem;
  }

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

  .list-copy {
    width: 100%;
    padding-left: 0;
  }

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

  .retroalimentacion_section_desc {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 6rem;
    padding-bottom: 8rem;
  }

  .retro_wrapper_desc {
    flex-flow: column;
    padding-top: 1rem;
  }

  .retro_title_desc {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: -9999;
  }

  .retroalimentacion_wrapper_desc {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 85vw;
  }

  .retro_paragraph1_desc {
    width: 100%;
  }

  .retro_data_wrapper_dsc {
    width: 100%;
    margin-top: 2rem;
  }

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

  .menu_content_desc {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 6rem;
    display: none;
  }

  .img-wrapper_desc {
    text-align: left;
    font-size: .8rem;
  }

  .img-wrapper_desc.opacity {
    display: none;
  }

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

  .navbar_wrapper_desc {
    height: 100%;
  }

  .menu_content_wrapper_desc {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hover-reveal-img {
    width: 100vw;
    height: 50vh;
    display: none;
  }

  .menu_num_desc {
    font-size: 9.5vw;
  }

  .menu_grid_desc {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 85vw;
    margin-top: 0;
  }

  .menu_wrapper_desc {
    height: 100%;
  }

  .img-wrapper-copy {
    text-align: left;
    font-size: .8rem;
  }

  .text-span {
    font-size: 10vw;
  }

  .text-span-2 {
    font-size: 20vw;
  }
}


@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cookconthic';
  src: url('../fonts/CookConthic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}