/*
Theme Name: Canan
Author: Marcio Cabral e Miguel Sobrinho
Version: 1.0
Description: Tema customizado para crônicas no front-end
*/

/* --------- RESET --------- */
body, html {
	background-color: #efe7db;
	padding: 0;
	margin: 0;
}
body {
  overflow-x: hidden;
}
/*FONTES DO SITE*/
@font-face {
  font-family: 'IvyMode';
  src: url('fonts/IvyMode/IvyMode.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1, h2, h3 {
  font-family: 'IvyMode', serif;
}
@font-face {
  font-family: 'Runda';
  src: url('fonts/Runda/Runda.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

p {
	font-family: 'Runda', sans-serif;
}

/* HEADER DO SITE */
.site-header {
  margin: 0;
  background-color: #efe7db;
  padding: 1px 5px 1px 15px;
  color: white;
  position: fixed;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
}
/* Container do topo 
.topo-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}*/




/* --------- LOGO --------- */

.logo {
  display: inline-block;
	
}

.logo img {
  max-height: 60px;
  height: auto;
  width: 150px;
}

/*RODAPÉ DO SITE*/

.site-footer {
  background-color: #4b3621;
  color: #efe7db;
  padding: 5px;
}

.container-rodape {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-esquerda,
.footer-centro,
.footer-direita {
  flex: 1;
  text-align: center;
  font-size: 10px;
}

.footer-esquerda {
  text-align: left;
}

.footer-direita {
  text-align: right;
}

.footer-centro img {
  max-height: 20px;
  height: auto;
}
/*HOME PAGE*/

.home-banner-img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.home-banner-img.mobile {
  display: none;
}

.home-banner-img {
  display: block;
}

@media (max-width: 768px) {
  .home-banner-img.mobile {
    display: block;
  }

  .home-banner-img.desktop {
    display: none;
  }
}

/*------Últimos Textos--------*/
.ultimos-textos {
  max-width: 1099px;
  width: 100%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}

.ultimos-textos h2 {
  font-size: 21px;
  margin-bottom: 0.5rem;
  text-align: center;
	font-weight:200;
	
}

.ultimos-textos hr {
  border: none;
  height: 1px;
  background: #4b3621;
  margin-bottom: 2rem;
}

.grid-textos {
  display: grid;
  gap: 2rem;
}

.card-texto {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 2rem;
}

.card-texto img {
  width: 100%;
  height: auto;
  max-width: 450px;
	object-fit: cover;
	aspect-ratio: 4/5;
}

.card-texto .conteudo {
  flex: 1;
  padding-left: 0;
}

.card-texto h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}

.card-texto time {
  font-size: 0.9rem;
  color: #666;
  display: block;
  margin-bottom: 0.5rem;
}

.card-texto .excerpt {
  margin-bottom: 1rem;
	max-width: 75%;
}

.card-texto .botao-leia-mais {
  background: #4b3621;
  color: white;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  display: inline-block;
}

/* Layout desktop */
@media (min-width: 768px) {
  .card-texto {
    flex-direction: row;
    align-items: flex-start;
  }

  .card-texto .conteudo {
    padding-left: 2rem;

  }
}
.botao-ver-todos {
  display: inline-block;
  margin-top: 2rem;
  background: #4b3621;
  color: white;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  border-radius: 4px;
}

#load-more {
  background: #4b3621;
  color: white;
  border: none;
  padding: 0.8rem 2rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#load-more:hover {
  background: #3a2c18;
}
@media (max-width: 768px) {
  .ultimos-textos {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza tudo dentro */
    justify-content: center;
    padding: 20px 0;
  }

  .ultimos-textos h2,
  .ultimos-textos hr {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-textos {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centraliza os cards */
    justify-content: center;
    gap: 20px; /* Espaçamento entre os cards */
    width: 100%;
  }

  .card-texto {
    width: 100%;
    max-width: 350px; /* Define uma largura máxima elegante para mobile */
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .card-texto img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
  }

  .card-texto .conteudo {
    max-width: 100%;
    margin: 0 auto;
  }
	.card-texto .excerpt {
		max-width: 100%;
    margin: 0 auto;
	}
}


/*Sobre*/
/* Seção Sobre Ivan Canan */
.sobre-ivan {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #efe7db; /* tom claro de fundo */
  text-align: center;
  padding: 10px 10px;
}

.sobre-ivan .container {
  max-width: 1099px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px ;
  box-sizing: border-box;

}

.sobre-ivan .linha-superior,
.sobre-ivan .linha-inferior {
  height: 1px;
  background-color: #4b3621; /* marrom escuro */
  margin: 2px auto;
  width: 100%;
}

.sobre-ivan .titulo {
  font-family: serif;
  font-size: 21px;
  font-weight: normal;
  margin: 0;
}

.sobre-ivan .texto-sobre {
  margin-top: 30px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.6;
  color: #2e2e2e;
}

.sobre-ivan .btn-conheca {
  font-family: serif;
  font-size: 18px;
  color: #264a5d; /* azul do projeto */
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
  margin-top: 30px;
  margin-bottom: 30px;
}

.sobre-ivan .btn-conheca:hover {
  border-color: #264a5d;
}

@media (max-width: 768px) {
  .sobre-ivan .texto-sobre {
    font-size: 18px;
    padding: 5px;
  }

  .sobre-ivan .titulo {
    font-size: 21px;
  }
}
/*Home-Arquivos*/
.arquivo-secao {
  background-color: #efe7db;

}

.container-arquivos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1099px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
  justify-content: center;
}

.arquivo-card {
  position: relative;
  flex: 1 1 400px;
  max-width: 500px;
  width: 100%;
  background-color: #6e6259;
  color: #fff;
  padding: 40px 30px 40px ;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.3s;
  box-sizing: border-box;
}

.arquivo-card h3 {
  font-family: 'IvyMode', serif;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}

.arquivo-card p {
  font-family: 'Runda', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.arquivo-card .marca-canto {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100px;
  height: auto;
  opacity: 1;
}
@media (max-width: 768px) {
.arquivo-card .marca-canto {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: auto;
  opacity: 1;
}}

.card-academica {
  background-color: #7a5e43; /* cor do segundo card */
}

@media (max-width: 768px) {
  .container-arquivos {
    flex-direction: column;
    align-items: center;
	padding: 5px;
  }

  .arquivo-card {
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
    padding: 5px;
  }

  .arquivo-card h3 {
    font-size: 18px;
  }

  .arquivo-card p {
    font-size: 16px;
  }

  .arquivo-card .marca-canto {
    width: 50px;
  }
}
.card-cortes {
  background-color: #456b84; /* escolha uma cor diferente, aqui é um azul escuro por exemplo */
}

.btn-conheca {
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
}

/*Home-Newsletter*/
.home-newsletter {
  padding: 20px;
  display: flex;
  justify-content: center;
}

.newsletter-container {
  margin-bottom: 30px;
  margin-top: 30px;
  background: #7a5e43;
  max-width: 1099px;
  width: 100%;
  padding: 20px;
  text-align: left; /* Centraliza tudo */
  box-sizing: border-box;
}

.newsletter-container h2 {
  font-family: 'IvyMode', serif;
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 5px;
}

.newsletter-container p {
  font-family: 'Runda', sans-serif;
  font-size: 12px;
  color: #ffffff; /* Faltava ponto-e-vírgula e estava sem cor */
  margin-bottom: 20px;
}

.newsletter-form-wrap form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 1099px;
  margin: 0 auto;
}

.newsletter-form-wrap input,
.newsletter-form-wrap select,
.newsletter-form-wrap button {
  width: 80%;	
  font-size: 14px;
  padding: 5px;
  border: none;
  border-radius: 0px;
}

/* Responsivo */
@media (max-width: 768px) {
  .newsletter-form-wrap form {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-form-wrap input,
  .newsletter-form-wrap button {
    width: 100%;
  }
}

/*Seção Instagram*/
.instagram-home {
  background-color: #264a5d; /* azul do projeto */
  width: 100%;
  padding: 10px 20px 10px;
  color: #efe7db;
}

.insta-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.titulo-insta {
  font-family: "IvyMode", serif;
  font-size: 21px;
  color: #fff;
  margin-bottom: 10px;
}

.linha-insta {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 0 auto 40px;
  border: none;
}

.galeria-insta {
  margin-bottom: 40px;
}

.botao-insta {
  display: flex;
  justify-content: center;
}

.btn-insta {
  background-color: #efe7db;
  color: #4b3621;
  font-family: inherit;
  font-size: 18px;
  padding: 12px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s;
}

.btn-insta:hover {
  background-color: #ddd5c9;
}

/* Font Awesome deve estar carregado */


/* ========= POST SINGLE STYLE ========= */

.conteudo-interno {
  max-width: 1099px;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: 'Runda', sans-serif;
  color: #3d2d22;
}

/* TÍTULO */
.single-texto .post-title {
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: normal;
  color: red;
}


/* LINHA DIVISÓRIA */
.divider {
  border: none;
  height: 2px;
  background-color: #4b3621;
  margin: 1px;
}



/* CONTEÚDO */
.post-content {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}


/*================ÁREA DE COMENTÁRIOS====================*/
.comments-section {
  margin-top: 4rem;
  background-color: #a1866f;
  padding: 2rem;
  border-radius: 8px;
  color: #4b3621;
}
.comments-section h2 {
  font-size: 21px !important; /* ajuste conforme quiser */
  margin-bottom: 2px;
  color: #4b3621; /* ou outra cor se necessário */
}
.comment-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.comment-list li {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
}

.custom-submit-button {
  background-color: #3d2d22;
  color: #fff;
  padding: 0.7rem 1.4rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: background 0.3s ease;
}

.custom-submit-button:hover {
  background-color: #5a4435;
}
.comment-list .children {
  margin-left: 1.5rem;
  border-left: 2px solid #847567;
  padding-left: 1rem;
  margin-top: 1rem;
}

.comment-list li {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}

/* Deixa os comentários-resposta com fundo levemente diferente */
.comment-list .children li {
  background-color: #f5eee7;
  border-radius: 6px;
  padding: 1rem;
}
.comment-list .children .children {
  margin-left: 1rem;
  border-left: 1px dashed #b8a595;
  background-color: #f8f1e9;
  border-radius: 6px;
}
/* Níveis 3 em diante: nada de margem extra */
.comment-list .children .children .children {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
  background-color: transparent;
}.single-blitz {
  background-color: #2c1b12;
  color: #efe7db;
  padding: 3rem 1rem;
}

/*=====================SINGLE BLITZ============*/
.single-arquivo_blitz body {
  background-color: #2d2d2d;
  color: #fff;
}

.single-blitz .container  {
  max-width: 1099px;
  width: 100%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
	
}
.single-blitz .post-title {
  text-align: center;
  color: #ffffff !important;
  margin-bottom: 1rem;
}
.single-blitz .post-meta {
  text-align: center;
  font-size: 0.9rem;
  color: #ffffff;
  margin-bottom: 2rem;
}

/* BOTÕES DE COMPARTILHAMENTO */
.single-blitz .share-buttons {
  margin: 0 0.5rem;
  color: #ffffff;
  font-size: 1.2rem;
  text-decoration: none;
  transition: transform 0.2s;
}

.single-blitz .share-buttons a {
  margin: 0 0.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.95rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}

.single-blitz .share-buttons a:hover {
  transform: scale(1.2);
}

/* LINHA DIVISÓRIA */
.single-blitz .divider {
  border: none;
  height: 2px;
  background-color: #ffffff;
  margin: 1px;
}

/* LIKE + COMENTÁRIOS */
.single-blitz .like-button {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background-color: white !important;
  border-radius: 5px;
  font-size: 10px;
  cursor: pointer;
  color: #3d2d22;
  position: relative;
}

.single-blitz .like-button .like-text {
  margin-left: 0.25rem;
}

.single-blitz .like-button.liked {
  color: #ffffff;
  background-color: #264a5d !important;
  border-radius: 5px;
}

/* Animação ao curtir */
.single-blitz .like-button.liked i {
  animation: pulse 0.3s ease;
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.4); }
  100% { transform: scale(1); }
}

/* Tooltip customizada */
.single-blitz .like-button {
  position: relative;
}

.single-blitz .like-button::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #3d2d22;
  color: #fff;
  padding: 6px 10px;
  font-size: 0.75rem;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.single-blitz .like-button:hover::after {
  opacity: 1;
}
.single-blitz .comment-link {
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
 align-items: right;
}
.single-blitz .like-comment-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: nowrap;
}
.single-blitz .like-button .like-count {
  margin-left: 2px;
  font-size: 12px;	
}

