@font-face{
	src:url("fuente/MerryChristmasFlake.ttf");
	font-family: "MerryChritsmas";
}
.regilla{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	height: 600px;
}
.item-cards-regilla{
	width:50%;
	height:200px;
	display: flex;
	font-family: "MerryChritsmas" !important;
	justify-content: center;
	align-items: center;

}
.MerryChritsmas h3{
	font-size:35px !important;
}
.fondo-lapiz{
	background: url(img/joanna-kosinska-1_CMoFsPfso-unsplash.jpg) top left no-repeat;
	background-size: cover;
}
.mochila{

	background: url(img/mochilas.jpg) top left no-repeat ;
	background-size: scale-down;
}
.kitescolar{

	background: url(img/kit-escolares.jpg) center center no-repeat ;
	background-size:cover;
}
.asd{
	background: url(img/lapices.jpg) center center no-repeat ;
	background-size:cover;
}
.main-title{
	font-size: 56px !important;
}
.link-categoria{
	position: relative;
}
.link-categoria::before{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(100, 200, 170, .5);
	content: "Ver Mas";
	line-height:700px;
	font-size:46px;
	color: #D4F44a;
	text-decoration: underline;
	position: absolute;
	opacity: 0;
	transition: .5s;
}
.link-categoria:hover::before{
	opacity: 10;
}
.logo-footer{
	height: 80px;
}
@media (max-width:676px){
	.fondo-lapiz,
	.mochila,
	.asd{
		background-size:cover !important;
	}
	.navbar-brand img{
		height: 40px !important;
	}
	footer .logo-footer{
		height: 30px;
	}

}