.headingAcervo {
    background-image: linear-gradient(to right, #eeeeee, #fbfbfb);
}

.border {
    border        : 2px solid #dee2e6 !important;
    border-radius : 15px; /* definimos o quão arredondado irá ficar nosso box */
}

.centralizado {
    display    : table;
    margin     : 0 auto 20px;
    text-align : center;
}

.quadro_exposicoes_banners_grandes {
    margin: 0;
    padding:0;
}


.quadro_exposicoes_banners_grandes img {
    margin-bottom: 2rem;
}

.card_exposicao {
    max-width: 22%;
    margin: 1rem;
}

.card_exposicao p {
    text-align: left;
    font-weight: bold;
}

/* pgwSlideshow */
.pgwSlideshow {
    background: transparent;
}

.pgwSlideshow .ps-list {
    background: transparent;
    border: none;
    box-shadow: none;
    max-height: 110px;
}

.pgwSlideshow.narrow .ps-caption {
    font-size: 1em;
}

.pgwSlideshow .ps-caption {
    font-size: 1.2em;
}

/* pgwslideshow - Remove espaco de 40px à esquerda da foto exibida */
.pgwSlideshow .ps-current ul{
    padding-left: 0;
}

/* pgwslideshow - Insere espaço abaixo da galeria, para não sobrepor rodapé */
.pgwSlideshow_container {
    margin-top: 2em;
    margin-bottom: 2em;
}

@media (max-width: 575px) {

}

@media (max-width: 767px) {
    #banner_int_fundo {
        background-image  : url('../imgs/banner_exposicoes_783x74.jpg');
        height            : 100px;
    }
}

@media (min-width: 768px) {
    #banner_int_fundo {
        background-image : url('../imgs/banner_exposicoes_2400x230.jpg');
        min-height       : 120px;
    }
}

@media (min-width: 992px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {

}

@media (min-width: 576px) and (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 1200px) {

}