@charset "utf-8";
/* CSS Document */

#slidshow{	
	/*background-image:url(../img/fundo_slidshow.png);
	background-repeat: repeat-x;*/
	/*background-color:#FFF;*/
	width:100%;
	height:auto;
}
#fotos{
	width:100%;
	height:100vh;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:auto;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height:auto;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  height:100vh;
  border: 0;
  }


/*================================================================================================*/


@media only screen and (max-device-width : 1680px) {
}
@media only screen and (max-device-width : 1400px) {
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
#slidshow{	
	background-image:none;
}
#fotos{
	width:100%;
}
	
#fotos{
	height:auto;
}
.rslides img {
  height:auto;
  }


}