* {
    font-family: Arial;
}

body {
    margin: 0px;
    padding: 0px;
}

header {
    display: flex;
    height: 120px;
    justify-content: center;
}

.container {
    width: 990px;
    display: flex;
    justify-content: space-between;
}

.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/mulher\ iludida.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: 0px 1px 0px #555;
    margin: 0px;
    padding: 0px;
    max-width: 350px;
}

.banner_headline h2 {
    color: #fff;
    font-size: 21px;
    text-shadow: 0px 1px 0px #555;
    margin: 0px;
    padding: 0px;
    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: 40px;
    width: 250px;
}

.banner_options a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px;
    color: #fff;
    font: 13px;
    text-decoration: none;
}

.horarios {
    width: 279px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1.8px solid #295ae0;
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 14px;
}

.parte2 a {
    margin-left: 7px;
    margin-right: 7px;
}

.exclusivo {
    margin-top: 20px;
}

#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_title_bar {
    width: 50px;
    height: 2px;
    background-color: #36a9e1;
    margin-top: 10px;
}

.widget_bodyd {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    height: 510px;
}

.quadrado {
    width: 150px;
    height: 150px;
    background-color: #36a9e1;
    margin-bottom: 30px;
}

.parte2 {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    margin-top: 20px;
}

.simbolo {
    width: 3px;
    height: 3px;
    border: 7px solid #ccc;
    padding: 6px;
    margin-right: 10px;
}

.texto {
    display: flex;
    margin-top: 20px;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    flex: 1;
    font-size: 16px;
}

.pri {
    border-top: 1px solid #ccc;
}

.comeco {
    font-size: 15px;
}

.texto strong {
    margin-left: 6px;
}

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: #39aae1;
    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;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}

article a {
    text-decoration: none;
}

.widget_bodyl {
    display: flex;
    flex-wrap: wrap;
}

article {
    flex: 1;
    min-width: 300px;
    margin-right: 20px;
}

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;
    display: flex;
    flex-direction: column;
}

.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;
}

.flexcolumn {
    flex-direction: column;
}

.footer_area {
    display: flex;
    justify-content: space-between;
}

.footer_areaitem {
    flex: 1;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
}

footer .widget_title_text {
    color: #fff;
}

.footer_copy {
    border-top: 1px solid #2c2c2c;
    height: 40px;
    line-height: 40px;
    color: #5c5c5c;
    font-size: 12px;
}

.maior {
    font-size: 23px;
}

.menor {
    font-size: 12px;
    margin-top: 5px;
}

.sozinho {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #bbb;
    font-size: 14px;
    width: 300px;
}

.dupla {
    display: flex;
}

.block,
.block1 {
    flex: 1;
    color: #bbb;
    font-size: 14px;
}

.block1 {
    margin-top: 16px;
}

o {
    color: #fff;
}

.caixa {
    display: flex;
    flex-direction: column;
}

.branco {
    color: #ddd;
    font-size: 14px;
}

.azul {
    color: #0079c7;
    font-size: 12px;
    margin-bottom: 15px;
}

.container1 {
    width: 990px;
    display: flex;
    justify-content: space-between;
}

.menuMobile {
    display: none;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
}

.mm_line {
    height: 3px;
    background-color: #39aae1;
}

@media (max-width:994px) {
    .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;
    }
    header .container {
        flex-direction: row;
    }
    #geral section,
    #geral aside {
        padding: 20px;
    }
    .footer_menu,
    .footer_area {
        flex-direction: column;
    }
    .footer_area {
        padding: 20px;
    }
    .footer_copy {
        padding-left: 20px;
    }
    #main {
        margin-top: 170px;
    }
    nav ul {
        flex-direction: column;
        display: none;
    }
    header {
        height: auto;
    }
    .logo {
        padding-left: 20px;
    }
    .menuMobile {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }
    nav ul {
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #fff;
    }
}