#imgHome01 {
	background-image: url("/wwwroot/siteold/JAP/images/img_Home_01.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

#imgHome02 {
	background-image: url("/siteold/JAP/images/img_Home_02.png");
	background-size: 45%;
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 400px; /* força altura no desktop */
	display: flex;
	align-items: center; /* centraliza verticalmente o texto */
}

@media (max-width: 989px) {
	#imgHome02 {
		background-image: none !important;
		min-height: auto;
		padding-top: 15px;
		padding-bottom: 15px;
		display: block; 
	}
}

/* MOBILE – deixar tudo pequeno para caber em 1 linha */
@media (max-width: 768px) {

	.contador-item {
		width: 20% !important; /* 5 itens (20% cada) */
		padding: 0 !important;
		margin: 0 !important;
	}

		.contador-item span.numero {
			font-size: 28px !important; /* reduzido */
			line-height: 1;
		}

		.contador-item span.label {
			font-size: 12px !important; /* reduzido */
			line-height: 1.1;
		}
}


#imgHome01 .mb-0 {
	color: #14232D;
}

#imgHome01 .mb-3 {
	color: #EC1C27;
}

.mini-thumbnail{
	height: 12rem;
	width: 11rem;
}

#containerNoticia{
	
	margin-top: 10px;
}
	
#containerNoticia h1{
	color: rgb(42,24,41);
}

#figCount {
	position: absolute;
	width: 20%;
	margin-left: 1vw;
}

#figCount  h8{
	font-size: 2vw;
}

#myFlipper{
	margin-top: 10px;
}

.card-img-top {
  height: 200px;
  border-radius: 15px;
  object-fit: cover;
  margin-top: 10px;
}

#card:hover {
	border-radius: 5px;
	background-color: #f5f5f5;
	cursor: pointer;
	border-radius: 10px;
}

#card:hover .card {
	background-color: #f5f5f5;
	cursor: pointer;
}

.news-title {
  font-weight: 600;
}
.news-date {
  font-size: 14px;
  color: #14232D;
}

.news-link a {
	font-size: 15px;
	text-decoration: none;
	color: #EC1C27;
	font-weight: bold;
}
.pag-center { text-align: center; }

.pagination .page-link {
	color: #14232D;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 6px 12px;
	margin: 0 2px;
	border-radius: 4px;
}

.pagination .page-link:hover {
	color: #fff;
	background-color: #EC1C27;
	border-color: #EC1C27;
}

.pagination .page-item.active .page-link {
	color: #fff;
	background-color: #EC1C27;
	border-color: #EC1C27;
	font-weight: bold;
}

.pagination .page-item.disabled .page-link {
	color: #999;
	background-color: #f5f5f5;
	border-color: #ddd;
	cursor: not-allowed;
}

