.banner {
  background: none;
}

.texto-cinza {
  color: #6B7280;
}

.texto-cinza--light {
  color: #D1D5DB;
}

.texto-cinza--dark {
  color: #9CA3AF;
}

form small.disclaimer {
  color: #9CA3AF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.5px;
  width: 100%;
  display: block;
  margin-top: 1rem;
}

form label[for="eu_aceito_as_condicoes_do_termo_de_uso"] {
  color: #6B7280;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}

.formulario form input[type="submit"] {
  background-color: #00E4F5;
  border-color: #00E4F5 !important;
}

.formulario form input[type="submit"]:hover {
  box-shadow: 0px 6px 0px 0px rgba(0, 226, 244, .6);
}

.badge {
  background: rgba(0, 228, 245, 0.20);
  border: 0;
  padding: 5px 15.651px 6px 16px;
  width: fit-content;
}

.cards {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;

  border-radius: 20px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1rem 1.5rem;
}

.cards.cards--custom {
  width: 384px;
  height: auto;
  padding: 2rem 1.5rem;
  justify-content: flex-start;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #F3F4F6;
  background: linear-gradient(180deg, #F9FAFB 0%, #FFF 100%);
  text-align: center;
}

.card-reference {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;


  .card-reference__title {
    color: #00BECC;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }

  .card-reference__description {
    color: #374151;
    font-size: 18px;
    font-style: normal;
    line-height: 29.25px;
  }
}

.divisor {
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.metrics {
  text-align: center;
}

.metrics .metrics--text-highlight {
  color: #33F1FF;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.float-action {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 9999;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;

  color: #1A404D;
  font-size: 13.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.formulario form input:not(input[type="checkbox"], input[type="radio"], input[type="submit"]),
select {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0.5rem !important;
  padding: 0.25rem 0.75rem !important;
  min-height: 48px !important;
}

select:not(:hover),
select:not(:focus),
select:not(:active),
select:not(:checked) {
  color: #B2BBBE;
}

form#form-contadores .input-group select,
.form-experimente form .input-group select {
  border: none !important;
  border-bottom: 2px solid !important;
  border-color: #444 !important;
  font-size: 1rem !important;
  padding: .25rem 0 !important;
  border-radius: 0 !important;
  transition: .2s;
  width: 100%;
  outline: none;
}

@media (min-width: 768px) {
  .cards {
    width: 286px;
    height: 269px;
  }

  .card-reference {
    flex-direction: row;
    text-align: start;
    gap: 2rem;

    .card-reference__description {
      color: #374151;
      font-size: 18px;
      font-style: normal;
      line-height: 29.25px;
    }
  }
}