.ContentBody{
	background: #ffffff;
}
.TitleContent{
	padding: 30px;
}
.TitleContent h1{
	color: #003366;
	font-size: 1.3em;
	border-bottom: 1px solid #d9aa0b;
}
.StaffGroup{
	padding-top: 10px;
	display: grid;
	grid-gap: 50px;
	grid-template-columns: repeat(2,1fr);
}
.StaffContent{
	width: 90%;
	margin: 10px auto;
	padding: 10px;
}
.StaffItems{
	display: flex;
	box-shadow: 2px 3px 4px 3px #837A7A;
}
.StaffImg{
	padding: 10px;
	background-color: rgba(44, 62, 80,1.0);
	width: 100%;
}
.StaffImg img{
	max-width: 140px;%;
	position: relative;
	border-radius: 100%;
}
.StaffImg h2{
	width: 100%;
	color: #ffffff;
	font-size: 0.8em;
	padding-bottom: 7px;
	margin-right: auto;
	/*border-bottom: 2px solid var(--Mzt-logo);*/

}
.StaffImg h3{
	margin-right: auto;
	color: #d9aa0b;
}
.StaffTitle p{
	position: relative;
	padding: 15px;
	font-size: 0.8em;
	text-align: justify;
	word-wrap: break-word;
}
.RedesStaff{
	width: 100%;
	position: relative;
	bottom: 0;
	background-color: #6C7680;
	display: flex;
	justify-content: space-around;

}
.RedesStaff>a{
	color: #d9aa0b;

}
.RedesStaff>a>span{
	font-size: 1.5em;

}
@media screen and (max-width: 800px) {
	.TitleContent{
		padding: 5px;
	}
	.TitleContent h1{
		color: #003366;
		font-size: 1.2em;
		border-bottom: 1px solid #d9aa0b;
	}
	.StaffGroup{
		padding-top: 10px;
		display: grid;
		grid-gap: 50px;
		grid-template-columns: 1fr;
	}
	.StaffItems{
		display: flex;
		flex-direction: column;
		box-shadow: 2px 3px 4px 3px #837A7A;
	}
	.StaffImg{
		padding: 5px;
		background-color: rgba(44, 62, 80,1.0);
		width: 100%;
		display: flex;
	}
	.NameStaff{
		padding-top: 10%;
	}
	

}
@media screen and (max-width: 400px) {}
@media screen and (max-width: 360px) {}