@import url('https://fonts.googleapis.com/css?family=Poppins:200,400,500,700');

body {
  /*background-color:#2285C7;*/
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}
img {
  max-width:100%;
}
*:focus {
  outline:none;
}

/* --------------------- CLASSES GENÉRICAS ------------------------------------- */

.float-left { float:left; }
.float-right { float:right; }
.color-primary { color:#000; }
.img-circle {
    border-radius: 50% !important;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.page-header {
  border:none;
  text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-top: 30px;
  padding-bottom:0;
}
/* ------- transition ------- */
a, a:hover, 
.opacity-hover, opacity-hover:hover, 
table.lista-lojas a.unidade img, 
table.lista-lojas a.unidade img:hover {
  transition:all 0 ease 0.2s;
  -webkit-transition-duration:0.2s;-moz-transition-duration:0.2s;-ms-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;
}
::selection {
  background:#2285C7;
}
hr {
    border-color: #2285C7;
}
.btn-primary {
    background-color: #2285C7;
    border-color: #2285C7;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #1f98d4!important;
  border-color: rgba(17, 99, 154, 1);
}
.bg-primary {
  color:#FFF;
  background-color: #2285C7 !important;
}
.opacity-hover {
  opacity:1;
}
.opacity-hover:hover {
  opacity:0.7;
}
.text-white {
  color:#FFF !important;
}
.bg-light {
    background-color: #e6ebe7!important;
}
.p-0 {
  padding:0 !important;
}



/* ------------------------------------- HEADER ------------------------------------- */

.line-top {
  padding:8px 0;
  background-color:#F99F2B;
}
.line-top p {
  font-size:12px;
  margin:0;
  text-align:center;
  color:white;
      font-weight: 500;
    letter-spacing: 0.2px;
}
.line-top a.icone {
  position: absolute;
    right: 5px;
    top: 3px;
    font-size: 15px;
    display: table;
    color: #FFF;
    background-color: #F99F2B;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

  
header.masthead {
  position:relative;
  
  height: 100vh;
    min-height: 620px;
  padding:0;
}
header.masthead .logo img {
}
header.masthead .logo figcaption {
  font-size: 13px;
    letter-spacing: 0.2px;
    margin-top: 10px;
    color: #2285c7;
}
header.masthead .my-auto {
  margin-top:20px !important;
  text-align:left;
}
header.masthead .top-gradient {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:150px;
  
  /* IE10+ */ 
  background-image: -ms-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);  
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20, rgba(255,255,255,1)), color-stop(100, rgba(255,255,255,0)));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
  /* W3C Markup */ 
  background-image: linear-gradient(to bottom, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);
}

header.masthead .row .col-left {
}
header.masthead .row .col-right {
}
header.masthead .box-table {
  width:650px;
  margin-top:15px;
  margin-bottom:25px;
  padding:15px 30px;
  border-radius:10px;
  background-color: rgb(249, 159, 43);
  display:table
}
header.masthead .box-table p {
  font-size:13px;
  color:#3c763d;
  line-height:12px;
  margin:0;
  margin-top:5px;
  font-weight:500;
}
header.masthead .box-table p.text-success {
  font-weight:700;
  font-size:18px;
}
header.masthead table {
  color:#1C1C1C;
}
header.masthead table td {
  font-weight:700;
  font-size:20px;
}
header.masthead table td:last-child {
  font-weight:500;
  font-size:18px;
}
header.masthead .container h1 {
  font-size:40px;
  color:#1a80c4;
  margin-top:15px;
  margin-bottom:15px;
  text-shadow:0 0 4px rgba(255, 255, 255, 0.55);
}
header.masthead p.text-faded {
  color:#2185c6;
  font-size:19px;
  line-height:28px;
  font-weight:500;
  text-shadow:0 0 5px rgb(255, 255, 255, 0.7);
}
header.masthead p.text-faded .icons {
  margin-right:10px;
}
header.masthead .btn-primary {
  font-size:20px;
  padding:20px 50px;
  border-bottom: solid 3px rgba(17, 99, 154, 0.7);
}
header.masthead p.telefone {
  color:#2185C6;
  font-size:20px;
  font-weight:500;
  margin-bottom:0;
  margin-top:13px;
}
header.masthead p.telefone a {
  color:#2185C6;
}
header.masthead p.telefone img {
  margin-right:10px;
}

