/* Estilo automático para a página: prospec */
.swiper {
    padding: 10px !important;
    user-select: none;
}

section.sobre {

    .card-atividade {
        width: 100%;
        display: inline-flex;
        align-items: center;
        padding: 20px;
        gap: 10px;
        border: 1px solid #E3E3E3;
        border-radius: 10px;
        box-shadow: 5px 5px 8px 0px #2C2C2C26;

        p {
            margin: 0;
        }
    }
}

section.atividades {
    background-color: #F5F5F5;
    padding: 65px 0;

    .section-title {
        margin-bottom: 40px;
    }

    h2.title {
        border: none;
    }

    .card-atividade {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 20px;
        gap: 10px;
        background-color: #FFFFFF;
        border: 1px solid #E3E3E3;
        border-radius: 10px;
        box-shadow: 5px 5px 8px 0px #2C2C2C26;

        h3 {
            color: #5a5a5a;
            font-weight: 500;
            font-size: 18px;
            line-height: 100%;
        }

        p {
            color: #5a5a5a;
            font-size: 16px;
        }
    }
}

section.programas {
    .section-title {
        margin-bottom: 40px;
    }

    h2.title {
        border: none;
    }

    .destaque-wrapper {
        display: flex;
        gap: 32px;
    }

    .destaque {
        img {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .body {
            display: inline-flex;
            justify-content: space-between;
            width: 100%;
            margin-top: 20px;

            p {
                font-size: 18px;
                color: #62737B;
            }

            a {
                color: #E54344;
                font-weight: 500;
                line-height: 160%;
                font-size: 18px;
            }
        }
    }
}