section { padding: 80px 0px 50px 0px; }

/*MODELOS HOME*/
.listagem_destacado { width: 100%; height: auto; position: relative; margin: 0px; z-index: 1000; text-align: left; padding: 30px 0px 0px 0px; }
.listagem_destacado ul { width: 100%; height: auto; position: relative; list-style-type: none; text-align: center; }
.listagem_destacado ul li { background-color: #ffffff; display: inline-block; vertical-align: top; cursor: pointer; width: 160px; height: 223px; margin: 15px 10px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; overflow: hidden; position: relative; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.listagem_destacado ul li .msk {  width: 160px; position: absolute; z-index: 10; left: 0px; height: 200px; background: rgb(0,0,0); background: linear-gradient(180deg, rgba(0,42,80,0.8) 0%, rgba(255,255,255,0) 100%); }
.listagem_destacado ul li img { text-align: center; width: auto; height: 233px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; position: relative; z-index: 9; }
.listagem_destacado ul li .nome_destaque { width: 138px; padding: 10px 0px 10px 13px; height: auto; position: absolute; z-index: 10; text-align: left; color: #ffffff; font-size: 12px; line-height: 16px; font-family: 'Nunito'; font-weight: 500; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.listagem_destacado ul li .nome_destaque img { float: right; width: auto; height: 10px; margin: 5px 0px; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.listagem_destacado ul li .nome_destaque p { position: relative; color: #ffffff; font-size: 10px; line-height: 12px; font-family: 'Nunito'; font-weight: 500; width: 100%; height: auto; }
.listagem_destacado ul li:hover { height: 233px; margin: 10px; }

@media screen and (max-width: 1100px) {

	/*MODELOS HOME*/
	.listagem_destacado { width: 100%; height: auto; position: relative; margin: 20px 0px 0px 0px; z-index: 1000; text-align: left; }
	.listagem_destacado ul { width: 100%; height: auto; position: relative; list-style-type: none; text-align: center; }
	.listagem_destacado ul li { display: inline-block; cursor: pointer; width: 300px; height: auto; float: none; }

}