.card-row > div[class*='col-']{
/*	display: flex;*/
/*	flex: 1 0 auto;*/
}

/*** PAGINAÇÃO ***/
	.btn-paginacao{
		font-size: 18px;
		color: #e4b754;
	}

/*** POSTS CARDS ***/
	.post-card{
		cursor: pointer;
/*		transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);*/
	}

	.post-card-header{
		/*height: 25vh;*/
		padding: 0;
		border-bottom: none;
/*		background-size: cover;*/
/*		background-position: center;*/
		overflow: hidden;
	}

	.post-card-img,
	.post-header-img{
		width: 100%;
/*		-webkit-transition:all .9s ease; */
/*		-moz-transition:all .9s ease; */
/*		-o-transition:all .9s ease;*/
/*		-ms-transition:all .9s ease; */
		transition: all .9s ease; 
	}

	.post-card:hover .post-card-img,
	.post-card:hover .post-header-img{
		opacity: 0.7;
/*		-webkit-transform:scale(1.15);*/
/*		-moz-transform:scale(1.15);*/
/*		-ms-transform:scale(1.15);*/
/*		-o-transform:scale(1.15);*/
		transform: scale(1.15);
	}

/*** NOTÍCIA POST ***/
	.corpo-noticia-post{
/*		background-color: #f5f5f5;*/
	}

	.jumbotron-blog{
		height: 40vh;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.corpo-post{
		margin-bottom: 60px;
		padding: 0 30px 40px;
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
		background-color: #fff;
		box-shadow: 0 0 5px #ccc;
	}

	.categ-data-post{
		font-size: 12.8px;
	}

	.link-voltar{
		font-size: 12.8px;
		text-decoration: none;
	}

	.sub-titulo-post{
		margin-bottom: 2rem;
		font-size: 18px;
		color: #666;
	}

/*** PALAVRA DO PRESIDENTE ***/
	.section-palavra-presidente{
		background: url('../img/bg-palavra-presidente.webp');
		background-position: 70%;
		overflow: hidden;
	}

	.section-palavra-presidente > .container{
/*		max-height: 40vh;*/
	}

	.jumbotron-nova-coluna{
	    position: relative;
	    min-height: 30vh;
	    cursor: pointer;
	    border-radius: 6px;
	    background-color: #000;
	}

	.jumbotron-nova-coluna:before{
	    content: ' ';
	    display: block;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0.5;
	    border-radius: 6px;
	    background-repeat: no-repeat;
	    background-position: 50%;
	    background-size: cover;
	}

	.jumbotron-nova-coluna > .row{
	    position: relative;
	}

	.jumbotron-palavra:before{
		background-image: var(--ultima-coluna-background-image);
	}

	/*.nova-coluna > mark{
	    font-weight: 600;
		color: #004165;
    	background-color: #fff;
	}*/

	.titulo-nova-coluna{
		font-size: 30px;
		color: #fff;
	}

@media (min-width: 576px) {  
	/*** PALAVRA DO PRESIDENTE ***/
		.section-palavra-presidente{
			background-position: 0;
		}
}
 
@media (min-width: 768px) {  
	/*** NOTÍCIA POST ***/
		.corpo-post{
			padding: 0 60px 40px;
		}

	/*** PALAVRA DO PRESIDENTE ***/
		.section-palavra-presidente{
/*			background-position: 65%;*/
		}

		.section-palavra-presidente > .container{
			height: 330px;
		}

		.titulo-nova-coluna{
			font-size: 40px;
		}
}
 
@media (min-width: 992px) { 
	/*** PALAVRA DO PRESIDENTE ***/
		.foto-ceo{
			width: 500px;
		}

		.titulo-nova-coluna{
			font-size: 50px;
		}
}