<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  font-family: "Montserrat", sans-serif !important;
  color: #434343;
  overflow-x: hidden;
}

p {
  line-height: 32px;
}

.container {
  max-width: 1230px !important;
}

a:hover {
  color: #54a7d9 !important;
  text-decoration: none !important;
}

.semi-bold {
  font-weight: 600;
}

.light-bg {
  background: #f9f9f9;
}

.white {
  color: #fff !important;
}

.light-black {
  color: #434343 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.blue-btn,
.blue-btn-outline {
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  border-radius: 30px;
  display: inline-flex;
}

.blue-btn {
  background: #54a7d9;
  color: #fff;
  height: 60px;
  font-size: 17px;
  line-height: 20px;
  padding: 0 50px;
}

.blue-btn:hover {
  background: rgba(0, 0, 0, 0);
  border: 2px solid #54a7d9;
  color: #54a7d9;
}

.blue-btn-outline {
  background: none;
  color: #434343;
  font-weight: 700;
  border: 2px solid #54a7d9;
  height: 50px;
  padding: 0 35px;
}

.blue-btn-outline.medium {
  font-size: 15px;
  line-height: 19px;
  font-weight: 600;
}

.blue-btn-outline.smaller {
  font-size: 10px;
  height: 30px;
  text-transform: uppercase;
  padding: 0 18px;
}

.blue-btn-outline:hover {
  background: #54a7d9;
  color: #fff !important;
}

.main-title {
  color: #377ea8;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -2.5px;
  line-height: 61px;
  margin-bottom: 0;
}

.main-title.white {
  color: #fff;
}

.main-title.mt-55 {
  margin-top: 55px;
}

.section-title {
  color: #434343;
  font-size: 24px;
  font-weight: 600;
}

.blue-title {
  color: #377ea8;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.blue-title.medium {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.blue-title.small {
  font-size: 13px;
  line-height: 24px;
}

.main-sticky-navbar {
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0509803922);
  height: 100px;
}

.main-sticky-top-link,
.nav-link {
  color: #434343;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
}

.main-sticky-top-link:hover,
.nav-link:hover {
  color: #54a7d9 !important;
}

.tippy-tooltip.dropdown-theme {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1019607843);
  padding: 35px;
  position: relative;
  overflow: visible;
  width: 260px;
}

.tippy-tooltip.dropdown-theme .tippy-content {
  padding: 0;
}

.tippy-tooltip.dropdown-theme .tooltip-item {
  margin-bottom: 20px;
}

.tippy-tooltip.dropdown-theme .tooltip-item:last-child {
  margin-bottom: 0;
}

