@charset "UTF-8";
/* FRACTAL */
body {

}
.storyteller {
	height: 250px;
	width: 250px;
	background-image:url("../IMG/iconos/thunderbirdtrack.jpg");
	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;
}

.rutasmadrid {
	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;
            }
.rutasmadrid:hover {
	background: pink;
}
.rutasmadrid:active {
	transform: scale(.9);
}

.KI{
	width:95%;
	max-width: 700px;
	height:50vh;
	margin: auto;
            }

.esquema {
	display: flex;
  	align-items: center;
}
.mapa {
	width:70%;
	display:flex;
	margin: auto;
	
}

 .foto01 {
                text-align: center;
                background-color: red;
                width: 60%;
                margin: auto;
                position: relative;
            }
.foto01A {
            width: 100%;
            position: relative;
        }

.foto01::after {
            content: "";
            position: absolute;        
            top:0;
            left:0;
            width: 27%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
        }