/* ===================================== POST ========================================= */
/* ===================================== POST ========================================= */
.post-categoria {
  background: rgba(0, 0, 0, 0.03);
  margin: 2rem auto;
  padding: 4rem 0;
}

.post-categoria .post-categoria-itens {
  display: flex;
  gap: 3rem;
  margin-top: 1rem;
}

.post-categoria h5 {
  font-size: 1rem;
}

.post-categoria a {
  border: 1px solid #807d7d;
  font-size: 0.7rem;
  color: #807d7d;

  padding: 0.3rem;

  display: flex;
  margin-top: 1rem;
  width: 6%;

  border-radius: 0.2rem;

  align-items: center;
  justify-content: center;
}

.post-categoria .post-categoria-itens .categoria-item span {
  font-weight: 300;
  font-size: 0.753rem;
  color: #807d7d;
}

/* POST CONTAINER */
.post-container {
  margin-top: 2rem;
}

.post-container .photo {
  background: #fff;
  padding: 0.2rem;
}
.post-container .photo img {
  width: 100%;
}

.post-container .item-post:last-child {
  border-left: 1px solid #e7e7e7;

  display: flex;
  align-items: center;
  flex-direction: column;
}

.item-post .content-item-center {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.item-post .content-item-center ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.item-post .content-item-center .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1.5rem;
}

.item-post .content-item-center h2 {
  font-size: 1.5rem;
}

.post-container fieldset {
  width: 100%;
  margin: 2rem auto;
  text-align: center;

  border-top: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}

.item-header-post {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.item-header-post h2 {
  font-size: 1.2rem;
}

.item-body-post .item {
  display: flex;
  gap: 1rem;
}

.item-body-post .item a {
  background: #fff;
  padding: 0.1rem 0.8rem;
  border-radius: 50rem;
  color: #000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.132);
}
/* ===================================== POST ========================================= */
/* ===================================== POST ========================================= */

.card {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.card h5 {
  color: #000;
  font-weight: bold;
}

.card p {
  font-size: 0.85rem;
}

.card img {
  height: 25vh;
}

/* ===================================== BLOG ========================================= */
/* ===================================== BLOG ========================================= */
/* FORMULARIO DE PESQUISA BLOG */
.blog img {
  height: auto !important;
}

.formulario-pesquisa form {
  display: grid;
  grid-template-columns: 1fr 5%;
  border: 2px solid #ddd;

  border-radius: 0.2rem;
  margin-top: 2rem;
}

.formulario-pesquisa form input {
  border: 0;
  display: flex;
  height: 100% !important;
  padding: 1rem;
}

.formulario-pesquisa form input:focus {
  outline: none;
}

.formulario-pesquisa form button {
  background: none !important;
  color: #ddd !important;
  border-radius: 0 !important;
  border: none !important;
}

.listagem-categoria-blog {
  margin-top: 4rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.listagem-categoria-blog a {
  color: #000000a6;
}

/* ===================================== BLOG ========================================= */
/* ===================================== BLOG ========================================= */

/* ===================================== BLOG-INFO-DETALHES ========================================= */
/* ===================================== BLOG-INFO-DETALHES ========================================= */

.outras-noticias {
  background: #fafafa !important;
  height: 100%;

  padding-bottom: 2rem;
}

.outras-noticias h4 {
  background: #55091f;

  position: absolute;
  width: 100%;
  left: 0;

  font-size: 1rem;
  font-weight: bold;

  padding: 0.8rem 1rem;

  color: #fff;
}

.outras-noticias .lista-outras-noticias {
  margin-top: 4rem !important;
}

.outras-noticias .outher-blog {
  background: #fff;
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 1rem;
}

.outras-noticias .outher-blog p {
  font-size: 0.7rem;
  line-height: 2;
}

.outras-noticias .outher-blog img {
  width: 100%;
  height: 100px;
}

.formulario form button {
  padding: 0.5rem;
  border: 0;
  border-radius: 0.3rem;
}

/* ===================================== EVENTOS ========================================= */
/* ===================================== EVENTOS ========================================= */
.outros-eventos-detalhe .card img,
.eventos .card img {
  height: 20vh !important;
}

.outros-eventos-detalhe .card span,
.eventos .card span {
  font-size: 0.8rem;
  color: #55091f;
}

.outros-eventos-detalhe .card h5,
.eventos .card h5 {
  font-size: 0.9rem;
}

.outros-eventos-detalhe .card p,
.eventos .card p {
  font-size: 0.7rem;
}

.evento-detalhe {
  margin-top: 2rem;
}

.evento-detalhe .photo img {
  width: 100%;
  height: 30vh;
}

.evento-detalhe .btn-primary {
  background: #55091f !important;
  border: 1px solid #55091f !important;
}

#confirmarPresenca label {
  font-size: 0.8rem !important;
}
