* {
    font-family: Arial;
    color: #fff;
}
body {
    margin: 0px;
    padding: 0px;
}
header {
    display: flex;
    justify-content: center;
    height: 120px;
}
.container {
    display: flex;
    justify-content:space-between;
    width: 990px;
    padding: 20px;
}
.logo {
    display: flex;
    align-items: center;
}
.menu {
    display: flex;
    align-items: center;
}
nav ul, nav li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
nav ul {
    display: flex;
}
nav a {
    display: block;
    padding: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #727272;
}
nav .active a, nav a:hover{
    background-color: #39aae1;
    color: #fff;
}
#banner {
    display: flex;
    justify-content: center;
    background-image: url('../images/img1.jpg');
    background-position: center;
    background-size: cover;
    height: 670px;
}
.column {
    flex-direction: column;
}
.banner_headline {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner_headline h1{
    color: #fff;
    font-size: 70px;
    text-shadow: 1px 1px 1px #888;
    margin: 0px;
    padding: 0px;
    width: 350px;
}
.banner_headline h2 {
    color: #fff;
    font-size: 21px;
    text-shadow: 1px 1px 1px #888;
    margin: 0px;
    padding: 0px;
    width: 350px;
    margin-top: 30px;
}
.banner_options {
    height: 210px;
}
.banner_options {
    height: 210px;
    display: flex;
}
.banner1, .banner2, .banner3 {
    flex: 1;
    color: #fff;
    padding: 20px;
    text-shadow: 1px 1px 1px #000;
}
.banner1 {
    background-color: #39aae1;
}
.banner2 {
    background-color: #0079c7;
}
.banner3 {
    background-color: #2b4c99;
}
.banner_title {
    font-size: 21px;
}
.banner_desc {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px; 
}
.banner_options a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px;
    font-size: 12px;
    margin-top: 20px;
    text-decoration: none;
}
.week {
    display: flex;
    justify-content:space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 5px;
    font-size: 14px;
    margin-top: 15px;
}
#general {
    display: flex;
    justify-content: center;
}
#general section {
    flex: 2;
}
#general aside {
    flex: 1;
}
.widget_title {
    margin-top: 30px;
    margin-bottom: 20px;
}
.widget_title_text {
    color: #000;
    font-size: 21px;
    font-weight: bold;
}
.widget_title_bar {
    width: 50px;
    height: 3px;
    background-color: #36a9e1;
    margin-top: 10px;
}
.widget_body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
}
.dep {
    display: flex;
    flex-direction: column;
    width: 150px;
    height: 150px;
    background-color: #36a9e1;
    margin-top: 20px;
    text-align: center;
}
.dep a {
    text-decoration: none;
}
.dep:hover {
    background-color: #0079c7;
}
.dep_text {
    font-weight: normal;
    font-size: 20px;
    margin-top: 65px;
    text-decoration: none;
}
.title_mc {
    margin-bottom: 0px;
    margin-right: 10px;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #888;
}
.widget_contact {
    color: #000;
    display: flex;
    width: 300px;
    flex-direction: row;
    box-shadow: 0px 1px 0px #888;
    padding: 10px;
    font-size: 14px;
    margin: 0px;
    align-items: center;
}
.contact_img {
    width: 30px;
    height: 30px;
    padding-right: 5px;
}
b {
    color: #000;
}
.widget_contact a ,address{
    color: #000;
    font-size: 14px;
    display: flex;
    margin:5px;
    align-items: center;
    word-spacing: 5px;
}
.widget_contact a:hover, address:hover {
    color: #2b4c99;
    text-decoration: underline;
}

.flex {
    display: flex;
}
article {
    flex: 1;
    flex-wrap: wrap;
    min-width: 300px;
    margin-right: 20px;
    margin-bottom: 20px;
}
article a {
    text-decoration: none;
}
article .news_data {
    display: flex;
}
article .news_posted_at {
    background-color: #2b4c99;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    margin-right: 2px;
}
article .news_comments {
    background-color: #36a9e1;
    color: #fff;
    font-size: 12px;
    padding: 10px;
}
article .news_thumbnail {
    margin-top: 30px;
}
article .news_thumbnail img{
    width: 100%;
    height: auto;
}
article .news_title {
    margin-top: 25px;
    margin-bottom: 25px;
    color: #000;
    font-size: 23px;
}
article .news_resume {
    color: #5c5c5c;
    line-height: 20px;
    font-size: 14px;
}
footer {
    background-color: #1e1e1e;
    display: flex;
    justify-content: center;
}
.footer_menu {
    display: flex;
}
.fm_1, .fm_2, .fm_3 {
    flex: 1;
    color: #fff;
    text-align:justify;
}
.fm_1 {
    background-color: #39aae1;
}
.fm_2 {
    background-color: #0079c7;
}
.fm_3 {
    background-color: #2b4c99;
}
.fm_title {
    font-size: 25px;
    margin-bottom: 15px;
}
.footer_menu a {
    display: block;
    text-decoration: none;
    padding: 20px;
    color: #fff;
}
.footer_area {
    display: flex;
}
.footer_areaitem {
    flex: 1;
    color: #fff;
}
.flexColumn {
    flex-direction: column;
}
footer .widget_title_text {
    color: #fff;
}
.footer_copy {
    border-top: 1px solid #2c2c2c;
    height: 40px;
    line-height: 40px;
    color: #5c5c5c;
    font-size: 12px;
    margin-top: 30px;
}
.body_text {
    color: #888;
    font-size: 14px;
}
footer .widget_body_t1 {
    margin-bottom: 20px;
    margin-right: 10px;
    color: #888;
    font-size: 14px;
}
footer .widget_body_t2 {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-top: 20px;
}
footer .widget_body_t3 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 1;
    margin-top: 35px;
    margin-left: 20px;
    margin-right: 10px;
}
footer .contact_img {
    margin-top: 20px;
    width: 20px;
    height: auto;
}
.body_text2 {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
}
.body_date {
    color: #0079c7;
    margin-left: 10px;
    margin-bottom: 20px;
}
.body_text3 {
    color: #888;
    margin-left: 10px;
    font-size: 14px;
}
.menuMobile {
    display: none;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 30px;
}
.mm_line {
    height: 3px;
    background-color: #39aae1;
}

@media (max-width: 600px){

    #banner {
        height: auto;
    }
    .banner_headline {
        padding: 20px;
    }
    .banner_headline h1 {
        font-size: 55px;
    }
    .banner_headline h2 {
        font-size: 17px;
    }
    .banner_options {
        height: auto;
        flex-direction: column;
    }
    .container {
        flex-direction: column;
    }
    #geral, .widget, aside, article{
        padding: 20px;
    }
    .footer_menu {
        flex-direction: column;
    }
    .footer_area {
        flex-direction: column;
        padding: 20px;
    }
    .footer_copy {
        padding-left: 20px;
    }

    header .container {
        flex-direction: row;
    }
    nav ul {
        flex-direction: column;
        display: none;
        position: absolute;
        left: 0px;
        width: 100%;
        background-color: #fff;
    }
    header {
        height: auto;
    }
    .logo {
        padding: 20px;
    }
    .menuMobile {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

}