.controls {
	margin: 0;
}
.controls_fotos {
	position: absolute;
	bottom: -16px;
	right: 0;
	width: 980px;
	height: 50px;
	z-index: 100;
}
.controls .num {
	width: 60px;
}
.swiper-main {
	float: left;
	position: relative;
}
.anima {
	width: 980px;
	height: 300px;
	padding: 0;
	margin: 0;
}
.container2 {
	width: 280px;
	height: 385px;
	padding: 0;
	margin: 0;
}
.container2 .swiper-slide {
	width:280px;
	height:360px;
	text-align:center;
}
.container2 .swiper-slide img {
	text-align:center;
	max-width:280px;
	max-height:360px;
}
.swiper_publicidade {
	width: 280px;
	height: 385px;
	padding: 0;
	margin: 0;
}
.swiper-slide {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
.swiper1 { width:960px; height:160px; }
.swiper_convenios .swiper-slide .imagem_convenio {
	-moz-box-shadow:    1px 3px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
	box-shadow:         1px 3px 10px rgba(0,0,0,0.2);
}
.arrow-left1 {
	float:left;
	position:relative;
	width:12px;
	height:13px;
	background-image:url(../images/seta_esq.jpg);
	border:none;
	margin:0 0 0 20px;
	cursor:pointer;
}
.arrow-right1 {
	float:right;
	position:relative;
	width:12px;
	height:13px;
	background-image:url(../images/seta_dir.jpg);
	border:none;
	margin:0 20px 0 0;
	cursor:pointer;
}

.swiper_noticias .swiper-slide img {
	vertical-align:middle;
	background-color:#ffffff;
	-moz-box-shadow:    1px 3px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 3px 10px rgba(0,0,0,0.2);
	box-shadow:         1px 3px 10px rgba(0,0,0,0.2);
}
.swiper5 { width:960px; height:160px; }

.arrow-left5 {
	float:left;
	position:relative;
	width:12px;
	height:13px;
	background-image:url(../images/seta_esq.jpg);
	border:none;
	margin:0 0 0 20px;
	cursor:pointer;
}
.arrow-right5 {
	float:right;
	position:relative;
	width:12px;
	height:13px;
	background-image:url(../images/seta_dir.jpg);
	border:none;
	margin:0 20px 0 0;
	cursor:pointer;
}


/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }




/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* Swiper Styles */
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;

	-moz-transition-property:-moz-transform;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;

	-o-transition-property:-o-transform;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;

	-ms-transition-property:-ms-transform;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;

	transition-property:transform;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

}
.swiper-slide {
	float:left;
	-webkit-transform:translate3d(0,0,0);
	-o-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* Specify Swiper's Size: 
.swiper-container, .swiper-slide {
	width: 500px;
	height: 200px;
}*/