#name-page{background-image: url('../img/bg_noticias.jpg')}

#listagem article{
    margin:0;
    padding:0;
    margin-bottom: 190px;
    border-bottom: 10px solid #f8f8f8;
    padding-bottom: 60px;
}
#listagem article h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#0d2128;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    margin: 0;
    padding: 20px 0;
}
#listagem .by{
    color:#1185d9;
}
#listagem .data{
    margin-left: 5%;
}
#listagem article h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#1185d9;
    letter-spacing: 2px;
    font-size: 25px;
    text-transform: uppercase;
    padding: 0;
    margin:20px 0 50px 0;
}
#listagem article p.text,
#listagem article div.text{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 70px;
}
#listagem article div.text{
    color:#4b4b4b
}
#listagem article a.continuar-lendo{
    background: #1185d9;
    color:#FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 30px;
}
#pagination a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color:#1185d9
}
#pagination li *{
    border:none;
    background: #f9f9f9;
}
#pagination li a{
    margin-right: 5px;
}
#pagination .active span{
    background: #1185d9 !important;
    color:#FFF;
}
#post-anteriores h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color:#1185d9;
    font-size: 20px;
    margin:0;
    margin-bottom:40px;
}
/**
 * pesquisar
 */
#pesquisar{
    background: #f9f9f9;
    padding: 40px 30px;
    margin-bottom: 40px;
}
#pesquisar input,
#pesquisar .input-group-addon{
    box-shadow: none;
    border:none;
    background: #FFF;
    border-radius: 0;
    color:#959595;
}
#pesquisar input{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
#pesquisar .input-group-addon{
    cursor: pointer;
}
/**
 * curta
 */
#curta-nos{
    background: #f9f9f9;
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
/**
 * post recente
 */
#recentes{
    background: #f9f9f9;
    padding: 30px;
    margin: 0;
    margin-bottom: 40px;
}
#recentes ul{
    padding: 0;
    list-style: none;
}
#recentes ul li{
    margin-bottom: 30px;
}
#recentes h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color:#0d2128;
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
#recentes span{
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color:#4b4b4b;
    font-size: 10px;
}
/**
 * tags
 */
#tags,.tags-post{
    background: #f9f9f9;
    padding: 30px;
    margin: 0;
    margin-bottom: 40px;
}
#tags ul,
.tags-post ul{
    padding: 0;
    list-style: none;
}
#tags li,
.tags-post li{
    background: #0d2128;
    display: inline-block;
    padding: 5px;
    margin-bottom: 5px;
    margin-right: 3px;
}
#tags a,
.tags-post a{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color:#FFF;
    text-transform: uppercase;
}
.tags-post a{
    font-size: 14px;
    padding: 10px 10px;
}
.tags-post{
    background: none;
    padding: 0;;
}
.redes-sociais{
    list-style: none;
    padding: 0;
}
.redes-sociais a {
	border-radius: 50%;
	font-size: 20px;
	color: #FFF;
	width: 35px;
	height: 35px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	float: right;
	margin-right: 10px;
}
.redes-sociais .facebook{
    background: #81b9fe;
}
.redes-sociais .pinterest{
    background: #ed676b;
}
.redes-sociais .twitter {
    background: #81e0fe;
}