/*************************************************************/
/**************    BOTÕES PARA MENU DESTAQUE      ************/
/*************************************************************/

#imgHighlighted {
    /* background-image: linear-gradient(180deg, var(--branco) 0%, var(--cinza_3) 100%) !important; */
    background-size: cover;
    height: 500px;
    background-position: center;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}

.linha-botoes-destaque {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

img.image-style-img-botoes-destaque {
    border-radius: 10px 10px 0px 0px;
}

.titutlo-botoes-destaqueE {
    background: var(--preto_2);
    width: 142px;
    height: 50px;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.titutlo-botoes-destaqueE>a,
.titutlo-botoes-destaque>a {
    width: 142px;
    height: 50px;
    font-size: 1em;
    color: var(--branco);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 1px;
}

.titutlo-botoes-destaqueE>a:hover,
.titutlo-botoes-destaque>a:hover,
.coluna-botoes-destaque:hover {
    transform: scale(1.02);
    color: var(--verdeEscuro);
}

.coluna-botoes-destaque {
    width: 100%;
    max-width: 130px;
    margin: 5px 10px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/*****************************************/

aside.container.section.clearfix {
    margin-top: 50px;
}

div#block-menu-botoes-destaque {
    width: 1296px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: auto;
}

@media (max-width: 1399px) {
    aside.container.section.clearfix {
        overflow-x: scroll;
    }
}

.imagem-botoes-destaque>.field-content {
    margin-bottom: -1px;
}