/* LISTA NOTÍCIAS */
.boxListaVideos {
	display: block;
	margin: 40px 0 0 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.boxListaVideos ul {
	margin: 40px 0 0 0;
	padding: 0;
}

.boxListaVideos:hover li {
	opacity: 0.8;
}

.boxListaVideos li {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 0 55px 0;
	padding: 0 15px 0 0;
	border: 2px solid transparent;
	width: 25%;
	transition: all 0.15s ease-out;
	vertical-align: top;
}

.boxListaVideos li:hover {
	opacity: 1;
}

.boxListaVideos li a {
	display: block;
	margin: 0 0 3px 0;
	padding: 0;
	background: #fff;
	color: #181818;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	line-height: 1em;
	text-decoration: none;
	transition: background 0.1s ease-out, color 0.1s ease-out;
}

.boxListaVideos li:hover a {

}

.boxListaVideos li .image {
	display: block;
	position: relative;
}

.boxListaVideos li .icon {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/icons/icon-video-play.png) no-repeat center;
	z-index: 100;
	opacity: 0.75;
	transition: opacity 0.25s ease-out;
}

.boxListaVideos li:hover .icon {
	opacity: 1;
}

.boxListaVideos li a img {
	display: block;
	max-width: 100%;
	height: auto;
}

.boxListaVideos li a .title {
	display: block;
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4em;
	color: #181818;
}

.boxListaVideos li a .title time {
	display: block;
	margin: 2px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #484848;
}

.boxListaVideos li a p {
	display: block;
	margin: 10px 0 20px 0;
	color: #686868;
}







/* ########## */
/* RESPONSIVE */
/* ########## */


/* 1170px */
@media screen and (max-width: 1170px) {
	.containerShadowOnTop {
		padding: 50px 40px 0 40px;
	}

	.boxListaVideos li {
		width: 23%;
		margin: 0 10px 0 0;
	}

	.boxListaVideos li a {
		margin: 0 auto;
	}
}


/* 960px */
@media screen and (max-width: 960px) {
	/* NOTÍCIAS */
	.noticiaAmpliada header h1 {
		font-size: 1.6rem;
		line-height: 1.4em;
	}

	.noticiaAmpliada h2 {
		line-height: 1.2em;
	}

	.noticiaAmpliada ul, .noticiaAmpliada ol {
		padding: 0 0 0 20px;
	}

	.noticiaAmpliada p {
		width: 100%;
		font-size: 1rem;
		line-height: 1.4em;
	}

	.noticiaAmpliada li {
		font-size: 1rem;
		line-height: 1.8em;
	}

	.boxListaVideos {
		padding: 0 0 40px 0;
	}

	.boxListaVideos li {
		width: calc(33.33% - 22px);
	}
}


/* 768px */
@media screen and (max-width: 768px) {
	.boxListaVideos li {
		width: calc(50% - 22px);
	}
}


/* 480px */
@media screen and (max-width: 480px) {
	.containerShadowOnTop {
		padding: 40px 20px 0 20px;
	}

	.noticiaAmpliada header h1 {
		font-size: 1.2rem;
		line-height: 1.4em;
	}

	.noticiaAmpliada ol li {
		margin: 0 0 0.8em 0;
	}

	.noticiaAmpliada h2 {
		font-size: 1.2em;
	}

	.noticiaAmpliada p {
		font-size: 0.9rem;
		line-height: 1.4em;
	}

	.noticiaAmpliada li {
		font-size: 0.9rem;
		line-height: 1.8em;
	}

	.noticiaAmpliada p img {
		vertical-align: middle;
	}

	.listaNoticias h2 {
		font-size: 1.3rem;
		line-height: 1.2em;
	}

	.listaNoticias .btTodasAsNoticias {
		top: auto;
		bottom: -10px;
		right: 0;
	}


	.boxListaVideos {
		margin: 40px 0 20px 0;
	}

	.boxListaVideos li {
		width: 100%;
		margin: 0 0 30px 0;
	}

	.boxListaVideos li a {
		height: auto;
		text-align: center;
	}

	.boxListaVideos li a img {
		margin: 0 auto;
	}
}