@charset "utf-8";
/* CSS Document */
img {
	max-width:100%;
	height:auto;
}
/* Demo Syles */
	.device {
	  position: relative;
	  max-width: 480px;
   	  margin: 0 auto 30px auto;
	}
	.device .arrow-left, .device .arrow-right {
	  position: absolute;
	  top: 50%;
	  margin-top: -15px;
	  width: 70px;
	  height: 76px;
	  z-index:99999;
	  background-repeat: no-repeat;
		opacity: 0.75;
		-webkit-opacity: 0.75;
		-moz-opacity: 0.75;
	}
	.device .arrow-left:hover, .device .arrow-right:hover {
		opacity: 1;
		-webkit-opacity: 1;
		-moz-opacity: 1;
	}
	.device .arrow-left {
	left: 0;
	background-image: url(../../slide_izqa.png);
	background-position: left center;
	}
	.device .arrow-right {
	  right: 10px;
	  background-image: url(../../slide_dcha.png);
	  background-repeat: no-repeat;
	  background-position: right center;
	}
	.content-slide {
	  padding: 20px;
	  color: #fff;
	}
	.swiper-slide p {
	  font-size: 50px;
	}
	.pagination {
	  position: absolute;
	  left: 0;
	  text-align: center;
	  bottom:-30px;
	  width: 100%;
	  z-index: 555;
	}
	.swiper-pagination-switch {
	  display: inline-block;
	  width: 10px;
	  height: 10px;
	  border-radius: 10px;
	  margin: 0 3px;
	  cursor: pointer;
	  border: solid 1px #8A6C5A;
	  background-color: #000;
	}
	.swiper-active-switch {
	  background: #8A6C5A;
	}

