#header {
    background: rgba(44,58,76, 0.95);    	
    height: 90px;
}

.home-overly {
    background: rgba(0, 0, 0, 0.50);
    height: 100%;
    position: absolute;
    width: 100%;
}

.header-bg {
	background-image: url(../img/bk-home.jpg) !important;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
	position: relative;
}

.title2 {
	color: #FFF;
}

.blog-page {
	font-size: 14px
}

.blog-meta {
    border-bottom: 1px dotted #fff;
    padding: 10px 0;
}

.blog-meta span i {
    padding-right: 10px;
}

.blog-page .single-blog {
    margin-bottom: 40px;
}

.post-img {
    display: inline-block;
    float: left;
    padding: 0 5px;
    width: 35%;
}

.left-blog {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
}

.recent-single-post {
    border-bottom: 1px solid #ddd;
    display: block;
    overflow: hidden;
    padding: 15px 10px;
}

.recent-post .post-img {
	width: 30%;
	max-width: 110px;
}

.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
}

.pst-content {
    padding-left: 10px;
}

.recent-post .pst-content {
	display: block;
}

.recent-post .pst-content p
{
	margin: 0;
	display: block;	
}



.recent-post .pst-content p a,
.recent-post .pst-content p {
	line-height: 15px;
}

.recent-post .pst-content p a {
	font-size: 14px;	
	display: block;
}

.recent-post .pst-content p.data a {
	font-size: 12px;
	padding-top: 5px;
	color: #888;
}

.page-area .slider-content {
	padding: 0 60px;
	padding-top: 140px;
	padding-bottom: 20px;
}

.blog-page.area-padding {
	padding: 30px 0px 80px !important;
}

.blog_noticias_listagem_sem_sidebar {
	margin: 0 auto !important;
	float: none !important;
}

.blog-pagination {
	text-align: center;
    margin-top: 30px;
    padding: 0 15px;
    margin: 0 auto;
}

.blog-pagination .pagination li {
    padding-right: 10px;
}

.blog-pagination .pagination li a {
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #2C3A4C;
    color: #FFF;
    border-radius: 100%;
}

.blog-pagination .pagination li.active a {
    background-color: #FFF;
    color: #2C3A4C;
    border:#2C3A4C solid 1px;
}

.voltar {
	font-size: 16px;
	text-align: center;
	margin-top: 20px;
	width: 100%;
	
}

.voltar a {
	color: #555 !important;
}

.blog-text .texto p {
	margin: 0 0 25px 0; /* top, right, bottom, left */
}

.left-blog h4 {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    padding: 15px 10px;
    text-transform: uppercase;
}

.blog-text h4 {
    font-size: 16px;
}

.blog-text h4 {
    color: #444;
    margin-bottom: 15px;
}

.blog-text h4 a {
    color: #444;
    text-decoration: none;
}

.single-blog-img {
	text-align: left;
}

.comments-type>a, .date-type, .blog-meta span.comments-type {
    color: #333;
    letter-spacing: 1px;
    margin-right: 5px;
}

.single-blog .ready-btn {
    border: 1px solid #444;
    border-radius: 30px;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.botao_share_texto {
    padding: 15px 0;
    font-size: 17px;
}

.botao_share_texto * {    
}

.botao_share_texto .whatsapp {
    color: #009E5D !important;
}


.compartilhar *  {
    color: #9D9593
}


.compartilhar {
    width: 100%;
    margin: 20px 0;
    border-bottom: #DDD solid 1px;
    border-top: #DDD solid 1px;
    text-align: center;
    position: relative;
    margin: 40px 0;
    padding: 15px 0;    
}

.compartilhar:before {
    content: 'Compartilhar';
    text-align: left;
    padding-bottom: 15px;
    position: absolute;
    left: 0;
    top: -20px;    
    color: #A9A19F
}

.compartilhar .share {
    background: #A9A19F !important;    
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    font-size: 18px;
    display: inline-block;
    
}

.compartilhar .share,
.compartilhar .share i.fa {
    color: #2C3A4C;
}

@media (max-width: 767px) {

	.page-area .slider-content h1
	{
		font-size: 28px !important;
	}
	
	.page-area .slider-content {
		padding-top: 125px;
	    
	}

    .coluna_mais_recentes {
        display: none;
    }

    .single-blog {
        width: 100% important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

}

@media (min-width: 768px) {
    

	.navbar-header	{
		max-width: 35%;
	}

	.single-blog-img.home	{
		height: 245px;
	}
}

