/* Modificar cores no Título do Site */
.site-title a,
.site-title a:visited,
.site-title a:hover {
    color: #4070ae !important;
}
/* Site Description */
.site-description {
    color: #034F3B !important;
}
/* Trocar cor da barra vertical esquerda do widget */
blockquote {
    border-left: 6px solid #034F3B !important;
}

/* QR code no cabeçalho*/
#quantica-header-search {
  display: block;
  width: 100%;
  text-align: center;
  margin: 12px 0 0 0;
  clear: both;
}

#quantica-header-search .asl_w_container {
  display: inline-block;
  max-width: 280px;
  width: 100%;
  transition: max-width 0.3s ease;
}

#quantica-header-search .prosgs-search-button svg,
#quantica-header-search .probox {
  color: #2040AE;
}

@media (max-width: 782px) {
  #quantica-header-search .asl_w_container {
    max-width: 220px;
  }
}

@media (max-width: 480px) {
  #quantica-header-search .asl_w_container {
    max-width: 180px;
  }
}



/* Retirar o X do AJAX */
 .asl_w .asl_in .proclose {
    display: none !important;
}

.search-form .search-submit, .search-form .close-icon {
    display: none !important;
}
/* Nova página de posts*/
.quantica-cat-bloco {
    margin-bottom: 2rem;
}

.quantica-cat-titulo {
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
}

.quantica-cat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
}

@media (max-width: 900px) {
    .quantica-cat-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .quantica-cat-grid {
        grid-template-columns: 1fr;
    }
}

.quantica-cat-card {
    display: block;
    text-decoration: none;
    background: #FAFAFA;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.quantica-cat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

.quantica-cat-thumb {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-position: center;
    background-color: #E0E5E5;
}

.quantica-cat-thumb-vazio {
    background: linear-gradient(135deg, #E8EDF4, #C6C9D8);
}

.quantica-cat-card-body {
    padding: 0.9rem 1.1rem;
}

.quantica-cat-card-titulo {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.35;
    margin-bottom: 0.4rem;
}
#primary {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
}
.site-header {
    padding-top: 5px;
    padding-bottom: 5px;
}
.site-header .site-branding.clearfix,
.site-header .site-branding {
    margin: 0.3em 0 !important;
}

.site-header .site-branding img {
    max-height: 90px !important;
    width: auto !important;
}
/* Rodapé - fundo escuro */
#colophon,
.site-footer,
.site-info {
    background-color: #073763 !important;
}

/* Texto do rodapé */
#colophon,
#colophon p,
.site-info,
.site-info p {
    color: #E8EDF4 !important;
}

/* Links do rodapé */
/* Área de widgets do rodapé (cinza/lilás com Copyright, Translate, ícones, contador) */
#tertiary,
.footer-widgets,
.widget-area.footer-widgets {
    background-color: #073763 !important;
}

#tertiary p,
#tertiary h2,
#tertiary h3,
.footer-widgets p,
.footer-widgets h2,
.footer-widgets h3 {
    color: #E8EDF4 !important;
}

#tertiary a,
.footer-widgets a {
    color: #DEF5FF !important;
}

#tertiary a:hover,
.footer-widgets a:hover {
    color: #FFFFFF !important;
}

/* Rodapé final (já parcialmente azul) — reforço de cor e texto */
#colophon,
.site-footer,
.site-info {
    background-color: #073763 !important;
    color: #E8EDF4 !important;
}

#colophon a,
.site-info a {
    color: #DEF5FF !important;
}