@charset "UTF-8";
/* ARMONIA */
body {

}
.storyteller {
	height: 250px;
	width: 250px;
	background-image:url(../IMG/iconos/1.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;
}

 .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;
	 			position: relative;
	 			margin: 50px;
}
.boton01:hover {
	background: pink;
}
.boton01:active {
	transform: scale(.9);
}

.grid-container11 {
                display: grid;
                grid-template-columns: 33% 33% 33%;
                grid-template-rows: 33% 33% 33%;
                grid-gap: 10px;
                background-color:blanchedalmond;
            }          

.grid-container11 video{
	width: 100%;
	object-fit: cover;

}