/* 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: 260px;
    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: #ffffff;
    text-align: left;
    font-size: 1.1em;
}

.destaques img {
    margin-top: -20px;
    margin-left: 50px;
    width: 80%;
}

/* Professores */
.professores {
    margin-top: 50px;
}

.professores h3 {
    color: #1386a9;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 50px;
}

.prof {
    border-radius: 20px;
    background-color: #ffffff;
    text-align: center;
    height: 260px;
    box-shadow: 3px 3px 3px 3px #3d6875;
    margin-bottom: 50px;
}

.prof img {
    margin-top: 40px;
    width: 100px;
    border-radius: 50%;
    border: 5px solid #66a8bd;
}

.prof h5 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 1em;
}

.prof p {
    color: #146f8a;
    font-weight: 600;
    font-size: .9em;
}

/* 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: 420px;
        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.879);
    }

    .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;
    }

    /* Professores */
    .professores {
        margin-top: 50px;
    }

    .prof {
        border-radius: 20px;
        background-color: #ffffff;
        text-align: center;
        height: 260px;
        box-shadow: 3px 3px 3px 3px #969696;
        margin-bottom: 50px;
    }
}