.video-embed {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  margin-bottom: 2rem;
}

.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*========PÁGINA PROGRAMAS===========*/

.programa-blitz-intro {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-top: 1.5rem;
  color: #333;
}
.thumb-container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0px; /* opcional */
}

.thumb-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


.arquivos-programa {
  max-width: 1099px;
  width: 100%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}

.arquivos-programa h2 {
  font-size: 21px;
   margin-top: 40px;
  margin-bottom: 0.5rem;
  text-align: center;
	font-weight:200;
	
}

.arquivos-programa hr {
  border: none;
  height: 1px;
  background: #4b3621;
  margin-bottom: 2rem;
}
/* ========= SINGLE TEXTOS ========= */

.single-texto {
  max-width: 1099px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
  font-family: 'Runda', sans-serif;
  color: #3d2d22;
}

/* TÍTULO */
.single-texto .post-title {
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: normal;
  color: #4b3621;
}

/* SUBTÍTULO */
.single-texto .post-subtitle {
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  color: #6a5c50;
  margin-bottom: 1rem;
}

/* META */
.single-texto .post-meta {
  text-align: center;
  font-size: 0.9rem;
  color: #847567;
  margin-bottom: 2rem;
}

/* BOTÕES DE COMPARTILHAMENTO */
.single-texto .share-buttons {
  margin: 0 0.5rem;
  color: #3d2d22;
  font-size: 1.2rem;
  text-decoration: none;
  transition: transform 0.2s;
}

