body{
    margin:0;
    font-family: 'Roboto', Arial, sans-serif;
    /*background-color: #F4F4F4;*/
}

*{
    box-sizing:border-box;
}

.clear{
    clear:both;

}

a{
    -webkit-transition: 1s; /* Safari */
    transition: 1s;
    color: #4E9FCF;
}

h2{
    font-weight: 100;
    font-size: 26px;
    color: #999;
}

hr{
    height: 2px;
    border: 0;
    background-color: #E1E1E1;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mdl-grid{
        padding:0;
}

.mdl-cell{
    /*background:#E1E1E1;*/
    text-align: center;
}

.miolo{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}

.header{
    height:190px;
    background:#00bfa5;/*4E9FCF;*/
    margin-bottom:30px;
}

    .logo{
        padding-top:0px;
        float:left;
    }
        .logo img{
            /*width:380px;*/
        }

        .logo-instituto{
            color:white;
            font-size:15px;
            font-weight:100;
            margin-bottom:5px;
        }

        .logo-tresrios{
            color:white;
            font-size:36px;
            font-weight:900;
        }

        .logo-brasao{
            /*float:left;
            margin-right:20px;*/
        }

    .ico-menu{
        display:none;
    }

    .menu_container{
        margin-top:10px;
        height:40px;
        /*background: rgba(255,255,255,0.2);*/
    }

    .busca{
        margin-top:0px;
        float:right;
        width:300px;
    }

        .busca_input{
            border-radius:0;
            font-weight: 100;
            font-size: 16px;
            border:solid 1px #F4F4F4;
            background: white;
            padding:6px 10px;
            box-shadow: 0 2px 0 rgba(0,0,0,0.15);
            float:left;
            height:40px;
            margin-top:10px;
            width:75%;
        }

        .busca_submit{
            font-weight: 300;
            font-size: 18px;
            color:white;
            border:0;
            background: #00796B; /*01579b;*/
            padding:6px 10px;
            box-shadow: 0 2px 0 rgba(0,0,0,0.15);
            float:left;
            height:40px;
            margin-top:10px;
            width:25%;
            text-decoration: none;
            text-align: center;
        }

.mdl-mega-footer{
    margin-top:100px; 
}
.mdl-mega-footer__link-list{
    float:right;
    margin-top: 0px;
}

.mdl-logo{
    border-top: solid 1px #333;
    padding-top:20px;
    font-size: 20px;
    font-weight: 300;
}

img.noticias-destaque{
    width:100%;
    max-width: 575px;
    margin-bottom:10px;
}

a.noticias-destaque{

    border-bottom: solid 2px #f4f4f4;

    text-decoration: none;
    color: #4E9FCF;
    font-size:20px;
    font-weight: 300;
    display:block;
    min-height:360px;
    /*padding:10px;*/

}

a.noticias-destaque:hover{
    color: #336685;
    background: #F4F4F4;
    border-bottom: solid 2px #336685;

}

.noticias-destaque-container{
    height: 260px;
    overflow: hidden;
}
.noticias-destaque-titulo{
    padding:0 10px;
    min-height: 65px;
}

.noticias-destaque-info{
    font-size: 14px;
    color:#999;
}


.noticias-destaque-info .material-icons{
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}



img.noticias-baixo{
    float:left;
    width: 150px;
    height: 150px;
    margin-right:20px;
    border: solid 1px #E1E1E1;
}

a.noticias-baixo{
    /*background-color:white;
    border-bottom: solid 2px #E1E1E1;*/

    text-decoration: none;
    color: #4E9FCF;
    font-size:17px;
    font-weight: 300;
    display:block;
    text-align: left;
    height:150px;
    padding: 0px;

    margin-top:40px;

}

.noticias-baixo-titulo{
    /*height:130px;*/
    height:105px;
}
.noticias-baixo-info{
    font-size: 13px;
    color:#999;
}

.noticias-baixo-info .material-icons{
    font-size: 14px;
    margin-right: 5px;
    vertical-align: middle;
}

a.noticias-baixo:hover{
    color: #336685;
    /*border-bottom: solid 2px #336685;*/
}


a.servicos{
    display:block;
    background: #f1f1f1;

    text-align:center;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #336685;
    padding-top:10px;
    height:190px;
}

a.servicos:hover{
    color: #F4F4F4;
    background: #336685;
}

a.servicos small{
    font-size:14px;
    font-weight: 300;
}

a.servicos img{
    margin-top: 20px;
    margin-bottom:20px;
}




#topbar {
    display:inline;
    float:right;
    width:350px;
    font-size:11px;
    padding:0;
    margin:0;
    text-align:right;

}

#topbar li{
    float:right;
    margin:0 0 0 20px;
    text-align:right;
    list-style: none;
}

#topbar li a{
    text-decoration: none;
    color:white;

}

#shortcuts {
    display:inline;
    width:490px;
    float:left;
    font-size:11px;
    padding:0;
    margin:0;
}

#shortcuts li{
    float:left;
    margin-right:10px;
    list-style: none;
}

#shortcuts li a{
    text-decoration: none;
    color:white;
}

#shortcuts li a span{
    /*background: #004b82;
    color: #fff;*/
    padding: 1px 3px;
}

#topbar,
#shortcuts{
    margin-top:20px;
    margin-bottom:20px;
}

.container-redessociais{
    width:300px;
    height:500px;
    float:right;
}

.container-servicos{
    float:left;
    width:870px;
}

.timeline-Header{
    display:none;
}



#irparaconteudo,
#irparamenu,
#irpararodape,
#irparabusca{
    position: absolute;
    left: -999em;
}


.google-maps {
     position: relative;
     padding-bottom: 75%;
     height: 0;
     overflow: hidden;
 }
 .google-maps iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100% !important;
     height: 100% !important;
 }


 #fb-root {
  /*display: none;*/
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
