section.banner-header h1 {
  font-weight: bold;
  font-size: 4.3rem;
  text-align: left;
}

section.banner-header .carousel-caption {
  top: 20%;
  left: 11%;
}

section.cadastro button.black {
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 1.1rem;
  height: 40px;
  width: 85%;
  font-weight: bold;
  border-radius: 20px;
}

section.cadastro button.white {
  background-color: #fff;
  color: #000;
  border: none;
  font-size: 1.1rem;
  height: 40px;
  width: 85%;
  font-weight: bold;
  border-radius: 20px;
  border: 1px solid #000;
}

section.cadastro select {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #000;
  margin-top: 30px;
  cursor: pointer;
}

section.cadastro input {
  border-radius: 20px;
  border: 1px solid #000;

}

section.cadastro label {
  font-weight: 700;
  font-size: 0.8rem;
}

section.cadastro span {
  font-size: 1.4rem;
  font-weight: 700;
}


section.cadastro .btn {
  border-radius: 10px;
  background-color:  #c90c0f;
  color: #fff;
  width: 50%;
  border-radius: 21px;
  font-size: 1.2em;
  font-weight: bold;
}

section.cadastro .btn:hover {
  background-color: #b50712;
}

section.cadastro .juridica {
  display: none;
}

.form-check-input:checked[type=radio] {
  background: #000;
  border: 1px solid #000;
}

@media (max-width: 1199.98px) {
  section.cadastro button.black {
    font-size: 0.8rem;
    width: 100%;
  }

  section.cadastro button.white {
    font-size: 0.8rem;
    width: 100%;
  }

  section.banner-header h1 {
    font-size: 3rem;
  }
}

@media (max-width: 991.98px) {
  section.banner-header {
    margin-top: 45px;
  }

  section.banner-header h1 {
    font-size: 2.5rem;
  }

  section.cadastro button.black {
    font-size: 0.8rem;
    width: 100%;
  }

  section.cadastro label {
    font-weight: 700;
    font-size: 0.7rem;
}

  section.cadastro button.white {
    font-size: 0.7rem;
    width: 100%;
  }

  section.cadastro select {
    width: 104%;
  }

  section.cadastro input {
    width: 104%;
    height: 35px;
  }

  section.cadastro .btn {
    width: 76%;
    font-size: 1em;
  }
}

@media (max-width: 767.98px) {
  section.banner-header h1 {
    font-size: 2.3rem;
    margin-left: -60px;
  }

  section.banner-header {
    margin-top: 75px;
  }

  section.cadastro button.black {
    width: 100%;
  }

  section.cadastro button.white {
    width: 101%;
  }

  section.cadastro select {
    width: 101%;
  }

  section.cadastro input {
    width: 101%;
    height: 35px;
  }
}

@media (max-width: 575.98px) {
  section.banner-header .carousel-caption {
    top: 11%;
    left: 12px;
  }

  section.banner-header h1 {
    font-size: 1.7rem;
    margin-left: 20px;
  }

  section.cadastro button.black {
    width: 100%;
  }

  section.cadastro button.white {
    width: 100%;
  }

  section.cadastro select {
    width: 101%;
  }

  section.cadastro input {
    width: 100%;
    height: 35px;
  }

  section.cadastro input {
    width: 100%;
  }

  section.cadastro .btn {
    width: 36%;
  }
}