* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}

body {
	background-color: #004040;
	color: white;
	line-height: 1.6;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

/* Header Styles */
header {
	background-color: #012847;
	padding: 15px 0;
}



.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	width: 150px;
	margin-left: 10px;
	cursor: pointer;
}

.logo-title {
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}

@media (max-width: 1200px) {
	.logo-title {
		display: none;
	}
}

.logo-title {
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
}



.header-buttons {
	display: flex;
	gap: 20px;
}
.header-buttons span {
	gap: 10px;
}

.btn {
	padding: 3px 21px;
	border-radius: 2px;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
}

.btn-contact {
	padding: 3px 21px;
	border-radius: 2px;
	margin: 6px 0px;
	cursor: pointer;
	font-weight: bold;
	transition: all 0.3s ease;
}

	.btn-contact:hover {
		opacity: 0.9;
		transform: translateY(-2px);
	}

.btn-login {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #1DB12D;
	background: transparent;
}

	.btn-login img {
		color: #1DB12D;
	}

.btn-signup {
	color: #000;
	background-color: #01FF03;
	border: 1px solid #01FF03;
}

.btn-mobile {
	display: none;
}

@media screen and (max-width: 1200px) {
	.logo {
		width: 100px;
	}

	.btn-login {
		font-size: 12px;
	}

	.btn-signup-header {
		font-size: 12px;
		margin-right: 8px;
		padding-left: 4px;
		padding-right: 4px;
		text-decoration: underline;
		display: none;
	}

	.btn-mobile {
		display: block;
	}
}

.btn:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.btn-test {
	background-color: #003535;
	color: white;
	font-size: 12px;
	padding-top: 2px;
	display: flex;
	align-items: center;
	border: 1px solid white;
	box-shadow: 0 0 0 2px #003535;
}

/* Hero Section */
.hero {
	background-image: url('public/bg-1.png');
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	border-bottom: 4px solid #00ff7f;
	position: relative;
}



.multiplier {
	overflow: hidden;
}



.hero::before {
	display: flex;
	justify-content: center;
	content: 'Put Call';
	position: absolute;
	font-size: 54px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	height: 100%;
	text-transform: uppercase;
	color: #ccc;
	opacity: 0.6;
	letter-spacing: 4px;
	font-weight: 300;
}

.hero::after {
	content: 'Bot';
	position: absolute;
	font-size: 54px;
	margin-top: 50px;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	text-transform: uppercase;
	color: #ccc;
	opacity: 0.6;
	letter-spacing: 4px;
	font-weight: 900;
}

.hero-container {
	display: flex;
	justify-content: space-between;
}

.hero-content {
	margin-top: 2rem;
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
	padding-bottom: 80px;
}

	.hero-content::after {
		display: table;
		content: '';
		width: 44px;
		height: 50px;
		background-image: url('public/pseeudoballon.png');
		background-size: contain;
	}

