.adorno span {
  font-size: 14px;
  font-family: "Onest";
  color: #fff !important;
  background-color: #778DA9;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: rgba(13, 13, 13, 0.1490196078);
  border-radius: 30px 30px 30px 30px;
  padding: 8px 12px 8px 12px;
}

.servicio-badged span {
  padding: 7px 10px 7px 10px;
  background-color: #f0efe9;
  font-size: 14px;
  font-family: "Onest";
  font-weight: 600;
  transition: 0.2s all linear;
  -webkit-transition: 0.2s all linear;
  -moz-transition: 0.2s all linear;
  -ms-transition: 0.2s all linear;
  -o-transition: 0.2s all linear;
}
.servicio-badged span:hover {
  background-color: #415A77;
  color: #fff;
}

a {
  text-decoration: none !important;
}/*# sourceMappingURL=estilos.css.map */