/* 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: 110px;
    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: 15px;
    color: #fff;
    line-height: 45px;
    font-weight: bold;
    text-transform: uppercase;
}

.destaques p {
    color: #e7e7e7;
    text-align: left;
    font-size: 1.1em;
    margin-top: -10px;
}

/* Principal Noticia */
.eventos {
    margin-top: 40px;
    background-color: #fbfbfb;
    height: auto;
    border: 3px solid #315E71;
}

.eventos img {
    width: 100%;
}

.eventos h4 {
    padding: 20px 10px 50px 10px;
    font-size: 1.3em;
}

.eventos h4 a {
    color: #3f7890;
    font-weight: 500;
    font-weight: 650;
}


/* Ultimas Noticia */
.ultimas_noticias {
    margin-top: 40px;
    margin-left: 20px;
}

.sub_topicos {
    display: inline-flex;
    background-color: #fbfbfb;
    width: 550px;
    border: 2px solid #779baa;
    margin-bottom: 20px;
}

.sub_topicos .pictures {
    width: 200px;
    height: 100px;
}

.sub_topicos .pictures img {
    width: 100%;
    height: 100%;
}


.sub_topicos .descricao {
    width: 350px;
    height: 100px;
    background-color: #fafafa;
    padding: 10px 10px 10px 15px;
}

.sub_topicos .descricao h6 a {
    color: #315E71;
    ;
    font-weight: 650;
    font-size: .9em;
}

/* Notícias */
.momentos {
    margin-top: 100px;
    color: #0f7593;
    margin-bottom: -10px;
    font-weight: bold;
}

.topicos {
    margin-top: 20px;
    background-color: #fafafa;
    border: 3px solid #59a0be;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.topicos img {
    width: 100%;
}

.topicos video {
    width: 100%;
    height: 250px;
}

.topicos p {
    padding: 20px;
    font-size: 1.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: 155px;
        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: 10px;
        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;
    }

    /* Outras NotÃ­cias */
    .eventos {
        margin-top: 30px;
        background-color: #fbfbfb;
        height: auto;
        border: 2px solid #315E71;
    }

    .eventos img {
        width: 100%;
    }

    .eventos h4 {
        padding: 20px 10px 30px 10px;
        font-size: 1.2em;
    }

    .eventos h4 a {
        color: #315E71;
        font-weight: 500;
        font-weight: 650;
    }

    /* Ultimas Noticia */
    .ultimas_noticias {
        margin-top: 40px;
        margin-left: 0px;
    }

    .sub_topicos {
        display: inline-flex;
        background-color: #fbfbfb;
        width: 100%;
        border: 2px solid #779baa;
        margin-bottom: 20px;
    }

    .sub_topicos .pictures {
        width: 150px;
        height: 100px;
        padding: 0px 0px 0px 0px;
    }

    .sub_topicos .pictures img {
        width: 100%;
        height: auto;
        
    }

    .sub_topicos .descricao {
        width: 350px;
        height: auto;
        background-color: #fafafa;
        padding: 3px 5px 0px 10px;
    }

    .sub_topicos .descricao h6 a {
        color: #315E71;
        font-weight: 650;
        font-size: .7em;
    }

    /* Notícias */
    .momentos {
        margin-top: 50px;
        color: #0f7593;
        margin-bottom: -10px;
    }

    .topicos {
        margin-top: 20px;
        margin-bottom: 50px;
        background-color: #fafafa;
        border: 3px solid #375b6b;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;

    }

}