.html-widget {
	background-color: inherit;
	overflow-y: hidden;
	display: flex;
	margin: 10px 0;
}

/*BASE*/
:focus {
	outline: none;
}

:active {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
svg,
svg path {
	transition: color 350ms ease, fill 350ms ease;
}

a {
	display: block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

a:active {
	text-decoration: none;
}

button {
	border: none;
	background: none;
	-webkit-appearance: none;
}

* {
	box-sizing: border-box;
}

/*SLIDE*/
#passageiro_ads {
	background-color: #f5f7f8;
	border-radius: 10px;
	width: 100%;
	padding: 15px;
	font: 16px/1.5 Muli, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

#passageiro_ads.passageiro_ads_slide {
	background-color: #f5f7f8;
	border-radius: 10px;
}

.slide-post-ads .swiper-slide {
	height: auto;
}

/* CARDS */
.single-ads {
	display: flex;
	flex-direction: column;
	background: #fff;
	border: 1px solid #e7e8e9;
	border-radius: 10px;
	padding: 20px 0;
	height: 100%;
	transition: opacity 300ms ease-in-out, background 300ms ease-in-out;
}

@media only screen and (min-width:1025px) {
	.single-ads:hover {
		opacity: 1;
	}
}

.single-ads .card-header,
.single-ads .card-content,
.single-ads .card-footer {
	padding: 0 16px;
}

@media only screen and (min-width:600px) {

	.single-ads .card-header,
	.single-ads .card-content,
	.single-ads .card-footer {
		padding: 0 30px;
	}
}

.single-ads .card-header,
.single-ads .card-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}

.single-ads .card-header {
	border-bottom: 1px solid #e7e8e9;
	padding-bottom: 10px;
	margin-bottom: 22px;
	transition: border 300ms ease-in-out;
}

.single-ads .card-header .brand img {
	object-fit: contain;
	object-position: left;
}

.single-ads .card-header h3 {
	margin: 0;
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 1.25em;
	color: var(--text-color-xlight);
	transition: color 300ms ease-in-out;
}

.single-ads .card-content {
	margin-bottom: 30px;
}

@media only screen and (min-width:600px) {
	.single-ads .card-content {
		margin-bottom: 40px;
	}
}

.single-ads .card-content h4 {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.25em;
	color: #333333;
	transition: color 300ms ease-in-out;
}

.single-ads .card-content p {
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.5em;
	color: #333333;
	transition: color 300ms ease-in-out;
}

.single-ads .card-footer {
	margin-top: auto;
}

.single-ads .card-footer span {
	font-size: 0.75rem;
	line-height: 1.1em;
	color: #333333;
	transition: color 300ms ease-in-out;
}

.single-ads .card-footer span svg {
	display: inline-block;
	vertical-align: text-top;
	width: 1rem;
	height: 1rem;
	color: #333333;
	margin-right: 2px;
	transition: color 300ms ease-in-out;
}

.single-ads .card-footer [data-custom-button] {
	margin-bottom: 0;
}

/* SETAS */
.custom-arrow.swiper-button-prev,
.custom-arrow.swiper-button-next {
	width: 29px;
	height: 29px;
	padding: 8px;
	background: #808080;
	border-radius: 100%;
	transition: background 300ms ease-in-out, opacity 300ms ease-in-out;
}

@media only screen and (min-width:1200px) {

	.custom-arrow.swiper-button-prev:hover,
	.custom-arrow.swiper-button-next:hover {
		background: #1b83d8;
	}
}

.custom-arrow.swiper-button-prev:after,
.custom-arrow.swiper-button-next:after {
	display: none;
}

.custom-arrow.swiper-button-prev.swiper-button-disabled,
.custom-arrow.swiper-button-next.swiper-button-disabled {
	opacity: 0.5;
	pointer-events: none;
}

.custom-arrow.swiper-button-prev.swiper-button-lock,
.custom-arrow.swiper-button-next.swiper-button-lock {
	display: none;
}

.custom-arrow.swiper-button-lock {
	display: none !important;
}

.custom-arrow.swiper-button-prev img {
	transform: translateX(-1px);
}

.custom-arrow.swiper-button-next {
	transform: rotateZ(180deg);
}

.custom-arrow.swiper-button-next img {
	transform: translateX(-1px);
}

/* SLIDE HEADER */
#passageiro_ads .slide-post-ads .slide-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding: 31px 0;
}

#passageiro_ads .slide-header h5 {
	margin: 0 15px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	color: #333;
}

#passageiro_ads .slide-post-ads .swiper-button {
	position: relative;
	top: unset;
	left: unset;
	margin: 0;
	height: auto;
	color: #ffffff;
}

#passageiro_ads .slide-post-ads .swiper-button:after {
	display: none;
}

#passageiro_ads.passageiro_ads_grid_horizontal .slide-post-ads .swiper-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #800000;
}

#passageiro_ads.passageiro_ads_grid_horizontal .slide-post-ads .swiper-button.swiper-button-prev {
	left: 10px;
}

#passageiro_ads.passageiro_ads_grid_horizontal .slide-post-ads .swiper-button.swiper-button-next {
	right: 10px;
	transform: rotateZ(180deg) translateY(50%);
}


/* SLIDE FOOTER */
#passageiro_ads .slide-post-ads .slide-footer {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 20px 0;
	color: #ffffff;
}

#passageiro_ads .slide-post-ads .slide-footer p {
	color: #333333;
	max-width: 490px;
	margin: 0;
	font-size: 16px;
	line-height: 1.3em;
}

#passageiro_ads .slide-post-ads .slide-footer a {
	margin-top: 15px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	padding: 8px 23px;
	background: #f0f0f0;
	border-radius: 4px;
	transition: background 350ms;
}

#passageiro_ads .slide-post-ads .slide-footer a span {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #4d4d4d;
	transition: color 350ms;
}

#passageiro_ads .slide-post-ads .slide-footer a span+.icon {
	margin-left: 15px;
}

#passageiro_ads .slide-post-ads .slide-footer a:hover {
	background: #1b83d8;
}

#passageiro_ads .slide-post-ads .slide-footer a:hover span {
	color: #ffffff;
}

#passageiro_ads .slide-post-ads .slide-footer a:hover svg path {
	fill: #ffffff;
}


/* MEDIA QUERIES */
@media screen and (min-width: 768px) {
	#passageiro_ads .slide-post-ads .slide-footer {
		justify-content: space-between;
		flex-wrap: nowrap;
		padding-top: 10px;
	}

	#passageiro_ads .slide-post-ads .slide-footer p+a {
		margin-top: 0;
		margin-left: 15px;
	}
}


/* DARK THEME */
.dark-theme-iframe {
	background-color: #333;
}

.dark-theme-iframe #passageiro_ads.passageiro_ads_slide,
.dark-theme-iframe #passageiro_ads {
	background-color: #262626;
}

.dark-theme-iframe #passageiro_ads .slide-header h5 {
	color: #eeeeee;
}

.dark-theme-iframe #passageiro_ads .slide-post-ads .slide-footer p {
	color: #eeeeee;
}

.dark-theme-iframe .single-ads {
	background-color: #333;
}

.dark-theme-iframe .single-ads .card-content h4,
.dark-theme-iframe .single-ads .card-content p,
.dark-theme-iframe .single-ads .card-footer span,
.dark-theme-iframe .single-ads .card-footer [data-custom-button] {
	color: #e7e8e9;
}

.dark-theme-iframe .single-ads .card-footer span svg {
	filter: brightness(0) invert(1);
}