@charset "UTF-8";
/*
@font-face {    
    font-family: "Roboto-Regular";
    src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: "Roboto-Bold";
    src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: "Roboto-Black";
    src: url(../../fonts/roboto/Roboto-Black.ttf);
}

$font-regular:  'Roboto-Regular';
$font-bold:  'Roboto-Bold';
$font-black:  'Roboto-Black';

$font-regular:  "Montserrat", sans-serif;
$font-bold:  "Montserrat", sans-serif;
$font-black:  "Montserrat", sans-serif;

$font-regular:  'Roboto-Regular';
$font-bold:  'Roboto-Regular';
$font-black:  'Roboto-Regular';
*/
/*
Até 575 ----------- col-12
576 até 767 ------- col-sm
768 até 991 ------- col-md
992 até 1.199 ----- col-lg
1.200 pra frente -- col-xl
*/
@font-face {
  font-family: "Roboto-Regular";
  src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto-Bold";
  src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: "Roboto-Black";
  src: url(../../fonts/roboto/Roboto-Black.ttf);
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto-Regular", sans-serif;
}

h1 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 2.5rem;
}
@media (max-width: 720px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 2rem;
}
@media (max-width: 720px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1.5rem;
}

h4 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

h5 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

h6 {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  line-height: normal;
}

.back_div_transition {
  margin: 0px;
  width: 100%;
  height: 50px;
}

p {
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
}

.breadcrumb {
  background-color: transparent;
}

.btn-search {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.container-posts-populares,
.container-posts-recentes {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
}

.posts_destaques_active {
  display: flex;
}

.card-mini-post {
  display: flex;
  width: 100%;
  border-radius: 0.2rem;
}
.card-mini-post img {
  width: 110px;
  height: 110px;
  object-fit: cover;
}
.card-mini-post .contain {
  display: flex;
  flex: 1;
  flex-direction: column;
  background-color: #f1f1f1;
  padding: 0.5rem;
}
.card-mini-post span {
  font-size: 14px;
}

.lista-categorias {
  margin-top: 2rem;
  list-style: none;
}
.lista-categorias h5 {
  margin-bottom: 1rem;
  font-weight: bold;
}
.lista-categorias .linha {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  height: 30px;
}
.lista-categorias .active {
  font-weight: bold;
}
.lista-categorias .number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 0.2rem;
  color: #fff;
}

.container-btn {
  display: flex;
  margin-bottom: 1rem;
}
.container-btn button {
  flex: 1;
  background-color: transparent;
  height: 50px;
  border: none;
}
.container-btn .active-button {
  border-bottom: 2px solid #e42320;
}

.btn_limpar_filtro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  height: 40px;
  border-radius: 0.5rem;
  margin-bottom: 10px;
  padding: 5px 15px;
}

#container_geral_paginacao {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 6px;
  margin-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.container-paginacao {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-paginacao .active {
  color: #fff;
}

/*# sourceMappingURL=index.css.map */
