body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased; }

#mc {
  width: 100%;
  overflow: hidden; }

#mc-loader {
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0; }

#mc-loader > span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background: url(../images/gif-load.gif) center center no-repeat #ffffff;
  border-radius: 5px; }

#bg {
  background-color: #fff;
  float: left;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover; }

#bg-border {
  height: 351px;
  margin: 20px 20px 0 20px;
  border: 15px solid white;
  border: 15px solid rgba(255, 255, 255, 0.07);
  border-bottom: 0;
  display: none; }

#logo {
  position: absolute;
  z-index: 1;
  left: 79px;
  top: 77px;
  width: 278px;
  height: 40px;
  background: url(../images/mc-sprite.png) left -58px no-repeat;
  background-size: auto; }

#bg-border > h1 {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 52px;
  line-height: 63px;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  left: 78px;
  top: 195px;
  margin: 0;
  letter-spacing: .5px; }

#content {
  float: right;
  width: 100%;
  overflow: hidden;
  position: relative; }
  
#codigo_promo {
    color: #000 !important;
    float: right;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px !important;
    font-weight: normal !important;   
    text-align: center;
    width: auto;
}

#codigo_promo_check {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: bold;
}

#codigo_promo_check:after {
    content: '\2713';
}

#codigo_promo::-webkit-input-placeholder { color: #000033 !important; }
#codigo_promo::-moz-placeholder { color: #000033 !important; }
#codigo_promo:-ms-input-placeholder { color: #000033 !important; }
#codigo_promo:-moz-placeholder { color: #000033 !important; }

#content-border {
  margin: 0 -100px 0 0;
  border-top: 0;
  text-align: center; }
  @media only screen and (max-width: 1024px) {
    #content-border {
      margin: 0; } }

#box {
  background-color: #fff;
  width: 540px;
  overflow: hidden;
  display: inline-block;
  margin-top: 53px;
  text-align: left;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  color: #231F20;
  position: relative; }
#box .container-fluid {
  padding: 30px;
  float: left; }
#box.show-steps .form-steps {
  display: block; }
@media only screen and (max-width: 540px) {
  #box {
    width: 100%;
    min-height: auto;
    margin: 0;
    float: left; }
  #box .container-fluid {
    padding: 16px; } }
#box .input-group-text, #box .form-control {
  color: #F9A01B;
  font-weight: 700;
  font-size: 20px; }
#box .form-control {
  padding: 2px; }
#box .tipo-credito {
  font-size: 16px;
  text-align-last: center; }
  @media only screen and (max-width: 640px) {
    #box .tipo-credito {
      text-indent: 10px; } }
#box .form-control, #box .input-group-text {
  border-color: #A7A9AC; }
#box .input-group .input-group-text {
  background: none;
  cursor: pointer;
  font-size: 140%;
  line-height: 16px; }
#box select {
  background: url(../images/arrow-down.svg) calc(100% - 12px) calc(1em + -1px) no-repeat;
  background-size: 16px 10px; }

.form-steps {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 2rem;
  position: relative;
  display: none; }
