.border-box{
    border: 1px solid var(--gray-medium);
}

.container-forms{
    background-color: var(--gray);
}

textarea.form-control {
    min-height: calc(6.5em + .75rem + calc(var(--bs-border-width)* 2));
}

.ribbon-wrapper-Ficha {
	z-index: 900;
	width: 173px;
	height: 148px;
	overflow: hidden;
	position: absolute 
}

.ribbon-css-Ficha {
	font-size: 12px;
	font-weight: 600;
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
	position: relative;
	left: -62px;
	top: 45px;
	width: 268px;
	color: #fff;
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
}

.ribbon-css, #autosUsados .ribbon-css-Ficha {
	text-transform: uppercase;
	text-align: center;
	-webkit-transform: rotate(320deg);
	-moz-transform: rotate(320deg);
	-ms-transform: rotate(320deg);
	-o-transform: rotate(320deg);
	padding: 7px 35px; 
}

.wrapper {
	margin: 50px auto;
	width: 280px;
	height: 370px;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.3);
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	position: relative;
	z-index: 90 
}

.ribbon-wrapper {
	z-index: 900;
	width: 130px;
	height: 119px;
	overflow: hidden;
	position: absolute 
}

.ribbon-css {
	font: 11px Lato, sans-serif;
	font-weight: 600;
	position: relative;
	left: -41px;
	top: 25px;
	width: 180px;
	color: #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,.3);
	box-shadow: 0 0 3px rgba(0,0,0,.3) 
}

.boxLista ul li {
    width: 100%;
    float: left;
    margin: 0 auto;
    padding-left: 50px 
}

.features ul {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr; 
}

@media(max-width:600px) {
	.features ul {
		grid-template-columns: 1fr;
	}
}

.features ul li {
	list-style: none;
	line-height: 30px;
	position: relative;
	padding-left: 30px;
	padding: 3px 10px 3px 40px;
	color: #333;
	float: left;
	margin-right: 15px;
	font-size: 14px;
	display: list-item;
	text-align: -webkit-match-parent
}

.features ul li i {
	left: 11px;
	top: 12px;
	font-size: 16px;
	position: absolute 
}

.features ul li {
    line-height: 27px;
    font-size: 12px 
}

.filter-img {
    filter: invert(0.45) sepia(70%) hue-rotate(340deg) saturate(1000%);
}
