div#garanta-home {
	overflow: hidden;
	/* background: url(./img/fd2.png); */
	background: linear-gradient(102.27deg, #00a86b 0%, #006b44 100%);
	.moduletable {
		padding: 7% 0;
	}
}

div#garanta-home::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url(./img/TINS2026-LOGO-SIMBOLO21.png);
	background-repeat: no-repeat;
	transition: transform 0.6s ease;
	z-index: -1;
	background-position: left;
	width: 25%;
	background-size: 100% 100%;
}

.titulo-gar {
	place-items: anchor-center;
}

.pt2 {
	display: flex;
}

span.tt3-garanta {
	display: block;
}

h1.tt1-garanta,
h2.tt2-garanta {
	color: white;
	font-weight: 800;
	font-size: 4.7rem;
	line-height: 1.1;
	margin: 0;
	margin-right: 9px;
}

span.tt3-garanta {
	font-weight: 800;
	font-size: 4.7rem;
	line-height: 0.7;
	display: block;
	align-content: center;
	background: white;
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	animation: gradientMove 7s ease-in-out infinite;
	margin-right: 12px;
}

.txt-garanta p {
	font-size: 1.9rem;
	color: #ffffff;
	width: 61%;
	margin: 0px auto 0% auto;
	text-align: -webkit-center;
	margin-top: 3%;
}

.btns-garanta a {
	background: white;
	background-size: 200% auto;
	animation: gradientMove 6s cubic-bezier(0.75, 0.05, 0.64, 1.46) infinite;
	padding: 19px 20px;
	margin-top: 7%;
	display: block;
	width: fit-content;
	min-width: 193px;
	border-radius: 12px;
	color: #00a86b;
	font-weight: 500;
	font-size: 1.6rem;
	text-align-last: center;
	margin: 3% auto 0 auto;
}
.tracos.gar {
	left: 0%;
	top: -45%;
}
.btns-garanta a:hover {
	transform: translateY(-5px);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	color: white;
	background: #00a86b;
}