.form-steps .progress {
  width: 80%;
  height: 3px;
  background-color: #e7e8ec;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }
.form-steps .progress .bar {
  width: 33.3333%;
  background: #ffa900; }
.form-steps .progress .bar.step_2_1 {
  width: 44.4444%; }
.form-steps .progress .bar.step_2_2 {
  width: 55.5555%; }
.form-steps .progress .bar.step_2_3 {
  width: 66.6666%; }
.form-steps .progress .bar.step_3_1 {
  width: 77.7777%; }
.form-steps .progress .bar.step_3_2 {
  width: 88.8888%; }
.form-steps .progress .bar.step_full {
  width: 100%; }
.form-steps .step {
  width: 42px;
  height: 42px;
  padding: 2px;
  display: inline-block;
  border: 2px solid #ffa900;
  text-align: center;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  background-color: #FFFFFF; }
.form-steps .step p {
  display: block;
  border-radius: 42px;
  -webkit-border-radius: 42px; }
.form-steps .step p i {
  color: #ffa900;
  font-size: 16px;
  line-height: 35px; }
.form-steps .step.actived p {
  background-color: #ffa900; }
.form-steps .step.actived p i {
  color: #FFFFFF; }

form#form2, form#form3, form#form4, form#form5, form#form6, form#form7 {
  display: none; }
form#form2, form#form3, form#form4, form#form5, form#form6, form#form7 {
  width: 100%;
  float: left; }
@media only screen and (max-width: 640px) {
  form#form2 .row, form#form3 .row, form#form4 .row, form#form5 .row, form#form6 .row, form#form7 .row {
    position: relative;
    box-sizing: border-box; } }
form#form2 h2, form#form3 h2, form#form4 h2, form#form5 h2, form#form6 h2, form#form7 h2 {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
  color: #00235a; }
form#form2 p, form#form3 p, form#form4 p, form#form5 p, form#form6 p, form#form7 p {
  width: 100%;
  font-size: 14px;
  display: inline-block;
  color: #00235a;
  margin: 0; }
form#form2 label.block, form#form3 label.block, form#form4 label.block, form#form5 label.block, form#form6 label.block, form#form7 label.block {
  width: 100%;
  height: 90px;
  display: inline-block;
  cursor: pointer;
  margin-top: 1rem; }
form#form2 label.block input[type=radio], form#form3 label.block input[type=radio], form#form4 label.block input[type=radio], form#form5 label.block input[type=radio], form#form6 label.block input[type=radio], form#form7 label.block input[type=radio] {
  display: none; }
form#form2 label.block input[type=radio]:checked + .check, form#form3 label.block input[type=radio]:checked + .check, form#form4 label.block input[type=radio]:checked + .check, form#form5 label.block input[type=radio]:checked + .check, form#form6 label.block input[type=radio]:checked + .check, form#form7 label.block input[type=radio]:checked + .check {
  background: #00235a; }
form#form2 label.block input[type=radio]:checked + .check span, form#form3 label.block input[type=radio]:checked + .check span, form#form4 label.block input[type=radio]:checked + .check span, form#form5 label.block input[type=radio]:checked + .check span, form#form6 label.block input[type=radio]:checked + .check span, form#form7 label.block input[type=radio]:checked + .check span {
  color: #FFFFFF; }
form#form2 label.block .check, form#form3 label.block .check, form#form4 label.block .check, form#form5 label.block .check, form#form6 label.block .check, form#form7 label.block .check {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #e7e8ec;
  padding: 8px;
  border-radius: .25rem;
  -webkit-border-radius: .25rem; }
form#form2 label.block .check span, form#form3 label.block .check span, form#form4 label.block .check span, form#form5 label.block .check span, form#form6 label.block .check span, form#form7 label.block .check span {
  vertical-align: middle;
  display: table-cell;
  color: #00235a;
  font-size: 12px;
  font-weight: bold;
  text-align: center; }
form#form2 label.group, form#form3 label.group, form#form4 label.group, form#form5 label.group, form#form6 label.group, form#form7 label.group {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  color: #00235a;
  margin: 0; }
form#form2 #termos-legais-label,
form#form2 #promocao-label,
form#form2 .termos, form#form3 #termos-legais-label,
form#form3 #promocao-label,
form#form3 .termos, form#form4 #termos-legais-label,
form#form4 #promocao-label,
form#form4 .termos, form#form5 #termos-legais-label,
form#form5 #promocao-label,
form#form5 .termos, form#form6 #termos-legais-label,
form#form6 #promocao-label,
form#form6 .termos, form#form7 #termos-legais-label,
form#form7 #promocao-label,
form#form7 .termos {
  color: #878c99;
  font-size: 11px;
  line-height: 14px !important;
  width: 100%;
  height: auto;
  float: left;
  font-weight: 500;
  margin-bottom: 1rem; }
@media only screen and (max-width: 480px) {
  form#form2 .col-3,
  form#form2 .col-4, form#form3 .col-3,
  form#form3 .col-4 {
    flex: 0 0 50%;
    max-width: 50%; } }
@media only screen and (max-width: 480px) and (max-width: 540px) {
  form#form2 label.block, form#form3 label.block {
    height: 64px; } }

