#imgPatrocinadores {
	background-image: url("/wwwroot/siteold/JAP/images/JAP_Modalidades.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* width: 100%; */
	min-height: 100%;
	height: auto;
}

#dv_Modalidades {
	background-image: url("/wwwroot/siteold/JAP/images/WAVE3.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/* width: 100%; */
	min-height: 100%;
	height: auto;
}

.sport-card {
	background-color: white;
	border-radius: 18px;
	border: none;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	/* width: 300px; */
	height: 150px;         
	display: flex;
	align-items: center;
	justify-content: center;
  }

  .sport-card:hover {
	background-color: #f5f5f5;
	cursor: pointer;
  }
   
  .sport-icon {
	font-size: 42px;       
  }

  .img-esporte {
	width: 60px;
  }

	.img-esporte + span {
		color: #EC1C27;
		font-weight: bold;
	}


@media (max-width: 767px) {
	#imgPatrocinadores {
		margin-top: 20px;
		height: 250px;
		background-size: cover;
		background-position: center;
		min-height: 250px; /* ou outro valor fixo */
	}
}


@media (max-width: 767px) {
	#imgPatrocinadores {
		margin-top: 20px;
		height: 250px;
	}

	#dv_Modalidades {
		height: auto; /* deixa crescer conforme os cards */
		padding-bottom: 80px;	
	}
}

.card-esporte.card-ativo {
background-color: #6c757d !important; 
  color: white !important;
  border: 3px solid #EC1C27 !important;  
  transform: scale(0.97);  
  box-shadow: 0 8px 25px rgba(0,0,0,0.3) !important;
  transition: all 0.3s ease !important;
}

.card-ativo .img-esporte {
  filter: brightness(0) invert(1);  
  opacity: 0.9;
}

.card-ativo span {
  color: white !important;
  font-weight: bold !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.card-esporte {
  transition: all 0.2s ease;
  cursor: pointer;
}

.card-esporte:hover:not(.card-ativo) {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  border-color: #EC1C27;
}

.card-ativo:hover {
  transform: scale(0.97);
}

.img-esporte {
  width: 100px !important;     
  height: 100px !important;     
  object-fit: cover !important;
  margin-bottom: 12px !important;
  border-radius: 12px !important;
}

@media (max-width: 768px) {
  .img-esporte {
    width: 85px !important;
    height: 85px !important;
  }
}

@media (max-width: 576px) {
  .img-esporte {
    width: 75px !important;
    height: 75px !important;
  }
}

