@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body {
	font-family: 'DM Sans', sans-serif;
	font: 16px / 1.5 'DM Sans', sans-serif;
	color: #333;
}

/* ----------------------------------- */
/* AJUSTES DO HEADER */
/* ----------------------------------- */

.header {
	font-family: 'DM Sans', sans-serif;
	background-color: #000;
	color: #fff;
	padding: 15px 0;
}

.header .nav-link {
	font-weight: 900;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.header form {
	gap: 9px;
	display: flex;
	align-items: center;
}

.nav-menu {
	gap: 9px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.nav-link.small-link {
	font-size: 13px;
	padding: 5px 3px;
	white-space: nowrap;
}

.logo-img {
	max-width: 120px;
}

.hero-wrapper {
	position: relative;
}

.hero-link {
	display: block;
}

.hero-cta-link {
	position: absolute;
	left: 18%;
	bottom: 14%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 340px;
	min-height: 48px;
	box-sizing: border-box;
	padding: 8px 48px;
	gap: 8px;
	border-radius: 32px;
	background-color: #fff;
	color: #000;
	font-size: 17px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	z-index: 2;
}

.hero-cta-link:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.hero-cta-disclaimer {
	display: none;
	max-width: 340px;
	margin-top: 12px;
	line-height: 1.4;
}

@media (max-width: 1300px) {
	.hero-cta-link {
		left: 18%;
		bottom: 12%;
		width: 300px;
		min-height: 5px;
		padding: 6px 48px;
		font-size: 17px;
		font-weight: 700;
	}

}

@media (max-width: 1050px) {
	.hero-cta-link {
		left: 18%;
		bottom: 10%;
		width: 260px;
		min-height: 5px;
		padding: 5px 48px;
		font-size: 17px;
		font-weight: 700;
	}

}

@media (max-width: 900px) {
	.hero-cta-link {
		left: 18%;
		bottom: 9%;
		width: 230px;
		min-height: 5px;
		padding: 5px 48px;
		font-size: 16px;
		font-weight: 700;
	}

}

.mobile-menu .btn-cta-header-mobile {
	color: white;
	border-radius: 30px;
	border: 1px solid #fff;
	/* Arredondamento */
	padding: 4px 9px;
	/* Padding exato */
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	transition: all 0.3s;
	display: inline-block;
	width: fit-content;
	text-align: center;
	text-decoration: none;
}

/* Estilo do Mobile */
@media (max-width: 767.98px) {
	.header {
		background-color: #fff;
		color: #000;
		padding-top: 20px;
	}

	.header .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header .col-md-10 {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}

	.logo-container {
		flex: 0 0 auto;
	}

	.menu-toggle {
		flex: 0 0 auto;
	}

	.nav-menu {
		display: none !important;
	}

	.hamburger {
		font-size: 26px;
		cursor: pointer;
		color: #000;
	}

	.mobile-menu {
		display: none;
		position: absolute;
		top: 70px;
		right: 10px;
		background: #fff;
		border-radius: 12px;
		box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
		padding: 20px;
		width: 94%;
		max-width: 390px;
		z-index: 999;
		flex-direction: column;
	}

	.mobile-menu a {
		display: block;
		margin: 12px 0;
		text-decoration: none;
		color: #000;
		font-size: 16px;
		font-weight: 500;
	}

	.close-btn {
		position: absolute;
		top: 15px;
		right: 15px;
		background: none;
		border: none;
		cursor: pointer;
		padding: 0;
		width: 26px;
		height: 26px;
	}

	.close-btn svg {
		width: 100%;
		height: 100%;
		transition: all 0.3s ease;
	}

	.close-btn:hover svg circle {
		fill: black;
	}

	.close-btn:hover svg line {
		stroke: white;
	}

	.mobile-menu .btn-cta-header-mobile {
		color: white;
		background-color: #000;
		border-radius: 30px;
		border: 1px solid #fff;
		/* Arredondamento */
		padding: 4px 9px;
		/* Padding exato */
		font-size: 13px;
		font-weight: 700;
		line-height: 1.5;
		transition: all 0.3s;
		display: inline-block;
		width: fit-content;
		text-align: center;
		text-decoration: none;
	}

	.hero-wrapper {
		overflow: hidden;
		padding-left: 35px;
		padding-right: 35px;
	}

	.hero-wrapper img {
		width: 100%;
		border-radius: 15px;
		object-fit: cover;
		object-position: center;
	}
}


/* Botão 'Resgatar meu Código' (CTA da direita) */
.btn-cta-header {
	color: #fff;
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 30px;
	/* Arredondamento */
	padding: 4px 16px;
	/* Padding exato */
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	transition: all 0.3s;
}

.btn-cta-header:hover {
	background-color: rgba(255, 255, 255, 0.15);
	border-color: #fff;
	color: #fff;
}



.price-highlight {
	color: #EBA200;
}

@media (min-width: 1200px) {
	.container {
		width: 55%;
		min-width: 65%;
	}
}

@media (min-width: 2125px) {
	.container {
		width: 48%;
		min-width: 63%;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		flex-grow: 0;
	}

	.md-rounded-end-4 {
		border-top-right-radius: var(--bs-border-radius-xl) !important;
		border-bottom-right-radius: var(--bs-border-radius-xl) !important;
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}

	.bg-md-secondary {
		background-color: #F5F5F5 !important;
		margin-bottom: 60px;
	}

	.fs-md-5 {
		font-size: 19px !important;
	}
}

.horizontal-scroll {
	position: relative;
	/* Adicionado para posicionar as setas */
	overflow-x: auto;
	scrollbar-width: none;
	/* Firefox */
	-ms-overflow-style: none;
	/* Internet Explorer 10+ */
	-webkit-overflow-scrolling: touch;
	/* Smooth scrolling on iOS */
	touch-action: pan-x;
	/* Allow horizontal touch scrolling */
	scroll-snap-type: none;
	/* Desabilitado para animação mais suave */


	.cards-wrapper {
		display: flex;
		flex-wrap: nowrap;
		width: max-content;
		gap: 16px;
		padding-bottom: 8px;
	}


	.card {
		width: 327px;
		/* height: 400px; */
		border: none;
		position: relative;
		color: #fff;
		scroll-snap-align: start;


		img.card-img-bg {
			object-fit: cover;
		}

		.card-body {
			color: #fff;
			position: absolute;
			bottom: 0;
			background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.9) 100%);
			width: 100%;
			border-bottom-left-radius: 16px;
			border-bottom-right-radius: 16px;
			padding-top: 50px;

			.card-title {
				text-align: left;
				color: #FFB612;
			}

			.card-text {
				text-align: left;
			}

		}
	}
}

