body {
	font-family: DroidSansRegular, "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	margin: 0;	
	overflow-x: hidden;
}
.slider-wrapper {
	margin: 0; 
	width: 100%;	
}

/*
.city {
	top: 8vh;
	margin-top: 4em;
	position: absolute;
	display: block;
	font-size: 1em;	
	margin-left: 0;
	z-index:999;
	width:auto;
	padding-left:30px;
	padding-right:30px;
	text-align: center !important;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 1.70vw;
	font-weight:bold;	
	background-color:#121462;
	color: #FFF;
}

.pais {	
	top: 10vh;
	margin-top: 4em;
	position: absolute;
	display: block;
	font-size: 1.30em;	
	margin-left: 0;
	z-index:999;
	width:auto;
	padding-left:30px;
	padding-right:30px;
	text-align: center !important;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size: 2.5vw;
	font-weight:bold;
	background-color:#333;
	color: #FFF;
}
*/
/* w3 city text */
.w3-animate-left {	
	animation:animateleft 8s;
	transition-delay: 0.5s;
}
@keyframes animateleft {
from {
left:0;
opacity:0;
}
to {
	left:200px;
	opacity:1;
}
}

/*


.moves {  
  animation: move 5s infinite;
}

@keyframes move {
  from {left: 0px;}
  to {left: 200px;}
}






@keyframes animateleft {	
 0% {
	 left:10vw;	 
 opacity: 0; 
}
 8% {
	 left:10vw;
 opacity: 1; 
}
 17% {
	 left:10vw;
 opacity: 1; 
}
 25% {
	 left:10vw;
 opacity: 1; 
}
 100% {
	 left:10vw;
opacity:0;
}
}
*/

img{
	max-height:500px;
}