.single-texto .share-buttons a {
  margin: 0 0.5rem;
  color: #3d2d22;
  text-decoration: none;
  font-size: 0.95rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}

.single-texto .share-buttons a:hover {
  transform: scale(1.2);
}

/* LINHA DIVISÓRIA */
.single-texto .divider {
  border: none;
  height: 2px;
  background-color: #4b3621;
  margin: 1px;
}

/* LIKE + COMENTÁRIOS */
.single-texto .like-comment-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}

.single-texto .like-button {
  padding: 5px;	
  background-color: white !important;
  border-radius: 20px;
  font-size: 10px;
  cursor: pointer;
  color: #3d2d22;
}

.single-texto .comment-link {
  text-decoration: none;
  color: #3d2d22;
  font-size: 10px;
}

/* IMAGEM DESTACADA */
.single-texto .featured-image img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

/* CONTEÚDO */
.single-texto .post-content {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}

/* ASSINATURA */
.single-texto .post-signature {
  text-align: center;
  margin: 5px 5px 5px 5px;
}

.single-texto .post-signature img {
  max-width: 110px;
  height: auto;
}

/* POSTS RELACIONADOS */
.single-texto .related-posts {
  margin: 4rem 0;
}

.single-texto .related-posts h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.single-texto .related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.single-texto .related-post {
  text-align: center;
}

