section#banner {
  width: 100%;
  min-height: calc(100vh - 96.53px);
  background-image: url("https://storage.googleapis.com/clientesmapptools/6b85cca29fb9350b55ead154754b221e.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  section#banner {
    text-align: center;
  }
}
section#banner h1 {
  margin: 0;
  margin-bottom: 2rem;
  color: white;
}
section#banner h1 ~ a {
  text-transform: uppercase;
  font-size: 1.15rem;
}
section#banner h1 ~ a:not(:last-child) {
  margin-right: 0.25rem;
}

section#como-funciona {
  width: 100%;
  padding: 2rem 0;
}
section#como-funciona h2 {
  margin: 0;
  margin-bottom: 2rem;
}
section#como-funciona .cards-how-to-work {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section#como-funciona .cards-how-to-work > div.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: white;
  border-radius: 0.25rem;
  padding: 1rem;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
section#como-funciona .cards-how-to-work > div.card:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  section#como-funciona .cards-how-to-work > div.card:hover {
    transform: scale(1.05);
  }
}
section#como-funciona .cards-how-to-work > div.card:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (min-width: 568px) {
  section#como-funciona .cards-how-to-work > div.card {
    width: calc(50% - 1rem);
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  section#como-funciona .cards-how-to-work > div.card {
    width: calc(33.3333333333% - 2rem);
  }
}
@media (min-width: 992px) {
  section#como-funciona .cards-how-to-work > div.card {
    flex-direction: row;
  }
}
section#como-funciona .cards-how-to-work > div.card > div.card-icon {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  section#como-funciona .cards-how-to-work > div.card > div.card-icon {
    flex-direction: row;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
section#como-funciona .cards-how-to-work > div.card > div.card-content {
  text-align: center;
}
@media (min-width: 992px) {
  section#como-funciona .cards-how-to-work > div.card > div.card-content {
    text-align: inherit;
  }
}
section#como-funciona .cards-how-to-work > div.card > div.card-content h4 {
  margin: 0;
  margin-bottom: 0.5rem;
}
section#como-funciona .cards-how-to-work > div.card > div.card-content p {
  margin: 0;
}

section#tipos-servicos {
  width: 100%;
  padding: 2rem 0;
  background-color: #000000;
}
section#tipos-servicos h2 {
  margin: 0;
  margin-bottom: 0.75rem;
  color: white;
  text-align: center;
}
section#tipos-servicos h2 ~ p {
  margin-bottom: 2rem;
  color: white;
  text-align: center;
  font-weight: 400;
}
section#tipos-servicos .cards-services-types {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section#tipos-servicos .cards-services-types > a.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  background-color: white;
  text-decoration: none;
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 0 0.65rem 1.25rem;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
section#tipos-servicos .cards-services-types > a.card:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.98);
}
section#tipos-servicos .cards-services-types > a.card:last-child {
  margin-bottom: 0;
}
section#tipos-servicos .cards-services-types > a.card > div.card-icon {
  margin-bottom: 1rem;
}
section#tipos-servicos .cards-services-types > a.card > div.card-content h4 {
  margin: 0;
  color: #000000;
}/*# sourceMappingURL=styles.css.map */