/**teste slider**/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Oswald:400,700");
* {
  border: 0px;
  margin: 0px;
}
::-webkit-scrollbar {
  background: #ddd;
  width: 8px;
  height: 0px;
  cursor: n-resize;
}
::-webkit-scrollbar-thumb {
  background: #181c1d;
  cursor: n-resize;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 1);
  cursor: n-resize;
}
a {
  text-decoration: none;
  color: #000;
}

ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #131313;
}

header {
  width: 100%;
  float: left;
  position: fixed;
  background: #f6cf17;
  z-index: 9999;
  top: 0px;
  left: 0px;
}

header .logo {
  padding: 15px 0;
}

.topo-header {
  width: 100%;
  float: left;
  background: #131313;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
}

.content-banner {
  text-align: center;
  padding: 30px 0;
}
/*nav{
	display:flex;
}
*/
nav li {
  float: left;
  margin-left: 15px;
}
nav li a {
  font-size: 13px;
}

.navbar-default {
  background: none !important;
  border: none !important;
}
.banner {
  width: 100%;
  float: left;
  margin-top: 110px;
}
.banner li {
  width: 100%;
  float: left;
  min-height: 358px;
  color: #fff;
}
.content-banner h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-align: center;
}

.content-banner button {
}
.numero-consulta {
  font-weight: bold;
  font-size: 30px;
  float: left;
  margin-top: 6px;
}
.margin-h3 {
  margin-left: 45px;
}
.margin-p {
  margin-left: 45px;
  margin-top: 30px;
}
.margin-h4 {
  margin-top: 30px;
}

.a-passo {
  color: #151719;
  text-decoration: none;
}
nav .black {
  background: #000;
  color: #fff;
  border-radius: 4px;
  padding: 5px 15px;
}

.consultas {
  background: #f0f0f0;
  width: 100%;
  float: left;
}

section {
  padding: 50px 0;
}

header nav {
  float: right;
  line-height: 80px;
}
.mt-5 {
  margin-top: 2rem;
}
.mb-5 {
  margin-bottom: 2rem;
}
.btn-secondary {
  color: #fff;
  background: #c5c5c5;
  border: #c5c5c5;
}
.mg-top {
  margin-top: 185px;
}

.col-md-3.col-xs-12.consulta {
  /* -webkit-box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.07); */
  -moz-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.07);
  /* box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.07); */
  border-radius: 5px;
  margin-left: 15px;
  width: 23.5%;
  margin-bottom: 41px;
  padding: 0;
  text-align: center;
  transition: all ease 0.5s;
  border: 1px solid #ddd;
  padding-bottom: 15px;
  background: #fff;
  height: auto;
}

.col-md-3.col-xs-12.consulta.credito,
.col-md-3.col-xs-12.consulta.veicular{
  min-height: 328px;
}

.col-md-3.col-xs-12.consulta.credito .botao-consulta.margin,
.col-md-3.col-xs-12.consulta.veicular .botao-consulta.margin{
  margin-top: 18px;
}

.titulo-consulta img {
  float: left;
  margin-left: 10px;
  max-height: 42px;
  background-color: white;
}

.col-md-3.col-xs-12.consulta:hover {
  box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.07);
}

a.black {
  color: #fff !important;
  line-height: initial !important;
  /* padding-top: 0px !important; */
  /* padding-bottom: 0px !important; */
}

.titulo-bloco img {
  margin-top: 0px !important;
}

section.real.bg {
  padding-bottom: 140px;
}

.thumbnail {
  border: 0px !important;
}
.text-light {
  color: white;
  text-decoration: none;
}
.text-light:hover {
  color: white;
  text-decoration: none;
}
.text-light:active {
  color: white;
  text-decoration: none;
}
.termos {
  margin-bottom: 100px;
  font-weight: bold;
}
.btn-warning {
  border-color: 0px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-top: 15px !important;
  }

  .navbar-nav {
    margin-top: 15px !important;
  }
}

.titulo-consulta {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
  padding: 10px 0;
  /* line-height: 47px; */
  line-height: 22px;
  font-style: normal;
  min-height: 72px;
  background: #fff;
  padding-left: 0px;
}
.titulo-consulta img {
  margin-left: 5px;
}

.fake-button {
  background-color: #1f4697;
  border-radius: 14px;
  font-size: 22px;
  color: white;
  padding: 5px 10px;
  margin-bottom: 20px;
  width: fit-content;
  clear: both;
}

