/* OVERRIDE BOOTSTRAP */
/* COMPONENTS */
/* line 1, app/assets/stylesheets/main/utils/_helpers.scss */
.w-100 {
  width: 100%;
}

/* line 5, app/assets/stylesheets/main/utils/_helpers.scss */
.hidden {
  display: none;
}

/* line 1, app/assets/stylesheets/custom_pages/calculators/../../main/components/_pan-banner.scss */
.pan-banner {
  display: block;
}

/* line 4, app/assets/stylesheets/custom_pages/calculators/../../main/components/_pan-banner.scss */
.pan-banner-sm, .pan-banner-md, .pan-banner-lg {
  display: none;
  width: 100%;
}

@media screen and (max-width: 420px) {
  /* line 9, app/assets/stylesheets/custom_pages/calculators/../../main/components/_pan-banner.scss */
  .pan-banner-sm {
    margin-top: 15px;
    display: block;
  }
}

@media screen and (min-width: 421px) and (max-width: 650px) {
  /* line 15, app/assets/stylesheets/custom_pages/calculators/../../main/components/_pan-banner.scss */
  .pan-banner-md {
    margin-top: 25px;
    display: block;
  }
}

@media screen and (min-width: 651px) {
  /* line 21, app/assets/stylesheets/custom_pages/calculators/../../main/components/_pan-banner.scss */
  .pan-banner-lg {
    margin-top: 35px;
    padding: 0 13px;
    display: block;
  }
}