header.masthead .icones {
  float:right;
}
header.masthead a.icone {
  width:25px;
  height:25px;
  line-height:24px;
  text-align:center;
  background-color:#F99F2B;
  float:right;
  margin-top:17px;
  margin-left:5px;
}
header.masthead a.icone i {
  color:#FFF;
  font-size:12px;
}

header.masthead hr.line-vertical {
  border-top: none;
  margin:0 20px;
  border-left:solid 1px #F99F2B;
  height:55px;
}
header.masthead .box-logos {
  position:absolute;
  right:6%;
  top:190px;
}
header.masthead .box-logos img {
  float:right;
  clear:right;
}

/* ================= MENU ================= */
.menu-cont {
  width:100%;
}
@media screen and (min-width: 992px) {
  header.masthead #mainNav {
    float:right;
    clear:right;
    background-color:#2185C6;
    height:inherit;
    padding:2px 10px;
    margin-top:5px;
    min-height:inherit;
  }
}
#mainNav #menu {
  opacity:1;
  margin-bottom: 20px;
}
#mainNav #menu ul.navbar-nav {
  -ms-flex-direction: initial;
    flex-direction: initial;
  padding:0;
}
#mainNav #menu ul li {
  display:inline;
}
#mainNav #menu ul li a {
  font-size:12px;
  color:#FFF;
  opacity:1;
  line-height:34px;
  letter-spacing:0;
  padding:5px 15px;
  font-weight:500;
  display:block;
  background-color:#2185C6;
  
  -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
#mainNav #menu ul li a.mobile {
  display:none;
}
#mainNav #menu ul li a:hover {
  color:#F9B92B;
  text-decoration:none;
  background-color:#1874b1;
  
  -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
#mainNav #menu ul li a:focus {
  outline:none !important;
  box-shadow: none !important;
  text-decoration:none !important;
}
#mainNav.navbar-shrink #menu ul li a {
  color:#FFF;
  line-height:27px;
}
#mainNav.navbar-shrink #menu ul li a.active {
  color:#F9B92B;
}
#mainNav.navbar-shrink {
  height:48px;
  background-color:rgba(17, 17, 17, 0.85);
}
#mainNav.navbar-shrink #menu {
  display:table;
  margin:auto;
  float:none;
}
#menu ul li.mobile {
  display:none;
}
#menu ul li a.btn {
  line-height:normal;
}
#menu ul li a.btn i {
  color: #FFF !important;
    font-size: 20px;
    margin-right: 8px;
    margin-top: 7px;
    display: table;
    float: left;
}
#mainNav.navbar-shrink #menu ul li a.btn i {
    font-size: 16px;
    margin-right: 10px;
    margin-top: 6px;
}
#mainNav.navbar-shrink .logo {
  position: absolute;
    top: 0;
    padding: 0;
  
  display:none;
}
#mainNav.navbar-shrink .logo img {
  width:80px;
}


/* ----------- TELEFONES HEADER ----------- */
#lojasCarousel {
  float:right;
  min-width:330px;
  max-width:100%;
}
#lojasCarousel p.telefone {
  clear:right;
  font-size:14px;
  margin-top:5px;
  text-align:right;
}
#lojasCarousel p.telefone img {
  width:20px;
}
#lojasCarousel .item {
  min-height:40px;
}

#telefonesLojas {
  float:right;
}
#telefonesLojas p {
  float:left;
}
#telefonesLojas p a {
}
#telefonesLojas img {
}
#telefonesModal p.telefone img {
  width:20px;
  margin-right:15px;
}

