.borderMenu{
  border-right: 1px solid #818181;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay a { 
  font-size: 25px;
  color: #ffffff;
  transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
  color: #F47B4B;
}

.active{
  color: #F47B4B !important;
}

@media (max-width: 767.98px) {
  .borderMenu{
    border-right: 0;
  }
  .overlay a { 
    font-size: 20px;
  }
}
