html {
    scroll-behavior: smooth;
}

.background{
	display:flex;
	position:absolute;
	z-index:-1;
	width:100%;
	height:auto;	
}

.entry-content{
	margin-block-start:0 !important;
}

.blur{
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.p-shadow {
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
}

.bg-o-80{
	background-color:rgba(1,1,1,.5);
}

.page-id-1230 .entry-title {
    display: none;
}

.background-image{
	background-color: #1e1e1e;
	background-image: url('https://maeseworkshop.es/wp-content/uploads/2025/06/tapestry.webp');
}
.w-100{
	width: 100%;
}
.gap-0{
	gap:0px;
}

.h-100{
	height:100%;
}

.w-20{
	width: 20%
}

.dotLine {
	flex: 1 1 auto;
	width: 100%;
    background-position: 50% 0%;
    background-image: url(https://maeseworkshop.es/wp-content/uploads/2025/11/line-1.png);
    background-repeat: repeat-y;
    background-size: 15px auto;
}

/* La imagen no se comprime */
.stretch-block > figure {
    flex-shrink: 0;
}

.max-h-50{
	max-height:50px;
}


@media (max-width: 480px) {
	.star-spacer{
		height: 0px !important;
	}
}

@media (max-width: 768px) {
    /* Reglas para móviles y tablets en vertical */
}

@media (max-width: 1024px) {
    /* Reglas para tablets en vertical */
}

@media (max-width: 1200px) {
    /* Reglas para laptops y monitores estándar */
}

