.img-logo-menu {
  width: 150px;
}

.row-menu-top {
  border-bottom: 1px solid rgb(194,203,213);
  background-color: #ffffff;
}

.btn-menu-consultar {
  background: #EC6606;
  font-weight: bold;
  border-style: solid;
  border-color: rgb(236,102,6);
}

.btn-menu-consultar:hover {
  background: #eb7b2a !important;
  font-weight: bold;
  border-style: solid;
  border-color: #eb7b2a !important;
}

.btn-paguei {
  background: #115ca8;
  color: rgb(255,255,255);
  font-weight: bold;
  border: 2px solid rgb(17,92,168);
}

.btn-paguei:hover {
  background: #2171c2 !important;
  color: rgb(255,255,255) !important;
  font-weight: bold;
  border: 2px solid #2171c2 !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #ec6606;
}

.link-rodape a {
  text-decoration: none;
  color: #7f7f87;
  font-size: 13px;
}

.link-rodape a:hover {
  color: #ec6606;
}

.logo-rodape {
  width: 150px;
}

.p-direitos {
  font-size: 15px;
  color: #8c8eaa;
}

.parag-rodape {
  font-size: 15px;
  color: #7f7f87;
}

@media (max-width: 400px) {
  .btn-principal {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .btn-principal-meio {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .col-10 {
    width: 87.33333333%;
  }
}

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

.uppercase-input::placeholder {
  text-transform: none;
}

.title-contato {
  color: #115CA8;
  font-weight: bold;
  text-align: center;
}

.title-sobre {
  color: #115CA8;
  font-weight: bold;
}

.text-sobre {
  color: #474A6A;
}

.col-bg-sobre {
  background: url("../../assets/img/buscar_debitos_consultar_debitos_04.svg") center / contain no-repeat;
}

.text-faq {
  color: #115CA8;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}

.faq-home {
  padding-top: 11em;
  padding-bottom: 7em;
}

.img-pix {
  max-width: 80px;
}

.text-pagamento {
  font-size: 13px;
}


.bg-home {
  background: url("../../assets/img/busca_debitos_consulta_debitos_bg_ipva.svg") center / cover no-repeat;
}

@media (max-width: 576px) {
  .titulo-pedido-final {
    font-size: 26px;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .p-obrigado {
    text-align: center;
  }
}

.title-dados {
  font-weight: bold;
  color: rgb(104,117,130);
  font-size: 17px;
}

.text-data {
  font-size: 13px;
  color: #7f7f87;
}

.data-hora {
  font-size: 14px;
  color: rgb(119,128,137);
}



.site-limit {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}









.navbar-nav .nav-item {
    margin-left: 8px;
    margin-right: 8px;
}