/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.background-overlay-dark:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    content: " ";
    width: 100%;
    height: 100%;
    z-index: 0;
}
.flickity-page-dots {
    bottom: 15px;
}
.post-item.border > .post-item-wrap > .post-item-description {
    padding: 12px 6px 0px 6px !important;
}
.notascortast {
	font-size: 15px !important;
	margin-bottom: 0px !important;
	line-height: 20px !important;
}
.notascortasp {
	font-size: 0.8rem !important;
}
@media (max-width: 1000px) {
	.oculta1000 {
		display: none;
	}
}
@media (max-width: 480px) {
	.oculta480 {
		display: none;
	}
}
@media (max-width: 480px) {
	.oculta500 {
		display: none;
	}
}
.sombra {
	text-shadow: 0px 0px 5px #000000;
}