@charset "UTF-8";
/* COMPLEXUS */
body {
    font-size: 20px;
}
.storyteller {
	height: 250px;
	width: 250px;
	background-image:url("../IMG/iconos/EGYPT0.png");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
h1 {
	margin: 0;
	text-align: center;
	font-size: 2em;
}
h2 {
	text-align: center;
	font-size: 1.5em;
}
.texto1 {
	column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid;
	padding: 20px;
}

.papel {
	width: 50%;
	height: 70%;
	margin: 0 auto;
	background-color: lightyellow;
	/*background: -webkit-linear-gradient(lightyellow, red);
	background: -o-linear-gradient(lightyellow, red);*/
	background: linear-gradient(lightyellow 98%, red 98%);
	background-size: 100% 35px;
	background-position: 0px 1.5em;
	padding: 1em;
	transform:rotate(10deg);
	box-shadow: 10px 10px 7px grey;
}
.titulo {
	margin: 0px;
	text-align: center;
	font-size: 2em;
	line-height: 85px;
	background-color:rgba(127,129,234,0.9);
	border-radius: 25px;
}
ul {
	margin: 0;
	list-style: none;
}
li::before {
	content: "\2713";    /*check UNICODE*/
	color: coral;
	position: absolute;
	left: -1.2em;
	}
li {
	position: relative;
	font-size: 1.1em;
	line-height: 35px;
}

iframe {
	width: 100%;
	height: 600px;
	margin: 0 auto;
}
.esquema {
	display: flex;
  	align-items: center;
}