.carousel-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.carousel-wrapper .horizontal-scroll {
	flex: 1;
}

.carousel-arrow {
	position: absolute;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	transform: translateY(-50%);
	transition: color 0.3s ease;
	z-index: 5;
}

.carousel-arrow svg path {
	stroke: #969696;
	transition: stroke 0.3s ease;
}

.carousel-arrow:hover svg path {
	stroke: #333;
}

.carousel-arrow.left {
	left: 0;
	transform: translate(-120%, -50%);
}

.carousel-arrow.right {
	right: 0;
	transform: translate(120%, -50%);
}

.benefits-cards {
	align-items: stretch;
}

.benefit-card {
	flex: 0 0 272px;
	max-width: 272px;
	background-color: transparent;
	scroll-snap-align: start;
}

.benefit-card img {
	max-width: 64px;
	height: auto;
}

.benefits-carousel .carousel-arrow.left {
	left: -10px;
	transform: translate(-90%, -50%);
}

.benefits-carousel .carousel-arrow.right {
	right: -15px;
	transform: translate(90%, -50%);
}

.benefits-carousel .benefits-cards {
	gap: 1px;
}

.accordion {
	--bs-accordion-bg: #000;
	--bs-accordion-border-color: #333;
	--bs-accordion-btn-bg: #000;
	--bs-accordion-active-bg: #000;
	--bs-accordion-active-color: #fff;
	--bs-accordion-btn-color: #fff;
	--bs-accordion-body-color: #fff;
}

.accordion-item {
	border: none;
	border-bottom: 1px solid #333;
}

.accordion-item:last-child {
	border-bottom: none;
}

.accordion-button:not(.collapsed) {
	background-color: #333;
	color: #fff;
	box-shadow: none;
}

.accordion-button:focus {
	box-shadow: none;
	border-color: transparent;
}

.accordion-button {
	background-color: #000;
	color: #fff;
	border: none;
}

.accordion-button::after {
	filter: invert(1);
}

