* {
    font-family: Arial;

}
body {
    margin: 0;
    padding: 0;
}

header {
    display: flex;
    justify-content: center;
    height: 120px;
}

.container {
    display: flex;
    justify-content: space-between;
    width: 1000px;
}

.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: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #727272;
}

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: #FFFFFF;
    font-size: 70px;
    text-shadow: 1px 1px 0px #555;
    margin: 0;
    padding: 0;
    max-width: 350px;
}

.banner_headline h2 {
    color: #FFFFFF;
    font-size: 21px;
    text-shadow: 1px 1px 0px #555;
    margin: 0;
    padding: 0;
    max-width: 350px;
    margin-top: 30px;
}
.banner_options {
    height: 210px;
    display: flex;
}

.banner1,
.banner2,
.banner3 {
    flex: 1;
    color: #FFF;
    padding: 20px;
}

.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;
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
}

.banner_week, 
.banner_weekend_one,
.banner_weekend_two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #0079c7;
    padding-bottom: 12px;
}

#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: #000;
    font-size: 21px;
    font-weight: bold;
}

.widget_descr {
    color: #5c5c5c;
    line-height: 20px;
    font-size: 14px;
}

.widget_title_bar {
    width: 50px;
    height: 2px;
    background-color: #39aae1;
    margin-top: 10px;
}

.widget_body_square {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.widget_square {
    height: 150px;
    width: 150px;
    background-color: #36a9e1;
    margin-top: 25px;
}
.widget_body_square a {
    text-decoration: none;
}
.widget_body_square a {
    display: flex;
    color: #FFFFFF;
    font-size: 17px;
    text-align: center;
    justify-content: center;
    line-height: 150px;
}
.widget_square:hover {
    background-color: #2b4c99;
}
.widget_title p {
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
    margin-top: 25px;
}
.contact_phone {
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
    border-top: 1px solid #cecacae0;
    margin-top: 34px;
    padding-top: 20px;
}

.contact_phone strong {
    color: #000;
}

.contact_phone_bar_bottom {
    margin-top: 20px;
    border-bottom: 1px solid #cecacae0;
}
.contact_email {
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
    margin-top: 2px;
    padding-top: 20px;
}

.contact_email a {
    color: #2b4c99;
}

.contact_email_bar_bottom {
    margin-top: 20px;
    border-bottom: 1px solid #cecacae0;
}

.contact_page {
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
    margin-top: 2px;
    padding-top: 20px;
}

.contact_page a {
    color: #2b4c99;
}

.contact_page_bar_bottom {
    margin-top: 20px;
    border-bottom: 1px solid #cecacae0;
}

.widget_descr_bar_bottom {
    margin-top: 20px;
    border-bottom: 1px solid #cecacae0;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

article {
    flex: 1;
    min-width: 300px;
    margin-right: 30px;
}

article a {
    text-decoration: none;
}

article .news_data {
    display: flex;
}

article .news_posted_at {
    font-size: 12px;
    color: #FFF;
    background-color: #2b4c99;
    padding: 10px;
    margin-right: 2px;
}

article .news_comments {
    font-size: 12px;
    color: #FFF;
    background-color: #39aae1;
    padding: 10px;
    
}

article .news_thumbnail {
    margin-top: 30px;
}

article .news_thumbnail img {
    width: 100%;
    height: auto;
}

article .news_title {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #000;
    font-size: 23px;
    font-weight: bold;
}

article .news_resume {
    font-size: 14px;
    line-height: 20px;
    color: #5c5c5c;
    margin-bottom: 25px;
}

.news_resume_bar_border {
    margin-top: 20px;
    border-bottom: 1px solid #cecacae0;
}

footer {
    background-color: #1e1e1e;
    display: flex;
    justify-content: center;
}

.footer_menu {
    display: flex;
}

.fm_1, .fm_2, .fm_3 {
    flex: 1;
    color: #FFF;
    padding: 20px;
} 

.fm_1 {
    background-color: #39aae1;
}

.fm_2 {
    background-color: #0079c7;
}

.fm_3 {
    background-color: #2b4c99;
}

.footer_menu a {
    display: block;
    text-decoration: none;
    color: #FFF;
}

.fm_1_title a {
    font-size: 21px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.fm_1_sub a {
    font-size: 12px;
    padding-bottom: 8px;
}

.fm_2_title a {
    font-size: 21px;
    padding-bottom: 8px;
}

.fm_2_sub a {
    font-size: 12px;
    padding-bottom: 8px;
}

.fm_3_title a {
    font-size: 21px;
    padding-bottom: 8px;
}

.fm_3_sub a {
    font-size: 12px;
    padding-bottom: 8px;
}

.footer_area {
    display: flex;
}

.flexcolumn {
    flex-direction: column;
}

.footer_area_item {
    flex: 1;
    color: #FFF;
}

footer .widget_title_text {
    color: #FFF;
}

.footer_copy {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #2c2c2c;
    height: 40px;
    line-height: 40px;
    color: #5c5c5c;
    font-size: 12px;
    margin-top: 20px;
}

.footer_copy a {
    text-decoration: none;
    color: #FFF;
}

#top {
    color: #5c5c5c;
}

footer .widget {
    color: #5c5c5c;
    font-size: 12px;
    line-height: 15px;
    color: #5c5c5c;
}

.widget_body_info { 
    margin-top: 20px;
    margin-right: 20px;
}

.widget_body_info1 {
    margin-top: 20px;

}

.widget_body_info2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.widget_body_info3 {
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.widget_body_info4 {
    margin-right: 20px;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.widget_body_info4 a {
    text-decoration: none;
    color: #FFF;
}

.number {
    margin-right: 67px;
}

.widget_body_middle {
    margin-top: 20px;
    margin-right: 20px;
}

.widget_body_middle .time {
    color: #0079c7;
    margin-top: 5px;
}

.widget_body_last {
    margin-top: 20px;
    margin-right: 20px;
}

.widget_body_last .time {
    color: #0079c7;
    margin-top: 5px;
}