@media screen and (max-width: 600px) {
	.container {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 1300px) {
	.hero::after {
		display: none;
	}

	.hero::before {
		display: none;
	}
}

@media (max-width: 1200px) {
	.hero-container {
		flex-direction: column;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}


	.hero-content {
		width: 100%;
		margin-top: 20px;
		margin-bottom: -30px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 0px;
		box-sizing: border-box;
		gap: 0px;
	}


	.hero p {
		margin-bottom: 0px;
	}


	.hero-content::after {
		display: none;
	}

	.hero-content p:nth-of-type(1) {
		display: none;
	}

	.hero-content p:nth-of-type(3) {
		display: none;
	}

	.hero-content p:nth-of-type(5) {
		display: none;
	}



	.hero::after {
		display: none;
	}

	.hero::before {
		display: none;
	}
}

.hero h1 {
	font-size: 32px;
	margin-bottom: 20px;
	line-height: 1.2;
}

.hero p {
	margin-bottom: 15px;
	font-size: 16px;
}

.strategies-section {
	margin-top: 20px;
	border-radius: 50px;
	width: 570px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	background-color: #ccc;
	position: absolute;
	right: 0px;
	bottom: 10px;
}

	.strategies-section .strategie-date {
		font-size: 14px;
		text-wrap: wrap;
		margin: 4px 0px;
	}




	.strategies-section::after {
		display: block;
		width: 570px;
		background: #012847;
		height: 30px;
		content: '';
		border-bottom-left-radius: 40px;
		border-bottom-right-radius: 40px;
	}


.strategies-view {
	display: flex;
	flex-direction: column;
	margin-top: -10px;
	align-items: center;
	overflow-y: scroll;
	height: 580px;
}

	.strategies-view::-webkit-scrollbar {
		width: 16px; /* Largura da barra */
	}

	.strategies-view::-webkit-scrollbar-track {
		background: #f1f1f1; /* Cor do "trilho" */
		border-radius: 4px;
	}

	.strategies-view::-webkit-scrollbar-thumb {
		background-color: #01FF03; /* Cor da "thumb" (barra que você arrasta) */
		border-radius: 4px;
		border: 2px solid #f1f1f1; /* Espaçamento ao redor da thumb */
	}

.strategies-header {
	text-align: center;
	background: #012847;
	padding: 12px 12px;
	margin-bottom: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

	.strategies-header h2 {
		font-size: 18px;
		font-weight: normal;
	}

	.strategies-header span {
		color: #19DC42;
		font-weight: bold;
	}

.strategy-card {
	padding: 10px;
	padding-bottom: 0px;
	/*width: 550px;
	height: 400px;*/
	background-color: white;
	color: #333;
	border-bottom: 4px solid #00ff7f;
	border-radius: 4px;
}

	.strategy-card:last-child {
		border: 0px;
	}

.strategies-data {
	display: flex;
	flex-direction: column;
}

	.strategies-data div {
		display: flex;
		justify-content: space-around;
		gap: 2px;
		align-items: center;
		color: white;
	}



		.strategies-data div p {
			background-color: #444348;
			text-align: center;
			width: 100%;
			gap: 2px;
			font-size: 16px;
			margin: 1px 0px;
			font-weight:bold
		}

	.strategies-data .blue {
		color: #20A0C2;
		font-weight: bold;
	}



.strategy-number {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

	.strategy-number img {
		width: 150px;
		margin-right: 10px;
	}

.strategy-high img {
	width: 180px;
}

.strategy-title {
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	color: #000;
}

@media screen and (max-width: 1200px) {
	.strategy-title {
		font-size: 16px;
		width: 240px;
	}

	.strategy-number img {
		width: 100px;
	}
}

.strategy-investment {
	color: #004040;
	font-weight: bold;
	font-size: 18px;
}

	.strategy-investment span {
		color: #00aa55;
	}





.strategy-data {
	font-size: 14px;
	display: flex;
	gap: 4px;
	position: relative;
}

.strategy-call {
	display: flex;
	gap: 4px;
}

.strategy-value {
	font-weight: bold;
	color: #00aa55;
}

.strategy-button {
	text-align: center;
}

.strategy-highlight p {
	color: #012847;
	font-weight: bold;
}

.strategy-mobile-title {
	display: none;
}

	.strategy-mobile-title p {
		font-size: 24px;
		text-align: center;
		text-transform: uppercase;
		background-color: #012847;
	}

.strategy-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.strategy-contact-mobile {
	display: none;
}

@media (max-width: 1200px) {
	.strategies-section {
		background-color: transparent;
		border: 0;
		margin-left: auto;
		margin-right: auto;
		position: initial;
		border-radius: 0;
		box-shadow: none;
		margin-bottom: 20px;
		width: 100%;
	}


	.strategie-date-first {
		width: 100px;
	}

	.strategy-mobile-title {
		display: block;
	}


	.strategies-view::-webkit-scrollbar {
		display: none;
	}

	.strategies-view {
		padding-top: 0;
		margin-top: 0;
		height: auto;
	}

	.strategy-card {
		height: 350px;
		width: 380px;
		border: 0;
	}



	.strategies-header {
		display: none;
	}

	.strategies-section::after {
		display: none;
	}

	.strategy-call {
		display: none;
		justify-content: space-between;
		align-items: center;
		margin-top: 10px;
		font-size: 12px;
	}

	.strategy-contact-mobile {
		display: inline-block;
	}

		.strategy-contact-mobile button {
			font-size: 12px;
			padding: 8px;
		}
}



.see-result {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 4px;
}

	.see-result a:nth-child(2) {
		margin-left: -30px;
	}

	.see-result a:nth-child(3) {
		padding-right: 0px;
	}

	.see-result a {
		font-size: 14px;
		font-weight: bold;
		color: #000;
		margin: 0;
		display: flex;
		align-items: end;
		justify-content: center;
		text-decoration: underline;
	}

.see-result {
	padding-right: 50px;
}

@media screen and (max-width: 1200px) {
	.see-result {
		padding-right: 0px;
	}

		.see-result a {
			font-size: 12px;
		}
		/*
			.see-result a:nth-child(2) {
				padding-left: 50px;
			}

			.see-result a:nth-child(3) {
				padding-right: 20px;
			}
			*/

	.strategy-card {
		flex-shrink: 0;
	}

	.strategies-view {
		gap: 10px;
		flex-shrink: 0;
	}
}

.strategy-now {
	color: #014B54;
	font-weight: bold;
}

.whatsapp-button a {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #25D366;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	z-index: 100;
	cursor: pointer;
}

	.whatsapp-button a:hover {
		background-color: #00aa55;
	}

/* Features Section */
.features {
	padding-top: 50px;
	background-image: url('public/bg=2.png');
	background-size: cover;
	overflow: hidden;
}

@media screen and (max-width: 1200px) {
	.features {
		padding-top: 0px;
	}
}


.feature-primary {
	width: 40%;
	position: relative;
}

/* .feature-primary::after {
	 display: table;
	content: '';
	background-image: url('public/robo.png');
	background-repeat: no-repeat;
	width: 400px;
	height: 100%;
	position: absolute;
	right: -400px;
	top: -30px;
	z-index: 1;
} */

.btn-mobile {
	display: none;
}



.feature-primary::before {
	display: table;
	content: '';
	background-image: url('public/MULHER.png');
	background-repeat: no-repeat;
	width: 400px;
	height: 100%;
	position: absolute;
	right: -400px;
	z-index: 2;
	bottom: -50px;
}



@media screen and (max-width: 1450px) {
	.feature-primary::before {
		bottom: -100px;
	}
}

@media screen and (max-width: 1600px) {
	.feature-primary::before {
		bottom: -80px;
	}
}

@media screen and (max-width: 1200px) {
	.feature-primary::before {
		right: -500px;
	}

	.btn-mobile {
		display: inline;
	}
}

.feature-content {
	display: flex;
	justify-content: space-between;
}

.feature-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: 10%;
}

	.feature-container img {
		width: 150px;
		margin-bottom: 20px;
	}

.feature-btn {
	border: 1px solid yellow;
	color: #AAE034;
	text-decoration: none;
	font-weight: bold;
}

.feature-btn-controls {
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 15px;
	width: 50%;
}

.feature-icon {
	display: flex;
	gap: 8px;
}

	.feature-icon img {
		width: 32px;
		height: 32px;
	}

.feature-image {
	width: 45%;
	text-align: center;
}

	.feature-image img {
		max-width: 100%;
		border-radius: 10px;
	}

.feature-title {
	width: 60%;
	margin-bottom: 20px;
	position: relative;
	margin-top: 20px;
}

.features-logo {
	display: flex;
	font-size: 36px;
	text-transform: uppercase;
	opacity: 0.6;
	font-weight: 200;
	letter-spacing: 4px;
}

	.features-logo p:nth-child(2) {
		font-weight: bold;
		margin-left: 10px;
	}

.feature-description {
	margin-bottom: 20px;
	font-size: 16px;
}


.feature-btn-controls {
	margin-bottom: 95px;
}

.feature-list {
	width: 40%;
}



.feature-item {
	background-color: #011641;
	padding: 10px 20px;
	box-sizing: border-box;
	margin-bottom: 15px;
	border-radius: 5px;
}

	.feature-item h3 {
		color: #D0FF00;
		margin-bottom: 10px;
		font-size: 18px;
	}

@media (max-width: 1200px) {
	.features-logo {
		display: none;
	}

	.feature-description:nth-of-type(2) {
		display: none;
	}


	.feature-content p:nth-child(1) {
		border: 1px solid red;
	}

	.feature-title {
		width: 100%;
	}


	.feature-content {
		flex-direction: column;
		align-items: center;
	}


	.feature-primary {
		width: 80%;
		display: block;
		position: relative;
	}




		.feature-primary::before {
			top: 160px;
			right: -200px;
			width: 277px;
			height: 300px;
			background-size: contain;
		}



	.feature-btn-controls {
		width: 50%;
	}

	.feature-list {
		width: 100%;
		z-index: 3;
	}

	.feature-container {
		margin: 0;
	}
}

@media screen and (max-width: 600px) {
	.feature-content {
		align-items: start;
		margin-left: 10px;
		margin-right: 10px;
	}

	.feature-list {
		align-self: center;
	}

	.feature-primary {
		width: 70%;
	}

		.feature-primary::before {
			top: 260px;
			right: -230px;
		}
}




/* Security Section */

.security {
	background-image: url('public/bg-1.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.security-box-ballon {
	height: 100%;
	width: 100%;
	margin-left: 200px;
	margin-bottom: 0px;
	flex-wrap: wrap;
	position: relative;
}

	.security-box-ballon img {
		position: absolute;
		top: 75px;
		left: 100px;
	}

@media screen and (max-width: 1300px) {


	.security-box-ballon {
		margin-left: 10px;
		padding-right: 0px;
	}

	.security-container {
		margin-bottom: -60px;
	}
}




.security-ballon:nth-child(1) {
	width: 200px;
	height: 200px;
	background-image: url('public/ballon.png');
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	font-weight: bold;
}

.security-ballon:nth-child(2) {
	width: 300px;
	height: 300px;
	background-image: url('public/ballon.png');
	background-size: contain;
	background-repeat: no-repeat;
	font-size: 14px;
	position: absolute;
	top: 80px;
	left: 150px;
	display: flex;
	padding-left: 20px;
	padding-right: 60px;
	padding-top: 10px;
	align-items: center;
	justify-content: center;
}



.description-wrapper p:nth-child(1) {
	left: 5px;
	top: -165px;
	width: 400px;
	font-size: 14px;
	padding: 0px 10px;
}


.security-description {
	position: absolute;
	text-align: center;
	border-radius: 20px;
	padding: 2px;
	background-color: rgba(255, 255, 255, 0.3);
	cursor: pointer;
}

@media screen and (max-width: 1400px) {
}


@media screen and (max-width: 1279px) {
	.security-box-ballon {
		display: none;
	}
}








.security::after {
	display: table;
	content: '';
	width: 60px;
	height: 60px;
}

.security-container {
	display: flex;
	padding: 30px 0px 0px 0px;
	align-items: center;
}

.security-title {
	font-size: 32px;
	margin-bottom: 20px;
	margin-left: 10%;
	font-weight: 600;
}

.security-text {
	margin-left: 10%;
	font-weight: 400;
}


@media screen and (max-width: 1200px) {
	.security-title {
		margin-left: 10px;
	}

	.security-text {
		margin-left: 10px;
	}
}

.security-content {
	display: flex;
	justify-content: space-between;
}




.security-item {
	background: #041A42;
	padding: 10px 0px;
	margin-bottom: 15px;
	border-radius: 5px;
	width: 800px;
	position: relative;
}

	.security-item:nth-child(1)::after {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 4px;
		background: url('./public/icons/landmark.svg');
		content: '';
		border-radius: 50%;
		box-sizing: border-box;
		background-color: white;
		background-repeat: no-repeat;
		background-origin: content-box;
		background-size: contain;
		top: 30px;
		left: 10%;
		color: white;
		position: absolute;
		width: 40px;
		height: 40px;
	}

	.security-item:nth-child(2)::after {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 4px;
		background: url('./public/icons/monitor.svg');
		content: '';
		border-radius: 50%;
		box-sizing: border-box;
		background-color: white;
		background-repeat: no-repeat;
		background-origin: content-box;
		background-size: contain;
		top: 25px;
		left: 10%;
		color: white;
		position: absolute;
		width: 40px;
		height: 40px;
	}

	.security-item:nth-child(3)::after {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 4px;
		background: url('./public/icons/route.svg');
		content: '';
		border-radius: 50%;
		box-sizing: border-box;
		background-color: white;
		background-repeat: no-repeat;
		background-origin: content-box;
		background-size: contain;
		top: 15px;
		left: 10%;
		color: white;
		position: absolute;
		width: 40px;
		height: 40px;
	}



	.security-item h4 {
		margin-left: 18%;
		font-size: 18px;
	}

	.security-item p {
		margin-left: 18%;
		margin-top: 4px;
		font-size: 14px;
	}

.security-list {
	margin-top: 20px;
}

.security-list-title {
	font-size: 24px;
	display: block;
	margin-left: 10%;
	margin-top: 40px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
	.security-list-title {
		margin-left: 10px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 450px) {
	.security {
		height: 930px;
	}
}


@media screen and (max-width: 1279px) {

	.security-item {
		width: 95%;
		margin: 20px auto;
	}

	.security-container {
		justify-content: center;
		align-items: center;
	}


	.security-item:nth-child(1)::after {
		left: 2%;
		flex-shrink: 0;
	}

	.security-item:nth-child(2)::after {
		left: 2%;
		top: 20px;
		flex-shrink: 0;
	}

	.security-item:nth-child(3)::after {
		left: 2%;
		flex-shrink: 0;
	}

	.security-item h4 {
		margin-left: 60px;
	}

	.security-item p {
		margin-left: 60px;
	}
}







/* Partners Section */
.partners {
	padding: 50px 0;
	background-image: url('public/partners-ballon.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	position: relative;
}

	.partners::after {
		display: table;
		content: '';
		width: 95px;
		height: 107px;
		position: absolute;
		background-image: url('public/pseeudoballon.png');
		background-size: cover;
		background-repeat: no-repeat;
		bottom: 65px;
		left: 5%;
	}

	.partners::before {
		display: table;
		content: '';
		width: 95px;
		height: 107px;
		position: absolute;
		background-image: url('public/pseeudoballon.png');
		background-size: cover;
		background-repeat: no-repeat;
		bottom: 65px;
		right: 3%;
	}

.partners-title {
	font-size: 24px;
	margin-bottom: 30px;
}

.partners-logos {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.partner-logo {
	width: 120px;
	margin: 15px;
	filter: brightness(0) invert(1);
}

.xp {
	scale: 1.2;
}

.partners-mobile-button {
	display: none;
}

@media (max-width: 1200px) {
	.partners {
		padding-top: 20px;
	}

	.partners-logos {
		margin-left: auto;
		margin-right: auto;
	}

	.partners::after {
		display: none;
	}

	.partners::before {
		display: none;
	}

	.partners-mobile-button {
		display: block;
		margin-top: 20px;
		font-size: 18px;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and (max-width: 1400px) {
	.partners::after {
		display: none;
	}

	.partners::before {
		display: none;
	}
}
/* Videos Section */
.videos {
	padding: 30px 0;
}

.videos-title {
	color: #003030;
	background-color: #00ff7f;
	text-align: center;
	padding: 8px;
	font-size: 24px;
	margin-bottom: 30px;
}

.videos-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

@media screen and (max-width: 1200px) {
	.videos-grid > div {
		display: none;
	}

		.videos-grid > div:first-child {
			display: block;
		}
}

.video-item {
	overflow: hidden;
}

.video-thumbnail {
	width: 100%;
	height: 180px;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.play-icon {
	width: 40px;
	height: 40px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-title {
	padding: 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color: white;
}


@media (max-width: 1200px) {
	.videos-grid {
		grid-template-columns: repeat(1, 1fr);
		margin-left: 10px;
		margin-right: 10px;
	}

	.videos {
		padding: 0px;
		padding-bottom: 10px;
	}

	.video-title {
		padding: 0px;
		padding-bottom: 10px;
		font-size: 20px;
	}

	.video-thumbnail {
		height: 360px;
	}
}

@media (max-width: 600px) {
	.videos-grid {
		grid-template-columns: 1fr;
	}
}


/* Multiplier line */

.multiplier-line {
	background: linear-gradient(to right, #0f2c47, #1cc66b, #0f2c47);
	padding: 8px 0;
	margin: 0;
	color: #0f2c47;
	display: flex;
	justify-content: center;
	overflow: hidden;
	font-size: 32px;
	font-style: italic;
	font-weight: 600;
}

.multiplier-line-span {
	color: #0f2c47;
	opacity: 0.5;
	letter-spacing: 15px;
	font-style: italic;
	transform: skew(-10deg);
}

.multiplier-title {
	color: #0f2c47;
	font-weight: 900;
	margin-right: 10px;
}

/* Multiplier Section */
.multiplier {
	padding: 50px 0;
	background-color: #004040;
	text-align: center;
	position: relative;
}

@media screen and (max-width: 1200px) {
	.multiplier {
		padding: 10px 0px;
	}
}

.multiplier::before {
	display: table;
	content: '';
	background-image: url('public/xsub.png');
	width: 600px;
	top: 0;
	left: -250px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
}

.multiplier::after {
	display: table;
	content: '';
	background-image: url('public/xsub.png');
	width: 600px;
	top: 0;
	right: -250px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
}

.multiplier-header {
	margin-bottom: 30px;
}

.multiplier-test-button {
	cursor: pointer;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
}



.multiplier-subtitle {
	font-size: 24px;
}

.multiplier-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.multiplier-cards {
	display: grid;
	width: 1290px;
	grid-template-columns: repeat(6, 250px);
	flex-wrap: wrap;
	gap: 10px;
}

.multiplier-card {
	display: flex;
	flex-direction: column;
	background-color: white;
	border-radius: 20px;
	padding: 0px 15px;
	color: black;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

@media (max-width: 1200px) {
	.multiplier-cards {
		margin-left: auto;
		margin-right: auto;
		grid-template-columns: repeat(4, 250px);
		justify-content: space-between;
		width: auto;
	}

	.multiplier-card-header img {
		margin-left: auto;
		margin-right: auto;
	}

	.multiplier::after {
		display: none;
	}

	.multiplier::before {
		display: none;
	}
}

@media (max-width: 1000px) {
	.multiplier-cards {
		grid-template-columns: repeat(3, 250px);
	}
}

@media (max-width: 700px) {
	.multiplier-cards {
		grid-template-columns: repeat(2, 250px);
		justify-content: space-around
	}
}

@media (max-width: 500px) {
	.multiplier-cards {
		grid-template-columns: 350px;
	}
}



.multiplier-content {
	display: flex;
	flex-direction: column;
	gap: 6px;
}



.multiplier-card-header {
	color: white;
	width: 100%;
	display: flex;
	margin-left: auto;
	margin-right: auto;
}

.multiplier-card-content {
	padding: 10px;
}

.multiplier-subcard-description {
	font-size: 12px;
}

.multiplier-subcard-title {
	font-size: 12px;
	font-weight: bold;
	background-color: #00FF7F;
	padding: 4px 0px;
}

.multiplier-subcard {
	background-color: #fff;
	color: #000;
	border-radius: 10px;
	overflow: hidden;
}



.multiplier-card-price {
	color: #00aa55;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.multiplier-card-description {
	font-size: 14px;
	text-align: start;
}



/* Footer */
footer {
	background-color: #003535;
	padding: 15px 0;
}

.social-links {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
}

.social-link-icon {
	display: flex;
	gap: 2px;
}

.social-icon {
	width: 40px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.copyright {
	font-size: 14px;
	margin-bottom: 20px;
}

.footer-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.graph {
	position: relative;
}

	.graph::before {
		display: table;
		content: '';
		width: 24px;
		height: 24px;
		position: absolute;
		top: -15px;
		background-image: url('./public/icons/graph.png');
		background-repeat: no-repeat;
		background-size: cover;
	}

@media screen and (max-width: 1200px) {
	.social-links {
		flex-direction: column;
	}

	.simples {
		display: block;
	}

	.header-buttons {
		gap: 0px;
	}


	.graph::before {
		top: 10px;
	}
}

.strategy-column {
	margin-bottom: -10px;
}
