/*#imgPatrocinadores {
	background-image: url("/wwwroot/siteold/JAP/images/JAP_Patrocinadores.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: auto;
	padding: 40px 0;*/ /* opcional: espaçamento vertical */
	/*min-height: 200px;
}*/

#imgPatrocinadores {
	background-image: url("/wwwroot/siteold/JAP/images/JAP_Patrocinadores.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* width: 100%; */
	height: 100%;
}

.logo-card {
	width: 100%;
	height: 110px;
	border-radius: 12px;
	background-color: #f9f8f6;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.04);
}

.logo-card img {
	max-width: 70%;
	max-height: 60%;
	object-fit: contain;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: rgb(20, 35, 45);
}

@media (max-width: 767px) {
	#imgPatrocinadores {
		margin-top: 20px;
		min-height: 250px;
		height: auto;
	}
}



