#sectionPDF {
    margin: 60px 0;
    padding: 28px;
    text-align: justify;
    background-color: white;
    color: #444444;
    box-shadow: 0 2px 6px #00000026;
}

#v-pills-tab {
    display: block;
    width: 300px;
    height: 700px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

#v-pills-tab .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

#v-pills-tab::-webkit-scrollbar {
    height: 13px;
}

#v-pills-tab::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #CFD8DC;
}

#v-pills-tab::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #CFD8DC;
    background-color: #90A4AE;
}


#contentPDF {
    margin: 20px 0;
    padding: 10px;
    display: flex;
    text-align: justify;
}

#sectionPDF .nav-link {
    min-width: 200px;
    color: #991547;
}

#sectionPDF .nav-link.active {
    background-color: #991547;
    color: white;
}

.information__title {
    margin-bottom: 30px;
    font-size: 2.3rem;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1366px) {
    #v-pills-tab {
        display: block;
        width: 300px;
        height: 700px;
        overflow-y: scroll;
        scroll-behavior: smooth;
    }

    .view__PDF {
        max-width: 700px !important;
        max-height: 700px !important;
    }

}

@media (max-width: 767px) {
    #sectionPDF {
        flex-wrap: wrap;
    }

    #contentPDF {
        flex-wrap: wrap;
    }

    #sectionPDF #v-pills-tab {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 20px !important;
    }

    #sectionPDF .fw-bold {
        text-align: center;

    }
}

@media (min-width: 1024px) and (max-width: 1365px) {
    #contentPDF {
        margin: 20px 30px 20px 100px;
        padding: 10px;
        display: flex;
        text-align: justify;
    }
    
    .view__PDF {
        width: 1300px !important;
        height: 2200px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .view__PDF {
        width: 100%;
        max-width: 350px !important;
        max-height: 700px !important;
    }

}

@media (min-width: 390px) and (max-width: 896px) {
    .view__PDF {
        width: 100%;
        max-width: 500px;
        max-height: 750px;
        margin-left: 1rem;
        align-items: center;

    }

}

@media (min-width: 320px) and (max-width: 657px) {
    .view__PDF {
        width: 100%;
        max-width: 100px;
        max-height: 750px;
    }

}

@media (max-width: 480px) {
    .view__PDF {
        width: 100%;
        max-width: 270px;
        max-height: 700px;
    }

}