.topoInternas{
	background: url(/img/bgTopoEmpresa.png) center no-repeat;
    background-size: auto auto;
	height: 100px;
	margin-bottom: 40px;
}

.clientes{
	background: #eee;
	margin-top: 50px;
	height: 250px;
}

.carousel.clientes{
	margin-top: 50px;
	height: 200px;
}
.carousel-item.carousel-clientes{
	max-height: 100px !important;
	min-height: 100px;
	padding: 10px 0;
	margin-top: 20px
	/*
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
	*/
}
.carousel-item.carousel-clientes .cliente{
	text-align: center;
}
.carousel-item.carousel-clientes .cliente img{
	max-width: 100%	
}

@media only screen and (max-width : 767px) {

	.clientes{
		height: 500px;
	}
	.carousel-item.carousel-clientes{
		max-height: 400px !important;
		min-height: 400px;
		margin-top: 0px;
		padding: 0px;
	}
	.carousel-item.carousel-clientes .cliente{
		margin-top: 30px;
	}
	.carousel-item.carousel-clientes .cliente img{
		max-width: 80%	
	}
}

