#ferramentas_general{
	min-height: calc(100vh - 600px);
	padding: 60px 0;
}

ul.lista-ferramentas{
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-gap: 15px;
	grid-template-columns: repeat(4, minmax(0, 1fr));

}
	ul.lista-ferramentas li .item,
	ul.lista-ferramentas li .item:hover{
		display: flex;
		flex-direction: column;
		border-radius: 8px;
		border: 1px solid #e7e6e7;
		position: relative;
		background-color: #fff;

		align-items: center;
		
		text-align: center;
		justify-content: center;
		padding: 15px 0;
		

		text-decoration: none;
		color: #333;

		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		 -ms-transition: all 0.2s ease-in-out;
		  -o-transition: all 0.2s ease-in-out;
			 transition: all 0.2s ease-in-out;
	}

	ul.lista-ferramentas li .item:hover{box-shadow: 1px 2px 7px 0px #00000029;}
	ul.lista-ferramentas li img{
		width: 150px;
	}
	ul.lista-ferramentas li span{
		font-size: 0.8em;
	}

#menu_retorno{
	margin-top: 120px;
	margin-bottom: 120px;	
}

.titulo_ferramenta{text-align: center;}
.explicacao_ferramenta{
	text-align: center;
	margin-bottom: 4rem;
}

.resultado_gerado,
#texto_counter{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
		 transition: all 0.2s ease-in-out;	
}

#texto_counter{
	margin-top: 10px;
	opacity: 1;
	color: var(--bs-success-text-emphasis);
	background-color: var(--bs-success-bg-subtle);
	border:1px solid var(--bs-success-border-subtle);

	padding: 16px;
    margin-bottom: var(--bs-alert-margin-bottom);
    border-radius: 6px;
}

	.resultado_gerado input{
		border: 0;
		background: none;
		text-align: center;
		width: 150px;
		color: var(--bs-success-text-emphasis);
	}

	#cnpj_gerado input{width: 200px;}
	#generated_passwd input{width: auto;}

	#ip_gerado, 
	.resultado_gerado.item_gerado{opacity: 1;}

	.link-whatsapp .invalid-feedback{display: block !important;}

.button-copy,
.button-copy:hover{
	border-radius: 0;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

.gerador-redirect-general #result_redirect{
	text-align: left;
	justify-content: left;
	background: #333;
	color: #fff;
	border: 0;
	padding-left: 50px;
	position: relative;
	margin-top: 30px;
	font-size: 0.8em;
}
	.gerador-redirect-general #result_redirect::after{
		content: '';
		display: block;
		position: absolute;
		left: 2%;
		top: 4%;
		width: 1px;
		height: 90%;
		background: #5d5d5d;
	}

.gerador-redirect-general .more_item{margin-top: 30px;}
.gerador-redirect-general fieldset{margin-bottom: 60px;}

.gerador-redirect-general #addHere label{
	display: flex;
	align-items: center;
	gap: 10px;
}

.gerador-redirect-general .remove_line_URL{
	display: inline-block;
	text-decoration: none;
	width: 25px;
	height: 25px;
	position: relative;
	background-image: url('../img/remove.svg');
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	cursor: pointer;
	border: 0;
	opacity: 0.3;
	transition: all 0.2s ease-in-out;
}
.gerador-redirect-general .remove_line_URL:hover{opacity: 0.8;}

#utm_result{word-break: break-all;}