@media only screen and (max-width: 480px) {
  form#form4 .col-8, form#form5 .col-8 {
    flex: 0 0 100%;
    max-width: 100%; } }
form#form6 .birthdate {
  width: 100%;
  display: inline-block;
  margin-top: 1rem; }
@media only screen and (max-width: 480px) {
  form#form6 .col-3 {
    flex: 0 0 50%;
    max-width: 50%; }
  form#form6 .birth-label,
  form#form6 .col-8 {
    flex: 0 0 100%;
    max-width: 100%; } }
form .group {
  width: 100%;
  display: inline-table; }
form .group .addon {
  width: 1%;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }
form .group .addon span.label {
  color: #00235a;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 16px; }
form .group .addon span.br {
  width: 160px;
  float: left;
  white-space: normal; }
form select.select-default {
  font-size: 16px !important;
  text-align-last: center;
  float: left; }
form input[type=text].input-default,
form input[type=tel].input-default,
form input[type=email].input-default {
  width: 100%;
  display: block;
  font-size: 16px;
  padding: 8px 16px;
  border: 1px solid #00235a;
  border-radius: .25rem;
  -webkit-border-radius: .25rem;
  outline: none; }
form .btns {
  width: 100%;
  float: left;
  margin-top: 1rem; }
@media only screen and (max-width: 540px) {
  form .btns {
    position: static;
    padding: 0; }
  form .btns #btn-voltar {
    margin-top: 1rem; } }
form .btns #btn-proximo {
  width: auto;
  float: right;
  height: 50px;
  font-size: 18px;
  background-color: #ffa000;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 0;
  padding: 0 2rem; }
form .btns #btn-voltar {
  width: auto;
  float: left;
  height: 50px;
  font-size: 18px;
  background-color: #00235a;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 0;
  padding: 0 2rem; }
form .volume-negocio {
  display: none; }

select {
  /*background: url(../images/mc-sprite.png) right -91px no-repeat;*/
  background-size: 170px 464px;
  width: 397px;
  border: 0;
  color: #878c99;
  font-size: 14px;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: white; }

select::-ms-expand {
  display: none; }

select:focus {
  outline: none; }

form label {
  margin-bottom: auto; }

.min-height-195 {
  min-height: 195px; }

#legenda {
  color: #878c99;
  font-size: 9px;
  line-height: 11px;
  float: left;
  width: 250px;
  margin: 0;
  padding: 25px 0 0 30px;
  box-sizing: border-box;
  -webkit-font-smoothing: auto; }

#mensalidade-taxas {
  float: right;
  padding: 20px 30px 0 0;
  text-align: right;
  font-size: 16px;
  line-height: 28px;
  box-sizing: border-box; }

#mt-labels {
  float: left;
  width: 120px; }

#mt-valores {
  float: left; }

.valor {
  clear: both;
  width: 100%;
  height: 30px;
  float: right;
  margin-bottom: 2px;
  color: #ffa000;
  margin-left: 21px; }

#btn-maisinfo,
#btn-imprimir {
  height: 30px;
  background-color: #D1D3D4;
  border-radius: 5px;
  float: right;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .5px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  border-style: none;
  width: 100%;
  position: relative; }

#btn-maisinfo {
  float: left;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    #btn-maisinfo {
      margin-bottom: 10px; } }

#btn-imprimir > i {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../images/printer.png) no-repeat;
  background-size: 14px 16px;
  margin: 0 0 -3px 13px; }

#btn-solicitar {
  height: 50px;
  background-color: #F9A01B;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: .5px;
  cursor: pointer;
  border: 0;
  display: inline-block; }
  @media only screen and (max-width: 640px) {
    #btn-solicitar {
      font-size: 0.8em; } }

#montante-slider,
#prazo-slider {
  width: 255px;
  height: 4px;
  float: left;
  border: 0;
  margin-top: 35px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  display: none; }

.slider-btns {
  float: right;
  width: 37px;
  padding: 5px 0;
  margin-left: 99px;
  position: relative; }

