.acervo-titulo {
    font-family: CroissantOne-Regular;
    font-size: 3.8em;
    width: 100%;
    height: 2em;
    background-color: #fff;
    margin: 0;
    margin-top: .5em;
    text-align: center;

}

.acervo-container {
    width: 80%;
    margin: 1em auto;
    height: auto;
    grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
    justify-items: center;
    align-items: center;
    /* box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.8); */

}

.acervo-card {
    margin: 0 auto;
    width: 90%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
    grid-template-rows: auto;
    gap: 2em;
    justify-items: center;
    align-items: center;
    border-radius: 5px 0px 0 5px;
    padding: 1em;
    background-color: #f8f8f8;
    box-shadow: 0.5px 0.5px 5px rgba(0, 0, 0, 0.311);
    transition: .3s;

    margin-top: 2em;
    margin-bottom: 2em;
}

.acervo-card:hover {
    background-color: #eeeded;
}


.acervo-card-img {

    width: 50%;
    height: 18em;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-position: center;
    box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.8);
}

.cardUm {
    /* background-image: url(/Acervos/Card1/TenenteBarroso-img330.jpg); */
    background-image: url(https://live.staticflickr.com/65535/54124737229_20f01e7525.jpg);
    width: 42%;

}

.cardDois {
    background-image: url(https://live.staticflickr.com/65535/54136401732_ee6be9a716.jpg);
    /* width: 50%; */
}

.cardTres {
    background-image: url(https://live.staticflickr.com/65535/54521296149_efedfae3c6_k.jpg)
}

.cardQuatro {
    background-image: url(https://live.staticflickr.com/65535/54692090152_df6bddf264_b.jpg)
}



.acervo-card-txt {
    max-width: 100%;
    /* background-color: #7E5733; */
    /* background-color: #BDB28B; */
    /* background-color: #fff; */

    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 1em;
    border-radius: 15px 0 0 15px;
    /* box-shadow: 1px 1px 5px rgb(0, 0, 0, 0.8); */
}



.main-acervo {
    background-color: #fff;
}

.acervo-card p {
    font-family: poppins-medium;
    /* width: 180%; */
    line-height: 1.2;
    text-align: justify;
    font-size: .95em;
    transition: 2s;

}

.acervo-card-txt-titulos {
    font-size: 1em;
    font-family: poppins-semibold;
    text-align: left;
}

.acervo-card-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    list-style-type: none;
    line-height: 3;
    justify-content: left;
    margin: 0 auto;
    padding: 0;
    font-size: .9em;
    margin-top: .2em;

}

.acervo-card-links {
    width: 100%;
    /* gap: 1em; */
}


.acervo-card-links a {
    width: 10em;
    height: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-family: poppins-medium;
    padding: .5em;
    background-color: #BDB28B;
    border-radius: .5em;
    margin: .5em;
}

.acervo-card-links a:hover {
    box-shadow: 1px 1px 6px rgb(0, 0, 0, 0.5);

}

@media screen and (max-width: 650px) {

    .acervo-card-links {

        justify-content: center;

        li {
            margin-right: 3%;
        }


    }

    .acervo-card {
        width: 100%;
        margin-left: -1em;
    }

    .acervo-card-img {
        width: 70%;
        margin: 0 auto;
    }

    .acervo-card-txt p {
        width: 90%;
        text-align: center;
    }

}