/* Geral */

body,
html,
* {
    font-family: Verdana, Georgia, "Times New Roman", Times, serif;
}

/* Home */

.home .code-block-18,
.home .code-block-19,
.home .code-block-20 {
    min-height: 90px;
}

/* Post */

#significado_header {
    min-height: 90px;
}

.singular__content .code-block {
    min-height: 100px;
}

.sidebar .code-block {
    min-height: 600px;
}

@media (max-width: 768px) {

    /* Home */

    .home .code-block-18,
    .home .code-block-19,
    .home .code-block-20 {
        min-height: 0px;
    }

    .home .code-block-22,
    .home .code-block-23,
    .home .code-block-24,
    .home .code-block-25 {
        min-height: 280px;
    }

    /* Post */
 
    #significado_header {
        min-height: 280px;
    }

    .singular__content .code-block {
        min-height: 280px;
    }

}

/* Lista de Signos */

.listaItensLinks {
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}

.listaItensLinks .boxFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 5px #146458;
    padding-bottom: 15px;
}

.listaItensLinks .boxFlex .boxLogo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.listaItensLinks .boxFlex .boxLogo img {
    margin-right: 10px;
    max-height: 70px;
}

.listaItensLinks .boxFlex .boxLogo span {
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #146458 !important;
    letter-spacing: -2px;
}

.listaItensLinks .boxFlex .mostraListaMobile {
    display: none;
}

.listaItensLinks .boxFlex .listaitens {
    text-align: right;
}

.listaItensLinks .boxFlex .listaitens a {
    margin-bottom: 5px;
    display: inline-block;
}

.listaItensLinks .boxFlex .listaitens a img {
    max-height: 50px;
}

@media only screen and (max-width: 1150px) {

    .listaItensLinks .boxFlex .listaitens .clear {
        display: none;
    }

}

@media only screen and (max-width: 768px) {

    .listaItensLinks .wrapper {
        padding: 0 20px;
    }

    .listaItensLinks .boxFlex {
        flex-direction: column;
    }

    .listaItensLinks .boxFlex .boxLogo {
        margin-bottom: 30px;
    }

    .listaItensLinks .boxFlex .mostraListaMobile {
        width: 100%;
        border: solid 1px #146458;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
        border-radius: 4px;
    }

    .listaItensLinks .boxFlex .mostraListaMobile span {
        font-family: "Bebas Neue", sans-serif;
        font-size: 18px;
        font-weight: 700;
        color: #146458 !important;
        letter-spacing: -1px;
        text-transform: uppercase;
        line-height: 18px;
    }

    .listaItensLinks .boxFlex .listaitens {
        text-align: center;
        display: none;
        overflow: hidden;
        margin-top: 20px;
    }

    .listaItensLinks .boxFlex .listaitens img {
        margin-bottom: 10px;
    }

}