.section-blog {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 4rem 0 6rem;
}

.blog-body {
  max-width: var(--width-size);
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.familia {
  position: relative;
  background: var(--color-03);
}

.banner-blog {
  display: flex;
  justify-content: center;
  object-fit: fill;
  filter: drop-shadow(0px 9px 9px rgba(0, 0, 0, 0.25));
  box-shadow: 0px 9px 9px rgb(0 0 0 / 25%);
  flex: 0 1 calc(30% + 1rem);
  height: max-content;
  /* border: indigo solid; */
}

.banner-blog img {
  width: 100%;
}

.subtitulo-familia {
  font-weight: bold;
  font-size: var(--font-size-titulo);
  line-height: 2.5rem;
  padding: 4rem 0 0 1rem;
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  /* border: palegreen solid; */
}

.texto-familia {
  font-weight: 300;
  font-size: var(--font-size-texto-blog);
  line-height: 2.4rem;
  padding: 1rem 0 1rem 1rem;
  color: #000000;
  /* border: navy solid; */
}

.barra-blog {
  background: #FAB800;
  height: 0.25rem;
  width: 30%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: auto;
}

.blog {
  display: flex;
  /* background: var(--color-03); */
  /* padding: 1rem; */
  gap: 3rem;
}

.imagem-blog {
  filter: drop-shadow(0px 9px 9px rgba(0, 0, 0, 0.25));
  max-width: 350px;
  aspect-ratio: 16/9;
  height: 100%;
  background: #ccc;
  display: flex;
  align-items: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.imagem-blog img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
  transition: all .5s;
}

.conteudo-blog {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.subtitulo-blog {
  font-weight: bold;
  font-size: var(--font-size-titulo);
  text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  line-height: 2.3rem;
}

.content-text-blog {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  display: -webkit-box;
  font-size: var(--font-size-texto-blog);
  line-height: 2.4rem;
  font-weight: 500;
}

.texto-blog {
  padding: 1rem 0 0 1rem;
  font-size: var(--font-size-texto-blog);
  line-height: 2.4rem;
  font-weight: 500;
  border-radius: 15px;
  /* line-height: 1.7rem; */
  letter-spacing: 0.8px;
  /* width: 100%; */
  /* border: orange solid; */
}

.texto-card-blog {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.section-blog .titulo-padrao-destaques-home {
  padding: 0;
}


.botao-mais-blog {}

.btn-padrao-mais-blog {
  font-size: 1.8rem;
  padding: 1rem 4rem;
}

/****------Postagem--------****/

.body_pagina-postagem {
  /* background: url('../../imagens/fundos/teste1.jpg'); */
  min-height: 120vh;

}

/* .postagem-estilo{
  background: rgba(0,0,0,0.4);
  min-height: 150vh;
  border: solid 1px transparent;
} */

.gridNoticias {
  display: flex;
  flex-direction: row;
  margin: 10vh auto;
  width: 80vw;
  padding: 1rem;
  background: var(--color-03);
  flex-wrap: wrap;
  justify-content: center;
  /* background: rgba(0,0,0,0.5); */

  /* border: aquamarine solid; */
}

.containerNoticias {
  display: flex;
  flex-direction: column;
  width: 60%;
}

.tituloNoticias {
  font-size: 2rem;
  color: var(--color-04);
  text-align: center;
  text-shadow: 2px 3px 2px rgb(0 0 0 / 25%);
  font-weight: 500;
  line-height: unset;
}

.autorNoticias {
  font-size: 1.4rem;
  color: var(--base5);
  text-align: center;
  text-shadow: -2px 3px 2px rgb(0 0 0 / 25%);
  font-weight: 500;
}

.textoNoticias {
  white-space: pre-wrap;
  margin-bottom: 2rem;
  text-align: justify;
}

.imagensNoticias {
  margin: 2.2rem 0 2.2rem;
  width: 100%;
  object-fit: contain;
  box-shadow: 0px 9px 9px rgb(0 0 0 / 25%);
  /* max-height: 50vh; */
}

.gridNoticias .ck-content {
  /* font-size: 1.3rem; */
  /* color: silver; */
  /* background: rgba(0,0,0,0.5); */
  /* padding: 1rem;
  border-radius: 15px;
  line-height: 1.7rem;
  letter-spacing: 0.8px; */
}

.ultimasNoticias {
  width: 300px;
  margin: 0 1rem;
}

.ultimasNoticias .subtitulo-postagem {
  border-bottom: solid 0.3rem var(--color-03);
}

.ultimasNoticias .subtitulo-postagem span {
  font-size: 1.6rem;
  padding: 1rem;
  background: var(--cor-padrao);
  color: var(--base1);
  display: inline-block;
}

.ultimasNoticias .listaUltimasNoticias {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.veja-tambem {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  width: 100%;
}

.ultimasNoticias .listaUltimasNoticias div img {
  width: 10rem;
  height: 7rem;
  cursor: pointer;
}

.ultimasNoticias .listaUltimasNoticias div span {
  font-size: 1.3rem;
  padding: 0 0 1rem;
  /* color: silver; */
}

.saiba-mais {
  display: flex;
  flex-direction: column;
  padding: 0 0 0 0.5rem;
  justify-content: space-around;
  align-items: flex-start;
  /* cursor: pointer; */
}

.voltarPost {
  /* top: 25vh; */
  margin: 5px;
}

.botaoVoltar {
  font-size: 1.4rem;
  cursor: pointer;
  transition: all 0.5s;
  width: max-content;
  white-space: nowrap;
  background: var(--color-04);
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 0;
}

.botaoVoltar:hover {
  transform: scale(1.1);
}

.btn-padrao-mais-blog-post {
  font-size: 1.2rem;
  padding: 1rem 2rem;
  letter-spacing: 0.6px;
  white-space: nowrap;
}

.titulo-postagem {
  font-size: 2rem;
  margin: 0;
}

/* postagem */

.section-postagem {
  margin: 5rem 0;
}

.content-postagem {
  max-width: var(--width-size);
  width: 100%;
  margin: auto;
  display: flex;
  gap: 2rem;
}

.content-postagem__conteudo {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}

.content-postagem__header {
  font-size: var(--font-size-titulo);
  text-align: center;
  text-shadow: -2px 3px 2px rgb(0 0 0 / 25%);
  font-weight: 500;
  position: relative;
}

.content-postagem__body img {
  max-width: 100%;
}

.content-postagem__text {
  font-size: var(--font-size-texto-blog);
  line-height: 2.4rem;
  font-weight: 500;
}


.container-artigo {
  max-width: var(--width-size);
  margin: 10vh auto;
}

.side-artigo {
  display: flex;
  max-width: 100%;
}

.content-side-artigo {
  flex: 1 1 calc(100% - 30%);
  width: calc(100% - 30%);
}

.content-side-outros {
  position: relative;
  flex: 1 1 calc(100% - 70%);
  width: calc(100% - 70%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.content-side-outros .subtitulo {
  padding: 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #ccc;
  text-align: center;
  color: var(--color-02);
  font-size: 1.4rem;
  margin: 0;
  width: -webkit-fill-available;
}

.container-outros-artigos {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 100%;
}

.outro-artigo {
  cursor: pointer;
  transition: all .5s;
}

.outro-artigo:hover {
  padding-left: 10px;
  box-shadow: 3px 3px 10px #33333352;
}

.outro-artigo h4 {
  font-size: 1.4rem;
  margin: 1rem 0;
  font-weight: 100;
  /* text-decoration: underline; */
  color: var(--color-02);
}

.outro-artigo-texto p {
  margin: 0;
}

.outro-artigo-texto {
  display: -webkit-box;
  overflow: hidden;
  color: var(--color-04);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  border-left: solid 2px var(--color-06);
  padding-left: 5px;
  font-size: 1.3rem;
  font-weight: 100;
}

.lista-categorias-artigos {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.content-categoria-noticias {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.btn-ver-mais {
  background: var(--color-02);
  border-radius: 5px;
  padding: 1rem;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.3rem;
  box-shadow: 1px 1px 5px #ccc;
}

.side-outros__header {
  display: flex;
  gap: 1rem;
}


/** Media queries **/
@media screen and (max-width: 999px) {
  .botaoVoltar {
    top: 96px !important;
  }
}

@media screen and (max-width: 999px) {

  .blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .content-postagem {
    flex-wrap: wrap;
  }
}