.accordion-body {
	background-color: #333;
	color: #fff;
	border: none;
}

.accordion-body a {
	color: #fff;
	text-decoration: underline;
}

.small {
	font-size: 12px;
}

@media screen and (max-width: 1000px) {
	.carousel-arrow.right {
		right: 0;
		transform: translate(68%, -50%);
	}

	.carousel-arrow.left {
		left: 0px;
		transform: translate(-70%, -50%);
	}

	.benefits-carousel .carousel-arrow.left {
		left: 0px;
		transform: translate(10%, -50%);
	}

	.benefits-carousel .carousel-arrow.right {
		right: 0px;
		transform: translate(10%, -50%);
	}

	.cards-wrapper.benefits-cards {
		width: 85%;
		margin: 0;
		padding-left: 0;
	}

	.benefits-carousel .horizontal-scroll {
		display: flex;
		justify-content: flex-start;
		max-width: 88%;
		margin: 0 auto;
		padding-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.navbar-collapse a {
		color: #000 !important;
	}

	#sobre h2 {
		font-size: 24px;
	}

	#sobre p {
		font-size: 16px;
	}

	#beneficios {
		background-color: #0D0F18 !important;

		.col-md-3 {
			background-color: #000 !important;
			min-width: 90%;
			display: flex;
			flex-direction: column;
		}
	}

	#beneficios h2 {
		font-size: 24px;
	}

	#beneficios p {
		font-size: 16px;
	}

	.carousel-wrapper {
		padding: 0 32px;
	}

	.hero-cards-carousel .horizontal-scroll .cards-wrapper {
		width: 100%;
	}

	.hero-cards-carousel .horizontal-scroll .card {
		flex: 0 0 100%;
		max-width: 100%;
		width: 100%;
	}

	.carousel-arrow {
		width: 32px;
		height: 32px;
	}

	.carousel-arrow.left {
		left: 0;
		transform: translate(-0%, -50%);
	}

	.carousel-arrow.right {
		right: 0;
		transform: translate(0%, -50%);
	}

	.benefit-card {
		width: 100%;
		padding-top: 50px;
	}

	.benefits-carousel {
		padding: 0 16px;
	}

	.benefits-carousel .carousel-arrow {
		width: 32px;
		height: 32px;
	}

	.benefits-carousel .carousel-arrow.left {
		left: 8px;
		transform: translate(-60%, -50%);
	}

	.benefits-carousel .carousel-arrow.right {
		right: 8px;
		transform: translate(60%, -50%);
	}

	.hero-cta-link {
		left: 50%;
		bottom: 14%;
		transform: translateX(-50%);
		width: min(280px, calc(100% - 49px));
	}

	.hero-cta-link:hover {
		transform: translateX(-50%) translateY(-2px);
	}

	.hero-cta-disclaimer {
		display: block;
		color: rgba(255, 255, 255, 0.7);
		margin-left: auto;
		margin-right: auto;
		width: min(340px, calc(100% - 32px));
		text-align: center;
	}

	.cta-primary {
		padding: 8px 48px !important;
		font-size: 17px;
	}

	.cta-secondary {
		padding: 15px 32px 16px 32px !important;
	}

	/*.card {
		width: 327px;
		height: 400px;
		border: none;
		position: relative;
		color: #fff;


		img.card-img-bg {
			object-fit: cover;
		}

		.card-body {
			color: #fff;
			position: absolute;
			bottom: 0;
			background: linear-gradient(180deg, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.9) 100%);
			width: 100%;
			border-bottom-left-radius: 16px;
			border-bottom-right-radius: 16px;
			padding-top: 50px;

	*/
	.benefits-carousel .benefit-card {
		max-width: 100%;
		background-color: #000;
	}
}

@media (max-width: 377px) {
	.hero-cta-link {
		bottom: 60px;
		width: min(270px, calc(100% - 85px));
	}
}

@media (max-width: 330px) {
	.hero-cta-link {
		bottom: 47px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.benefit-card {
		flex: 0 0 60%;
		max-width: 60%;
	}
}

@media screen and (min-width: 768px) {
	.bg-md-black {
		background-color: #000 !important;
	}

	#header-nav {
		height: 87px;
	}

	.hero-wrapper {
		overflow: hidden;
	}

	.hero-wrapper img {
		object-fit: cover;
		object-position: center;
	}
}