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

.gb_h3 {
  color: #311268;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 300;
  line-height: 100%;
}

.gb_h3.bg_color_white {
  color: #fff;
  text-align: center;
}

.div-block {
  width: 90%;
}

.div-block-2 {
  width: 100vw;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #b82877;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 120%;
}

.paragraph.white {
  color: #fff;
}

.paragraph.white.small {
  font-size: 1.3vw;
}

.gb_h1 {
  color: #b82877;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13vw;
  line-height: 90%;
}

.gb_h1.gb_policies {
  font-size: 12vw;
}

.gb_h1.fade-up.tricks {
  letter-spacing: -10px;
}

.body {
  color: #b82877;
}

.gb_number_highlight_2 {
  color: #b82877;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 100%;
}

.gb_number_highlight_2.blanco {
  color: #fff;
}

.gb_h2 {
  color: #b82877;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4vw;
  line-height: 100%;
}

.gb_h4 {
  color: #311268;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 100%;
}

.gb_h4.white {
  color: #fff;
  font-size: 1.5vw;
}

.gb_number_highlight_1 {
  color: #311268;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 8vw;
  font-weight: 500;
  line-height: 100%;
}

.gb_number_highlight_1.white {
  color: #fff;
  margin-top: 0;
}

.div-block-3 {
  height: 100vh;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.gb_intro_section {
  width: 100vw;
  height: 50vh;
  background-image: url('../images/gb_home_background.png'), linear-gradient(40deg, #1b004a, #4d277c 84%, #6a167d);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gb_intro_section.gb_leader_bg {
  background-image: url('../images/gb_leader_bg.png'), linear-gradient(40deg, #1b004a, #4d277c 84%, #6a167d);
  background-position: 0%, 0 0;
  background-size: cover, auto;
  display: flex;
}

.gb_intro_section.gb_brand_bg {
  height: 40vh;
  background-image: url('../images/gb_external_brand_bg.png'), linear-gradient(40deg, #1b004a, #4d277c 84%, #6a167d);
  display: flex;
}

.gb_intro_section.gb_equal_bg {
  background-image: url('../images/gb_equal_bg.png'), linear-gradient(40deg, #1b004a, #4d277c 84%, #6a167d);
  display: flex;
}

.gb_intro_section.gb_policies_bg, .gb_intro_section.gn_inclusive_bg {
  background-image: url('../images/gb_policies_bg.png'), linear-gradient(40deg, #1b004a, #4d277c 84%, #6a167d);
  display: flex;
}

.gb_intro_text_container {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gb_intro_text_container_sub {
  width: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gb_introduction_text_section {
  width: 100vw;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.gb_introduction_text_container {
  width: 80%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.gb_introduction_text_highlight {
  width: 80%;
  justify-content: flex-end;
  display: flex;
}

.gb_numeralia_section {
  width: 100vw;
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.gb_column_half {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gb_column_half.center {
  align-items: center;
}

.gb_column_half.sticky {
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
}

.gb_columns_container {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
}

.gb_highlight_container {
  width: 80%;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.gb_highlight_container.full {
  width: 100%;
}

.gb_highlight_section {
  width: 100vw;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 15vh;
  display: flex;
}

.gb_highlight_section.gb_background_morado {
  height: 50vh;
  background-color: #311268;
  margin-bottom: auto;
}

.gb_highlight_section.gb_background_morado.small {
  height: 30vh;
}

.gb_numbers_section {
  width: 100vw;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
  display: flex;
}

.gb_numbers_container {
  width: 80%;
  grid-column-gap: 5vh;
  grid-row-gap: 5vh;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gb_3columns_container {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  align-items: baseline;
  display: grid;
}

.gb_numbers_title {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gb_columns {
  width: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-6, .div-block-7, .div-block-8, .div-block-9 {
  display: flex;
}

.gb_hightlight_banner_text {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 3vh;
  display: flex;
}

.gb_img_container {
  width: 60%;
}

.gb_img_container._1 {
  width: 40%;
}

.div-block-12, .div-block-13 {
  width: 100%;
}

.div-block-14 {
  width: 100px;
}

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

.div-block-15._1 {
  width: 50%;
}

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

.div-block-15._3 {
  width: 60%;
}

.gb_img_container_absolute {
  z-index: 0;
  width: 25vw;
  height: 50vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.gb_img_container_absolute.gb_policies_img {
  height: 40vh;
  right: -51px;
}

.gb_img_container_absolute.inclusive_culture {
  top: auto;
  bottom: auto;
  left: auto;
  right: 6%;
}

.gb_img_container_absolute.gb_external_brand {
  right: 12%;
}

.gb_intro_text_container_sub_center {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.gb_img {
  width: 70%;
  object-fit: contain;
  margin-top: 22px;
}

.gb_img.world {
  width: 80%;
}

.gb_img_container_banner {
  width: 25%;
}

.gb_img_container_banner.gb_img_banner {
  width: 15%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gb_nav_wrapper {
  width: 100%;
  height: 100%;
  background-color: #16062d;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.gb_menu {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: .9vw;
  line-height: 120%;
  text-decoration: none;
}

.gb_menu:hover {
  font-weight: 600;
}

.gb_menu:active {
  font-weight: 700;
}

.gb_menu:focus {
  outline-offset: 0px;
  outline: 3px solid #fff;
}

.gb_nav_item {
  text-decoration: none;
}

.gb_nav_item:focus-visible {
  opacity: 1;
  outline-offset: 0px;
  outline: 3px solid #f6e307;
}

.gb_nav_item[data-wf-focus-visible] {
  opacity: 1;
  outline-offset: 0px;
  outline: 3px solid #f6e307;
}

.gb_nav_item.w--current {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-weight: 700;
}

.gb_main_nav {
  z-index: 9;
  width: 100vw;
  height: 10vh;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gb_nav_links {
  width: 80%;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-16 {
  background-color: #5d4040;
}

.div-block-17 {
  background-color: #c5aeae;
}

.div-block-18 {
  background-color: #fffefe;
}

.div-block-19, .div-block-20, .div-block-21, .div-block-22 {
  background-color: #fff;
}

.gb_logo_container {
  width: 10%;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.gb_footer {
  width: 100vw;
  height: auto;
  background-color: #16062d;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.gb_intro_numbers_section {
  width: 100vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  margin-bottom: 0;
  display: flex;
}

.gb_column_half_img {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gb_menu_movil {
  display: none;
}

.gb_nav_links_movil {
  width: 80%;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.gb_wrapper {
  width: 70%;
  height: 70%;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.gb_columns_movil {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  align-items: flex-start;
  display: flex;
}

.gb_img_center_container {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #f6e307;
}

.link-block[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #f6e307;
}

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

.div-block-27 {
  width: 100%;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-28 {
  width: 20%;
  border: 1px solid #fff;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.text-span-2 {
  font-size: 3vw;
  font-weight: 700;
  line-height: 120%;
}

.div-block-29 {
  width: 25%;
}

.div-block-30 {
  width: 40%;
  align-items: flex-end;
  display: flex;
}

.text-span-3 {
  font-style: italic;
}

.image-2 {
  width: 100%;
}

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

.gb_column_img {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gb_column_highlight {
  width: 70%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.gb_column_highlight.center {
  width: 100%;
  align-items: center;
}

.gb_columns_container_sticky {
  width: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.gb_accesibilidad_ok {
  width: 3vw;
  margin-top: 15vw;
  margin-left: 4vw;
  position: fixed;
}

.gb_accesibilidad_ok:focus-visible {
  outline-offset: 4px;
  border-radius: 20px;
  outline: 3px solid #fae504;
}

.gb_accesibilidad_ok[data-wf-focus-visible] {
  outline-offset: 4px;
  border-radius: 20px;
  outline: 3px solid #fae504;
}

.gb_images {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  position: relative;
}

.gb_images:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #ecf00c;
}

.gb_images[data-wf-focus-visible] {
  outline-offset: 3px;
  outline: 3px solid #ecf00c;
}

.modal_esquema {
  width: 14vw;
  display: none;
  position: fixed;
  top: 111px;
  left: 99px;
  overflow: visible;
}

.img_esquema {
  width: 100%;
}

.gb_container_text {
  width: 90%;
}

.text-span-4 {
  color: #b82877;
  font-size: .8vw;
  line-height: 100%;
}

.text-span-5 {
  font-size: 3vw;
  font-weight: 700;
}

.text-span-6 {
  letter-spacing: .4vw;
  font-size: 1vw;
  line-height: 120%;
}

.gb_button_wrapper {
  color: #fff;
  background-color: #b82877;
  border-radius: 40px;
  padding: 10px 20px;
  text-decoration: none;
}

.gb_button_wrapper:hover {
  background-color: #16062d;
}

.gb_button_wrapper:focus-visible {
  border: 3px solid #f6e307;
}

.gb_button_wrapper[data-wf-focus-visible] {
  border: 3px solid #f6e307;
}

.gb_button_section {
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
}

.gb_button_section.menu {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-number {
  color: #b82877;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 120%;
}

.div-block-33 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.text-block {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.gb_columns_board {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  align-items: flex-start;
  display: flex;
}

.gb_columns_board.item_center {
  width: 30%;
  justify-content: flex-start;
  align-items: flex-start;
}

.list {
  color: #b82877;
  font-family: Montserrat, sans-serif;
  list-style-type: decimal;
}

.image-3, .image-4 {
  max-width: 60%;
}

.gb_img_leadership {
  width: 40%;
  object-fit: contain;
  margin-top: -60px;
  margin-right: 17px;
}

.gb_img_osito {
  width: 70%;
  object-fit: contain;
  margin-top: -6px;
  margin-right: 102px;
}

.gb_img_balanza {
  width: 70%;
  object-fit: contain;
  margin-top: -73px;
  margin-right: 29px;
}

.gb_img_policies {
  width: 50%;
  object-fit: contain;
  margin-top: 22px;
  margin-right: 76px;
}

.gb_img_brand {
  width: 50%;
  object-fit: contain;
  margin-top: 40px;
  margin-right: 47px;
}

.image-5 {
  width: 70%;
}

.list_white {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.text-span_white {
  color: #fff;
  font-size: .8vw;
  line-height: 100%;
}

.link {
  margin-left: 40px;
}

.gb_banner_text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.3vw;
  font-weight: 300;
  line-height: 120%;
}

.gb_column_model {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  position: relative;
}

.gb_polygon_container {
  z-index: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gb_polygon_svg {
  width: 35%;
  position: absolute;
}

.gb_model_item_container {
  width: 25%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.gb_model_items.center {
  grid-column-gap: 11vw;
  grid-row-gap: 11vw;
  justify-content: space-around;
  align-items: center;
}

.gb_model_items.bottom {
  justify-content: space-around;
}

.gb_model_image {
  width: 70%;
}

.gb_model_wrapper {
  z-index: 2;
  width: 80%;
  height: 100%;
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.gb_model_text {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  line-height: 100%;
}

.gb_model_title {
  color: #5a006a;
  text-align: center;
  text-transform: none;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  line-height: 100%;
}

.text-span-7 {
  font-size: 2vw;
  font-weight: 900;
}

.text-span-8 {
  letter-spacing: 3px;
}

.text-span-9 {
  font-weight: 600;
}

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

.gb_model_section {
  background-color: #5a006a;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gb_model_text_container {
  width: 80%;
  justify-content: center;
  align-items: center;
}

.paragraph_model {
  color: #b82877;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 120%;
}

.paragraph_model.white {
  color: #fff;
}

.paragraph_model.white.fade-up.tricks {
  font-size: 1.3vw;
}

.gb_title_column {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 120%;
}

.gb_column_three {
  width: 33.33%;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.gb_column_item {
  height: 12vh;
  border-bottom: .5px solid #b82877;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gb_column_item.gb_morado {
  height: 15vh;
  background-color: #16062d;
}

.gb_column_item.gb_pink {
  height: 15vh;
  background-color: #b82877;
}

.gb_column_item.gb_white {
  height: 15vh;
  border-bottom-width: 0;
}

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

.gb_wrapper_columns {
  width: 70%;
}

.gb_banner {
  width: 100vw;
  height: 15vh;
  background-color: #b82877;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vh;
  display: flex;
}

.gb_banner_link {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.gb_column_container {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
}

.gb_buttons_wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  display: flex;
}

.gb_wrapper_buttom {
  width: 70%;
  height: 70%;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.gb_btn_text {
  color: #b82877;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 120%;
}

.gb_btn_text.white {
  color: #fff;
  text-align: center;
  font-size: 1.2vw;
}

.gb_btn_menu {
  color: #b82877;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.7vw;
  font-weight: 400;
  line-height: 120%;
}

.gb_btn_menu.white {
  color: #fff;
}

.gb_btn_menu.white.small {
  font-size: 1.3vw;
}

.gb_highlight_section_01 {
  width: 100vw;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 15vh;
  display: flex;
}

.gb_highlight_section_01.gb_background_morado {
  background-color: #311268;
  margin-bottom: auto;
}

.gb_highlight_section_01.gb_background_morado.small {
  height: 30vh;
}

.gb_columns_container_01 {
  width: 100%;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 5vh;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
}

.gb_highlight_container_columns {
  width: 80%;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.gb_highlight_container_columns.full {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .gb_h4.white {
    font-size: 1.5vw;
  }

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

  .modal_esquema {
    display: none;
    top: 160px;
    left: 140px;
  }

  .text-block {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }
}

@media screen and (min-width: 1920px) {
  .gb_h4.white {
    font-size: 1.3vw;
  }

  .gb_highlight_section.gb_background_morado._1 {
    height: 60vh;
  }

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

  .div-block-15._2 {
    width: 70%;
  }

  .gb_menu {
    line-height: 120%;
  }

  .gb_img_center_container {
    width: 100%;
  }

  .gb_img_center_container._2 {
    width: 60%;
  }

  .div-block-28 {
    width: 16%;
    padding: 8px;
  }

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

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

  .modal_esquema {
    display: none;
    top: 8vw;
    left: 8vw;
  }

  .text-span-5 {
    font-size: 2.3vw;
  }

  .text-span-6 {
    font-size: 1.1vw;
    line-height: 100%;
  }

  .gb_highlight_section_01.gb_background_morado._1 {
    height: 60vh;
  }
}

@media screen and (max-width: 991px) {
  .gb_intro_text_container {
    z-index: 0;
  }

  .gb_img_container_absolute {
    z-index: 1;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .gb_nav_wrapper {
    display: none;
  }

  .gb_menu {
    font-size: 3vw;
  }

  .gb_main_nav {
    z-index: 9;
    height: auto;
    align-items: stretch;
  }

  .gb_logo_container {
    width: 60%;
    height: 100%;
    justify-content: flex-start;
  }

  .gb_menu_movil {
    width: 100%;
    height: 10vh;
    background-color: #16062d;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .top {
    width: 40px;
    height: 3px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bg_menu_wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .mid {
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bot {
    width: 40px;
    height: 3px;
    background-color: #fff;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gb_menu_btn {
    z-index: 10;
    margin-right: 20px;
  }

  .gb_menu_movil_wrapper {
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background-color: #5a006a;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .gb_menu_container {
    width: 80%;
    height: 90%;
  }

  .gb_nav_links_movil {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .gb_images {
    object-fit: contain;
  }

  .link-block-2, .image-7 {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .gb_model_image {
    width: 70%;
  }
}

@media screen and (max-width: 479px) {
  .gb_h3 {
    margin-top: 20px;
    font-size: 5vw;
  }

  .paragraph {
    font-size: 4.5vw;
    line-height: 140%;
  }

  .gb_h1.fade-up.tricks {
    letter-spacing: normal;
    font-size: 14vw;
  }

  .gb_number_highlight_2 {
    font-size: 10vw;
  }

  .gb_h2 {
    margin-top: 0;
    font-size: 6vw;
  }

  .gb_h4 {
    font-size: 5.2vw;
  }

  .gb_h4.white {
    font-size: 5vw;
  }

  .gb_number_highlight_1 {
    font-size: 13vw;
  }

  .gb_intro_section {
    height: 20vh;
  }

  .gb_intro_section.gb_leader_bg {
    height: 25vh;
  }

  .gb_intro_section.gb_policies_bg {
    overflow: hidden;
  }

  .gb_introduction_text_section {
    margin-top: 7vh;
    margin-bottom: 7vh;
  }

  .gb_introduction_text_highlight {
    width: 100%;
  }

  .gb_numeralia_section {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .gb_column_half {
    width: 100%;
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    align-items: flex-start;
  }

  .gb_column_half.center {
    align-items: center;
  }

  .gb_columns_container {
    flex-direction: column;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .gb_columns_container.reverse, .gb_columns_container.inverse {
    flex-direction: column-reverse;
  }

  .gb_highlight_container {
    width: 80%;
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gb_highlight_section {
    margin-top: 7vh;
    margin-bottom: 7vh;
  }

  .gb_highlight_section.gb_background_morado {
    height: 80vh;
    margin-bottom: 0;
  }

  .gb_highlight_section.gb_background_morado._1 {
    height: 70vh;
  }

  .gb_highlight_section.gb_background_morado.gb_banner_wrapper {
    width: 100vw;
    height: 50vh;
  }

  .gb_numbers_section {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .gb_numbers_container {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
  }

  .gb_3columns_container {
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
  }

  .gb_columns {
    flex-direction: column;
  }

  .gb_hightlight_banner_text {
    width: 100%;
    grid-column-gap: 2vh;
    grid-row-gap: 2vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-15 {
    width: 90%;
    text-align: center;
  }

  .div-block-15._1 {
    width: 80%;
  }

  .div-block-15._2 {
    width: 70%;
  }

  .gb_img_container_absolute.gb_policies_img {
    right: -21px;
  }

  .gb_img {
    overflow: hidden;
  }

  .gb_img_container_banner, .gb_img_container_banner.gb_img_banner {
    width: 50%;
    text-align: center;
  }

  .gb_nav_wrapper {
    display: none;
  }

  .gb_menu {
    font-size: 4vw;
  }

  .gb_logo_container {
    width: 30%;
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .gb_footer {
    align-items: center;
  }

  .gb_intro_numbers_section {
    align-items: flex-end;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .gb_column_half_img {
    width: 100%;
  }

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

  .gb_menu_movil_wrapper {
    margin-left: -100vw;
    display: none;
    left: 0;
  }

  .gb_menu_container {
    height: 80%;
  }

  .gb_nav_links_movil {
    width: 100%;
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    justify-content: flex-start;
  }

  .gb_columns_movil {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: center;
    align-items: baseline;
    display: flex;
  }

  .gb_img_center_container._2 {
    width: 60%;
  }

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

  .div-block-27 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-28, .div-block-30 {
    width: 80%;
  }

  .gb_column_img, .gb_column_highlight {
    width: 100%;
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
    align-items: flex-start;
  }

  .gb_column_highlight.center {
    align-items: center;
  }

  .gb_columns_container_sticky {
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-direction: column;
  }

  .gb_accesibilidad_ok {
    display: none;
  }

  .modal_esquema {
    width: 50vw;
    display: none;
    top: 27vw;
    left: 19.1vw;
  }

  .text-span-4 {
    font-size: 3.5vw;
  }

  .text-span-4.list_white {
    font-size: 3.5vw;
    line-height: 100%;
  }

  .text-span-5 {
    font-size: 9vw;
    line-height: 120%;
  }

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

  .gb_button_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-number {
    font-size: 4.5vw;
    line-height: 140%;
  }

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

  .gb_columns_board {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    justify-content: center;
    align-items: baseline;
    display: flex;
  }

  .gb_columns_board.item_center {
    align-items: stretch;
  }

  .gb_img_leadership, .gb_img_osito, .gb_img_balanza, .gb_img_policies, .gb_img_brand {
    overflow: hidden;
  }

  .text-span_white {
    font-size: 3.5vw;
  }

  .gb_banner_text {
    font-size: 4.2vw;
  }

  .gb_column_model {
    width: 100%;
  }

  .gb_polygon_svg {
    width: 50%;
  }

  .gb_model_items.center {
    justify-content: space-between;
  }

  .gb_model_items.bottom {
    grid-column-gap: 9vw;
    grid-row-gap: 9vw;
    justify-content: center;
  }

  .gb_model_image {
    width: 90%;
  }

  .gb_model_wrapper {
    width: 90%;
    grid-column-gap: 0vh;
    grid-row-gap: 0vh;
  }

  .gb_model_text {
    font-size: 4vw;
  }

  .gb_model_title {
    margin-top: 0;
    font-size: 4.5vw;
  }

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

  .text-span-8 {
    letter-spacing: 2px;
  }

  .gb_column_model_text {
    width: 100%;
    justify-content: center;
    margin-top: 5vh;
  }

  .gb_model_section {
    flex-direction: column;
  }

  .paragraph_model {
    font-size: 4.5vw;
    line-height: 140%;
  }

  .paragraph_model.white.fade-up.tricks {
    font-size: 4vw;
  }

  .gb_title_column {
    font-size: 3.5vw;
    line-height: 140%;
  }

  .gb_wrapper_columns {
    width: 90%;
  }

  .gb_column_container {
    flex-direction: row;
  }

  .gb_wrapper_buttom {
    flex-direction: column;
    align-items: stretch;
  }

  .gb_btn_text {
    font-size: 4.5vw;
    line-height: 140%;
  }

  .gb_btn_text.white {
    font-size: 4vw;
  }

  .gb_btn_menu {
    color: #fff;
    font-size: 5vw;
    line-height: 140%;
  }

  .gb_highlight_section_01 {
    margin-top: 7vh;
    margin-bottom: 7vh;
  }

  .gb_highlight_section_01.gb_background_morado {
    margin-bottom: 0;
  }

  .gb_highlight_section_01.gb_background_morado._1 {
    height: 70vh;
  }

  .gb_highlight_section_01.gb_background_morado.gb_banner_wrapper {
    width: 100vw;
    height: 50vh;
  }

  .gb_columns_container_01 {
    flex-direction: column;
    margin-top: 1vh;
    margin-bottom: 1vh;
  }

  .gb_columns_container_01.reverse, .gb_columns_container_01.inverse {
    flex-direction: column-reverse;
  }

  .gb_highlight_container_columns {
    width: 80%;
    grid-column-gap: 5vh;
    grid-row-gap: 5vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}


