.pg-beneficios-container {
    margin-top: 8rem !important;
    max-width: 1400px !important;
    width: 95% !important;
}
.pg-beneficios-container,
.pg-beneficios-container * {
    font-family: Montserrat, sans-serif;
}
.footer {
    background-image: linear-gradient(to right, #273582, #3d9e59);
}
.hero-beneficios-section {
    position: relative;
}
.hero-beneficios-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 75px;
    background: linear-gradient(to bottom, rgba(39, 53, 130, 0.55) 0%, transparent 100%);
    z-index: 2;
    pointer-events: none;
}
.hero-beneficios-img {
    background-size: cover;
    background-position: center;
    min-height: 520px;
    position: relative;
}
.hero-beneficios-text {
    background: linear-gradient(90deg, #273582 0%, #3d9e59 100%);
    padding: 0 50px 60px;
    min-height: 520px;
    position: relative;
    z-index: 3;
}
.hero-beneficios-img-title,
.hero-beneficios-title {
    background: rgba(39, 53, 130, 0.1);
    backdrop-filter: saturate(180%) brightness(0.5);
    -webkit-backdrop-filter: saturate(180%) brightness(0.7);
    height: 80px;
}
.hero-beneficios-img-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.hero-beneficios-title {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 10px 15px 15px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
}
.hero-beneficios-body {
    flex: 1;
    margin-top: 75px;
    padding: 1.5rem 10px 20px 15px;
    font-size: 0.9rem;
}
.hero-beneficios-text h5 {
    color: #fff;
    margin: 2rem 0;
}
.hero-beneficios-text h6 {
    color: #fff;
    letter-spacing: 0.05em;
    margin: 2rem 0 1rem;
}
.card-beneficios {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.card-beneficios .icon-beneficio img {
    height: 12rem;
    width: auto;
    margin: -40px -20px;
    display: block;
}
.card-beneficios h6 {
    color: #3d9e59;
    letter-spacing: 0.05em;
    margin: 1rem 0;
    border-top: 4px solid #273582;
    padding-top: 0.75rem;
}
.highlight-beneficio {
    background-color: rgba(61, 158, 89, 0.08);
    border-left: 4px solid var(--cor3);
    padding: 0.9rem 1rem;
    border-radius: 0 4px 4px 0;
    margin-top: 0.75rem;
}
.info-importante h6 {
    color: var(--amarelo1);
    letter-spacing: 0.06em;
}
.btn-cta-beneficio {
    border-radius: 50px;
    border: 2px solid var(--cor1);
    color: #3d9e59;
    padding: 0.5rem 1.8rem;
    font-weight: 700;
    transition: all 0.2s;
    display: inline-block;
}
.btn-cta-beneficio:hover {
    background-color: var(--cor1);
    color: #fff;
    text-decoration: none;
}
