*{
	margin:0px;
	padding:0px;
}
html, body{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family:'Roboto', sans-serif !important;
	font-weight:300 !important;
}
.btnRedes{
	color:#FFFFFF;
	cursor:pointer;
	font-size:18px;
}
.btnRedes:hover{
	opacity:.7;
}

.swiper-container {
	width:100%;
}

.swiper-slide {
	text-align:center;
	font-size:18px;
	background:#fff;
/* Center slide text vertically */
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
		
.swiper-pagination-bullet {
	/*width:80px !important;
	height:5px !important;
	border-radius:0px !important;*/
	background-color: #333333 !important;
	z-index: 999999999999 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom:20px !important;
}

.counter {
	font-weight:900;
	color:#999999;
	letter-spacing:3px;
	font-size:3rem;
}