header a#delivery{left: 20px !important;bottom: 90px !important;}
/*SECCION 1*/
section#s1{
	text-align: center;
	background: url(/novedades/bg.jpg) center;
	padding-top: 40px;
	padding-bottom: 100px;
	text-align:center;
	width: 100% !important;
	overflow: none;
	right: 0;
	transition: all 1s ease-in-out;
	color: #E6E7E8;
}
section#s1 h2{
	color: #C7B086;
}
section#s1 h3{
	color: #C7B086;
	display: inline-block;
	text-align: center;
	margin-top: 60px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #E6E7E8;
}


.owl-theme,  .owl-carousel .owl-wrapper-outer,  .owl-item,  .owl-carousel .owl-wrapper,  .item{
	position: relative;
	text-align: center;
}
.owl-controls{display: inline-block !important;}
.owl-prev{
	height: 30px !important;
	width: 65px !important;
	position: absolute !important;
	margin:auto !important;
	bottom: -30px !important;
	top: auto !important;
	left: 0 !important;
	right: 0 !important;
	transform: translateX(-50px);
	background-color:none !important;
	background:url(/img/prev.png) no-repeat !important;
	background-position: center right !important;
	transition: all 0.3s ease !important;
}
.owl-prev:hover{
	background-color:none !important;
	background-position: center left !important;
}
.owl-next{
	height: 30px !important;
	width: 65px !important;
	position: absolute !important;
	margin:auto !important;
	bottom: -30px !important;
	top: auto !important;
	top: auto !important;
	left: 0 !important;
	right: 0 !important;
	transform: translateX(50px);
	background-color:none !important;
	background:url(/img/next.png) no-repeat !important;
	background-position: center left !important;
	transition: all 0.3s ease !important;
}
.owl-next:hover{
	background-color:none !important;
	background-position: center right !important;
}
img.item{
max-width:350px;
margin-right:20px;
margin-bottom:20px;
-webkit-box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.3);
box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.3);
}


/********** RESPONSIVE **********/
@media screen and (max-width: 1680px){
}

@media screen and (max-width: 1440px){
}

@media screen and (max-width: 1280px){
}

@media screen and (max-width: 1024px){
}

@media screen and (max-width: 800px){
}

@media screen and (max-width: 600px){
}

@media screen and (max-width: 480px){
}

@media screen and (max-width: 320px){
}
