.parte-3{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt3-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #8C7916;
    text-align: center;
}
.pt3-subtitle{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    color: #8C7916;
}
.pt3-card-area{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    text-align: center;
}
.pt3-card-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.pt3-card-area ul{
    list-style: none;
    padding: 0;
}
.pt3-card-area ul li a{
    text-decoration: none;
    color: #8C7916;
    font-style: italic;
    font-weight: 400;
}
.pt3-card-area ul li a:hover{
    color: #0d0d0d;
    transition: all 400ms;
}

.pt3-card{
    border: 1px solid #8C7916;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pt3-card a{
    text-decoration: none;
    color: #8C7916;
}

.pt3-card a:hover{
    color: #0d0d0d;
    transition: all 400ms;
}

.desliga-manifestacao{
    display: none;
}

/*Desligando o download da imagem*/
div#envirabox-content {
    pointer-events: none !important;
}

/*Desligando a descrição das imagens*/
#envirabox-title-float-wrap tbody, #envirabox-title-float-wrap td {
    border: none;
    white-space: nowrap;
    display: none;
}

@media (max-width:500px) {
    .pt3-subtitle {
        max-width: 500px;
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
        color: #8C7916;
    }
}