.tabla_resultados tr td {
    color: #0d6efd;
}

#articulo_info {
    flex-direction: row;
	border: 1px solid lightgray;
	border-radius: .5rem;
}


/*publicaciones*/
#articulo_publicaciones {
	border: 1px solid lightgray;
	border-radius: .5rem;
	margin-top: 1rem;
}

#articulo_publicaciones td {
	padding: .25rem;
	vertical-align: middle;
}

.mlpic {
	height: 5rem;
}

#articulo_publicaciones a {
	font-size: large;
}

/*APLICACIONES*/
#articulo_aplicaciones {
	border: 1px solid lightgray;
	border-radius: .5rem;
	margin-top: 1rem;
}

#articulo_atributos {
	border: 1px solid lightgray;
	border-radius: .5rem;
	margin-top: 1rem;
}

#articulo_compatibilidades {
	border: 1px solid lightgray;
	border-radius: .5rem;
	margin-top: 1rem;
}


@media screen and (max-width: 576px) {
	#articulo_info {
		flex-direction: column-reverse;
	}
}

#div_products {
	height: 25rem;
	position: relative;
}

.slider-cover {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}

/*copied from catalogo_producto.css*/
#slider {
    position: absolute;
    width: 100%;
    height: 25rem;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}


.slider-arrow {
	position: absolute;
    height: 100%;
	width: 50%;
	display: flex !important;
	align-items: end;
	/*z-index: 99;*/
}

.slide-left {
	text-align: left !important;
    justify-content: left;
}

.slide-right {
	text-align: right !important;
    justify-content: right;
}

.slider-arrow.slide-left {
	top: 0;
	left: 0;
}

.slider-arrow.slide-right {
	top: 0;
	right: 0;
}

.slider-arrow-wraper {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.05);
    border-radius: 20%;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.slider-arrow.left .slider-arrow-wraper {
	text-indent: -4px;
}

.slider-arrow-wraper:hover i {
	color: #888;
}

.slider-arrow-wraper i {
    width: 100%;
    text-align: center;
}

.slider-arrow div {
	color: #ccc;
	font-size: 35px;
}

