.header-cross {
  margin-bottom: 0;
  position: sticky;
  z-index: 100;
  transition: all 0.3s;
  top: 0;
  box-shadow: 0px 4px 4px rgba(32, 45, 120, 0.12);
}

@media (min-width: 1024px) {
  .header-cross {
    background-color: #fff;
    height: auto;
  }
}
.header-cross__inner {
  display: flex;
  flex-flow: column nowrap;
}
.header-cross__primary {
  position: relative;
  padding: 0.875rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: visible;
  align-items: center;
  border-bottom: 1px solid #f2f4f8;
  background-color: white;
}
@media (min-width: 1024px) {
  .header-cross__primary {
    max-width: 100%;
    width: 100%;
    overflow: initial;
    flex-flow: row nowrap;
    gap: 1rem;
    justify-content: space-between;
    padding: 0 1.8rem;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1270px) {
  .header-cross__primary {
    gap: 1.875rem;
  }
}
.header-cross__content {
  background-color: #001698;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {
  .header-cross__content {
    display: none;
  }
}
.header-cross__social {
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.header-cross__social .social__title {
  display: block;
  margin-left: 15%;
}
@media (min-width: 480px) {
  .header-cross__social .social__title {
    margin-left: 25%;
  }
}
@media (min-width: 1024px) {
  .header-cross__social {
    display: none;
  }
}
.header-cross__branding {
  flex-grow: 1;
  padding-top: 0;
  order: 1;
  position: static;
  margin-right: 0;
}
.header-cross__branding .logo__mobile {
  display: flex;
}
.header-cross__branding .logo__mobile .icon {
  width: 2.5rem;
  height: 2.5rem;
}
.header-cross__branding .logo__desktop {
  display: none;
}
.header-cross__branding .logo__desktop .icon {
  width: 100%;
}
@media (min-width: 1024px) {
  .header-cross__branding {
    background-color: #001dcb;
    padding-top: 0;
    flex-grow: 0;
  }
  .header-cross__branding .logo__desktop {
    width: 164px;
    display: block;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .header-cross__branding .logo__desktop {
    width: auto;
    max-width: 184px;
  }
}
@media (min-width: 1024px) {
  .header-cross__branding .logo__mobile {
    display: none;
  }
  .header-cross__branding .logo__mobile .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .header-cross__branding {
    width: auto;
    min-width: 260px;
    margin-right: 1rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .header-cross__branding::before {
    content: " ";
    height: 100%;
    width: 2000px;
    background-color: inherit;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    display: none;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .header-cross__branding::before {
    display: block;
  }
}
.header-cross__branding .second-logo--mobile {
  max-width: 90px;
  padding: 0px;
  margin: 0;
  margin-top: -5px;
}
.header-cross__second-logo {
  display: none;
}
@media (min-width: 1024px) {
  .header-cross__second-logo {
    display: block;
    flex-grow: 0;
    order: 1;
    width: 160px;
  }
  .header-cross__branding .second-logo--mobile {
    display: none;
  }
}
.header-cross__first {
  flex-grow: 1;
  order: 3;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .header-cross__first {
    margin-top: 0;
    width: unset;
    order: 2;
    display: flex;
    align-items: center;
  }
}
.header-cross__first-search {
  width: 100%;
}
.header-cross__first-search-container form {
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #f2f4f8;
  display: flex;
  gap: 6px;
  flex-direction: row;
  align-items: center;
  height: 50px;
  padding: 0.6rem 1rem;
  max-width: 80%;
  margin: 0 auto;
  border: 1px solid #f2f4f8;
  box-shadow: none;
}

.header-cross__first-search-container form.active {
  background-color: #ffffff;
  border: 1px solid #f2f4f8;
  box-shadow: 0px 12px 24px -10px rgba(0, 0, 0, 0.2);
}

.header-cross__first-search-container form.active input[type="search"] {
  background-color: #ffffff;
}

@media (max-width: 1279px) {
  .header-cross__first-search-container form {
    max-width: 100%;
  }
}

.header-cross__first-search-container form input[type="search"] {
  background-color: #f2f4f8;
  border: none;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  flex-grow: 1;
  order: 2;
}
.header-cross__first-search-container form input[type="search"]:focus-visible,
.header-cross__first-search-container form input[type="search"]:focus {
  border: none;
  outline: none;
}
.header-cross__first-search-container
  form
  input[type="search"]::-moz-placeholder {
  color: var(--c-text-body);
  font-size: 1rem;
  font-weight: 400;
}
.header-cross__first-search-container form input[type="search"]::placeholder {
  color: var(--c-text-body);
  font-size: 1rem;
  font-weight: 400;
}
.header-cross__first-search-container form-button {
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
}
.header-cross__first-search-container form-button svg {
  height: 1.125rem;
  width: 1.125rem;
}
.header-cross__first-search-container form button[type="submit"] {
  width: 1.5625rem;
  height: 1.5625rem;
  display: grid;
  place-items: center;
  background-image: url(../images/search.svg);
  background-position: center;
  background-repeat: no-repeat;
  order: 1;
}
.header-cross__first-search-container form button[type="submit"] svg {
  height: 1.375rem;
  width: 1.375rem;
  display: none;
}
.header-cross__first-search-container form button[type="reset"] {
  order: 3;
}
.header-cross__second {
  order: 3;
  display: none;
}
@media (min-width: 1024px) {
  .header-cross__second {
    display: block;
  }
}
.header-cross__second .menu,
.header-cross__second ul {
  list-style: none;
  padding-left: 0;
}
.header-cross__second .menu__item {
  line-height: 1rem;
}
.header-cross__second .menu__link,
.header-cross__second .menu a,
.header-cross__second ul a {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.125rem;
  color: #12b7fe;
  text-shadow: 0 0 0 #12b7fe;
  transition: text-shadow 0.3s;
}
.header-cross__second .menu__link::first-letter,
.header-cross__second .menu a::first-letter,
.header-cross__second ul a::first-letter {
  text-transform: uppercase;
}
.header-cross__second .menu__link:hover,
.header-cross__second .menu__link--active,
.header-cross__second .menu a:hover,
.header-cross__second .menu a--active,
.header-cross__second ul__link--active,
.header-cross__second ul a:hover,
.header-cross__second ul a--active {
  text-decoration: none;
  text-shadow: 0 0 2px #12b7fe;
  transition: text-shadow 0.3s;
}
.header-cross__third {
  position: relative;
  display: none;
}
@media (min-width: 1024px) {
  .header-cross__third {
    order: 3;
    display: flex;
    align-items: center;
    gap: 1.875rem;
    justify-content: flex-end;
  }
}
.header-cross__third-toggle {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
  width: -moz-max-content;
  width: max-content;
  min-width: 246px;
  height: -moz-max-content;
  height: max-content;
  border-radius: 20px;
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease;
  transform: translateY(0) translateX(-100%);
}
.header-cross__third-toggle.show {
  opacity: 1;
  transform: translateY(50px) translateX(-100%);
  pointer-events: all;
}
.header-cross__third-toggle .menu {
  width: 100%;
  list-style: none;
}
.header-cross__third-toggle .menu li {
  border-bottom: 1px solid gray;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #001698;
  font-weight: 600;
  margin: 1rem 0;
}
.header-cross__third .header-cross__register,
.header-cross__third .header-cross__login {
  color: #009dac;
  font-size: 0.875rem;
  font-weight: 500;

}
@media (min-width: 768px) {
  .header-cross__third .header-cross__register,
  .header-cross__third .header-cross__login {
    font-size: 1rem;
  }
}
.header-cross__third .header-cross__register:hover,
.header-cross__third .header-cross__login:hover {
  color: #12b7fe;
  font-weight: bold;
}
.header-cross__third .header-cross__register:hover::after,
.header-cross__third .header-cross__login:hover::after {
  content: "";
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background-color: #001698;
  display: block;
  margin: auto;
}
.header-cross__third .header-cross__image {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.header-cross__third .header-cross__image-user {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.header-cross__third .header-cross__image .icon,
.header-cross__third .header-cross__image svg,
.header-cross__third .header-cross__image img {
  width: 2rem;
  height: 2rem;
}
.header-cross__third .header-cross__image .icon:last-child,
.header-cross__third .header-cross__image svg:last-child,
.header-cross__third .header-cross__image img:last-child {
  width: 1.25rem;
  fill: #001698;
}
.header-cross__third .header-cross__info {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  color: #001698;
}
@media (min-width: 1024px) {
  .header-cross__third .header-cross__info {
    font-size: 1.125rem;
  }
}
.header-cross__fourth {
  order: 4;
  display: none;
}
@media (min-width: 1024px) {
  .header-cross__fourth {
    display: block;
  }
}
.header-cross__fourth .menu,
.header-cross__fourth ul {
  list-style: none;
  padding-left: 0;
}
.header-cross__fourth .menu__item {
  line-height: 1rem;
}
.header-cross__fourth .menu__link,
.header-cross__fourth .menu a,
.header-cross__fourth ul a {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.125rem;
  color: #65717b;
}
.header-cross__fourth .menu__link:hover,
.header-cross__fourth .menu__link--active,
.header-cross__fourth .menu a:hover,
.header-cross__fourth .menu a--active,
.header-cross__fourth ul__link--active,
.header-cross__fourth ul a:hover,
.header-cross__fourth ul a--active {
  color: #001698;
  font-weight: 650;
}
.header-cross__fifth {
  order: 5;
  display: none;
}
@media (min-width: 1024px) {
  .header-cross__fifth {
    display: block;
  }
}
.header-cross__global {
  order: 2;
  display: flex;
  grid-row: 1/1;
  grid-column: 3/4;
}
@media (min-width: 1024px) {
  .header-cross__global {
    display: none;
  }
}
.header-cross__global .toggle-expand {
  display: flex;
  z-index: 20;
}
.header-cross__global .toggle-expand__open {
  width: 1.625rem;
  height: 1.125rem;
}
.header-cross__global .toggle-expand__open svg {
  fill: #009dac;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.header-cross__global .toggle-expand--open {
  display: inline-block;
}
.header-cross__global .toggle-expand--open .toggle-expand__close,
.header-cross__global .toggle-expand--open .toggle-expand__logout {
  transform: translateX(0);
  transition: transform 0.5s ease;
}
.header-cross__global .toggle-expand--open .main-menu {
  display: block;
}
.header-cross__global .toggle-expand--open .hamburguer {
  width: 20px;
  height: 20px;
}
.header-cross__global .toggle-expand--open .hamburguer span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.header-cross__global .toggle-expand--open .hamburguer span:nth-child(2) {
  transform: scaleX(0);
}
.header-cross__global .toggle-expand--open .hamburguer span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.header-cross__global .global-nav--open .toggle-expand__logout {
  transform: translateX(0);
  transition: transform 0.5s ease;
}
@media (min-width: 1024px) {
  .header-cross__global .global-nav .toggle-expand__logout {
    display: none;
  }
}
.header-cross__global .button.button--login {
  height: 2.6875rem;
  width: 10.875rem;
  border-radius: 0.875rem;
  margin-bottom: 4.25rem;
  margin-right: 0;
  margin-left: auto;
  padding: 0.75rem 0.3125rem;
  text-align: center;
  background-color: #12b7fe;
}
@media (min-width: 1024px) {
  .header-cross__global .button.button--login {
    display: none;
  }
}
.header-cross__global .button.button--login:hover,
.header-cross__global .button.button--login:focus {
  border: 0.0625rem solid rgba(0, 0, 0, 0);
  color: #fff;
}
.header-cross__global .button.button--login::after {
  display: none;
}
.header-cross__bottom {
  position: relative;
  display: none;
  width: 100%;
  padding: 1rem 0;
  margin: 0 auto;
  max-width: 1440px;
}
@media (min-width: 1024px) {
  .header-cross__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header-cross__bottom-accesibility {
  position: absolute;
  top: 0;
  right: 1.8rem;
}
.header-cross__bottom-accesibility-menu {
  list-style: none;
  margin: 0;
  background-color: #12b7fe;
  height: 36px;
  max-height: 36px;
  pointer-events: all;
  border-radius: 0 0 1rem 1rem;
  padding: 0 1rem;
}
.header-cross__bottom-accesibility-menu__item {
  padding: 10px 0;
  height: 100%;
  width: 100%;
}
.header-cross__bottom-accesibility-menu__link {
  color: var(--c-text-white);
  text-decoration: none;
  padding-left: 10px;
  font-size: 0.8125rem;
  font-weight: bold;
  display: flex;
  cursor: pointer;

}
@media (min-width: 768px) {
  .header-cross__bottom-accesibility-menu__link {
    font-size: 1rem;
  }
}
.header-cross__bottom-accesibility-menu__link:hover {
  text-decoration: underline;
}
.header-cross__bottom-accesibility-menu__link span {
  white-space: nowrap;
  margin-right: 5px;
}
.header-cross__bottom-accesibility-menu__link .icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.scroll-up .header-cross,
.scroll-down .header-cross {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .header-cross .main-nav {
    opacity: 1;
    display: block;
    transform: translateX(100%);
    transition: transform ease 1s;
    position: absolute;
    box-shadow: 0px 0px 0.5rem 0.188rem rgba(0, 0, 0, 0.25);
  }
}
@media screen and (max-width: 768px) and (min-width: 1024px) {
  .header-cross .main-nav {
    display: block;
    position: static;
    transform: translateX(0vw);
    transition: none;
  }
}
@media screen and (max-width: 768px) {
  .header-cross .main-nav--open {
    padding-top: 25%;
    transform: translateX(0vw);
    transition: transform 1s ease;
    position: fixed;
    z-index: 3;
    width: 85%;
    right: 0;
    height: 100vh;
    left: auto;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 768px) {
  .header-cross .main-menu {
    margin-bottom: 1rem;
    border-bottom: none;
  }
  .header-cross .main-menu .main-menu__item {
    border-top: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #dedede;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .header-cross .main-menu .main-menu__link {
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
    color: #009dac;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: auto;
  }
  .header-cross .main-menu .main-menu__link::before {
    content: "";
    width: 50%;
    height: 0.188rem;
    position: absolute;
    bottom: 10%;
    background-color: #001698;
  }
}
.header-cross .hamburguer {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  width: 26px;
  height: 20px;
  position: relative;
}
.header-cross .hamburguer span {
  border-radius: 5px;
  width: 100%;
  height: 3px;
  background-color: #001698;
  transition: all 0.5s ease;
}
.header-cross .hamburguer span:nth-child(1) {
  transform-origin: center;
}
.header-cross .hamburguer span:nth-child(2) {
  transform-origin: right;
  width: 80%;
}
.header-cross .hamburguer span:nth-child(3) {
  transform-origin: center;
}
.header-cross .scroll-pause {
  overflow: hidden;
}
.header-cross .menu__donation,
.header-cross .menu__sedes {
  margin-right: 1.125rem;
}
.header-cross .menu__donation .menu,
.header-cross .menu__sedes .menu {
  list-style: none;
  padding-left: 0;
}
.header-cross .menu__donation .menu__item,
.header-cross .menu__sedes .menu__item {
  line-height: 1rem;
}
.header-cross .menu__donation .menu__link,
.header-cross .menu__sedes .menu__link {
  color: var(--c-info);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;

}

@media (min-width: 768px) {
  .header-cross .menu__donation .menu__link,
  .header-cross .menu__sedes .menu__link {
    font-size: 1rem;
  }
}
.header-cross .menu__donation .menu__link:hover,
.header-cross .menu__sedes .menu__link:hover {
  text-decoration: underline;
}
.header-cross .menu__donation .menu__link::first-letter,
.header-cross .menu__sedes .menu__link::first-letter {
  text-transform: uppercase;
}
.header-cross .menu__donation .menu__link:hover,
.header-cross .menu__sedes .menu__link:hover,
.header-cross .menu__donation .menu__link--active,
.header-cross .menu__sedes .menu__link--active {
  font-weight: 650;
  text-decoration: none;
}
.header-cross .menu__user {
  margin-right: 2.5rem;
}
.header-cross .menu__user .button {
  height: 2.3125rem;
  min-width: 8.4375rem;
  width: 8.4375rem;
  border-radius: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  border: 1px solid #89d4f4;
  margin-bottom: 0;
  box-shadow: none;

}

@media (min-width: 768px) {
  .header-cross .menu__user .button {
    font-size: 1rem;
  }
}
.header-cross .menu__user .button:hover {
  border: 1px solid #89d4f4;
  background-color: #fff;
  color: #009dac;
}
.header-cross .menu__sedes .menu__link {
  font-weight: 400;
  font-size: 0.875rem;
  color: #65717b;

}

@media (min-width: 768px) {
  .header-cross .menu__sedes .menu__link {
    font-size: 1rem;
  }
}

.header-cross .menu__sedes .menu__link:hover,
.header-cross .menu__sedes .menu__link--active {
  color: #009dac;
  font-weight: 650;
}

@media (min-width: 1024px) {
  .header-cross .language__switcher {
    width: 2.875rem;
  }
}
.header-cross .language__switcher ul {
  list-style: none;
  display: flex;
  gap: 5px;
}
.header-cross .language__switcher ul li {
  line-height: 1rem;
}
.header-cross .language__switcher ul li a {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;

}

@media (min-width: 768px) {
  .header-cross .language__switcher ul li a {
    font-size: 1rem;
  }
}

.header-cross .language__switcher ul li a.active {
  font-weight: 650;
}
.header-cross .gtranslate {
  display: flex;
}
.header-cross .gtranslate .option-lenguage {
  line-height: 1rem;
  text-indent: -666em;
  position: relative;
}
.header-cross .gtranslate .option-lenguage:last-child::before {
  left: 1.625rem;
}
.header-cross .gtranslate .option-lenguage::before {
  height: 1rem;
  width: 1rem;
  content: attr(data-lang);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5rem;
  color: #65717b;
  text-indent: initial;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1rem;
  font-weight: 400;
}
.header-cross .gtranslate .option-lenguage.active::before {
  font-weight: bold;
  color: #283645;
}
.header-cross .gtranslate .option-lenguage__img {
  display: none;
}
.header-cross .language-translate-es,
.header-cross .language-translate-en {
  position: relative;
}
.header-cross .language-translate-es.active,
.header-cross .language-translate-en.active {
  opacity: 0.5;
}
.header-cross .language-translate-en {
  font-size: 0;
}
.header-cross .language-translate-en::before {
  content: "English";
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  text-indent: initial;
  font-size: 1rem;
  padding: 0.25rem;
}
@media (min-width: 768px) {
  .header-cross .language-translate-en::before {
    font-size: 1rem;
    padding: 0 0.25rem;
  }
}
.header-cross .titlecase::first-letter {
  text-transform: uppercase;
}
.header-cross .language-span {
  text-indent: -666em;
  font-size: 0;
  height: 0;
  width: 0;
  position: absolute;
  z-index: -1;
}
.header-cross .global-nav {
  position: absolute;
  padding: 2rem 3.125rem;
  background-color: #fafafb;
  transform: translateY(0);
  display: none;
  right: 0;
  top: 100%;
  width: 100%;
  height: 100vh;
  transition: transform 0.5s ease;
  box-shadow: 0px 0px 19px rgba(2, 28, 34, 0.2);
  overflow: auto;
  scrollbar-width: none;
}
.header-cross .global-nav::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .header-cross .global-nav {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header-cross .global-nav {
    width: 30%;
    padding: 2rem 2.875rem;
    border-radius: 0.75rem 0 0 0.75rem;
  }
}
.header-cross .global-nav--open {
  transform: translateY(0);
  animation-duration: 0.5s;
  animation-name: visibilityHidden;
  animation-fill-mode: forwards;
  display: inline-block;
}
@keyframes visibilityHidden {
  from {
    opacity: 0;
    transform: scale(0.98) translateY(-2px);
  }
  to {
    display: block;
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.header-cross .global-nav__language {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1rem;
}
.header-cross .global-nav__language .gtranslate {
  display: flex;
  align-items: center;
}
.header-cross .global-nav__language .gtranslate a {
  width: 44px;
  height: 44px;
}
.header-cross .global-nav__language .gtranslate .option-lenguage {
  width: 44px;
  height: 44px;
}
.header-cross
  .global-nav__language
  .gtranslate
  .option-lenguage.active::before {
  background-color: #e2e5f3;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 10px;
  top: 0;
  margin: 0;
}
.header-cross .global-nav__donate {
  background-color: #daf1fb;
  border-radius: 1rem;
  text-align: center;
  padding: 0.875rem;
  margin-bottom: 1rem;
}
.header-cross .global-nav__donate .menu,
.header-cross .global-nav__donate ul {
  list-style: none;
}
.header-cross .global-nav__user {
  display: flex;
  background-color: #e2e5f3;
  border-radius: 1rem;
  width: 100%;
  justify-content: center;
  padding: 0.875rem 0;
  margin-bottom: 1rem;
}
.header-cross .global-nav__user__image {
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.header-cross .global-nav__user__image-user {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.header-cross .global-nav__user__image .icon,
.header-cross .global-nav__user__image svg,
.header-cross .global-nav__user__image img {
  width: 2rem;
  height: 2rem;
}

.header-cross .global-nav__user__image .icon:last-child,
.header-cross .global-nav__user__image svg:last-child,
.header-cross .global-nav__user__image img:last-child {
  width: 1.25rem;
  fill: #001698;
}

.header-cross .global-nav__campuses {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.header-cross .global-nav__campuses .menu,
.header-cross .global-nav__campuses ul {
  list-style: none;
}
.header-cross .global-nav .header__register,
.header-cross .global-nav .header__login {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;

}

@media (min-width: 768px) {
  .header-cross .global-nav .header__register,
  .header-cross .global-nav .header__login {
    font-size: 1rem;
  }
}
.header-cross .global-nav .header__register:hover,
.header-cross .global-nav .header__login:hover {
  color: #12b7fe;
}
.header-cross .global-nav .header__image {
  width: 2.625rem;
  min-width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  overflow: hidden;
}
.header-cross .global-nav .header__image-user {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.header-cross .global-nav .header__info {
  font-size: 0.875rem;
  font-weight: 500;
  margin: 0;
  color: #fff;

}

@media (min-width: 768px) {
  .header-cross .global-nav .header__info {
    font-size: 1rem;
  }
}
.header-cross .global-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  z-index: 10;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  opacity: 1;
}
.header-cross .global-menu--sub {
  display: block;
  border-bottom: none;
  height: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 1rem;
  background-color: #f2f4f8;
  padding: 0;
  position: static;
}
@media (min-width: 1024px) {
  .header-cross .global-menu--sub {
    background-color: var(--c-highlight-high);
    display: none;
    height: auto;
    left: 0;
    overflow: visible;
    padding: 1rem 0;
    position: absolute;
    top: 55px;
    width: 315px;
    z-index: 1;
    font-size: 1rem;
    opacity: 0.6;
  }
}
@media (min-width: 1024px) {
  .header-cross .global-menu--sub:hover {
    opacity: 1;
    background-color: var(--c-accent-high);
    transition: all 0.2s;
  }
  .header-cross .global-menu--sub:hover .global-menu__link--sub {
    color: var(--c-highlight);
  }
  .header-cross .global-menu--sub:hover .global-menu__link--sub.active,
  .header-cross .global-menu--sub:hover .global-menu__link--sub:active,
  .header-cross .global-menu--sub:hover .global-menu__link--sub:hover {
    color: var(--c-background);
    background-color: var(--c-accent-high);
  }
}
.header-cross .global-menu--sub-open {
  height: auto;
  padding: 1.25rem 0.875rem 0;
}
@media (min-width: 1024px) {
  .header-cross .global-menu--sub-2 {
    display: none;
  }
}
.header-cross .global-menu__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.header-cross .global-menu__item:last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .header-cross .global-menu__item {
    border-top: none;
  }
  .header-cross .global-menu__item:not(.main-menu__item--sub):hover {
    background-color: var(--c-accent-high);
    transition: all 0.2s;
  }
  .header-cross
    .global-menu__item:not(.main-menu__item--sub):hover
    > .main-menu--sub {
    display: block;
  }
}
.header-cross .global-menu__item:hover .main-menu__link::after {
  color: var(--c-text);
}
.header-cross .global-menu__item--with-sub {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .header-cross .expand-sub {
    display: none;
  }
}
@media (min-width: 1024px) {
  .header-cross .global-menu__item--sub {
    display: block;
  }
  .header-cross .global-menu__item--sub:not(:first-child) {
    border-top: 1px solid var(--c-highlight);
  }
}
.header-cross .global-menu__link {
  width: -moz-max-content;
  width: max-content;
  color: #65717b;
  display: block;
  font-size: 1rem;
  padding: 0.25rem;
  text-decoration: none;
  font-weight: 400;
  font-weight: 650;
  line-height: 1.1875rem;
  text-align: left;
  margin-bottom: 1.5625rem;
}
.header-cross .global-menu__link::first-letter {
  text-transform: uppercase;
}
.header-cross .global-menu__link--with-sub {
  width: auto;
  margin-bottom: 1.5625rem;
}
.header-cross .global-menu__link.is-active,
.header-cross .global-menu__link:active,
.header-cross .global-menu__link:hover {
  color: #12b7fe;
}
@media (min-width: 1024px) {
  .header-cross .global-menu__link {
    border-bottom: none;
    display: inline-block;
    font-size: 1rem;
    padding: 0 0.25rem;
    text-transform: none;
    position: relative;
    width: auto;
  }
  .header-cross .global-menu__link::after {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    margin: auto;
  }
  .header-cross .global-menu__link.is-active,
  .header-cross .global-menu__link:active,
  .header-cross .global-menu__link:hover {
    color: #12b7fe;
  }
  .header-cross .global-menu__link.is-active::after,
  .header-cross .global-menu__link:active::after,
  .header-cross .global-menu__link:hover::after {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: #001698;
    display: block;
    margin: auto;
  }
  .header-cross .global-menu__link--sub::after {
    display: none;
  }
  .header-cross .global-menu__link:hover {
    color: #12b7fe;
  }
}
.header-cross .global-menu__link--sub {
  color: #000f65;
  padding-left: 3rem;
  font-weight: bold;
  width: auto;
}
@media (min-width: 1024px) {
  .header-cross .global-menu__link--sub {
    color: var(--c-highlight);
    display: block;
    padding: 0.5rem 1rem;
  }
}
.header-cross .global-menu--sub-2 {
  background-color: var(--c-highlight-high);
}
.header-cross .global-menu__link--sub-2 {
  padding-left: 3rem;
}
.header-cross .main-nav {
  display: none;
}
@media (min-width: 1024px) {
  .header-cross .main-nav {
    display: block;
  }
}
.header-cross .main-nav--open {
  top: 0;
  overflow: initial;
  padding-top: 200px;
  background-color: #fafafb;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2;
}
.header-cross .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .header-cross .main-menu {
    border-bottom: none;
  }
}
.header-cross .main-menu--sub {
  border-bottom: none;
  height: 0;
  overflow: hidden;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .header-cross .main-menu--sub {
    display: none;
    height: auto;
    left: 0;
    overflow: visible;
    padding: 1rem 0;
    position: absolute;
    top: 100%;
    width: 265px;
    z-index: 1;
    font-size: 1rem;
    opacity: 1;
    background-color: #f2f4f8;
    border-radius: 1rem;
  }
}
@media (min-width: 1024px) {
  .header-cross .main-menu--sub:hover {
    opacity: 1;
    transition: all 0.2s;
    background-color: #f2f4f8;
  }
  .header-cross .main-menu--sub:hover .main-menu__link--sub {
    color: #65717b;
    cursor: pointer;
  }
  .header-cross .main-menu--sub:hover .main-menu__link--sub.active,
  .header-cross .main-menu--sub:hover .main-menu__link--sub:active,
  .header-cross .main-menu--sub:hover .main-menu__link--sub:hover {
    color: #001698;
  }
}

.header-cross .main-menu--sub:hover .main-menu__link.is-active::after,
.header-cross .main-menu--sub:hover .main-menu__link:active::after,
.header-cross .main-menu--sub:hover .main-menu__link:hover::after {
  display: none;
}

.header-cross .main-menu--sub-open {
  height: auto;
}
@media (min-width: 1024px) {
  .header-cross .main-menu--sub-2 {
    display: none;
  }
}
.header-cross .main-menu__item {
  border-top: 1px solid;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0;
}
@media (min-width: 1024px) {
  .header-cross .main-menu__item {
    border-top: none;
    display: inline-block;
    margin: 0 0.9rem;
  }
  .header-cross .main-menu__item:not(.main-menu__item--sub):hover {
    background-color: var(--c-accent-high);
    transition: all 0.2s;
  }
  .header-cross
    .main-menu__item:not(.main-menu__item--sub):hover
    > .main-menu--sub {
    display: block;
  }
}
.header-cross .main-menu__item:hover .main-menu__link::after {
  color: var(--c-text);
}
.header-cross .expand-sub {
  background-color: var(--c-accent-high);
  cursor: pointer;
  display: block;
  width: 24px;
  color: var(--c-text-inverse);
  position: relative;
  margin-bottom: 1.5625rem;
}
@media (min-width: 1024px) {
  .header-cross .expand-sub {
    display: none;
  }
}
.header-cross .expand-sub::after {
  right: 50%;
  top: 50%;
  border: none;
  content: "";
  background-image: url("../images/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: -12px;
  margin-top: -6px;
  position: static;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
}
.header-cross .expand-sub--open {
  background-color: var(--c-accent-high);
  color: var(--c-muted);
}
.header-cross .expand-sub--open::after {
  transform: rotate(180deg);
  border: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .header-cross .main-menu__item--sub {
    display: block;
    background-color: transparent;
  }
  .header-cross .main-menu__item--sub:first-child {
    margin-left: 1rem;
  }
  .header-cross .main-menu__item--sub:not(:first-child) {
    border-top: 1px solid var(--c-highlight);
  }
}
.header-cross .main-menu__link {
  color: #65717b;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.25rem;
  text-decoration: none;
  font-weight: 400;
  text-shadow: 0 0 0 #12b7fe;
  transition: text-shadow 0.3s;
}
.header-cross .main-menu__link--with-sub {
  width: 80%;
}
@media (min-width: 1024px) {
  .header-cross .main-menu__link {
    border-bottom: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 0.25rem;
    text-transform: none;
    position: relative;
    width: auto;
  }
  .header-cross .main-menu__link::after {
    content: "";
    width: 30px;
    height: 3px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    margin: auto;
  }
  .header-cross .main-menu__link.is-active,
  .header-cross .main-menu__link:active,
  .header-cross .main-menu__link:hover {
    color: #001698;
    transition: all 0.3s;
    transform: scale(1.001);
    font-weight: 600;
  }
  .header-cross .main-menu__link.is-active::after,
  .header-cross .main-menu__link:active::after,
  .header-cross .main-menu__link:hover::after {
    content: "";
    width: 13px;
    height: 3px;
    border-radius: 5px;
    background-color: #5ac3f0;
    display: block;
    margin: auto;
  }
  .header-cross .main-menu__link--sub::after {
    display: none;
  }
  .header-cross .main-menu__link:hover {
    color: #001698;
  }
}
.header-cross .main-menu__link--sub {
  color: var(--c-accent);
  padding-left: 3rem;
  font-weight: normal;
}
@media (min-width: 1024px) {
  .header-cross .main-menu__link--sub {
    color: var(--c-highlight);
    display: block;
    padding: 0.5rem 1rem;
  }
}
.header-cross .main-menu--sub-2 {
  background-color: var(--c-highlight-high);
}
.header-cross .main-menu__link--sub-2 {
  padding-left: 3rem;
}

#algoliaResults {
  padding: 2rem 3rem;
  background: #fafafb;
  position: fixed;
  top: 150px;
  width: 100vw;
  height: calc(100vh - 150px);
  z-index: 99;
  overflow-y: auto;
  background-image: url(../images/bg.svg);
  background-position: top 90px right -60px;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 1024px) {
  #algoliaResults {
    top: 120px;
    height: calc(100vh - 120px);
    padding: 2rem;
  }
}

@media (max-width: 680px) {
  #algoliaResults {
    padding: 2rem 1rem;
  }
}

body.toolbar-horizontal #algoliaResults {
  top: 190px;
  height: calc(100vh - 190px);
}

body.toolbar-horizontal.toolbar-tray-open #algoliaResults {
  top: 229px;
  height: calc(100vh - 229px);
}

#algoliaResults .results-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

@media (max-width: 1024px) {
  #algoliaResults .results-top {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}

#algoliaResults .results-top .results-close {
  color: #001dcb;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

@media (max-width: 1024px) {
  #algoliaResults .results-top .results-close {
    align-self: flex-end;
    font-size: 1rem;
  }
}

#algoliaResults .results-top .results-close::after {
  content: " ";
  display: inline-block;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: auto;
  height: 32px;
  width: 32px;
}

#algoliaResults .results-filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 780px) {
  #algoliaResults .results-filter {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
  }
}

#algoliaResults .results-filter__item {
  display: flex;
  font-weight: 600;
  gap: 0.5rem;
  align-items: center;
}

@media (max-width: 780px) {
  #algoliaResults .results-filter__item {
    flex-direction: column;
    align-items: flex-start;
  }
  #algoliaResults .results-filter__item,
  #algoliaResults #resultsFilter,
  #algoliaResults #resultsSort {
    width: 100%;
  }
}

#algoliaResults .results-filter__item select {
  background: #fff;
  border: 2px solid #dedede;
  padding: 10px 50px 10px 8px;
  border-radius: 16px;
  background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: right 8px center;
  appearance: none;
}

@media (max-width: 780px) {
  #algoliaResults .results-filter__item select {
    width: 100%;
  }
}

#algoliaResults #resultsFilter .ais-RefinementList-list {
  list-style: none;
  display: flex;
  gap: 25px;
}

#algoliaResults #resultsFilter .ais-RefinementList-label {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: #283645;
}

#algoliaResults #resultsFilter span.ais-RefinementList-count::before {
  content: "(";
}

#algoliaResults #resultsFilter span.ais-RefinementList-count::after {
  content: ")";
}

#algoliaResults .ais-Hits.ais-Hits--empty {
  color: transparent;
}

#algoliaResults .ais-Hits.ais-Hits--empty::before {
  content: "Tu búsqueda no arrojó resultados.";
  color: #5a5a5a;
  font-size: 20px;
  font-weight: 200;
}

body.no-scroll {
  overflow: hidden;
}

.header-cross input[type="search"]::-webkit-search-cancel-button,
.header-cross input[type="search"]::-webkit-search-clear-button {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.header-cross .toggle-expand--open .toggle-expand__open {
  display: inline-block;
}

.header-cross .main-menu__item--with-sub:hover {
  position: relative;
}

@media (min-width: 1300px) {
  .header-cross .main-menu__item--with-sub:hover {
    position: relative;
  }
}

.global-nav-container {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-movil-menu-user a {
  justify-content: center;
}
