/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 6 de abr de 2020, 16:37:05
    Author     : elton@a00s.com
*/

body {
  font-family: Montserrat, sans-serif;
}

.sidenav {
 height: 55%;
  width: 0;  
position: absolute;
  z-index: 1;
  top: 35%;
  right: 0;
  bottom: 20px;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  padding-bottom:10px;
}

.sidenav a {
  padding: 1px 1px 1px 1px;
  text-decoration: none;
  font-size: 14px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav li{
    display: inline-block;
    padding: 4px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.menuatalhos {
  /*transition: margin-left .5s;*/
  display: none;
  transition: height 0s ease 0s;
 /*
  padding: 16px;
  height: 80px; width: 70px;
  right: 0px;
  */
  height: 80px; 
  width: 50px; 
  position: fixed; 
  border: 0px; 
  bottom: 5%; 
  right: 5px;
}

@media screen and (max-height: 300px) {
  .sidenav {padding-top: 7px;}
  .sidenav a {font-size: 15px;}
}