.bg-carregamento, .bg-load-frete {
	position: fixed;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: white;
	z-index: 9;
}

.bg-load-frete {
	background: #ffffffcc;
	display: none;
	z-index: 11;
}

.loading-p {
	font-size: 1.8rem;
	font-weight: 600;
	font-family: var(--fontPrincipal), 'sans-serif';
}

.loading-montando {
	text-align: center;
}

.spinner-border {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	font-size: 3rem;
}
