/* Sub-Menu*/
.submenu {
    margin-top: 110px;
    background-color: #f7f7f7;
    height: 50px;
}

.submenus {
    padding-top: 10px;
}

.submenus a {
    color: #333333;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus a:hover {
    color: #1b1b1b;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus span {
    color: #a2a2a2;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus .fa-angle-double-right {
    color: #929292;
    font-size: 0.7em;
    padding-top: 10px;
}

/* CitaÃ§Ãµes */
.destaques {
    margin-top: 0px;
    width: 100%;
    height: 230px;
    background-image: url(../img/Kwame-Nkrumah-faces-1024x576.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(13, 106, 134, 0.927);
}

.destaques h3 {
    margin-top: 30px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
}

.destaques p {
    color: #f2f2f2;
    text-align: left;
    font-size: 1.1em;
}

.destaques img {
    margin-top: -50px;
    width: 100%;
}

/* Regulamentos */
.regulamentos {
    margin-top: -50px;
    background-color: #0b5d75;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #fff;
}

.regulamentos p {
    text-align: center;
    font-size: .9em;
    margin-top: 20px;
}

.regulamentos p a {
    color: #fff;
    font-weight: 600;
}

.regulamentos .far {
    margin-top: 30px;
    font-size: 3em;
    color: #fff;
}


/* Quadro de honra */
.quadros {
    margin-top: 50px;
}

.quadros h3 {
    color: #1386a9;
    font-weight: 700;
    font-size: 1.5em;
}

#filter-buttons button {
    border-radius: 3px;
    background: #fff;
    border-color: transparent;
}

#filter-buttons button:hover {
    background: #595959;
    color: #fff;
}

#filter-buttons button.active {
    color: #ffffff;
    background: #5882a7;
    font-weight: 600;
}

#filterable-cards .card {
    border: 2px solid transparent;
}

#filterable-cards .card.hide {
    display: none;
}

.card {
    width: 175px;
    margin-top: 20px;
    margin-left: 15px;
    text-align: center;
}

.card img {
    width: 80px;
    border-radius: 50%;
    margin: 20px auto;
    border: 3px solid #c0cccf;
}

.card-body h6 {
    margin-top: -20px;
    font-size: .8em;
}

.card-body p {
    font-size: .7em;
}

.card-body .card-text {
    background-color: #dbe8ec;
    padding: 5px;
    border-radius: 10px;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

    /* Sub-Menu*/
    .submenu {
        margin-top: 99px;
        background-color: #f7f7f7;
        height: 50px;
    }

    /* CitaÃ§Ãµes */
    .destaques {
        margin-top: 0px;
        width: 100%;
        height: 460px;
        background-image: url(../img/Kwame-Nkrumah-faces-1024x576.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        overflow: hidden;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(13, 106, 134, 0.927);
    }

    .destaques h3 {
        margin-top: 30px;
        color: #fff;
        line-height: 45px;
        font-weight: bold;
        font-size: 1.3em;
        text-transform: uppercase;
        text-align: left;
    }

    .destaques p {
        color: #ffffff;
        text-align: left;
        font-size: 1em;
    }

    .destaques img {
        display: none;
    }

    /* Regulamentos */
    .regulamentos {
        margin-top: 20px;
        background-color: #0b5d75;
        text-align: left;
        border-radius: 10px;
        width: 230px;
        height: 100px;
        border: 2px solid #fff;
    }

    .regulamentos p {
        text-align: left;
        font-size: .8em;
        margin-top: 10px;
        margin-left: 15px;
    }

    .regulamentos p a {
        color: #fff;
        font-weight: 600;
    }

    .regulamentos .far {
        margin-top: 20px;
        margin-left: 15px;
        font-size: 2em;
        color: #fff;
    }

    /* Quadro de honra */
    .quadros {
        margin-top: 60px;
    }

    .quadros h3 {
        color: #1386a9;
        font-weight: 700;
        font-size: 1.3em;
    }

    #filter-buttons button {
        border-radius: 3px;
        background: #fff;
        border-color: transparent;
        font-size: .8em;
    }

    #filter-buttons button:hover {
        background: #595959;
        color: #fff;
    }

    #filter-buttons button.active {
        color: #ffffff;
        background: #5882a7;
        font-weight: 600;
    }

    #filterable-cards .card {
        border: 2px solid transparent;
    }

    #filterable-cards .card.hide {
        display: none;
    }

    .card {
        width: 165px;
        margin-top: 20px;
        margin-left: 10px;
        text-align: center;
    }

    .card img {
        width: 80px;
        border-radius: 50%;
        margin: 20px auto;
        border: 3px solid #c0cccf;
    }

    .card-body h6 {
        margin-top: -20px;
        font-size: .8em;
    }

    .card-body p {
        font-size: .7em;
    }

    .card-body .card-text {
        background-color: #dbe8ec;
        padding: 5px;
        border-radius: 10px;
    }

}