/* line 1, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: #3369e7;
  border-radius: 4px;
  width: 100%;
  font-weight: bold;
  height: 3.4rem;
  padding: 0.75rem 0;
  max-width: 16rem;
  font-size: 1rem;
  line-height: 1.7rem;
  color: #FFFFFF;
  border: 1px solid #3369e7;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-oportunidade {
  background: blue;
  border: 1px solid blue;
}

/* line 24, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button:active, .button:hover {
  text-decoration: none;
  color: #fff;
  background: #5380eb;
  border-color: #5380eb;
}

/* line 32, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 105, 231, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 105, 231, 0.5);
}

/* line 37, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button[disabled] {
  background: #aaa;
  border-color: #aaa;
  pointer-events: none;
}

/* line 43, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-outline {
  background: transparent;
  color: #3369e7;
}

/* line 47, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-outline:hover, .button-outline.active {
  background: #3369e7;
  color: #fff;
}

/* line 52, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-outline:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 105, 231, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(51, 105, 231, 0.25);
}

/* line 57, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-outline-propostas {
  background: transparent;
  color: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 62, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-outline-propostas:hover, .button-outline-propostas.active {
  background: #3369e7;
  color: #fff;
}

/* line 67, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-outline-propostas:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 105, 231, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(51, 105, 231, 0.25);
}

/* line 72, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-link {
  font-weight: 400;
  color: currentColor;
  background-color: transparent;
  border-color: transparent;
}

/* line 77, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-link:hover {
  text-decoration: underline;
  color: inherit !important;
  background-color: transparent !important;
  border-color: transparent !important;
}

/* line 85, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-block {
  display: block !important;
  max-width: initial !important;
}

/* line 90, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-sm {
  height: 2.5rem;
  padding: 0.5rem 0;
  max-width: 10rem;
  font-size: .6rem;
  line-height: 1rem;
}

/* line 98, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-auto {
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 104, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-pre_aprovado {
  background: #32C681;
  border: 1px solid #32C681;
}

/* line 108, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-pre_aprovado:active, .button-pre_aprovado:hover {
  background: rgba(50, 198, 129, 0.7);
  border-color: rgba(50, 198, 129, 0.7);
}

/* line 113, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-pre_aprovado:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 198, 129, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(50, 198, 129, 0.5);
}

/* line 117, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-pre_aprovado.button-outline {
  background: transparent;
  color: #32C681;
}

/* line 121, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-pre_aprovado.button-outline:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(50, 198, 129, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(50, 198, 129, 0.25);
}

/* line 128, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-contratado {
  background: #3369e7;
  border: 1px solid #3369e7;
}

/* line 132, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-contratado:active, .button-contratado:hover {
  background: rgba(51, 105, 231, 0.7);
  border-color: rgba(51, 105, 231, 0.7);
}

/* line 137, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-contratado:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 105, 231, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 105, 231, 0.5);
}

/* line 142, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-liberado {
  background: #1C2B58;
  border: 1px solid #1C2B58;
}

/* line 146, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-liberado:active, .button-liberado:hover {
  background: rgba(28, 43, 88, 0.7);
  border-color: rgba(28, 43, 88, 0.7);
}

/* line 151, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-liberado:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 43, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(28, 43, 88, 0.5);
}

/* line 156, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-pendente {
  background: #3c88b6;
  border: 1px solid #3c88b6;
}

/* line 160, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-pendente:active, .button-pendente:hover {
  background: rgba(60, 136, 182, 0.7);
  border-color: rgba(60, 136, 182, 0.7);
}

/* line 165, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-pendente:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(60, 136, 182, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(60, 136, 182, 0.5);
}

/* line 170, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-em_analise {
  background: #FF8300;
  border: 1px solid #FF8300;
}

/* line 174, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-em_analise:active, .button-em_analise:hover {
  background: rgba(255, 131, 0, 0.7);
  border-color: rgba(255, 131, 0, 0.7);
}

/* line 179, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-em_analise:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 131, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 131, 0, 0.5);
}

/* line 184, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-analisando {
  background: transparent;
  color: #7E8A92;
  border: 1px solid #7E8A92;
}

/* line 189, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-analisando:hover, .button-analisando.active {
  border-color: #7E8A92;
  background: transparent;
  color: #7E8A92;
}

/* line 195, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-analisando:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(126, 138, 146, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(126, 138, 146, 0.25);
}

/* line 200, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-reprovado, .button-expirado {
  background: #dd464a;
  border: 1px solid #dd464a;
}

/* line 204, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-reprovado:active, .button-reprovado:hover, .button-expirado:active, .button-expirado:hover {
  background: rgba(221, 70, 74, 0.7);
  border-color: rgba(221, 70, 74, 0.7);
}

/* line 209, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-reprovado:focus, .button-expirado:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 70, 74, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221, 70, 74, 0.5);
}

/* line 214, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-santander {
  background: #17171B;
  color: #FFFFFF;
  border: 1px solid #17171B;
}

/* line 219, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-santander:active, .button-santander:hover {
  background: rgba(77, 77, 84, 0.7);
  border-color: rgba(77, 77, 84, 0.7);
}

/* line 224, app/assets/stylesheets/custom_pages/calculators/../../main/components/_buttons.scss */
.button-santander:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 230, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 230, 0, 0.5);
}

/* line 1, app/assets/stylesheets/custom_pages/calculators/../../main/components/_warning.scss */
#warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #FFF6D9;
  color: #1C2B58;
  padding: .8rem 1rem;
  z-index: 10;
}

/* line 14, app/assets/stylesheets/custom_pages/calculators/../../main/components/_warning.scss */
#warning img {
  width: 15px;
  height: 15px;
}

/* line 19, app/assets/stylesheets/custom_pages/calculators/../../main/components/_warning.scss */
#warning p {
  margin: 0 1rem 0 1rem;
  font-size: 0.9em;
  text-align: center;
}

/* line 25, app/assets/stylesheets/custom_pages/calculators/../../main/components/_warning.scss */
#warning button {
  cursor: pointer;
  background: none;
  border: 0;
  line-height: 1;
}

/* line 32, app/assets/stylesheets/custom_pages/calculators/../../main/components/_warning.scss */
#warning svg {
  width: 12px;
  height: 12px;
  fill: #1C2B58;
  line-height: 1;
}

