@charset "UTF-8";
/* CSS Document */


/* ══════════════════════════════════════
     RESET
  ══════════════════════════════════════ */
body, html {
	background-color: #efe7db;
	padding: 0;
	margin: 0;
}
body {
  overflow-x: hidden;
}

/* ══════════════════════════════════════
     FONTES
  ══════════════════════════════════════ */

@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;
}

/* ══════════════════════════════════════
     REMOVE ASPECTO DOS BOTÕES NO BROWSER
  ══════════════════════════════════════ */
button {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: none;
    box-shadow: none;
    font-family: inherit;
}

/* ══════════════════════════════════════
     ESCONDER CAPTCHA DO GOOGLE
  ══════════════════════════════════════ */
.grecaptcha-badge {
		display: none !important;
}


/* ══════════════════════════════════════
     CABEÇALHO DO SITE
  ══════════════════════════════════════ */
.site-header {
  margin: 0;
  background-color: #cfcecd;
  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É
══════════════════════════════════════ */

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

.container-rodape {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;

    min-height: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-esquerda,
.footer-centro,
.footer-direita {
    flex: 1;
    display: flex;
    align-items: center;
}

.footer-esquerda {
    justify-content: flex-start;
}

.footer-centro {
    justify-content: center;
}

.footer-direita {
    justify-content: flex-end;
}

.footer-esquerda p,
.footer-direita p {
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
}

.footer-esquerda a,
.footer-direita a {
      color: #efe7db;
	text-decoration: none;
}
.footer-centro img {
    display: block;
    height: 20px;
    width: auto;
}

/* ══════════════════════════════════════
     HOMEPAGE
  ══════════════════════════════════════ */

.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;
  }
}

/* ══════════════════════════════════════
     SEÇÃO ÚLTIMOS TEXTOS
  ══════════════════════════════════════ */
.ultimos-textos {
  
  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;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.5rem;
    margin-top: 3rem auto;
	padding: 0 25px;
}

.card-texto {
    display: flex;
    flex-direction: column;
}

.card-texto .thumb {
    display: block;
    overflow: hidden;
    background-color: aqua;
	margin-bottom: -5px;
}

.card-texto img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform .35s ease;
}

.card-texto:hover img {
    transform: scale(1.04);
}

.card-texto .conteudo {
    padding-top: 1.5rem;
}

.card-texto time {
    display: block;
    font-size: .55rem;
    color: #7a5e43;
    margin-bottom: .1rem;
}

.card-texto h3 {
    margin: 0 0 .4rem;
    font-size: 1.15rem;
    line-height: 1.3;
}

.card-texto h3 a {
    color: #4b3621;
    text-decoration: none;
}

.card-texto h3 a:hover {
    color: #264a5d;
}

.card-texto .excerpt {
    margin-bottom: 1.1rem;
    line-height: 1.3;
    color: #555;
}

.botao-leia-mais {
    display: inline-flex;
	font-family: "IvyMode", serif;
    align-items: center;
    gap: .35rem;
    text-decoration: none;
    color: #efe7db;
    font-weight: 500;
	font-size: 10.3px;
	background-color: #4b3621;
	border-radius: 40px;
	padding: 3px 18px;
}

.botao-leia-mais:hover {
    background-color: #6e6259;
}

.textos-footer {
    margin-top: 4rem;
    text-align: center;
}

.botao-textos {
    display: inline-flex;
    align-self: center;
    padding: .4rem 2rem;
    border-radius: 40px;
    color: #efe7db;
    text-decoration: none;
    transition: .3s ease;
	background: #264a5d;
	font-family: "IvyMode", serif;
}

.botao-textos:hover {
    background: #4b3621;
    color: #efe7db;
}

@media (max-width: 768px) {
     .ultimos-textos {
		 margin: 3px auto;
	}
    .grid-textos {
        grid-template-columns: repeat(1, 1fr);
		margin: 10px auto;
    }

}

/* ══════════════════════════════════════
     SEÇÃO SOBRE
  ══════════════════════════════════════ */
.home-sobre {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 5rem;
    padding: .8rem 2.5rem 0 0;
	background-color: #d2b586;
}

.home-sobre__imagem img {
    width: 80%;
	height: auto;
	margin-bottom: -3.8px;
}

.home-sobre__conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
	background-color: #d2b586;
}

.home-sobre__conteudo h2 {
    margin-bottom: 2rem;
	font-size: 22px;
}

