*{
    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;
    margin-right: 30px;
 }
 .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 .active a,
nav a:hover{
    background-color: #39aae1;
    color: white;
}
#banner{
    display: flex;
    justify-content: center;
    background-image:url('./assets/imagens/banner.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: white;
    font-size: 70px;
    text-shadow: 0px 2px 0px #555555;
    margin: 0;
    padding: 0;
    max-width: 350px;
}
.banner_headline h2{
    color: white;
    font-size: 21px;
    text-shadow: 0px 2px 0px #555555;
    margin: 0;
    padding: 0;
    max-width: 350px;
    margin-top: 30px;
}
.banner_options{
    height: 210px;
    display: flex;
}
.banner1,
.banner2,
.banner3 {
    flex: 1;
    padding: 20px;
    color: white;
}
.banner1{
    background-color:#39aae1;
}
.banner2{
    background-color:#0079c7;
}
.banner3{
    background-color:#2b4c99;
}
.banner_desc{
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner_options a {
    display: inline-block;
    border: 1px solid white;
    padding: 5px;
    color: white;
    font-size: 12px;
    text-decoration: none;
}
.banner_title{
    font-size: 21px;
}
.hours{
    display: flex;
    justify-content: space-between;  
    font-size: 14px;
    padding-top: 15px;
}
hr{
    opacity: 0.1;
}

#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: black;
    font-size: 21px;
    font-weight: bold;
}
.widget_title_bar{
    width: 50px;
    height: 2px;
    background-color: #36a9e1;
    margin-top: 10px;
}
.widget_deparments_blocos{
    display: flex;
    flex-wrap: wrap;
}
.square1{
    height: 140px;
    width: 152px;
    background-color: #36A9E1;
    margin: 6px;
}
.widget_appointment{
    color: #7C7CA6;
}
.widget_appointment_text{
    font-size: 18px;
}
.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 {
    color: white;
    background-color: #2b4c99;
    font-size: 12px;
    padding: 10px;
    margin-right: 2px;
}
article .news_comments {
    color: white;
    background-color: #39aae1;
    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;
    font-size: 23px;
    color: black;
}
article .news_resume {
    font-size: 14px;
    color: #5c5c5c; 
    line-height: 20px;
    margin-bottom: 30px;
}
footer{
    background-color: #1e1e1e;
    display: flex;
    justify-content: center;
}
.footer_menu{
    display: flex;
}
.fm_1, .fm_2, .fm_3{
    flex: 1;
    color: white;
}
.fm_1{
    background-color:#39aae1;
}
.fm_2{
    background-color:#0079c7;
}
.fm_3{
    background-color:#2b4c99;
}
footer .fm_title{
    font-size: 20px;
}
footer .fm_descricao{
    font-size: 12px;
    margin-top: 15px;
}
footer a{
    text-decoration: none;
    display: block;
    padding: 20px;
    color: white
}

.footer_area{
    display: flex;
}
.footer_areaitem{
    color: white
}
.flexColumn{
    flex-direction: column;
}
footer .widget_title_text{
    color: white;
    font-weight: normal;
}
footer .widget_body{
    color: #5c5c5c;
    font-size:13px;
    padding-right: 30px;
}
footer .footer_mediclinic{
    padding-top: 20px;
}
footer .mediclic_adress{
    justify-content: space-between;
}
footer .footer_email{
    color: white;
}

.footer_copy{
    border-top: 1px solid #2c2c2c;
    height: 40px;
    line-height: 40px;
    color: #5c5c5c;
    font-size: 12px;
    margin-top: 30px;
}
footer .footer_aluno{
    justify-content: space-between;
}
.menuMobile{
    display: none;
    width: 40px;
    height: 40px;
    background-color: #0079c7;
}
.menu_mobile {
    display: none;
    background-color: black;
    height: 40px;
    width: 40px;
}
@media (max-width:730px) {
        .banner_headline{
            padding: 20px;
        }
        .banner_headline h1 {
            font-size: 55px;
        }
        .banner_headline h2{
            font-size: 18px;
            padding-bottom: 20px;
        }
        .banner_options {
            height: auto;
            flex-direction: column;
        }
        section, aside {
            padding-top: 50px;
           }
        aside{
            padding-right: 50px;
        }
        section .widget {
            margin: 10px;
        }
        aside .widget_appointment {
            font-size: 15px;
        }
        aside .widget_appointment_text{
            font-size: 15px;
        }
        footer .footer_menu, footer .footer_area {
            flex-direction: column;
        }
        footer .footer_area{
            padding: 20px;
        }
        footer .footer_copy{
            padding: 20px;
            margin-right: 20px;
        }
        header .container{
            flex-direction: row;
        }
        nav ul {
            flex-direction: column;
            display: none;
        }
        header {
            height: auto;
        }
        .logo{
            padding: 20px;
        }
        .menuMobile{
            display: block;
        }
        section .hours{
            padding-right: 50px;
        }
        .footer_areaitem, footer .autor {
            padding-right: 20px;
        }
        .banner_desc {
            padding-right: 50px;
        }
    }