@media all and (max-width: 576px) {
  /* line 1, app/assets/stylesheets/custom_pages/calculators/../../main/components/_warning.scss */
  #warning {
    padding: .5rem 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* line 44, app/assets/stylesheets/custom_pages/calculators/../../main/components/_warning.scss */
  #warning p {
    margin: 0 .6rem;
    font-size: 0.7em;
  }
}

/* line 54, app/assets/stylesheets/custom_pages/calculators/../../main/components/_warning.scss */
#warning-osc {
  width: 66%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

/* line 63, app/assets/stylesheets/custom_pages/calculators/../../main/components/_warning.scss */
.text_warning_osc h1 {
  font-weight: 700;
  font-size: 24px;
}

/* line 68, app/assets/stylesheets/custom_pages/calculators/../../main/components/_warning.scss */
.text_warning_osc span {
  font-size: 16px;
}

/* line 1, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
html {
  height: 100%;
  font-size: 16px;
}

/* line 6, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
body {
  visibility: visible !important;
  opacity: 1 !important;
  font-family: "Okta Neue", "Helvetica Neue", Helvetica, sans-serif;
  color: #1C2B58;
  min-height: 100%;
  /* Keep footer at the bottom */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 17, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
body > header, body > footer {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* line 18, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
body > main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 22, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
body > main > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* line 26, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
body.modal-is-open {
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
*:focus {
  outline-color: rgba(51, 105, 231, 0.25);
}

/* line 34, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
.container-sm {
  max-width: 37.5rem;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 41, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
.logo-easycredito {
  max-width: 130px;
}

/* line 45, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
.logo-easycredito-responsive {
  max-width: 25px;
}

@media all and (min-width: 576px) {
  /* line 45, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
  .logo-easycredito-responsive {
    max-width: 110px;
  }
}

/* line 56, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
.logo-brand {
  width: auto;
  max-height: 30px;
}

@media screen and (max-width: 600px) {
  /* line 62, app/assets/stylesheets/custom_pages/calculators/../../main/layout/_base.scss */
  .logo-brand {
    max-width: 100px;
  }
}

/* line 1, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.navbar {
  border-bottom: 1px solid #D2D2D2;
  padding: 0.2rem 0;
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 11, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.navbar .container {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media screen and (max-width: 844px) {
  /* line 11, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
  .navbar .container {
    padding-left: 31px !important;
  }
}

/* line 23, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.navbar .button {
  position: absolute;
  top: 9px;
  right: 15px;
  max-width: initial;
  width: 6rem;
  height: 2.5rem;
  line-height: .9rem;
}

@media all and (min-width: 992px) {
  /* line 1, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
  .navbar {
    padding: 0.5rem 1rem;
  }
  /* line 37, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
  .navbar .button {
    position: static;
  }
}

/* line 43, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  height: 58px;
  line-height: inherit;
  white-space: nowrap;
  color: #1C2B58;
}

/* line 54, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.navbar-brand picture {
  line-height: 0;
}

/* line 58, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.navbar-brand:hover, .navbar-brand:active {
  text-decoration: none;
  color: #1C2B58;
}

/* line 64, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.navbar-title {
  display: none;
}

/* line 68, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.navbar-plus {
  font-weight: 600;
  font-size: 1.25rem;
  margin: 0 .5rem;
}

/* line 74, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.navbar-toggler {
  background: transparent;
  border: transparent;
  color: #3369e7;
  font-size: 1.2rem;
  font-family: sans-serif !important;
  line-height: 1.82rem;
  position: relative;
  left: 0;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 10px;
}

/* line 87, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.navbar-toggler:active, .navbar-toggler:focus {
  outline-color: #3369e7;
}

@media all and (min-width: 768px) {
  /* line 74, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
  .navbar-toggler {
    margin-right: 20px;
  }
}

@media all and (min-width: 992px) {
  /* line 97, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
  .navbar-title {
    display: inline-block;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-left: 2rem;
  }
}

@media screen and (max-width: 992px) {
  /* line 106, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
  .mobile-nav {
    display: none !important;
  }
}

/* line 112, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.nav-active {
  border-bottom: 2px solid #3369e7;
  padding-bottom: 14px;
  margin-bottom: -9px;
}

/* line 116, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.nav-active p {
  color: #3369e7 !important;
}

/* line 117, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.nav-active svg {
  stroke: #3369e7 !important;
}

/* line 120, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.nav-icons {
  max-width: 25px;
  max-height: 25px;
}

/* line 123, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.nav-icons svg {
  stroke: #5F7896;
}

/* line 126, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.button-simulacao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 5px;
  background-color: #3369e7 !important;
}

/* line 134, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.button-simulacao p {
  color: #FFFFFF !important;
  margin: 0;
}

/* line 138, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.button-simulacao svg {
  stroke: #FFFFFF !important;
}

/* line 143, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.nav-new-menu {
  margin: 7px 45px 0 0;
}

/* line 145, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.nav-new-menu p {
  margin: 2px 0 0 10px;
  font-weight: 600;
  font-size: 16px;
  color: #5F7896;
}

/* line 151, app/assets/stylesheets/custom_pages/calculators/../../main/home/../layout/_navbar.scss */
.nav-new-menu svg {
  stroke: #5F7896;
}

/* line 4, app/assets/stylesheets/custom_pages/calculators/../../main/home/_navbar.scss */
.navbar .container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* line 9, app/assets/stylesheets/custom_pages/calculators/../../main/home/_navbar.scss */
.navbar .navbar-nav .nav-link {
  display: inline-block;
  color: #1C2B58;
  font-weight: 500;
}

@media all and (max-width: 576px) {
  /* line 8, app/assets/stylesheets/custom_pages/calculators/../../main/home/_navbar.scss */
  .navbar .navbar-nav {
    padding-left: 15px;
  }
}

@media all and (min-width: 992px) {
  /* line 20, app/assets/stylesheets/custom_pages/calculators/../../main/home/_navbar.scss */
  .navbar .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 1rem;
  }
}

