/* Estilo automático para a página: acesso-do-prestador */

.qualidade h2 p {
    font-size: inherit !important;
}

section.prestador {
    hr {
        border: 1px solid #E3E3E3
    }

    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }

        p {
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            color: #5A5A5A;
        }

        .link-prestador {
            font-weight: 600;
            font-size: 20px;
            color: #E54344;
        }
    }

    .img-prestador {
        width: 100%;
        height: 520px;
        object-fit: cover;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .card-prestador {
        border: 1px solid #E3E3E3;
        box-shadow: 5px 5px 8px 0px #2C2C2C26;
        padding: 30px;
        border-radius: 10px;
        margin-bottom: 30px;

        .icon-card-prestador {
            width: 32px;
            height: 32px;
            object-fit: contain;
        }

        h3 {
            font-weight: 500;
            font-size: 24px;
            color: #5A5A5A;

        }

        p {
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            color: #5A5A5A;
        }

    }

}

section.documentos {
    hr {
        border: 1px solid #E3E3E3
    }

    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
    }

    .card-documento {
        border: 1px solid #E3E3E3;
        box-shadow: 5px 5px 8px 0px #2C2C2C26;
        padding: 24px 30px;
        border-radius: 10px;
        margin-bottom: 30px;

        p {
            font-weight: 500;
            font-size: 20px;
            color: #5A5A5A;
            margin: 0;
        }

        button {
            padding: 10px 50px;
        }
    }
}

section.tabela {
    hr {
        border: 1px solid #E3E3E3
    }

    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
    }

    h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 160%;
        color: #E54344;
        margin: 0;
    }

    .list-tabelas {
        display: flex;

        li {
            list-style-type: none;
            margin-left: 8px;
        }
    }

    h4 {
        font-weight: 600;
        font-size: 16px;
        line-height: 160%;
        color: #5A5A5A;
    }

    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #5A5A5A;
    }

}

section.guias {
    hr {
        border: 1px solid #E3E3E3
    }

    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            /* margin-bottom: 30px; */

            span {
                font-weight: 600;
            }
        }
    }

    .card-guias {
        margin-bottom: 24px;

        .nome-guia {
            font-weight: 400;
            font-size: 24px;
            line-height: 160%;
            color: #5A5A5A;
            margin-bottom: 8px;

        }

        .baixe-arq {
            font-weight: 600;
            margin: 0;
            font-size: 20px;
            line-height: 160%;
            color: #E54344;
        }

        button {
            padding: 10px 50px;
        }
    }
}

section.credenciamento {
    hr {
        border: 1px solid #E3E3E3
    }

    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
    }

    h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 160%;
        color: #E54344;
        margin: 0;
    }

    .list-tabelas {
        display: flex;

        li {
            list-style-type: none;
            margin-left: 8px;
        }
    }

    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #5A5A5A;
    }

}

section.qualidade {
    hr {
        border: 1px solid #E3E3E3
    }

    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
    }

    h3 {
        font-weight: 600;
        font-size: 20px;
        line-height: 160%;
        color: #E54344;
        margin: 0;
    }

    .list-tabelas {
        display: flex;

        li {
            list-style-type: none;
            margin-left: 8px;
        }
    }

    .link-qualidade p {
        font-weight: 600;
        font-size: 20px;
        line-height: 160%;
        color: #E54344;
    }

    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        color: #5A5A5A;
    }

}

section.manuais {
    hr {
        border: 1px solid #E3E3E3
    }

    .texto {

        h2 {
            margin: 0;
            padding-left: 15px;
            border-left: 5px solid #E54344;
            font-size: 32px;
            color: #5A5A5A;
            font-weight: 400;
            margin-bottom: 30px;

            span {
                font-weight: 600;
            }
        }
    }

    .card-guias {
        margin-bottom: 24px;

        .nome-guia {
            font-weight: 400;
            font-size: 24px;
            line-height: 160%;
            color: #5A5A5A;
            margin-bottom: 8px;

        }

        .baixe-arq {
            font-weight: 600;
            margin: 0;
            font-size: 20px;
            line-height: 160%;
            color: #E54344;
        }

        button {
            padding: 10px 50px;
        }
    }
}

.custom-pagination {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;

    @media (max-width: 576px) {
        justify-content: center;
    }

    button {
        padding: 8px 16px;
        border: 1px solid #E3E3E3;
        background-color: #fff;
        color: #5A5A5A;
        border-radius: 8px;
        font-weight: 500;
        transition: 300ms all ease;
        cursor: pointer;

        &:hover:not(.disabled) {
            background-color: #F8F8F8;
            border-color: #E54344;
            color: #E54344;
        }

        &.active {
            background-color: #E54344;
            color: #fff;
            border-color: #E54344;
        }

        &.disabled {
            opacity: 0.5;
            cursor: not-allowed;
            background-color: #F8F8F8;
        }
    }

    .page-link-btn {
        min-width: 40px;
    }

    @media (max-width: 576px) {
        .page-btn {
            display: none;
        }
    }
}