body{
	margin:0;
	padding:0;
}

.container{
	width: 100%;
	height:440px;
	margin:0;
	padding:0;
}

.owl-carousel .owl-stage-outer{max-height:440px!important;}
.owl-carousel{z-index: 0;}

.container.medio{
	margin-top:195px;
	margin-top:-85px!important;
	margin-top: 0!important;
}

.container.mini2{
	height:240px!important;
}

.container.mini3{
	height:145px!important;
}

@media(max-width:1440px){
	#banner{height:315px!important;}
	.container{height:340px!important;}
	.container.mini2{height:240px!important;margin:15px 0 15px 0;}
	.container.mini3{height:145px!important;margin:15px 0 15px 0;}
	.container.medio{height:415px!important;}
}

@media (max-width: 1280px){
	#banner{height:293px!important;}
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -30px;
	z-index: 10;
	position: relative;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #16B9A0!important;
}

/*
#owl-demo .item{
  background: #42bdc2;
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}*/

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
	min-height:auto;
}

/*
@media(max-width:991px){
	.container.medio,
	.owl-carousel .owl-stage,
	.owl-carousel.owl-drag .owl-item{
		width: 100%!important;
		max-width: 100%!important;
		height: auto!important;
		padding: 0!important;
		margin: 0!important;
	}
	
	.container.mobile{
		width: 343px!important;
		max-width: 343px!important;
		height: auto!important;
		padding: 0!important;
		margin: 0!important;
	}
	
}
*/





