.rapido {
	background: var(--soft-theme);
	/* height: 160px; */
	border: #666666 1px solid;
	box-shadow: none;
}

.row-bloco2 {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: space-between;
}

.rapida-card .card-title, .rapida-card .card-body {
	width: 100%;
	padding-inline: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: normal;
	position: relative;
}
.rapida-card .card-title {
	background: #cfe0f2;
	padding-block: 10px 5px;
}
.rapida-card .card-icon {
	width: 85px;
	/* height: 0; min-height: 100%; */
	background: #fff;
	padding: 0.5em;
	border-radius: 10px;
	box-shadow: 4px 4px 3px 1px rgb(0 0 0 / 21%);
}
.rapida-card .card-title h3 {
	margin-block: 0 2px;
	color: #0c1b2d;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'futura_round_demiregular';
	line-height: 16px;
}
.rapida-card .card-title h4 {
	margin: 0;
	color: #24548b;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	font-family: 'futura_round_demiregular';
	text-shadow: none;
	line-height: 11px;
}
.rapida-card .card-title p {
	margin: 0;
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	font-family: 'futura_round_cond_mediumRg';
}

.rapida-card p {
	margin-block: 0 2px;
	/* color: #666666; */
	font-size: 12px;
	font-weight: bold;
	font-family: 'Open Sans', Arial, sans-serif;
}
.rapida-card .text-label {
	font-size: 12px;
	font-weight: bold;
	font-family: 'Open Sans', Arial, sans-serif;
}

.rapida-card .input-icon {
	height: 35px;
}
.rapida-card .input-icon-md {
	height: 51px;
}
.rapida-card .btn {
	color: #fff;
	font-family: 'futura_round_cond_boldregular';
}
.rapida-card {
	margin-block: 0 10px;
}
.rapida-card .input-slot {
	/* width: 60%; */
	max-width: 225px;
	flex: 1 1 auto; /* flex-fill */
}
.rapida-card .input-slot-group {
	/* width: 70%; */
	max-width: 325px;
	flex: 1 1 auto; /* flex-fill */
}

.rapido-2 {
	background: #9a9a9a; /* #a9a9a9; */
	justify-content: space-between;
	padding: 10px;
	border: #666666 1px solid;
	box-shadow: none;
	min-height: 160px;
}
.rapido-2 h3 {
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'futura_round_demiregular';
	line-height: 16px;
	margin-block: 0 6px;
}
.rapido-2 .rapido-icon {
	height: 55px;
}
.rapido-2 h4 {
	font-size: 12px;
	font-family: 'futura_round_demiregular';
	line-height: 16px;
	margin-block: 0 4px;
}

.text-dark { color: #0c1b2d; }
.text-white { color: #fff; }

.rapido-2 small {
	font-size: 10px;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'futura_round_demiregular';
	line-height: 16px;
}
.neon-tag {
	padding: 2px 5px;
	text-shadow: none;
	background: #00ff01;
	color: #0c1b2d;
}
