/* ========== Animations (GPU-friendly, reduced-motion aware) ========== */
@keyframes china-fade-in-up {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes china-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.china-title-block .title-block,
	.china-card,
	.china-card .china-card__image img {
		animation: none !important;
		transition: none !important;
	}
}

.page-template-page-categoria-china .general-pagewrap {
	background-color: #f7f7f7;
}

.page-template-page-categoria-china .content-wrap {
	border-top: 0;
	border-radius: 0;
	background: transparent;
}

.page-template-page-categoria-china .align-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.china-title-block {
	background-image: url('../images/china/banner-china-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	overflow: hidden;
	color: #fff;
}

.china-title-block .title-block {
	animation: china-fade-in-up 0.5s ease-out both;
}

.china-title-block .title-block {
	padding-top: 70px;
    padding-bottom: 200px;
}

.china-title-block .category span {
	color: #ffd861;
	font-size: 18px;
	font-weight: 700;
}

.china-title-block .title-block h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 38px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.china-title-sub {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	color: #ffece8;
}

@media (min-width: 768px) {
	.china-title-block .title-block h2 {
		font-size: 40px;
		line-height: 50px;
	}
}

.china-hero-image {
	width: 100%;
	height: 260px;
	background-image: url('../images/china/china-hero.jpg');
	background-size: cover;
	background-position: center;
	border-radius: 0 15px 15px 0;
}

.china-items-block {
	margin-bottom: 40px;
    margin-top: 30px;
}

@media (min-width: 768px) {
	.china-items-block {
		margin-top: -180px;
	}
}



.china-card {
	background: #ffffff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 7px 24px -15px rgba(0, 0, 0, 0.15);
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	animation: china-fade-in-up 0.5s ease-out both;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.china-card--shanghai { animation-delay: 0.1s; }
.china-card--hongkong { animation-delay: 0.2s; }

.china-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px -12px rgba(0, 0, 0, 0.2);
}

.china-card__image {
	overflow: hidden;
}

.china-card__image img {
	width: 100%;
	display: block;
	transition: transform 0.5s ease;
}

.china-card:hover .china-card__image img {
	transform: scale(1.03);
}

.china-card__body {
	padding: 25px 25px 20px;
}

.china-card__body h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 700;
	color: #333;
}

.china-card__body p {
	font-size: 15px;
	line-height: 22px;
	color: #555;
	margin-bottom: 15px;
}

.btn-china-red,
.btn-china-green {
	border-radius: 40px;
	padding: 10px 28px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
	transition: background-color 0.25s ease, transform 0.2s ease;
}

.btn-china-red:active,
.btn-china-green:active {
	transform: scale(0.98);
}

.btn-china-red svg,
.btn-china-green svg {
	margin-left: 9px;
}

.btn-china-red {
	background-color: #d92332;
	color: #fff;
}

.btn-china-red:hover,
.btn-china-red:focus {
	background-color: #b91a28;
	color: #fff;
}

.btn-china-green {
	background-color: #003107;
	color: #fff;
}

.btn-china-green:hover,
.btn-china-green:focus {
	background-color: #00600e;
	color: #fff;
}

@media (max-width: 767px) {
	.china-title-block .title-block {
		padding: 20px 15px 25px;
	}

	.china-hero-image {
		display: none;
	}
}
