.menu_novo{
  background-color: rgba(255, 255, 255, 0.8) !important;
  padding: 1.5rem 1rem;
  /* transition: all 500ms linear; */
}

#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1;
    overflow: visible;
    background: #fff url('../img/loader.gif') no-repeat center center;
}

.cards_atendimentos{
      min-height: 588px;
}

.clique_aqui{
  font-size: 12px;
}
.clique_aqui:hover{
  text-decoration: underline;
}

.whatsapp {
    position: fixed;
    top: 87%;
    /* left: 91%; */
    padding: 10px;
    z-index: 10000000;
    width: 70px;
}