@charset "UTF-8";
/* LANIAKEA */
body {

}
.storyteller {
	height: 250px;
	width: 250px;
	background-image:url("../IMG/iconos/camaleon.gif");
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
h1 {
	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;
}
.sei {
	width: 50%;
}
.boton01 {
			display: inline-block;
			background: teal;
			line-height: 3;
			padding: 0 1.5em;
			color: #fff;
			text-decoration:none;
			border-radius: 1.5em;
			font-size: 1.4em;
		}
.boton01:hover {
	background: pink;
}
.boton01:active {
	transform: scale(.9);
}

.panel img {
	width: 30%;
}

 .esquema {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                grid-template-rows: repeat(3, 550px);
                grid-gap: 10px;
                background:#E3C7C8;
            }          

 .esquema img{
                width: 100%;
                object-fit: cover;
                
            }