.moduloimgdest{
	padding-top: 18px;
	padding-bottom: 0;
	position: relative;
}

	#imgDest{
		width: 984px;
		height: 220px;
	    position: relative;
	    overflow: hidden;
	}

		#imgDest ul {
		    width: 20000em;
		    position: relative;
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		#imgDest li {
			width: 984px;
			height: 220px;
		    float: left;
		}

		#imgDest li img {
			width: 984px;
			height: auto;
			position: relative;
			top: 50%;
			transform: translateY(-50%);
		}

		#imgdest-seletor{
			position: absolute;
			top: 5px;
			right: 17px;
		}

		#imgdest-seletor a{
			padding: 0 2px;
		}

		.imgDestcontent{width: 984px; top: 168px; height: 32px; bottom: 20px; position: absolute; font-size: 135%; color: #444; padding: 8px 65px; text-align: right; background-color: #666; background-color: rgba(255, 255, 255, 0.6); webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
		#slides img {width: 984px; height: 221px}


/* seletor */
.imgdest-select{
	display: block;
	background: url("../../imagens/icones/bt_off.png") center center no-repeat;
	float: left;
	height: 16px;
	width: 16px;
}

.imgdest-select-active{
	background: url("../../imagens/icones/bt_on.png") center center no-repeat !important;
}


/* single */
header .moduloimgdest {
	padding-top: 0;
}


/* Layout Responsivo */

@media only screen and (max-width: 1000px) {

	#imgDest, #imgDest li {
		height: calc( 22vw + 32px );
		width: 100vw;
	}
	#imgDest li img {
		top: 0;
		transform: none;
		width: 100vw;
	}
	#imgdest-seletor {
		display: none;
	}
	.imgDestcontent {
		position: initial;
		padding: 4px;
		text-align: center;
		width: 100vw;
	}
}
