.bt_info_menu {
  position: absolute;
  z-index: 0;
  bottom: 6px;
  right: 0px;
  top: 0;
  height: 26px;
  font-size: 12px;
  /*border: 1px solid red;*/
  overflow: visible;
  z-index: 1;
}
.df_menu_sup_botoes {
  margin-left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.botoes_menu {
  margin: 0;
  padding: 0;
}

a.dropdown-item {
  color: white !important;
}

a.dropdown-item:hover {
  color: rgb(0, 0, 0) !important;
}
/*==================================================================*/
/*=========================== RESPONSIVO ===========================*/
/*==================================================================*/
@media (max-width: 705px) {
  .df_menu_sup_pai {
    flex-flow: column wrap;
    align-items: center;
  }
  .df_menu_sup_botoes {
    width: 100%;
    text-align: center;
    margin-top: -10px;
    margin-left: 0;
  }
  .df_menu_sup_logo {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    display: flex;
  }

  .btn {
    font-size: 14px !important;
  }

  li.btn-1 {
    margin-left: 0px;
  }
  /*------- Espaçamento entre botoes ---------*/
  .botoes_menu > li {
    margin-left: 5px;
  }

  .botoes_menu > li a {
    font-size: 14px;
  }
  .logo {
    margin-left: 15px;
  }
}

@media (max-width: 985px) {
}
