#social {
  position: fixed;
  z-index: 999;
  left: var(--left, inherit);
  right: var(--right, inherit);
  bottom: var(--bottom, inherit);
  display: none;
}

#social .btn-frame {
  position: relative;
  margin: 30px 0px;
}

#social .btn-frame i {
  background-color: var(--background);
  color: white;
}

#social .btn-frame img {
  border-radius: 50%;
}

#social .btn-frame .kenit-alo-circle {
  border: 2px solid var(--background);
  border-color: var(--background);
}
#social .btn-frame .kenit-alo-circle-fill {
  background-color: var(--background);
}

/* TODO: Toolbar */
/* .toolbar {
  background: var(--background);
  width: 100%;
  padding: 10px 10px 50px 10px;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
  max-height: 65px;
  display: none;
}

.toolbar ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}

.toolbar ul li {
  text-align: center;
  width: 25%;
}

.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}

.toolbar ul li a img {
  height: 30px;
  width: 30px;
  -webkit-animation: tada 1.2s infinite;
  -moz-animation: tada 1.2s infinite;
  -o-animation: tada 1.2s infinite;
  animation: tada 1.2s infinite;
  margin: auto;
  margin-bottom: -20px;
}

.toolbar ul li a span {
  color: var(--color);
  font-size: 10px;
} */

/* .toolbar {
  width: 100%;
  bottom: -1px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
}

.toolbar ul {
  padding: 3vw;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  --size: 32px;
  mask: radial-gradient(var(--size) at 52px 0px, #0000 92%, #fff 100%) 100%;
  background: white;
}

.toolbar ul li {
  margin: auto;
  text-align: center;
}

.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
  font-family: "SVN";
  font-size: 14px;
  color: #3a3a3a;
} */

.toolbar ul li > svg,
.toolbar ul li a > svg {
  width: 35px;
  height: 35px;
  fill: white;
}

.list-phone {
  position: absolute;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
  background: white;
  z-index: 2;
  border-radius: 50%;
  left: 30px;
  bottom: 30px;
  padding: 10px;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
}

.toolbar {
  width: 100%;
  bottom: -1px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
}

.toolbar ul {
  padding: 3vw;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  --size: 32px;
  mask: radial-gradient(var(--size) at 52px 0px, #0000 92%, #fff 100%) 100%;
  /* background: rgb(17, 176, 84); */
  background: var(--background);
}

.toolbar ul li {
  margin: auto;
  text-align: center;
}

.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}

.toolbar ul li a img {
  height: 6vw;
  width: auto;
}

.toolbar ul li a span {
  font-weight: 400;
  color: #ffffff;
  font-size: 3.5vw;
  display: none;
}

.toolbar ul li:nth-child(3) a svg {
  border: 2px solid #fff;
  border-radius: 50%;
}
