/* CSS Style */

:root {
	--sc-ticket-news-height: 50px;
}

.sc-section-ticket-news {
	position: relative;
	height: var(--sc-ticket-news-height);
	padding: 0;
	background-color: var(--sc-color-dark-mode);
}

.sc-section-ticket-news * {
	margin: 0;
	padding: 0;
	color: var(--sc-color-light-mode);
	font-size: 12px;
}

.sc-section-ticket-news a {
	color: var(--sc-color-light-mode-80);
	font-size: 18px;
	font-family: var(--sc-font-family-body);
	text-decoration: underline;
}

.sc-section-ticket-news a:hover {
	color: var(--sc-color-light-mode);
	text-decoration: underline;
}

.sc-section-ticket-news .vc_row {
	margin: 0;
	margin-right: 32px;
	margin-left: 332px;
	padding: 0;
}

.sc-section-ticket-news .vc_column-inner {
	margin: 0;
	padding: 0;
}

.sc-section-ticket-news .wpex-post-cards-inner {
	display: flex;
	align-items: center;
	height: var(--sc-ticket-news-height);
}

.sc-section-ticket-news .owl-carousel.owl-loaded {
	display: flex;
	align-items: center;
	height: 40px;
}

.sc-section-ticket-news .wpex-carousel.arrwpos-right .owl-nav {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	gap: 4px;
}

.sc-section-ticket-news .owl-nav {
	font-family: inherit;
}

.sc-section-ticket-news .wpex-carousel .owl-nav__btn {
	margin: 0;
}

.sc-section-ticket-news .wpex-carousel.arrwpos-right .owl-nav .owl-nav__btn {
	width: 32px;
	height: 32px;
	border-radius: 100px;
	background-color: var(--sc-color-light-mode-40);
}

.sc-section-ticket-news
	.wpex-carousel.arrwpos-right
	.owl-nav
	.owl-nav__btn:hover {
	background-color: var(--sc-color-light-mode-80);
}

.sc-section-ticket-news
	.wpex-carousel.arrwpos-right
	.owl-nav
	.owl-nav__btn
	.ticon {
	color: var(--sc-color-dark-mode);
}

.sc-section-ticket-news
	.wpex-carousel.arrwpos-right
	.owl-nav
	.owl-nav__btn
	.ticon-chevron-left {
	padding-right: 2px;
}

.sc-section-ticket-news
	.wpex-carousel.arrwpos-right
	.owl-nav
	.owl-nav__btn
	.ticon-chevron-right {
	padding-left: 2px;
}

.sc-section-ticket-news::before {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: flex-end;
	width: 300px;
	height: 100%;
	padding-right: 16px;
	padding-bottom: 2px;
	border-radius: 0 var(--sc-button-primary-border-radius)
		var(--sc-button-primary-border-radius) 0;
	background-color: var(--sc-color-accent);
	content: "Novo!";
	color: var(--sc-color-light-mode);
	font-size: 22px;
	font-family: var(--sc-font-family-header);
	letter-spacing: var(--sc-letter-spacing-uppercase);
	text-align: right;
	text-transform: uppercase;
}

.sc-section-ticket-news .card-ticket-news {
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sc-section-ticket-news .card-ticket-news .card-ticket-news-title {
	font-weight: var(--sc-font-weight-bold);
}

.sc-section-ticket-news .card-ticket-news p {
	display: inline;
	font-size: 14px;
}

/* Media Query for Tablets Ipads portrait mode */
@media (max-width: 1024px) {
	.sc-section-ticket-news .vc_row {
		margin-left: 172px;
	}

	.sc-section-ticket-news::before {
		width: 140px;
	}
}

/* Media Query for low resolution  Tablets, Ipads */
@media (max-width: 768px) {
	.sc-section-ticket-news .vc_row {
		margin-left: 122px;
	}

	.sc-section-ticket-news::before {
		width: 100px;
		font-size: 18px;
	}
}

/* Media Query for Mobile Devices */
@media (max-width: 480px) {
	.vc_section.sc-section-ticket-news {
		margin: 8px 0;
	}

	.sc-section-ticket-news .vc_row {
		margin-right: 8px;
		margin-left: 60px;
	}

	.sc-section-ticket-news::before {
		width: 50px;
		padding-right: 8px;
		font-size: 14px;
	}

	.sc-section-ticket-news .card-ticket-news {
		width: 75%;
	}

	.sc-section-ticket-news a {
		font-size: 14px;
	}

	.sc-section-ticket-news,
	.sc-section-ticket-news .wpex-post-cards-inner {
		height: 40px;
	}

	.sc-section-ticket-news
		.wpex-carousel.arrwpos-right
		.owl-nav
		.owl-nav__btn {
		width: 24px;
		height: 24px;
	}

	.sc-section-ticket-news
		.wpex-carousel.arrwpos-right
		.owl-nav
		.owl-nav__btn.owl-prev {
		margin-right: 16px;
	}

	.sc-section-ticket-news .ticon-chevron-left::before,
	.sc-section-ticket-news .ticon-chevron-right::before {
		font-size: 14px;
	}
}