/* line 28, app/assets/stylesheets/custom_pages/calculators/../../main/home/_navbar.scss */
.navbar .logo-easycredito {
  width: 130px;
  height: 32px;
}

/* line 1, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
.home-footer {
  background: #3369e7;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: .9rem;
  text-align: center;
}

/* line 10, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
.home-footer__info a {
  display: block;
}

/* line 11, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
.home-footer__info img {
  margin-bottom: 1.4rem;
}

/* line 13, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
.home-footer__info p, .home-footer__info address {
  max-width: 350px;
  margin: 0 auto 1rem;
}

/* line 19, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
.home-footer__label {
  font-weight: bold;
  margin-bottom: 1.4rem;
}

/* line 24, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
.home-footer__link {
  display: block;
  margin-bottom: .8rem;
  color: #fff;
  text-decoration: none;
}

/* line 30, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
.home-footer__link:hover {
  color: #fff;
}

/* line 36, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
.home-footer__selos div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 41, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
.home-footer__selos img {
  display: block;
  max-width: 100px;
  margin: 0 1rem;
}

@media all and (min-width: 992px) {
  /* line 1, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
  .home-footer {
    text-align: left;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  /* line 53, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
  .home-footer__info {
    padding-right: 2rem;
  }
  /* line 55, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
  .home-footer__info img {
    margin-bottom: .9rem;
  }
  /* line 56, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
  .home-footer__info p, .home-footer__info address {
    margin: 0 0 1rem;
  }
  /* line 59, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
  .home-footer__label {
    margin-bottom: 2rem;
  }
  /* line 62, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
  .home-footer__selos div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* line 66, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
  .home-footer__selos img {
    margin: 0 0 1rem;
  }
}

@media screen and (max-width: 992px) {
  /* line 71, app/assets/stylesheets/custom_pages/calculators/../../main/home/_footer.scss */
  #reputation-ra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 1, app/assets/stylesheets/custom_pages/calculators/../../main/home/_legal.scss */
