.timeline-container {
	color: #fff;
	padding: 40vh 2rem 8rem 2rem;
	background-color: #296088;
	overflow-x: scroll;
	overflow-y: hidden;
}

.timeline-container::-webkit-scrollbar {
	height: 12px;
}

.timeline-container h2 {

	color: #ffc800;
	position: absolute;
	top: -35vh;

}

.timeline {
	display: flex;
	flex-direction: row;
}

.timeline::before {
	content: "";
	width: 100%;
	position: absolute;
	border-top: 1px dashed #e7e7e7;
	transform: translate(100px, -65px);
}

.tarjeta-colegio {
	width: 300px;
	max-width: 300px;
	min-width: 300px;
	position: relative;
	height: 35vh;
	margin-right: 2rem;
	z-index: 1;
}

.tarjeta-colegio .ciudad {
	text-transform: uppercase;
	color: #999;
}

.tarjeta-colegio label:hover {
	cursor: pointer;
}

.tarjeta-colegio .card-opener {
	opacity: 0;
	width: 1px;
	height: 1px;
	appearance: none;
}

.tarjeta-colegio .card-escuela {
	border-radius: 10px;
	border: 0.2px solid #2b2a29;
	position: absolute;
	background: #fff;
	color: #2b2a29;
	font-size: 0.9rem;
	overflow: hidden;
	display: none;
	transition: height 150ms ease-in-out;
	margin-top: 2rem;
	right: 295px;
}


.card-escuela::after {
	content: "";

	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cline x1='200' y1='56' x2='56' y2='200' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='12'/%3E%3Cline x1='200' y1='200' x2='56' y2='56' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='12'/%3E%3C/svg%3E");


	color: #fff;
	position: absolute;
	background-color: #2b2a29;
	right: 0.25rem;
	top: 0.25rem;
	width: 1rem;
	height: 1rem;
	border-radius: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-escuela:hover {
	cursor: pointer;
}

.tarjeta-colegio .titulo {
	font-weight: 600;
	position: relative;

}

.tarjeta-colegio .card-escuela .texto {
	padding: 1rem
}

.tarjeta-colegio .card-escuela .titulo {
	padding: 1rem 0 0 1rem;
}

.card-opener:checked+span .card-escuela {
	height: auto;
	display: block;
	transition: height 150ms ease-in-out;

	width: 100%;

}

.anyo-colegio {
	font-size: 3rem;
	color: #fff;
	font-family: "Lora", sans-serif;
	font-weight: 100;
	margin-top: -100px;
	transform: translate(40%);
	z-index: 9;
}

.anyo-colegio span {
	padding: 0.5rem 1rem;
	position: relative;
	background-color: #296088;
}

.anyo-colegio::before {
	content: "";
	position: absolute;
	border-left: 1px solid #e7e7e7;
	height: 5rem;
	left: 50%;
	margin-top: 4rem;
}

.escuela-imagen {
	width: auto;
	height: 250px;
	top: -100%;
	position: absolute;
	z-index: 0;
}

.escuela-imagen-container {
	position: absolute;
	top: calc(-100% - 4rem);
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.4;
	margin-left: -100%;
}

.title-mover {
	position: relative;
}

.leyenda {
	display: flex;
	justify-content: end;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
}

.leyenda table td {
	font-size: 0.75rem;
	color: #ccc;
}

.leyenda table td:nth-child(odd) {
	padding-left: 2rem;
}

td.todos,
.leyenda table td.todos,
td.secundaria,
.leyenda table td.secundaria {
	color: #03C0FF;
	font-size: 2rem;

}

td.infantil,
.leyenda table td.infantil {
	color: #F29800;
	font-size: 2rem;

}

td.especial,
.leyenda table td.especial {
	color: #FF6C6D;
	font-size: 2rem;

}

td.bachillerato,
.leyenda table td.bachillerato {
	color: #FDEE03;
	font-size: 2rem;

}

td.primaria,
.leyenda table td.primaria {
	color: #FF0000;
	font-size: 2rem;

}

.escuela-lista {
	margin: 0 1rem;
}

#ttr_footer .container-flex a {
	margin-left: 5ch;
}

summary::marker {
	color: #2C69DE;
	font-size: 0.75rem;
}


div.timeline .tarjeta-colegio>label {
	display: inline-block;
	position: relative;
	right: 295px;
}