/* 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: 180px;
    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(4, 35, 44, 0.973);
}

.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;
}

/* Cursos */
.cursos {
    background-color: #dcdcdc;
    height: auto;
}

.formulario {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
}

.dados {
    padding: 10px 30px 0px 30px;
}

.cursos h4 {
    padding-top: 40px;
    color: #267698;
    font-weight: 700;
}

.border1 {
    width: 30px;
    height: 3px;
    background-image: linear-gradient(to right, #498097, #c2edff, #48a4cb);
    margin-bottom: 20px;
}

/* Publicidade */
.pub {
    margin-top: 50px;
    background-color: #498097;
    height: 240px;
}

.pub img {
    padding-top: 40px;
    padding-left: 30px;
    width: 80px;
}

.pub p {
    color: #fff;
    padding: 10px 0px 0px 15px;
    font-weight: 600;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.3em;
    margin-bottom: 30px;
}

.pub a {
    margin-left: 15px;
    padding: 8px;
    border-radius: 8px;
    background-color: #79a3b4;
    color: #fff;
}

.pub a:hover {
    color: #fff;
    background-color: #203c47;
    text-decoration: none;
}


/* 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: 270px;
        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(6, 71, 90, 0.934);
    }

    .destaques h3 {
        margin-top: 30px;
        color: #fff;
        line-height: 30px;
        font-weight: bold;
        font-size: 1.3em;
        text-transform: uppercase;
        text-align: left;
    }

    .destaques p {
        color: #f2f2f2;
        text-align: left;
        font-size: 1em;
    }

    /* Cursos */
    .cursos {
        background-color: #dcdcdc;
        height: auto;
    }

    .col-lg-7 {
        margin-top: 0px;
        background-color: #fff;
    }

    .cursos h4 {
        padding-top: 40px;
        padding-left: 15px;
        color: #267698;
        font-weight: 700;
    }

    .border1 {
        width: 30px;
        height: 3px;
        background-image: linear-gradient(to right, #498097, #c2edff, #48a4cb);
        margin-bottom: 10px;
        margin-left: 15px;
    }


    /* Cursos */
    .cursos {
        background-color: #dcdcdc;
        height: auto;
    }

    .formulario {
        margin-top: 40px;
        margin-bottom: 50px;
        background-color: #fff;
    }

    .dados {
        padding: 10px 20px 0px 20px;
    }

    .dados input {
        margin-bottom: 20px;
    }

    .dados select {
        margin-bottom: 20px;
    }


    .cursos h4 {
        padding-top: 40px;
        color: #267698;
        font-weight: 700;
    }

    .border1 {
        width: 30px;
        height: 3px;
        background-image: linear-gradient(to right, #498097, #c2edff, #48a4cb);
        margin-bottom: 20px;
    }

    /* Publicidade */
    .pub {
        margin-top: 50px;
        margin-bottom: 50px;
        background-color: #498097;
        height: 240px;
    }

    .pub img {
        padding-top: 40px;
        padding-left: 30px;
        width: 80px;
    }

    .pub p {
        color: #fff;
        padding: 10px 0px 0px 15px;
        font-weight: 600;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.3em;
        margin-bottom: 30px;
    }

    .pub a {
        margin-left: 15px;
        padding: 8px;
        border-radius: 8px;
        background-color: #79a3b4;
        color: #fff;
    }

    .pub a:hover {
        color: #fff;
        background-color: #203c47;
        text-decoration: none;
    }



}