#informacoes-legais {
  background: #214EB7;
  color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* line 7, app/assets/stylesheets/custom_pages/calculators/../../main/home/_legal.scss */
#informacoes-legais h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* line 13, app/assets/stylesheets/custom_pages/calculators/../../main/home/_legal.scss */
#informacoes-legais p {
  font-size: .7rem;
}

/* line 16, app/assets/stylesheets/custom_pages/calculators/../../main/home/_legal.scss */
#informacoes-legais p a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 1rem;
}

/* line 26, app/assets/stylesheets/custom_pages/calculators/../../main/home/_legal.scss */
#informacoes-legais .legal-hide {
  display: none;
}

@media all and (min-width: 992px) {
  /* line 1, app/assets/stylesheets/custom_pages/calculators/../../main/home/_legal.scss */
  #informacoes-legais {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  /* line 32, app/assets/stylesheets/custom_pages/calculators/../../main/home/_legal.scss */
  #informacoes-legais p a {
    display: inline;
    margin: 0;
  }
}

/* line 13, app/assets/stylesheets/custom_pages/calculators/index.scss */
.sidebar-calculators {
  border-right: 1px solid #CED7DC;
  padding-left: 35px;
}

/* line 18, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-list {
  padding: 0;
  list-style: none;
}

/* line 22, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 27, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-list li:before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(/assets/custom_pages/calculators/sidebar-icon-12b07cec0d31576370056bf9b0fa4ff23225d42c808d75fd366d5c707e4771f8.png);
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

/* line 38, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-list li:hover:before {
  left: 6px;
}

/* line 42, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-list li a {
  display: inline-block;
  font-size: 16px;
  color: #616265;
  padding: 5px 10px 5px 50px;
}

/* line 49, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-list li + li {
  margin-top: 16px;
}

/* line 55, app/assets/stylesheets/custom_pages/calculators/index.scss */
.footer-link {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}

/* line 63, app/assets/stylesheets/custom_pages/calculators/index.scss */
.footer-link:hover {
  color: #fff;
}

/* line 69, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs h1 {
  font-weight: 500;
  font-size: 22px;
  color: #17171B;
}

/* line 75, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs p {
  font-size: 16px;
  color: #505050;
  margin: 1rem 0;
}

@media screen and (min-width: 992px) {
  /* line 82, app/assets/stylesheets/custom_pages/calculators/index.scss */
  .calcs h1 {
    font-size: 30px;
    color: #17171B;
  }
  /* line 87, app/assets/stylesheets/custom_pages/calculators/index.scss */
  .calcs p {
    font-size: 16px;
  }
}

/* line 94, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calc__title {
  border-bottom: 1px solid #CED7DC;
  margin-bottom: 2rem;
}

/* line 98, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calc__title span {
  display: inline-block;
  font-weight: normal;
  font-size: 22px;
  padding: 10px 0;
  color: #3369e7;
  position: relative;
}

/* line 106, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calc__title span:before, .calc__title span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 3px;
  background-color: #3369e7;
  width: 110%;
}

/* line 121, app/assets/stylesheets/custom_pages/calculators/index.scss */
.form-group, .input-group {
  position: relative;
  margin: 0;
}

/* line 125, app/assets/stylesheets/custom_pages/calculators/index.scss */
.form-group label, .input-group label {
  background: #fff;
  padding: 0 5px;
  position: absolute;
  top: -10px;
  left: 26px;
  color: #1C2B58;
  font-weight: 500;
  z-index: 5;
}

