@media screen and (max-height: 1000) and (orientation: landscape) {
/* NAVBAR RESPONSIVE */
.responsiveNavbar {
  height: 35px;
}
.responsiveNavbar img {
  max-height: 25px;
}
.menuResponsive {
  width: 35px;
  height: 35px;
  line-height: 5%;
  font-size: 30px;
}
.sidebarFooter {
  height: 40px;
}
.linkFooter {
  height: 40px;
  line-height: 35px;
  font-size: 20px;
}
.sidebarContent {
  top: 40px;
  bottom: 40px;
}
.sidebarContent01 {
  top: 40px;
  bottom: 40px;
}
.sidebarOptions ul li a {
  font-size: 20px;
}
.sidebarOptions ul li {
  line-height: 50px;
}
.sidebarOptions {
  padding: 0 0 0 0;
}
.sidebarOptions ul li a {
  font-size: 18px;
}
.sidebarOptions ul li {
  line-height: 40px;
}
/*  */
}

@media screen and (max-height: 600) and (orientation: landscape) {
/* NAVBAR RESPONSIVE */
.responsiveNavbar {
  height: 35px;
}
.responsiveNavbar img {
  max-height: 25px;
}
.menuResponsive {
  width: 35px;
  height: 35px;
  line-height: 30px;
  font-size: 25px;
  right: 15%;
}
.sidebarFooter {
  height: 35px;
}
.linkFooter {
  height: 35px;
  line-height: 30px;
  font-size: 16px;
}
.sidebarContent {
  top: 28px;
  bottom: 28px;
}
.sidebarContent01 {
  top: 28px;
  bottom: 28px;
}
.sidebarOptions ul li a {
  font-size: 15px;
}
.sidebarOptions ul li {
  line-height: 35px;
}
/*  */
}
