.hero {
        background-size: cover !important;
}

@media screen and (min-width: 40rem) {
	.hero {
			background-size: cover !important;
	}
}	

a:link 
{
	color: #87CEEB;
}

.link_texto
{
	color: #4770FF!important;
}

.text_search
{
	width: 50%!important;
	text-align: left;
	border-radius: 25px;
}

.div_titulo
{
	/* background: #00998cb5; */
	position: relative;
	display: inline-flex; 
	align-items: center;
	width: 100%;
	border-radius: 10px;
}

.div_pesquisa
{
	display: inline-flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	width: 48%;
	background: rgba(192, 192, 192, 0.5); /* #4F4F4F; */
	box-shadow: 1px 1px 1px 1px rgba(192, 192, 192, 0.3);
	border-radius: 5px;
	height: 30px;
	align-content: center;
	margin-left: 2px;
}

.div_meio
{
	display: inline-flex;
	width: 2%;
}

.div_ordenacao
{
	display: inline-flex;
	justify-content: flex-end;
	flex-flow: row wrap;
	margin: 0;
	width: 49%;
	font-size: 13px;
	background: rgba(192, 192, 192, 0.5); /* #4F4F4F; */
	box-shadow: 1px 1px 1px 1px rgba(192, 192, 192, 0.3);
	border-radius: 5px;
	height: 30px;
	align-content: center;
}

/* Style the search field */
form.pesquisa input[type=text] 
{
	font-size: 15px;
	float: left;
	background: #f1f1f1;
	text-align: left;
	border-radius: 10px;
	width: 75%;
	height: 24px;
	margin-top: 9px;
	margin-left: 2px;
}

/* Style the submit button */
form.pesquisa button 
{
	width: 18%;
	color: white;
	cursor: pointer;
	/* 
	background: #2196F3; 
	border-radius: 10px;
	*/
	padding: 10px;

}

.img_cedula
{
	/* max-width: 300px; */
	max-height: 150px;
	height: 150px;
}

.item-image-wrapper {
	position: relative;
	max-height: 150px;
	border: 1px solid #4e4e4e;
	border-radius: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: bold;
	color: #64748b;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}

.item-image-wrapper::after {
	content: "🔍 clique para ver imagens ampliadas";
	position: absolute;
	bottom: 0;
	left: 90px;
	right: 90px;
	background: rgba(15, 23, 42, 0.7);
	color: white;
	font-size: 10px;
	padding: 3px 0;
	opacity: 0;
	transition: opacity 0.3s;
}

.item-image-wrapper:hover::after {
	opacity: 1;
}

/* Modal Content (Image) */
.modal-content2 
{
  margin: auto;
  display: flex;
  justify-content: center;
  /* width: auto; 
  max-height: 75%;
  max-width: 75%; */
  max-height: 210px;
  max-width: 350px;
}
  
@media screen and (max-width: 700px)
{
	form.pesquisa input[type=text] 
	{
		font-size: 15px;
		float: left;
		background: #f1f1f1;
		text-align: left;
		border-radius: 10px;
		width: 80%;
		height: 24px;
		margin-top: 6px;
		margin-left: 2px;
	}
}