/* Start custom CSS for eduraheader, class: .elementor-element-57ddb90 */.header-logo img {
  max-height: 50px!important;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-055a267 */@media (max-width: 992px) {
  /* Mostrar el Aula Virtual (antes estaba oculto) */
  .header-links .d-none.d-lg-inline-block {
    display: block !important;
  }

  /* Cambiar el orden de los elementos */
  .header-links ul {
    display: flex;
    flex-direction: column;
  }

  .header-links ul li:first-child {
    order: 3;
    display: none!important; 
  }

  .header-links ul li:last-child {
    order: 1;
  }
}/* End custom CSS */