html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend/*,
table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
img, picture, video, embed {max-width: 100%;}
*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

body {
	font-size: 62.5%;
	line-height: 1.8em;
	color: #3f3f3f;
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
}
a, a:hover {color: #3f3f3f; text-decoration: none;}

.content {width: 96%; max-width: 480px; margin: 0 auto;}

#header-site {
    width: 100%;
    padding: 14px 0 10px;
    border-top: solid 10px #e6e7e9;
}
    #header-site .content {display: flex; align-items: flex-end; justify-content: space-between;}
    #logo {width: 100%; max-width: 214px;}
        #logo img {width: 100%;}
    #header-site .redes-sociais {margin: 0 0 5px;}
        #header-site .redes-sociais img {margin: 0 0 0 5px;}

@media screen and (max-width: 380px) {
    #header-site .content {flex-direction: column; align-items: center;}
    #header-site .redes-sociais {margin-top: 20px;}
}

#banner {
    width: 100%;
    padding: 40px 10px;
    min-height: 271px;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: url(../imgs/bg-boletim-informativo.png) no-repeat center transparent;
}
    #banner, #banner a {color: #FFF;}
    #banner h1 {
        font-size: 2.6em;
        line-height: 1em;
        font-weight: bold;
        margin: 0 0 1em;
    }
    .tit-detalhe {
        width: 48px;
        height: 2px;
        display: block;
        margin: 0 auto 2.6em;
        background-color: #a78d7c;
    }
    #banner p {font-size: 1.1em; line-height: 1.6em;}
    #banner .btn {
        width: 100%;
        text-align: center;
        left: 0;
        bottom: -16px;
        position: absolute;
    }
        #banner .btn a {
            font-size: 1.4em;
            line-height: 1em;
            font-weight: bold;
            padding: 10px 22px;
            display: inline-block;
            border-radius: 100px;
            background-color: #a98e71;
            border: solid 1px #a98e71;
        }

#noticias {padding: 40px 0;}
    #noticias h2 {font-size: 1.6em; line-height: 1.6em; margin: 0 0 1em;}
        #noticias h2 a {font-weight: bold;}
    #noticias p {font-size: 1.4em; line-height: 1.6em;}
    #noticias .btn {text-align: right; margin: 22px 0 0;}
        #noticias .btn a {
            color: #FFF;
            font-size: 1.3em;
            padding: 0.5em 1em;
            display: inline-block;
            background: rgb(2,0,36);
            background: -moz-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(139,116,75,1) 0%, rgba(193,169,123,1) 100%);
            background: -webkit-linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(139,116,75,1) 0%, rgba(193,169,123,1) 100%);
            background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(139,116,75,1) 0%, rgba(193,169,123,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#c1a97b",GradientType=1); 
        }

.destaque {margin: 0 auto 30px;}
    .destaque .img {margin: 0 0 18px;}
    .destaque .desc {
        padding: 5px 0 5px 22px;
        border-left: solid 8px #a59071;
    }

.noticia {
    padding: 26px 0;
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #e9e9e9;
}
    .noticia .img {width: 240px;}    
        #noticias .noticia:nth-child(odd) .img {order: 2;}
    .noticia .desc {width: calc(100% - 260px);}
    #noticias .noticia h2 {font-size: 1.3em; line-height: 1.4em;}
    #noticias .noticia p {font-size: 1.2em; line-height: 1.4em;}
    
@media screen and (max-width: 500px) {
    .noticia {flex-direction: column;}
    .noticia .img, .noticia .desc {width: 100%;}
    .noticia .img {text-align: center; margin: 0 0 10px;}
    #noticias .noticia:nth-child(odd) .img {order: 0;}
}

#footer-site {
    color: #a89172;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #21212b;
    border-top: solid 10px #e6e7e9;
}
    #footer-site .redes-sociais {margin: 0 0 14px;}
        #footer-site .redes-sociais img {margin: 0 5px;}
    #footer-site .logo {max-width: 76px; margin: 0 auto 14px;}