.tippy-tooltip.dropdown-theme .tooltip-item-link {
  align-items: center;
  color: #54a7d9;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

.tippy-tooltip.dropdown-theme .tooltip-item-link:hover {
  color: #377ea8 !important;
}

@media (max-width: 1024px) {
  .main-title {
    line-height: 52px;
  }
  .btn.close {
    color: #377ea8;
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 26px;
  }
  .btn.mobile-menu {
    color: #377ea8;
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 26px;
  }
  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    left: 100%;
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 15px;
    width: 90%;
    height: 100vh;
    transition: all 0.3s ease;
    z-index: 99999;
  }
  .navbar-collapse.collapsing {
    margin-right: 50%;
    transition: all 0.3s ease;
    display: block;
  }
  .navbar-collapse.show {
    left: 10%;
  }
  .navbar-collapse.show + .bg {
    border: 0;
    display: flex !important;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 0;
    width: 100vh;
    height: 100vh;
  }
  .navbar-collapse.show .fab {
    font-size: 24px;
    color: #377ea8;
    text-decoration: none;
  }
  .navbar-collapse .navbar-nav {
    margin-top: 35px;
  }
  .navbar-collapse .navbar-nav .nav-item,
  .navbar-collapse .navbar-nav .nav-link {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .navbar-collapse .navbar-nav .nav-link {
    background: none;
    margin-bottom: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .navbar-collapse .navbar-nav .tooltip-item {
    margin-bottom: 20px;
  }
}

.banner-text {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
  color: #828282;
}

.banner.small {
  padding: 79px 0;
  overflow: hidden;
  position: relative;
  display: flex;
}

.banner.small .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: -1;
}

.por-que-todescredi {
  padding: 90px 15px 120px;
}

.por-que-todescredi-title {
  color: #434343;
  font-size: 42px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}

.por-que-todescredi-text {
  color: #377ea8;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 70px;
}

.por-que-todescredi .motivo .fal {
  color: #54a7d9;
  font-size: 52px;
  line-height: 66px;
  margin-bottom: 17px;
}

.por-que-todescredi .motivo-title {
  color: #434343;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.por-que-todescredi .motivo-text {
  padding: 0 30px;
  color: #377ea8;
  font-size: 14px;
  line-height: 30px;
}

.por-que-todescredi.blue {
  background: #377ea8;
}

.por-que-todescredi.blue p,
.por-que-todescredi.blue i.fal {
  color: #fff;
}

.servicos {
  padding: 100px 0 60px;
}

.servicos .servico {
  margin-bottom: 60px;
}

.servicos .servico-text {
  padding-right: 30px;
  color: #888;
  font-size: 13px;
  line-height: 22px;
}

.modal-xl {
  max-width: 1140px;
}

.modal-xl .modal-header {
  border: none;
  padding: 49px 0 14px 49px;
}

.modal-xl .modal-body {
  padding: 16px 49px 76px;
}

.modal-xl .close {
  color: #377ea8;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal-xl p:not(.blue-title) {
  color: #888;
}

.table {
  border-collapse: initial;
}

.table .blue-head {
  background: #54a7d9;
}

.table .blue-head th {
  color: #fff;
  padding: 9px 20px;
}

.table td {
  border: 1px solid #c9c9c9;
  color: #888;
  padding: 9px 20px;
  font-size: 14px;
  line-height: 28px;
  vertical-align: middle;
}

.table td.top {
  vertical-align: top;
}

.one-page-policy {
  line-height: 1.5;
  font-size: 13px;
  color: #434343;
}

.ilustracao-seguranca {
  display: flex;
  max-width: 330px;
  margin: 0 auto;
}

.terms {
  font-size: 13px;
  color: #888;
  line-height: 24px;
  max-height: 674px;
  overflow: auto;
}

.list-with-documents-item {
  border-bottom: 1px solid #e1e1e1;
  padding: 17px 0;
}

.list-with-documents-link {
  align-items: center;
  color: #434343;
  display: flex;
  font-size: 14px;
  line-height: 30px;
}

.list-with-documents.columns {
  -moz-column-count: 2;
  column-count: 2;
}

.list-with-documents.columns-3 {
  -moz-column-count: 3;
  column-count: 3;
}

.list-with-documents .far {
  color: #377ea8;
  font-size: 24px;
  margin-right: 15px;
}

.list-with-icons-text {
  font-size: 14px;
  line-height: 28px;
}

.list-with-icons .fal {
  color: #377ea8;
  font-size: 18px;
  margin-right: 12px;
  margin-top: 6px;
}

.introduction-info {
  padding-top: 54px;
}

.introduction-info-text {
  color: #888;
  font-size: 16px;
  line-height: 32px;
}

.introduction-info-text.mb-30 {
  margin-bottom: 30px;
}

.introduction-info-text.mb-60 {
  margin-bottom: 60px;
}

.introduction-info .list-with-icons {
  color: #377ea8;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.introduction-info .list-with-icons-text {
  margin-bottom: 20px;
  align-items: center;
}

.introduction-info .list-with-icons .fal {
  font-size: 32px;
  line-height: 1;
  margin-top: 0;
}

.como-adquirir-seu-credito {
  background: #f9f9f9;
  padding: 80px 0;
}

.form-container {
  border: 1px solid #ebebeb;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  padding: 50px;
  position: relative;
}

.form-container.small {
  padding: 20px;
}

.form-control-label,
.form-check-label {
  color: #06182f;
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 3px;
}

.form-check-label {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 10px;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(84, 167, 217, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #84c0e4;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #a4d0eb;
  border-color: #a4d0eb;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #54a7d9;
  background-color: #54a7d9;
}

.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label::before {
  border-color: #54a7d9;
  background-color: #54a7d9;
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: rgba(84, 167, 217, 0.5);
}

.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label::before {
  background-color: rgba(84, 167, 217, 0.5);
}

.carregando {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: url("../img/carregando-branco-32.svg") no-repeat center #54a7d9;
}

.carregando.active {
  display: block;
}

.alert &gt; ul {
  list-style: none;
  padding: 0;
}

.alert &gt; ul:last-child {
  margin-bottom: 0;
}

.alert &gt; ul &gt; li:nth-child(n + 2) {
  margin-top: 10px;
}

.blue-btn {
  position: relative;
}

.sidebar .blue-btn-outline {
  height: 37px;
  margin-top: -10px;
  margin-bottom: 30px;
}

.important,
.localizacao-text {
  color: #888;
  font-size: 13px;
  line-height: 28px;
}

.important {
  color: #434343;
}

.contact-text {
  color: #434343;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 20px;
}

.contact-text + .important {
  margin-bottom: 40px;
}

footer {
  padding: 50px 0;
}

footer .footer-links {
  margin-bottom: 55px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

footer .footer-links .blue-title {
  margin-bottom: 12px;
}

footer .footer-links .footer-link {
  color: #434343;
}

footer .address {
  font-size: 11px;
  line-height: 22px;
}

footer .fab {
  color: #377ea8;
  font-size: 24px;
}

footer .politica-privacidade {
  float: left;
  color: #434343;
}

footer .politica-privacidade:hover {
  color: #377ea8;
}

footer .tua {
  float: right;
  width: 63px;
  height: 20px;
  margin-top: -20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../img/logo-tua-dark.svg");
  background-repeat: no-repeat;
}

footer .cookie-bar {
  display: none;
  background: #377ea8;
  padding: 15px 0px;
  position: fixed;
  z-index: 999999;
  bottom: 0;
  left: 0px;
  width: 100vw;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
}

footer .cookie-bar .wrapper {
  max-width: 1420px;
  position: relative;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - 40px);
  min-width: 1000px;
}

footer .cookie-bar .box {
  float: left;
  width: calc(100vw - 350px);
}

footer .cookie-bar .titulo {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 7px;
}

footer .cookie-bar .texto {
  color: #fff;
  font-size: 13px;
}

footer .cookie-bar .texto a {
  text-decoration: underline;
  color: #fff;
  font-weight: 700;
}

footer .cookie-bar .buttons {
  float: right;
}

footer .cookie-bar .buttons li {
  list-style: none;
  cursor: pointer;
  border: 3px solid #377ea8;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 7px 20px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  float: left;
  margin-left: 10px;
}

footer .cookie-bar .buttons li.aceitar {
  background: #fff;
  color: #377ea8;
  border: 1px solid #377ea8;
}

footer .cookie-bar .buttons li.nao-aceitar {
  color: #fff;
  border: 1px solid #fff;
}

footer .cookie-bar .buttons li:hover {
  opacity: 0.8;
}

@media (max-width: 1140px) {
  .banner.small {
    height: 560px !important;
  }
  .banner.small .banner-image {
    -o-object-position: 66% 0 !important;
    object-position: 66% 0 !important;
  }
  .cookie-bar .wrapper {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 0 !important;
  }
  .cookie-bar .wrapper .box {
    float: none;
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  .cookie-bar .wrapper .buttons {
    float: none;
    margin-left: 20px;
    width: calc(100% - 40px);
    margin-top: 30px;
  }
}

@media (max-width: 560px) {
  footer .politica-privacidade {
    font-size: 15px;
    float: none;
    text-align: center;
    display: block;
    margin: 0 auto 40px auto;
  }
  footer .tua {
    float: none;
    display: block;
    margin: 20px auto 0;
  }
}

.modal.popup .modal-dialog {
  max-width: 700px;
}

.modal.popup .modal-body {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  padding: 0;
}

.modal.popup .popup-fechar {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.swiper-slide img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.tabs {
  padding: 60px 15px 0;
}

.tabs-btn-container {
  margin-bottom: 60px;
}

.tabs-btn {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: #377ea8;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  height: 120px;
  padding: 0 25px;
  text-align: left;
  width: 180px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1019607843);
}

.tabs-btn.active,
.tabs-btn:hover {
  background: #377ea8;
  color: #fff;
}

.tabs-btn:first-child {
  margin-right: 30px;
}

.tabs-content {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  min-height: 491px;
}

.tabs-content.show {
  opacity: 1;
  position: relative;
  z-index: 2;
}

.tabs-title {
  color: #377ea8;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .swiper-slide img {
    -o-object-position: 66% 0;
    object-position: 66% 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 560px;
  }
  .main-title,
  .banner-text {
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1607843137);
  }
  #cessao-row #cessao-tab .cessao-credito-cdc img {
    max-width: 100vw;
    object-fit: contain;
    margin: 40px auto 20px auto;
  }
  #cessao-row #emprestimo-tab img {
    max-width: 100vw;
    object-fit: contain;
    margin: 40px auto 20px auto;
  }
}

