.text_menu-movil {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: hsl(0, 0%, 20%);
  position: absolute;
  left: 18px;
  top: 25px;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
  background: transparent;
  border: none;
}

button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.hamburger {
  position: fixed;
  background-color: hsl(49, 100%, 50%);
  right: 0px;
  top: 0;
  /*height: 70px;*/
  width: 120px;
  padding: 28px 20px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.hamburger.is-active {
  background-color: none;
}

._layer {
  background: hsl(0, 0%, 20%);
  margin-bottom: 2.2px;
  border-radius: 2px;
  width: 28px;
  height: 2px;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  position: relative;
  left: 45px;
  top: 2px;
}

.hamburger:hover .-top {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.hamburger:hover .-bottom {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.hamburger.is-active .-top {
  -webkit-transform: translateY(200%) rotate(45deg) !important;
  -ms-transform: translateY(200%) rotate(45deg) !important;
  transform: translateY(200%) rotate(45deg) !important;
}

.hamburger.is-active .-mid {
  opacity: 0;
}

.hamburger.is-active .-bottom {
  -webkit-transform: translateY(-200%) rotate(135deg) !important;
  -ms-transform: translateY(-200%) rotate(135deg) !important;
  transform: translateY(-200%) rotate(135deg) !important;
}

.menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
}

.menuppal {
  background-color: hsl(49, 100%, 50%);
  bottom: 0;
  height: 100%;
  right: -16px;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(100%, 0%, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 600px;
  z-index: 1001;
  padding: 70px 100px 70px 10px;
}

.menuppal ul {
  margin: 0;
  padding: 0;
}

.menuppal ul li {
  padding: 0px;
  list-style: none;
  text-align: left;
  /* height: 3em; */
  color: hsl(210, 50%, 40%);
  text-transform: none;
  margin-left: 30px;
  font-size: initial !important;
}

.menuppal ul li {
  position: relative;
}

.menuppal ul li a {
  text-decoration: none;
  color: hsl(0, 0%, 20%);
  font-size: 1.625em;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 42px;
  display: block;

  text-decoration: none;
  color: hsl(0, 0%, 20%);
  font-size: 1.625em;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 42px;
  display: block;
}

.menuppal ul li a:hover {
  text-decoration: underline;
  color: hsl(0, 0%, 20%);
}

.menuppal ul li a:hover {
  text-decoration: underline !important;
}

.menuppal ul li ul.submenu_item a {
  font-size: 1.3rem;
  line-height: 30px;
}

.submenu-1 li a {
  font-weight: 400 !important;
  font-size: 1.25em !important;
  line-height: 24px !important;
  letter-spacing: -0.25px !important;
  -moz-transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
  -webkit-transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
  transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
}

.submenu-2 li {
  border-bottom: 1px solid rgb(51, 51, 51, .1);
  padding: 20px 0px;
}

.submenu-2 li a {
  -moz-transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
  -webkit-transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
  transition: top 0.7s, right 0.7s, bottom 0.7s, left 0.7s;
  font-weight: 300 !important;
  font-size: 1em !important;
  line-height: 25px !important;
}


/*.menuppal ul li:hover .submenu-1 {
    display: block;
}*/

.menuppal ul li .submenu-1 {
  display: none;
}

/*.menuppal ul ul li:hover .submenu-2 {
    display: block;
}*/

.menuppal ul ul li .submenu-2 {
  display: none;
  /* min-height: 220px; Arreglo submenu educacion superior */
}

/*.menuppal ul ul ul li:hover .submenu-3 {
    display: block;
}*/

.menuppal ul ul ul li .submenu-3 {
  display: none;
}

.ico-menu-flecha {
  background-image: url(https://cetcolsubsidio.edu.co/cetcolsubsidio/images/ico-menu-flecha.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px;
}

.ico-menu-flecha-1,
.ico-menu-flecha-2 {
  width: 15px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  top: 8px;
  cursor: pointer;
}

.no-hand-1 {
  cursor: default;
}

/* Overlay */

#overlay {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  right: 0;
  left: 0;
}

#overlay .open {
  display: block;
}

/* Fin overlay */


@media screen and (max-width: 720px) {
  /* menu movil */

  .text_menu-movil {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: hsl(0, 0%, 20%);
    position: absolute;
    left: 22px;
  }

  .hamburger {
    position: fixed;
    background-color: hsl(49, 100%, 50%);
    right: 0px;
    top: 0;
    height: 70px;
    width: 70px;
    padding: 5px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    z-index: 1002;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .hamburger.is-active {
    background-color: none;
  }

  ._layer {
    background: hsl(0, 0%, 20%);
    margin-bottom: 4px;
    border-radius: 2px;
    width: 28px;
    height: 4px;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    position: relative;
    left: 15px;
    top: 20px;
  }

  .hamburger:hover .-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .hamburger:hover .-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  .hamburger.is-active .-top {
    -webkit-transform: translateY(200%) rotate(45deg) !important;
    -ms-transform: translateY(200%) rotate(45deg) !important;
    transform: translateY(200%) rotate(45deg) !important;
  }

  .hamburger.is-active .-mid {
    opacity: 0;
  }

  .hamburger.is-active .-bottom {
    -webkit-transform: translateY(-200%) rotate(135deg) !important;
    -ms-transform: translateY(-200%) rotate(135deg) !important;
    transform: translateY(-200%) rotate(135deg) !important;
  }

  .menuppal.is_active {
    transform: translate3d(0px, 0px, 0px);
  }

  .menuppal {
    background-color: hsl(49, 100%, 50%);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transform: translate3d(100%, 0%, 0px);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 100%;
    z-index: 1001;
    padding: 70px 10px;
  }

  .menuppal ul {
    margin: 0;
    padding: 0;
  }

  .menuppal ul li {
    padding: 5px 0px;
    list-style: none;
    text-align: left;
    /* height: 3em; */
    color: hsl(210, 50%, 40%);
    text-transform: none;
    margin-left: 30px;
  }

  .menuppal ul li a {
    text-decoration: none;
    color: hsl(0, 0%, 20%);
    font-size: 22px;
    font-weight: 400;
  }

  .menuppal ul li a:hover {
    text-decoration: none;
    color: hsl(0, 0%, 20%);
  }

  .submenu-1 li {
    padding: 5px 0px !important;
  }

  .submenu-1 li a {
    font-size: 16px !important;
    margin-right: 40px;
    line-height: 5px;
  }

  .submenu-2 li {
    padding: 5px 0px !important;
  }

  .submenu-2 li a {
    font-size: 12px !important;
    margin-right: 40px;
    line-height: 5px;
  }

  /* fin menu movil */
}