.logo-menu {
  width: 180px;
}

.btn-debitos-menu {
  color: #ffffff !important;
  background-color: #1B923E !important;
  border: 1px solid #1B923E !important;
}

.btn-consulta {
  background-color: #304E75;
  border: 1px solid #304E75;
}

.btn-debitos-menu:hover {
  color: #ffffff !important;
  background-color: #26a94c !important;
  border: 1px solid #26a94c !important;
}

.btn-consulta:hover {
  border: 1px solid #4e72a2 !important;
  background-color: #4e72a2 !important;
}

body {
  color: #858585;
  font-family: Montserrat, sans-serif;
  background-color: #F3F3F3;
}

.bg-menu {
  background-color: #ffffff;
  box-shadow: 0px 0px 14px rgba(133,133,133,0.14);
}

.cont-banner {
  min-height: 450px;
}

.row-bg-banner {
  background: url("../../assets/img/bg-buscaplacas-blog.jpg") center / cover no-repeat;
  background-attachment: fixed;
}

.separador {
  background-color: #4BCE5B;
  height: 5px;
  width: 132px;
}

.title-home {
  color: #304E75;
}

.tags {
  background-color: #7192C4;
  color: #ffffff;
  border-radius: 28px;
  font-size: 10px;
  height: 23px;
}

.span-tags {
  color: #858585;
  font-size: 13px;
}

.autor-img {
  width: 35px;
}

.title-posts {
  color: #304E75;
}

.text-descrip-post {
  color: #B4B4B4;
}

.link-post {
  text-decoration: none;
}

.text-autor-date {
  color: #B4B4B4;
  font-size: 13px;
}

.image-container {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.image-container:hover img {
  transform: scale(1.1);
}

.card-post {
  border: none;
  background-color: #ffffff;
  box-shadow: 0px 0px 7px rgba(33,37,41,0.11);
  transition: transform 0.6s ease;
}

.tag-categoria {
  background-color: #4BCE5B;
  color: #ffffff;
  border-radius: 25px;
  position: absolute;
  bottom: 10px;
  left: 13px;
  z-index: 888;
}

.lermais {
  color: #2476E1;
}

.lermais:hover {
  color: #1b923e;
}

.logo-rodape {
  width: 211px;
}

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

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

.social-rodape svg {
  font-size: 24px;
  color: #676363;
}

.social-rodape svg:hover {
  color: #304e75;
}

.bg-info-rodape {
  background-color: #304E75;
  color: #ffffff;
  font-size: 13px;
}

.row-bg-top-title {
  background-color: #304E75;
}

.text-categoria-pag {
  color: #4BCE5B;
}

.datehora-page {
  color: #809EC5;
}

.link-voltar {
  text-decoration: none;
  color: #6C6C6C;
}

.link-voltar:hover {
  color: #304e75;
}

.breadcrumb-item a {
  text-decoration: none;
}

.text-post {
  color: #5C6571;
}

.buscarplaca-input {
  text-align: center;
  text-transform: uppercase;
}

.card-chamada {
  border: none;
  background-color: #CFE4FF;
  box-shadow: 0px 0px 7px rgba(33,37,41,0.11);
  transition: transform 0.6s ease;
}

@media (min-width: 1400px) {
  .col-post-destaque-esquerda {
    padding-right: 80px;
  }
}

@media (min-width: 1400px) {
  .col-post-destaque-direita {
    padding-left: 80px;
  }
}

.img-container-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease;
}

.img-container-post {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1400px) {
  .card-post-01 {
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .card-post-02 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1400px) {
  .card-post-03 {
    padding-left: 40px;
  }
}

a {
  color: #304e75;
}

a:hover {
  color: #4e72a2;
}



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