.texto-sobre {
    margin-bottom: 2rem;
    line-height: 1.8;
	font-size: 14px;
}

.btn-conheca {
    display: inline-flex;
    align-self: flex-start;
    padding: .4rem 2rem;
    border-radius: 40px;
    color: #efe7db;
    text-decoration: none;
    transition: .3s ease;
	background: #264a5d;
}

.btn-conheca:hover {
    background: #6e6259;
    color: #efe7db;
}

@media (max-width: 768px) {

    .home-sobre {

        grid-template-columns: 1fr;
        gap: 2.5rem;
		padding: 0;

    }
     .home-sobre__conteudo {
		 padding: 14px;
		 text-align: center;
	}
    .home-sobre__imagem {
        order: -1;
		margin-bottom: -155px;
    }
	.btn-conheca {
        align-self: center;
	}}

/* ══════════════════════════════════════
     SEÇÃO PRODUÇÃO LITERÁRIA
  ══════════════════════════════════════ */

.producao-literaria {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: #a1866f;
	padding: 45px;
}

.producao-literaria-conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem;
}

.producao-literaria-conteudo p {
    color: #efe7db;
	margin-bottom: 5px;
}

.producao-literaria-conteudo h3 {
    margin-top: 5px;
    color: #efe7db;
	font-weight: 100;
}

.descricao-livro {
    margin-top: 5px;
    color: #efe7db;
}
.descricao-livro-page {
    margin-top: 5px;
    color: #4b3621;
	font-size: 12px;
}

.producao-literaria .botao-livro {
    align-self: flex-start;
    margin-top: 2rem;
	border-radius: 40px;
	color: #efe7db;
	background-color: #264a5d;
}

.producao-literaria-imagem {
    height: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.producao-literaria-imagem img {
    display: block;
    width: 100%;
    height: 100%;
    
}

@media (max-width: 768px) {

    .producao-literaria {
        display: flex;
        flex-direction: column;
		padding: 10px;
    }

    .producao-literaria-imagem {
        order: -1;
    }

    .producao-literaria-conteudo {
        padding: 10px;
    }

}

/* ══════════════════════════════════════
     SEÇÃO PRODUÇÃO AUDIOVISUAL
  ══════════════════════════════════════ */
.arquivo-secao {
  background-color: #efe7db;
	padding: 45px;

}

.container-arquivos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  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: 900px;
  height: auto;
  width: 100%;
  background-color: #264a5d;
  color: #fff;
  padding: 50px 40px 50px ;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.3s;
  box-sizing: border-box;
}
@media (max-width: 768px) {
	.arquivo-card {
		padding: 40px 20px 40px!important;
	}
     .arquivo-card p {
		 max-width: none;
	}}

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

.arquivo-card p {
  font-family: 'Runda', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #efe7db;
  max-width: 600px;
}

.arquivo-card .marca-canto {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 140px;
  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;
}

/* ══════════════════════════════════════
     SEÇÃO NEWSLETTER
  ══════════════════════════════════════ */
.home-newsletter {
  padding: 20px;
  display: flex;
  justify-content: center;
	margin: 50px;
}

.newsletter-container {
  margin-bottom: 00px;
  margin-top: 0px;
  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: 50px 0px 10px 0px;
  color: #efe7db;
  margin: 0px auto 0px;

}

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


.galeria-insta {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
	.galeria-insta {
  display: none;
	}}

.galeria-insta-mobile {
  margin-bottom: 0px;
  display: none;
}
@media (max-width: 769px) {
	.galeria-insta-mobile {
  margin: 10px;
 display: block;
	}}




/* Font Awesome deve estar carregado */


/* ══════════════════════════════════════
     POSTS (SINGLE.PHP)
  ══════════════════════════════════════ */

.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: 40px;
  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 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;
}

/* ══════════════════════════════════════
     404
  ══════════════════════════════════════ */


/* Código 404 */
.not-found {
	min-height: 78vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
  font-size: 94px;
  font-weight: 600;

  color: #4b3621;
  line-height: .2rem;
	margin-top: 60px;
	
}

