.num-sombra {
  font-size: 4rem;
  color: #D8FE00;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  line-height: 1;
}

.bg-roxo svg path{
  fill: red;
}

.border-reforma {
  border: 1px solid #00E2F4;
  border-radius: 1rem;
  padding: 1rem;
  height: 100%;
}

.border-reforma.v2 h3{
  color: #00E2F4;
}

.ln-1 {
  line-height: 1;
}

.modal-formulario .bg-azul input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.modal-formulario .bg-azul input {
  color: #001e27;
}

.modal-formulario .bg-azul input:valid:not(.hs-button),
.modal-formulario .bg-azul input:focus {
  border-color: #001e27;
}

.modal-formulario .bg-azul .hs-button {
  background-color: #D8FE00;
  border-color: #D8FE00;
}

.modal-formulario .bg-azul .hs-button:hover {
  box-shadow: 0px 6px 0px 0px rgba(216, 254, 0,.6);
}

.modal-formulario .bg-azul .btn-close {
  filter: none;
}

.texto-verde {
  color: #D8FE00;
}

@media (min-width: 992px) {
  .logo-header {
    width: 205px;
    height: auto;
  }
  
  .banner h1 {
    font-size: 4.5rem;
    line-height: .8;
  }
  
  header .actions {
    width: 50%;
  }

  .banner h1.h1-tks {
    line-height: 1;
  }
}