/* 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;
}

/* Titulo */
.destaques {
    margin-top: 0px;
    width: 100%;
    height: 170px;
    background-image: url(../img/kwame-remove.png);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    background-size: 200px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 75, 96, 0.895);
}

.destaques h3 {
    margin-top: 30px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.destaques p {
    color: #e7e7e7;
    text-align: left;
    font-size: 1.2em;
}

/* Nossa História */
.story {
    margin-top: -20px;
    background-color: #f7f8f9;
    height: auto;
}

.historia p {
    margin-top: 80px;
    font-size: 1.1em;
}

.foto img {
    margin-top: 80px;
}

.story h3 {
    padding-top: 40px;
    text-align: left;
    color: #1386a9;
    font-weight: 700;
}

/* Pedagogia Estratégica */
.pedagogia {
    margin-top: 20px;
    height: auto;
}

.pedagogia h3 {
    padding-top: 40px;
    text-align: left;
    color: #1386a9;
    font-weight: 700;
}

.border {
    width: 40px;
    height: 5px;
    background-image: linear-gradient(to right, #12a0ca, #ade2f1, #12a0ca);
}

.pedagogia p {
    margin-top: 20px;
    font-size: 1em;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

    /* Sub-Menu*/
    .submenu {
        margin-top: 99px;
        background-color: #f7f7f7;
        height: 50px;
    }

    /* Titulo */
    .destaques {
        margin-top: 0px;
        width: 100%;
        height: 200px;
        background-image: url(../img/kwame-remove.png);
        background-repeat: no-repeat;
        background-position: right;
        position: relative;
        background-size: 200px;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(25, 75, 96, 0.895);
    }

    .destaques h3 {
        margin-top: 20px;
        color: #fff;
        line-height: 45px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.3em;
    }

    .destaques p {
        color: #ffffff;
        text-align: left;
        font-size: 1em;
    }

    /* Nossa História */
    .story {
        background-color: #f7f8f9;
        height: auto;
    }

    .historia p {
        margin-top: 30px;
        font-size: 1em;
        margin-bottom: 10px;
    }

    .foto img {
        width: 100%;
    }

    /* Pedagogia Estratégica */
    .pedagogia {
        margin-top: 20px;
    }

    .pedagogia h3 {
        padding-top: 40px;
        color: #1386a9;
        font-size: 1.5em;
        font-weight: 800;
    }

    .border {
        width: 50px;
        height: 5px;
        background-image: linear-gradient(to right, #12a0ca, #ade2f1, #12a0ca);
    }

    .pedagogia p {
        font-size: 1em;
    }
}