.figuraNova{
			
			max-width: 280px;
    width: 100%;
    background-position: center center;
    max-height: 280px;
    height: 280px;
    background-size: cover;
		}
		@media screen and (max-width: 430px) {.figuraNova{
			
			max-width: 200px;
    width: 100%;
    background-position: center center;
    max-height: 200px;
    height: 200px;
    background-size: cover;
		}
		}
			#owl-demo .item{
  padding: 0px 0px;
  margin: 4px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
#owl-demo .owl-dots{ display:none}
							  .owl-theme .owl-nav{
								  
								      top: 22%!important;
							  }
							  
.owl-next span{ float: left;
    margin-top: -4px;
    margin-left: 15px;    font-size: 60px; color:#000000;}
.owl-prev span{   float: left;
    margin-top: -4px;
    margin-left: 15px;   font-size: 60px; color:#000000;}