/*slider*/
/*.container{position:relative;width:100%;}*/
#slider{position:relative;left:0px;height:172px;margin-bottom:-2px;}
#slider .slider-color{position:relative;width:100%;background:#fff;}
.slider-center{position:relative;width:calc(5*283px);overflow:hidden;margin:0px auto 0px auto;height:170px;}
#slider ul{position:relative;margin:0px 0px 0px -277px;padding:0px;list-style:none;width:calc(10*250px);}
#slider ul li{position:relative;display:block;text-align:center;float:left;}
.center{text-align:center;}
.image{width:280px;padding:20px 15px 0px 15px;}
a.prev, a.next{position:absolute;top:55px;z-index:999;display:block;padding:10px 10px;width:auto;height:auto;background:#2a2a2a;color:#fff;text-decoration:none;font-size:18px;opacity:0.8;cursor:pointer;}
a.prev:hover, a.next:hover{opacity:1;-webkit-transition: all 0.2s ease;}
a.prev{border-radius: 2px;}
a.next{right:0;border-radius: 2px;}

/*Responsive*/
/*@media only screen and (min-width: 2560px) {
	.slider-center{width:calc(8*283px);}
}
@media only screen and (min-width: 1920px) and (max-width: 2551px) {
	.slider-center{width:calc(6*283px);}
}
@media only screen and (min-width: 1600px) and (max-width: 1919px) {
	.slider-center{width:calc(5*283px);}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.slider-center{width:calc(4*283px);}
}
@media only screen and (min-width: 1366px) and (max-width: 1439px) {
	.slider-center{width:calc(4*283px);}
}
@media only screen and (min-width: 1280px) and (max-width: 1365px) {
	.slider-center{width:calc(3*283px);}
}
@media only screen and (min-width: 1020px) and (max-width: 1279px) {
	.slider-center{width:calc(3*283px);}
}
@media only screen and (min-width: 960px) and (max-width: 1019px) {
	.slider-center{width:calc(3*283px);}
}*/
/* ... to standard 960 */
/*@media only screen and (min-width: 768px) and (max-width: 959px) {
	.slider-center{width:calc(2*283px);}
}*/
/* BREAK */
/* ... to Tablet Portrait Size*/
/*@media only screen and (min-width: 580px) and (max-width: 767px) {
	.slider-center{width:calc(1*283px);}
}*/
/* ... to Mobile Landscape Size*/
/*@media only screen and (min-width: 321px) and (max-width: 579px) {
	.slider-center{width:calc(1*283px);}
}*/
/* ... to Mobile Portrait Size*/
/*@media only screen and (max-width: 320px) {
	.slider-center{width:calc(1*283px);}
}*/

@media only screen and (max-width: 2400px) {
	.slider-center{width:calc(4*283px);}
}
@media only screen and (max-width: 1800px) {
	.slider-center{width:calc(3*283px);}
}
@media only screen and (max-width: 1200px) {
	.slider-center{width:calc(2*283px);}
}
/*Lembrar de reduzir o tamanho da imagem para esse tamanho*/
@media only screen and (max-width: 600px) {
	.slider-center{width:calc(1*283px);}
}