form input:not(input[type=checkbox]),
form select {
  background: #fff;
  border: none;
  margin-bottom: 1rem;
}

.main-bf {
  background: linear-gradient(90deg, rgba(0,30,39,1) 30%, rgba(0,42,58,1) 70%);
}

form input:not(input[type=checkbox]).hs-button {
  background: #001e27;
  border-radius: .5rem !important;
  padding: .75rem 1rem;
  width: fit-content;
}

@media(min-width: 992px) {
  .main-bf section:first-child {
    background-image: url(/assets/images/bf2024/triangulo.png);
    background-position: 130% -100%;
    background-size: 40%;
  }

  section > figure {
    bottom: 0;
    position: absolute;
    right: 0;
  }

  section figure figcaption {
    margin: 0 auto;
    width: 70%;
    position: absolute;
    bottom: 2rem;
    /* right: 0; */
  }

  .logo-bf {
    width: 70%;
  }
}

@media(min-width: 1920px) {
  .main-bf section:first-child {
    background-position: 100% -130%;
    background-size: 33%;
  }
}