.main-secretaria {
    margin-top: 8rem !important;
}

.scroll-section {
    max-height: 300px;
    overflow-y: auto;
    padding: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
}

.scroll-section::-webkit-scrollbar {
    width: 12px;
}

.scroll-section::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.scroll-section::-webkit-scrollbar-thumb {
    background-color: #355bfb;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

.foto-secretario{
    width: 9rem !important;
    border-radius: 9999px !important;
}