.not-found p {
	font-size: 18px;
	
	text-align: center;
	margin: 10px 0;
}
/* Link */
.not-found a {
	display: flex;
	justify-content: center!important;
    font-size: 11px;
	background: #a1866f;
	width: 360px!important;
	height: auto;
	border-radius: 50px;
    letter-spacing: 0.15em;
    text-transform: lowercase;
    color: #efe7db;
    font-weight: 600;
	margin: 0 auto 40px;
    padding: 10px 20px;
	transition: all .4s;
}
.not-found a:hover {
	background: #264a5d;
}
@media (min-width: 768px) {
	.turismo-404__link {
		width: 80%;
	}}

/* ══════════════════════════════════════
     SINGLE LIVROS
  ══════════════════════════════════════ */
.livro-apresentacao {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    align-items: center;
	padding: 45px;
}
.livro-imagem {
	object-fit: cover;
	aspect-ratio: 1/1;
	padding: 20px;
	background-color: #cfcecd;
	
}
.livro-imagem img {
    display: block;
    width: 100%;
    height: auto;
}

.livro-informacoes h1 {
    color: #4b3621;
}

.livro-informacoes hr {
    border: 0;
    border-top: 1px solid #4b3621;
    margin: 1.5rem 0;
}

.botao-livro {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.4rem 1.5rem;
    background-color: #264a5d;
    color: #efe7db;
    text-decoration: none;
	font-size: 11px;
	border-radius: 40px;
}
.botao-livro:hover {
	background-color: #6e6259;
}

@media (max-width: 768px) {
    .livro-apresentacao {
        grid-template-columns: 1fr;
    }
}

/*-----OUTROS LIVROS-----*/
.outros-livros {
    background-color: #cfcecd;
    padding: 2rem 6em;
}

.outros-livros h2 {
    color: #4b3621;
    margin: 3rem auto;
	text-align: center;
	font-weight: 100;
}

