* {
    box-sizing: border-box;
    font-family: Arial;
}

body {
    margin: 0;
    padding: 0;
}
header {
    display: flex;
    justify-content: center;
    height: 120px;
}
.container {
    display: flex;
    justify-content: space-between;
    width: 990px;

}
.logo {
    display: flex;
    align-items: center;
}
.menu {
    display: flex;
    align-items: center;

}
nav ul,
nav li {
    list-style: none;
    margin: 0;
    padding: 0;

}
nav ul {
    display: flex;
}
nav a {
    display: block;
    padding: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #727272;
}
nav .active a,
nav a:hover {
    background-color: #39AAE1;
    color: white;
}
#banner {
    background-image:url("../images/banner.jpg");
    display: flex;
    justify-content: center;
    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: white;
    font-size: 60px;
    text-shadow: 0 1px 0 #555555;
    margin: 0;
    padding: 0;
    width: 300px;
}
.banner_headline h2 {
    color: white;
    font-size: 21px;
    text-shadow: 0 1px 0 white;
    margin: 0;
    padding: 0;
    max-width: 350px;
    margin-top: 30px;

}
.banner_option {
    height: 210px;
    display: flex;
}
.banner1,
.banner2,
.banner3 {
    flex: 1;
    color: white;
    padding: 20px;
}
.banner1 {
    background-color: #39aae1;
}
.banner2 {
    background-color: #0079c7 ;
}
.banner3 {
    background-color: #2b4c99;
}
.items_list li {
    display: flex;
    justify-content: space-between;
    line-height: 120%;
    border-bottom: 1px solid #e0e0e0;
    padding: 3px 0;
    font-size: 12px;
    margin-right: 20px;
}
.items_list .value {
    font-size: 12px;
    font-family: Arial;
    text-align: left;
    padding: 1px;
    margin-top: 8px;


}


.banner_title {
    font-size: 20px;

}
.banner_desc {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
    font-family: Arial;
}
.banner_option a {
    display: inline-block;
    border: 1px solid #FFFFFF;
    padding: 5px;
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
}
#geral {
    display: flex;
    justify-content: center;
}
#geral section {
    flex: 2;
}
#geral aside {
    flex: 1;
}
.widget_title {
    margin-top: 30px;
    margin-bottom:  20px;
}
.widget_title_text {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.widget_title_bar {
    width: 50px;
    height: 2px;
    background-color: #36a9c1;
    margin-top: 10px;
}
.flex {
    display: flex;
    flex-wrap:wrap;
}
article {
    flex:1;
    min-width: 300px;
    margin-right: 20px;
}
article a {
    text-decoration: none;
}

article .news_data {
    display: flex;
}
article .news_posted_at {
    background-color: #2b4c99;
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px;
    margin-right: 2px;
}
article .news_comments {
    background-color: #39aae1;
    color: #FFFFFF;
    font-size: 12px;
    padding: 10px;
}
article .news_tumb {
    margin-top: 30px;
}
article .news_tumb img {
    width: 100%;
    height: auto;
}
article .news_title {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 23px;
    color: #000000;
}
article .news_resume {
    color: #5c5c5c;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 30px;
}

/*Barra Lateral*/

article .artigo {
    justify-content: center;
    background-color: #2b4c99;
    margin-right: -20px;
    display: inline-block;
    width: 160px;
    height: 150px;
    margin-bottom: 30px;
    margin-top: 30px;


}

/*Rodapé*/
footer {
    background-color: #1c1c1c;
    display: flex;
    justify-content: center;
}

.footer_menu {
    display: flex;
}
.fm_1, .fm_2, .fm_3 {
    flex: 1;
    color: #FFFFFF;
    padding: 20px;
}
.fm_1 {
    background-color: #39aae1;
}
.fm_2 {
    background-color: #0079c7 ;
}
.fm_3 {
    background-color: #2b4c99;
}
.footer_area {
    display: flex;

}
.footer_areaitem {
    flex: 1;
    color:#FFFFFF;
}
.flexColumn {
    flex-direction: column;
}
footer .widget_title_text {
    color: #ffffff;
}
.footer_copy {
    border-top: 1px solid #2c2c2c;
    color: #5c5c5c;
    font-size: 12px;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
}

.menuMobile {
    display: none;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
}
.mm_line {
    height: 2px;
    background-color: #39aae1;
}

.healt {
    color: white;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;

}
.footer_menu a {
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 13px;
    font-family: Arial;
}
.footer_menu a:hover {
    text-decoration: underline solid white;
}

/*Responsividade*/
@media (max-width:600px) {
    .banner_headline h1 {
        font-size: 55px;
    }
    .banner_headline h2 {
        font-size: 17px;
    }
    .banner_headline {
        padding: 20px;
    }
    .banner_option {
        height: auto;
        flex-direction: column;
    }
    .container {
        flex-direction: column;
    }
    #geral section,
    #geral aside {
        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: 0;
        width: 100%;
        background-color: #ffffff;
    }
    header {
        height: auto;
    }
    .logo {
        padding-left: 20px;
    }
    .menuMobile {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    .menuMobile:hover {
        background-color: #25faff;
        color: #000000;

    }
    .widget_title_text {
        margin-top: 100px;
    }


}