/*
	Theme Name: IMPORTAMEX
	Author: Telaio Networks
	Author URI: http://telaio.com.mx
	Version: 1.0
*/
/*HOME*/
.carousel-control-prev-icon img,.carousel-control-next-icon img{
	width: 100%;
}
.carousel-control-prev-icon,.carousel-control-next-icon{
	background-image: none;
	background-color: rgba(255, 255, 255, .5);
	width: 55px;
	height: 40px;
	position: absolute;
	display: table;
}
.carousel-control-prev-icon .fa,.carousel-control-next-icon .fa{
	vertical-align: middle;
	display: table-cell;
	color: #000000;
}
.carousel-control-prev-icon{
	left: 0;
	position: absolute;
}
.carousel-control-next-icon{
	right: 0;
}