.descricao-consulta {
  padding: 5px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  background: white;
  /* text-align: center; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 100px !important;
  margin-bottom: 20px;
  transition: all ease 0.5s;
  padding: 0px 10px;
  width: 100%;
}

.descricao-consulta ul.subitems {
  list-style-type: circle;
  padding-left: 30px;
}

.descricao-consulta ul.subitems ul {
  list-style-type: square;
  padding-left: 20px;
}

.descricao-consulta.open {
  overflow: initial;
  height: auto !important;
  float: left;
  position: relative;
  display: block;
}

p.read-more,
a.know-more {
  margin: 0 auto;
  background: red;
  width: auto;
  display: inline;
  padding: 3px 9px;
  border-radius: 5px;
  background: #f6cf17;
  font-size: 12px;
  color: #131313;
  cursor: pointer;
  text-decoration: none;
}
.consulta .valor {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  padding: 6px 0;
  font-family: "Montserrat", sans-serif;
  color: #1f4697;
}

.titulo {
  width: 100%;
  float: left;
  font-size: 30px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

section.consultas .titulo {
  color: orange;
}
.titulo-nossas-consultas {
  margin-top: 90px;
}

section {
  padding: 50px 0;
  width: 100%;
  float: left;
}

.como-realizar {
  width: 100%;
  float: left;
  background: #f7f7f7 !important;
}

.como-fazer {
  background: #f8d117;
  text-align: center;
}

.como-fazer h3 {
  font-weight: bold;
}

.bg {
  background: #f0f0f0;
}

.consult-localizacao {
  background: #f8d117;
  padding-bottom: 0;
  min-height: 400px;
}
.titulo-bloco {
  font-weight: bold;
  font-size: 25px;
}

.consult-localizacao {
  background: #f8d117;
  padding-bottom: 0;
}

.consult-localizacao img {
  position: relative;
  bottom: 0;
  margin-top: -250px;
}

.vantagens-bloco {
  background: #f8d117;
}
.vantagens-bloco .col-md-4 .col-md:first-child {
  float: left;
  width: 100px;
  padding-right: 15px;
}

.vantagens-bloco .col-md-4 .col-md img {
  float: left;
  width: 100px;
  padding-right: 15px;
  max-width: 100%;
}

.vantagens-bloco .title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}

.vantagens-bloco .col-md-4.col-xs-6 {
  min-height: 150px;
}

footer {
  width: 100%;
  float: left;
  background: #f0f0f0;
  padding-top: 35px;
}

footer iframe {
  max-width: 100%;
}

.titulo-rodape {
  font-weight: bold;
  font-size: 18px;
}

.sub-footer {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 5px 0;
  margin-top: 20px;
  width: 100%;
  float: left;
}

.bloco-redes-sociais li {
  float: left;
  font-size: 28px;
  margin-right: 10px;
}

.sub-footer img {
  max-height: 30px;
}

.texts {
  padding-top: 30px;
}
.btn-success-click {
  color: #fff;
  background-color: #2d5d2d !important;
  border-color: #2d5d2d !important;
}

section.pagina {
  width: 100%;
  float: left;
  margin-top: 20px;
  margin-bottom: 50px;
  padding: 0px;
  min-height: 50vh;
}

.bloco-iframe {
  width: 100%;
  float: left;
  display: block;
}

.iframe-site {
  width: 100%;
  height: 800px;
  float: left;
  border: 0px !important;
  margin-top: -50px;
}

button {
  background: #f9c715;
  background: -moz-linear-gradient(top, #f9c715 0%, #fe7603 100%);
  background: -webkit-linear-gradient(top, #f9c715 0%, #fe7603 100%);
  background: linear-gradient(to bottom, #f9c715 0%, #fe7603 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c715', endColorstr='#fe7603',GradientType=0 );
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  font-size: 16px;
}

button.botao-consulta {
  width: 90%;
}

@media (max-width: 767px) {
  .col-md-3.col-xs-12.consulta {
    width: 100%;
    /* background-color: white; */
    margin-left: 0;
  }

  .descricao-consulta {
    min-height: auto !important;
    padding: 10px;
  }

  .titulo-consulta {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 17px;
  }
  nav li {
    float: left;
    margin-left: 0;
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #000;
  }

  button.navbar-toggle {
    position: absolute !important;
    right: 0 !important;
  }
  img {
    max-width: 100% !important;
    margin-top: 0px;
  }

  .consult-localizacao img {
    margin-top: 0px !important;
    margin-left: -10%;
  }

  .navbar-toggle {
    position: absolute;
    top: -70px;
  }

  .topo-header {
    font-size: 10px;
    text-align: center;
  }

  .navbar {
    min-height: auto !important;
    margin-bottom: 0px !important;
    line-height: auto !important;
  }

  .vantagens-bloco .col-md-4.col-xs-6 {
    text-align: center;
    min-height: 285px;
  }

  .vantagens-bloco .col-md-4 .col-md:first-child {
    float: left;
    width: 100%;
    padding-right: 0;
  }

  .vantagens-bloco .col-md-4 .col-md img {
    padding: 0 !important;
    float: none !important;
    max-height: 50px;
    margin: 0 auto !important;
    width: auto;
    /* display: flex; */
  }

  .titulo-bloco {
    font-weight: bold;
    font-size: 19px;
  }
}

.texts p {
  color: #020202;
  margin-top: 15px;
  /* font-style: italic; */
  font-weight: 400;
  text-align: justify;
}

.navbar-default .navbar-nav > li > a {
  color: #131313 !important;
  font-size: 15px;
  font-weight: 600;
}

.navbar-default .navbar-nav > li > a.black {
  color: #fff !important;
  background: #000 !important;
}

@media (min-width: 1200px) {
  .padding-top-banner {
    padding-top: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .padding-top-banner {
    padding-top: 150px;
  }
}
