.sobre {
    margin: 60px 0;

    img {
        max-height: 290px;
        border-radius: 10px;
    }

    p {
        color: #4B4B4B;
        text-align: justify;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 175% */
    }
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram #sbi_load .sbi_load_btn *,
#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a * {
    color: #fff !important;
}

.mvv {
    .card-mvv {
        border-radius: 15px;
        background: #F7FDFF;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);

        padding: 0 25px 25px 25px;

        .box-icon {
            width: 100%;
            border-radius: 0px 0px 15px 15px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 15px 0;
            margin-bottom: 30px;

            &.card-m {
                background: var(--azul-claro);
            }

            &.card-vi {
                background: var(--azul-medio);
            }

            &.card-va {
                background: #005475;
            }
        }

        h3 {
            color: #FFF;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 22px;
            /* 110% */
            margin-bottom: 0;
        }

        p {
            color: #4B4B4B;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 25px;
            /* 156.25% */
        }
    }
}

.selos {
    margin: 60px 0;

    img {
        max-width: 200px;
        width: 100%;
        max-height: 200px;
        height: 100%;
        margin: 10px 20px;
    }
}

.numeros {
    background-color: #F7FDFF;
    padding: 60px 0;

    h3 {
        color: var(--azul-medio);
        text-align: center;
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        /* 57.6px */
    }

    h2 {
        color: #4B4B4B;
        text-align: center;
        font-size: 26px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        /* 38.4px */
    }
}

.diferenciais {
    position: relative;
    z-index: 5;

    .diferencial {
        border-radius: 15px;
        border: 2px solid var(--azul-claro);
        background: #F7FDFF;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.10);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 24px 10px;
        height: 100%;

        .box-icon {
            display: flex;
            width: 155px;
            height: 60px;
            border-radius: 20px;
            background-color: var(--azul-medio);
            align-items: center;
            justify-content: center;
            margin-bottom: 15px;

            img {
                max-width: 38px;
                max-height: 38px;
            }
        }

        h3 {
            color: var(--azul-titulos);
            text-align: center;
            font-size: 20px;
            font-style: normal;
            font-weight: 600;
            line-height: 22px;
            /* 110% */
        }

        p {
            color: #4B4B4B;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 25px;
            /* 156.25% */
        }
    }
}

@media (max-width: 992px) {
    .topo-emp {
        height: 450px;

        .box-img {
            img {
                height: 450px;
            }
        }

        .box-info {
            h1 {
                font-size: 24px;
                font-weight: 800;
                letter-spacing: 2.64px;
                margin-bottom: 20px;
                text-transform: uppercase;
            }

            p {
                display: none;
            }
        }

        .destaques {
            margin-bottom: 0px;
            flex-wrap: wrap;

            .destaque {
                margin: 0 10px;
                margin-bottom: 15px;

                .box-icon img {
                    max-width: 25px;
                    max-height: 25px;
                }

                p {
                    font-size: 13px;
                    display: inline-block;
                    font-weight: 500;
                }
            }
        }

        .box-cta {
            margin-bottom: 40px;
        }
    }

    .diferenciais {
        padding-bottom: 20px;

        .diferencial {
            margin-top: 20px;
            margin-bottom: 0;
            padding: 12px 5px;

            .box-icon {
                width: 85px;
                height: 30px;
                border-radius: 20px;
                margin-bottom: 10px;

                img {
                    max-width: 20px;
                    max-height: 20px;
                }
            }

            p {
                font-size: 16px;
                line-height: 20px;
            }
        }
    }
}