section.banner-header .carousel-caption {
  top: 100px;
}

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

section.banner-header .carousel-caption small {
  color: #c90c0f;
}

section.main .cadastro {
  background-color: #000;
  border-radius: 20px;
  width: 500px;
  position: absolute;
  top: 350px;
}

section.check h3 {
  font-size: 32px;
  font-weight: 700;
  color: #C90C0F;
}

section.check p {
  padding-top: 0.5rem!important;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  margin: 0 auto;
  padding: 0px 10px 20px 10px;
}

section.main .cadastro h3 {
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
}

section.main .cadastro p {
  color: #fff;
  font-weight: bold;
}

section.main .cadastro input {
  height: 35px;
  width: 94%;
  text-decoration: none;
  background-color: #f5f5f5;
  border: none;
  color: #000;
}

section.main .cadastro input#check {
  width: 18px !important;
  height: 18px;
  background-color: #c90c0f;
  color: #000;
}

section.main .cadastro label {
  color: #fff;
  font-size: 12px;
}

section.main .cadastro input.login {
  width: 93%;
  height: 35px;
}

section.main .cadastro input::placeholder {
  color: #000;
}

section.main .cadastro p.check {
  font-weight: bold;
  font-size: 0.7rem;
  color: #fff;
}

section.main .cadastro button.btn {
  background-color: #c90c0f;
  font-weight: bold;
  color: #fff;
  border-radius: 20px;
  width: 28%;
  font-size: 1.2rem;
}

section.main .cadastro button.btn:hover {
  background-color: #c90c0f;
}

.resp-email-contato{
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-weight: 600;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
  color: #fff;
}

/* @media (max-width: 1560px) {
  section.main .cadastro {
    bottom: -390px;
    width: 45%;
  }
} */

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

  section.banner-header .carousel-caption {
    top: 40px;
  }

  section.main .cadastro {
    top: 260px;
    right: 20px;
  }

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

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

  section.banner-header .carousel-caption {
    top: 20px;
  }

  section.banner-header .carousel-caption h1 {
    font-size: 1.9rem;
  }

  section.main .cadastro {
    position: absolute;
    top: 290px;
    width: 390px;
  }

  section.main .cadastro h3 {
    font-size: 1.8em;
  }
}

@media (max-width: 767.98px) {
  section.banner-header {
    position: relative;
    margin-top: 42px;
  }

  section.banner-header .carousel-caption h1 {
    font-size: 2.4rem;
  }

  section.banner-header .carousel-caption {
    top: 36px;
  }

  section.main .cadastro {
    position: static;
    bottom: -0;
    width: 100%;
  }
}

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

  section.banner-header .carousel-caption h1 {
    font-size: 1.8rem;
  }

  section.banner-header {
    position: relative;
    margin-top: 84px;
  }

  section.banner-header .carousel-caption h1 {
    font-size: 1.3rem;
  }


  section.main .cadastro p {
    font-size: 0.9rem;
  }

  section.main .cadastro {
    position: static;
    bottom: -0;
    width: 100%;
  }
}