.single-texto .related-post img {
  width: 100%;
  height: auto;
  max-width: 300px;
	object-fit: cover;
	aspect-ratio: 16/9;
  margin-bottom: 2px;
}

.single-texto .related-post h3 {
  font-size: 1rem;
  color: #3d2d22;
}

/* COMENTÁRIOS */
.comments-section {
  margin-top: 4rem;
  background-color: #d6bba4;
  padding: 20px;
}

.comments-section h2 {
  text-align: center;
  font-size: 10px;
  margin-bottom: 1.5rem;
}
.comments-section input.submit {
	background-color: #3d2d22;
  color: white;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 10px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.single-texto .like-button {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background-color: white !important;
  border-radius: 5px;
  font-size: 10px;
  cursor: pointer;
  color: #3d2d22;
  position: relative;
}

.single-texto .like-button .like-text {
  margin-left: 0.25rem;
}

.single-texto .like-button.liked {
  color: #ffffff;
  background-color: #264a5d !important;
  border-radius: 5px;
}

/* Animação ao curtir */
.single-texto .like-button.liked i {
  animation: pulse 0.3s ease;
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.4); }
  100% { transform: scale(1); }
}

/* Tooltip customizada */
.single-texto .like-button {
  position: relative;
}

.single-texto .like-button::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #3d2d22;
  color: #fff;
  padding: 6px 10px;
  font-size: 0.75rem;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.single-texto .like-button:hover::after {
  opacity: 1;
}
.single-texto .comment-link {
  text-decoration: none;
  color: #3d2d22;
  font-size: 1rem;
 align-items: right;
}
.single-texto .like-comment-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: nowrap;
}
.single-texto .like-button .like-count {
  margin-left: 2px;
  font-size: 12px;	
}