.outros-livros-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.card-outro-livro a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.card-outro-livro img {
    display: block;
    width: 100%;
    height: auto;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.card-outro-livro h3 {
    margin-top: .9rem;
	margin-bottom: 0;
    color: #4b3621;
}

.card-outro-livro p {
    margin-top: 0.75rem;
	font-size: 11px;
	color: #4b3621;
}

@media (max-width: 768px) {

    .outros-livros-grid {
        grid-template-columns: 1fr;
    }

}



/* ==========================================================================
   SECTION TEXTOS
   ========================================================================== */

.section-textos {
  padding: 15px;
	margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}
.section-textos h2 {
  font-size: 21px;
  margin-bottom: 0.5rem;
  text-align: center;
	font-weight:200;
	
}

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


/* ==========================================================================
   BUSCA
   ========================================================================== */

.textos-search {
    width: 75%;
   
	margin: 25px auto;
}

.textos-search label {
    display: none;
    margin-bottom: 0.5rem;

    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.textos-search input {
    width: 100%;
    padding: 0.4rem 1rem;
    border-radius: 40px;
    background: #c6b4a5;

    font-family: inherit;
    font-size: 1rem;

    outline: none;

    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.textos-search input:focus {
    border-bottom-color: #264a5d;

    box-shadow:
        0 2px 0 #264a5d;
}

.textos-search input::placeholder {
    color: #6e6259;
    opacity: 0.7;
}


/* ==========================================================================
   GRID
   ========================================================================== */

.grid-textos {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 2.5rem 1.5rem;
}



/* ==========================================================================
   FOOTER / LOAD MORE
   ========================================================================== */

.textos-footer {
    display: flex;
    justify-content: center;

    margin-top: 4rem;
}


.botao-load-more {
    padding: 0.4rem 2rem;

    border-radius: 40px;

    background: #264a5d;

    color: #efe7db;

    font-family: "IvyMode", serif;
    font-size: 0.55rem;
    font-weight: 600;
    letter-spacing: 0.08em;

    cursor: pointer;

    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}


.botao-load-more:hover {
    background: #4b3621;

    color: #efe7db;
}


.botao-load-more:disabled {
    cursor: wait;

    opacity: 0.6;
}


/* ==========================================================================
   SEM RESULTADOS
   ========================================================================== */

.sem-resultados {
    grid-column: 1 / -1;

    margin: 3rem 0;

    text-align: center;

    color: #6e6259;
}


/* ==========================================================================
   TABLET
   ========================================================================== */

@media (max-width: 900px) {

    .grid-textos {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 600px) {

    .section-textos {
        padding: 3.5rem 1rem;
    }


    .textos-header {
        display: block;

        margin-bottom: 2rem;
    }


    .textos-header h2 {
        margin-bottom: 2rem;
    }


    .textos-search {
        max-width: none;
    }


    .grid-textos {
        grid-template-columns: 1fr;

        gap: 2rem;
    }


    .card-texto .conteudo {
        padding: 1.25rem;
    }


    .textos-footer {
        margin-top: 3rem;
    }

}

/* =========================================
   PÁGINA PRODUÇÃO AUDIOVISUAL
========================================= */


.pagina-producao {
    background-color: #efe7db;
	padding: 100px auto 10px;
	margin: 25px auto;
}


/* =========================================
   INTRODUÇÃO
========================================= */

.intro-producao {
    padding: 100px auto 40px;
    margin-left: auto;
    margin-right: auto;
}

.intro-producao .container {
    max-width: 850px;
	margin-left: auto;
    margin-right: auto;
	padding: 100px auto 40px;
}

.intro-producao h1 {
    margin: 4rem auto 1rem;
    
    font-family: 'IvyMode', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    color: #4b3621;
}

.texto-intro-producao {
    max-width: 650px;
    margin: 0 auto;
	
}

.texto-intro-producao p {
    margin: 0;

    font-family: 'Runda', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #4b3621;
}


/* =========================================
   SEÇÕES PRINCIPAIS
========================================= */

.secao-producao {
    padding: 2rem 20px;
	
}

.secao-audiovisual {
    background-color: #f8f3ed;
	
}

.secao-academica {
    background-color: #f3f5f5;
}

.cabecalho-secao-producao h2 {
    margin: 4rem auto 1rem;
    
    font-family: 'IvyMode', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    color: #4b3621;
}

.cabecalho-secao-producao p {
     margin: 0;

    font-family: 'Runda', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #4b3621;
}


/* =========================================
   SUBSEÇÕES
========================================= */

.subsecao-producao {
    padding: 1rem 0;
}

.subsecao-producao + .subsecao-producao {
    margin-top: 2rem;

 
}

.cabecalho-subsecao {
    margin-bottom: 2.5rem;
}

.cabecalho-subsecao h3 {
    margin: 4rem auto 1rem;
    
    font-family: 'IvyMode', serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 1;
    text-align: center;
    color: #4b3621;
}

.cabecalho-subsecao p {
     margin: 0 auto 15px;

    font-family: 'Runda', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    color: #4b3621;
}


/* =========================================
   GRIDS
========================================= */

.grid-producao {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .2rem;
}
.grid-cortes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .2rem;
}


/* =========================================
   CARDS
========================================= */

.card-producao {
    overflow: hidden;

    background-color: #ffffff;

    border: 1px solid rgba(75, 54, 33, 0.1);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.card-producao:hover {
    transform: translateY(-5px);

    box-shadow:
        0 12px 30px rgba(75, 54, 33, 0.08);
}

.card-imagem {
    display: block;

    aspect-ratio: 16 / 9;

    overflow: hidden;
}

.card-imagem img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.card-producao:hover .card-imagem img {
    transform: scale(1.04);
}

.card-conteudo {
    padding: 1.5rem;
}

.card-conteudo h4 {
    margin: 0;
}

.card-conteudo h4 a {
    font-family: 'IvyMode', serif;
    font-size: 1.35rem;
    font-weight: 400;
    line-height: 1.25;

    text-decoration: none;

    color: #4b3621;
}

.card-conteudo h4 a:hover {
    color: #7a5e43;
}


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

.card-artigo {
    display: flex;
    flex-direction: column;
}

.card-artigo .card-conteudo {
    flex: 1;
}

.card-artigo .linha-fina {
    margin: 0.75rem 0 0;

    font-size: 0.9rem;
    line-height: 1.5;

    color: #6e6259;
}


/* =========================================
   LOAD MORE
========================================= */

.load-more-wrapper {
    display: flex;
    justify-content: center;
    
    margin-top: 3.5rem;
}

.btn-carregar-mais {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 0.4rem 1.75rem;
    border-radius: 40px;
    background-color: #264a5d;
    font-family: 'Runda', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: #efe7db;

    cursor: pointer;

    transition:
        background-color 0.3s ease,
        color 0.3s ease;
}

.btn-carregar-mais:hover {
    background-color: #4b3621;

    color: #ffffff;
}

.btn-load-more:disabled {
    opacity: 0.5;

    cursor: not-allowed;
}


/* =========================================
   RESPONSIVIDADE
========================================= */

@media (max-width: 900px) {

    .grid-producao {
        grid-template-columns: repeat(2, 1fr);
    }

}


@media (max-width: 600px) {

    .intro-producao {
        padding: 5rem 0 4rem;
    }

    .intro-producao h1 {
        font-size: 3.5rem;
    }

    .texto-intro-producao p {
        font-size: 1rem;
    }


    .secao-producao {
        padding: 4.5rem 0;
    }


    .cabecalho-secao-producao {
        margin-bottom: 3.5rem;
    }

    .cabecalho-secao-producao h2 {
        font-size: 2.8rem;
    }


    .subsecao-producao {
        padding: 2.5rem 0;
    }

    .subsecao-producao + .subsecao-producao {
        margin-top: 2rem;
    }


    .grid-producao {
        grid-template-columns: 1fr;

        gap: 1.5rem;
    }


    .card-conteudo {
        padding: 1.25rem;
    }

}

/* ==========================================================
   NEWSLETTER
========================================================== */

.newsletter{
    padding: 40px 20px;
    background: #d3c8bd;
}

.newsletter-content{
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(420px, 1fr);
    gap: 60px;
    align-items: center;
}

/* ==========================================================
   COLUNA ESQUERDA
========================================================== */

.newsletter-left{
    display: flex;
    align-items: center;
}

.newsletter-title h2{
    margin: 0;
    font-size: 54px;
    font-weight: 400;
    line-height: .95;
    letter-spacing: -.05em;
    color: #4b3621;
	text-transform: uppercase;
}

/* ==========================================================
   COLUNA DIREITA
========================================================== */

.newsletter-right{
    width: 100%;
}

.newsletter-description{
    margin-bottom: 20px;
}

.newsletter-description p{
    margin: 0;
    font-size: .98rem;
    line-height: 1.8;
    color: #4b3621;
    max-width: 520px;
}

/* ==========================================================
   FORMULÁRIO
========================================================== */

.newsletter-form{
    display: grid;
    align-items: center;
    gap: 20px;
}

.newsletter-field input[type="email"]{

  width: 100%;

    padding: 0 0 18px;

    border: none;
    border-bottom: 1px solid #4b3621;
    background: transparent;

    font-size: 1rem;
    color: #4b3621;

    outline: none;
}

.newsletter-form input[type="email"]::placeholder{
    color: #4b3621;
}

.newsletter-form button{

    width: 48px;
    height: 48px;

    border: none;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: transform .35s ease;
	transform: rotate(45deg); 
}

.newsletter-form button:hover{
    transform: translateY(-4px);
}

.newsletter-form button svg{
    width: 22px;
    height: 22px;
}

/* ==========================================================
   MENSAGEM
========================================================== */

#newsletter-message{
    margin-top: 24px;
    font-size: .95rem;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 991px){

    .newsletter{
        padding: 90px 20px;
    }

    .newsletter-content{

        grid-template-columns: 1fr;
        gap: 60px;

    }

    .newsletter-title h2{

        font-size: clamp(2.8rem, 8vw, 4.5rem);

    }

}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 768px){

    .newsletter{

        padding: 70px 20px;

    }

    .newsletter-content{

        gap: 40px;

    }

    .newsletter-description{

        margin-bottom: 35px;

    }

    .newsletter-description p{

        font-size: 1rem;
        line-height: 1.7;

    }

    .newsletter-form{

        gap: 12px;

    }

    .newsletter-form button{

        width: 42px;
        height: 42px;

    }

}
/* ===============================
   COOKIE NOTICE
================================ */

.cookie-notice {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  max-width: 900px;
  margin: 0 auto;
  background: #264a5d;
  color: #efe7db;
  padding: 1.5rem 2rem;
  display: none; /* 👈 começa escondido */
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  z-index: 9999;
  font-size: 0.85rem;
}


.cookie-notice a {
  color: #a1866f;
  text-decoration: none;
}

.cookie-notice button {
  background: none;
  border: 1px solid #efe7db;
	border-radius: 40px;
  color: #efe7db;
  padding: 0.6rem 1.2rem;
  cursor: pointer;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
	transition: background .4s;
}
.cookie-notice button:hover {
	background: #efe7db;
	color: #264a5d;}

/* Mobile */
@media (max-width: 768px) {
  .cookie-notice {
    flex-direction: column;
    text-align: center;
  }
}
.cookie-notice {
  transition: opacity 0.3s ease, transform 0.3s ease;
}



