/*
Theme Name: JQ Theme
Theme URI: https://www.jaqueasesores.com
Author: Álvaro Parra Caro
Author URI: https://www.jaqueasesores.com
Description: Basic theme for JQ Asesores
Version: 1.0
Text Domain: jq-theme
*/

 body {
      margin: 0;
      font-family: system-ui, sans-serif;
      line-height: 1.5;
      color: #222;
    }
section {
    padding: 24px 8px;
    max-width: 800px;
    margin: 0 auto;
}
h1, h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}
p {
    margin-bottom: 1rem;
}
.cta {
    background: #0073aa;
    color: white;
    text-align: center;
    padding: 3rem 2rem;
}
.cta h2 {
    color: #fff;
}
.cta a {
    display: inline-block;
    margin-top: 1rem;
    background: #00d084;
    color: #000;
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: bold;
}