/* ----------- PRINCIPAL - passos ----------- */
#passos {
  padding:3rem 0;
}
#passos .passos-box .fa {
  float:left;
  margin-right:15px;
}
#passos .passos-box img {
  float:left;
  margin-right:15px;
  max-width:65px;
}
#passos .passos-box h3 {
  text-align:left;
  text-shadow:0 0 4px rgba(0, 0, 0, 0.3);
}
#passos .passos-box p {
  float:left;
  clear:left;
  text-align:left;
  text-shadow:0 0 4px rgba(0, 0, 0, 0.15);
}


.modal-emprestimos.modal .modal-header {
  padding:30px 50px;
}
.modal-emprestimos.modal .modal-body {
  padding:25px 50px 15px 50px;
}
.modal-emprestimos.modal .modal-footer {
  border:none;
  padding:0 50px 30px 50px;
}

/* ----------- PRINCIPAL - depoimentos ----------- */
.nino-testimonial {
  background: #f8f8f8;
  padding: 60px 0;
  position:relative;
  border-bottom:solid 3px #F99F2B;
}
.nino-testimonial .unslider-arrow {
  font-size: 40px;
  color: #ccc;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.nino-testimonialSlider {
  margin: 0 80px;
}
.nino-testimonialSlider .nino-avatar {
  width: 190px;
  margin-right: 35px;
}
.nino-testimonialSlider .nino-symbol {
  margin: 0 35px 0 5px;
}
.nino-testimonialSlider .nino-symbol .nino-icon {
  padding: 16px;
  border: 2px solid #95e1d3;
  font-size: 65px;
  color: #95e1d3;
}
.nino-testimonialSlider .quote {
  color:#666;
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 10px;
}
.nino-testimonialSlider .name {
    font-size: 18px;
    position: relative;
    padding-left: 50px;
  color:#111;
}
.nino-testimonialSlider .name:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #111;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.nino-testimonial h2 {
  color: #F99F2B;
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 200;
}
.nino-testimonial .img-thumbnail {
  margin-right:40px;
  width:120px;
}

/* ----------- PRINCIPAL - quem somos ----------- */
#quemSomos {
    background:#f6fbfe url(../img/bg-quem-somos.jpg) no-repeat right bottom / contain;
  min-height:600px;
}
#quemSomos h2 {
  font-size:2.8rem;
  font-weight:700;
  color:#2285C7;
  margin-bottom:30px;
}
#quemSomos h2 small {
  font-size:60%;
  color:#2285C7;
}
#quemSomos h3 {
  font-size:20px;
  line-height:30px;
  font-weight:700;
  color:#555;
}
#quemSomos p {
  color:#555;
}
/* ----------- PRINCIPAL - emprestimos ----------- */
#emprestimos {
  padding-top:0;
}
#emprestimos h2 {
  color: #ffffff;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-weight: 200;
}
#emprestimos h3 {
  text-align:center;
    padding: 20px;
    box-shadow: 2px 2px 13px rgba(3, 80, 71, 0.24);
  height: 255px;
    position: relative;
    border-radius: 50%;
  background-color:rgba(255, 255, 255, 0.05);
}
#emprestimos h3 span {
  position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}
#emprestimos .row .col {
  width:20%;
}
#emprestimos .row .col h3 {
  font-size:20px;
  height: 205px;
}


#parceiros h2 {
  color: #F99F2B;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 200;
}

/* ----------------------------------- FOOTER ------------------------------------ */

