.portadaDigital{
	width: 100%;
	background-color: #191919;
}
.portadaDigital img{
	height: 5%;
	max-height: 10%;
}
.figDig{
	width: 100%;
	float: left;
	color: #ffe4e1;
	background-color: #191919;
}
.figDig h2{
	color: #ffe4e1;
}
.IzqA, .DerA, .IzqB, .DerB{
	width: 50%;
	height:400px;
}
.IzqA{
	shape-outside: circle(60%);
	float: left;
	clip-path: circle(50%);
	background-color: #f4a4a4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.DerA{
	shape-outside: circle(60%);
	float: right;
	clip-path: circle(50%);
	background-color: #f4a4a4;
}
.figDigTxt{
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.figDigTxt p{
	color: #ffe4e1;
	padding: 0% 5%;
	font-size: 1.55vw;
	width: 100%;
	text-align: justify;
	margin: 0;
}
.fondoProfundo{
	width: 100%;
	height: 100%;
	margin: 0% 0% 0% 0%;
	background-image: url(imago/williamMorris.jpg);
	background-size: cover;
	background-position: 0% 0%;
	animation-name: distintoFondo;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	z-index: -1;
}
.cabezaEscondida{
	width: 100%;
	height: 50px;
}
.fondoAnimado{
	clear: both; 
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.fondoAnimado .txtFondo{
	background-color: rgba(205, 50, 102, .5);
	padding: 2%;
}
.fondoAnimado div{
	font-size: 1.2em;
	color: #ffffff;
}
.txtPalpita{
	color: #191919;
	animation-name: palpitaTxt;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.fondoAnimado .primeraLinea{ 
	animation-name: sobrePrimera;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.fondoAnimado .segundaLinea{
	animation-name: sobreSegunda;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.segundaLinea .efectoSegunda{
	animation-name: efectoSegunda;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.fondoAnimado .terceraLinea{
	font-size: .8em;
	animation-name: sobreTercera;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
.terceraLinea .efectoTercera{
	animation-name: efectoTercera;
	animation-duration: 30s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes distintoFondo {
	0% {background-position: 0% 0%;}
	50% {background-blend-mode: screen;}
	100% {background-position: 0% 100%;}
}
@keyframes palpitaTxt{
	0% {font-size: 2em; color: #800000;}
	50% {font-size: 1em; color: #191919;}
	100% {font-size: 2em; color: #ffffff; letter-spacing: 3px;}
}
@keyframes sobrePrimera{
	0% {color: #ffffff;}
	25% {color: #ffe4e1; font-size: 2em;}
	100% {color: #00000f; font-size: 1em;}
}
@keyframes sobreSegunda{
	0% {color: #ffffff; font-size: .8em;}
	50% {color: #b8860b; font-size: 1.2em;}
	100% {color: #191919; font-size: 1em;}
}
@keyframes efectoSegunda{
	25% {color: #98FB98; letter-spacing: 2px; font-size: 1em;}
	33% {letter-spacing: 4px; font-size: 2em; color: #ffffff;}
	100% {letter-spacing: 0px; font-size: 1em; color: #191919;}
}
@keyframes sobreTercera{
	0% {color: #ffffff; font-size: 1em;}
	50% {color: #FAEBD7; font-size: 1.6em;}
	100% {color: #191919; font-size: 2em;}	
}
@keyframes efectoTercera{
	75% {color: #000088; letter-spacing: 3px;}
	100% {color: #ffffff;}
}
.fulgorLabor{
	width: 100%;
	clear: both;
}
.fulgorLabor h3{
	font: normal 2.2em/1.2em "Bellefair", serif;
	color: #191919;
	padding: 0% 0%;
	text-align: center;
}
.fulgorEdicion, .fulgorRedes, .fulgorPiezas{
	margin: 2% 0%;
	width: 33.3333%;
	height: 200px;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fulgorEdicion{
	background-image: linear-gradient(35deg, rgba(173, 216, 230, 1), rgba(240, 128, 128, .9));
	background-size: 95% 95%;
}
.fulgorRedes{
	background-image: linear-gradient(35deg, rgba(147, 112, 219, .95), rgb(173, 216, 230, .95));
	background-size: 95% 95%;
}
.fulgorPiezas{
	background-image: linear-gradient(35deg, rgba(238, 232, 170, .8), rgba(170, 238, 204, 1));
	background-size: 95% 95%;
}
.fulgorEdicion:hover, .fulgorRedes:hover, .fulgorPiezas:hover{
	animation-name: fondoEne;
	animation-duration: 12s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes fondoEne{
	0% {background-size: 95% 95%;}
	100% {background-size: 1% 1%;}
}

/* rrss */

.bajaCeratiTuFondo{
	background-image: linear-gradient(35deg, rgba(184, 134, 11, .6), rgba(219, 112, 147, .8));
	background-position: 80% 80%;
	animation-name: CeratiBaja;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
@keyframes CeratiBaja{
	0% {background-image: linear-gradient(35deg, rgba(184, 134, 11, .6), rgba(219, 112, 147, .8));}
	50% {background-image: linear-gradient(35deg, rgba(219, 112, 147, .8), rgba(184, 134, 11, .6));}
	100% {background-image: linear-gradient(35deg, rgba(184, 134, 11, .6), rgba(219, 112, 147, .8));}	
}
.sobreTexto{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sobreTexto p{
	font: normal small-caps normal 1.4em/1.2em "SortsGoudy", serif;
	color: rgba(219, 112, 147, .5);
	margin: 0%;
	padding: 1%;
	animation-name: soloTexto;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
@keyframes soloTexto{
	0% {color: rgba(219, 112, 147, .5)}
	50% {color: rgba(219, 112, 147, 0)}
	100% {color: rgba(219, 112, 147, .5)}
}
.portaRedes{
	width: 100%;
	height:400px;
	background-image: linear-gradient(35deg, rgba(147, 112, 219, .95), rgba(173, 216, 230, .95));
	background-size: 90% 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0% 0% 20% 20%;
}
.portadaRedes h2{
	width: 100%;
	margin: 0%;
	padding: 0%;
	color: #ffe4e1;
	line-height: 1.2em;
	text-align: center;
}
.segundaCabezaRR{
	width: 100%;
	margin: 2% 0% 0% 0%;
	height: 200px;
	background-image: linear-gradient(180deg, rgba(25, 25, 25, 1), rgba(25, 25, 25, .9));
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20% 20% 0% 0%;
}
.segundaCabezaRR h3{
	font: normal 2.2em/1.2em "UnifrakturCook", "GoldenType", serif;
	color: #ffe4e1;
	width: 100%;
	margin: 0%;
	padding: 0%;
	text-align: center;
}
.publicaciones{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-image: linear-gradient(180deg, rgba(25, 25, 25, .9), rgba(25, 25, 25, .7), rgba(25, 25, 25, .9));
}
.callejon{
	margin: 0;
	flex: 32.333%;
	max-width: 32.33%;
	padding: 0% 0.5%;
}
.callejon iframe{
	width: 100%;
	margin: 1% 0%;
	vertical-align: middle;
	color: #ffffff;
	background-color: rgba(25, 25, 25, .6);
}

/* Libros digitales */

.bocanadaCerati{
	background-image: url(imago/vanitasLibro.webp);
	background-size: contain;
	background-position: 100% 100%;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
.valiumBabasonicos{
	background-color: rgba(255, 0, 0, .25);
	border-radius: 0% 100%;
}
.portadaLibros{
	width: 100%;
	background-color: #191919;
}
.portaDisco{
	width: 90%;
	margin: 0% 5%;
	padding: 2% 0%;
}
.discoFunes{
	width: 50%;
	height: 550px;
	margin: 0% 5% 0% 0%;
	shape-outside: circle(50%);
	clip-path: circle(45%);
	background-image: url(imago/astronomicumBovedaDorada.webp);
	background-position: 50% 50%;
	background-size: cover;
	display:flex;
	justify-content: center;
	align-items: center;
	float: left;
}
.discoFunes h2{
	font-size: 3em;
	background-color: rgba(25, 25, 25, .5);
	color: #faebd7;
	padding: 10% 10%;
	border-radius: 50%;
	line-height: 1em;
}
.txtDisco p{
	font: normal 1.4em/1.4em "SortsGoudy", serif;
	text-align: justify;
	color: #faebd7;
	text-align-last: center;
}
.citaEbooks{
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #8b008b;
	border-radius: 100% 0%;
}
.citaTxt{
	width: 70%;
	margin: 0% 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}
.citaEbooks span{
	width: 30%;
	font-size: 5em;
	text-align: right;
}
.citaEbooks p{
	font-size: 1.3em;
	width: 70%;
	text-align: justify;
	padding: 0% 5%;
}
.espacioEpub{
	width: 100%;
	padding: 0% 0%;
}
.epubCentro a{
	width: 90%;
	margin: 0% 5%;
	padding: 2% 0%;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	shape-outside: polygon(0% 0%, 50% 100%, 100% 0%);
	clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
	background-color: rgba(0, 0, 0, .4);
}
.epubCentro h2{
	font: normal 4em/1.2vw "Bellefair", serif;
	color: #ffe8e6;
	margin: 0;
	padding: 0;
	text-decoration-line: underline;
}
.epubCentro pre code{
	font: normal 1.2em/1.4em "CourierPrimeRegular", monospace;
	font-variant: small-caps;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}
.espacioLibros{
	width: 100%;	
}
.cadaLibro{
	width: 100%;
	display: flex;
	justify-content: space-around;
	background-color: rgba(255, 182, 193, .8);
	padding: 2% 0%;
}
.cadaLibro:nth-child(2n){
	background-color: #ffe4e1;
}
.cadaLibro iframe{
	float: left;
	margin: 0% 0%;
}
.cadaLibro figure{
	width: 20%;
	margin: 0% 0% 0% 0%;
}
.cadaLibro figure img{
	width: 100%;
	margin: 0% 0%;
	aspect-ratio: 2/3;
}
.cadaLibro figure img:hover{
	filter: opacity(80%);
}
.cadaLibro figcaption{
	background-color: #191919;
	color: #faebd7;
	text-align: center;
	padding: 5% 10%;
}

/* Escritura creativa */


.formasInventiva{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.narrativa, .poesia, .ensayo{
	width: 33.33%;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.narrativa{
	background-color: #8b0000;
}
.poesia{
	background-color: #ffe4e1;
}
.ensayo{
	background-color: #8b0000;
}
@font-face{
	font-family: "GoldenType";
	src: url(fonts/goldenType.otf);
}
@font-face{
	font-family: "UnifrakturCook";
	src: url(fonts/UnifrakturCook.ttf)
}
@font-face{
	src: url(fonts/CourierPrimeRegular.ttf);
	font-family: 'CourierPrimeRegular';
}
@media screen and (max-width: 600px){
	
	.portadaDigital{
		width: 100%;
		background-color: #191919;
	}
	.portadaDigital img{
		height: 5%;
		max-height: 10%;
	}
	.figDig{
		width: 100%;
		float: left;
		color: #ffe4e1;
		background-color: #191919;
	}
	.figDig h2{
		color: #ffe4e1;
		font: normal 1.6em/1.2em "Bellefair", serif;
	}
	.IzqA, .DerA{
		width: 100%;
		height: 200px;
	}
	.IzqA{
		shape-outside: circle(100%);
		float: left;
		clip-path: circle(50%);
		background-color: #f4a4a4;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.DerA{
		shape-outside: circle(60%);
		float: right;
		clip-path: circle(50%);
		background-color: #f4a4a4;
	}
	.figDigTxt{
		height: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		clear: both;
	}
	.figDigTxt p{
		color: #ffe4e1;
		padding: 0% 5%;
		font-size: .9em;
		width: 100%;
		text-align: justify;
		margin: 0;
	}
	.fulgorLabor{
		width: 100%;
		clear: both;
	}
	.fulgorLabor h3{
		font: normal 2.2em/1.2em "Bellefair", serif;
		color: #191919;
		padding: 0% 0%;
		text-align: center;
	}
	.fulgorEdicion, .fulgorRedes, .fulgorPiezas{
		margin: 0% 0%;
		width: 100%;
		height: 100px;
		float: left;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fulgorEdicion{
		background-image: linear-gradient(35deg, rgba(173, 216, 230, .9), rgba(240, 128, 128, 1));
		background-size: 95% 90%;
	}
	.fulgorRedes{
		background-image: linear-gradient(35deg, rgba(147, 112, 219, .9), rgb(173, 216, 230, 1));
		background-size: 95% 90%;
	}
	.fulgorPiezas{
		background-image: linear-gradient(35deg, rgba(238, 232, 170, .9), rgba(170, 238, 204, 1));
		background-size: 95% 90%;
	}
	.fulgorEdicion:hover, .fulgorRedes:hover, .fulgorPiezas:hover{
		animation-name: fondoEne;
		animation-duration: 12s;
		animation-iteration-count: infinite;
		animation-direction: alternate;
	}
	@keyframes fondoEne{
		0% {background-size: 95% 95%;}
		100% {background-size: 1% 1%;}
	}

	/* rrss */

	.bajaCeratiTuFondo{
		background-image: linear-gradient(35deg, rgba(184, 134, 11, .6), rgba(219, 112, 147, .8));
		background-position: 80% 80%;
		animation-name: CeratiBaja;
		animation-duration: 10s;
		animation-iteration-count: infinite;
	}
	@keyframes CeratiBaja{
		0% {background-image: linear-gradient(35deg, rgba(184, 134, 11, .6), rgba(219, 112, 147, .8));}
		50% {background-image: linear-gradient(35deg, rgba(219, 112, 147, .8), rgba(184, 134, 11, .6));}
		100% {background-image: linear-gradient(35deg, rgba(184, 134, 11, .6), rgba(219, 112, 147, .8));}	
	}
	.sobreTexto{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.sobreTexto p{
		font: normal small-caps normal .85em/1.2em "SortsGoudy", serif;
		color: rgba(219, 112, 147, .5);
		margin: 0%;
		padding: 1%;
		animation-name: soloTexto;
		animation-duration: 10s;
		animation-iteration-count: infinite;
	}
	@keyframes soloTexto{
		0% {color: rgba(219, 112, 147, .5)}
		50% {color: rgba(219, 112, 147, 0)}
		100% {color: rgba(219, 112, 147, .5)}
	}
	.portaRedes{
		width: 100%;
		height: 150px;
		background-image: linear-gradient(35deg, rgba(147, 112, 219, .95), rgba(173, 216, 230, .95));
		background-size: 90% 90%;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 0% 0% 20% 20%;
	}
	.portadaRedes h2{
		width: 100%;
		margin: 0%;
		padding: 0%;
		color: #ffe4e1;
		line-height: 2em;
		text-align: center;
	}
	.segundaCabezaRR{
		width: 100%;
		margin: 2% 0% 0% 0%;
		height: 200px;
		background-image: linear-gradient(180deg, rgba(25, 25, 25, 1), rgba(25, 25, 25, .9));
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 20% 20% 0% 0%;
	}
	.segundaCabezaRR h3{
		font: normal 1.4em/1.2em "UnifrakturCook", "GoldenType", serif;
		color: #ffe4e1;
		width: 100%;
		margin: 0%;
		padding: 0%;
		text-align: center;
	}
	.publicaciones{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		background-image: linear-gradient(180deg, rgba(25, 25, 25, .9), rgba(25, 25, 25, .7), rgba(25, 25, 25, .9));
	}
	.callejon{
		margin: 0;
		flex: 100%;
		max-width: 100%;
		padding: 0% 00%;
	}
	.callejon iframe{
		width: 100%;
		margin: 1% 0%;
		vertical-align: middle;
		color: #ffffff;
		background-color: rgba(25, 25, 25, .6);
	}
	
	/* Libros digitales */
	
	.bocanadaCerati{
		background-image: url(imago/vanitasLibro.webp);
		background-size: contain;
		background-position: 100% 100%;
		animation-duration: 10s;
		animation-iteration-count: infinite;
	}
	.valiumBabasonicos{
		background-color: rgba(255, 0, 0, .25);
		border-radius: 0% 100%;
	}
	.portadaLibros{
		width: 100%;
		background-color: #191919;
	}
	.portaDisco{
		width: 90%;
		margin: 0% 5%;
		padding: 0% 0%;
	}
	.discoFunes{
		width: 100%;
		height: 200px;
		margin: 5% 0% 5% 0%;
		shape-outside: circle(70%);
		clip-path: circle(50%);
		background-image: url(imago/astronomicumBovedaDorada.webp);
		background-position: 50% 50%;
		background-size: cover;
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.discoFunes h2{
		font-size: 2.2em;
		background-color: rgba(25, 25, 25, .5);
		color: #faebd7;
		padding: 8% 5%;
		border-radius: 50%;
		line-height: 1em;
	}
	.txtDisco p{
		font: normal 1.2em/1.3em "SortsGoudy", serif;
		text-align: justify;
		color: #faebd7;
		text-align-last: left;
		padding: 5%;
	}
	.citaEbooks{
		width: 100%;
		height: 150px;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #8b008b;
		border-radius: 100% 0%;
	}
	.citaTxt{
		width: 90%;
		margin: 0% 5%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: white;
	}
	.citaEbooks span{
		width: 20%;
		font-size: 3em;
		text-align: right;
	}
	.citaEbooks p{
		font-size: .9em;
		width: 80%;
		text-align: justify;
		padding: 0% 5%;
	}
	.espacioEpub{
		width: 100%;
		padding: 0% 0%;
	}
	.epubCentro a{
		width: 90%;
		margin: 0% 5%;
		padding: 5% 0%;
		color: white;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		shape-outside: circle(100%);
		clip-path: circle(50%);
		background-color: rgba(0, 0, 0, .6);
	}
	.epubCentro h2{
		font: normal 3.6em/1.2vw "Bellefair", serif;
		color: #ffe8e6;
		margin: 0;
		padding: 5% 0% 0% 0%;
	}
	.epubCentro pre code{
		font: normal .9em/1.4em "CourierPrimeRegular", monospace;
		font-variant: small-caps;
		letter-spacing: 2px;
		margin: 0;
		padding: 0;
	}
	.espacioLibros{
		width: 100%;	
	}
	.cadaLibro{
		width: 100%;
		display: flex;
		justify-content: space-around;
		background-color: rgba(255, 182, 193, .8);
		padding: 2% 0%;
	}
	.cadaLibro:nth-child(2n){
		background-color: #ffe4e1;
		flex-direction: row-reverse;
	}
	.cadaLibro iframe{
		width: 70%;
		float: left;
		margin: 0% 0%;
		display: none;
	}
	.cadaLibro iframe:nth-child(3n){
		display: block;
}
	.cadaLibro figure{
		width: 30%;
		margin: 0% 0% 0% 0%;
		float: left;
	}
	.cadaLibro figure:nth-child(2n){
		float: right;
	}
	.cadaLibro figure img{
		width: 100%;
		margin: 0% 0%;
	}
	.cadaLibro figcaption{
		background-color: #191919;
		color: #faebd7;
		text-align: center;
		padding: 5%;
		text-decoration-line: underline;
	}
}