#destaques{
	position: relative;
}

.carousel_destaques {
	position: relative;
	height: 170px;
}

	.lista_dest {
		width: 20000em;
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.item_dest {
		float: left;
	}

	#carousel_dest_left{
		position: absolute;
		left: -18px;
		top: 67px;
	}

	#carousel_dest_right{
		position: absolute;
		right: -18px;
		top: 67px;
	}

	.modulo-destaque-pagination{
		position: absolute;
		right: 10px;
		top: 10px;
	}

	.modulo-destaque-pagination a{
		margin: 0 5px;
	}

#destaques_content{
	position: absolute;
	height: 170px;
	width: 100%;
	overflow: hidden;
}

	.destaques_list{
		height: 170px;
		width: 984px;
		padding: 0 6px;
		box-sizing: border-box;
	}

	.destaques_list ul{
		list-style: none;
	}

	.destaques_list ul li:first-child {
		margin-right: 50px;
	}

		.dest_bloco{
			height: 120px;
			margin: 25px 0;
			float: left;
			width: 460px;
			position: relative;
		}

		.dest_bloco:hover > .dest_bloco_titulo {
			border-bottom-width: 10px;
		}

			.dest_bloco_thumb{
				float: left;
				height: 120px;
				overflow: hidden;
				width: 160px;
			}

			.dest_bloco_thumb img {
				height: 120px;
				margin-left: 50%;
				transform: translateX(-50%);
				width: auto;
			}

			.dest_bloco_titulo {
				border-bottom: 5px solid #ccc;
				color: #666;
				font-size: 13.5px;
				max-height: 50px;
				overflow: hidden;
				padding-bottom: 3px;
				position: absolute;
				right: 0;
				transition:.3s ease-out;
				width: 280px;
			}

				.dest_bloco_titulo:hover {
					border-bottom-width: 10px;
				}

				.dest_bloco_titulo a {
					color: inherit;
					display: block;
				}

			.dest_bloco_resumo {
				width: 280px;
				color: var(--cor-texto);
				font-size: 12px;
				text-align: justify;
				position: absolute;
				right: 0;
				bottom: 0;
				font-family: var(--fonte-corpo);
			}
