
.evolucion-escenario-carrusel {
	box-sizing: border-box;
	flex: 0 0 300px;
	margin: 40px auto 0;
	max-width: 300px;
}

.evolucion-escenario-carrusel .bx-controls-direction::after {
	display: none !important;
}

.evolucion-escenario-carrusel .bx-controls-direction {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.evolucion-escenario-carrusel .bx-controls-direction a {
	background: transparent url(../../../img/css/icono/carouselArrow.png) no-repeat 0 0;
	display: inline-block;
	margin: 0 20px;
	height: 25px;
	width: 13px;
}

.evolucion-escenario-carrusel .bx-controls-direction a.bx-next {
	background-position: 100% 0;
}

.img-comp-container {
	position: relative;
	height: 187px;
	width: 300px;
	margin: 0 auto;
}

.img-comp-img {
	height: auto;
	overflow:hidden;
	position: absolute;
	width: auto;
}

.img-comp-img img {
	display:block;
	height: 187px;
	max-width: none;
	width: 300px;
}

.img-comp-slider {
	position: absolute;
	z-index:9;
	height: 395px;
	width: 100%;
}

.img-comp-slider::before {
	background: #fff;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 7px;
	z-index: 1;
}

.img-comp-slider::after {
	background: transparent url(../../../img/css/portal/arrowImgCompare.png) no-repeat 0 0;
	height: 91px !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 62px;
	visibility: visible !important;
}
