.wsp-btn {
  background: #00cb22;
  border: #00cb22;
  position: fixed;
  bottom: 25px;
  z-index: 1200;
  right: 24px;
  padding: 7px 14px 7px 14px;
  border-radius: 40px;
  /* -webkit-box-shadow: 0px 0px 15px -3px #128c7e; */
  /* box-shadow: 0px 0px 15px -3px #128c7e; */
  color: white;
  font-weight: bold;
  font-size: 17px;
  color: white;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  user-select: none;
  white-space: nowrap;
}
.btn-back-top {
  display: inline-block;
  position: fixed;
  /* left: 45%; */
  top: auto;
  bottom: -100px;
  right: 48%;
  z-index: 999999999;
  transition: all ease 0.5s;
}
.link-fs {
  color: white !important;
}

.card-fs {
  width: 350px;
  padding: 20px;
  border: 1px solid #ccc;
  margin: 10px;
  box-sizing: border-box;
}

.accesibilidad{
  font-weight: bold;
  font-size: 1.4em;
}
.lista-web > span {
  display: block;
  margin-bottom: 0.5rem; 
}

.lista-web > span::before {
  content: "\2022"; 
  margin-right: 0.5rem; 
}