.slider-btns > span {
  width: 36px;
  height: 30px;
  float: left;
  cursor: pointer;
  background: url(../images/mc-sprite.png) right -54px no-repeat;
  background-size: 170px 464px; }

.slider-btns > span.off {
  opacity: 0.15;
  cursor: default; }

.slider-btns > span:last-child {
  margin-top: 2px;
  background-position: right -118px; }

#termos-legais-label > i,
#promocao-label > i {
  float: left;
  width: 420px;
  font-style: normal; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 15px 0 0;
  vertical-align: middle;
  background: #fff;
  cursor: pointer;
  border: 1px solid #dde0e6;
  border-radius: 5px;
  float: left; }

input[type="checkbox"]:checked + label span {
  background: url(../images/mc-sprite.png) -39px -54px no-repeat #fff;
  background-size: 170px 464px; }

input:required {
  background: url(../images/mc-sprite.png) right -730px no-repeat; }

input:required.valid {
  background: url(../images/mc-sprite.png) right -648px no-repeat; }

#btn-enviar,
#btn-nova-simulacao,
#btn-entrar,
.btn-bo {
  width: 100%;
  height: 50px;
  background-color: #ffa000;
  border-radius: 5px;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: 0; }

#btn-enviar {
  width: 234px;
  float: right; }

#btn-voltar {
  width: 234px;
  float: left;
  background-color: #e1e7ed;
  color: #8aa1b9; }

#btn-nova-simulacao > i {
  width: 6px;
  height: 10px;
  display: inline-block;
  background: url(../images/mc-sprite.png) -90px -54px no-repeat;
  background-size: 170px 464px;
  margin-right: 15px; }

#sucesso {
  width: 100%;
  height: 100%;
  float: left;
  display: none; }
#sucesso h1 {
  width: 100%;
  display: inline-block;
  color: #f79f31;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  margin: 0;
  margin-top: 2rem; }
#sucesso h2 {
  width: 100%;
  display: inline-block;
  color: #00235a;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin: 2rem 0; }
#sucesso #sucesso-msg,
#sucesso #error-msg {
  display: none; }

#copyright {
  display: none;
  font-size: 10px;
  color: #9eb4ca;
  width: 100%;
  float: left;
  margin-top: 25px;
  font-weight: 500; }

button, html [type="button"], [type="reset"], [type="submit"] {
  padding: 0; }

/* EXTRA UI SLIDER */
.ui-widget-content {
  background: #e1e7ed; }

.ui-slider-range {
  border-radius: 0; }

.ui-widget-header {
  background: #ffa000; }

.ui-slider .ui-slider-handle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: url(../images/mc-sprite.png) left -54px no-repeat;
  background-size: 170px 464px;
  border: 0;
  cursor: pointer; }

.ui-slider-horizontal .ui-slider-handle {
  top: -15px;
  margin-left: -17px; }

.ui-slider-horizontal .ui-slider-handle:focus {
  outline: none; }

#preloader {
  display: none; }

@media only screen and (max-width: 480px) and (max-height: 480px) {
  #form1 > h2 {
    display: none; } }
