/* content */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

/* =========================
   IMAGEN
========================= */
#amazingcarousel-1 .amazingcarousel-image {	
	position: relative;
	padding: 0px;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

#amazingcarousel-1 .amazingcarousel-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	border: none !important;
	margin: 0;
	padding: 0;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

/* =========================
   TITULO
========================= */
#amazingcarousel-1 .amazingcarousel-title {
	position: relative;
	font: 14px 'Open Sans', sans-serif;
	color: #333333;
	margin: 6px;
	text-align: center;
	text-shadow: 0px 1px 1px #fff;
}

/* =========================
   CONTENEDOR PRINCIPAL
========================= */
#amazingcarousel-container-1 {
	padding: 32px;
}

/* =========================
   LISTA
========================= */
#amazingcarousel-1 .amazingcarousel-list-container { 
	padding: 16px 0;
}

/* =========================
   ITEM (QUITAR SOMBRA Y BORDE)
========================= */
#amazingcarousel-1 .amazingcarousel-item-container {
	text-align: center;
	padding: 4px;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* =========================
   FLECHAS
========================= */
#amazingcarousel-1 .amazingcarousel-prev {
	left: 0%;
	top: 50%;
	margin-left: -30px;
	margin-top: -16px;
}

#amazingcarousel-1 .amazingcarousel-next {
	right: 0%;
	top: 50%;
	margin-right: -30px;
	margin-top: -16px;
}

/* =========================
   BULLETS
========================= */
#amazingcarousel-1 .amazingcarousel-nav {
	position: absolute;
	width: 100%;
	top: 100%;
}

#amazingcarousel-1 .amazingcarousel-bullet-wrapper {
	margin: 4px auto;
}

/* =========================
   LIMPIEZA GLOBAL (CLAVE)
========================= */
#amazingcarousel-1 *,
#amazingcarousel-1 *::before,
#amazingcarousel-1 *::after {
	box-shadow: none !important;
	border: none !important;
}

/* =========================
   MEJORA VISUAL (OPCIONAL)
========================= */
#amazingcarousel-1 img {
	/*filter: grayscale(100%);*/
	opacity: 0.8;
	transition: all 0.3s ease;
}

#amazingcarousel-1 img:hover {
	filter: none;
	opacity: 1;
}