header nav .content-tree::before {
    content: "\f0e8";
}

.cards {
    display: flex;
    flex-wrap: wrap;
    /*  justify-content: center; */
}

.card {
    flex-shrink: 0;
    width: 15%;
    margin-bottom: 2%;
    /* (100-32*3)/2 */
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    min-width: 170px;
    border-radius: 5px 5px 10px 10px;
    cursor: pointer;
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 -6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 2.5px 10px rgba(0, 0, 0, 0.06),
        0 2.3px 17.9px rgba(0, 0, 0, 0.072),
        0 4.8px 8.4px rgba(0, 0, 0, 0.086),
        0 10px 10px rgba(0, 0, 0, 0.12);
    background: #f8f8f8;
}

.card:hover {
    box-shadow: 0 0 0px 0px;
    border: 1px solid #fff;
}

.card:hover img {
    animation: scaleRotate 1s ease forwards;
    z-index: 10000;
}

@keyframes scaleRotate {
    0% {
        transform: scale(1);
    }

    /*50% {transform:  scale(1.25) ;}*/
    100% {
        transform: scale(1.5);
        /*border: 2px solid #827f7f;*/
    }
}




.card .img-t {
    max-height: 98%;
    height: 220px !important;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    padding: 10px;
    margin: auto;
    border-radius: 5px 5px 0 0;


}

.card img {
    max-height: 210px !important;
    margin: 0 auto;
    display: table;
    margin: 0 auto;
    position: relative;
    box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 -6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072),
        0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    background: white;
    vertical-align: middle;
    display: inline-block;
    border-radius: 5px;
}


.img-t a {
    vertical-align: middle;
    border-bottom: none !important;
    line-height: 220px;
}

.card h5 {
    padding: 0 10px 0 10px;
}

.card h5 a {
    color: rgba(166, 49, 30, 1) !important;
    font-weight: 700 !important;
    border-bottom: none !important;
    vertical-align: middle;
}


.card h5 p {
    margin: 0;
}

.card .text>button {
    background: gray;
    border: 0;
    color: white;
    padding: 10px;
    width: 100%;
}


.item-t {
    /*background-color: #888282 !important;*/
    /*background-color: #f8f8f8 !important;*/
}

#cth2 {
    margin-top: -30px;
    margin-left: 50px;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0.2;
}




/* Corrige a posição da legenda nos "block item-showcase" de modo a que apaceça sempre sob a miniatura */
.block.item-showcase .item.resource a:nth-child(2) {
    display: flow-root !important;
}


#uv-1 > div > div > div.headerPanel > div.options > div.centerOptions > div.search > input.autocompleteText{
    color:black;
}