@media only screen and (max-width: 640px) {
  #bg {
    float: none; }

  #bg .bg.small {
    display: none; }

  #mc-loader > span {
    top: 110px; }

  #bg-border {
    height: 176px;
    margin: 0;
    border: 0; }

  #logo {
    left: 15px;
    top: 23px;
    width: 170px;
    height: 24px;
    background: url(../images/mc-sprite.png) left top no-repeat;
    background-size: 170px 464px; }

  #bg-border > h1 {
    font-size: 30px;
    line-height: 36px;
    left: 15px;
    top: 67px; }

  #content-border {
    height: auto;
    margin: 0;
    border: 0; }

  #form1 > h2,
  #form2 > h2 {
    background-color: #e1e7ed;
    border-radius: 0;
    color: #00235a;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 21px;
    padding-bottom: 21px; }

  #legenda {
    width: 100%;
    padding-top: 13px;
    padding-left: 0;
    padding-bottom: 21px; }

  #mensalidade-taxas {
    padding-right: 0;
    width: 100%; }

  #mt-labels {
    text-align: left;
    width: 50%; }

  #mt-valores {
    width: 50%; }

  #btn-imprimir {
    width: 100%;
    margin-right: 0; }

  #btn-solicitar {
    width: 100%;
    margin-top: 25px; }

  .select {
    padding: 0; }

  .select select {
    width: 100%;
    height: 45px;
    margin-top: 24px;
    background-position: right -104px;
    padding-left: 25px; }

  input:required {
    background-size: 170px 464px;
    background-position: right -262px; }

  input:required.valid {
    background-size: 170px 464px;
    background-position: right -185px; }

  #form2 .min-height-195 {
    border-top: 1px solid #dde0e6;
    border-bottom: 1px solid #dde0e6;
    margin-top: 19px;
    padding-bottom: 16px;
    min-height: auto; }

  #termos-legais-label {
    width: 100%;
    margin-top: 11px; }

  input[type="checkbox"] + label span {
    position: absolute;
    z-index: 1;
    left: 15px;
    margin-left: 0; }

  #termos-legais-label > i,
  #promocao-label > i {
    width: inherit;
    padding-left: 40px;
    box-sizing: border-box;
    text-align: justify; }

  #montante-slider,
  #prazo-slider {
    width: inherit;
    margin-top: 49px; }

  .slider-btns {
    position: absolute;
    right: 2px;
    top: 2px;
    width: auto;
    margin-left: 0;
    z-index: 2; }

  .slider-btns > span {
    float: right;
    margin-top: -5px; }

  .slider-btns > span:last-child {
    margin-top: 5px; }

  #copyright {
    margin-bottom: 25px; } }
#bg {
  position: relative; }

#bg .bg {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

@media only screen and (min-width: 641px) and (max-width: 1023px) {
  #bg .bg.small {
    display: block; } }
@media only screen and (min-width: 1024px) {
  #bg .bg.large {
    display: block; }

  #bg-border {
    margin-right: 0;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 15px solid white;
    border-bottom: 15px solid rgba(255, 255, 255, 0.07); }

  #content {
    width: 68%; } }
@media only screen and (max-width: 1023px) {
  #bg-border {
    display: none; } }
@media only screen and (max-width: 540px) {
  #btn-enviar, #btn-voltar, #btn-proximo {
    width: 100% !important; } }
@media only screen and (max-width: 640px) {
  #copyright {
    display: none; } }
a {
  color: #FFA000; }

.text-primary {
  color: #FFA000 !important; }

button.btn, html [type="button"].btn, [type="reset"].btn, [type="submit"].btn {
  padding: .375rem .75rem;
  border: 0; }

button.btn:hover, html [type="button"].btn:hover, [type="reset"].btn:hover, [type="submit"].btn:hover {
  cursor: pointer; }

.btn-primary {
  background-color: #FFA000; }

.btn-primary:hover, .btn-primary:active {
  background-color: #FFA000;
  border-color: #FFA000; }

.text-secondary {
  color: #00235a !important; }

.icon-lg {
  font-size: 80px; }

ol, ul {
  margin-left: -22px; }

.row-m {
  margin-right: -15px;
  margin-left: -15px; }

#score .rating {
  text-align: center; }

#score .rating-option {
  padding: 0; }

@media only screen and (max-width: 991px) {
  .card-columns {
    -webkit-column-count: 2;
    column-count: 2; } }
@media only screen and (max-width: 767px) {
  .card-columns {
    -webkit-column-count: 1;
    column-count: 1; } }
#mensalidade {
  border: 1px solid #A7A9AC;
  border-radius: 7px;
  color: #F9A01B;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 3px 2px; }

.navbar-montepio {
  background-color: #F9A01B;
  color: #ffffff; }
  .navbar-montepio a.logo {
    margin: 0;
    padding: 0; }
  .navbar-montepio img.logo {
    height: 35px; }

.values-row {
  text-align: center;
  font-weight: 500; }
  .values-row div, .values-row span {
    display: inline-block;
    font-size: 16px;
    line-height: 16px; }
  .values-row .value {
    margin-left: 2px;
    font-weight: 100; }
  .values-row .value-divider {
    background-color: #F9A01B;
    width: 2px;
    height: 13px;
    margin: 0 10px; }

#como-funciona h2 {
  text-indent: 20px;
  font-weight: normal; }
#como-funciona .card {
  border-color: #F1F2F2;
  border-radius: 0;
  margin-top: 1px; }
#como-funciona .card-header {
  background-color: #F1F2F2;
  border-color: #F1F2F2;
  border-radius: 0; }
  #como-funciona .card-header .card-title {
    margin: 0;
    padding-right: 20px; }
    #como-funciona .card-header .card-title i.arrow {
      position: absolute;
      top: 16px;
      right: 50px;
      width: 26px;
      height: 18px;
      background: url("../images/arrow-up.svg") no-repeat;
      background-size: 100% 100%; }
      @media only screen and (max-width: 640px) {
        #como-funciona .card-header .card-title i.arrow {
          right: 10px; } }
  #como-funciona .card-header.collapsed .card-title i.arrow {
    background-image: url("../images/arrow-down.svg");
    opacity: 0.8; }
