/* planes.css — shared across all three landings; edit here only if the change applies to every site */

.titulo-y-botones {
  font-size: 1.3rem;
  text-align: center;
  color: var(--nl-bg-dark);
}

.titulo-y-botones h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: bold;
}

.titulo-y-botones p {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.card-titulo {
  width: 100%;
  text-align: center;
}

.card-titulo h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--nl-dark);
}

.card-face .servicios {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 1rem;
}

.card-face .servicios img {
  width: 8rem;
  padding: 0 0.5rem;
}

@media (max-width:30rem) {
  .titulo-y-botones h2 {
    font-size: 1.8rem;
  }

  .titulo-y-botones p {
    font-size: 1rem;
  }

}
@media (max-width:37.5rem) {
  .titulo-y-botones h2 {
    font-size: 2rem;
  }

  .titulo-y-botones p {
    font-size: 1.1rem;
  }

}
@media screen and (max-width:118.75rem) {
  .titulo-y-botones {
    margin: 0 !important;
  }

}
@media (prefers-color-scheme:dark) {
  .titulo-y-botones {
    color: var(--nl-bg-light);
  }

  .card-titulo h3 {
    color: var(--nl-bg-light);
  }

}
.planes-home {
  display: flex;
  justify-content: center;
  align-items: center;
}

.planes-pro {
  justify-content: center;
  align-items: center;
  display: none;
}

.planes-pyme {
  justify-content: center;
  align-items: center;
  display: none;
}

.planes-container a {
  color: white;
}

.planes-btn.active {
  background-color: var(--nl-orange);
}

