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

.xd_bb_seccion_intro {
  background-image: linear-gradient(140deg, #8970b2, #470a68);
  width: 100vw;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.xd_bb_intro_title {
  color: #ffcd5b;
  font-family: Bitter, serif;
  font-size: 8vw;
  line-height: 60%;
  position: static;
}

.xd_bb_intro {
  color: #fff;
  width: 100%;
  margin-top: 2vh;
  font-family: Bitter, serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 120%;
}

.xd_bb_highlight {
  color: #ffcd5b;
  font-family: Fira Sans, sans-serif;
  font-size: 3vw;
  font-weight: 200;
  line-height: 100%;
}

.xd_bb_highlight.white {
  color: #fff;
}

.xd_bb_text {
  color: #fff;
  font-family: Fira Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 200;
  line-height: 120%;
}

.xd_bb_text.azul {
  color: #005782;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

.xd_bb_secundary_font {
  color: #fff;
  margin-top: 5vh;
  font-family: Agbalumo, sans-serif;
  font-size: 2vw;
  line-height: 100%;
}

.xd_bb_titulos {
  color: #005782;
  margin-bottom: 10vh;
  font-family: Bitter, serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
}

.xd_bb_titulos.amarillo {
  color: #ffcd5c;
  margin-bottom: 2vh;
}

.xd_bb_titulos.blanco {
  color: #fff;
}

.xd_bb_subtitulo {
  color: #fff;
  margin-bottom: 5vh;
  font-family: Bitter, serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 100%;
}

.xd_bb_subtitulo.azul {
  color: #005782;
}

.xd_bb_container {
  width: 65vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.xd_bb_bloque {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  margin-top: 0;
  display: flex;
}

.xd_bb_div_75_text {
  flex-direction: column;
  justify-content: flex-start;
  width: 70%;
  margin-top: 0;
  display: flex;
}

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

.xd_bb_80_img {
  width: 80%;
}

.xd_bb_80_img.img_font {
  margin-top: 37vh;
}

.xd_bb_80_img.mt-6 {
  margin-top: 6vw;
}

.xd_bb_80_img.mt-10 {
  width: 80%;
  margin-top: 10vw;
}

.xd_bb_div_65_image {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 65%;
  margin-top: 0;
  display: flex;
}

.xd_bb_seccion_logotipo {
  background-color: #f3ebda;
  width: 100vw;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.xd_bb_destacado {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2vh;
  font-family: Bitter, serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 100%;
}

.xd_bb_destacado.azul {
  color: #005782;
  font-size: 1.2vw;
  line-height: 120%;
}

.xd_bb_seccion_tipografia {
  background-color: #9fd7cb;
  width: 100vw;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.xd_bb_highlight_small {
  color: #005782;
  margin-bottom: 4vh;
  font-family: Fira Sans, sans-serif;
  font-size: 1.9vw;
  font-weight: 200;
  line-height: 100%;
}

.xd_bb_highlight_small.blanco {
  color: #fff;
  margin-bottom: 4vh;
  font-size: 1.9vw;
}

.xd_bb_bloque_continuo {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  margin-top: 20vh;
  display: flex;
}

.xd_bb_seccion_color {
  background-color: #fff;
  width: 100vw;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.xd_bb_smile_img {
  object-fit: contain;
  width: 80%;
}

.xd_bb_div_100 {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.xd_bb_img_paleta {
  width: 49%;
}

.xd_bb_bloque_paletas {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  width: 100%;
  margin-bottom: 2vw;
  display: flex;
}

.xd_bb_seccion_graficos {
  background-color: #fff;
  width: 100vw;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.xd_bb_graphics_smile_img {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 75%;
  display: flex;
}

.xd_bb_bloque-interior {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  margin-top: 15vh;
  margin-bottom: 15vh;
  display: flex;
}

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

.xd_bb_div_35-sticky {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: 0;
}

.xd_bb_bloque-interior-sticky {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  margin-top: 20vh;
  display: flex;
  position: relative;
}

.text-span-7, .text-span-8 {
  font-weight: 600;
}

.xd_bb_list {
  color: #fff;
  padding-left: 30px;
  font-family: Fira Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 200;
}

.xd_bb_list.azul {
  color: #005782;
}

.xd_bb_seccion_fotografia {
  background-color: #98a1a7;
  width: 100vw;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.xd_bb_papeleria {
  width: 90%;
  margin-bottom: 8vh;
}

.xd_bb_aplicaciones_intro_div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-left: 0;
  display: flex;
}

.xd_bb_seccion_aplicaciones {
  background-color: #dee5e9;
  width: 100vw;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.presentacion {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1vw;
}

.xd_bb_img_poster {
  width: 50%;
}

.xd_bb_seccion_checklist {
  background-color: #8870b2;
  width: 100vw;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.xd_bb_bloque_checklist {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 100%;
  display: grid;
}

.xd_bb_checklist_squares {
  background-color: #dee5e9;
  border-radius: 10px;
  height: 27vw;
  padding: 18px;
}

.xd_bb_checklist_squares_sm {
  background-color: #dee5e9;
  border-radius: 10px;
  height: 20vw;
  padding: 18px;
}

.xd_bb_seccion_contacto {
  background-image: linear-gradient(140deg, #8970b2, #470a68);
  width: 100vw;
  height: 100vh;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.xd_bb_container_contacto {
  justify-content: flex-end;
  width: 80vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.xd_bb_div_50 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
  display: flex;
}

.xd_bb_subtitulo_contacto {
  color: #fff;
  margin-bottom: 1vh;
  font-family: Bitter, serif;
  font-size: 1.6vw;
  font-weight: 400;
  line-height: 100%;
}

.xd_bb_contact_name {
  margin-top: 10vh;
}

.xd_bb_contact_mail {
  margin-top: 5vh;
}

.text-span-14 {
  color: #ffcd5b;
}

.xd_bb_seccion_graficos_intro {
  background-color: #f04d62;
  width: 100vw;
  height: auto;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.xd_bb_logo_img {
  object-fit: contain;
  height: 100%;
}

.xd_bb_btn {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #015783;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 4vw;
  margin-bottom: 2vw;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.xd_bb_btn.m-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.xd_bb_press_intro_div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.xd_al_navbar_hamburguer_prod {
  z-index: 10000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 2vw;
  margin-right: 2vw;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.xd_al_navbar_hamburguer_prod:hover {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10px;
}

.xd_al_navbar_hamburguer_prod:focus-visible {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px solid #ff0;
}

.xd_al_navbar_hamburguer_prod[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px solid #ff0;
}

.xd_al_pk_submenu_link_02 {
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-end;
}

.xd_al_pk_submenu_link_02:focus-visible {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px solid #ff0;
  padding: 0 4px;
}

.xd_al_pk_submenu_link_02[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 10px;
  outline: 2px solid #ff0;
  padding: 0 4px;
}

.xd_al_pk_menu_link {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-weight: 300;
  display: flex;
}

.xd_al_pk_menu_link:focus-visible {
  outline-offset: 0px;
  border-radius: 11px;
  outline: 2px solid #ff0;
  padding-left: 6px;
  padding-right: 6px;
}

.xd_al_pk_menu_link[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 11px;
  outline: 2px solid #ff0;
  padding-left: 6px;
  padding-right: 6px;
}

.xd_bb_100_img {
  width: 100%;
}

.xd_bb_100_img.img_font2 {
  margin-top: 7vh;
}

.al_bb_button_cinco {
  cursor: pointer;
  background-color: #f3ecda;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_siete {
  cursor: pointer;
  background-color: #f04d62;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_frame_menu {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.al_bb_button_dos {
  cursor: pointer;
  background-color: #f47854;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_cuatro {
  cursor: pointer;
  background-color: #00a7c7;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_seis {
  cursor: pointer;
  background-color: #487cbc;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_ocho {
  cursor: pointer;
  background-color: #fbc9b8;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_menu_columna_superior {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.al_bb_camara_menu {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.al_bb_btn_menu {
  display: block;
}

.al_bb_menu_columna_inferior {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  display: flex;
}

.al_bb_wrapper-scroll-anim_menu {
  background-color: #542076;
  background-image: linear-gradient(61deg, #8970b2, #480b69);
  align-items: flex-start;
  width: auto;
  height: 450vh;
  display: flex;
  position: static;
  overflow: visible;
}

.al_bb_button_tres {
  cursor: pointer;
  background-color: #d4e167;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_uno {
  color: #005782;
  cursor: pointer;
  background-color: #86caef;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.xd_bb_menu_squares {
  color: #fff;
  padding-bottom: 10px;
  padding-left: 10px;
  font-family: Bitter, serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 100%;
}

.xd_bb_menu_squares.blue {
  color: #005782;
  margin-top: 0;
}

.xd_bb_menu_squares.purple {
  color: #422a6f;
}

.al_bb_menu_title {
  grid-column-gap: .1vw;
  grid-row-gap: .1vw;
  flex-direction: column;
  margin-top: 35px;
  display: flex;
}

.xd_bb_logo_txtwrapper {
  color: #ffcd5b;
  font-family: Bitter, serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 120%;
}

.al_bb_menu_open_div {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  padding-left: 0;
  display: flex;
}

.al_bb_div_menu_despliegue {
  z-index: 888;
  background-color: #542076;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  overflow: visible;
}

.al_bb_div_menu {
  z-index: 999;
  position: static;
  top: 0%;
  bottom: auto;
  left: 1vw;
  right: auto;
}

.al_bb_menu_open {
  z-index: 500;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 4.8vw;
  height: 4.8vw;
  text-decoration: none;
  display: flex;
}

.menu__nav-link-2 {
  color: #131212;
  letter-spacing: .025em;
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.al_bb_menu_close_div {
  z-index: 5;
  flex-direction: column;
  justify-content: space-between;
  width: 20px;
  height: auto;
  display: none;
}

.al_bb_menu_pack {
  z-index: 999;
  justify-content: center;
  width: 13vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.xd_bb_menu_h {
  color: #fff;
  text-align: center;
  font-family: Fira Sans, sans-serif;
  font-size: 4vw;
  font-weight: 200;
  line-height: 100%;
}

.al_bb_menu_content_despliegue {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 80vh;
  display: flex;
}

.al_bb_button_uno_desp {
  color: #005782;
  cursor: pointer;
  background-color: #86caef;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_desp {
  cursor: pointer;
  background-color: #f47854;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_tres_desp {
  cursor: pointer;
  background-color: #d4e167;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_cuatro_desp {
  cursor: pointer;
  background-color: #00a7c7;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_cinco_desp {
  cursor: pointer;
  background-color: #f3ecda;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_seis_desp {
  cursor: pointer;
  background-color: #487cbc;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_siete_desp {
  cursor: pointer;
  background-color: #f04d62;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_button_ocho_desp {
  cursor: pointer;
  background-color: #fbc9b8;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 11.5vw;
  height: 11.5vw;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.al_bb_menu_col {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  display: flex;
}

.al_bb_menu_background_img_wrapper {
  width: 100%;
}

.al_bb_menu_info_wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 7vw;
}

.xd_bb_logo_txt_year {
  color: #fff;
  cursor: pointer;
  font-family: Bitter, serif;
  font-size: 1vw;
  font-weight: 700;
  line-height: 120%;
}

.xd_bb_logo_txt_year:hover {
  color: #ffcd5b;
}

.al_bb_menu_background_img {
  width: 100%;
  transform: rotate(-180deg);
}

.al_bb_menu_columna_superior_desp {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  order: -1;
  display: flex;
}

.al_bb_menu_columna_inferior_desp {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  display: flex;
}

.al_bb_menu_img_squares, .image {
  width: 100%;
}

.xd_bb_70_img {
  width: 70%;
}

.xd_bb_text_small {
  color: #fff;
  font-family: Fira Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 200;
  line-height: 120%;
}

.xd_bb_text_small.azul {
  color: #005782;
  margin-top: 3vw;
  font-family: Fira Sans, sans-serif;
  font-size: .9vw;
  font-weight: 200;
}

.xd_bb_btn_menu {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #663784;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
  margin-bottom: 2vw;
  padding: 10px 15px;
  text-decoration: none;
  display: flex;
}

.xd_bb_logo_txt_language {
  color: #fff;
  cursor: pointer;
  font-family: Bitter, serif;
  font-size: .9vw;
  font-weight: 400;
  line-height: 120%;
}

.xd_bb_logo_txt_language:hover {
  color: #ffcd5b;
}

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

.xd_btn_embed {
  cursor: pointer;
  display: block;
}

.xd_btn_hidden {
  display: none;
}

.xd_bb_btn_wrapper_20 {
  width: 20%;
}

.xd_bb_titulo_values {
  color: #005782;
  margin-bottom: 10vh;
  font-family: Bitter, serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 100%;
}

.xd_bb_titulo_values.blanco {
  color: #fff;
  margin-bottom: 0;
}

.xd_bb_bloque_values {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-direction: row;
  width: 100%;
  margin-top: 5vh;
  display: flex;
}

.xd_bb_values_img_container_desktop, .xd_al_values_img {
  width: 100%;
}

.xd_bb_values_img_container_mobile {
  width: 100%;
  display: none;
}

.xd_bb_text_note {
  color: #015783;
  margin-top: 1vw;
  font-family: Fira Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 200;
  line-height: 120%;
}

.xd_bb_text_note.azul {
  color: #005782;
  font-family: Fira Sans, sans-serif;
  font-weight: 200;
}

@media screen and (min-width: 1440px) {
  .al_bb_div_menu_despliegue {
    justify-content: center;
    display: none;
  }

  .al_bb_menu_open {
    width: 4.8vw;
    height: 4.8vw;
  }
}

@media screen and (min-width: 1920px) {
  .xd_bb_intro_title {
    line-height: 50%;
  }

  .xd_bb_titulos.amarillo {
    margin-bottom: 2vh;
  }

  .xd_bb_bloque {
    justify-content: space-between;
  }

  .xd_bb_div_65_image, .xd_bb_graphics_smile_img {
    width: 70%;
  }

  .xd_bb_div_35-sticky {
    top: 6vw;
  }

  .xd_bb_bloque-interior-sticky {
    justify-content: space-between;
  }

  .xd_bb_list.azul {
    line-height: 120%;
  }

  .xd_bb_btn {
    padding: 20px;
  }

  .xd_bb_logo_txtwrapper {
    font-size: .8vw;
  }

  .al_bb_div_menu_despliegue {
    overflow: hidden;
  }

  .al_bb_div_menu {
    width: 6vw;
  }

  .al_bb_menu_open {
    width: 4.8vw;
    height: 4.8vw;
  }

  .al_bb_menu_pack {
    width: 10vw;
  }

  .xd_bb_menu_h {
    font-size: 2.5vw;
  }

  .al_bb_menu_info_wrapper {
    width: 60%;
    top: 6.5vw;
  }

  .xd_bb_logo_txt_year {
    font-size: .6vw;
  }

  .al_bb_menu_background_img {
    width: 100%;
  }

  .xd_bb_btn_menu {
    padding: 20px;
  }

  .xd_bb_logo_txt_language {
    font-size: .6vw;
  }
}

@media screen and (max-width: 991px) {
  .xd_al_pk_submenu_link_02 {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 6px;
    margin-bottom: 6px;
    display: block;
  }

  .xd_al_pk_menu_link {
    flex-direction: column;
    width: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .al_bb_menu_open {
    width: 7vw;
    height: 7vw;
    padding: 0 13px 0 0;
  }

  .al_bb_menu_content_despliegue {
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .xd_al_pk_submenu_link_02 {
    width: auto;
    height: auto;
    margin: 4px 2px;
    padding: 1px 0;
  }

  .xd_al_pk_menu_link {
    margin-bottom: 10px;
  }

  .al_bb_menu_open_div {
    width: 40px;
    height: 40px;
    margin-left: -11px;
    padding: 13px 11px;
  }

  .menu__nav-link-2 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 24px;
  }

  .al_bb_menu_close_div {
    width: 40px;
    height: 40px;
    margin-left: -11px;
    padding: 13px 11px;
  }
}

@media screen and (max-width: 479px) {
  .xd_bb_seccion_intro {
    padding-top: 20vh;
  }

  .xd_bb_intro_title {
    font-size: 21vw;
    line-height: 30%;
  }

  .xd_bb_intro {
    font-size: 3.8vw;
  }

  .xd_bb_highlight {
    font-size: 9vw;
  }

  .xd_bb_text {
    font-size: 3.6vw;
  }

  .xd_bb_secundary_font {
    font-size: 6vw;
  }

  .xd_bb_titulos {
    margin-bottom: 5vh;
    font-size: 9vw;
  }

  .xd_bb_titulos.amarillo {
    margin-bottom: 0;
  }

  .xd_bb_subtitulo {
    font-size: 5vw;
  }

  .xd_bb_subtitulo.azul {
    font-size: 6vw;
  }

  .xd_bb_container {
    margin-left: 5vw;
    margin-right: auto;
  }

  .xd_bb_bloque {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-direction: column;
  }

  .xd_bb_div_75_text {
    width: 100%;
    margin-left: auto;
  }

  .xd_bb_div_35, .xd_bb_80_img {
    width: 100%;
  }

  .xd_bb_80_img.img_font {
    margin-top: 0;
  }

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

  .xd_bb_destacado, .xd_bb_destacado.azul {
    font-size: 4.5vw;
  }

  .xd_bb_highlight_small, .xd_bb_highlight_small.blanco {
    font-size: 6vw;
  }

  .xd_bb_bloque_continuo {
    flex-direction: column;
    margin-top: 10vh;
  }

  .xd_bb_smile_img {
    width: 100%;
  }

  .xd_bb_graphics_smile_img {
    align-items: flex-end;
    width: 100%;
  }

  .xd_bb_bloque-interior {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
    flex-direction: column;
  }

  .xd_bb_div_35-sticky {
    width: 100%;
    height: auto;
    position: static;
  }

  .xd_bb_bloque-interior-sticky {
    flex-direction: column;
  }

  .xd_bb_list.azul {
    font-size: 3.6vw;
    line-height: 140%;
  }

  .xd_bb_papeleria, .xd_bb_aplicaciones_intro_div {
    width: 100%;
  }

  .xd_bb_seccion_aplicaciones {
    padding-top: 1vh;
  }

  .presentacion {
    margin-top: 5vw;
  }

  .xd_bb_img_poster {
    width: 100%;
  }

  .xd_bb_seccion_checklist {
    padding-top: 20vh;
  }

  .xd_bb_bloque_checklist {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .xd_bb_checklist_squares {
    height: 80vw;
  }

  .xd_bb_checklist_squares_sm {
    height: 60vw;
  }

  .xd_bb_container_contacto {
    width: 65vw;
    margin-left: 5vw;
    margin-right: auto;
  }

  .xd_bb_div_50 {
    width: 100%;
  }

  .xd_bb_subtitulo_contacto {
    font-size: 4.5vw;
  }

  .xd_bb_logo_img {
    width: 100%;
    height: auto;
    display: block;
  }

  .xd_bb_press_intro_div {
    flex-direction: column;
    align-items: flex-start;
  }

  .xd_al_navbar_hamburguer_prod {
    z-index: 1000;
    margin-left: 2vw;
    display: block;
  }

  .xd_al_pk_submenu_link_02 {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    display: block;
  }

  .xd_al_pk_menu_link {
    color: #004970;
    flex-direction: column;
    width: auto;
    margin-bottom: 0;
  }

  .xd_bb_100_img {
    width: 100%;
  }

  .al_bb_button_cinco, .al_bb_button_siete, .al_bb_button_dos, .al_bb_button_cuatro, .al_bb_button_seis, .al_bb_button_ocho {
    width: 20vw;
    height: 20vw;
    padding: 0;
  }

  .al_bb_menu_columna_superior {
    flex-direction: row;
    order: 0;
  }

  .al_bb_menu_columna_inferior {
    flex-direction: row;
    order: 1;
  }

  .al_bb_button_tres, .al_bb_button_uno {
    width: 20vw;
    height: 20vw;
    padding: 0;
  }

  .xd_bb_menu_squares {
    font-size: 3vw;
  }

  .al_bb_menu_title {
    margin-top: 9px;
  }

  .xd_bb_logo_txtwrapper {
    font-size: 2.8vw;
  }

  .al_bb_menu_open_div {
    margin-left: 0;
    padding: 0;
  }

  .al_bb_div_menu_despliegue {
    align-items: flex-start;
    height: 100vh;
    display: none;
    position: fixed;
    overflow: visible;
  }

  .al_bb_div_menu {
    margin-top: 1vw;
  }

  .al_bb_menu_open {
    align-items: center;
    width: 10vw;
    padding-right: 0;
  }

  .menu__nav-link-2 {
    margin-top: 1.5vw;
    margin-bottom: .7vw;
  }

  .menu__nav-link-2.w--current {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .al_bb_menu_close_div {
    width: 30px;
    height: 30px;
    margin-left: -3px;
    padding: 10px;
  }

  .al_bb_menu_pack {
    width: 25vw;
    height: 30vh;
  }

  .xd_bb_menu_h {
    font-size: 10vw;
    line-height: 100%;
  }

  .al_bb_menu_content_despliegue {
    flex-direction: column-reverse;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 80vw;
    height: auto;
  }

  .al_bb_button_uno_desp, .al_bb_button_desp, .al_bb_button_tres_desp, .al_bb_button_cuatro_desp, .al_bb_button_cinco_desp, .al_bb_button_seis_desp, .al_bb_button_siete_desp, .al_bb_button_ocho_desp {
    width: 30vw;
    height: 30vw;
  }

  .al_bb_menu_info_wrapper {
    width: 85%;
    top: 14vw;
  }

  .xd_bb_logo_txt_year {
    font-size: 2.8vw;
  }

  .al_bb_menu_columna_superior_desp {
    flex-direction: column;
    order: 1;
    align-items: stretch;
  }

  .al_bb_menu_columna_inferior_desp {
    flex-direction: column;
    order: 0;
  }

  .image, .xd_bb_70_img {
    width: 100%;
  }

  .xd_bb_text_small {
    font-size: 3.6vw;
  }

  .xd_bb_text_small.azul {
    margin-top: 10vw;
    font-size: 3vw;
  }

  .xd_bb_btn_menu {
    order: -1;
  }

  .xd_bb_logo_txt_language {
    font-size: 2.1vw;
  }

  .xd_btn_embed {
    order: -1;
  }

  .xd_bb_titulo_values {
    margin-bottom: 5vh;
    font-size: 9vw;
  }

  .xd_bb_bloque_values {
    flex-direction: column;
    margin-top: 10vh;
  }

  .xd_bb_values_img_container_desktop {
    display: none;
  }

  .xd_bb_values_img_container_mobile {
    display: block;
  }

  .xd_bb_text_note {
    font-size: 3.6vw;
  }
}

#w-node-_7b6c4a62-14e6-6092-faa8-9e12155cbd5a-e93962e9 {
  align-self: start;
}