/* line 136, app/assets/stylesheets/custom_pages/calculators/index.scss */
.form-group input, .input-group input {
  border-color: #1C2B58;
  height: 54px;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 143, app/assets/stylesheets/custom_pages/calculators/index.scss */
.form-group .input-group-prepend select, .input-group .input-group-prepend select {
  background: #3369e7;
  color: #fff;
  border-color: #1C2B58;
  border-left: 0;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  min-width: 110px;
  padding: 0 .5rem;
}

/* line 153, app/assets/stylesheets/custom_pages/calculators/index.scss */
.form-group .input-group-prepend select:focus, .input-group .input-group-prepend select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 159, app/assets/stylesheets/custom_pages/calculators/index.scss */
.form-group .input-group-prepend select option, .input-group .input-group-prepend select option {
  background-color: #fff;
  color: #505050;
}

@media screen and (min-width: 992px) {
  /* line 143, app/assets/stylesheets/custom_pages/calculators/index.scss */
  .form-group .input-group-prepend select, .input-group .input-group-prepend select {
    padding: 0 1rem;
  }
}

/* line 170, app/assets/stylesheets/custom_pages/calculators/index.scss */
.form-group.percentage input, .input-group.percentage input {
  padding-right: 15px;
}

/* line 173, app/assets/stylesheets/custom_pages/calculators/index.scss */
.form-group.percentage:after, .input-group.percentage:after {
  content: '%';
  position: absolute;
  top: 16px;
  right: 30px;
}

/* line 181, app/assets/stylesheets/custom_pages/calculators/index.scss */
.form-group.currency input, .input-group.currency input {
  padding-left: 45px;
}

/* line 184, app/assets/stylesheets/custom_pages/calculators/index.scss */
.form-group.currency:before, .input-group.currency:before {
  content: 'R$';
  position: absolute;
  top: 16px;
  left: 30px;
}

/* line 193, app/assets/stylesheets/custom_pages/calculators/index.scss */
.simular-emprestimo {
  background: rgba(51, 105, 231, 0.1);
  padding: 15px 0;
  border-radius: 5px;
  font-weight: 600;
  font-size: 18px;
  color: #1C2B58;
}

/* line 201, app/assets/stylesheets/custom_pages/calculators/index.scss */
.simular-emprestimo:hover {
  background: rgba(51, 105, 231, 0.25);
}

/* line 206, app/assets/stylesheets/custom_pages/calculators/index.scss */
.result-box {
  background: rgba(50, 198, 129, 0.1);
  padding: 9px 12px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 15px;
  color: #015641;
}

/* line 215, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-how-to {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #CED7DC;
  border-bottom: 1px solid #CED7DC;
  margin: 50px 0;
}

/* line 222, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-how-to + .calcs-how-to {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

/* line 228, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-how-to:last-child {
  border-bottom: 0;
}

/* line 230, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-how-to h3 {
  font-weight: 600;
  margin-bottom: 1.5rem;
}

/* line 236, app/assets/stylesheets/custom_pages/calculators/index.scss */
.result-tooltip {
  display: none;
  bottom: -42px;
  position: absolute;
  background: #015641;
  color: #fff;
  border-radius: 10px;
  padding: 5px 7px;
  font-size: 13px;
  font-weight: bold;
  left: 50%;
  margin-left: -35px;
  z-index: 10;
  -webkit-animation: showTooltip 2s;
          animation: showTooltip 2s;
}

/* line 251, app/assets/stylesheets/custom_pages/calculators/index.scss */
.result-tooltip span {
  position: relative;
  z-index: 10;
}

/* line 256, app/assets/stylesheets/custom_pages/calculators/index.scss */
.result-tooltip:before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  background: #015641;
  border-radius: 5px;
  z-index: 1;
}

/* line 270, app/assets/stylesheets/custom_pages/calculators/index.scss */
.rule-of-three {
  max-width: 600px;
}

