.titulo-adorno span {
  border: 1px solid rgba(255, 255, 255, 0.2705882353);
  padding: 3px 20px 6px 30px;
  position: relative;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.1098039216);
}
.titulo-adorno span::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #3c83f6;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 34%;
  left: 4%;
}

.titulo-color span {
  color: #3c83f6;
}

.fondo {
  background-image: linear-gradient(white 1px, transparent 1px), linear-gradient(90deg, white 1px, transparent 1px);
  background-size: 60px 60px;
}/*# sourceMappingURL=estilos.css.map */