.hide {
	display: none;
}

.align-itens-center {
	align-items: center;
}

.alert.alert-dismissible p {
	margin-bottom:0;
}


.item-title {
	color: #AF1D47;
}
/**
BOOTSTRAP RESET
*/
/* html, body, * {
	color: #717171;
} */
.rounded {
	/* border-radius: 1.5rem !important; */
	border-radius: 0.5rem !important;
}
.shadow {
	box-shadow: 0rem 0rem 1.5rem -0.3rem rgba(0, 0, 0, 0.15) !important;
}

a {
	color: #7a7a7a;
	text-decoration: none;
}
a:hover {
	color: #585858;
}

.mb-085 {
	margin-bottom: 0.85rem !important;
}

.form-control::file-selector-button {
	height: 60px !important;
}

.container.box {
	padding: 20px;
	background: white;
	border-radius: 8px;
	filter: drop-shadow(0px 5px 15px rgba(0, 0, 0, 0.15));
}

.space-between {
	justify-content: space-between;
}