/* ICONOS REALES */
.floating-whatsapp i {
  font-size: 1.7rem;
  line-height: 1;
}

.back-to-top i {
  font-size: 1.2rem;
  line-height: 1;
}

.footer-social a i {
  font-size: 1.05rem;
  line-height: 1;
}

.why-check i {
  font-size: 1rem;
  line-height: 1;
}

.process-number i {
  font-size: 1.25rem;
  line-height: 1;
}

.service-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(
    180deg,
    rgba(21, 106, 148, 0.12),
    rgba(249, 115, 22, 0.08)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}