/* Estilizados */
.recebe-img {
	border: 2px dashed #bbb;
}

.form-floating .select2-container--bootstrap-5 .select2-selection {
	min-height: calc(3.5rem + 2px);
	padding: 0.75rem;
}
.form-floating .select2-container--bootstrap-5 .select2-selection>.select2-selection__rendered {
	margin-top: 0.5rem;
	margin-left: 0.25rem;
}
.form-floating .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
	padding: 0em 0.4em !important;
	margin-top: 0.5rem;
	margin-right: 0.1rem;
	margin-bottom: 0rem;
}
.select2 {
	width:100%!important;
}

/* Adm capa */
.capa{
	/* The image used */
	background: linear-gradient(rgba(45, 28, 132, .5) 0%, rgba(45, 28, 132, .7) 66%, rgba(45, 28, 132, .8) 100%), url("../imagens/capa.webp");
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: top,left;
	background-repeat: no-repeat;
	background-size: cover;
}
