.btn, .btn-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  width: 100%;
  border: none;
  border-radius: 0.75rem;
  font-size: 1rem;
  color: white;
  cursor: pointer;
  height: 100%;
}

.btn-verde {
  background-color: #2db942;
}
.btn-naranja {
  background-color: var(--nl-orange);
}
.btn-rosa {
  background-color: #be1e56;
} 

.buttons-container .btn-verde {
  font-size: 1.3rem;
}

.buttons-container-mobile a {
  width: 100%;
}

.buttons-container-mobile .btn {
    min-height: 4rem;
}

[class*="btn"]:hover, .nl-cta-action:hover, .nl-benefit:hover {
    transform: scale(1.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.btn-negro, .tippy-box[data-theme~='netlife'] {
  border: 2px solid white;
  background-color: var(--nl-text-dark);
  font-family: "Avant Bold";
  text-align: center;
}

.nl-btn--cta {
  box-shadow: 0 0.375rem 1rem rgba(0,0,0,.15);
  white-space: nowrap;
}

.nl-btn {
  display: inline-block;
  padding: 1rem 1.35rem;
  border-radius: 624.9375rem;
  border: 0;
  background-color: var(--nl-orange)!important;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  color: #fff!important;
  font-size: 1.5rem;
}

@media (max-width:31.25rem) {
  .btn {
    font-size: 1rem;
  }

  .btn .btn-verde {
    font-size: 1rem;
  }

  .btn-form {
    font-size: .7rem;
  }
}

