
.bg-oportunidades .titulo-banner {
    padding: 9px 10px 12px;
    color: #181d2e;
    display: inline-block;
    /* margin-top: 60px; */
    font-size: 15px;
    font-weight: 600;
}

.picture-oportunidades img {
    width: 100%;
    height: 239px;
    object-fit: contain;
}

.picture-oportunidades {
    width: calc(100% - 10px);
    margin: 0 5px;
}

    .picture-oportunidades:hover .quick-view-button {
        position: absolute;
        display: block;
        top: 0;
        /* left: 0; */
        /* right: 0; */
        border: 1px solid #fff;
        /* margin: 96px 69px; */
        border-radius: 4px;
        font-size: 13px;
        padding: 4px 19px 4px 10px;
        color: #fff;
        /* margin: 0 auto; */
        font-weight: 500;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
		text-align:center;
    }

.overlay-bl {
    background-color: rgb(0 0 0 / 15%);
    width: 100%;
    height: 239px;
    position: sticky;
    margin-top: -239px;
    cursor: pointer;
    transition: .14s ease-out;
}

.item-slide-oportunidades .overlay-bl {
    background-color: transparent !important;
    /*background-image: linear-gradient(transparent, #00000094) !important;*/
}

.item-slide-oportunidades:hover .overlay-bl {
    background-color: transparent !important;
    background-image: linear-gradient(#00000094, #00000094) !important;
    display: block;
}



.box-description-slide:hover .overlay-bl-destaques {
    background-color: rgb(0 0 0 / 50%);
    display: block;
}

.box-description-slide:hover .box-text-description {
    z-index: 999;
    position: absolute;
    left: 50%;
    top: 55%;
    /*width: 230px;*/
    text-align: center;
    transform: translate(-50%, -50%);
}

.content-categorias a {
    border-radius: 5px;
    display: none;
    border: 1px solid white;
    padding: 3px 19px 3px 10px;
    /*font-weight: bold;*/
    font-size: 13px;
    font-weight: 500;
}
