:root {
  --cor-text: #47587a;
  --gray: #d0d0d0;
}

.grids {
  display: grid;
  gap: 2rem;
}

.normal-title {
  font-size: 26px;
  line-height: calc(26px * 1.2);
  font-weight: 600;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
}

.small-title {
  text-transform: inherit;
  font-size: 18px;
  line-height: calc(19px * 1.2);
  font-family: "Montserrat", sans-serif;
}

.normal-text {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  line-height: calc(1rem * 1.5);
}

.text-blue {
  color: var(--cor-text);
}

.bg-gray {
  background-color: var(--gray);
}

.blog {
  padding: 4rem 0;
}

.blog-post--image {
  position: relative;
}

.logo-ght-blog {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 4rem 0;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);
  border-radius: 15px;
  box-sizing: border-box;
  min-height: 290px;
}

.blog-post--date {
  width: 100px;
  text-align: center;
  border-radius: 25px;
  font-size: 14px;
  color: #343334;
  font-weight: 600;
  margin: 1rem 0;
}

.button-blog {
  display: inline-block;
  border: 2px solid #20a6e5;
  background-color: #20a6e5;
  color: #fff;
  padding: 6px 20px;
  border-radius: 15px;
  font-size: 16px;
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s, color 0.4s;
}

.button-blog:hover {
  transition: background 0.3s, color 0.4s;
  background-color: #fff;
  color: #20a6e5;
}

.blog-post-info .button-container {
  margin-top: 1rem;
}

.title_outer.title_without_animation {
  display: block !important;
}

.blog-post-info .text-container {
  margin-top: 0.5rem;
}

.posts-recentes_holder {
  padding: 2rem 0 1rem;
}

.posts-recentes--item {
  border-bottom: 1px solid #848384;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.posts-recentes--item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.date_posts {
  margin-bottom: 0.5rem;
  color: #616061;
}

.date--item {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

.date_posts i {
  font-size: 16px;
}

.date--item,
.date--item i,
.categoria--item i,
.time--item,
.time--item i {
  margin-right: 0.5rem;
}

.pagination_blog {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}

.blog_holder .page-numbers {
  color: #20a6e5;
  border-color: #20a6e5;
  border-width: 2px;
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3rem;
  border-radius: 6px;
}

.blog_holder .page-numbers.current {
  color: #fff;
  border-color: #20a6e5;
  border-width: 2px;
  background-color: #20a6e5;
  border-radius: 6px;
  padding: 0;
}

.blog_holder .page-numbers.dots {
  margin: 0 !important;
}

.blog_holder .next.page-numbers,
.blog_holder .prev.page-numbers {
  color: #20a6e5;
  border-color: #20a6e5;
  border-width: 2px;
  border-radius: 6px;
  padding: 0;
}
.layout-single-post {
  padding: 4rem 0;
}

.layout-single-post .posts-blog .title-container {
  margin-bottom: 2rem;
}

.extra-information {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}

.extra-information .redes-sociais-blog a {
  font-size: 14px;
}

.posts-categorias {
  margin-top: 2rem;
}

.posts-categorias li.categories {
  list-style: none;
  font-size: 26px;
  line-height: calc(26px * 1.2);
  font-weight: 600;
  text-transform: inherit;
  font-family: "Montserrat", sans-serif;
  color: var(--cor-text);
}

.posts-categorias .categories ul {
  margin-top: 2rem;
  font-size: 1rem;
  list-style: none;
}

.posts-categorias .categories ul a {
  color: var(--cor-text);
  font-weight: 400;
}

.cat-item:before {
  font-family: FontAwesome;
  font-size: 1rem;
  content: "\f115";
  margin-right: 0.3rem;
  cursor: pointer;
}

.cat-item:hover:before {
  content: "\f07c";
  color: #99dff3;
}

.image-post img {
  width: 100%;
  display: block;
}

.current-cat:before {
  content: "\f07c";
  color: #99dff3;
}

.current-cat a {
  font-weight: 600 !important;
  text-decoration: dashed;
}

.posts-recentes--item a h3:hover,
.posts-categorias .categories ul a:hover {
  font-weight: 500;
}

.blog-post-info .title-container h2:hover {
  color: #99dff3;
}

.image-blog img {
  display: block;
  box-shadow: 0px 0px 3px rgb(0 0 0 / 10%);
  border-radius: 15px;
}

.image-post {
  margin-bottom: 2rem;
}

.image-post img {
  border-radius: 15px;
  object-fit: fill;
}

.image-blog img:hover {
  filter: grayscale(1);
  transition: 0.4s all;
}

.conteudo-post h1,
.conteudo-post h2,
.conteudo-post h3 {
  text-transform: inherit;
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.conteudo-post h1 {
  font-size: 26px;
  line-height: calc(26px * 1.2);
}

.conteudo-post h2 {
  font-size: 22px;
  line-height: calc(22px * 1.2);
}

.conteudo-post h3 {
  font-size: 19px;
  line-height: calc(19px * 1.2);
}

.conteudo-post p,
.conteudo-post ul {
  font-size: 1rem;
  line-height: calc(1rem * 1.5);
  margin-bottom: 1rem;
  font-family: "Montserrat", sans-serif;
}

.conteudo-post li {
  font-size: 1rem;
  line-height: calc(1rem * 1.5);
  margin-bottom: 0.5rem;
  font-family: "Montserrat", sans-serif;
}

.conteudo-post table {
  font-family: "Montserrat", sans-serif;
}

.next-and-last-post {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.prev_post,
.next_post {
  color: #00afe0;
  border: 2px solid #00afe0;
  text-align: center;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bolder;
  padding: 0.3rem 0.8rem;
  transition: 0.3s all;
  font-family: "Montserrat", sans-serif;
}

.prev_post:hover,
.next_post:hover {
  transition: 0.3s all;
  color: #fff;
  background-color: #00afe0;
}

@media (min-width: 320px) and (max-width: 1024px) {
  /* Small Display "Mobile" */
  .conteudo-post table {
    width: auto;
  }
  .redes-sociais-blog {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1025px) {
  /* Large Display "Desktop" */
  .two_grids {
    grid-template-columns: repeat(2, 1fr);
  }
  .three_grids {
    grid-template-columns: repeat(3, 1fr);
  }
  .blog_holder {
    grid-template-columns: 1fr 25%;
  }
  /*.blog-post-info .title-container h2 {
    word-break: break-all;
  }*/
}
