/* ESPAÇO PARA O HEADER */
.wp-site-blocks{
    padding-top: 90px;
}

/* HEADER */
header.wp-block-template-part{
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;

    z-index: 9999;

    background: white;

    padding-top: 10px;
    padding-bottom: 10px;

    transition:
        background 0.35s ease,
        padding 0.35s ease,
        box-shadow 0.35s ease,
        transform 0.35s ease,
        opacity 0.35s ease;
}

/* MENU PRETO */
header.wp-block-template-part .wp-block-navigation a{
    color: black !important;
}

/* TÍTULO NORMAL */
header.wp-block-template-part .wp-block-site-title,
header.wp-block-template-part .wp-block-site-title a{
    color: red !important;

    transition:
        color 0.35s ease,
        font-size 0.35s ease;
}

/* DESKTOP */
@media (min-width: 769px){

    header.wp-block-template-part .wp-block-site-title,
    header.wp-block-template-part .wp-block-site-title a{

        font-size: 60px !important;
    }

}

/* CELULAR */
@media (max-width: 768px){

    header.wp-block-template-part,
    header.wp-block-template-part .wp-block-group,
    header.wp-block-template-part .wp-block-columns{

        padding-bottom: 0 !important;
        margin-bottom: 2 !important;

        min-height: auto !important;
    }

    header.wp-block-template-part p,
    header.wp-block-template-part h1,
    header.wp-block-template-part .wp-block-site-title{

        margin-bottom: 0 !important;

        line-height: 1 !important;
    }

}
/* HEADER PRETO */
header.wp-block-template-part.compact{

    background: #000;

    padding-top: 2px;
    padding-bottom: 2px;

    box-shadow: 0 2px 12px rgba(0,0,0,0.14);

    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

/* TÍTULO BRANCO */
header.wp-block-template-part.compact .wp-block-site-title,
header.wp-block-template-part.compact .wp-block-site-title a,
header.wp-block-template-part.compact .has-theme-4-color{

    color: white !important;
}

/* TÍTULO MENOR NO COMPACTO — DESKTOP */
@media (min-width: 769px){

    header.wp-block-template-part.compact .wp-block-site-title,
    header.wp-block-template-part.compact .wp-block-site-title a,
    header.wp-block-template-part.compact .has-theme-4-color{

        font-size: 40px !important;
    }

}

/* TÍTULO MENOR NO COMPACTO — CELULAR */
@media (max-width: 768px){

    header.wp-block-template-part.compact .wp-block-site-title,
    header.wp-block-template-part.compact .wp-block-site-title a,
    header.wp-block-template-part.compact .has-theme-4-color{

        font-size: 24px !important;
    }

}

/* HEADER ESCONDIDO */
header.wp-block-template-part.hide{

    transform: translateY(-100%);

    opacity: 0;
}
/* LINKS SEM SUBLINHADO */
a{
    text-decoration: none;
}
/* LINHA AO PASSAR O MOUSE */
a:hover{
    text-decoration: underline;

    text-underline-offset: 3px;
}
@media (max-width: 768px){

  .teste-fixo{

    position: fixed !important;

    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;

    width: 100vw !important;

    z-index: 20 !important;

    margin: 0 !important;

  }

  .teste-fixo.parado{

    position: relative !important;

    left: auto !important;
    right: auto !important;
    bottom: auto !important;

    width: 100% !important;

  }
}
.ponto-parada{
  height: 1px;
  margin: 0;
  padding: 0;
}

.wp-block-html{
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}
@media (min-width: 769px){

  .ponto-parada{
    display: none !important;
  }

}
.home-destaque h2,
.home-destaque h3 {
    font-family: 'Fraunces', serif !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home-destaque p {
    font-family: 'Fraunces', serif !important;
    font-style: italic;
    font-size: 2.0rem;
    line-height: 1;
    max-width: 25ch;
  !important;
}

.home-destaque article {
    align-items: center !important;
}

.home-destaque .author,
.home-destaque .byline,
.home-destaque .coauthors {
    color: #ff0000 !important;
    font-size: 1.3rem !important;
    font-weight: 400 !important;
}

/* remove avatar */
.avatar,
.author-avatar,
.byline img,
.home-destaque .avatar {
    display: none !important;
}
.home-destaque h2:hover,
.home-destaque h3:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

/* =========================
   🧱 GRID (3 COLUNAS)
========================= */

.home-grid .wp-block-post-template {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


/* =========================
   🖼 IMAGEM
========================= */

.home-grid .post-thumbnail {
    margin-bottom: 10px;
}

.home-grid img {
    width: 100%;
    height: auto;
    display: block;
}


/* =========================
   📰 TÍTULO (MAIOR)
========================= */

.home-grid h2,
.home-grid h3 {
	  margin-left: auto;
    margin-right: auto;
    font-family: 'Fraunces', serif !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 2rem;
    line-height: 1.1;
}


/* =========================
   ✍ RESUMO (MAIOR)
========================= */

.home-grid p,
.home-grid .wp-block-post-excerpt__excerpt,
.home-grid .entry-summary {
    font-family: 'Fraunces', serif !important;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    max-width: 45ch;
	
}


/* =========================
   🔴 AUTOR (MAIOR)
========================= */

.home-grid .author,
.home-grid .byline,
.home-grid .coauthors {
    color: #ff0000 !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
}


/* =========================
   🚫 AVATAR REMOVIDO
========================= */

.home-grid .avatar,
.home-grid .author-avatar,
.home-grid .byline img {
    display: none !important;
}


/* =========================
   📦 ESTRUTURA DOS CARDS
========================= */

.home-grid article {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    transition: transform 0.2s ease;
}


/* =========================
   📱 RESPONSIVO
========================= */

@media (max-width: 900px) {

    /* =========================
       🟣 HOME DESTAQUE (MOBILE)
    ========================= */
.home-grid .author,
.home-grid .byline,
.home-grid .coauthors {
    font-size: 2rem !important;
}
	.home-destaque .author,
.home-destaque .byline,
.home-destaque .coauthors,
.home-grid .author,
.home-grid .byline,
.home-grid .coauthors {
    font-family: 'Fjalla One', sans-serif !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em;
}
	.home-grid .wp-block-post-template h2,
.home-grid .wp-block-post-template h3,
.home-grid article h2,
.home-grid article h3,
.home-grid .entry-title {
    font-size: 1.9rem !important;
    line-height: 1.15 !important;
}
.home-destaque .post-thumbnail img,
.home-destaque figure img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    transform: scale(2);
}
    .home-destaque h2,
    .home-destaque h3 {
        font-size: 1rem !important;
        line-height: 1.15 !important;
    }

    .home-destaque p {
        font-size: 1rem !important;
        line-height: 1.4 !important;
        max-width: 100% !important;
    }

    .home-destaque .author,
    .home-destaque .byline,
    .home-destaque .coauthors {
        font-size: 0.85rem !important;
        color: #ff0000 !important;
    }

    .home-destaque img {
        width: 100% !important;
        height: auto !important;
        transform: scale(1.05);
    }

    .home-destaque article {
        gap: 12px;
    }


    /* =========================
       🟠 HOME GRID (MOBILE)
    ========================= */

    .home-grid .wp-block-post-template {
        grid-template-columns: 1fr !important;
    }

    .home-grid img {
        width: 100% !important;
        height: auto !important;
        transform: scale(1.08);
    }

    .home-grid .post-thumbnail {
        margin-bottom: 14px !important;
    }

    .home-grid article {
        gap: 12px;
    }
}
.sharedaddy,
.sharedaddy.sd-sharing-enabled,
.sd-sharing,
.wp-block-jetpack-sharing-buttons {
    display: none !important;
}
/* 🏷 CATEGORIAS — HOME GRID + DESTAQUE */

.home-grid .wp-block-post-terms,
.home-grid .post-categories,
.home-grid .cat-links,

.home-destaque .wp-block-post-terms,
.home-destaque .post-categories,
.home-destaque .cat-links {

    font-size: 1.0rem !important;
    font-family: 'Fjalla One', sans-serif !important;
	font-weight: 400 !important;

    text-transform: lowercase !important;

    letter-spacing: 0.02em;

    color: black! important;
}
