div#trabalho-home {
	background: #01122b;
	background-size: 200% 100%;
	animation: gradientMove2 7s linear infinite;
	margin-top: 30px;
}

@keyframes gradientMove2 {
	0% {
		background-position: 0% 50%;
	}
	100% {
		background-position: 200% 50%;
	}
}

.trabalho-itens-pai {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 50px;
}

.trabalho-card {
	width: 45%;
}

.efeito-trabalho {
	background: white;
	border-radius: 14px;
	padding: 40px;
	position: relative;
	margin-bottom: 5%;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.efeito-trabalho:hover {
	transform: translateY(-20px);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	background: linear-gradient(121.54deg, #003b8e 0%, #051e3e 100%);
	* {
		color: white !important;
		transition: 0s color;
	}
	.texto-trabalho a {
		background: white;
		color: #00a86b !important;
		transition: 0s all;
	}
}
.trabalho-img {
	width: 90px;
	height: 90px;
	background-size: 200% auto;
	border-radius: 14px;
	padding: 16px;
}
.minitutous {
	color: #00a86b;
	font-weight: bold;
	place-self: center;
	font-size: 2rem;
}
.texto-trabalho a {
	padding: 10px 20px;
	margin-top: 7%;
	display: block;
	width: fit-content;
	min-width: 193px;
	border-radius: 15px;
	color: white;
	font-weight: 500;
	font-size: 1.6rem;
	text-align-last: center;
	background: #00a86b;
	transition: 0s all;
}
.texto-trabalho a:hover {
	color: white;
}
.trabalho-img span {
	display: block;
	width: 100%;
	height: 100%;
	background: white;
}

.texto-trabalho h4 {
	font-size: 2.7rem;
	font-weight: 700;
	margin-bottom: 3%;
	color: #212a3b;
	transition: 0s color;
}

.texto-trabalho p {
	font-size: 1.5rem;
	line-height: 1.7;
	font-weight: 500;
	color: #999999;
	margin-bottom: 3%;
}

div#trabalho-home {
	padding: 3% 0;
}
.trabalho-subt p {
	font-size: 1.9rem;
	color: white;
	width: 61%;
	margin: 0px auto 0% auto;
	text-align: -webkit-center;
	margin-top: 0%;
}
h3.trabalho1 {
	font-weight: 800;
	font-size: 4rem;
	color: white;
	margin-top: 10px;
	place-self: center;
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	span {
		color: #1e78d4;
	}
}
.trabalho-tt {
	place-items: anchor-center;
}

.trabalho-itens-pai {
	margin-top: 6%;
}

p.palco1 {
	color: #00a86b;
	font-weight: bold;
	font-size: 2rem;
}

h3.apr2:after {
	content: "";
	width: 20%;
	position: absolute;
	height: 3px;
	border-radius: 10px;
	background-color: #00a86b;
	position: absolute;
	display: block;
	left: 40%;
	margin-top: 10px;
}

h3.apr2 {
	position: relative;
}
.trabalho-subt {
    margin-top: 3%;
}