footer.bg-light {
  padding:15px 0;
}
footer.bg-light p {
  color:#666;
  margin:0;
  font-size:11px;
  line-height:normal;
}
footer.bg-light .logo {
  float:left;
  margin-right:25px;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
footer.bg-light {
}


/* ----------------------------------- INTERNAS ----------------------------------- */

.internas {
}
.internas section {
  background-color:#f6fbfe;
}
.internas h1 {
  margin-top: 0;
    margin-bottom: 50px;
  font-size: 34px;
    font-weight: 700;
    color: #2185c6;
  
}
.internas h2 {
  font-size: 26px;
}
.internas h3 {
  margin-top:35px;
  font-weight:700;
}

.internas header.masthead {
  height: 190px;
    min-height: initial;
  background-image:none;
  background-color:#f6fbfe;
}
.internas #quemSomos {
  min-height:660px;
  background-size:900px;
}
.internas #quemSomos h2 {
  font-size:3.4rem;
}

/* NOSSAS LOJAS */
.input-search {
  border: 1px solid #CCC;
  padding: 12px 15px;
  font-size: 12px;
  margin: 10px auto;
  float: none;
  width: 100%;
  display: table;
  height:55px;
  
  -webkit-border-radius:15px;
     -moz-border-radius:15px;
    -ms-border-radius:15px;
     -o-border-radius:15px;
      border-radius:15px;
}
.input-search:focus {
  outline:none;
}
  .input-search::-webkit-input-placeholder{ font-style:italic }
  .input-search:-moz-placeholder      { font-style:italic }
  .input-search:-ms-input-placeholder    { font-style:italic }

table.lista-lojas {
  border-collapse:collapse;
}
  table.lista-lojas th {
    padding:10px;
    background:#f5f5f5;
    border-bottom:1px solid #DDD;
  }
  table.lista-lojas .th-unidade {
    width:33%;
  }
  table.lista-lojas .th-endereco {
    width:43%;
  }
  table.lista-lojas td{
    padding:20px;
    border-bottom:1px solid #DDD;
  }
  table.lista-lojas h3 {
    font-weight:700;
    font-size:20px;
    line-height:22px;
    margin:0;
  }
  table.lista-lojas h3 small {
    font-weight:500;
    font-size:15px;
  }
  table.lista-lojas p {
    margin-bottom:0;
  }
  table.lista-lojas p a {
    font-size:18px;
    font-weight:500;
    color:#333;
  }
  table.lista-lojas address {
    float:left;
    margin:0;
    font-size:13px;
    line-height:20px;
    font-weight:500;
  }
  table.lista-lojas a.btn-mapa {
    font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
    float:right;
      color: #ffffff;
    background-color: rgb(33, 133, 198);
    padding: 7px 20px;
    margin-bottom: 10px;
    border-radius: 3px;
    border-bottom: 2px solid rgb(33, 161, 219);
  }
  table.lista-lojas a.unidade {
  }
  table.lista-lojas a.unidade img {
    border-radius:50%;
    width:60px;
    float:left;
    margin-right:20px;
    border:solid 3px #f99f2b;
  }
  table.lista-lojas a.unidade img:hover {
    border-width:0;
  }
  
  /* --- MODAL --- */
  .modal button.close {
    position:relative;
    z-index:1;
    font-size:30px;
    background-color: #2285c7;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    opacity: 1;
    color: #FFF;
    text-shadow: none;
    margin-top: -15px;
    margin-right: -15px;
    box-shadow:-1px 1px 2px rgba(0, 0, 0, 0.25);
  }
  .modal .modal-header {
    padding:30px;
  }
  .modal .modal-header a.telefone {
    font-size:18px;
    font-weight:500;
    letter-spacing:0.2px;
  }
  .modal .modal-body {
    padding:15px 30px;
  }
  .modal .modal-body img {
    border-radius:6px;
  }

