/* Evitar esticamento de imagens no index */
.hero-img {
    display: block;
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center center;
}

.news-thumb {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center center;
}

.boletim-thumb {
    display: block;
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center center;
}

.projeto-thumb {
    display: block;
    width: 100%;
    height: 177px;
    object-fit: cover;
    object-position: center center;
}

.publicacao-banner {
    display: block;
    width: 100%;
    height: 157px;
    object-fit: cover;
    object-position: center center;
}

.partner-logo {
    display: block;
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center center;
}

/* Integração com estrutura existente */
.main-slider .slider-wrapper .image .hero-img {
    height: 550px;
    object-fit: cover;
    object-position: center center;
}

.news-section .single-item-overlay .img-box {
    overflow: hidden;
}

.news-section .single-item-overlay .img-box img.news-thumb {
    height: 270px;
    object-fit: cover;
    object-position: center center;
}

/* Uniformizar altura dos cards de notícias no index */
.news-section .news-column .single-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-section .news-column .single-item .lower-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-section .news-column .single-item h5 {
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.3em * 2);
}

.news-section .news-column .single-item .text p {
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.4em * 3);
}

.welcome-section .tema-carousel .single-item .img-box {
    overflow: hidden;
}

.welcome-section .tema-carousel .single-item .img-box img.boletim-thumb {
    height: 225px;
    object-fit: cover;
    object-position: center center;
}

.gallery-section .single-item .img-box {
    overflow: hidden;
}

.gallery-section .single-item .img-box img.projeto-thumb {
    height: 177px;
    object-fit: cover;
    object-position: center center;
}

.gallery-section .single-item .img-box img.projeto-thumb-medium {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.publicacoes-section .single-item .img-box.publication {
    overflow: hidden;
}

.publicacoes-section .single-item .img-box.publication img.publicacao-banner {
    height: 157px;
    object-fit: cover;
    object-position: center center;
}

.brand-area .brand-slider figure {
    overflow: hidden;
}

.brand-area .brand-slider figure img.partner-logo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center center;
}

/* Chamadas page */
.blog-classic.news-section.blog-page .single-item .img-box {
    overflow: hidden;
}

.blog-classic.news-section.blog-page .single-item .img-box img.chamada-thumb {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
}

.sidebar .editais-recentes .img-box {
    overflow: hidden;
}

.sidebar .editais-recentes .img-box img.chamada-small {
    width: 100%;
    height: 70px;
    object-fit: cover;
    object-position: center;
}

/* Notícias page */
.blog-classic.news-section.blog-page .blog-classic-content .single-item .img-box {
    overflow: hidden;
}

.blog-classic.news-section.blog-page .blog-classic-content .single-item .img-box img.news-list-thumb {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

/* Centralização dentro dos figures/boxes quando a imagem não ocupa 100% */
.team-section .single-item .img-box figure,
.brand-area .brand-slider figure {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Projeto page */
.projeto-section figure {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projeto-section figure img.projeto-hero-img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center;
}

/* Publicações page grid cards */
.publicacoes-page .content-side .img-box {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.publicacoes-page .content-side .img-box img.publicacao-card {
    width: 100%;
    height: 438px;
    object-fit: cover;
    object-position: center;
}

/* Single Notices */
.blog-details.news-section.blog-page .content-style-one .single-item .img-box {
    overflow: hidden;
}

.blog-details.news-section.blog-page .content-style-one .single-item .img-box img.notice-hero {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}