/**********************/
/* PÁGINA DE SEPELIOS */
/**********************/

/* Cabecera */
.post-type-archive-sepelios .fondo-sepelios {
	background-color: #f8e7f3;
	background-image: url("https://empresasannicolas.com/web/wp-content/uploads/2026/02/flores_top-300x217.png");
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-attachment: scroll;
}

/* Filas de sepelios */
.post-type-archive-sepelios .avia-content-slider .slide-entry-wrap {
	margin-bottom: 0;
}

/* Imagen del sepelio */
.post-type-archive-sepelios .imagen-sepelio {
	max-width: 40%;
	text-align: center;
}

/* Nombre y apellido */
.post-type-archive-sepelios .titulo-modificado {
	margin-bottom:-20px !important;
	font-size: 20px !important;
}

/* Ciudad y fecha de deceso */
.post-type-archive-sepelios .ciudad-fecha-deceso {
	text-transform: none !important;
	color: #c02790 !important;
	font-size: 16px;
	margin-bottom: 25px;
}

/* Línea separadora inferior */
.post-type-archive-sepelios .raya-modificada {
	width: 75%;
	margin-top: 35px;
	margin-bottom: 20px;
}

/**********************/
/* SEPELIO INDIVIDUAL */
/**********************/


/* Cabecera del sepelio */
.av-heading-wrapper {
	text-align: center;
}

/* Imagen del sepelio */
.imagen-sepelio-single {
	max-width: 150px;
}

/* Imagen del sepelio en entradas diferentes */
body.single-post .imagen-sepelio-single {
	display: none;
}

/* Línea separadora entre Nombre-apellido y Ciudad-Fecha */
body.single-sepelios header + .av-vertical-delimiter {
	display: none;
}

/* Línea separadora entre párrafos */
body.single-sepelios .raya-modificada {
	width: 60%;
	border-color: #f8e6f2;
	margin-top: 32px;
}

/* Contenedor de textos */
body.single-sepelios .entry-content {
	text-align: center;
}

/* Párrafo Familiares */
.familiares {
	font-style: italic;
}

/* Párrafo Datos del velatorio */
.velatorio-domicilio {
	display: block;
	border-radius: 12px;
	padding: 15px;
	margin: 30px 0 15px 0;
	background-color: #f8e6f2;
}

.velatorio-domicilio p strong {
	color: black;
}


/*************/
/* IMPRESIÓN */
/*************/

@media print {
	* {
		box-shadow: none !important;
	}
	body {
		font-family: Georgia, serif;
	}
	nav.main_menu,
	div#header_meta,
	aside,
	footer,
	.post-meta-infos,
	.post_delimiter {
        	display: none !important;
	}
	main.content {
		width: 100% !important;
	}
	.logo.avia-standard-logo {
		width: 100%;
	}
	.imagen-sepelio-single {
		display: none;
	}
	.logo.avia-standard-logo a {
		text-align: center;
	}
	.logo.avia-standard-logo a img {
		display: inline;
	}
	.entry-content-wrapper.clearfix.standard-content {
		padding-right: 0;
	}
}                                                                                                                                                                                                                                                            