/* Sidebar ***********************************************************/

#sidebarBlog {
	float: left;
	width: 100%;
    margin-bottom: 30px;
}

/* Banners */

#sidebarBlog .imagemSidebar {
    margin-bottom: 25px;
	float: left;
}

#sidebarBlog .imagemSidebar img {
    width: 100%;
}

/* Categorias */

#categoriasSidebar {
    margin: 0 0 30px 0;
    width: 100%;
    display: inline-block;
}

#categoriasSidebar span {
	color: #fff;
    font-weight: lighter;
    padding: 10px;
    background: #1CBA85;
    margin: 0 0 20px;
    font-size: 16px;
    text-align: center;
    position: relative;
	display: inline-block;
	width: 100%;
}

#categoriasSidebar span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1CBA85;
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
}

#categoriasSidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#categoriasSidebar ul li {
    padding: 10px 0;
    border-bottom: solid 1px #dfdfdf;
}

#categoriasSidebar ul li:last-child {
	border: 0;
}

#categoriasSidebar ul li h2 {
	margin: 0;
}

#categoriasSidebar ul li a {
    color: #1CBA85;
    font-size: 13px;
}

/* Últimas notícias */

#postsDestaques {
    float: left;
    width: 100%;
}

#postsDestaques span {
	color: #fff;
    font-weight: lighter;
    padding: 10px;
    background: #1CBA85;
    margin: 0 0 40px 0;
    font-size: 16px;
    text-align: center;
    position: relative;
	display: inline-block;
	width: 100%;
}

#postsDestaques span:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1CBA85;
    position: absolute;
    top: 100%;
    left: calc(50% - 5px);
}

#postsDestaques ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

#postsDestaques ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: solid 1px #dfdfdf;
    padding-bottom: 10px;
}

#postsDestaques ul li:last-child {
    border: 0;
}

#postsDestaques .col-sm-4 {
    padding: 0;
    border: solid 1px #dfdfdf;
}

#postsDestaques figure {
    overflow: hidden;
}

#postsDestaques figure img {
    transition: all 0.2s linear 0s!important;
    width: 100%;
}

#postsDestaques figure img:hover {
    transform: scale(1.1);
}

#postsDestaques a.titulo {
	font-size: 13px;
	margin: 0;
    float: left;
    font-weight: normal;
    color: #464C50!important;
    line-height: 150%;
}

#postsDestaques a.linkPost {
	font-size: 13px;
	margin: 10px 0 0 0;
    float: left;
    font-weight: bold;
    color: #1CBA85!important;
    line-height: 150%;
    text-decoration: underline!important;
}