#hero-aside-interno {
    padding-top: 0;
}

.menu-2 {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 99999 !important;
    padding: 20px 0;
    background: #FFFFFF !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: var(--shadow-suave);
    margin: 0 !important;
    transition: box-shadow var(--transition-padrao);
}

.admin-bar .menu-2 {
    top: 32px !important;
}

@media (max-width: 782px) {
    .admin-bar .menu-2 {
        top: 46px !important;
    }
}

.page-banner {
    position: relative;
    width: 100%;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3a5a3a;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 61px;
}

.page-banner.sem-imagem,
.page-banner.no-thumbnail {
    min-height: 180px;
    background-color: var(--color-verde);
}

.page-banner.sem-imagem .banner-overlay,
.page-banner.no-thumbnail .banner-overlay {
    background: rgba(0, 0, 0, 0.2);
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: var(--color-overlay);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 20px;
    max-width: 900px;
}

.banner-title {
    color: #FFFFFF;
    font-size: 2.3rem;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-content-section {
    width: 100%;
}

.content-card-simple {
    max-width: 1200px;
    margin: -80px auto 0;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 50px 60px;
    position: relative;
    z-index: 10;
    height: auto;
    display: block;
}

.content-card-simple h1,
.content-card-simple h2,
.content-card-simple h3,
.content-card-simple h4,
.content-card-simple h5,
.content-card-simple h6 {
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.content-card-simple h1:first-child,
.content-card-simple h2:first-child,
.content-card-simple h3:first-child {
    margin-top: 0;
}

.content-card-simple h1 {
    font-size: 2.2rem;
}

.content-card-simple h2 {
    font-size: 1.8rem;
}

.content-card-simple h3 {
    font-size: 1.4rem;
}

.content-card-simple h4 {
    font-size: 1.2rem;
}

.content-card-simple h5 {
    font-size: 1.1rem;
}

.content-card-simple h6 {
    font-size: 1rem;
}

.content-card-simple p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
    margin-top: 0;
}

.content-card-simple p:last-child {
    margin-bottom: 0;
}

.content-card-simple a {
    color: var(--color-verde);
    text-decoration: none;
    transition: color 0.2s ease;
}

.content-card-simple a:hover {
    color: var(--color-verde-dark);
    text-decoration: underline;
}

.content-card-simple ul,
.content-card-simple ol {
    margin: 15px 0;
    padding-left: 25px;
}

.content-card-simple li {
    margin-bottom: 8px;
    line-height: 1.6;
}

.content-card-simple strong,
.content-card-simple b {
    font-weight: 700;
    color: #1a1a1a;
}

.content-card-simple em,
.content-card-simple i {
    font-style: italic;
}

.content-card-simple img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 20px 0;
    display: block;
}

.content-card-simple blockquote {
    border-left: 4px solid var(--color-verde);
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #666;
}

.content-card-simple table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.content-card-simple table th,
.content-card-simple table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
}

.content-card-simple table th {
    background: #f5f5f5;
    font-weight: 700;
}

.page-banner.tem-imagem {
    background-size: cover;
    background-position: center;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

.page-banner.tem-imagem .banner-overlay {
    background: var(--color-overlay);
}