.slider-frame {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}

.slider-frame ul {
	display: flex;
	padding: 0px !important;
	width: 300%;
	height: 100%;
}
.plus ul {
	animation: slide 5s infinite alternate ease-in-out !important;
}

.slider-frame li {
	width: 100%;
	list-style: none;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px !important;
}

.slider-frame ul li img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-moz-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	-o-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 400px;
	max-width: none;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@keyframes slide {
	0% {
		margin-left: 0;
	}
	30% {
		margin-left: 0;
	}

	35% {
		margin-left: -100%;
	}
	65% {
		margin-left: -100%;
	}

	70% {
		margin-left: -200%;
	}
	100% {
		margin-left: -200%;
	}
}

.slider-frame small {
	position: absolute;
	background-color: #ff152c;
	left: 0px;
	top: 0px;
	font-size: 13px;
	/*text-transform: uppercase;*/
	color: #fff !important;
	font-weight: 600;
	-webkit-border-radius: 0 0px 9px 0;
	padding: 7px 10px 4px 10px;
	/*line-height: 1;*/
}

.top-destinos .imagen {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 180px;
}

.top-destinos .imagen img {
	width: 100%;
	min-height: 180px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
