.section-banner {
    margin-top: 5rem;
    position: relative;
    background-image: linear-gradient(90deg, rgba(0, 29, 108, 0.8) 0%, rgba(0, 29, 108, 0) 100%), url('/img/solucoes-section-banner-cover.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}


.section-banner-content {
    gap: 3rem;
    margin: 3.5rem 0;
}

.container-fluid .section-capitulos {
    padding: 0;

    p {
        text-align: justify;
    }
}

.text-content {
    padding: 2rem;
    background-color: #fefefe;

    gap: 2rem;

    p {
        color: #21272A;
    }
}

.img-content {
    background-color: #265391;
    padding: 5rem;

    img {
        z-index: 2;
    }
}

.text-container {
    z-index: 2;
    background-color: #265391;
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
    padding: 2rem;
    gap: 2rem;
}


@media (max-width:1199px) {
    .container-fluid .section-capitulos {
        padding: 5rem;
        background-color: #265391;

        .row {
            justify-content: center;
        }

        .img-content {
            display: flex;
            align-items: center;
            justify-content: center;
            padding-bottom: 15rem;
        }

        .text-content {
            align-items: center;
            margin-top: -20rem;
            z-index: 2;

        }
    }


    .section-capitulos:nth-child(2n+1) {
        background-color: #ffffff;
        flex-direction: column-reverse;

        .row {
            justify-content: center;
        }

        .text-container {
            margin: 0;
            margin-top: -5rem;
            align-items: center;
        }

    }
}


@media (max-width: 992px) {
    h1 {
        font-size: 3rem;
    }


    .container-fluid .section-capitulos {
        padding: 1rem;

        h1 {
            font-size: 2rem;
        }

        p {
            font-size: 1rem;
        }

        .img-content {
            padding: 1rem;

        }

        .text-content {
            padding: 1rem;
            margin-top: -5rem;
        }
    }
}