
.linhadotempo {
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: auto;
	background: rgba(255, 255, 255, 0.54);
	margin-bottom: 10px;
	background:rgba(232, 231, 231, 0.2);
}

.linhadotempocampus {
	overflow-x: hidden;
	overflow-y: hidden;
	background:rgba(80, 245, 39, 0.38);
}

.pagina-index {
	p {text-align: justify;}
	h2{color:rgba(20, 122, 2, 0.75);}
}
/*aparece na pagina index linha do tempo fixa do campus*/
.presentation-container {
	padding-top: 100px;
}

#timeline-img {
	width: 100%;
}


.moldura {
	border: 4px solid #999;
}

.albuns {
	padding: 10px 0px;
}

.albuns img {
	width: 100%;
	height: auto;
	transition: 0.3s;
}

.albuns img:hover {
	transform: scale(1.1);
}