/*
.discord-fixed-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 260px;
    height: 80px;
    background-color: #222;
    border: 1px solid #000930;
    padding: 25px;
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    z-index: 1000;
    gap: 5px; 
}
*/

/*
.bi-discord {
    font-size: 30px !important;
    color: #0088ff;
}
*/
/*
.discord-title {
    color: white;
    font-size: 18px;
    font-weight: bold;*/
    /* margin-left: -10px; */
/*} */

/*
.discord-join-button {
    background-color: #11ff00;
    color: #242424;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
}

.discord-join-button:hover {
    background-color: #00b7ff;
}
    */

 /******** NUEVO DISCORD BOTONES Y WHATAPPS ******************/
 
 .floating-buttons {
  position: fixed;
  left: 16px;
  bottom: calc(18px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}


.floating-buttons .btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s;
  will-change: transform;
}

.floating-buttons .btn img {
  width: 22px;
  height: 22px;
  display: block;
  /* filter: brightness(0) invert(1); */
}

.floating-buttons .btn.discord {
  background: #5865F2;
}

.floating-buttons .btn.commerce {
  background: #1e6bbe;
}

.floating-buttons .btn.whatsapp {
  background: #079300;
}