@media (max-width: 767px) {
  .popup.modal {
    max-width: 100vw;
  }
  .popup.modal .modal-dialog {
    margin-right: 8px;
    margin-left: 8px;
  }
  .popup.modal .modal-dialog .modal-body {
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    padding: 0;
    margin: 0 auto;
  }
  .popup.modal .modal-dialog .modal-body img {
    max-width: calc(100vw - 16px);
    text-align: center;
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
  }
  .popup.modal .modal-dialog .modal-body .popup-fechar {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: rgba(0, 0, 0, 0);
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  #cessao-row {
    max-width: 100vw;
    display: contents;
  }
  #cessao-row #cessao-tab {
    max-width: 100vw;
  }
  #cessao-row #cessao-tab .cdc {
    padding: 0 22px;
  }
  #cessao-row #cessao-tab .cessao-credito-cdc {
    max-width: 100vw;
    padding: 0;
  }
  #cessao-row #cessao-tab .cessao-credito-cdc img {
    max-width: 100vw;
    object-fit: contain;
    margin: 0 auto;
  }
  #emprestimo-tab {
    max-width: 100vw;
  }
}

.sobre-nos {
  padding: 60px 0 86px;
}

.sobre-nos .main-title {
  margin-bottom: 40px;
}

.sobre-nos-text {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
}

.sobre-nos-text span {
  color: #377ea8;
  font-weight: 700;
}

.missao-principios {
  padding: 90px 15px 100px;
}

.missao-principios .missao {
  font-size: 18px;
  line-height: 40px;
}

.politica-de-privacidade {
  padding: 60px 0 86px;
}

.politica-de-privacidade .main-title {
  margin-bottom: 40px;
}

.politica-de-privacidade-title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: bold;
}

.politica-de-privacidade-subtitle {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: bold;
  text-decoration: underline;
}

.politica-de-privacidade-text {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: regular;
  text-decoration: none;
}

.politica-de-privacidade-text span {
  color: #377ea8;
  font-weight: 700;
}

.politica-de-privacidade .lista-letras {
  list-style: lower-alpha outside;
}

.politica-de-privacidade .lista-letras li::marker {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
textarea {
  resize: none;
}
</pre></body></html>