.navbarSpace {
  width: 100%;
  height: 25px;
  background: #ffffff;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}
#navbarPc {
  width: 100%;
  height: 85px;
  background: #ffffff;
  background-color: #ffffff;
  padding: 0 0 0 0;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}

.logoEmBajio {
  max-height: 65px;
  width: auto;
  position: absolute;
  top: 0;
  left: 5%;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}

.embajioPages {
  width: 70%;
  height: 40px;
  padding: 0 0 0 0;
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}
.embajioPages ul {
  margin: 0 0 0 0!important;
  padding: 0 0 0 0!important;
  transition: all .3s ease;
}
.embajioPages ul li {
  padding: 0 100px 0 50px;
  line-height: 25px;
  display: inline-block;
  transition: all .3s ease;
}
.embajioPages ul li a {
  font-family: 'Aileron';
  font-weight: 900;
  font-style: normal;
  font-size: 25px;
  color: #787878;
  position: relative;
  transition: all .3s ease;
}
.embajioPages ul li a:hover {
  color: #b6d033;
}
.embajioPages ul li:nth-child(5) {
  padding: 0 0 0 150px;
}
.embajioPages ul li:nth-child(5) a {
  color: #b6d033;
  font-size: 40px;
}

.embajioPages ul li a.activePage {
  color: #b6d033;
}
.embajioPages .activePage::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #b6d033;
  background-color: #b6d033;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

.grayTheme {
  background: #eeeeee!important;
  background-color: #eeeeee!important;
  position: fixed!important;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.42)!important;
  -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.42)!important;
  box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.42)!important;
  top: 0;
  z-index: 999;
}

/* Responsive */
#navbarResponsive {
  width: 100%;
  height: 66px;
  background: #b6d033;
  background-color: #b6d033;
  transition: all .3s ease;
  display: none;
}
.fixedResponsive {
  position: fixed!important;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.42)!important;
  -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.42)!important;
  box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.42)!important;
  top: 0;
  z-index: 999;
}
/*  */

/* Navbar Responsive*/
.navbarInner {
  width: 100%;
  height: 100%;
  position: relative;
}
.navbarHamb {
  width: 80px;
  height: 66px;
  padding: 15px 0 0 0;
  position: absolute;
  top: 0;
  right: 33px;
  bottom: 0;
  margin: auto;
  transition: all .3s ease;
}

.navbarHamb div {
  width: 60px;
  height: 6px;
  background: #ffffff;
  background-color: #fffffff;
  margin: 5px auto;
  transition: all .3s ease;
}
.navbarHamb:hover div,
.navbarHamb:focus div {
  background: #b79572;
  background-color: #b79572;
}

.box-footerNavbar {
  max-width: 75px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all .3s ease;
}
/*  */

/* Sidebar Main */
.sidebarMain {
  width: 100%;
  height: 0;
  background: #ffffff;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 998;
  display: none;
}
.sidebarInner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 0 0 0;
}
.sidebarContent {
  width: 100%;
  position: absolute;
  bottom: 80px;
  top: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 50px 0 0 0;
  text-align: center;
  transition: all .3s ease;
}
.sidebarContent ul li {
  line-height: 60px;
}
.sidebarContent ul li a {
  font-family: 'Aileron';
  font-weight: 900;
  font-style: normal;
  color: #787878;
  font-size: 25px;
  transition: all .3s ease;
}
.sidebarFooter {
  width: 100%;
  height: 80px;
  background: #b6d033;
  background-color: #b6d033;
  position: absolute;
  padding: 0 0 0 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.sidebarFooter .row .col {
  position: relative;
}
a.activePageR {
  color: #b6d033!important;
  transition: all .3s ease;
}
.sidebarContent ul li a:hover , .sidebarContent ul li a:focus {
  color: #b6d033!important;
}
.collapsible-header:hover , .collapsible-header:focus {
  color: #b6d033!important;
}
.linkFooter {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  transition: all .3s ease;
}
.linkFooter:hover, .linkFooter:focus {
  color: #b6d033;
  background: #ffffff;
  background-color: #ffffff;
}
/*  */
