.w-bg {
  position: relative;
  background: var(--primary-blue-adistec);
}

.w-bg header {
  background: transparent;
  transition: all 0.3s ease;
}

.w-bg header.fixed {
  position: fixed;
}

html {
  scroll-behavior: smooth;
}

header {
  background: transparent;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

header .head-top {
  height: 51px;
  background: var(--primary-blue-adistec);
  padding-left: 50px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 999;
  transition: all 0.3s ease;
}

header.fixed {
  position: fixed;
  width: 100%;
}

header .edu-top {
  display: flex;
  background: #f0f0f0;
  height: 39px;
  transition: all 0.3s ease;
}

.w-bg header .edu-top .col-md-3 {
  position: relative;
  top: 2px;
  left: 15px;
}

.w-bg header .edu-top .col-md-3 img {
  width: 60px;
  height: auto;
}

header .edu-top .logo_edu {
  display: flex;
  justify-content: center;
  height: -webkit-fill-available;
  gap: 0 3px;
  padding-left: 12px;
}

header .edu-top .logo_edu img.logo_edunew_shadow {
  width: 18px;
  height: 18px;
  align-self: center;
  border-radius: 35px;
  box-shadow: 0px 0px 19.6px 0px rgba(0, 0, 0, 0.2);
}

header .edu-top .logo_edu img.logo_edunew_text {
  width: 57px;
  height: 17px;
  align-self: center;
}

img.button-edu-mobile.closed {
  display: none !important;
}

header .edu-top nav.col-md-8.menu-edu-desktop.open {
  display: inline-grid !important;
  background: var(--light-blue-background);
  position: absolute;
  z-index: 2;
  width: 100%;
  min-height: 112px;
}

header nav.menu-edu-desktop {
  display: none;
}

header .edu-top nav.menu-edu-desktop {
  top: 38px;
  display: none;
  align-self: center;
}

header .edu-top .menu-edu-desktop.open .menuNav-edu ul li {
  list-style-type: none;
  white-space: nowrap;
  text-align: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li:hover img {
  display: inline-flex;
  width: 23px;
  height: auto;
}

header .edu-top .menuNav-edu ul {
  display: flex;
  flex-direction: column;
  padding-top: 15px;
  grid-gap: 0;
  min-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 20px;
  gap: 15px 15px;
  height: -moz-fit-content;
  height: fit-content;
  justify-items: center;
  justify-content: center;
}

header .edu-top .idioma .lista-idiomas a {
  text-decoration: none;
}

header .head-top .menuNav ul li .submenu .wrap {
  max-width: 100%;
  width: 1190px;
  padding: 0 40px;
  margin: 0 auto;
}

header .edu-top .menu-edu-desktop.open .menuNav-edu ul li ul li span.submenu-title {
  color: var(--primary-blue-adistec) !important;
  display: block;
  padding: 15px 0px 5px;
  position: relative;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px;
  text-align: center;
}

header .edu-top .menu-edu-desktop.open .menuNav-edu ul li ul li a {
  padding: 15px 5px 10px 20px;
  width: 100%;
}

header .edu-top .menu-edu-desktop.open .menuNav-edu ul li ul.submenu-edu {
  background: rgb(255, 255, 255);
  max-width: 50px;
  padding: 0;
  min-width: 157px;
  z-index: 99;
  position: absolute;
  border: 1.5px solid rgb(211, 228, 246);
  margin-left: -20px;
  border-radius: 0px 0px 5px 5px;
}

header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li img {
  float: right;
  display: none;
}

nav ul li a {
  display: block;
  color: var(--white);
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize !important;
  text-decoration: none;
}

ul.submenu {
  display: none;
}

li.Home {
  height: 82px;
  padding: 0;
  margin: 0;
}

li.Home a img {
  width: 45px;
  height: 35px;
}

li.Home.dropdown {
  height: 82px;
  padding: 0;
  margin: 0;
}

li.Home.dropdown a {
  padding: 30px 22px 15px 38px !important;
}

h2#contact {
  scroll-margin-top: 140px;
}

header .edu-top nav.menuNav-edu ul li {
  border: 1px solid var(--primary-blue-adistec);
  border-radius: 5px;
}

header .edu-top nav.menuNav-edu ul li a {
  border-radius: 5px;
  color: var(--primary-blue-adistec);
  padding: 5px 20px;
}

header .edu-top nav.menuNav-edu ul li a:not(.contact-button):hover {
  background: var(--light-blue-hover);
}

header nav.menu-mobile.visible {
  top: 50px;
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
  overflow-y: scroll;
}

header .head-top .btn-menu span {
  width: 28px;
  height: 2px;
}

.btn-menu span {
  margin: 6px 0 !important;
}

header .head-top .btn-menu {
  display: block;
  top: 0px;
  left: 0px;
  z-index: 999;
  padding: 11px 13px;
  position: absolute;
  transition: padding 0.2s ease;
}

header .head-top .btn-menu.open .logo img {
  display: none;
}

header .head-top .btn-menu.open ~ .col-md-3 a.logo img {
  display: none;
}

header .head-top .btn-menu.open {
  padding: 25px 45px;
}

header .edu-top .btn-edu {
  align-self: center;
  padding-left: 17px;
  padding-right: 13px;
}

header .logo {
  display: flex;
  max-height: 27px;
  justify-content: start;
  transition: all 0.3s ease;
  padding-left: 10px;
}

header .logo img {
  transition: all 0.3s ease;
  transform-origin: left;
  width: 83px;
  height: 24px;
}

header nav.menuNav-edu ul li.btn-edu-contact {
  border: 1px solid var(--primary-blue-adistec);
  background: var(--primary-blue-adistec);
  border-radius: 5px;
  color: var(--white);
  margin: 0;
  align-items: center;
}

header nav.menuNav-edu ul li.btn-edu-contact a.contact-button {
  color: var(--white) !important;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .edu-top .btn-edu img.button-edu-mobile {
  display: flex;
  width: 16px;
}

header .edu-top .btn-edu img.button-edu-mobile-open {
  display: none;
}

header .edu-top .btn-edu img.button-edu-mobile-open.open {
  display: flex;
  width: 16px;
}

header .edu-top .idioma {
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
  justify-content: end;
  color: var(--primary-blue-adistec);
  position: absolute;
  right: 30px;
}

header .edu-top .idioma .idioma-actual {
  cursor: pointer;
}

header .edu-top .idioma .lista-idiomas {
  display: flex;
  flex-flow: column;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -30px;
  left: auto;
  width: 100vw;
  border-radius: 0;
  top: 25px;
  text-align: center;
  background: var(--light-blue-background);
  z-index: 1;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

header .edu-top .idioma .lista-idiomas.visible {
  opacity: 1;
  visibility: visible;
}

header .head-top .btn-adistec {
  display: inline-block;
  color: var(--white);
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 4px 20px;
  margin-left: 40px;
  text-transform: uppercase;
}

header .head-top .btn-menu span {
  width: 26px;
  height: 2px;
  background-color: var(--white);
  transition: 0.4s;
  display: block;
}

header nav .submenu-small {
  width: 250px;
  position: absolute;
  background: var(--white);
  left: auto;
  margin: 0;
  display: block;
  padding-left: 0;
  display: none;
  margin-left: -75px;
  box-shadow: 0px 5px 13px -4px rgba(0, 0, 0, 0.65);
}

.submenu-small li a {
  padding: 13px 0;
  color: var(--primary-blue-adistec) !important;
  text-transform: none !important;
  text-align: center !important;
}

#sub-small.submenu-small li a:after {
  content: "";
  height: 4px;
  left: 0;
  bottom: 0px;
  right: 0px;
  display: block;
  position: absolute;
  background: #eff3ff;
  opacity: 0;
}

nav.menuNav {
  display: none;
}

header nav.menu-mobile {
  display: block;
  position: absolute;
  top: 55px;
  transform: translateY(-100%);
  right: 0px;
  width: 100%;
  height: auto;
  z-index: 99;
  background: var(--primary-blue-adistec);
  padding: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  opacity: 0;
}

header nav.menu-mobile.visible {
  top: 50px;
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
  overflow-y: scroll;
  height: 80vh;
}

header nav.menu-mobile ul {
  display: block;
  margin: 0;
  padding: 0;
}

header nav.menu-mobile ul li {
  display: block;
  margin: 0;
  position: relative;
  background: var(--primary-blue-adistec);
  line-height: 22px;
}

header nav.menu-mobile ul li .submenu {
  position: relative;
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  background: var(--primary-blue-adistec);
  padding-left: 0;
}

header nav.menu-mobile ul li a {
  font-size: 16px;
  padding: 28px 30px 28px 40px;
  display: block;
  position: relative;
  border: none;
  background: var(--primary-blue-adistec);
}

header .edu-top .menu-edu-desktop nav.menuNav-edu ul li:hover .submenu-edu {
  display: block !important;
}

header .edu-top nav.menuNav-edu ul.submenu-edu li {
  border-bottom: 1.5px solid var(--light-blue);
}

header nav ul li:hover a:after {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  header .head-top {
    height: 120px;
    justify-content: flex-end;
    justify-content: left;
    padding-left: 80px;
  }
  header .edu-top {
    height: 88px;
  }
  header .logo {
    max-height: 40px;
    max-width: unset;
    min-width: 141px;
  }
  header .logo img {
    width: 100%;
    height: auto;
  }
  header .edu-top .btn-edu {
    padding-left: 35px;
    padding-right: 0px;
  }
  header .edu-top .btn-edu img.button-edu-mobile {
    width: 36px;
  }
  header .edu-top .logo_edu {
    width: 100%;
    margin-left: 0;
  }
  header .edu-top .idioma {
    font-size: 24px;
    right: 50px;
  }
  .w-bg header .edu-top .col-md-3 img {
    width: 125px;
    height: auto;
  }
  .w-bg header .edu-top .col-md-3 {
    position: relative;
    top: 10px;
    left: 30px;
    flex: 0 0 auto;
    max-width: 25%;
  }
  header .edu-top nav.col-md-8.menu-edu-desktop.open {
    min-height: 120px;
    align-items: center;
  }
  header .head-top .btn-menu {
    top: 3px;
    left: 7px;
    padding: 25px 18px;
  }
  header .head-top .btn-menu span {
    margin: 13px 0 !important;
    width: 58px;
    height: 4px;
  }
  header .edu-top .col-md-3 a img.logo_edunew {
    width: 100%;
    height: 100px;
  }
  header .edu-top nav.menu-edu-desktop {
    top: 87px;
  }
  header .edu-top .idioma .lista-idiomas {
    top: 51px;
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    right: -50px;
  }
  header .edu-top .btn-edu img.button-edu-mobile-open.open {
    width: 36px;
  }
  header .edu-top .menuNav-edu ul {
    padding: 0;
    flex-direction: row;
  }
  header nav ul li a {
    width: 70%;
  }
  header .edu-top nav.menuNav-edu ul li a {
    padding: 10px 25px;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }
  header .edu-top .menu-edu-desktop nav.menuNav-edu ul li:hover .submenu-edu {
    min-width: 205px;
    margin-left: -35px;
  }
  header .edu-top .menu-edu-desktop.open .menuNav-edu ul li {
    justify-content: unset;
    width: auto;
  }
  header .edu-top .menu-edu-desktop.open .menuNav-edu ul li ul li span.submenu-title {
    padding: 20px 0px 10px;
    font-size: 14px !important;
    display: none;
  }
  header .edu-top .menu-edu-desktop.open .menuNav-edu ul li ul li a {
    padding: 20px 0px 20px 15px;
    width: 100%;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 18px;
  }
  header nav.menu-mobile.visible {
    top: 90px;
  }
  .menu-mobile.visible ul li a {
    font-size: 20px !important;
    line-height: 22px;
    font-weight: 700 !important;
  }
  header .edu-top .menu-edu-desktop nav.menuNav-edu ul li:hover .submenu-edu {
    min-width: 205px;
    margin-left: -35px !important;
  }
  header .edu-top .logo_edu img.logo_edunew_text {
    width: 120px;
    height: auto;
    align-self: center;
  }
  header .edu-top .logo_edu img.logo_edunew_shadow {
    width: 37px;
    height: 37px;
    align-self: center;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li a:hover {
    /*padding: 17px 0px 17px 12px;*/
  }
  header .edu-top nav.menuNav-edu ul.submenu-edu li {
    border-radius: 5px;
    padding: 0px 25px 0px 13px;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li:nth-child(4) a {
    gap: 0 45px;
  }
  h2#contact {
    scroll-margin-top: 205px;
  }
}
@media only screen and (min-width: 1200px) {
  header .head-top.short {
    height: 70px;
  }
  header .edu-top.short {
    height: 70px;
  }
  .w-bg header .edu-top .col-md-3 {
    left: 10px;
    top: 6px;
  }
  .w-bg header .edu-top .col-md-3 img {
    width: 138px;
    height: auto;
  }
  header .edu-top .idioma .lista-idiomas:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header .edu-top .idioma .lista-idiomas {
    text-align: center;
    position: absolute;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    top: calc(100% + 20px);
    width: 110px;
    left: 25px;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 5px 13px -4px rgba(0, 0, 0, 0.65);
  }
  header .edu-top .idioma {
    right: 30px;
    font-size: 14px;
  }
  header .edu-top .idioma .idioma-actual {
    right: 30px;
    position: relative;
    font-size: 14px;
    line-height: 13px;
    padding-top: 5px;
  }
  header .head-top {
    padding: 0px !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: end;
    padding-left: 80px;
    height: 88px;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  header .logo {
    padding: 0;
    position: relative;
    float: inline-start;
    left: 50px;
  }
  header .logo img {
    width: unset !important;
  }
  header .edu-top .col-md-3 {
    width: 18%;
  }
  header .edu-top .logo_edu {
    height: 100%;
    margin-left: 0 !important;
    width: unset !important;
    align-items: center;
    top: 0 !important;
    float: inline-start;
    gap: 0 5px;
    left: 10px;
    position: relative;
  }
  header .edu-top .logo_edu img.logo_edunew_shadow {
    width: 32px;
    height: auto;
  }
  header .edu-top .logo_edu img.logo_edunew_text {
    width: 101px;
    align-self: center;
  }
  header .edu-top .idioma .lista-idiomas a {
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
  }
  header nav ul li a {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 26px;
    text-transform: capitalize !important;
    text-decoration: none;
    display: block;
    padding: 5px 15px 15px;
    color: var(--white);
  }
  header .head-top .menuNav {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
    transition: all 0.3s ease;
    justify-content: space-around;
    align-self: center;
    justify-content: space-evenly;
    justify-content: center;
    margin-left: -60px;
  }
  header .head-top nav.menuNav ul {
    display: flex;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: center;
    list-style: none;
    margin: 0 0 -40px 0px;
    padding-left: 0;
    transition: all 0.3s ease;
    text-align: justify;
    gap: 0 15px;
    padding-bottom: 10px;
  }
  header .head-top .menuNav ul li .submenu {
    display: none;
  }
  header .head-top .menuNav ul li ul.submenu-small {
    display: none;
  }
  header nav.menuNav ul li:nth-child(1) a.no-link,
  .menuNav ul li:nth-child(1) a.no-link {
    cursor: pointer;
  }
  header nav ul li a {
    width: auto;
    white-space: nowrap;
  }
  header .edu-top .menuNav-edu ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    width: unset;
    justify-content: right;
    max-width: unset;
    margin-left: 0px;
    flex-direction: row;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li a {
    line-height: 21px !important;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
  }
  header .edu-top .menuNav-edu ul li.btn.btn-edu-voucher {
    border: 1px solid #0d32ac;
    background: transparent;
    border-radius: 5px;
    color: var(--white);
    padding: 0 !important;
    margin-left: 15px !important;
    margin-bottom: 8px;
    min-width: 132px;
    height: 36px;
  }
  header .head-top .menuNav ul li a:after {
    content: "";
    height: 4px;
    left: 0;
    bottom: 0px;
    right: 0px;
    display: block;
    position: absolute;
    background: #eff3ff;
    opacity: 0;
  }
  header .head-top .menuNav ul li:hover a:after {
    opacity: 1;
  }
  header .edu-top .menuNav-edu ul li:hover a:after {
    opacity: 1;
  }
  header nav.menu-edu-desktop {
    display: inline-grid !important;
    align-content: center;
  }
  header .head-top .menuNav ul li a:after {
    background: #eff3ff;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li.btn-edu-contact a:after {
    content: unset;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li.btn-edu-contact:hover {
    background: var(--primary-blue-hover-adistec);
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li.btn-edu-voucher a:after {
    content: unset;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li.btn-edu-voucher a:hover {
    background: #44b0f1;
    height: 100%;
    border-radius: 5px;
    color: var(white);
    padding-top: 6px;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li.btn-edu-voucher:hover {
    border: none;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li ul.submenu-edu {
    display: none !important;
    width: 204px !important;
    position: absolute;
    background: #ffffff;
    left: auto;
    margin-left: -45px !important;
    text-align: start;
    box-shadow: 0px 0px 32px 0px rgba(84, 84, 84, 0.14);
    border-radius: 0px 0px 5px 5px;
    z-index: 999;
    padding-top: 0px !important;
  }
  header .edu-top .menu-edu-desktop nav.menuNav-edu ul li:hover .submenu-edu {
    min-width: 205px;
    margin-left: -45px !important;
    padding-left: 10px;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li span.submenu-title {
    display: block;
    padding: 10px 0 10px 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    justify-self: center;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li a:after,
  header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li span:after {
    height: unset;
    background: unset;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li a {
    padding: 10px 0px 10px 10px;
    font-size: 14px !important;
    font-weight: 700 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li a:hover {
    background: var(--light-blue);
    border-radius: 5px;
  }
  header .edu-top nav.menuNav-edu ul.submenu-edu li {
    border-radius: 5px;
    padding: 0 8px 0 0;
    padding-top: 3px;
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 3px;
    min-height: 50px;
  }
  header .head-top .menuNav ul li .submenu {
    position: absolute;
    left: 0;
    width: 100%;
    background: #eff3ff;
    z-index: 99;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
  }
  header .head-top .menuNav ul li:hover .submenu {
    max-height: 1000px;
    transition: max-height 0.25s ease-in;
    box-shadow: 0px 0px 8px 0px rgba(143, 144, 148, 0.6);
    display: block;
  }
  header .head-top .menuNav ul li .submenu .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    padding-top: 30px;
    padding-bottom: 10px;
    transition: all 0.3s ease;
  }
  header .head-top .menuNav ul li .submenu .wrap .item-submenu {
    width: 33%;
    padding: 0px 40px 0;
    min-height: 250px;
    max-height: 250px;
    box-sizing: border-box;
  }
  header .head-top .menuNav ul li .submenu .wrap .item-submenu .adis-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: start;
  }
  header nav .submenu .wrap .item-submenu img {
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 30px;
  }
  header nav .submenu .wrap .item-submenu p {
    font-size: 13px;
    line-break: anywhere;
    line-height: 15px;
  }
  header nav .submenu .wrap .item-submenu h4 {
    font-size: 18px;
    color: var(--primary-blue-adistec);
    font-weight: bold;
    margin: 0;
  }
  header .head-top .menuNav ul li .submenu .wrap .item-submenu a.ver-mas {
    font-size: 12px !important;
    font-weight: bold;
    color: var(--primary-bu);
    text-transform: uppercase !important;
    padding-left: 0;
    width: 43%;
  }
  header nav ul li:hover .submenu-small {
    display: block !important;
  }
  header .head-top .menuNav ul li ul.submenu-small {
    width: 250px;
    position: absolute;
    background: var(--white);
    left: auto;
    margin: 0;
    display: block;
    padding-left: 0;
    display: none;
    margin-left: -70px;
    box-shadow: 0px 5px 13px -4px rgba(0, 0, 0, 0.65);
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li img {
    float: right;
    display: none;
    margin-right: 15px;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li:hover img {
    display: inline-flex;
    width: 23px;
    height: auto;
    align-self: center;
  }
  header .head-top .menuNav ul li ul.submenu-small li a {
    font-size: 14px !important;
  }
  header .edu-top .menu-edu-desktop .menuNav-edu ul li ul li:nth-child(4) a {
    gap: 0;
  }
  header .head-top .btn-menu {
    display: none;
  }
  header .edu-top .btn-edu img.button-edu-mobile {
    display: none;
  }
  h2#contact {
    scroll-margin-top: 180px;
  }
}
@media only screen and (min-width: 1400px) {
  header .head-top nav.menuNav ul {
    gap: 0 70px;
  }
  header .edu-top .idioma .lista-idiomas {
    left: 75px;
  }
}
html body header .menuNav-edu.f1 li.has-submenu {
  position: relative;
}
html body header .menuNav-edu.f1 li.has-submenu:hover ul.submenu {
  display: flex;
}
html body header .menuNav-edu.f1 li.has-submenu ul.submenu {
  display: none;
  position: absolute;
  flex-direction: column;
  gap: 0;
  top: calc(100% + 1px);
  padding: 0;
  margin: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  align-items: unset;
  min-width: unset;
  z-index: 2;
}
html body header .menuNav-edu.f1 li.has-submenu ul.submenu li {
  border: none !important;
  background: #f0f0f0 !important;
  border-radius: 0 !important;
}
html body header .menuNav-edu.f1 li.has-submenu ul.submenu li:hover {
  background: #dddddd !important;
}
html body header .menuNav-edu.f1 li.has-submenu ul.submenu a {
  padding-left: 0;
}
html body header .menuNav-edu.f1 li.has-submenu ul.submenu a:link {
  justify-content: center;
  font-weight: normal !important;
  line-height: normal !important;
}

@media (any-pointer: coarse) {
  html body header .menuNav-edu.f1 li.has-submenu ul.submenu.hide-on-touch-devices {
    display: none !important;
  }
}/*# sourceMappingURL=header-components.css.map */