a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  right: -300px;
  height: 100vh;
  z-index: 1001;
  background: #191935;
  color: #fff;
  transition: all 0.3s;
  overflow-y: scroll;
  padding: 0 2rem 2rem 2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 300;
}

#sidebar.active {
  right: 0;
}

#dismiss {
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 20px;
  cursor: pointer;
  width: auto;
  height: auto;
}

#dismiss::before {
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  content: "\f00d";
  color: #fff;
}

#dismiss:hover::before {
  color: #f4c27a;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  margin-top: -9.8rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar ul.components {
  margin-top: 8rem;
  padding: 20px 0;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 20px 10px 20px 0;
  font-size: 2rem;
  display: block;
}

#sidebar ul li a {
  border-bottom: 1px solid #f4c27a;
}

#sidebar ul li a:hover {
  color: #f4c27a;
}

/*
#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
}
*/

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.menu-user .icone-login-user {
  margin-right: 1rem;
}

.menu-user-interno {
  background-color: #f2f2f2;
  padding: 15px;
  text-align: center;
}

.menu-user-interno .icone-login-user {
  width: 50px;
  height: 50px;
  text-align: center;
  margin-bottom: 1rem;
}

.menu-user-interno .left {
  color: #505050;
}

.menu-user-interno .left:last-child {
  color: #ffb300;
}

.menu-user-interno li a {
  padding: 0.5rem 0 !important;
  line-height: 3rem;
  font-size: 1.8rem !important;
  padding-left: 15px !important;
  border-bottom: 0 !important;
}

.menu-user-interno .divisao-cinza {
  margin: 1rem 0;
}

.menu-user-interno .left a:hover {
  background-color: #f4c27a;
  color: #fff !important;
}

.menu-user-interno .fas {
  margin-right: 1rem;
}

.telefone-midias-menu-lateral {
  background-color: transparent !important;
  list-style: none;
  padding: 0;
  text-align: center;
}

.box-midias-menu-lateral {
  padding: 0;
  display: table;
  width: 100%;
  background-color: transparent !important;
}

.midias-menu-lateral {
  display: inline-block;
  font-size: 2rem;
}

.telefone-midias-menu-lateral a {
  border: 0 !important;
  padding: 20px !important;
}

.telefone-menu-lateral {
  display: inline-block;
  font-size: 1.8rem;
}

.sinal-mais-menu {
  float: right;
  font-size: 1.5rem;
  padding-top: 5px;
}

/* ---------------------------------------------------
    ESTILOS MENU TOPO
----------------------------------------------------- */

.navbar {
  width: 100%;
  padding: 35px 40px 20px 40px;
  border: none;
  border-radius: 0;
  background-color: #191935;
  z-index: 999;
}

.logoPrincipal {
  width: 145px;
}

.logo-icone {
  width: 51px;
}

.btn-menu {
  background-color: inherit;
  padding: 0;
}

.btn .navbar-toggler-icon {
  width: auto;
  height: auto;
}

.btn .navbar-toggler-icon::before {
  font-family: "Font Awesome 5 Free";
  font-size: 3rem;
  content: "\f0c9";
  color: #f2f2f2;
}

.btn .navbar-toggler-icon:hover::before {
  color: #f4c27a;
}

.menu-desktop {
  color: #f2f2f2;
}

#sidebar ul li a:hover,
.navbar-nav .link-menu-desktop:hover {
  color: #f4c27a;
}

.navbar-nav .botao-amarelo:hover {
  color: #f2f2f2;
}

.menu-desktop .active a,
#sidebar .components .active a {
  color: #ffb300;
}

.menu-desktop .active a:hover,
#sidebar .components .active a:hover {
  color: #f4c27a;
}

.link-menu-desktop {
  display: block;
  padding: 0.5rem 0 0 0;
  margin-left: 2.8rem;
  font-weight: 400;
  font-size: 1.6rem;
}

.link-menu-desktop:hover,
.link-menu-desktop:focus {
  color: #ffb300;
}

.menu-desktop .botao-amarelo {
  padding: 0.5rem 2rem;
  border-radius: 2px;
  color: #fff;
}

.link-menu-desktop-sem-p {
  padding-right: 0 !important;
}

/** ------------------
  ESTILOS PARA ICONE LOGIN CANDIDADO
  -------------- **/
.icone-login-user {
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.dropdown-menu {
  width: 25rem;
  padding: 1.5rem;
  margin-top: 2.5rem;
  margin-left: -18.5rem;
  border-radius: 2px;
  text-align: center;
  background-color: #f2f2f2;
}

.dropdown-menu .dropdown-item {
  font-size: 1.5rem;
  line-height: 3rem;
  color: #505050;
}

.dropdown-menu .divisao-cinza {
  margin: 1rem 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.dropdown-menu .left:hover,
.dropdown-menu .dropdown-item:last-child:hover {
  background-color: #f4c27a;
  color: #fff;
}

.dropdown-menu .dropdown-item:last-child {
  color: #ffb300;
  margin-top: 1rem;
}

.dropdown-menu .dropdown-item .icone-login-user {
  width: 50px;
  height: 50px;
  margin-bottom: 1rem;
}

.dropdown-menu .fa-arrow-right {
  margin-right: 1rem;
}

.left {
  text-align: left;
}

/** ---------------------------
  FIM ESTILOS PARA ICONE LOGIN CANDIDADO
  ------------------------------ **/

@media (min-width: 768px) {
  .navbar-toggler-icon {
    display: none;
  }
}

/** FIM ESTILOS MENU TOPO **/