/* ========= SINGLE ARTIGOS ========= */

.artigos-container {
  max-width: 1099px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
  font-family: 'Runda', sans-serif;
  color: #3d2d22;
}

/* ====== TÍTULO E META ====== */

.single-artigos .post-title {
  font-size: 4.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: normal;
  color: #4b3621;
  word-break: break-word;
}

.single-artigos .post-linha-fina {
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  color: #6a5c50;
  margin-bottom: 1rem;
}

.single-artigos .post-meta {
  text-align: center;
  font-size: 0.9rem;
  color: #847567;
  margin-bottom: 2rem;
}

/* ====== BOTÕES DE COMPARTILHAMENTO ====== */

.single-artigos .share-buttons {
  margin: 0 0.5rem;
  font-size: 1.2rem;
  color: #3d2d22;
}

.single-artigos .share-buttons a {
  margin: 0 0.5rem;
  color: #3d2d22;
  text-decoration: none;
  font-size: 0.95rem;
  border-bottom: 1px solid transparent;
  transition: transform 0.2s, border-color 0.3s;
}

.single-artigos .share-buttons a:hover {
  transform: scale(1.2);
}

/* ====== DIVISÓRIA ====== */

.single-artigos .divider {
  border: none;
  height: 2px;
  background-color: #4b3621;
  margin: 1px;
}

/* ====== CURTIR E COMENTÁRIOS ====== */

.single-artigos .like-comment-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: nowrap;
}

.single-artigos .like-button {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 5px;
  background-color: white;
  border-radius: 5px;
  font-size: 10px;
  cursor: pointer;
  color: #3d2d22;
  position: relative;
  transition: background 0.3s ease;
}

.single-artigos .like-button .like-text {
  margin-left: 0.25rem;
}

.single-artigos .like-button .like-count {
  margin-left: 2px;
  font-size: 12px;
}

.single-artigos .like-button.liked {
  background-color: #264a5d;
  color: #ffffff;
}

/* Animação ao curtir */
.single-artigos .like-button.liked i {
  animation: pulse 0.3s ease;
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.4); }
  100% { transform: scale(1); }
}

/* Tooltip customizado */
.single-artigos .like-button::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #3d2d22;
  color: #fff;
  padding: 6px 10px;
  font-size: 0.75rem;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.single-artigos .like-button:hover::after {
  opacity: 1;
}

.single-artigos .comment-link {
  text-decoration: none;
  color: #3d2d22;
  font-size: 1rem;
}

/* ====== VÍDEO EMBED / IMAGEM DESTACADA ====== */

