﻿.funcionalidades {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
}

.funcionalidades-linha div {
    column-count: 2;
    align-items: center;
}

.funcionalidades-card {
    border-left: 2px solid #1f3156;
    display: flex;
    gap: 0.625rem;
}

    .funcionalidades-card span {
        width: 20px;
        height: 2px;
        background-color: #1f3156;
    }

    .funcionalidades-card div {
        max-width: 35rem;
        width: 100%;
        height: 100%;
        padding: 0 1rem;
        background: #fff;
        border: 1px solid rgba(31,49,86,.1);
        border-radius: 0.5rem;
        display: flex;
        align-items: center;
        gap: 0.875rem;
        text-align: justify;
        margin: 1rem;
    }

        .funcionalidades-card div p {
            margin-bottom: 0;
            margin: 1rem;
        }

.mostrar-mais {
    border: 2px solid #db4e0f;
    height: 2.625rem;
    padding: 0.6rem 3.375rem;
    background-color: #fff;
    font-family: Maven Pro,sans-serif;
    color: #000;
    border-radius: 0.5rem;
    justify-self: center;
    transition: all .3s ease;
}

    .mostrar-mais:hover {
        background-color: #db4e0f;
        color: #fff;
        cursor: pointer;
        border-color: #db4e0f;
    }

.partial {
    height: 250px;
    overflow: hidden
}

.funcionalidades-linha > a.txt-more::before {
    content: "Ver Mais";
}

.funcionalidades-linha > a::before {
    content: "Ocultar";
}

.text-more {
    font-size: 22px;
}

.funcionalidades-linha > a.txt-more::before {
    content: "Ver Mais";
}

.funcionalidades-linha > a::before {
    content: "Ocultar";
}

@media(max-width: 1380px) {
    .funcionalidades{
        margin: 1rem;
    }
}

@media(max-width: 980px) {
    .funcionalidades-linha {
        padding: 1rem;
    }

    .funcionalidades-linha div {
        column-count: 1;
    }
}
