@font-face{
	font-family: 'Neutra2Text-Light';
	src: url(../font/Neutra2Text-Light.otf);
}
@font-face{
	font-family: 'Neutra2Text-Titling';
	src: url(../font/Neutra2Text-Titling.otf);
}
@font-face{
	font-family: 'Neutra2Text-Book';
	src: url(../font/Neutra2Text-Book.otf);
}
@font-face{
	font-family: 'Neutra2Text-Demi';
	src: url(../font/Neutra2Text-Demi.otf);
}
@font-face{
	font-family: 'NeueHaasDisplay-Bold';
	src: url(../font/NeueHaasDisplay-Bold.ttf);
}
@font-face{
	font-family: 'NeueHaasDisplay-Mediu';
	src: url(../font/NeueHaasDisplay-Mediu.ttf);
}
body{
	overflow:hidden;
}
header{
	z-index: 9999999999998 !important;
}
button.close{
	z-index: 9999999999999999;
}
#nav-icon1 span{
	background-color:#63C138 !important;
}
.producto{
	cursor:pointer;
	margin-bottom:45px;
}
.producto:hover .overlay {
    opacity: 1;
}
.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    transition: .25s ease;
    opacity: 0;
    width: 100%;
}
.productImage{
	position:relative;
	height:743px;
}
.producto p{
	font-family: 'Neutra2Text-Book';
	text-align: center;
}
.producto p span{
	font-family: 'Neutra2Text-Bold';
}
@media screen and (max-height:880px){
	.productImage{
		height:530px !important;	
	}
}
@media(max-height:680px) and (max-width:425px){
	.productImage{
		height:350px !important;	
	}
}
.productImage img{
	position:absolute;
	left:0;
	top:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-height:100%;
    max-width: 100%;
    height: auto;
	padding-top:100px;
	display:none;
}
.productCaption .nroArticulo{
	text-align: center;
	font-size: 42px;
}
.productCaption .nroArticulo .modelo strong {
    color: #63C138;
	font-family: 'NeueHaasDisplay-Bold';
}
.productCaption .modelo{
	color: #000;
	font-family: 'NeueHaasDisplay-Mediu'; 
}
.productCaption .modelo span{
	cursor:pointer;
}
.productCaption .thumb{
	width: 90px;
	height: auto;
	float: left;
	margin-right: 10px;
}
.product.active .activeImage{
	cursor:crosshair;
	display: inline-block;
}
.loader{
	position: absolute;
	top: 0px;
	left: 0px;
}
@media(max-width:425px){
	.carousel-control.left , .carousel-control.right{
		display:none !important;	
	}
}
.coleccion{
	padding-top: 160px;
	padding-bottom: 8em;
}
.coleccion .row{
	margin-bottom: 3em;
}
.coleccion img{
	width: 100%;	
}
.imagen-coleccion{
   width: 280px;
   margin-top: 30px;
   display: block;
   float: left;
}
@media(max-width: 740px){
	.imagen-coleccion{
		margin-top: 60px;
	}
	.modal.modal-fullscreen.force-fullscreen .modal-body {
		padding-top: 60px;
	}
}
@media(min-width:1200px) and (max-width:1270px){
	.tituloReceta img{
		width:180%;
	}
}
@media(max-width:768px){
	.imagen-coleccion{
		margin-left:0px;
	}
}
@media(max-width:870px){
	.tituloReceta img{
		margin-left:0px;
	}
}
@media(max-width:740px){
	.tituloReceta img{
		max-width:100%;
	}
}
@media(max-width:640px){
	.imagen-coleccion{
		max-width:100%;	
	}
}
.marca{
	max-width: 320px;
}
.close{
	width: 60px;
    height: 60px;
    background: url(../img/close.svg) no-repeat !important;
    position: absolute;
    top: 100px;
    right: 10px;
    z-index: 2;
    opacity: 1 !important;
	background-size:auto 100% !important;
}
.tituloColeccion{
	margin-bottom: 20px;
}
.tituloReceta{
	margin-top:15px;
}
@media screen and (max-width:520px){ 
	.navbar-brand{
		margin-top:10px;	
	}
}
.carousel-control{
	opacity:1;
}
.carousel-control img{
	/*height:130px;*/
}