.single-artigos .artigo-video,
.single-artigos .featured-image img {
  width: 100% !important;
  height: auto;
  margin-bottom: 10px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

/* ====== CONTEÚDO PRINCIPAL ====== */

.single-artigos .post-content,
.single-artigos .artigo-descricao {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}

/* ====== BOTÕES: LINK EXTERNO E PDF ====== */

.single-artigos .botao-externo,
.single-artigos .botao-pdf {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  background-color: #3d2d22;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.single-artigos .botao-externo:hover,
.single-artigos .botao-pdf:hover {
  background-color: #264a5d;
}

/* ====== ASSINATURA ====== */

.single-artigos .post-signature {
  text-align: center;
  margin: 5px;
}

.single-artigos .post-signature img {
  max-width: 110px;
  height: auto;
}

/* ====== POSTS RELACIONADOS ====== */

.single-artigos .related-posts {
  margin: 4rem 0;
}

.single-artigos .related-posts h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.single-artigos .related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.single-artigos .related-post {
  text-align: center;
}

.single-artigos .related-post img {
  width: 100%;
  height: auto;
  max-width: 300px;
  object-fit: cover;
  aspect-ratio: 16/9;
  margin-bottom: 2px;
}

.single-artigos .related-post h3 {
  font-size: 1rem;
  color: #3d2d22;
}

/* ====== COMENTÁRIOS ====== */

.comments-section {
  margin-top: 4rem;
  background-color: #d6bba4;
  padding: 20px;
}

.comments-section h2 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.comments-section input.submit {
  background-color: #3d2d22;
  color: white;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.3s ease;
}

/*========PÁGINA ARTIGOS ACADÊMICOS===========*/
.artigos-academicos {
  max-width: 1099px;
  width: 100%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}

.artigos-academicos h2 {
  font-size: 21px;
   margin-top: 40px;
  margin-bottom: 0.5rem;
  text-align: center;
	font-weight:200;
	
}

.artigos-academicos hr {
  border: none;
  height: 1px;
  background: #4b3621;
  margin-bottom: 2rem;
}
/*========PÁGINA CORTES===========*/
.cortes {
  max-width: 1099px;
  width: 100%;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
}

.cortes h2 {
  font-size: 21px;
   margin-top: 40px;
  margin-bottom: 0.5rem;
  text-align: center;
	font-weight:200;
	
}

.cortes hr {
  border: none;
  height: 1px;
  background: #4b3621;
  margin-bottom: 2rem;
}
.grid-cortes {
  /* Masonry exige block, mas também um controle de espaçamento */
  display: block;
  margin-left: -16px; /* corresponde ao gutter */
}

.card-corte {
  width: calc(33.333% - 16px); /* 3 colunas com gutter */
  margin-left: 16px;
  margin-bottom: 16px;
  background: #4b3621;
  border-radius: 10px;
  color: #efe7db;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  float: left; /* Importante para o Masonry */
}
.botao-leia-mais-corte {
	color: #efe7db;
	margint-left: 1opx;
}
@media (max-width: 1024px) {
  .card-corte {
    width: calc(50% - 16px);
  }
}

@media (max-width: 600px) {
  .card-corte {
    width: 100%;
    margin-left: 0;
  }

  .grid-cortes {
    margin-left: 0;
  }
}

/*========PÁGINA SOBRE===========*/

.sobre-arquivo-secao {
  background-color: #efe7db;
  margin-bottom: 45px;
}

.sobre-container-arquivos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1099px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
  justify-content: center;
  
}

.sobre-arquivo-card {
  position: relative;
  flex: 1 1 400px;
  max-width: 500px;
  width: 100%;
  background-color: #6e6259;
  color: #fff;
  padding: 40px 30px 40px ;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.3s;
  box-sizing: border-box;
}

.sobre-arquivo-card h3 {
  font-family: 'IvyMode', serif;
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}

.sobre-arquivo-card p {
  font-family: 'Runda', sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.sobre-arquivo-card .marca-canto {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 100px;
  height: auto;
  opacity: 1;
}
@media (max-width: 768px) {
.sobre-arquivo-card .sobre-marca-canto {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: auto;
  opacity: 1;
}}

.sobre-card-academica {
  background-color: #7a5e43; /* cor do segundo card */
}

@media (max-width: 768px) {
  .sobre-container-arquivos {
    flex-direction: column;
    align-items: center;
	padding: 5px;
  }

  .sobre-arquivo-card {
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
    padding: 5px;
  }

  .sobre-arquivo-card h3 {
    font-size: 18px;
  }

  .sobre-arquivo-card p {
    font-size: 16px;
  }

  .sobre-arquivo-card .marca-canto {
    width: 50px;
  }
}
/*==============Página Contato============*/
.contato .container {
  max-width: 1099px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1rem;
  font-family: 'Arial', sans-serif; /* ou a fonte do site */
  text-align: center;
}

.contato h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.contato hr {
  border: none;
  border-top: 2px solid #000; /* ajuste a cor conforme o tema */
  width: 100%;
  margin: 0 auto 2rem auto;
}

.formulario-contato {
  margin-top: 2rem;
  text-align: left; /* volta o alinhamento do conteúdo do formulário */
}

/* Estilização opcional do Forminator */
.forminator-ui {
  font-family: inherit;
}

.forminator-input,
.forminator-textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 1rem;
}

.forminator-button {
  background-color: #000;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.forminator-button:hover {
  background-color: #333;
}
/*ESCONDER CAPTCHA DO GOOGLE*/
.grecaptcha-badge {
		display: none !important;
}

/*IMPEDIR QUE O SITE TENHA ROLAGEM HORIZONTAL*/

body,
html {
  overflow-x: hidden;
}

.programa-post-signature {
	display: none;
}