form.form-credmar {
}
form.form-credmar input {
  height: 42px;
    padding: 6px 15px;
}
form.form-credmar textarea {
  padding: 6px 15px;
  height:150px;
}
form.form-trabalhe textarea {
  height:80px;
}
form.form-credmar input, 
form.form-credmar textarea, 
form.form-credmar button {
}
form.form-credmar button.dropdown-toggle { /* select */
  border-radius: 3px;
    height: 42px;
    border: solid 1px #CCC;
}
form.form-credmar .filter-option {
      font-weight: 400;
    text-transform: capitalize;
}
form.form-credmar button[type="submit"] {
  padding:14px 60px;
  margin-top:10px;
  color: #ffffff;
    background-color: rgb(33, 133, 198);
    margin-bottom: 10px;
    border-radius: 3px;
    border-bottom: 2px solid rgb(33, 161, 219);
}
form.form-credmar .div-radio {
}
form.form-credmar .div-radio > input {
  float: left;
    height: auto;
    margin-top: 15px;
    margin-right: 10px;
}
form.form-credmar .div-radio > label {
    margin-top: 12px;
    float: left;
    margin-right: 20px;
    font-weight: 500;
}

#trabalheConosco {
    background:#f6fbfe url(../img/bg-trabalhe-conosco.jpg) no-repeat right bottom / contain;
  min-height:calc(100vh - 243px);
}
#areaRestrita {
    background:#f6fbfe url(../img/bg-area-restrita.jpg) no-repeat left top / cover;
  min-height:calc(100vh - 243px);
}
#simulacao {
  background:#f6fbfe url(../img/bg-simulacao.jpg) no-repeat right top / cover;
  min-height:calc(100vh - 243px);
}



/* ----------------------------------- RESPONSIVO ----------------------------------- */

