.w3l-main-slider .banner-view{
	background: url(/images/montacarga-h.jpg) no-repeat center;
}
.inner-banner{
	background: url(/images/banner_nosotros.jpg) no-repeat center;
}
.w3l-featureshny{
	background: url(/images/banner_nosotros2.jpg) no-repeat center;
}
.card{
    background-color: var(--bg-color);
    border:1px solid var(--border-color-card);
}
.productos{
	border-radius: 20px 20px 0 0;
    margin-bottom: 1em;
    overflow: hidden;
    cursor: pointer;
}
.productos h3{
	font-size: 21px;
}
.productos .card-body{
	padding: 0;
}
.productos .textos{
	margin: 1em;
}
.especificaciones{
	font-size: 13px;
    font-weight: 700;
}
.especificaciones i{
	font-size: 15px;
    color: var(--primary-color);
    background: var(--bg-grey);
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
[data-theme="dark"] .especificaciones i{
    color: var(--primary-color);
    background: #CCC;
}
.especificaciones i:hover{
    color: #FFF;
    background: var(--primary-color);
}
.tags{
    margin-top: 10px;
}
.tags span{
	background: var(--primary-color);
    color: #FFF;
    padding: 5px 10px;
    border-radius: 1em;
    font-size: 12px;
}
.twice-two{
    grid-template-columns: 1fr 1fr;
}