#como-funciona ul {
  list-style: none;
  margin-left: -38px; }
  #como-funciona ul li {
    background: url("../images/faq-item.svg") no-repeat 0 7px;
    background-size: 10px 10px;
    padding-left: 20px; }

#especialistas .feature img {
  width: 100px;
  margin-bottom: 20px; }
#especialistas .btn-outline-warning {
  margin: 20px auto 20px;
  color: #F9A01B;
  border: 1px solid #F9A01B;
  font-size: 40px;
  line-height: 50px;
  width: 70%;
  font-weight: 300; }
  @media only screen and (max-width: 640px) {
    #especialistas .btn-outline-warning {
      width: 80%;
      font-size: 35px; } }
  #especialistas .btn-outline-warning:hover {
    color: #ffffff;
    border-color: #F9A01B;
    background-color: #F9A01B; }

#empresa h2 {
  text-indent: 20px;
  font-weight: normal; }

@media (min-width: 992px) {
  #empresa-c > .container {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    max-width: none; } }

#empresa-carousel .carousel-indicators {
  bottom: 10px; }
  #empresa-carousel .carousel-indicators li {
    background-color: rgba(249, 160, 27, 0.2); }
    #empresa-carousel .carousel-indicators li.active {
      background-color: #F9A01B; }
#empresa-carousel .carousel-item h1 {
  font-size: 1.6em;
  text-transform: uppercase !important; }
@media only screen and (max-width: 991px) {
  #empresa-carousel .carousel-item .w-100 {
    margin-bottom: 20px; } }
#empresa-carousel .carousel-indicators {
  bottom: -10px; }
#empresa-carousel [data-slide] {
  top: auto;
  bottom: 5px; }
  @media only screen and (max-width: 991px) {
    #empresa-carousel [data-slide] {
      display: none; } }
  #empresa-carousel [data-slide].carousel-control-prev, #empresa-carousel [data-slide].carousel-control-next {
    width: 20px;
    height: 50px;
    opacity: 1;
    display: none; }
  #empresa-carousel [data-slide].carousel-control-prev {
    left: 50%;
    margin-left: -55px; }
  #empresa-carousel [data-slide].carousel-control-next {
    right: 50%;
    margin-right: 5px; }
  #empresa-carousel [data-slide].carousel-control-separator {
    position: absolute;
    bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 50%;
    width: 2px;
    height: 50px;
    margin-right: 29px;
    background: #F9A01B;
    display: none; }
    @media only screen and (max-width: 991px) {
      #empresa-carousel [data-slide].carousel-control-separator {
        display: none; } }
  #empresa-carousel [data-slide] .carousel-control-prev-icon, #empresa-carousel [data-slide] .carousel-control-next-icon {
    width: 20px;
    height: 30px; }

.carousel-control-prev-icon {
  background-image: url("../images/arrow-left.svg");
  width: 20px;
  height: 30px; }

.carousel-control-next-icon {
  background-image: url("../images/arrow-right.svg");
  width: 20px;
  height: 30px; }

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
  cursor: pointer; }

