.grid-time {
	display: flex;
	flex-direction: column;
}

.team-card:hover .team-img {
	transform: scale(1.05);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.team-img {
	transition: all 0.3s ease;
}
.social-icon {
	transition: all 0.3s ease;
}
.social-icon:hover {
	transform: translateY(-5px);
}
.gradient-bg {
	background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.titulo, .cargo {
	color: #091951;
}

.cargo {
	color: #2462AE;
}

.time-section {
	margin-bottom: 3rem;
}

/*.body-time {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	width: 100%;
}*/

.team-card {
	width: 300px;
}

.header-time {
	margin-bottom: 1rem;
}

.header-time h1 {
	font-size: 2rem;
	font-weight: 700;
	color: #091951;
	border-bottom: solid 3px #091951;
	width: fit-content;
	margin: 0;
	padding: 0;
}

.header-titulo {
	background-color: #091951;
	color: white;
}