*{
    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: 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:0px 1px 0px #555;
    margin: 0;
    padding: 0;
    max-width: 350px;
}
.banner_headline h2{
    color: #FFF;
    font-size: 21px;
    text-shadow:0px 1px 0px #555;
    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_titles{
    font-size: 21px;
}
.banner_desc{
    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_hours{
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-bottom: 1px solid #FFF;
    margin-top: 20px;
    height: 30px;
}

#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: #36e9e1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.widget_body{
    display: flex;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

article{
    flex: 1;
    min-width: 300px;
    margin-right: 20px;
}

.widget_body_departments {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.square {
    width: 150px;
    height: 150px;
    background-color: #42b3e5;
}

.widget_body_text p{
    margin-top: 0;
}

.media_icons{
   display: flex;
   flex-direction: column;
   
}

.phone,
.email,
.contact {
    margin-top: 20px;
    border-bottom: 1px solid #a7acb8;
    padding-bottom: 20px;
    color: #888888;
}

.media_icons a{
    text-decoration: none;
}

.media_icons b {
    color: black;
}

.media_icons i {
    margin-right: 5px;
}

article .news-data{
    display: flex;
}

article .news_posted_at{
    background-color: #2b4c99;
    font-size: 12px;    
    color: #FFF;
    padding: 10px;
    margin-right: 2px;
}

article .news_comments{
    background-color: #39aae1;
    font-size: 12px;    
    color: #FFF;
    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;
}

article a{
    text-decoration: none;
}

.widget_body .make_aside{
    display: flex;
    flex-direction: column;
}

footer{
    background-color: #1e1e1e;
    display: flex;
    justify-content: center;
}

.flexColumn{
    display: flex;
    flex-direction: column;
}
.footer_menu{
    display: flex;
}
.footer_menu a{
    display: flex;
    flex: 1;
    text-decoration: none;
}
.fm_1, .fm_2, .fm_3{
    flex: 1;
    color: white;
    padding: 20px;
    font-size: 21px;    
}
.footer_menu p{
    font-size: 14px;
}
.fm_1{
    background-color: #39aae1;
}
.fm_2{
    background-color: #0079c7;
}
.fm_3{
    background-color: #2b4c99;
}
.footer_area{
    display: flex;
    color: white;
}
.footer_areaitem{
    flex: 1;
    line-height: 20px;
}
footer .widget_title{
    margin-top: 30px;
}
footer .widget_title_text{
    color: white;
}
.footer_copy{
    border-top: 1px solid #2c2c2c;
    height: 40px;
    line-height: 40px;
    color: #5c5c5c;
    font-size: 12px;
    margin-top: 30px;
}
.widget_body_insurance{
    margin-top: 30px;
}
.widget_body_insurance p{
    color: #5c5c5c;
    font-size: 14px;
    margin-right: 20px;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex: 1;
}
footer .b{
    margin-top: 30px;
}
footer .c,.d,.e{
    display: flex;  
    justify-content: space-between;  
}
.insurance_thumbnail img{
    margin-top: 20px;
    width: 130px;
    height: auto;
}
.widget_body_records{
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    margin-right: 20px;
}
.widget_body_records a{

    text-decoration: none;
    color: white;
    display: flex;
    justify-content: flex-start;
}
.latest_posts p{
    margin-right: 7px;
    margin-top: 0;
}
span{
    font-size: 11px;
    color: #39aae1;
}
.widget_body_bill{
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    margin-right: 20px;
}
.widget_body_bill a{

    text-decoration: none;
    color: #5c5c5c;
    display: flex;
    justify-content: flex-start;
}
.latest_tweets p{
    margin-right: 7px;
    margin-top: 0;
}

.menuMobile{
    display: none;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
}

.mm_line{
    height: 2px;
    background-color: #39aae1;
}

@media (max-width:600px){

    .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 section{
        padding: 20px;
        margin-top: 65px;
    }


    #geral aside{
        padding: 20px;
    }

    .widget_body_departments{
        justify-content: center;
    }

    .footer_menu,
    .footer_area{
        flex-direction: column;
    }

    .footer_area{
        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: #fff;
    }
    header{
        height: auto;
    }

    .logo{
        padding: 20px;
    }

    .menuMobile{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

}