#bg .carousel-control-next, #bg .carousel-control-prev {
  width: 5%;
  z-index: 1; }
  @media only screen and (max-width: 991px) {
    #bg .carousel-control-next, #bg .carousel-control-prev {
      display: none; } }

.prefooter {
  margin-top: 50px;
  background: url(../images/plans.jpg) no-repeat, #f2f3f5;
  background-size: 45%;
  padding: 40px 0; }
  @media only screen and (max-width: 1284px) {
    .prefooter {
      background: #f2f3f5; } }
  .prefooter .container {
    position: relative; }
  .prefooter .title {
    color: #9FA1A0;
    font-size: 40px;
    line-height: 45px;
    font-weight: 300;
    margin-bottom: 30px; }
  .prefooter .btn-outline-dark {
    border: 1px solid #9FA1A0 !important;
    color: #9FA1A0; }
    .prefooter .btn-outline-dark:hover, .prefooter .btn-outline-dark:active, .prefooter .btn-outline-dark:focus {
      background-color: #343a40;
      border-color: #9FA1A0;
      color: #ffffff;
      box-shadow: none; }

#return-to-top {
  display: none;
  position: fixed;
  bottom: 0;
  left: 80%;
  z-index: 1;
  transform: translateX(-80%);
  background-color: #F9A01B;
  color: #ffffff;
  border-radius: .25rem .25rem 0 0; }
  #return-to-top:active {
    color: #ffffff !important; }
  #return-to-top > i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/calc.svg) no-repeat;
    background-size: 23px 20px;
    margin: 0 13px -3px 0; }

footer.footer {
  background-color: #414042;
  color: #ffffff;
  font-weight: normal;
  font-size: 14px;
  padding-top: 40px;
  padding-bottom: 20px; }
  footer.footer .lside {
    line-height: 15px; }
  footer.footer .rside {
    font-size: 16px;
    font-weight: 100; }
  footer.footer .links {
    margin: 10px 0 30px 0; }
  footer.footer a {
    color: inherit; }
    footer.footer a:visited {
      color: inherit; }
  footer.footer .logo {
    height: 35px;
    margin-bottom: 10px; }
  footer.footer .portugal-sou-eu {
    height: 45px; }
  footer.footer .phone {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    margin-top: 30px; }
  footer.footer .copyright {
    margin-top: 50px;
    margin-bottom: 30px;
    font-weight: 400; }

.brt {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important; }

.lh-35 {
  line-height: 35px; }
  @media (max-width: 640px) {
    .lh-35 {
      line-height: 25px; } }

#legenda {
  display: none; }

.popover {
  font-size: 11px;
  background-color: rgba(80, 80, 80, 0.95);
  color: #ffffff; }
  @media only screen and (min-width: 640px) {
    .popover {
      max-width: 420px; } }
  .popover .arrow::before {
    top: 1px;
    border-bottom-color: rgba(80, 80, 80, 0.85); }
  .popover .arrow::after {
    border-bottom-color: rgba(80, 80, 80, 0.85); }
  .popover[x-placement="top"] .arrow::before {
    top: -1px;
    border-top-color: rgba(80, 80, 80, 0.85); }
  .popover[x-placement="top"] .arrow::after {
    border-top-color: rgba(80, 80, 80, 0.85); }
  .popover .popover-header {
    background-color: inherit;
    border: none; }
    .popover .popover-header::before {
      border: none; }
  .popover .popover-body {
    color: inherit; }
  .popover .produto-content {
    margin-bottom: 5px; }
  .popover .legenda-content {
    font-size: 10px; }

html a[type=button] {
  -webkit-appearance: inherit; }

@media only screen and (min-width: 992px) {
  .my-auto > .my-auto-fix {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); } }

@media only screen and (max-width: 640px) {
  .hidden-xs {
    display: none !important; } }

@media only screen and (min-width: 641px) {
  .hidden-lg {
    display: none !important; } }

#color-box {
  background-color: #f2f3f5; }

.mt-3, .my-3 {
  margin-top: 1.8rem !important; }
  @media screen and (max-width: 640px) {
    .mt-3, .my-3 {
      margin-top: 1rem !important; } }

/*# sourceMappingURL=main.css.map */
