@import url("./base.css");

#te-entiendo {
  background-image: url("../img/Style=small.svg");
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;

  height: 678px;
  padding-top: 14rem;
}

.section-title {
  font-family: var(--ff-heading);
  margin-bottom: 1.25rem;
}

.section-title h2 {
  line-height: 1;
}

.button-primary,
.button-secondary {
  display: inline-block;
  cursor: pointer;
  padding: 1rem 2rem;
  border-radius: 100vmax;
  border: none;
  font-weight: var(--fw-bold);
}

.button-primary {
  background-color: var(--clr-amarillo);
  color: var(--clr-black);
  text-decoration: none;
}

.button-primary:hover {
  background-color: var(--clr-bgr-primary-hover);
}
