.card-custom {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    /* height: 17.5rem; */
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.card-equal-row > [class*="col-"] {
    display: flex;
}

.card-equal-row > [class*="col-"] > .card-custom {
    width: 100%;
    height: 100%;
}
.card-custom-header {
    background-color: #345486;
    color: #fff;
    padding: 10px 15px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px 4px 0 0;
}
.card-custom-body {
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 4px 4px;
    /* height: calc(100% - 44px); */
    background-color: #fff;
    flex-grow: 1;
    overflow-y: auto;
}

.card-scroll-body {
    max-height: 32rem;
}
.links-uteis {
    height: 2.5rem !important;
}
.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.info-list li {
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.4;
}
.info-list li a {
    text-decoration: none;
    color: #555;
    display: flex;
    align-items: flex-start;
}
.info-list-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.info-list-title {
    font-weight: 600;
}
.info-list-meta {
    color: #7a8696;
    font-size: 0.78rem;
    margin-top: 2px;
}
.info-list li i {
    color: #345486;
    margin-right: 8px;
    font-weight: bold;
    flex-shrink: 0;
}
.info-list-important-home li {
    margin-bottom: 12px;
}
.info-list-important-home li a {
    color: #2f3e52;
    gap: 10px;
}
.info-list-bullet {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #345486;
    box-shadow: 0 0 0 4px rgba(52, 84, 134, 0.14);
    margin-top: 5px;
    flex-shrink: 0;
}
.welcome-title {
    color: #4b0082;
    font-weight: 700;
    margin-bottom: 20px;
}
.section-header {
    color: #345486;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btn-area-aluno {
    background-color: #345486;
    color: #fff;
    padding: 10px 40px;
    font-size: 1.1rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-area-aluno:hover {
    background-color: #2a436b;
    color: #fff;
}
.calendario-box {
    border: 1px solid #dee2e6;
    padding: 0;
}
.calendario-header {
    font-weight: bold;
    color: #345486;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
    display: inline-block;
    background: #fff;
    margin-bottom: 10px;
    border-right: 1px solid #dee2e6;
}
.calendario-content {
    padding: 0 10px 10px 10px;
}
.calendario-content p {
    color: #4a90e2;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.noticias-home-body {
    overflow: visible;
}

.noticia-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(26, 43, 67, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.noticia-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(26, 43, 67, 0.14);
}

.noticia-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.noticia-card-image {
    display: block;
    width: 100%;
    min-width: 100%;
    aspect-ratio: 16 / 9;
    height: 220px;
    min-height: 220px;
    object-fit: contain;
    object-position: center top;
    background: #e9eef5;
}

.noticia-card-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8eef8 0%, #cfdcf0 100%);
    color: #345486;
    font-size: 3rem;
}

.noticia-card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 1.15rem 1.15rem 1.25rem;
    min-width: 0;
}

.noticia-card-title {
    color: #1f2f4a;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.75rem;
}

.noticia-card-text {
    color: #5f6b7a;
    font-size: 0.95rem;
    line-height: 1.55;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.noticia-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
    color: #345486;
    font-weight: 700;
    font-size: 0.95rem;
}

.noticia-card:hover .noticia-card-cta,
.noticia-card-link:focus-visible .noticia-card-cta {
    color: #2a436b;
}

.noticia-card-link:focus-visible {
    outline: 3px solid rgba(52, 84, 134, 0.28);
    outline-offset: -3px;
}

@media (max-width: 767.98px) {
    .noticia-card-image {
        height: 180px;
        min-height: 180px;
    }
}

main {
    background-color: #f8f9fa;
    padding-bottom: 40px;
}
