body{
	font-family: 'Old Standard TT', serif;
}

/* pages/index.blade.php */

.scrollContent{

	overflow-y:scroll
}

.mhpix-500{
	max-height: 750px;
}

/* -- End css pages/index.blade.php--*/


.h-10{
	height:10%;
}
.h-80{
	height:80%;
}
.mh-40{
	max-height: 40%;
}

.mh-50{
	max-height: 50%;

}

.mh-80{
	max-height: 500px;
	overflow-y:scroll;

}


.bg, .bg2{
	width: 100%;
	height: 100%;
	position: absolute;
}
.bg{
	-webkit-clip-path: polygon(52% 98%, 100% 52%, 100% 81%, 75% 100%, 25% 100%, 0 85%, 0 53%);
	clip-path: polygon(52% 98%, 100% 52%, 100% 81%, 75% 100%, 25% 100%, 0 85%, 0 53%);
	z-index: -1;
	background-color: #226dbc;
}

.bg2{
	-webkit-clip-path: polygon(51% 83%, 100% 52%, 100% 81%, 75% 100%, 25% 100%, 0 85%, 0 53%);
	clip-path: polygon(51% 83%, 100% 52%, 100% 81%, 75% 100%, 25% 100%, 0 85%, 0 53%);
	z-index: -2;
	background-color: #2a5f98;
}

.cajas-color{
	background-color: #fafafa;
}
#filters span{
	cursor: pointer;
}
