.hero-solucoes h3{
	color: #FFFFFF;
	background-color: #003c70c2;
	padding: 2rem 0 2rem 3rem;
	margin-left: 34% !important;
	margin-top: 9% !important;
	text-align: left;
}

.title_outer.title_without_animation{
	display: none !important;
	visibility: hidden;
}

.texto-solucoes{
	font-size: 16px;
	line-height: 21px;
	color: #003C70;
}

.solucoes-relacionadas {
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
}

.solucoes-relacionadas h3 {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.solucoes-relacionadas ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.solucoes-relacionadas li {
	flex: 1 1 calc(25% - 15px);
	max-width: calc(25% - 15px);
	text-align: center;
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
	transition: transform 0.3s ease;
}

.solucoes-relacionadas li:hover {
	transform: translateY(-5px);
}

.solucoes-relacionadas li img {
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 5px;
}

/*Display soluções*/
	.category-icon{
		width: 35px;
		margin-right: 15px;
	}

	.lista-solucoes .coluna1{
		padding-left: 50px;
	}
	.lista-solucoes .coluna2{
		padding-left: 50px;
	}

	.lista-solucoes .faixa-categoria{
		height: 20px;
	}

	.lista-solucoes{
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		max-width: 1090px;
		margin: 0 auto;
		gap: 1rem;
		margin-top: 2em;
	}

	.lista-solucoes.nome-categoria{
		text-align: center;
	}
	.lista-solucoes .categoria {
		padding: 0 1em 1em 1em;
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 1px solid #0000001c;
		border-radius: 10px;
/* 		max-width: 190px; */
		width: 220px;
		height: 145px;
		min-width: 130px;
		/* overflow: hidden; */
		background: #003c73;
		max-height: 201px;
		gap: 1rem;
	}


.lista-solucoes img {
/* 	max-height: 50px; */
/* 	min-height: 50px; */
	height: 40px;
	width: 40px;
	filter: brightness(45);
}

	.links-solucoes {
		margin-top: auto;
		display: flex;
		flex: 1;
		justify-content: space-around;
		align-items: center;
		width: 100%;
		bottom: -31px;
		position: relative;
		background:  #00B5AA;
		/*border: 1px solid gray;*/
		border-radius: 25px;
		height: 2em;
		max-height: 2em;
	}

	.lista-solucoes a{
		font-size: 14px !important;
		color: white !important;
		line-height: 1.4;
	}

	.lista-solucoes .nome-solucao{
		text-align: center;
		padding-top: 15px;
		font-size: 14px;
		line-height: 1.4;
	}

	.destaque-solucao{
		height: 20px;
	}
/*Display soluções*/

.orcamento-button {
	font-family: 'Play';
	background-color: #0073aa;
	color: #fff;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s ease;
}

.orcamento-button .fa{
	margin-right: 5px;
}

.orcamento-button:hover {
	background-color: #005177;
}

.custom-class {
	background-color: #ff5722;
}

@media only screen and (min-width:1024px){
	.lista-solucoes .categoria {
		flex-direction: row;
		height: 76px;
		min-width: 190px;
	}
	.lista-solucoes .nome-solucao{
		text-align: left;
	}
}