@media screen and (max-width: 1200px) {
  .container {
    max-width:960px;
  }
  header.masthead .row .col-left {
    max-width:28%;
    flex:28%;
  }
  header.masthead .row .col-right {
    max-width:72%;
    flex:72%;
  }  
  header.masthead .logo figcaption {
    font-size: 12px;
    letter-spacing: 0;
  }
  header.masthead .box-logos {
    right:1%;
  }
  /*header.masthead p.telefone {
    margin-top:0;
  }
  header.masthead p.telefone small {
    display: table;
    margin-bottom: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
  }*/
  .internas header.masthead {
    height:160px;
  }
  #quemSomos {
    background-size: 700px;
  }
  #emprestimos .row .col h3 {
    font-size: 15px;
    height: 164px;
  }
  
  #mainNav #menu ul li a {
    font-size:11px;
    padding:5px 10px;
  }
  #mainNav #menu ul li a.pc {
    display:table;
    margin-top:4px;
  }
  #mainNav.navbar-shrink #menu ul li a.pc {
    margin-top:0;
    min-width:160px;
  }
  #mainNav #menu ul li a.pc i {
    margin:0;
  }
  #mainNav #menu ul li a.pc span {
    display:none;
  }
  #mainNav.navbar-shrink #menu ul li a.pc span {
    display:block;
  }
  table.lista-lojas h3 {
    font-size:17px;
  }
  table.lista-lojas .th-unidade {
    width:35%;
  }
  table.lista-lojas .th-telefone {
    width:20%;
  }
  table.lista-lojas .th-endereco {
    width:inherit;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width:750px;
  }
  header.masthead .row .col-left {
    max-width: 33%;
    flex: 33%;
  }
  header.masthead .logo figcaption {
    font-size:11px;
  }
  header.masthead .container h1 {
    font-size:30px;
  }
  header.masthead p.text-faded {
    font-size:16px;
    line-height:22px;
  }
  .emprestimoForm button#btn-simule {
    font-size:18px;
    padding-top:6px;
    padding-bottom:6px;
  }
  .emprestimoForm h4 {
    margin-top:7px;
    margin-bottom:5px;
  }
  .internas header.masthead {
    height:140px;
  }
  header.masthead .box-logos {
    top:120px;
  }
  header.masthead .box-logos img {
    clear:inherit;
  }
  #passos .passos-box img {
    float:none;
    display:table;
    margin:0 auto 15px auto;
  }
  #passos .passos-box h3 {
    text-align:center;
  }
  .nino-testimonialSlider .quote {
    font-size:20px;
  }
  #quemSomos {
    background-size: 470px;
  }
  #quemSomos h2 {
    font-size: 1.7rem;
    margin-bottom: 25px;
  }
  #quemSomos h3 {
    font-size: 18px;
    line-height: 26px;
  }
  #emprestimos h3 {
    height: 280px;
    font-size: 1.8rem;
  }
  #emprestimos .passos-box {
    padding:25px;
  }
  #emprestimos .row .col {
    width: 33.3%;
  }
  #emprestimos .row .col:nth-child(1) {
    width: 40%;
  }
  #emprestimos .row .col:nth-child(2) {
    width: 60%;
  }
  #emprestimos .row .col:nth-child(1) h3, 
  #emprestimos .row .col:nth-child(2) h3 {
      width: 164px;
    margin-left: auto;
    margin-right: auto;
  }
  #emprestimos .row .col:nth-child(3) {
    clear:left;
  }

  #menu ul li.mobile {
    display:block;
  }
  #mainNav #menu ul li a.mobile {
    display:block;
  }
  #mainNav #menu ul li a.pc {
    display:none;
  }
  #mainNav img.logo {
    float:left;
  }
  #mainNav a.logo img {
    width:185px;
    max-width: inherit;
  }
  #mainNav img.logo {
    width: 161px;
  }
  #mainNav {
    position:absolute;
    background-color:transparent;
  }
  #mainNav .container {
    display:table;
    margin:auto;
    margin-top:50px;
    width:inherit;
  }
  #mainNav .navbar-brand {
    margin: auto;
    float: none;
    display: table;
    width: 230px;
  }
  #mainNav #menu {
    padding:40px;
  }
  #menu ul li a.btn {
    margin-top:20px;
    width:100%;
  }
  #mainNav.navbar-shrink {
    background-color: transparent;
  }
  #mainNav.navbar-shrink .logo img {
    width:inherit;
  }
  #mainNav.navbar-shrink .logo {
    position: inherit;
    opacity: 0;
  }
  /*#mainNav a.logo {
    max-width: inherit;
    margin:auto;
    margin-top:15px;
    display:table;
  }*/
  
 /* menu */
 .menu-cont{
    position:fixed;
    width:310px;
    height:100%;
    background:#2185c6;
    right:-310px;
    top:0;
    transition:all .5s  ease;
    z-index:991030;
  }
  .menu-active{
    right:0;
        box-shadow: 0 0 50px 0 #00162575;
  }
  .menu-btn{
    position:relative;
    float:left;
    width:40px;
    height:33px;
    margin-left:-40px;
    background:#2285c7;
    border-left:none;
    cursor:pointer;
    transition:all .5s  ease;
    z-index:91030;
  }
  .menu-btn:hover{
    background:#f8b82b
  }
  .menu-btn div{
    position:absolute;
    background:#fff;
    display:block;
    top:7px;
    left:8px;
    width:24px;
    height: 3px;
    transition:all .5s  ease;
    opacity:1;
  }
  .menu-btn div:nth-child(2){
    top:15px
  }
  .menu-btn div:nth-child(3){
    top:23px
  }
  .menu-x div:nth-child(2){
    opacity:0;
  }
  .menu-x div:nth-child(1){
    transform: rotate(-50deg);
    top:15px;
  }
  .menu-x div:nth-child(3){
    transform: rotate(50deg);
    top:15px;
  }
  table.lista-lojas a.unidade img {
    margin:auto;
    margin-bottom:6px;
    float:none;
  }
  table.lista-lojas a.btn-mapa {
    float:left;
    clear:left;
    margin-top:15px;
    background-color:inherit;
    color:rgb(33, 133, 198);
    padding:0;
    border:0;
  }
  table.lista-lojas .th-telefone {
    width: 25%;
  }
  #simulacao {
    background-position: center bottom;
      background-size: contain;
  }
  #trabalheConosco, 
  #areaRestrita, 
  #simulacao {
    min-height:calc(100vh - 205px);
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width:570px;
  }
  .line-top {
    height:33px;
  }
  .line-top p {
    font-size:1.6vw;
  }
  .line-top a.icone {
    top: 39px;
      z-index: 1;
  }
  .menu-btn {
    margin-top:33px;
  }
  .internas header.masthead {
    height: auto;
    padding-bottom:20px;
  }
  header.masthead h1 {
    margin-bottom:30px;
  }
  header.masthead p.text-faded {
      font-size: 17px;
      line-height: 28px;
  }
  header.masthead .row .col-left {
    max-width: 250px;
    flex: 250px;
    margin: auto;
  }
  header.masthead .row .col-right {
    max-width: inherit;
    flex: inherit;
    display:table;
    margin-left:auto;
    margin-right:auto;
  }
  header.masthead p.telefone {
    font-size:17px;
    margin:auto;
    float:none;
    text-align:center;
  }
  header.masthead .box-logos {
    top:15px;
    right:inherit;
    left:5%;
  }
  header.masthead .box-logos img {
    width:60px;
  }
  #lojasCarousel {
    min-width: 280px;
  }
  #passos {
    padding-top:0;
  }
  #passos .passos-box img {
    margin-top:50px;
  }
  #passos .passos-box h3 {
    margin-bottom:1rem!important;
  }
  footer.bg-light .logo {
    margin:auto;
    margin-bottom:10px;
    float:none;
    width:130px;
    display:table;
  }
  .nino-testimonial .img-thumbnail {
    margin-right: 40px;
    width: 160px;
    margin: auto;
    float: none !important;
    display: table;
    margin-bottom: 15px;
    max-width: 80%;
  }
  #quemSomos {
    background-image:none;
  }
  #emprestimos h3 {
    height: 210px;
    font-size: 1.3rem;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
  #emprestimos .passos-box {
    padding:15px;
  }
  table.lista-lojas thead {
    display:none;
  }
  table.lista-lojas tbody tr {
    position:relative;
    border-bottom: 1px solid #DDD;
  }
  table.lista-lojas td {
    display:table;
    float:left;
    border-bottom:none;
  }
  table.lista-lojas h3 {
    font-size: 17px;
    float: left;
    margin-left: 30px;
    text-align: left;
    margin-top: 22px;
  }
  table.lista-lojas p {
    margin-top:20px;
  }
  table.lista-lojas td:nth-child(1) {
    width:70%;
  }
  table.lista-lojas td:nth-child(2) {
    width:30%;
  }
  table.lista-lojas td:nth-child(3) {
    width:100%;
  }
  table.lista-lojas a.unidade img {
    float:left;
    margin-top:15px;
  }
  table.lista-lojas address {
    float:left;
    padding-bottom:15px;
  }
  table.lista-lojas a.btn-mapa {
        float: right;
    clear: initial;
    width: 30%;
  }
  #emprestimos .row .col {
    width: 50%;
    float:left;
  }
  #emprestimos .row .col:nth-child(1) {
    width: 40%;
  }
  #emprestimos .row .col:nth-child(2) {
    width: 60%;
  }
  #emprestimos .row .col h3 {
    width: 164px;
  }
  #emprestimos .row .col:last-child {
    clear:left;
  }
  #simulacao {
    padding-bottom:200px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    max-width:450px;
  }
  .invisible-xs {
    display:none;
  }
  .line-top {
    height:auto;
  }
  .line-top p {
    font-size: 11px;
  }
  .line-top a.icone {
    top: 12px;
    z-index: 1;
    right: 12px;
  }
  .menu-btn {
    margin-top: 46px;
  }
  
  header.masthead .logo {
    margin:auto;
    float:none;
    display:table;
  }
  header.masthead h1 {
    font-size:36px;
  }
  header.masthead p.text-faded {
    font-size:14px;
    line-height:24px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  }
  header.masthead .btn {
    float:none;
    margin:auto;
    display:table;
    font-size: 18px;
    padding: 20px 30px;
    width: 100%;
  }
  header.masthead .box-logos img {
    float:left;
    clear:left;
  }
  header.masthead .box-table {
    width:100%;
    padding:15px;
  }
  #parceiros .col-xs-4 {
    width:33.3%;
  }
  .nino-testimonialSlider {
    margin: 0 30px;
  }
  .nino-testimonialSlider .name {
    font-size: 15px;
    padding-left: 40px;
  }
  .nino-testimonialSlider .name:after {
    width:30px;
  }
  
  #emprestimos .row .col {
    width: 100%;
  }
  #emprestimos .row .col:nth-child(1) {
    width: 100%;
  }
  #emprestimos .row .col:nth-child(2) {
    width: 100%;
  }
  #simulacao {
    padding-bottom:150px;
  }
  #lojasCarousel p.telefone img {
    display:none;
  }
  header.masthead hr.line-vertical {
    display:none;
  }
  header.masthead .icones {
    float:none;
    margin:auto;
    display:table;
  }
  header.masthead a.icone {
    margin-top:0;
    margin-bottom:10px;
  }
  #lojasCarousel {
    width:100%;
    min-width:inherit;
  }
  header.masthead .container h1 {
    font-size: 24px;
  }

}
@media screen and (max-width: 480px) {
  .container {
    width:90%;
  }
  header.masthead {
    min-height:700px;
    height:auto;
  }
  header.masthead .row .col-left {
    max-width: 60%;
    flex: 60%;
    text-align: center;
  }
  header.masthead .box-logos {
    top:0;
  }
  header.masthead .box-logos img {
    width:45px;
  }
  header.masthead h1 {
    font-size:6vw;
    text-align:center;
    line-height:normal;
    margin-bottom:10px;
  }
  header.masthead .btn {
    font-size:3.8vw;
    padding:15px 30px
  }
  header.masthead p.text-faded {
    font-size:13px;
    text-align:center;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
    color: #043e3a;
  }
  #mainNav #menu ul li {
    width:100%;
  }
  
  #passos .passos-box p {
    text-align:center;
  }
  #quemSomos {
    min-height: 500px;
  }
  #quemSomos {
    background: #dfe8e5;
  }
  #quemSomos .col-8 {
    width:100%;
    max-width:100%;
    flex:none;
  }
  .internas h1 {
    margin-top: 24px;
    margin-bottom: 30px;
    font-size: 25px;
    text-align:center;
  }
  .internas #quemSomos {
    background: #f6fbfe;
  }
  #trabalheConosco, 
  #areaRestrita, 
  #simulacao {
    background-image:none;
    min-height:initial;
  }
  table.lista-lojas td:nth-child(1), 
  table.lista-lojas td:nth-child(2), 
  table.lista-lojas td:nth-child(3) {
    width: 100%;
  }
  table.lista-lojas a.btn-mapa {
    float: left;
    clear: left;
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #simulacao {
    padding-bottom:50px;
  }
  
}
/* Neoware */
#neoware { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 17px; color: #000; background:#2285C7; text-align: center; font-family: tahoma; font-size: 12px; line-height: 16px; display:block; z-index:99999999; }
div > div#neoware { position: fixed; }

div#neoware {
_right: auto; _bottom: auto;
_left: expression( ( 0 - neoware.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
_top: expression( ( 0 - neoware.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}


header.masthead .box-table2 {
  width:800px;
  margin-top:15px;
  margin-bottom:25px;
  padding:15px 30px;
  border-radius:10px;
  background-color: rgb(249, 159, 43);
  display:table
  margin-left:50%;
}
header.masthead .box-table2 p {
  font-size:13px;
  color:#3c763d;
  line-height:12px;
  margin:0;
  margin-top:5px;
  font-weight:500;
}
header.masthead .box-table2 p.text-success {
  font-weight:700;
  font-size:18px;
}