/* CSS Document */
.pq-elegirnos__image {
	position: relative;
	/*margin-right: 40px;
	margin-bottom: 30px;*/
}

.pq-elegirnos__image img {
	position: relative;
	z-index: 1;
	opacity:0.65;
	/*border-radius: 8px;*/
}

.pq-elegirnos__image__shadow {
    content: '';
    position: absolute;
    top: 16px;
    left: 16px;
    right: -16px;
    bottom: -16px;
	z-index: 0;
	border-radius: 8px;
    background: #ebebeb;
}

@media (max-width: 767px) {
	.pq-elegirnos__image {
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.pq-elegirnos__image__shadow {
		left: 10px;
		right: -10px;
	}
}
