section#banner {
  width: 100%;
  min-height: calc(100vh - 96.53px);
  background-image: url("https://storage.googleapis.com/clientesmapptools/4c2ea990f072490fdd02827da2ceb368.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section#banner {
    text-align: center;
  }
}
section#banner h1 {
  color: white;
  margin: 0;
  margin-bottom: 2rem;
}
section#banner h1 ~ button {
  text-transform: uppercase;
  font-size: 1.15rem;
}
section#banner h1 ~ button:not(:last-child) {
  margin-right: 0.25rem;
}

section#como-funciona {
  width: 100%;
  padding: 2rem 0;
}
section#como-funciona h2 {
  margin: 0;
  margin-bottom: 0.25rem;
}
section#como-funciona h2 ~ p {
  margin-bottom: 2rem;
  font-weight: 400;
}
section#como-funciona .cards-como-funciona {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section#como-funciona .cards-como-funciona > div.card {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 350px;
  margin-bottom: 1.75rem;
  padding: 1.5rem;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
@media (min-width: 568px) {
  section#como-funciona .cards-como-funciona > div.card:hover {
    transform: scale(1.05);
  }
}
@media (min-width: 568px) {
  section#como-funciona .cards-como-funciona > div.card {
    flex-direction: row;
  }
}
section#como-funciona .cards-como-funciona > div.card > .card-icon {
  margin-bottom: 1.75rem;
}
@media (min-width: 568px) {
  section#como-funciona .cards-como-funciona > div.card > .card-icon {
    margin-bottom: 0;
    margin-right: 1.75rem;
  }
}
section#como-funciona .cards-como-funciona > div.card > .card-content {
  height: 100%;
  text-align: center;
}
@media (min-width: 568px) {
  section#como-funciona .cards-como-funciona > div.card > .card-content {
    text-align: inherit;
  }
}
section#como-funciona .cards-como-funciona > div.card > .card-content h4 {
  font-size: 1.15rem;
  margin: 0;
  margin-bottom: 0.75rem;
}
section#como-funciona .cards-como-funciona > div.card > .card-content span {
  font-size: 1rem;
  font-weight: 400;
}

section#logar {
  width: 100%;
  padding: 2rem 0;
}
section#logar h2 {
  margin: 0;
  margin-bottom: 2rem;
}
section#logar h4 {
  margin: 0;
  margin-bottom: 1.25rem;
}
section#logar .container > .row > div:last-of-type {
  text-align: center;
}
@media (min-width: 768px) {
  section#logar .container > .row > div:last-of-type {
    text-align: inherit;
  }
}
section#logar br,
section#logar hr {
  display: none;
}
section#logar section#emailSenha form > div:last-of-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section#logar section#emailSenha form > div:last-of-type a {
  display: block;
  text-align: right;
}
section#logar section#emailSenha form > div:last-of-type a:hover {
  color: #000000;
}
section#logar section#emailSenha form p {
  display: none;
}
section#logar section#emailSenha form label {
  font-size: 100%;
  padding: 0;
  font-weight: 500;
}
section#logar section#emailSenha form input[type=submit] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  text-transform: uppercase;
  font-weight: 500;
}
section#logar section#esqueciSenha form label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  font-size: 100%;
  font-weight: 500;
}
section#logar section#esqueciSenha form label a:hover {
  color: #000000;
}
section#logar section#esqueciSenha form label a i {
  font-size: 80%;
  margin-right: 0.25rem;
}
section#logar section#esqueciSenha form input[type=submit] {
  display: block;
  width: 100%;
  text-transform: uppercase;
}

section#cadastrar {
  width: 100%;
  padding: 2rem 0;
}
section#cadastrar h2 {
  margin: 0;
  margin-bottom: 2rem;
}
section#cadastrar h4 {
  margin: 0;
  margin-bottom: 1.25rem;
}
section#cadastrar br,
section#cadastrar hr {
  display: none;
}
section#cadastrar .container > div:last-of-type {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  section#cadastrar .container > div:last-of-type {
    display: block;
  }
}
section#cadastrar .container > div:last-of-type .col-md-5 {
  text-align: center;
}
@media (min-width: 768px) {
  section#cadastrar .container > div:last-of-type .col-md-5 {
    text-align: left;
  }
}
section#cadastrar .container > div:last-of-type .col-md-5 img {
  margin-bottom: 1.25rem;
}
section#cadastrar form label {
  font-size: 100%;
  padding: 0;
}
section#cadastrar form .radio label {
  padding-left: 20px;
}
section#cadastrar form .form-group,
section#cadastrar form p {
  margin-bottom: 0;
}
section#cadastrar form .row {
  margin-bottom: 0.5rem;
}
section#cadastrar form .row > .col-md-3.col-sm-3 {
  padding-top: 24px !important;
  width: 75%;
}
@media (max-width: 991px) {
  section#cadastrar form .row > .col-md-3.col-sm-3 {
    width: 100%;
  }
}
section#cadastrar form .row > .col-md-3.col-sm-3:last-of-type {
  display: none;
}
section#cadastrar form .row > .col-md-3.col-sm-3 input[type=button] {
  padding: 11px 1.75rem;
  display: block;
  width: 100%;
}
section#cadastrar form div[id^=UploadDoc] input[type=button] {
  display: block;
  width: 100%;
}
section#cadastrar #bt-cadastrar-cliente {
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 1rem 0;
}/*# sourceMappingURL=styles.css.map */