/**
Theme Name: Astra Child - Viver Sem Juros
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-viver-sem-juros
Template: astra
*/
/* ===================================================================
   Viver Sem Juros — CSS de marca para o child theme Astra
   Cole este bloco no final de style.css (depois do cabeçalho /* Theme Name... *\/)
   =================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
  --vsj-navy: #12314c;
  --vsj-navy-dark: #0e2740;
  --vsj-green: #1f9d5a;
  --vsj-gold: #f2a71e;
  --vsj-bg: #fbf9f4;
  --vsj-text: #3d4c58;
  --vsj-border: #e9e4d8;
}

body {
  background: var(--vsj-bg);
  color: var(--vsj-text);
  font-family: 'Source Sans 3', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.entry-title, .site-title, .page-title,
.ast-woocommerce-container h1 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  color: var(--vsj-navy);
  letter-spacing: -0.01em;
}

a { color: var(--vsj-navy); }
a:hover { color: var(--vsj-green); }

/* ---------- Cabeçalho ---------- */
.main-header-bar {
  background: #ffffff;
  border-bottom: 1px solid var(--vsj-border);
  box-shadow: none;
}
.main-header-bar .main-navigation ul li a,
#ast-hf-menu-1 .menu-item a {
  font-weight: 600;
  color: #3d4c58;
  font-size: 14.5px;
}
.main-header-bar .main-navigation ul li a:hover {
  color: var(--vsj-green);
}
.site-title a { color: var(--vsj-navy); }

/* ---------- Botões ---------- */
.ast-button, button, .wp-block-button__link,
input[type="submit"], .elementor-button {
  background: var(--vsj-navy) !important;
  color: #fff !important;
  font-weight: 700;
  border-radius: 2px !important;
  border: none;
  letter-spacing: 0.01em;
  transition: background 0.15s ease;
}
.ast-button:hover, button:hover, .wp-block-button__link:hover,
input[type="submit"]:hover, .elementor-button:hover {
  background: var(--vsj-green) !important;
}

/* ---------- Cards de artigo (arquivo/categoria) ---------- */
.ast-article-post {
  background: #fff;
  border: 1px solid var(--vsj-border);
  border-top: 3px solid var(--vsj-navy);
  padding: 26px !important;
  box-shadow: none !important;
}
.ast-article-post:nth-child(2n) { border-top-color: var(--vsj-green); }
.ast-article-post:nth-child(3n) { border-top-color: var(--vsj-gold); }

/* Tag de categoria acima do título */
.ast-terms-link-wrap, .cat-links, .ast-taxonomy-container {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--vsj-green);
}
.ast-terms-link-wrap a, .cat-links a { color: var(--vsj-green); }

/* Link "leia mais" */
.ast-button.ast-read-more-button, .more-link {
  background: transparent !important;
  color: var(--vsj-navy) !important;
  padding-left: 0 !important;
  font-weight: 700;
}
.ast-button.ast-read-more-button:hover, .more-link:hover {
  color: var(--vsj-green) !important;
}

/* ---------- Paginação ---------- */
.page-numbers {
  border-radius: 2px !important;
  font-weight: 600;
}
.page-numbers.current {
  background: var(--vsj-navy) !important;
  color: #fff !important;
}

/* ---------- Rodapé ---------- */
#colophon, .ast-builder-footer-row {
  background: var(--vsj-navy-dark) !important;
  border-top: 3px solid var(--vsj-gold);
}
#colophon a, .ast-builder-footer-row a,
.ast-builder-footer-row p { color: #c3d0dc !important; }
#colophon a:hover, .ast-builder-footer-row a:hover { color: var(--vsj-gold) !important; }

/* ---------- Widgets / sidebar ---------- */
.widget-title { font-family: 'Sora', sans-serif; color: var(--vsj-navy); }
