@charset "UTF-8";
/* CORES */
/* AZUL MEDIUM */
/* AZUL ESCURO */
/* VERDE FLAT*/
html {
  font-size: 16px; }

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  color: #707070;
  padding-top: 0;
  font-size: 16px;
  font-size: 1rem; }

.off, .container-alerts:empty {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

.social-media-links {
  list-style: none;
  padding-left: 0; }
  .social-media-links li {
    float: left; }
  .social-media-links li a {
    display: inline-block;
    color: #fff;
    background: #2D85C1;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .social-media-links li a:hover {
      background-color: #60a9da; }
  .social-media-links.social-media-links_lg li a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    font-size: 1.125rem; }
  .social-media-links.social-media-links__rounded li a {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px; }
  .social-media-links.social-media-links__white li a {
    background: #fff;
    color: #00aeef; }
    .social-media-links.social-media-links__white li a:hover {
      color: #fff;
      background-color: #164463; }

.social-media-links.m-right li {
  margin-right: 4px; }

.social-media-links.m-left li {
  margin-left: 4px; }

.container-fluid {
  max-width: 1440px; }

hr.divider {
  border: none;
  height: 1px;
  background-color: #f8f9fb; }
  hr.divider.divider_transparent {
    background-color: transparent; }
  hr.divider.divider_blue {
    background-color: #2D85C1; }
  hr.divider.divider__secondary {
    background-color: #164463; }
  hr.divider.divider__large {
    background-color: rgba(184, 221, 248, 0.25);
    height: 4px; }

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap; }

.regular-link {
  text-decoration: underline; }

/*
 * Style tweaks
 * --------------------------------------------------
 */
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */ }

.panel-scroll {
  height: 225px;
  position: relative;
  overflow: hidden; }

.card-document {
  padding: 24px;
  height: 100%;
  border: 1px solid #E0E0E0;
  display: block;
  width: 100%;
  flex-wrap: wrap;
  border-radius: 3px;
  -moz-transition-property: border;
  -webkit-transition-property: border;
  transition-property: border;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out; }

.card-document .badge.bagde-primary {
  padding: 3px 6px;
  border-radius: 3px;
  background-color: var(--color-blue-dark);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 16px; }

.card-document h4 {
  color: var(--color-blue-primary);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  width: 100%;
  -moz-transition: 300ms color ease-in-out;
  -webkit-transition: 300ms color ease-in-out;
  transition: 300ms color ease-in-out; }

.card-document .fk-download {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: var(--color-blue-primary);
  border-radius: 50%;
  background-color: rgba(184, 221, 248, 0.25);
  margin-top: 16px;
  -moz-transition-property: color, background-color, -moz-transform;
  -webkit-transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, transform;
  -moz-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out; }

.card-document:hover {
  text-decoration: none;
  border: 1px solid var(--color-blue-primary); }

.card-document:hover .fk-download {
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  background-color: var(--color-blue-primary);
  color: #fff; }

.card-document:hover h4 {
  color: var(--color-blue-dark); }

.navbar.navbar-dark {
  padding-top: 0;
  padding-bottom: 0; }

.navbar-brand {
  width: 151px;
  height: 81px;
  background: url("../img/frontend/logotipo-bullla-branco.png") center center no-repeat;
  background-size: 151px 81px; }

.navbar .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.025em;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.75rem;
  padding: 0.5rem 0.875rem;
  border: 2px solid transparent; }
  .navbar .nav-link.nav-link_login {
    background-color: transparent;
    border: 2px solid #fff; }
  .navbar .nav-link.nav-link_simulacao {
    background-color: #003463;
    border: 2px solid #003463; }
    .navbar .nav-link.nav-link_simulacao:hover {
      background-color: #001930; }
.navbar .nav-link.dropdown-toggle {
  font-size: 24px;
  font-size: 1.5rem; }
  .navbar .nav-link.dropdown-toggle:after {
    border: none;
    display: none; }
.navbar.navbar-dark .nav-link.nav-link_simulacao:hover {
  border: 2px solid #004f96;
  background-color: #001930; }

.navbar-dark .navbar-nav .nav-link {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
  background-color: rgba(45, 133, 193, 0.25); }

.navbar-dark .dropdown-menu.dropdown-menu-lg {
  min-width: 460px;
  max-width: 490px; }

.signin.bg-white {
  background-color: #fff; }
  .signin.bg-white .navbar {
    width: 100%;
    position: fixed;
    top: 0; }
  .signin.bg-white .navbar-brand {
    width: 151px;
    margin: 0;
    background-color: transparent; }

.dropdown-menu {
  overflow: hidden;
  border-radius: 0; }
  .dropdown-menu h4 {
    color: #2D85C1;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 0; }
    .dropdown-menu h4.m-b-14 {
      margin-bottom: 0.875rem; }
  .dropdown-menu p {
    font-size: 12px;
    font-size: 0.75rem;
    color: #2D85C1; }
  .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-size: 0.875rem;
    color: #2D85C1; }
    .dropdown-menu .dropdown-item.dropdown-item__message {
      padding: 1.5rem 1.5rem;
      border-top: 1px solid #B8DDF8;
      border-bottom: 1px solid #B8DDF8; }
      .dropdown-menu .dropdown-item.dropdown-item__message p {
        white-space: normal;
        font-size: 11px;
        font-size: 0.6875rem;
        font-weight: 300; }
      .dropdown-menu .dropdown-item.dropdown-item__message h4 i {
        font-size: 8px;
        color: #56DF9F;
        vertical-align: middle;
        margin-left: 4px; }
      .dropdown-menu .dropdown-item.dropdown-item__message h4 small {
        float: right;
        font-size: 9px; }
    .dropdown-menu .dropdown-item.new-message {
      background-color: #E8F6F5; }
    .dropdown-menu .dropdown-item.m-t-drop {
      margin-top: .25rem; }
    .dropdown-menu .dropdown-item.m-b-drop {
      margin-bottom: .25rem; }
  .dropdown-menu .dropdown-item__message + .dropdown-item__message {
    border-top: none; }
  .dropdown-menu .dropdown-item_alert {
    border-top: 1px solid #B8DDF8;
    border-bottom: 1px solid #B8DDF8; }
    .dropdown-menu .dropdown-item_alert h4, .dropdown-menu .dropdown-item_alert p {
      white-space: initial; }
    .dropdown-menu .dropdown-item_alert p {
      margin-bottom: 0.75rem; }
  .dropdown-menu .dropdown-item_alert + .dropdown-item_alert {
    border-top: none; }

.dropdown-divider.dropdown-divider__blue {
  margin: 0;
  border-top: 1px solid #B8DDF8; }

.dropdown-toggle .badge {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 10px;
  padding: .4em .4em;
  border-radius: 50%;
  min-width: 18px;
  min-height: 18px;
  display: inline-block;
  text-align: center; }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    margin: 0 0.25rem; }
    .navbar-expand-md .navbar-nav .nav-link.dropdown-toggle {
      padding: 1.5rem; }

  .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0; } }
@media (max-width: 767px) {
  .navbar-dark .dropdown-menu.dropdown-menu-lg {
    min-width: 100%;
    max-width: 100%; } }
@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: .5rem .875rem; } }
.imgMenuUser {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid white;
  margin: -6px auto; }
  .imgMenuUser.imgMenuAlert {
    border: none;
    width: 28px;
    height: 28px;
    clip-path: none;
    border-radius: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }

h1 {
  color: #2D85C1;
  font-size: 62px;
  font-size: 3.875rem;
  font-weight: 400;
  letter-spacing: -0.035em; }

.h1-alternative {
  color: #164463;
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
  margin-bottom: 32px; }
  .h1-alternative strong {
    color: #00aeef; }

.h1_smaller {
  font-size: 52px;
  font-size: 3.25rem; }

.text-display {
  font-size: 52px;
  font-size: 3.25rem;
  color: #00aeef; }

.text-display_secondary {
  color: #164463;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700; }

.box-content h4.text-bullanders,
.text-bullanders {
  color: #164463;
  background: url("../img/base/bg-bullanders.jpg") left center no-repeat;
  padding: 10px 0 10px 52px;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 400;
  text-transform: uppercase; }

h2 {
  color: #164463;
  font-size: 32px;
  font-size: 2rem; }

.h3,
h3 {
  color: #2D85C1;
  font-size: 36px;
  font-size: 2.25rem; }

h4 {
  color: #00C7B1;
  font-size: 18px;
  font-size: 1.125rem; }

h5 {
  color: #00C7B1;
  font-size: 13px;
  font-size: 0.8125rem; }
  h5.modal-title {
    font-size: 1.25rem; }

.title-uppercase {
  text-transform: uppercase; }

.title-uppercase__h3 {
  color: #2D85C1;
  font-size: 18px;
  font-size: 1.125rem; }

p {
  line-height: 1.5em;
  margin-bottom: 1.5rem; }

p, ul, blockquote {
  font-size: 14px;
  font-size: 0.875rem; }

a {
  color: #2D85C1; }
  a.link-secondary {
    color: #164463; }

blockquote.blockquote p {
  font-size: 24px;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 300; }

.secondary-primary {
  color: #164463; }

.text-primary {
  color: #2D85C1; }
  .text-primary a {
    color: #164463; }

.text-secondary {
  color: #164463 !important; }
  .text-secondary a {
    color: #2D85C1; }

.text-blue {
  color: #4183d7; }

.text-red,
.text-alert {
  color: #d81f35; }

.text-green {
  color: #56DF9F; }

.text-tertiary,
.text-dark-green {
  color: #00C7B1; }

.text-light-blue {
  color: #B8DDF8; }

.text-bigger {
  font-size: 48px;
  font-size: 3rem; }

.title-user {
  font-size: 24px;
  font-size: 1.5rem;
  text-transform: uppercase; }

.label-text {
  font-size: 11px; }

.text-regular {
  font-weight: 400; }

.title-lineartext {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #164463; }
  .title-lineartext strong {
    color: #00aeef;
    font-weight: 400; }
  .title-lineartext.title-lineartext__dark {
    color: #00aeef; }
    .title-lineartext.title-lineartext__dark strong {
      color: #ffffff; }

.page-header {
  padding-bottom: 12px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.1); }
  .page-header .badge {
    font-size: 10px; }
  .page-header h1 {
    margin-top: 0.1875rem;
    margin-bottom: 0.1875rem;
    font-size: 42px;
    font-size: 2.625rem;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: #00aeef; }

/* BUTTON */
.btn, .btn-minimal, .btn-primary, .btn-secondary, .btn-tertiary, .btn-gray, .btn-green, .btn-white, .btn-print, .btn-rounded {
  background-color: transparent;
  border: none;
  border-radius: 3px;
  padding: 12px 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: white;
  font-size: 15px;
  font-size: 0.9375rem;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

.btn, .btn-minimal, .btn-primary, .btn-secondary, .btn-tertiary, .btn-gray, .btn-green, .btn-white, .btn-print, .btn-rounded {
  color: #2D85C1; }
  .btn:hover, .btn-minimal:hover, .btn-primary:hover, .btn-secondary:hover, .btn-tertiary:hover, .btn-gray:hover, .btn-green:hover, .btn-white:hover, .btn-print:hover, .btn-rounded:hover {
    color: #00C7B1;
    background-color: transparent; }

.btn-minimal {
  color: #707070;
  border: 1px solid rgba(112, 112, 112, 0.3);
  background-color: transparent; }
  .btn-minimal:hover {
    color: #707070;
    border: 1px solid #707070; }

.btn-primary {
  color: white; }
  .btn-primary:hover {
    color: white; }

.btn-secondary {
  color: white;
  background-color: #164463; }
  .btn-secondary:hover {
    color: white;
    background-color: #0d2739; }

.btn-tertiary {
  color: white;
  background-color: #00C7B1; }
  .btn-tertiary:hover {
    color: white;
    background-color: #009484; }

.btn-gray {
  color: white;
  background-color: #707070; }
  .btn-gray:hover {
    color: white;
    background-color: #3d3d3d; }

.btn-green {
  color: white;
  background-color: #56DF9F; }
  .btn-green:hover {
    color: white;
    background-color: #1d995f; }

.btn-white {
  color: #164463;
  background-color: white; }
  .btn-white:hover {
    color: white;
    background-color: #164463; }
  .btn-white.btn-pagador {
    color: #00C7B1; }
  .btn-white.btn-poupador:hover {
    background-color: #2D85C1; }

.btn-print {
  border: 1px solid rgba(45, 133, 193, 0.5);
  padding-right: 62px;
  background: url("../img/frontend/icones/btn-printer.png") right center no-repeat;
  font-weight: 400; }

.wrapper-clearfix {
  display: block;
  width: 100%; }

.btn-rounded {
  padding: 5px 14px;
  border-radius: 16px;
  font-size: 11px;
  font-size: 0.6875rem; }

.btn-sm {
  padding: 8px 12px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em; }

.btn-xs {
  padding: 4px 8px;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 0.05em; }

.btn-outline {
  border: 1px solid #D4EBFC; }

.btn-label {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400; }

.btn-sm-download {
  padding-right: 42px;
  background: url("../img/frontend/icones/icon-download-small.jpg") right center no-repeat; }

.btn-semi-rounded {
  border-radius: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase; }

.btn-icon__right i {
  margin-left: 16px; }

.btn-icon__left i {
  margin-right: 16px; }

.btn-link.btn-link__primary {
  color: #2D85C1 !important; }
.btn-link.btn-link__secondary {
  color: #164463 !important; }

.btn-outline-tertiary {
  border: 2px solid #00C7B1;
  color: #00C7B1;
  text-transform: uppercase; }
  .btn-outline-tertiary:hover {
    background-color: rgba(0, 199, 177, 0.05); }

.btn-outline-white {
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase; }
  .btn-outline-white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2); }

.btn-small-rounded {
  border-radius: 6px; }

.btn-video {
  width: 124px;
  height: 124px;
  background-image: url("../img/base/play-icon.png");
  display: block;
  margin: auto; }

.btn-social-rounded {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  color: #fff;
  background-color: #2D2D2D;
  display: inline-block;
  margin-right: 3px; }
  .btn-social-rounded:hover {
    color: #ffffff;
    background-color: #2D85C1; }

.btn-no-padding {
  padding-left: 0;
  padding-right: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #00C7B1; }

::placeholder {
  color: #2D85C1 !important;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2D85C1 !important; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2D85C1 !important; }

.form-control-lg,
.form-control {
  border: 1px solid #2D85C1;
  font-size: 14px;
  font-size: 0.875rem; }

.form-group.form-group-btn {
  position: relative; }
  .form-group.form-group-btn .btn-outline-secondary {
    position: absolute;
    right: 0;
    z-index: 10;
    top: 0; }
    .form-group.form-group-btn .btn-outline-secondary#button-addon2 {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }

.remember-password {
  font-size: 12px;
  margin-top: -8px;
  margin-bottom: 15px;
  display: block; }

.form-newsletter .input-group-append .btn, .form-newsletter .input-group-append .btn-minimal, .form-newsletter .input-group-append .btn-primary, .form-newsletter .input-group-append .btn-secondary, .form-newsletter .input-group-append .btn-tertiary, .form-newsletter .input-group-append .btn-gray, .form-newsletter .input-group-append .btn-green, .form-newsletter .input-group-append .btn-white, .form-newsletter .input-group-append .btn-print, .form-newsletter .input-group-append .btn-rounded {
  padding: .375rem .75rem; }

.form-group label {
  color: #2D85C1;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .form-group label.field-with-content {
    position: absolute;
    left: 21px; }

.checkbox-control {
  height: calc(2.875rem + 2px);
  padding: .5rem 2rem;
  font-size: 1.25rem;
  line-height: 1.5; }
  .checkbox-control .custom-control-label:before, .checkbox-control .custom-control-label:after {
    top: 0.05rem; }

.checkbox-control.checkbox-control__small {
  padding: .25rem 1.5rem;
  height: calc(1.875rem + 2px); }

.input-group .form-control {
  border-right: #fff; }
.input-group .input-group-text {
  background-color: transparent;
  color: #4183d7;
  border-color: #2D85C1; }

.form-frontend ::placeholder {
  color: #d4dde3 !important;
  opacity: 1;
  /* Firefox */ }
.form-frontend :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d4dde3 !important; }
.form-frontend ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d4dde3 !important; }
.form-frontend .form-control-lg,
.form-frontend .form-control {
  border: 2px solid #00aeef;
  font-size: 14px;
  font-size: 0.875rem;
  color: #00aeef;
  border-radius: 6px; }
.form-frontend .form-group__file {
  border: 2px solid #00aeef;
  border-radius: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
  height: calc(2.25rem + 2px);
  background-image: url("../img/base/bg-carregar-arquivo.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
  transform-style: preserve-3d; }
  .form-frontend .form-group__file input {
    opacity: 0; }
  .form-frontend .form-group__file .nomeArquivo {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #00aeef;
    display: inline-block; }

.form-dark-blue .btn-secondary {
  text-transform: uppercase; }
.form-dark-blue .input-group .form-control {
  color: #164463;
  padding: 1.5rem .75rem;
  border: 2px solid #164463;
  border-right: #fff; }

.form-busca .input-group .form-control {
  color: #fff;
  padding: 1.5rem .75rem;
  border: none;
  text-align: right;
  background-color: transparent; }
.form-busca .btn, .form-busca .btn-minimal, .form-busca .btn-primary, .form-busca .btn-secondary, .form-busca .btn-tertiary, .form-busca .btn-gray, .form-busca .btn-green, .form-busca .btn-white, .form-busca .btn-print, .form-busca .btn-rounded {
  color: #fff; }
.form-busca ::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
  /* Firefox */ }
.form-busca :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.5) !important; }
.form-busca ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.5) !important; }

.padding-mini {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.padding-small {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.padding-regular {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.padding-large {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.padding-large__top {
  padding-top: 4rem; }

.padding-huge {
  padding-top: 7.75rem;
  padding-bottom: 7.75rem; }

.padding-huge__top {
  padding-top: 7.75rem; }

.padding__alert {
  /*padding-top: calculateRem(16px);
  padding-bottom: calculateRem(16px);*/ }

.padding-regular.section-alerts {
  padding-bottom: 0; }
  .padding-regular.section-alerts .alert {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .padding-large.padding-huge__mobile,
  .padding-huge.padding-huge__mobile {
    padding-top: 2rem;
    padding-bottom: 2rem; } }
.padding__inner {
  padding: 1.5rem; }
  .padding__inner.padding__inner_large {
    padding: 2rem; }

.section-primary {
  background-color: #2D85C1; }

.bg-dark-blue,
.section-secondary {
  background-color: #164463; }

.section-tertiary {
  background-color: #2D85C1; }

.bg-tertiary {
  background-color: #00C7B1; }

.section-light-blue {
  background-color: #EFF7FC; }

.section-blue {
  background-color: #4183d7; }

.section-cyan {
  background-color: #00aeef; }

.bg-cover {
  background-size: cover; }

.bg-attachment-fixed {
  background-attachment: fixed; }

.bg-porcelain {
  background-color: #EFF7FC; }

.bg-ice-age {
  background-color: #f8f9fb; }

.bg-light-blue {
  background-color: #E3EFF8; }

.bg-cyan {
  background-color: #00aeef; }

.bg-gradient-blue-left-to-right, .navbar.navbar-dark, .btn-primary, .slick-big-arrows .btn-outline {
  background: #56a8df;
  background: -moz-linear-gradient(left, #56a8df 0%, #62cae4 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #56a8df), color-stop(100%, #62cae4));
  background: -webkit-linear-gradient(left, #56a8df 0%, #62cae4 100%);
  background: -o-linear-gradient(left, #56a8df 0%, #62cae4 100%);
  background: -ms-linear-gradient(left, #56a8df 0%, #62cae4 100%);
  background: linear-gradient(to right, #56a8df 0%, #62cae4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a8df', endColorstr='#62cae4', GradientType=1 ); }

.bg-gradient__blue-to-green {
  background: #00b6ed;
  background: -moz-linear-gradient(left, #00b6ed 0%, #00cfba 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #00b6ed), color-stop(100%, #00cfba));
  background: -webkit-linear-gradient(left, #00b6ed 0%, #00cfba 100%);
  background: -o-linear-gradient(left, #00b6ed 0%, #00cfba 100%);
  background: -ms-linear-gradient(left, #00b6ed 0%, #00cfba 100%);
  background: linear-gradient(to right, #00b6ed 0%, #00cfba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b6ed', endColorstr='#00cfba', GradientType=1 ); }

.bg-gradient__dark-blue-to-green {
  background: #003563;
  background: -moz-linear-gradient(left, #003563 0%, #00c7b0 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #003563), color-stop(100%, #00c7b0));
  background: -webkit-linear-gradient(left, #003563 0%, #00c7b0 100%);
  background: -o-linear-gradient(left, #003563 0%, #00c7b0 100%);
  background: -ms-linear-gradient(left, #003563 0%, #00c7b0 100%);
  background: linear-gradient(to right, #003563 0%, #00c7b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003563', endColorstr='#00c7b0', GradientType=1 ); }

.vh70 {
  min-height: 70vh; }

.vh80 {
  min-height: 80vh; }

.vh90 {
  min-height: 90vh; }

.padding__alert {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.padding-regular.section-alerts {
  padding-bottom: 0; }
  .padding-regular.section-alerts .alert {
    margin-bottom: 0; }

.bg-union {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto; }

.bg-union-8 {
  background-image: url("../img/frontend/ilustracoes/union-8.png"); }

.bg-union-7 {
  background-image: url("../img/frontend/ilustracoes/union-7.png"); }

.bg-bens-materiais {
  background-image: url("../img/frontend/ilustracoes/bg-bens-materiais.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 140px; }

.border-left-primary {
  border-left: 1px solid #164463;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 16px; }
  .border-left-primary p {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0.375rem; }

.border-top__blue {
  border-top: 4px solid #00aeef; }

.border-top__blue-after {
  position: relative; }
  .border-top__blue-after:before {
    position: absolute;
    top: -4px;
    right: 0;
    height: 4px;
    width: 200px;
    background-color: #164463;
    content: ''; }

.bg-line__blue {
  background-image: url("../img/base/bg-line-bottom.jpg");
  background-position: center bottom;
  background-repeat: repeat-x; }

@media (max-width: 999px) {
  .bg-line__blue {
    background-image: url("../img/base/bg-line-bottom__smaller.jpg"); } }
.contract-content {
  padding: 2rem;
  border: 1px solid rgba(45, 133, 193, 0.5);
  font-size: 14px;
  font-size: 0.875rem; }
  .contract-content .contract-content__inner {
    height: 200px;
    overflow: auto; }
  .contract-content h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    color: #2D85C1; }
  .contract-content h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    color: #2D85C1;
    letter-spacing: 0.025em; }

.post.hentry {
  max-width: 990px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto; }
  .post.hentry .meta-post {
    font-size: 13px;
    font-size: 0.8125rem; }
  .post.hentry .entry-title {
    font-weight: 700;
    color: #00aeef;
    font-size: 42px;
    font-size: 2.625rem;
    text-transform: uppercase; }
  .post.hentry img {
    margin-bottom: 1.5rem; }

.card-blog {
  color: #164463;
  border: none;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05), 0 6px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 1.5rem; }
  .card-blog h4 {
    text-transform: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700; }
  .card-blog h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    color: #00aeef; }
  .card-blog.card-blog__feature {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25); }
    .card-blog.card-blog__feature h3 {
      font-size: 32px;
      font-size: 2rem; }
    .card-blog.card-blog__feature .padding__inner p {
      font-size: 16px;
      font-size: 1rem; }
  .card-blog figure {
    position: relative;
    overflow: hidden;
    margin: 0; }
  .card-blog a:hover {
    text-decoration: none; }
    .card-blog a:hover h3, .card-blog a:hover h4 {
      color: #00C7B1; }

.no-touch .card-blog figure:before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 174, 239, 0);
  opacity: 0;
  transition: 300ms all ease-in-out;
  content: '';
  position: absolute; }
.no-touch .card-blog figure img {
  transition: 300ms all ease-in-out;
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }
.no-touch .card-blog figure .arrow-blog {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 50%;
  top: 50%;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 21px;
  margin-top: -52px;
  margin-left: -21px;
  z-index: 2;
  opacity: 0;
  transition: 300ms all ease-in-out; }
.no-touch .card-blog a:hover figure:before {
  background-color: rgba(0, 174, 239, 0.6);
  opacity: 1; }
.no-touch .card-blog a:hover figure .arrow-blog {
  margin-top: -21px;
  opacity: 1; }
.no-touch .card-blog a:hover figure img {
  opacity: 0.5;
  -webkit-filter: grayscale(70%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(70%); }

.card-title__border {
  padding-bottom: 12px;
  border-bottom: 1px solid #2D85C1; }

.card-white + .card-white {
  margin-top: 24px; }

.card-title_perfil {
  font-size: 24px;
  font-size: 1.5rem; }

.card-sticky {
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .card-sticky .card-sticky__inner .card-body {
    position: relative;
    z-index: 2; }
    .card-sticky .card-sticky__inner .card-body p,
    .card-sticky .card-sticky__inner .card-body h3 {
      color: #fff; }
    .card-sticky .card-sticky__inner .card-body h3 {
      margin-top: 16px; }
    .card-sticky .card-sticky__inner .card-body.card-body__sticky {
      padding-top: 64px; }
  .card-sticky .card-footer {
    background-color: rgba(22, 68, 99, 0.8); }
  .card-sticky .card-sticky__small h3 {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    margin-bottom: 5px; }
  .card-sticky .card-sticky__small span {
    font-size: 11px;
    font-size: 0.6875rem;
    color: rgba(255, 255, 255, 0.3); }
  .card-sticky .card-sticky__small:hover {
    text-decoration: none; }
    .card-sticky .card-sticky__small:hover h3 {
      color: #00C7B1; }
  .card-sticky:before {
    content: '';
    display: block;
    width: 105%;
    height: 105%;
    position: absolute;
    top: -2%;
    bottom: -2%;
    left: 0;
    background-color: rgba(22, 68, 99, 0.7); }

.box-content {
  color: #164463; }
  .box-content.box-content__right {
    text-align: right; }
  .box-content h4 {
    color: #00aeef;
    font-size: 24px;
    font-size: 1.5rem; }

.intro-img {
  padding: 3.875rem 2rem 0 2rem; }

@media (max-width: 767px) {
  .intro-img {
    padding: 0rem 2rem 0 2rem; } }
.intro-text {
  color: #164463;
  font-size: 21px;
  font-size: 1.3125rem; }
  .intro-text p {
    font-size: 21px;
    font-size: 1.3125rem; }
  .intro-text span {
    font-weight: 400;
    color: #00aeef; }

.intro-app-links {
  position: absolute;
  bottom: 10%; }
  .intro-app-links.intro-app-links__right {
    right: 15px; }

.list-features-intro {
  border: 2px solid #00aeef;
  border-radius: 4px; }
  .list-features-intro .list-features-intro__inner {
    margin-right: 12px;
    margin-left: -12px;
    margin-top: -12px;
    margin-bottom: 12px;
    border: 2px solid #164463;
    border-radius: 4px; }
  .list-features-intro ul {
    list-style: none;
    padding: 2rem 1.5rem 0.5rem 1.5rem; }

.icon-list {
  color: #164463;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  padding: 4px 8px 4px 38px;
  margin-bottom: 8px; }

.icon-bag-money {
  background-image: url("../img/base/icons/icon-bag-money.svg"); }

.icon-clock-money {
  background-image: url("../img/base/icons/icon-clock-money.svg"); }

.icon-graph-discount {
  background-image: url("../img/base/icons/icon-graph-discount.svg"); }

.icon-mobile-discount {
  background-image: url("../img/base/icons/icon-mobile-discount.svg"); }

.video-full-bg {
  background-image: url("../img/base/bg-full-video-girl-and-boy.jpg");
  background-size: cover;
  background-position: center center; }

@media (max-width: 1199px) {
  .intro-app-links {
    position: relative;
    margin-top: 1.5rem; }
    .intro-app-links.intro-app-links__right {
      float: right; } }
.radios-to-slider.medium .slider-bar {
  border-radius: 0px; }

.radios-to-slider.medium {
  padding: 0;
  border-radius: 0px;
  height: 6px;
  margin-bottom: 55px; }

.radios-to-slider.medium .slider-label {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #2D85C1;
  white-space: nowrap; }

.radios-to-slider.medium .slider-knob {
  width: 20px;
  height: 20px;
  background-color: #2D85C1;
  margin-top: -7px;
  z-index: 2;
  position: relative; }

.radios-to-slider.medium .slider-level {
  margin-top: -7px; }

.radios-to-slider .slider-bar {
  background-color: #2D85C1; }

.radios-to-slider.medium .slider-label {
  margin-left: 5px;
  top: 30px; }

.radios-to-slider.medium .slider-level {
  margin-left: 11px;
  opacity: 1;
  background: transparent; }
  .radios-to-slider.medium .slider-level:before {
    width: 3px;
    height: 13px;
    margin-top: 7px;
    content: '';
    background: #dedede;
    display: block;
    margin-left: 9px;
    z-index: 2; }
  .radios-to-slider.medium .slider-level.slider-lower-level:before {
    background: #2D85C1; }

.m-b-24 {
  margin-bottom: 1.5rem; }

.m-b-32 {
  margin-bottom: 2rem; }

.m-b-64 {
  margin-bottom: 4rem; }

.img-center {
  margin: auto;
  display: block; }

.img-limiter {
  max-width: 620px; }
  .img-limiter.img-limiter__small {
    max-width: 400px; }

.img-max-user {
  max-width: 120px; }

.img-user {
  max-width: 82px; }

.img-min-user {
  max-width: 62px;
  object-fit: cover;
  height: 62px; }

.img-srBullla {
  margin-left: -24px;
  margin-top: -24px;
  margin-bottom: -24px; }

.justify-content-center .img-srBullla {
  margin: -24px 0 0 0; }

@media (max-width: 767px) {
  .img-srBullla {
    margin: auto;
    margin-right: -15px;
    margin-left: 15px; }

  .justify-content-center .img-srBullla {
    margin: -24px 0 0 0; } }
.border-light-blue {
  border: 1px solid #E3EFF8; }

.bg-light-blue .border-light-blue {
  border: 1px solid #B8DDF8; }

.breadcrumb.breadcrumb-front {
  padding: .75rem 0;
  margin-bottom: 0;
  background-color: transparent;
  align-items: center; }
  .breadcrumb.breadcrumb-front .breadcrumb-item a,
  .breadcrumb.breadcrumb-front .breadcrumb-item {
    color: #164463;
    font-size: 12px;
    font-size: 0.75rem; }
    .breadcrumb.breadcrumb-front .breadcrumb-item a.active,
    .breadcrumb.breadcrumb-front .breadcrumb-item.active {
      color: rgba(112, 112, 112, 0.5); }
  .breadcrumb.breadcrumb-front li:first-child a {
    width: auto;
    height: auto; }
  .breadcrumb.breadcrumb-front .breadcrumb-item + .breadcrumb-item::before {
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-size: 3px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    color: #164463;
    opacity: 0.45; }

.breadcrumb__dark .breadcrumb-item a,
.breadcrumb__dark .breadcrumb-item {
  color: white; }
.breadcrumb__dark .breadcrumb-item + .breadcrumb-item::before {
  color: white; }

.social-media-btn {
  color: #2D85C1;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400; }
  .social-media-btn i {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    background-color: #2D85C1;
    color: #fff;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    font-size: 0.875rem; }

.m-b-0 {
  margin-bottom: 0; }

.opacity-20 {
  opacity: 0.2;
  filter: alpha(opacity=20); }

hr.spacer {
  border: none;
  height: 1px;
  background-color: transparent; }
hr.spacer-42 {
  margin-top: 2.625rem;
  margin-bottom: 0; }
hr.spacer-24 {
  margin-top: 1.5rem;
  margin-bottom: 0; }

.slider-features p {
  color: #164463; }

.slider-line-dots .slick-dots {
  text-align: left;
  bottom: -15px; }
  .slider-line-dots .slick-dots li {
    height: 4px;
    width: 42px;
    margin: 0;
    margin-right: 6px; }
    .slider-line-dots .slick-dots li button {
      width: 100%;
      height: 4px;
      background-color: rgba(255, 255, 255, 0.5);
      padding: 0; }
      .slider-line-dots .slick-dots li button:before {
        content: ''; }
    .slider-line-dots .slick-dots li.slick-active button {
      background-color: #00C7B1; }

.box-modal {
  border-radius: 6px;
  color: #fff;
  min-height: 280px;
  margin-top: 1.5rem; }
  .box-modal h3 {
    color: #fff;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: -0.025em; }
  .box-modal .box-modal__inner {
    padding: 3.25rem 2rem 2rem 2rem; }
  .box-modal.box-modal_green {
    background-color: #00C7B1; }
  .box-modal.box-modal_blue {
    background-color: #164463; }
  .box-modal.box-modal__left {
    text-align: left; }
  .box-modal.box-modal__right {
    text-align: right; }
  .box-modal .slick-btn {
    max-width: 240px;
    font-size: 14px;
    font-size: 0.875rem; }
  .box-modal .slick-poupador {
    float: right; }
    .box-modal .slick-poupador .slick-dots {
      bottom: -35px;
      text-align: right;
      direction: rtl; }
      .box-modal .slick-poupador .slick-dots li:first-child {
        margin-right: -3px; }
      .box-modal .slick-poupador .slick-dots li button:before {
        background-color: #2D85C1;
        opacity: 0.75; }
      .box-modal .slick-poupador .slick-dots li.slick-active button:before {
        background-color: #fff;
        opacity: 1; }
    .box-modal .slick-poupador .slick-blog_prev {
      display: none !important;
      visibility: none; }
    .box-modal .slick-poupador .slick-blog_next {
      position: absolute;
      right: 76px;
      color: #fff;
      font-size: 24px;
      padding: 6px 12px;
      z-index: 99; }
  .box-modal .slick-pagador .slick-dots {
    bottom: -35px;
    text-align: left; }
    .box-modal .slick-pagador .slick-dots li:first-child {
      margin-left: -3px; }
    .box-modal .slick-pagador .slick-dots li.slick-active button:before {
      background-color: #fff;
      opacity: 1; }
  .box-modal .slick-pagador .slick-blog_prev {
    display: none !important;
    visibility: none; }
  .box-modal .slick-pagador .slick-blog_next {
    position: absolute;
    left: 76px;
    color: #fff;
    font-size: 24px;
    padding: 6px 12px;
    z-index: 99; }

.slick-match .slick-slide {
  margin: 12px; }

.slick-big-arrows .btn-outline {
  padding: 24px 8px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0;
  border: 1px solid rgba(22, 68, 99, 0.2);
  z-index: 99; }
.slick-big-arrows .slick-blog_prev {
  left: -32px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }
.slick-big-arrows .slick-blog_next {
  right: -32px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.alert {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .alert img {
    max-width: 87px; }
  .alert.alert-info {
    background-color: #B8DDF8;
    border-color: #2D85C1;
    color: #164463; }
  .alert.alert-warning {
    color: #164463; }
  .alert.alert-success {
    color: #164463;
    background-color: #E8F6F5;
    border-color: #00C7B1; }

.alert-heading {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 0.75rem; }

@media (min-width: 1199px) {
  .box-modal {
    margin-top: 62px;
    margin-bottom: 62px; }

  .boy_modal {
    width: 300px;
    height: 492px;
    top: -5%;
    right: -24px; }

  .bom-poupador_modal {
    left: -24px; } }
@media (max-width: 960px) {
  .box-modal {
    min-height: 290px; }

  .boy_modal {
    width: 180px;
    height: 295px;
    top: 3%;
    right: -14px; }

  .bom-poupador_modal {
    left: -14px; } }
@media (max-width: 890px) {
  .boy_modal {
    width: 120px;
    height: 197px;
    top: 15%;
    right: -9px; }

  .bom-poupador_modal {
    left: -9px; } }
@media (max-width: 767px) {
  .box-modal {
    min-height: 265px; }

  .boy_modal {
    width: 160px;
    height: 263px;
    top: 15%;
    right: 15px;
    display: none; }

  .bom-poupador_modal {
    left: 15px; } }
@media (min-width: 992px) {
  .img-boy {
    margin-top: -130px;
    margin-bottom: -130px; } }
@media (max-width: 767px) {
  .img-boy {
    margin-top: 24px;
    margin-bottom: -32px;
    width: 160px;
    height: 263px; } }
.boy-modal-image {
  position: absolute;
  right: 32px;
  top: -42px;
  width: 329px;
  height: 540px; }
  .boy-modal-image.boy-modal-image__pagador {
    background-image: url("../img/frontend/ilustracoes/boy-bom-pagador-modal.png"); }

.modal-header .close.close-custom {
  background: url("../img/frontend/close-icon.png") center center no-repeat;
  opacity: 0.25;
  filter: alpha(opacity=25);
  margin: 0rem 0rem -1rem auto; }

.modal-content.modal-content-color {
  border: none; }
  .modal-content.modal-content-color .modal-header {
    border: none; }
  .modal-content.modal-content-color .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: -0.025em; }
  .modal-content.modal-content-color h3.h3 {
    margin-bottom: 0; }
  .modal-content.modal-content-color .padding_inner {
    padding: 2.625rem 2rem;
    padding-top: 0.75rem; }
  .modal-content.modal-content-color p, .modal-content.modal-content-color h3, .modal-content.modal-content-color h4 {
    color: #fff; }
  .modal-content.modal-content-color.modal-content_white p, .modal-content.modal-content-color.modal-content_white h3, .modal-content.modal-content-color.modal-content_white h4 {
    color: #707070; }
  .modal-content.modal-content-color.modal-content_white h3, .modal-content.modal-content-color.modal-content_white h4 {
    color: #2D85C1; }

.modal-content.modal-content_green {
  background-color: #00C7B1;
  color: #fff; }

.modal-content.modal-content_dark-blue {
  background-color: #164463;
  color: #fff; }

.border-color-primary {
  border-color: #2D85C1; }

.border-color-danger {
  border-color: #D81F35; }

.modal-noBorder {
  border-radius: 0px; }

.modal-force-lg {
  max-width: 1200px;
  padding: 24px; }

.wrapDataSlider {
  padding: 0 16px 0 16px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 24px; }
  .wrapDataSlider.wrapDataSlider__suffix {
    padding: 0 16px 0 32px; }
  .wrapDataSlider:before, .wrapDataSlider:after {
    content: '';
    width: 24px;
    height: 6px;
    display: inline-block;
    position: absolute;
    top: 0px; }
  .wrapDataSlider:after {
    background-color: #dedede;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    right: 2px;
    z-index: 1; }
  .wrapDataSlider:before {
    background-color: #2D85C1;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    left: 2px; }
  .wrapDataSlider.wrapDataSlider__suffix:before {
    left: 28px; }

.slider.slider-horizontal {
  width: 100%; }

.slider-tick-label {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #2D85C1; }

.slider.slider-horizontal .slider-track {
  background: #dedede;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 6px; }

.slider-selection {
  border-radius: 0px; }

.slider-selection.tick-slider-selection {
  background: #2D85C1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.slider-handle {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .slider-handle.round {
    border-radius: 0px; }
  .slider-handle:before {
    width: 20px;
    height: 20px;
    margin-top: -1px;
    content: '';
    background: #2D85C1;
    display: block;
    margin-left: 0;
    border-radius: 50%;
    z-index: 2;
    position: relative; }

.slider-tick {
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .slider-tick.round {
    border-radius: 0px; }
  .slider-tick:before {
    width: 3px;
    height: 14px;
    margin-top: 5px;
    content: '';
    background: #dedede;
    display: block;
    margin-left: 9px;
    z-index: 2; }
  .slider-tick.in-selection {
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .slider-tick.in-selection:before {
      background: #2D85C1; }

.label-slider {
  position: absolute;
  left: 0px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #2D85C1;
  top: -7px; }

.slick-horizontal-group {
  width: 100%; }

.nav-sidebar {
  margin: 15px 0; }
  .nav-sidebar li {
    display: block; }
    .nav-sidebar li a {
      color: #164463;
      display: block;
      padding: 6px 0; }
      .nav-sidebar li a:hover {
        text-decoration: none;
        color: #2D85C1; }
      .nav-sidebar li a i {
        float: right;
        vertical-align: middle;
        font-size: 11px;
        margin-top: 4px; }
  .nav-sidebar .nav-inner {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #2D85C1; }
    .nav-sidebar .nav-inner li a {
      color: #707070; }
  .nav-sidebar > li {
    border-left: 3px solid transparent;
    padding: 0 15px; }
    .nav-sidebar > li.active {
      border-color: #2D85C1; }

.progress.progress_custom {
  border: 1px solid #2D85C1;
  background-color: transparent; }
  .progress.progress_custom .progress-bar {
    background-color: #2D85C1; }

.link-panel {
  position: relative;
  display: block; }
  .link-panel span {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 99; }
    .link-panel span.label-link {
      padding: 6px 12px 6px 0;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 700; }
    .link-panel span.icon-panel-link {
      float: right;
      margin-top: 2px;
      padding: 6px 12px;
      font-size: 12px; }
  .link-panel:after {
    width: 100%;
    height: 4px;
    background-color: #B8DDF8;
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px; }
  .link-panel:active, .link-panel:focus, .link-panel:hover {
    text-decoration: none; }

.form-inverse {
  width: 100%;
  display: block; }
  .form-inverse .card-checkbox .card-title {
    margin-bottom: 8px; }
  .form-inverse .card-checkbox .checkbox-control {
    background-color: rgba(184, 221, 248, 0.7);
    padding: 0.25rem 1rem 1rem 1rem;
    height: calc(2.5rem + 2px); }
  .form-inverse .custom-control-label::before {
    background-color: #fff; }

.form-panel + .form-panel {
  margin-top: 24px; }

.faq-item {
  margin-bottom: 12px; }
  .faq-item:hover {
    cursor: pointer; }
    .faq-item:hover .faq-item__title {
      border: 2px solid #303030;
      color: #303030; }
  .faq-item.active .faq-item__title {
    border-color: #00aeef;
    color: #00aeef; }
    .faq-item.active .faq-item__title:after {
      border-top: 4px solid #00aeef; }
  .faq-item.active:hover {
    cursor: pointer;
    color: #00aeef; }
    .faq-item.active:hover .faq-item__title {
      border-color: #00aeef; }

.faq-item__title {
  padding: 8px 32px 8px 16px;
  border: 2px solid #707070;
  border-radius: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative; }
  .faq-item__title:after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    color: #fff;
    margin-top: -2px;
    margin-left: 2px;
    margin-right: 12px;
    padding: 0;
    vertical-align: middle;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #707070;
    position: absolute;
    top: 50%;
    right: 4px; }

.faq-item__content {
  padding: 16px;
  background-color: rgba(0, 174, 239, 0.05); }

@media (max-width: 767px) {
  .faq-item.active .faq-item__title {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px; } }
.radio-list-custom label {
  font-size: 18px;
  color: var(--color-blue-primary);
  font-weight: 700;
  margin-right: 15px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../plugins/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer; }

.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7; }

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px; }

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff; }

.youtube img,
.youtube .play-button {
  cursor: pointer; }

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute; }

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.nav-footer {
  padding-left: 0;
  list-style: none; }
  .nav-footer a {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem; }

.footer-page .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff; }
  .footer-page .copyright a {
    color: #fff; }
  .footer-page .copyright p {
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem; }
.footer-page .nav-footer {
  margin-bottom: 0; }
  .footer-page .nav-footer li:after {
    content: '|';
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px; }
  .footer-page .nav-footer li:last-child:after {
    content: '';
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px; }
  .footer-page .nav-footer li a {
    font-weight: 400;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
    font-size: 0.75rem; }
  .footer-page .nav-footer li:first-child a {
    padding-left: 0; }
  .footer-page .nav-footer.nav-footer__nobars li:after {
    content: ''; }
.footer-page .content-footer .nav-footer {
  color: #164463; }
  .footer-page .content-footer .nav-footer li a {
    color: #164463; }
  .footer-page .content-footer .nav-footer.nav-footer__white {
    color: #ffffff; }
    .footer-page .content-footer .nav-footer.nav-footer__white li a {
      color: #ffffff; }

.nav-main-footer {
  list-style: none;
  padding-left: 0; }
  .nav-main-footer a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #164463; }

.title-footer {
  font-size: 14px;
  font-size: 0.875rem;
  color: #164463; }

.title-footer_regular {
  color: #2D85C1;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem; }

.brand-footer {
  width: 124px;
  height: 67px;
  background: url("../img/frontend/logotipo-bullla-branco.png") center center no-repeat;
  background-size: 124px 67px; }

.brand-slogan {
  margin-top: 0;
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem; }

.app-title {
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  color: #555; }

.nav-app {
  list-style: none;
  padding-left: 0; }
  .nav-app li {
    padding-left: 0; }
  .nav-app.nav-app__list li {
    display: inline-block; }

.footer-page .nav-app li {
  display: inline-block; }

.badge-app {
  height: 40px;
  background-repeat: no-repeat;
  display: inline-block; }
  .badge-app.badge-app__google {
    width: 135px;
    background-image: url("../img/base/badge-google-store.svg"); }
  .badge-app.badge-app__apple {
    width: 120px;
    background-image: url("../img/base/badge-app-store.svg"); }

@media (max-width: 990px) {
  .d-flex-payment {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .d-flex-payment__full {
    width: 100%;
    margin: 14px 0; }

  .section-profile h6 {
    margin-top: 16px; } }
@media (max-width: 767px) {
  .navbar-brand {
    width: 100px;
    height: 55px;
    background-size: 100px 54px;
    margin-left: 0px; }

  #mainHeader.navbar .nav-link {
    margin-bottom: 5px; } }
@media (min-width: 768px) {
  .navbar-brand {
    margin-left: -15px; }

  .collapse.navbar-collapse {
    margin-right: -15px; } }
@media (min-width: 1440px) {
  .navbar-brand {
    margin-left: 0; } }
@media (min-width: 768px) and (max-width: 820px) {
  .navbar-brand {
    width: 161px;
    height: 81px;
    padding: 0;
    margin: 0; } }
.box-inadimplencia {
  border: 6px solid #56a8df66;
  margin-bottom: 60px; }

.box-inadimplencia h1 {
  color: #56a8df;
  border-bottom: 2px solid #56a8df;
  font-size: 1.4rem;
  margin-bottom: 15px; }

.box-inadimplencia p {
  font-size: 0.8rem; }

/*# sourceMappingURL=front.css.map */
