/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOCK-GRID-POST-FIXED-------------------------------*/
/*-----------------------------------------------------------------------------------*/

.block-grid-posts-fixed a.post {
	display: block;
	float: left;
	width: 100%;
	background-color: rgba(1,71,137,1.00);
	border-radius: 12px;
	position: relative;
}

.block-grid-posts-fixed a.post .img-post {
	width: 100%;
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(1,71,137,1.00);
}

.block-grid-posts-fixed a.post .overlayer {
	background-color: rgba(255,255,255,0.00);
	background-image: linear-gradient(0deg,rgb(0,0,0,1.00) 0%,rgb(0,113,188,0.00) 50%);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 10px;
}

.block-grid-posts-fixed a.post:hover .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.block-grid-posts-fixed a.post .title-post-content {
    position: absolute;
    bottom: 0;
    padding: 1rem;
}

.block-grid-posts-fixed .overlayer .label {
	background-color: rgba(25,69,83,1.00);
	padding: 0.6em 1em;
	font-weight: 500;
}

.block-grid-posts-fixed a.post .label-post {
	background-color: rgba(0,113,188,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 0.8rem;
	display: inline-block;
	padding: 0.3rem 0.7rem;
	border-radius: 3px;
}

.block-grid-posts-fixed a.post .label-post-green {
	background-color: rgba(1,130,15,1.00);
}

.block-grid-posts-fixed a.post .label-post-red {
	background-color: rgba(220,0,0,1.00);
}

.block-grid-posts-fixed a.post .label-post-orange {
	background-color: rgba(255,83,14,1.00);
}

.block-grid-posts-fixed a.post .label-post-fuchsia {
	background-color: rgba(214,11,82,1.00);
}

.block-grid-posts-fixed a.post p.post-list-title {
	/*font-size: 1.1rem;*/
	margin: 1rem 0 0;
	font-weight: 700;
	color: rgba(255,255,255,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	text-shadow: 1px 1px rgba(0,0,0,0.9);
}

.block-grid-posts-fixed a.post p.post-list-date {
	color: rgba(100,100,100,1.00);
	font-size: 0.85rem;
	margin: 0.2rem 0 0;
	padding-top: 10px;
}

@media (max-width:767px) {

	.block-grid-posts-fixed a.post p.post-list-title {
		font-size: 1rem;
	}

	.block-grid-posts-fixed a.post-first p.post-list-title {
		font-size: 1rem;
	}
}

@media (min-width:768px) and (max-width:991px) {

	.block-grid-posts-fixed a.post p.post-list-title {
		font-size: 1rem;
	}

	.block-grid-posts-fixed a.post-first p.post-list-title {
		font-size: 1.3rem;
	}
}

@media (min-width:992px) and (max-width:1199px) {

	.block-grid-posts-fixed a.post .title-post-content {
		padding: 1rem 0.5rem;
	}

	.block-grid-posts-fixed a.post-first .title-post-content {
		padding: 1rem;
	}

	.block-grid-posts-fixed a.post p.post-list-title {
		font-size: 0.85rem;
	}

	.block-grid-posts-fixed a.post-first .img-post {
		height: 355px;
	}

	.block-grid-posts-fixed a.post-first p.post-list-title {
		font-size: 1.2rem;
	}
}

@media (min-width:1200px) {

	.block-grid-posts-fixed a.post-first .img-post {
		height: 445px;
	}

	.block-grid-posts-fixed a.post-first p.post-list-title {
		font-size: 1.5rem;
	}
}










/*
@media (min-width:992px) {
	.block-grid-posts-fixed a.post-first .img-post {
		height: 355px;
	}

	.block-grid-posts-fixed a.post-first p.post-list-title {
		font-size: 1.5rem;
	}
}

@media (min-width:1200px) {
	.block-grid-posts-fixed a.post-first .img-post {
		height: 432px;
	}
}

@media (min-width:1280px) {
	.block-grid-posts-fixed a.post-first .img-post {
		height: 445px;
	}
}

*/







/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOCK-GRID-POST-HORIZONTAL--------------------------*/
/*-----------------------------------------------------------------------------------*/

.block-grid-posts a.post {
	display: block;
	float: left;
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 2.5px 10px 1px rgba(0,0,0,0.08);
}

.block-grid-posts a.post .img-post {
	width: 100%;
	border-radius: 10px 10px 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(1,71,137,1.00);
}

.block-grid-posts a.post .overlayer {
	background-color: rgba(255,255,255,0.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
	position: relative;
}

.block-grid-posts a.post:hover .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.block-grid-posts a.post .title-post-content {
	padding: 1rem;
}

.block-grid-posts .overlayer .label {
	background-color: rgba(25,69,83,1.00);
	position: absolute;
	top:1em;
	left: 1em;
	padding: 0.6em 1em;
	font-weight: 500;
}

.block-grid-posts a.post .label-post {
	background-color: rgba(0,113,188,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 0.8rem;
	display: inline-block;
	padding: 0.3rem 0.7rem;
	border-radius: 3px;
}

.block-grid-posts a.post .label-post-green {
	background-color: rgba(1,130,15,1.00);
}

.block-grid-posts a.post .label-post-red {
	background-color: rgba(220,0,0,1.00);
}

.block-grid-posts a.post p.post-list-title {
	font-size: 1.1rem;
	margin: 1rem 0 0;
	min-height: 6em;
	font-weight: 700;
	color: rgba(50,50,50,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

.block-grid-posts a.post p.post-list-date {
	color: rgba(100,100,100,1.00);
	font-size: 0.85rem;
	margin: 0.2rem 0 0;
	padding-top: 10px;
}

@media (max-width:767px) {

	.block-grid-posts a.post p.post-list-title {
		font-size: 1rem;
	}
}

@media (min-width:768px) and (max-width:991px) {

	.block-grid-posts a.post p.post-list-title {
		font-size: 1rem;
	}	
}


@media (min-width:992px) and (max-width:1199px) {

	.block-grid-posts a.post p.post-list-title {
		font-size: 1.1rem;
	}
}

@media (min-width:1200px) {

	.block-grid-posts a.post p.post-list-title {
		font-size: 1.1rem;
	}
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOCK-WEB-STORIES-----------------------------------*/
/*-----------------------------------------------------------------------------------*/

.block-pbo .title h2 {
	margin: 0;
}

@media (min-width:992px) {
	.block-pbo .title h2 {
		margin: 0;
		font-size: 2rem;
	}
}

.block-web-stories {}

.block-web-stories a.post {
	display: block;
	float: left;
	width: 100%;
	background-color: rgba(1,71,137,1.00);
	padding: 0;
	margin: 0;
	border-radius: 5px;
	position: relative;

}

.block-web-stories a.post .img-post {
	width: 100%;
	max-height: 370px;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(1,71,137,1.00);
}

.block-web-stories a.post .overlayer {
	background-color: rgba(255,255,255,0.00);
	background-image: linear-gradient(0deg,rgb(0,0,0,1.00) 0%,rgb(0,113,188,0.00) 50%);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
	max-height: 370px;
	position: relative;
	border-radius: 5px;
}

.block-web-stories a.post:hover .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.block-web-stories a.post .title-post-content {
	position: absolute;
	bottom: 0;
	padding: 1rem;
}

.block-web-stories a.post .label-post {
	background-color: rgba(0,113,188,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 0.8rem;
	display: inline-block;
	padding: 0.3rem 0.7rem;
	border-radius: 3px;
}

.block-web-stories a.post p.post-list-title {
	font-size: 1rem;
	margin: 1rem 0 0;
	font-weight: 700;
	color: rgba(255,255,255,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

@media (min-width:768px) and (max-width:991px) {
	.block-web-stories a.post p.post-list-title {
		font-size: 1rem;
	}
}


/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOCK-WEB-STORIES-VIDEOS ---------------------------*/
/*-----------------------------------------------------------------------------------*/

.block-videos {
	background-color: rgba(0,113,188,1.00);
    background-image: url(../img/overlayer/bg-videos.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}



.block-videos a.post .img-post {

	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 20%, cover;
}

/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOCK-WEB-STORIES-COLUNAS--------------------------*/
/*-----------------------------------------------------------------------------------*/

.block-colunas {
	background-color: rgba(0,113,188,1.00);
    background-image: url(../img/overlayer/bg-colunas.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.block-colunas .title i {
	color: rgba(255,162,0,1.00);
}

.block-colunas a.post {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 1rem 0;
	border-radius: 5px;
	position: relative;
	background-color: rgba(255,255,255,1.00);
    box-shadow: 0 2.5px 10px 1px rgba(0,0,0,0.08);
}

.block-colunas a.post .img-post {
	width: 100%;
	max-height: 370px;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.block-colunas a.post .title-post-content {
	position: absolute;
	padding: 1rem;
	top: 2rem;
	width: 100%;
}

.block-colunas a.post .title-post-content .img-avatar {
	width: 120px;
	border-radius: 200px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.block-colunas a.post .label-post {
	color: rgba(0,113,188,1.00);
	font-weight: 700;
	text-transform: uppercase;
}

.block-colunas a.post p.post-list-title {
	font-size: 1rem;
	margin: 1rem 0 0;
	font-weight: 700;
	color: rgba(50,50,50,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}
































/*-----------------------------------------------------------------------------------*/
/*-------------------------------BLOCK-LIST-POST-------------------------------------*/
/*-----------------------------------------------------------------------------------*/

.block-list-posts a.post {
	display: block;
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(212,212,212,1.00);
}

.block-list-posts a.post .img-post {
	width: 100%;
	border-radius: 5px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(1,71,137,1.00);
}

.block-list-posts a.post .overlayer {
	background-color: rgba(255,255,255,0.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	width: 100%;
	height: 100%;
	position: relative;
}

.block-list-posts a.post:hover .overlayer {
	background-color: rgba(255,255,255,0.3);
}

.block-list-posts a.post .title-post-content {
	padding: 1rem 0 0;
	padding: 0 0 0 1rem;
}

.block-list-posts .overlayer .label {
	background-color: rgba(25,69,83,1.00);
	position: absolute;
	top:1em;
	left: 1em;
	padding: 0.6em 1em;
	font-weight: 500;
}

.block-list-posts a.post .label-post {
	background-color: rgba(0,113,188,1.00);
	color: rgba(255,255,255,1.00);
	font-weight: 700;
	font-size: 0.8rem;
	display: inline-block;
	padding: 0.3rem 0.7rem;
	margin-bottom: 1rem;
	border-radius: 3px;
}

.block-list-posts a.post .label-post-green {
	background-color: rgba(1,130,15,1.00);
}

.block-list-posts a.post .label-post-red {
	background-color: rgba(220,0,0,1.00);
}

.block-list-posts a.post .label-post-black {
	background-color: rgba(50,50,50,1.00);
}

.block-list-posts a.post p.post-list-title {
	font-size: 0.9rem;
	font-weight: 700;
	color: rgba(50,50,50,1.00);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
}

.block-list-posts a.post p.post-list-date {
	color: rgba(100,100,100,1.00);
	font-size: 0.85rem;
	margin: 0.2rem 0 0;
	padding-top: 10px;
}

.block-list-posts a.post-first .title-post-content {
	padding: 1rem 0 0;
}


.block-list-posts a.post-first p.post-list-title {
	font-size: 1rem;

}

@media (min-width:768px) {
	.block-list-posts a.post .title-post-content {
		padding: 0 0 0 1rem;
	}	

	.block-list-posts a.post p.post-list-title {
		font-size: 1rem;
	}
}

@media (min-width:992px) {
	.block-list-posts a.post .title-post-content {
		padding: 0 0 0 1rem;
	}

	.block-list-posts a.post-first .title-post-content {
		padding: 1rem 0 0;
	}

	.block-list-posts a.post p.post-list-title {
		font-size: 0.80em;
	}
	
	.block-list-posts a.post-first p.post-list-title {
		font-size: 1.00em;
	}
}

@media (min-width:1200px) {
	.block-list-posts a.post p.post-list-title {
		font-size: 1em;
	}
}



