.boton-fantasma-home{
	padding-right: 50px;
	text-align: right;
	padding-top: 30px;
}

.boton-fantasma:hover{
	text-decoration: none;
	background: rgba(187,189,191,0.2);
	color: #bbbdbf;
}

.imagenes-home{
	margin-bottom: 0px;
	margin-top: 50px;
	background: #001a71;
	padding: 50px 0; 
}

.imagenes-home div{
	padding: 4px;
}

.imagenes-home figure{
	margin-bottom: 30px;
	-webkit-box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.45);
	-moz-box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.45);
	box-shadow: 3px 3px 7px -1px rgba(0,0,0,0.45);
	position: relative;
}

.imagenes-home figure:hover figcaption{
	display: block;
}

.imagenes-home figure figcaption{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	text-align: center;
	white-space: nowrap;
	color: #bbbdbf !important;
}

.imagenes-home figure figcaption i{
	position: absolute;
	font-size: 25px;
	width: 35px;
	height: 35px;
	border: 1px solid #bbbdbf;
	padding-top: 3px;
	left: 50%;
	top: 50%;
	margin-top: -17px;
	margin-left: -17px;
}

.imagenes-home figure figcaption span{
	display: block;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 0 15px;
}

.newsletter{
	margin-top: 0px !important;
}

.nuevos-productos{
	text-align: center;
	line-height: 1.1;
	margin-bottom: 30px;
}

.nuevos-productos i{
	font-weight: 200;
}

.nuevos-productos strong{
	font-size: 18px;
	font-weight: 700;
}

.nuevos-productos .owl-nav{
	height: 0px;
	position: absolute;
	top: 40%;
	width: 100%;
}

.nuevos-productos .owl-nav .owl-prev, .nuevos-productos .owl-nav .owl-next{
	background-size: 100%;
	background-position: center;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 5;
}

.nuevos-productos .owl-nav .owl-prev{
	background-image: url("../imagenes/back-nuevos.png");
	left: -60px;
}

.nuevos-productos .owl-nav .owl-next{
	background-image: url("../imagenes/next-nuevos.png");
	right: -60px;
}

.slider-principal{
	padding-bottom: 8px;
	margin-bottom: 20px;
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1400px;
}

.slider-principal .owl-dot{
	display: inline-block;
	margin: 0px 10px;
	width: 14px;
	height: 14px;
	background: #0A1A72;
	border-radius: 50%;
}

.slider-principal .owl-dot.active{
	background: #F16422;
}

.slider-principal .owl-dots{
	text-align: center;
	padding-top: 0px;
}


.slider-principal .owl-nav div{
	position: absolute;
	width: 20px;
	height: 30px;
	overflow: hidden;
	text-indent: -99px;
}

.slider-principal .owl-nav .owl-prev{
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent transparent transparent #f16422;
	right: 20px;
	top: -80px;
}


@media (max-width: 768px) {

	.imagenes-home figure{
		margin-bottom: 20px;
	}


	.nuevos-productos .owl-nav{
		display: none;
	}

}

@media (max-width: 520px) {

	.boton-fantasma-home{
		text-align: center;
		padding: 25px;
	}

	.info-contacto li{
		text-align: center;
	}

	.imagenes-home figure{
		margin-bottom: 10px;
	}
}