.scrolled {
  background-color: #fff;
}

.fbox-number {
  background-color: #FF751F;
  border-radius: 50%;
  line-height: 30px;
  margin-right: 25px;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 60px;
}

.blob {
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  margin: 10px;
  height: 50px;
  width: 50px;
}

.blob.logic {
  background: rgba(255, 117, 31, 0.431372549);
  box-shadow: 0 0 0 0 #FF751F;
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 #FF751F;
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
.titulo-border {
  margin: 0px 0px 0px 0px;
  padding: 10px 25px 10px 24px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FF751F;
  border-radius: 40px 40px 40px 40px;
  color: #fff;
}

.box1 .efecto-link {
  color: #fff;
  display: inline-block;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  transition: all 0.3s;
  opacity: 0;
}
.box1 .efecto-link:hover {
  color: #fff;
}
.box1:hover .efecto-link {
  opacity: 1;
}

.bordeado {
  border: 2px solid #fff;
}/*# sourceMappingURL=estilos.css.map */