.vertical-menu {
  position: relative;
  width: 100%;
  transition: 0.5s; 
  padding-bottom:100px;

  
}



.vertical-menu a {
  background-color: rgb(15, 13, 13); 
  color: white; 
  display: block; 
  padding: 12px; 
  text-decoration: solid; 
  font-size: 130%;
}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

.fa:hover {
  opacity: 0.7;
}


.fa-facebook {
  position: relative;
  top: 20%;
  background: #3B5998;
  color: white;
  text-align: center;

}

.fa-instagram {
  position: relative;
  top: 20%;
  text-align: center;
  background: #C13584;
  color: white;
}

.fa-whatsapp {
  position: relative;
  text-align: center;

  top: 20%;
  background: #25d366;
  color: white;
}

.burger-tab {
  top: -1%;
  width: 0; 
  position: absolute; 
  height: 100%;
  z-index: 1; 
  left: 0;
  background-color: rgb(15, 13, 13); 
  overflow-x: hidden; 
  overflow-y: scroll;
  padding-top: 100px; 
  transition: 0.5s; 
}

.burger-tab a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: white;
  display: block;
  transition: 0.3s;
}

.burger-tab .closebtn {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-size: 250%;
  background-color: transparent;
  margin-left: -90%;
}

#main {
  transition: margin-left .5s;
  padding: 20px;
}

@media screen and (max-height: 450px) {
  .burger-tab {padding-top: 15px;}
  .burger-tab a {font-size: 18px;}
}

::-webkit-scrollbar {
  width: 5px;  
  background: rgb(41, 41, 41); 
}


.tabs {
  z-index: 1;
  position: relative;
  display: none;
  padding: 6px 12px;
  border-top: none;
  text-decoration: rgb(49, 48, 48);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  transition: 0.5s ease;
  top: inherit;
  height: 100%;
  width: 75%;
  right: -130px;
  
}






  