body, html {
    height: 100%;
}
.menuOverlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}
.menu-open {
    position: absolute;
    right: 0;
    top: 18px;
    border: none;
    background: none;
}
.menu-open svg {
    fill: #757575;
    width: 30px;
    height: 30px;
}
/* The side navigation menu */
.sidenav {
  height: 100%;
  width: 250px; 
  margin-right: -250px;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 15px;
}

.sidenav .logo {
    margin-bottom: 10px;
}

.sidenav .logo img {
    width: 205px;
    margin: 0 auto;
    display: block;
}

#chtSidenav.open {
    margin-right: 0;
}

.sidenav a.link {
    color: rgba(0,0,0,.54);
    line-height: 20px;
}

.sidenav .separator {
    background: #e1e1e1;
    height: 1px;
}

.sidenav .menu-movil {
    margin-top: 0px;
}

.sidenav .menu-movil ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

.sidenav .menu-movil ul li {
    margin-bottom: 18px;
}

.sidenav .user-account {
    display: flex;
    align-items: center;
}

.sidenav .menu-movil ul li a.link {
    color: rgba(0,0,0,.54);
    line-height: 20px;
    display: block;
    font-size: 16px;
    font-family: Roboto,HelveticaNeue,Arial,sans-serif;
}

.sidenav .menu-movil ul li a.link i {
    margin-right: 10px;
    font-size: 17px;
    width: 20px;
}

.alerta-cv {
  display: none;
  position: relative;
}

.alerta-cv .bubble {
  padding: 0;
    position: absolute;
    top: 0px;
    right: 2px;
    /* padding: 0 2px; */
    width: 8px;
    height: 8px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 16px;}
}

@media screen and (max-width: 990px) {
  .alerta-cv {
    display: block;
  }
  .navbar-brand img {
    width: 140px;
  }
}