<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
  font-size: 16px !important;
}

h1 {
  font-size: 22px;
}

.v-align {
  display: flex;
  align-items: center;
}

.btn {
  font-size: 22px;
  border: none;
  padding: 12px;
}

.btn-primary {
  background-color: #009edc;
}
.btn-primary:hover {
  background-color: #009edc;
}

.btn-white {
  background-color: #fff;
  color: #009edc !important;
}

.carousel-title {
  background-color: #ebebeb;
  color: #000;
}

.f-primary {
  font-weight: bold;
  color: #009edc;
}

.f-w {
  color: #fff;
}

.h-100 {
  height: 100vh !important;
}

.background-primary {
  background: linear-gradient(rgba(0, 158, 220, 0.3) 20%, rgba(0, 158, 220, 0.3) 70%), url(../img/fundo_azul.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center right;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.background-primary h3, .background-primary h2, .background-primary p {
  color: #ffffff;
}

.background-secondary {
  background-color: #ebebeb;
}

.background-form {
  background-color: #E2E2E2;
}

.service-img img {
  border-radius: 10px;
  margin: 20px;
}

.footer .row {
  align-items: center;
}
.footer .row img {
  width: 120px;
  padding: 10px;
}
.footer .row p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .m-sm-5 {
    margin: 1rem !important;
  }

  .container {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .t-sm-center {
    text-align: center !important;
  }
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>