div#fx2-area-de-pesquisa {
    background-image: url("images/15_08_PESC_Detalhes em linhas+Fundo2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.area-de-pesquisa-home-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 2%;
    row-gap: 0%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* padding: 20px 5%; */
    padding-bottom: 200px;
}

.area-de-pesquisa-home-con.container::before,
.area-de-pesquisa-home-con.container::after {
    display: none;
}


.area-home-card {
    width: 22%;
    background: #f6f6f8;
    padding: 9px;
    margin-bottom: 2%;
    border: 2px solid #2b285633;
}

.img-area-con img {
    width: 100%;
}

.area-home-card a {
    position: relative;
}

.text-area-home-con {

    z-index: 1;
    bottom: 5px;
    margin: auto 4%;
    background: #f6f6f8;
    width: 92%;
    text-align: center;
    padding: 8px;
}

.text-area-home-con h2 {
    color:#2b2856;
    font-size: 16px;
    margin: 0px;
    min-height: 90px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

div#fx2-area-de-pesquisa h3 {
    text-align: center;

    background-size: 30%;
    background-repeat: no-repeat;
    min-height: 90px;
    padding: 30px;
    margin: 0px;
    font-size: 7rem;
    color: white;
    background-position-x: -2%;
    background-position-y: center;
}


.area-home-card {
    transition: all 0.5s ease;
    /* aqui está a suavidade */
}

.area-home-card img {
    transition: opacity 0.5s ease;
}

.text-area-home-con {
    transition: opacity 0.5s ease;
}


.area-home-card:hover {
    scale: 1.2;
    /* background: white; */
}

.area-home-card:hover img {
    /* opacity: 0.5; */
}

.area-home-card:hover .text-area-home-con {
    /* opacity: 0; */
    /* esconde suavemente */
}

img.positionabsolutes {
    display: none;
    position: absolute;
    width: 20%;
    top: 35%;
    left: 40%;
}

.area-home-card:hover img.positionabsolutes {
    /* display: block; */
}

div#fx2-area-de-pesquisa .moduletable {
    position: relative;
}

div#fx2-area-de-pesquisa .col-md-12 {
    position: absolute;
    bottom: 15%;
    display: flex;
    justify-content: center;
}

a#tanoarticlenewsareashome {
    color: white;
    padding: 10px 10px;
    background: #ff8f4d;
    text-decoration: none;
    border-radius: 10px;
    transition: scale 0.5s;
    scale: 1;
}

a#tanoarticlenewsareashome:hover {
    scale: 1.1;
    transition: scale 0.5s;
}