.slider {
  background-color: #fff;
}

#productoCarrusel .carousel-control-prev {
background-color: #fff;
display: block;
width: 30px;
height: 50%;
opacity: 1;
position: absolute;
top: 25%;
}

#productoCarrusel .carousel-control-next {
background-color: #fff;
display: block;
width: 30px;
height: 50%;
opacity: 1;
position: absolute;
top: 25%;
}

#productoCarrusel .carousel-control-prev-icon {
height: 100%;
line-height: inherit;
vertical-align: middle;
display: block;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
position: absolute;
right: 10px;
}

#productoCarrusel .carousel-control-next-icon {
height: 100%;
line-height: inherit;
vertical-align: middle;
display: block;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
position: absolute;
left:10px;
}

@media screen and (min-width: 0px) {

}

@media screen and (min-width: 750px) {

}

@media screen and (min-width: 970px) {

}

@media screen and (min-width: 1170px) {

}
