.toposite {
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  display: flex;
  background-color: var(--cor0);
  position: sticky;
  top: 0;
  z-index: 99999;
  /* box-shadow: 0 1px 20px var(--cor15); */
  box-shadow: 0 1px 20px var(--cor5);
  width: 100%;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.toposite.hidden {
  transform: translateY(-100%);
  visibility: visible;
}

.conteudoTopo {
  width: 1170px;
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logoNumero {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.logoalugue {
  width: 120px;
  transition: all .35s;
  display: block;
}

.logoalugue:hover {
  transform: translate(0, -5px);
}

.logoNumero p {
  margin: 0;
  line-height: .7em;
}

.imglogo {
  width: 100%;
  display: block;
}

.navmenu {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  flex: 1;
}

.nav-menu-2 {
  width: 100%;
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link-2 {
  color: #596673;
  align-items: center;
  padding: 0;
  font-weight: 700;
  display: flex;
}

.nav-link-2:hover {
  color: #2d51d3;
}

.dropdown-2 {
  transition: all 1s;
  display: block;
  width: auto;
}

.iconeSeta1 {
  color: #2c91d5;
  margin: 3px 0 0 4px;
  font-size: 10px;
  font-weight: 700;
  display: block;
  position: static;
}

.textoMenu1 {
  float: none;
  clear: none;
  font-weight: 700;
  display: block;
}

.dropdown-listt {
  background-color: rgba(221, 221, 221, 0);
}

.w-dropdown-link.w--current {
  background-color: #1477e2;
}

.dropdown-listt.w--open {
  background-color: #2c91d5;
  border-radius: 5px;
  margin-top: 10px;
  overflow: auto;
  padding: 0px !important;
  box-shadow: 0 5px 20px var(--cor15);
}

.ItemDropLink1 {
  color: var(--cor0);
  background-color: #2c91d5;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  font-size: 12px;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.ItemDropLink1:hover {
  background-color: #1477e2;
}

.image-8 {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.image-8:hover {
  transform: scale(1.1);
}

.dropdown-toggle-2 {
  padding: 0;
  transition: all .15s;
  position: relative;
}

.ItemNumeroNotifica {
  color: var(--cor0);
  background-color: #ef4d56;
  border: 2px solid #f9b8bb;
  border-radius: 50px;
  padding: 2px 7px 1px;
  position: absolute;
  top: -11px;
  bottom: auto;
  left: auto;
  right: -68%;
  font-size: 12px;
  font-weight: bold;
}

.numeroNotifica {
  overflow-wrap: break-word;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.dropdown-listt-2.w--open {
  width: 400px;
  max-height: 80vh;
  background-color: #1261d1;
  border-radius: 6px;
  margin-top: 38px;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -100%;
  overflow: auto;
}

.itemnotificacoes {
  grid-column-gap: 20px;
  display: flex;
}

.dropdown-toggle-3 {
  color: #5a6674;
  align-items: center;
  padding: 0;
  transition: all .15s;
  display: flex;
}

.dropdown-toggle-3:hover {
  transform: translate(5px);
}

.textoMenu3 {
  font-weight: 700;
  display: block;
}

.nomeImob {
  font-weight: 400;
  font-size: 12px;
}

.iconeSeta4 {
  color: #2c91d5;
  margin: 0 0 0 5px;
  font-size: 10px;
  font-weight: 700;
  display: block;
  position: static;
}

.image-9 {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 500px;
  margin-right: 10px;
}

.iconeMenu {
  display: block;
}

.listaItensMenu {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  flex: 1;
}

.tituloNotifiacao {
  color: var(--cor8);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.itemTituloNotifica {
  z-index: 1;
  background-color: var(--cor0);
  border-bottom: 1px solid var(--cor33);
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.blocoListaNotifica {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.itemTituloNotifica .button {
  border-radius: 4px;
  padding: 6px 5px 5px 5px;
  width: 78px !important;
  font-size: 10px !important;
  color: var(--cor10);
  border: 1px solid var(--cor9);
}

.itemTituloNotifica .button:hover {
  background-color: var(--cor8);
  border-color: var(--cor8);
  color: var(--cor0);
}

.noitificaItem {
  border-radius: 10px;
  padding: 20px;
  transition: all .2s;
  /* box-shadow: 0 5px 20px rgba(0, 0, 0, var(--cor33)); */
  background: var(--cor3);
  border: 1px solid var(--cor33);
}

.noitificaItem:hover {
  background-color: var(--cor0);
}

.dropdown-list-2 .noitificaTexto1 {
  width: 50% !important;
  color: var(--cor10) !important;
  letter-spacing: .5px;
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.2em !important;
  padding: 0 !important;
  border: 0 !important;
}

.dataNotifica {
  color: var(--cor8) !important;
  margin: 0 !important;
  font-size: 14px !important;
  font-weight: 400;
  padding: 0 !important;
  border: 0 !important;
}

.dropdown-list-2 .botaoVerNotificacao {
  box-shadow: none;
  text-transform: uppercase;
  background-color: rgba(48, 62, 168, 0);
  border: 1px solid var(--cor33);
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 700;
  float: none;
  width: auto;
  color: var(--cor8);
}

.botaoVerNotificacao:hover {
  background-color: #1c6cff;
}

.noitificaTexto2 {
  width: 100%;
  color: var(--cor-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

.noitificacaoLinha {
  grid-column-gap: 10px;
  margin-bottom: 8px;
  display: flex;
}

.itemData {
  border-top: 1px dashed var(--cor33);
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
}

.dropdown-listt-3 {
  background-color: #9b7a7a;
}

.dropdown-listt-3.w--open {
  background-color: #2d91d5;
  border-radius: 5px;
  margin-top: 10px;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: auto;
  box-shadow: 0 5px 20px var(--cor16);
}

.dropdown-listt-3 .itensMenu4:last-child {
  border-bottom: none;
}

.itensMenu4 {
  color: var(--cor0);
  text-align: right;
  border-bottom: 1px solid var(--cor24);
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  display: flex;
}

.itensMenu4:hover {
  background-color: var(--cor18);
}

.asdwdasd {
  display: block;
}

.iconeSeta2 {
  margin: 0 0 0 23px;
  font-size: 10px;
  position: static;
}

.listaDrop.w--open {
  position: relative;
}

.itensMenu5 {
  color: var(--cor0);
  background-color: #3d71bb;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  padding-top: 14px;
  padding-bottom: 14px;
}

.itensMenu5:hover {
  background-color: #1a54a5;
}

.w-nav {
  position: static;
}

[data-nav-menu-open] {
  position: static;
}

.w-nav-overlay {
  padding: 0 30px 30px;
  height: auto !important;
}

.numeroNotifica {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width: 991px) {
  .blocoBotoesRelatorio {
    flex-direction: column;
    gap: var(--espacoVerticalMobile);
  }

  .listEtapas {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 5px;
  }

  .campoBusca {
    width: 100%;
  }

  .filtraData {
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .toposite {
    padding: 20px 0;
  }

  .conteudoTopo {
    justify-content: space-between;
    width: 100%;
  }

  .logoalugue {
    width: 100px;
  }

  .navmenu {
    width: 50px;
    flex: 0 auto;
    order: 1;
  }

  .nav-link-2 {
    color: var(--cor0);
    justify-content: space-between;
    padding: 20px 30px;
  }

  .nav-link-2:hover {
    color: var(--cor0);
    background-color: #2d7bda;
  }

  .dropdown-2 {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding: 0;
  }

  .iconeSeta1 {
    color: var(--cor0);
  }

  .dropdown-listt.w--open {
    background-color: #466494;
    margin-top: 0;
    padding-top: 0;
    position: relative;
  }

  .ItemDropLink1 {
    background-color: #194fa5;
    border-radius: 0;
    padding: 15px 30px;
  }

  .dropdown-listt-2.w--open {
    width: 100%;
    border-radius: 0;
    top: 50%;
    left: 0;
    right: auto;
  }

  .image-9 {
    display: block;
  }

  .menubotao {
    align-items: center;
    padding: 0;
  }

  .menubotao.w--open {
    color: #000;
    background-color: rgba(200, 200, 200, 0);
  }

  .iconeMenu {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .alinhaItemMenu {
    grid-column-gap: 5px;
    align-items: center;
    display: flex;
  }

  .textoMenu {
    text-transform: uppercase;
    flex: 1;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 700;
  }

  .listaItensMenu {
    width: 100%;
    background-color: #2c91d5;
    border-radius: 4px;
    flex: 0 auto;
    order: 1;
    overflow: auto;
    transform: translate(0, 10px);
  }

  .dropdown-3 {
    position: static;
  }

  .w-nav-overlay {
    margin-top: 0px;
  }

  .textoMenu3 {
    display: none;
  }

  .image-9 {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .image-9 {
    width: 30px;
    height: 30px;
    margin: 0;
  }



  .navmenu {
    width: 50px;
  }
}

@media screen and (max-width: 479px) {
  .conteudoTopo {
    grid-column-gap: 5px;
  }

  .itemnotificacoes {
    grid-column-gap: 15px;
  }

  .logoalugue {
    width: 80px;
  }

  .logoNumero p {
    font-size: 12px;
  }

  .navmenu {
    width: 30px;
  }



  .iconeSeta4 {
    margin-left: 1px;
  }

  .alinhaItemMenu {
    width: 24px;
  }

  .textoMenu {
    display: none;
  }
}

.nav-list {
  padding: 0px !important;
}