body {
  padding-right: 0 !important;
}

.marcas {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-top: 25px
}

.governo {
  margin-top: 20px;
  height: 5rem;
}

.esp {
  margin-top: 20px;
  height: 4rem;
}

#topo {
  background-color: #ccc;
  background-image: url("../img/banner.png");
  /* background-image: url("../img/bg-topo.jpg"); */
  background-size: cover;
  background-position: center bottom;
  max-height: 540px;
}
#topo .navbar-item img {
  max-height: 3rem;
}
#topo .hero-body .title {
  color: #fff;
  font-weight: 700;
}
.hero-body {
  margin-top: -40px;
}

#topo .hero-body .subtitle {
  text-transform: uppercase;
}

#subscription-form {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#subscription-form .title-edital {
  background-color: #327ede;
  padding: 1rem;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 400;
  text-align: justify;
}
#subscription-form .link-edital {
  margin-top: 10px;
  text-align: center;
}
#subscription-form .link-edital a {
  text-transform: uppercase;
  font-weight: 500;
  color: #ED3237;
}
#subscription-form .title {
  border-bottom: 1px solid #327edc;
  padding-bottom: 1rem;
  margin-top: 3rem;
  text-transform: uppercase;
  color: #327edc;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  #subscription-form {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
#declaracoes {
  list-style: disc;
  padding-left: 25px;
}
#declaracoes li {
  margin-top: 10px;
}

/*** Override Bulma ****/
.field-body {
  margin-bottom: 0.75rem;
}
.field-body .field {
  width: calc(50% - .75rem);
}

.file-label,
.file-name,
.select,
.select select {
  min-width: 100%;
}

.file .file-label .file-cta {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .field-body .field {
    width: 100%;
  }

  .hero-body {
    padding: 3rem 1.5rem 5rem 1.5rem;
  }
  .hero-body .title {
    font-size: 1.5rem;
  }

  .btnSubmit,
.btnSubmit #btnSubmit {
    width: 100%;
  }

  .navbar-burger {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
