﻿/* Geral */
body {
    font-family: 'Montserrat', sans-serif;
    background-color: black;
    color: #fff;
    line-height: 1.6;
    padding: 40px 20px;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 30px;
    color: #fff;
}

h3 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 20px;
    color: #fff;
}

h4 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 15px;
    color: #fff;
}

p, ul {
    font-size: 1rem;
    color: #fff;
}

ul {
    padding-left: 20px;
}

.container {
    max-width: 1200px;
    margin: auto;
    background: black;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 30px;
}

.lead {
    font-size: 1.1rem;
    color: #fff;
}

a {
    color: #007bff;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.section {
    margin-bottom: 30px;
}

.section-title {
    color: #343a40;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}
