div#banner {
	background: url(./img/Destaque.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

.efex {
	position: relative;
}

header#headerPrincipal {
	position: absolute;
	top: 7%;
	width: 100%;
	z-index: 99;
}

h4.data-banner {
	color: #00c97c;
	background: #00a86b66;
	width: fit-content;
	padding: 6px 18px;
	border-radius: 14px;
	font-size: 1.4rem;
	margin-bottom: 4%;
}

.banner-cont {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: left;
	align-items: center;
	padding: 15% 5vw 10% 5vw;
}

.titulo-banner {
	width: 50%;
}

.banner-img {
	width: 50%;
}

img.img-banner {
	width: 100%;
	height: auto;
}

.titulo {
	display: flex;
	flex-wrap: wrap;
}

h1.tt1-banner,
h2.tt2-banner {
	color: white;
	font-weight: 800;
	font-size: 4.7rem;
	line-height: 1.1;
	margin: 0;
	margin-right: 9px;
}

span.tt3-banner {
	font-weight: 800;
	font-size: 4.7rem;
	line-height: 1.2;
	display: block;
	align-content: center;
	background-clip: text;
	color: #00d4ff;
}

@keyframes gradientMove {
	0% {
		background-position: 0% center;
	}

	100% {
		background-position: 200% center;
	}
}

a.btn-banner1 {
	color: white;
	background: #00a86b;
	padding: 10px;
	border-radius: 10px;
	font-weight: 500;
}

a.btn-banner {
	color: white;
	padding: 10px;
	border: 2px solid white;
	border-radius: 10px;
	font-weight: 500;
}

.btns-banner {
	margin-top: 5%;
	display: flex;
	column-gap: 50px;
	transition: transform 0.3s ease;
}

.btns-banner a:hover {
	position: relative;
	transform: translateY(-5px);
	transition: transform 0.3s ease;
	color: white;
	text-decoration: none;
}

.txt-banner p {
	color: white;
	line-height: 1.7;
	font-size: 1.8rem;
	margin: 0;
}

.txt-banner {
	margin: 5% 0;
}

.dados-banner {
	display: flex;
	column-gap: 5%;
	margin-top: 6%;
}

.item p {
	color: white;
}

p.numero {
	font-weight: 600;
	font-size: 3rem;
	margin: 0;
	color: #00d4ff;
}

.tracos {
	position: absolute;
	z-index: 0;
	display: block;
	top: -20px;
	width: 116%;
	height: 100%;
}

svg path {
	stroke: #80808052;
	fill: transparent;
	stroke-width: 2px;
}

svg circle {
	fill: #80808052;
}

@media screen and (max-width: 1100px) {
	header#headerPrincipal {
		top: 20px;
	}

	div#banner {
		padding-top: 26%;
	}

	span.tt3-banner {
		line-height: 1.2;
	}

	div#menu ul.lista-menu-principal>li a,
	div#menu ul.lista-menu-principal>li span {
		color: black !important;
	}

	div#menu ul.lista-menu-principal li.divider {
		left: 0px !important;
	}

	.menu-padrao ul.lista-menu-principal li.parent>ul {
		display: none;
	}

	.menu-padrao ul.lista-menu-principal {
		display: grid;
	}

	div#menu ul.lista-menu-principal li.divider>span::after,
	div#menu ul.lista-menu-principal li.divider>a::after {
		color: black !important;
		top: 0 !important;
	}

	span.separator {
		width: fit-content !important;
		position: relative;
	}
}