/* AREA RESERVADA PARA PRIMEIRO BLOCO DO SITE - OBJETIVO MANTER UM LAYOUT LIMPO E PRENDER A ATENÇÃO DO USER */

#loadImpact {
  padding-top: 1rem;
  background: linear-gradient(
    135deg,
    rgba(221, 130, 64, 0.6),
    rgba(179, 41, 116, 0.6),
    rgba(2, 126, 196, 0.6),
    rgba(86, 181, 50, 0.6),
    rgba(237, 210, 59, 0.6),
    rgba(221, 130, 64, 0.6)
  );

  border: 4px dashed white;
}


/* @keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */

/* Botao serviços - para encaminhar ao bloco desejado */
.scroll-next {
  background-color: #DD8240;
  border: none;
  padding: 12px 24px;
  font-size: 1.1rem;
  transition: all 0.15s ease;
}

.scroll-next:hover {
  background-color: #FF441B;
}