/* line 272, app/assets/stylesheets/custom_pages/calculators/index.scss */
.rule-of-three span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(51, 105, 231, 0.1);
  font-weight: 500;
  font-size: 16px;
  color: #1C2B58;
  padding: 4px 10px;
  max-width: 200px;
}

/* line 283, app/assets/stylesheets/custom_pages/calculators/index.scss */
.rule-of-three input {
  border: 1px solid #1C2B58;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 15px 15px;
  text-align: center;
  max-width: 200px;
}

/* line 291, app/assets/stylesheets/custom_pages/calculators/index.scss */
.rule-of-three input:active, .rule-of-three input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 2px 1px rgba(28, 43, 88, 0.4);
          box-shadow: 0 0 2px 1px rgba(28, 43, 88, 0.4);
}

@media screen and (max-width: 480px) {
  /* line 283, app/assets/stylesheets/custom_pages/calculators/index.scss */
  .rule-of-three input {
    width: 100px;
  }
}

/* line 301, app/assets/stylesheets/custom_pages/calculators/index.scss */
.rule-of-three input[type=text] {
  background: #3369e7;
  color: #fff;
  border-color: #3369e7;
}

/* line 307, app/assets/stylesheets/custom_pages/calculators/index.scss */
.rule-of-three p {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  color: #1C2B58;
}

/* line 316, app/assets/stylesheets/custom_pages/calculators/index.scss */
.compound_interest .result {
  display: none;
}

/* line 320, app/assets/stylesheets/custom_pages/calculators/index.scss */
.compound_interest .result-title {
  font-weight: 600;
  font-size: 22px;
  color: #3369e7;
}

/* line 326, app/assets/stylesheets/custom_pages/calculators/index.scss */
.compound_interest table {
  width: 100%;
  margin-top: 2rem;
}

/* line 330, app/assets/stylesheets/custom_pages/calculators/index.scss */
.compound_interest table td {
  font-weight: 600;
  font-size: 16px;
  padding: 1.5rem;
  color: #1C2B58;
  border: 1px solid #CED7DC;
}

/* line 338, app/assets/stylesheets/custom_pages/calculators/index.scss */
.compound_interest table td:last-child {
  text-align: right;
}

/* line 342, app/assets/stylesheets/custom_pages/calculators/index.scss */
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1C2B58;
  opacity: 1;
  /* Firefox */
}
::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1C2B58;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1C2B58;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1C2B58;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1C2B58;
  opacity: 1;
  /* Firefox */
}

/* line 347, app/assets/stylesheets/custom_pages/calculators/index.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1C2B58;
}

/* line 351, app/assets/stylesheets/custom_pages/calculators/index.scss */
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1C2B58;
}

/* Chrome, Safari, Edge, Opera */
/* line 356, app/assets/stylesheets/custom_pages/calculators/index.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
/* line 363, app/assets/stylesheets/custom_pages/calculators/index.scss */
input[type=number] {
  -moz-appearance: textfield;
}

@-webkit-keyframes showTooltip {
  0% {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    opacity: 0.8;
  }
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showTooltip {
  0% {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
    opacity: 0;
  }
  45% {
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
    opacity: 0.8;
  }
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 0;
  }
}

/* line 376, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-banner-cta {
  background: rgba(51, 105, 231, 0.1);
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #1C2B58;
  border-radius: 15px;
  padding: 45px 30px;
}

/* line 385, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-banner-cta__title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

/* line 393, app/assets/stylesheets/custom_pages/calculators/index.scss */
.calcs-banner-cta p:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 992px) {
  /* line 376, app/assets/stylesheets/custom_pages/calculators/index.scss */
  .calcs-banner-cta {
    padding: 70px 50px;
  }
  /* line 400, app/assets/stylesheets/custom_pages/calculators/index.scss */
  .calcs-banner-cta__title {
    font-size: 30px;
    line-height: 32px;
  }
}
