* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

.row {
	--bs-gutter-x: 0 !important;
}

.cpf-form .form-card .row {
	--bs-gutter-x: 1.5rem !important;
}

.main-container {
	font-family: Manrope !important;
}

h2 {
	@media (max-width: 430px) {
		font-size: 22px !important;
	}
}

h3,
h4 {
	@media (max-width: 375px) {
		font-size: 18px !important;
	}
}

.container-fluid {
	padding: 0;
}

.main-row-content {
	@media (max-width: 576px) {
		padding: 0 20px !important;
	}
}

.logo {
	text-decoration: none !important;
}

.navbar .logo:hover {
	span {
		color: var(--Foundation-Terciary--color-terciary--color-200, #989898) !important;
		transition: 0.5s;
	}
}

.navbar .logo-container img,
footer .logo-container img {
	@media(max-width: 430px) {
		max-width: 150px;
	}
}

footer .logo:hover {
	span {
		color: #354BF7 !important;
		transition: 0.5s;
	}
}

footer {
	padding: 0px 20px !important;

	@media (min-width: 992px) {
		padding: 30px 120px !important;
	}

	@media (min-width: 1280px) {
		padding: 0px 145px !important;
	}
}

.navbar {
	padding: 0px 120px !important;
	background-color: #10152A !important;
	opacity: 1 !important;
	height: 120px;
	text-align: start !important;
	flex-wrap: nowrap !important;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

	@media (max-width: 1200px) {
		padding: 0px 40px !important;
	}

	@media (max-width: 576px) {
		padding: 30px !important;
		max-height: 100px;
	}
}

.navbar .nav-link,
.navbar .navbar-brand,
.navbar-button {
	opacity: 1 !important;
}

.logo-container {
	color: #FFF !important;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	@media (max-width: 576px) {
		font-size: 34px;
	}
}

.navbar-nav {
	gap: 20px;

	@media (max-width: 1300px) {
		gap: 20px !important;
	}
}

.nav-item {
	display: flex;
	align-items: center;
	gap: 50px;
}

.nav-item {
	.bottom-line {
		width: 25%;
		border-bottom: 3px solid var(--primary, #fff);
		display: none;
	}
}

.nav-item:hover {
	.bottom-line {
		display: block;
	}
}

.nav-link {
	color: #fff !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;

	@media (min-width: 992px) and (max-width: 1200px) {
		font-size: 18px !important;
	}

	cursor: pointer;
}

.nav-link:hover {
	color: #0F91FD !important;
}

.navbar-brand img {
	@media (max-width: 430px) {
		width: 180px !important;
	}
}

.buttons-container {
	gap: 30px;
}

.navbar-button {
	display: flex;
	padding: 15px;
	align-items: center;
	border-radius: 10px;
	border: none;
	white-space: nowrap !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.gradient-button {
	background: linear-gradient(270deg, #F23ADF 0%, #0F91FD 100%), #354BF7;
	border-radius: 10px;
	border: none;
	align-items: center;
	padding: 12px;
	white-space: nowrap !important;
	font-weight: 500;
	color: #fff !important;
	font-size: 18px;
	min-width: 200px;
}

.gradient-button:hover {
	font-weight: 600;
	background: linear-gradient(270deg, #B225AF 0%, #0B6ECC 100%), #2836C0;
}

.transparent-button {
	color: #fff;
	border-radius: 10px;
	align-items: center;
	padding: 12px;
	font-weight: 500;
	white-space: nowrap !important;
	background-color: transparent !important;
	border: 1px solid #fff;
	font-size: 18px;
}

.transparent-button:hover {
	border: 2px solid #fff;
	font-weight: 600;
}

.navbar-toggler {
	border: none !important;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

.navbar-toggler-icon {
	background-image: url("./utils/navbar/menu.svg") !important;
}

.modal {
	color: #fff !important;
	--bs-modal-bg: #10152A !important;
	font-size: 16px;

	@media (min-width: 576px) {
		width: 400px !important;
	}
}

.modal-content {
	@media (min-width: 576px) {
		width: 400px !important;
	}
}

.list-group {
	gap: 44px !important;
	padding: 60px 30px 60px 30px !important;
}

.list-group a {
	text-decoration: none;
}

.list-group-item {
	padding: 0 !important;
	background-color: inherit !important;
	color: var(--DDDDDD, #fff) !important;
	border: none !important;
	font-size: 20px !important;
}

.list-group .navbar-button {
	min-width: none !important;
	font-size: 18px !important;
	margin-left: 0 !important;
}

.btn-close-white {
	background-color: inherit !important;
	border: none !important;
}

.modal-header {
	border: none !important;
	padding: 30px 40px 0px 40px !important;
}

.modal-header .btn-close {
	margin: 0 !important;
}

.main-row {
	background: linear-gradient(180deg, rgba(29, 28, 41, 0.00) 75.15%, #1D1C29 100%), linear-gradient(104deg, rgba(0, 0, 0, 0.00) 37.31%, #1D1C29 83.52%), url("utils/main-row/main-image.png") lightgray 50% / cover no-repeat;
	height: 100vh;

	@media (max-width: 991px) {
		text-align: center;
		background: linear-gradient(180deg, rgba(29, 28, 41, 0.6) 75.15%, #1D1C29 100%), linear-gradient(104deg, rgba(29, 28, 41, 0.4) 37.31%, #1D1C29 83.52%), url("utils/main-row/main-image.png") lightgray 50% / cover no-repeat;
	}
}

.main-row .bold-span {
	font-weight: 800;
}

.main-row-content h1,
.main-row-content h4 {
	margin-bottom: 35px;
	color: #FFF;
	font-size: 34px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	@media (max-width: 576px) {
		font-size: 28px;

		.break-row {
			display: none;
		}
	}
}

.main-row-content h4 {
	font-size: 26px;

	@media (max-width: 576px) {
		font-size: 20px;

		.break-row {
			display: none;
		}
	}
}

.pink-divisor {
	background: linear-gradient(90deg, #F23ADF 0%, rgba(242, 58, 223, 0.00) 77.5%);
	max-width: 331px;
	width: 100%;
	height: 5px;
	margin-bottom: 35px;
}

.main-row-content span {
	font-weight: 700;
}

.main-row-content button,
.account-row button {
	border: none;
	margin-bottom: 15px;
	font-size: 20px;

	@media (max-width: 576px) {
		font-size: 18px;
	}
}

.detail-ref {
	display: flex;
	align-items: center;
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.detail-ref:hover {
	text-decoration: underline;
}

.doubts-row {
	background: #10152A;
	padding: 40px 120px;

	@media (max-width: 1400px) {
		padding: 40px 80px;
	}

	@media (max-width: 992px) {
		padding: 40px 60px;
	}

	@media (max-width: 576px) {
		padding: 40px 20px;
	}
}

.videos-content-row,
.starkbank-row {
	background: #10152A;
	padding: 40px 80px;

	@media (max-width: 992px) {
		padding: 40px;
	}

	@media (max-width: 576px) {
		padding: 40px 20px;
	}
}

.simplified-row .col-12 .perk-col .tarif-container {
	padding: 40px 20px;

	@media (max-width: 576px) {
		padding: 40px 20px;
	}
}

.videos-content-row {
	background: #fff;
}

.experience-row {
	background: linear-gradient(to top, #0e0f1a, #10152A);
}

.account-row,
.video-row {
	padding: 40px 60px;
	display: flex;
	justify-content: center;

	@media (max-width: 1100px) {
		.break-row {
			display: none;
		}
	}

	@media (max-width: 768px) {
		padding: 20px 20px 0px 20px !important;
	}

	@media (max-width: 430px) {
		padding: 10px;
	}
}

.account-row .big-card-row,
.video-row .big-card-row {
	border-radius: 20px;
	max-width: 1600px;
	width: 100%;
	background: #11162B;
	--bs-gutter-x: 0 !important;
}


.account-row .big-card-row a {
	width: 100%;
	max-width: 300px;
}

.account-row .center-col,
.video-row .center-col {
	padding: 30px;
}

.account-row .center-col {
	@media (max-width: 430px) {
		padding: 10px;
	}
}

.account-row h3 {
	font-weight: 700;
}

.account-row .light-h3 {
	font-weight: 400;
	font-size: 20px;
}

.methods-row {
	color: #373737;
	background: linear-gradient(90deg, rgba(15, 145, 253, 0.00) 77.05%, #0F91FD 154.7%);
	padding: 40px 60px;

	@media (max-width: 1100px) {
		.break-row {
			display: none;
		}
	}

	@media (max-width: 768px) {
		padding: 20px 20px 0px 20px !important;
	}
}

.methods-row .text-container {
	gap: 30px;
}

.methods-row h3,
.app-row h3,
.videos-content-row h3,
.videos-container h3,
.starkbank-row h3,
.simplified-row h3 {
	font-size: 24px;
	font-weight: 400;
}

.videos-container h1,
.videos-container-h1 {
	color: #fff;
}

.videos-container h3 {
	color: #06D4FE;

	@media (max-width: 430px) {
		font-size: 24px !important;
	}
}

.methods-row .blue-h3,
.app-row .blue-h3,
.videos-content-row .blue-h3,
.starkbank-row .blue-h3,
.simplified-row .blue-h3,
.videos-container-h3 {
	font-weight: 700;
	color: #3A80F7;
}

.videos-container-h3 {
	margin-top: 40px;
	margin-left: 80px;

	@media (max-width: 992px) {
		margin-left: 40px;
	}

	@media (max-width: 576px) {
		margin-left: 20px;
	}
}

.whatsapp-link {
	font-weight: 600;
	text-decoration: none;
}

.whatsapp-link .fa-whatsapp {
	color: #3A80F7;
	font-size: 29px;
	font-weight: 500;
}

.videos-content-row .whatsapp-link:hover {
	text-decoration: underline;
}



.blue-h3 {
	@media (max-width: 768px) {
		text-align: center !important;
	}
}

.methods-row h2,
.videos-container h2 {
	font-size: 26x;
	font-weight: 500;

	@media (max-width: 430px) {
		br {
			display: none;
		}
	}
}

.videos-container h2 {
	color: #10152A;
	font-weight: 500;
}

.methods-row span {
	font-weight: 700;
}

.methods-row .purple-span,
.video-row .purple-span,
.doubts-row .purple-span {
	color: var(--Foundation-Primary---color-primary---color-500, #354BF7) !important;
}

.purple-card {
	max-width: 350px;
	padding: 40px 40px 40px 40px;
	height: 400px;
	border-radius: 30px;
	border: 1px solid #BBB;
	background: #fff;
}

.purple-card img {
	width: 50px;
}

.purple-card h3 {
	font-size: 24px;
	font-weight: 600;
}

.purple-card h4 {
	font-size: 18px;
	font-weight: 400;
}

.cards-carousel {
	margin-top: 80px !important;

	@media (max-width: 768px) {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}
}

.slider-wrapper .swiper-pagination-bullet {
	height: 13px !important;
	width: 13px !important;
	left: 0 !important;
}

.video-wrapper .swiper-pagination-bullet {
	background: white !important;
}

.pagination-wrapper {
	display: flex;
	height: 40px;
	align-items: end;

	@media (min-width: 1280px) {
		display: none !important;
	}
}

.account-row {
	@media (max-width: 991px) {
		text-align: center;
	}
}

.account-row,
.video-row {
	color: var(--Foundation-Terciary---Color-terciary---color-50, #EFFAFF);
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	@media (max-width: 1350px) {
		.break-row {
			display: none;
		}
	}
}

.account-row .left-col,
.video-row .left-col {
	border-radius: 20px;
	background: linear-gradient(270deg, rgba(29, 28, 41, 0.00) 25.37%, #1D1C29 100%), linear-gradient(0deg, #1D1C29 0%, #1D1C29 100%), url("./utils/account-row/left-image.png") lightgray 50% / cover no-repeat;
	background-blend-mode: normal, color, normal;
}

.account-row .right-col,
.video-row .right-col {
	border-radius: 20px;
	background: linear-gradient(270deg, rgba(29, 28, 41, 0.00) 25.37%, #1D1C29 100%), linear-gradient(0deg, #1D1C29 0%, #1D1C29 100%), url("./utils/account-row/right-image.png") lightgray 50% / cover no-repeat;
	background-blend-mode: normal, color, normal;
}

.account-row h3,
.video-row h3 {
	font-size: 24px;
}

.account-row h1,
.video-row h1,
.doubts-row h1 {
	font-size: 32px !important;

	@media (max-width: 1600px) {
		font-size: 28px !important;
	}

	@media (max-width: 576px) {
		font-size: 22px !important;
	}
}

.account-row h1 span {
	color: var(--Foundation-Primary---color-primary---color-500, #354BF7);
	font-weight: 700;
}

.video-row .content-container {
	padding: 60px 40px;
	border-radius: 30px;
	border: 5px solid var(--Foundation-Primary---color-primary---color-500, #354BF7);
	box-shadow: 0px 0px 17.9px 0px rgba(53, 75, 247, 0.60);

	@media (max-width: 576px) {
		padding: 20px;
	}
}

iframe,
video {
	border-radius: 10px;
	min-height: 370px;
	width: 100%;
	height: 100%;
}


.doubts-row {
	color: var(--Foundation-Terciary---Color-terciary---color-50, #EFFAFF);
}

.doubts-row .title {
	border-bottom: 5px solid transparent;
	border-image: linear-gradient(90deg, #0F91FD 0%, rgba(15, 145, 253, 0.00) 77.5%) 1;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 15px 0px;
	margin-bottom: 40px !important;
	cursor: pointer;
}

.doubts-row .blue-span,
.gallopay-videos-row .blue-span {
	color: #0F91FD;
}

.doubts-row p {
	font-weight: 400 !important;

	@media (max-width: 576px) {
		font-size: 20px;
	}
}

.doubts-row li {
	font-weight: 400 !important;
}

.doubts-row h1 {
	margin-bottom: 40px;
}

.doubts-row .contact {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 22px;

	@media (min-width: 992px) {
		margin-top: 60px;
		margin-bottom: 60px;
	}
}

.doubts-row a {
	text-decoration: none;
	color: #0F91FD;
}

.doubts-row .contact span {
	text-decoration: none;
	font-weight: 700;
	cursor: pointer;
	color: #0F91FD !important;
}

.doubts-row .contact span:hover,
.doubts-row a:hover {
	text-decoration: underline;
}

.doubts-row .contact img {
	position: relative;
	bottom: 2px;
	left: 2px;
}

.doubts-row i {
	cursor: pointer;
}

.icon-transition {
	transition: transform 0.3s ease-in-out;
}

.fa-plus {
	transform: rotate(0deg);
}

.fa-minus {
	transform: rotate(180deg);
}

.app-row {
	padding: 60px 80px;

	@media (max-width: 1400px) {
		.break-row {
			display: none;
		}
	}

	@media (max-width: 768px) {
		padding: 20px 20px 0px 20px !important;
	}

	@media (max-width: 430px) {
		padding: 30px 10px !important;
	}
}

.app-row .app-row-content {
	gap: 30px;
	max-width: 600px;
}

.app-row .app-row-content span {
	background: linear-gradient(90deg, #F23ADF 50%, #0F91FD 95%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.app-row .app-row-content .transparent-button {
	border: 1px solid #F23ADF;
	background: linear-gradient(90deg, #F23ADF 50%, #0F91FD 95%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.app-row .app-row-content .transparent-button:hover {
	background: linear-gradient(90deg, #F23ADF 50%, #0F91FD 95%);
	-webkit-text-fill-color: #fff;
}

.app-row .app-row-content .buttons-container {
	gap: 20px;

	@media (max-width: 991px) {
		flex-direction: column;
	}
}

footer {
	margin-top: auto !important;
	background: var(--Color-style-Neutrals-neutrals-800, #1b1b1b);
	min-height: 95px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;

	a,
	span {
		color: #fff !important;
	}

	a {
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	.whatsapp-img:hover {
		cursor: pointer;
		transition: 0.5s;
		filter: brightness(0) saturate(100%) invert(38%) sepia(85%) saturate(745%) hue-rotate(70deg) brightness(95%) contrast(101%) !important;
	}

	.footer-container {
		padding-top: 2%;
		padding-bottom: 2%;
	}

	@media (max-width: 1200px) {

		a,
		span {
			font-size: 14px !important;
		}
	}

	@media (max-width: 991px) {
		.footer-container {
			padding-left: 0 !important;
			padding-right: 0 !important;
			flex-direction: column;
			gap: 10px;
			padding-top: 5%;
			padding-bottom: 5%;
		}
	}

	@media (min-width: 768px) and (max-width: 991px) {

		a,
		span {
			font-size: 18px !important;
		}
	}
}

footer .logo {
	text-decoration: none !important;
}

.logo-span {
	font-size: 32px !important;
}

.cards-carousel {
	max-width: 1600px !important;
}

.fa-plus,
.fa-minus {
	color: #0F91FD;
}

.videos-background {
	background: #11162B;

	@media (min-width: 992px) {
		overflow-y: hidden;
	}
}

.videos-content-row {
	display: flex;
}

.videos-container {
	gap: 40px;

	@media (max-width: 1260px) {
		.break-row {
			display: none;
		}
	}
}

.gallopay-videos-row {
	gap: 20px !important;
}

.videos-container h3,
.videos-container h2 {
	line-height: normal !important;
}

.iframe-wrapper {
	height: 400px;
	border-radius: 10px;
	flex-shrink: 0;
}

.videosSwiper .pagination-wrapper,
.gallopaySwiper .pagination-wrapper {
	display: flex;
	height: 80px;
	align-items: end;

	@media (max-width: 767px) {
		height: 40px !important;
	}
}

.videosSwiper,
.gallopaySwiper {
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative !important;
	overflow: hidden !important;
	list-style: none !important;
	padding: 0 !important;
	display: block !important;
}

.prev-slide,
.next-slide,
.gallopay-prev-slide,
.gallopay-next-slide {
	background: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	border: none;
	color: #0F91FD;
	font-size: 20px;
	max-width: 200px;
	margin-top: 15px !important;

	@media (min-width: 1280px) {
		display: none;
	}

	@media (max-width: 480px) {
		max-width: 150px;
	}
}

.gallopay-prev-slide,
.gallopay-next-slide {
	@media (min-width: 768px) {
		display: none !important;
	}
}

.swiper-pagination-bullet {
	width: 16px !important;
	height: 16px !important;
	background-color: #333 !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active {
	background-color: #0F91FD !important;
	opacity: 1 !important;
}

.top-whatsapp {
	margin-right: 8px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	position: relative;
	top: 1px;
}

.bottom-whatsapp {
	margin-left: 5px;
}

.form-container {
	background: #10152A;
	min-height: 100vh;
}

.cpf-form {
	padding: 0px 0px 80px 0px !important;

	@media (max-width: 1600px) {
		padding: 0px 20px 80px 20px !important;
	}

	@media (max-width: 1400px) {
		padding: 0px 20px 80px 20px !important;
	}

	@media (max-width: 576px) {
		padding: 0px 20px 40px 20px !important;
	}

	@media (max-width: 430px) {
		padding: 0px 10px 40px 10px !important;
	}
}

.content-container {
	margin-top: 80px !important;

	@media (max-width: 991px) {
		margin-top: 40px !important;
	}
}

.cpf-form .form-card {
	display: flex;
	flex-direction: column;
	max-width: 1300px;
	padding: 54px 80px;
	justify-content: center;
	align-items: center;
	gap: 14px;
	border-radius: 29.328px;
	border: 1.466px solid var(--Grey, #dde2e5);
	background: #fff;
	box-shadow: 11px 11px 11.8px 0px rgba(0, 0, 0, 0.25);

	@media (max-width: 576px) {
		padding: 40px 20px;
	}
}

.cpf-form .form-card .row {
	--bs-gutter-x: 1.5rem !important;
}

.cpf-form .form-card h1 {
	color: var(--Black-5, #2b2f32);
	align-self: stretch;
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cpf-form .form-card span {
	color: var(--Foundation-Primary---Color-primary---color-500, #0F91FD);
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

	@media (max-width: 375px) {
		font-size: 14px;
	}

	@media (max-width: 430px) {
		font-size: 16px;
	}
}

.cpf-form .form-card h3 {
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	@media (max-width: 430px) {
		font-size: 16px;
	}

	@media (max-width: 375px) {
		font-size: 14px !important;
	}
}

.cpf-form .form-card form {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 992px;
}

.cpf-form .form-card .client-data {
	@media (max-width: 767px) {
		gap: 0;
	}
}

.cpf-form .form-card .card-input {
	border-radius: 11.731px;
	border: 1.466px solid var(--Black-1, #cfd3d4);
	display: flex;
	width: 100%;
	height: 50px;
	padding: 11.731px 23.462px;
	flex-direction: column;
	align-items: flex-start;
	gap: 14.664px;
}

input::placeholder {
	color: var(--Black-2, #abafb1);
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cpf-form .form-card label,
.document-warning {
	color: var(--Black-4, #5e6366) !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: normal !important;
}

.cpf-form .gradient-button {
	border-radius: 50px;
	background: linear-gradient(270deg, #F23ADF 0%, #0F91FD 100%), #354BF7;
	display: flex;
	height: 50px;
	padding: 10px 30px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border: none;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

	@media (max-width: 321px) {
		padding: 10px;
	}
}

.cpf-form .gradient-button:hover {
	font-weight: 600;
	background: linear-gradient(270deg, #B225AF 0%, #0B6ECC 100%), #2836C0;
}

.client-div {
	box-shadow: 7.869px 4.722px 9.758px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	width: 783.784px;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 78.693px;
	margin-bottom: 40px;

	@media (min-width: 768px) {
		margin-bottom: 80px;
	}
}

.client-div .legal-person {
	background: var(--primary-color, #369c1a);
	display: flex;
	width: 388.744px;
	padding: 15.739px 47.216px;
	justify-content: center;
	align-items: center;
	gap: 15.739px;
	flex-shrink: 0;
	border-radius: 78.693px;
	cursor: pointer;
}

.client-div .physical-person h1 {
	color: var(--Foundation-Terciary--color-terciary--color-300, #696969) !important;
	font-size: 30px !important;

	@media (max-width: 1024px) {
		font-size: 26px !important;
	}
}

.client-div .legal-person h1 {
	font-size: 30px !important;

	@media (max-width: 1024px) {
		font-size: 26px !important;
	}
}

.client-div h1 {
	color: #fff;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.client-div-mobile {
	background: var(--Foundation-Primary---Color-primary---color-500, #369c1a) !important;
	padding: 10px;
	max-width: 500px;
}

.legal-person-h1-mobile {
	color: #fff !important;
	font-size: 24px !important;
}

.error-span,
.error-input,
.invalid-cpf,
.invalid-email,
.invalid-cep,
.invalid-cnpj,
.invalid-image,
.invalid-document,
.invalid-selfie {
	display: none;
	margin-top: 5px !important;
	color: red !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

.form-success,
.form-error,
.form-incomplete {
	color: var(--Foundation-Primary---Color-primary---color-500, #369c1a);
	font-weight: 700;
	font-size: 18px;
	display: none;
}

.form-error,
.form-incomplete {
	color: #b81414 !important;
}

#fixed-div {
	position: fixed;
	bottom: 30px;
	transition: 0.5s all;
	width: 240px;
	margin: 0 20px;
	border-radius: 50px;
	cursor: pointer;
	z-index: 999;
}

.popup {
	position: fixed;
	top: 100vh;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.popup .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 100ms ease-in-out 200ms;
}

.popup .popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.15);
	opacity: 0;
	width: 95%;
	max-width: 500px;
	background: #fff;
	padding: 30px 25px;
	border-radius: 20px;
	box-shadow: 0px 2px 2px 5px rgba(0, 0, 0, 0.05);
	transition: all 300ms ease-in-out;
}

.popup .popup-content h2 {
	margin: 10px 0px;
	font-size: 25px;
	color: #111;
	text-align: center;
}

.popup .popup-content p {
	margin: 15px 0px;
	color: #222;
	font-size: 18px;
	text-align: center;

	@media (max-width: 450px) {
		br {
			display: none;
		}
	}
}

.popup .popup-content .controls {
	display: flex;
	justify-content: space-between;
	margin: 20px 0px 0px;
}

.popup .popup-content .controls button {
	padding: 10px 20px;
	border: none;
	outline: none;
	font-size: 15px;
	border-radius: 20px;
	cursor: pointer;
}

.popup .popup-content .controls .gradient-button {
	width: 85%;
	font-size: 18px;
	border-radius: 10px;
}

.popup .popup-content .controls .submit-btn {
	background: #3284ed;
	color: #fff;
}

.popup.active {
	top: 0px;
	transition: top 0ms ease-in-out 0ms;
}

.popup.active .overlay {
	opacity: 1;
	transition: all 300ms ease-in-out;
}

.popup.active .popup-content {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.radio-container {
	gap: 15px;

	@media (max-width: 576px) {
		gap: 0px;
		flex-direction: column;
	}
}

.radio-input {
	border-radius: 11.731px;
	border: 1.466px solid var(--Black-1, #cfd3d4);
	display: flex;
	width: 100%;
	height: 50px;
	padding: 11.731px 23.462px;
	gap: 14.664px;
}

.tariffs-container {
	background: #10152A;
}

.perks-row .perk-card,
.simplified-row .perk-card {
	border-radius: 20px;
	background: #fff;
	box-shadow: 5px 6px 6.3px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	height: 134px;
	padding: 34px 41px 34px 42px;
	gap: 30px;
	align-items: center;
	align-self: stretch;
	max-width: 500px !important;
	border: 2px solid #3A80F7;
	transition: transform 0.3s ease-in-out;

	@media (max-width: 1300px) {
		max-width: 480px !important;
	}

	@media (max-width: 1200px) {
		max-width: 400px !important;
	}

	@media (max-width: 991px) {
		max-width: 540px !important;
	}

	@media (max-width: 430px) {
		padding: 30px 20px 30px 20px;
	}
}

.simplified-row .inner-card {
	gap: 30px;
	padding: 0px 41px 0 42px;
}

.simplified-row .double-card {
	padding: 34px 0;

}

.simplified-row .perk-card {
	max-width: 650px !important;
}

.perks-row .perk-card:hover,
.simplified-row .perk-card:hover {
	transform: scale(1.03);
	background: #3A80F7;

	.colored-circle {
		background: #fff;
	}

	.fa-wallet,
	.fa-wand-magic-sparkles,
	.fa-message,
	.fa-computer,
	.fa-server,
	.fa-whatsapp,
	.fa-envelope,
	.fa-sms,
	.fa-dollar-sign,
	.fa-credit-card,
	.fa-money-bill-wave,
	.fa-stream {
		color: #3A80F7;
	}

	.title,
	.price {
		color: #fff;
	}

}

.perks-row .perk-card .title,
.perk-card .sub-title,
.simplified-row .perk-card .sub-title,
.simplified-row .perk-card .title {
	color: var(--Foundation-Terciary--color-terciary--color-400, #4c4c4c);
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

	@media (max-width: 576px) {
		font-size: 18px;
	}

	@media (max-width: 375px) {
		font-size: 16px;
	}
}

.perk-card .sub-title {
	margin-bottom: 5px;
}

.perks-row .perk-card .price,
.simplified-row .perk-card .price {
	color: var(--Foundation-Terciary--color-terciary--color-400, #4c4c4c);
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 100% !important;

	@media (max-width: 576px) {
		font-size: 18px;
	}
}

.perk-card .title {
	margin-bottom: 5px;
}

.fa-wallet,
.fa-wand-magic-sparkles,
.fa-message,
.fa-computer,
.fa-server,
.fa-whatsapp,
.fa-envelope,
.fa-sms,
.fa-dollar-sign,
.fa-credit-card,
.fa-money-bill-wave,
.fa-stream {
	font-size: 25px;
	color: #fff;
}



.section-title {
	color: #fff;
	text-align: center !important;

	@media (min-width: 992px) {
		text-align: start !important;
	}
}

.colored-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3A80F7;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	min-width: 65px;

	@media (min-width: 1400px) and (max-width: 1466px) {
		width: 55px;
		height: 55px;
		min-width: 55px;
	}
}

.loading-overlay {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.loading-overlay h3 {
	color: #fff;
	font-weight: 600;
}

.loading-overlay.active {
	visibility: visible;
	opacity: 1;
}

.spinner {
	width: 50px;
	height: 50px;
	border: 5px solid rgba(255, 255, 255, 0.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.fa-file-pdf {
	margin-left: 5px;

	@media (max-width: 374px) {
		display: none !important;

	}
}

iframe {
	border-radius: 12px;
	background-color: #1A2340;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	border: 2px solid rgba(255, 255, 255, 0.1);
}

iframe:hover {
	transform: scale(1.02);
	box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.5);
	filter: brightness(1.1);
}

iframe {
	opacity: 0;
	animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.gallopay-videos-row h3 {
	font-weight: 700;
}

.starkbank-logo-container {
	gap: 20px;
}

.row-divisor {
	height: 1px;
	background: #3A80F7;

	@media (max-width: 768px) {
		display: none !important;
	}
}

.methods-row .blue-h3 {
	@media (max-width: 768px) {
		text-align: center !important;
	}
}

.client-data h3 {
	color: #0F91FD !important;
	font-weight: 700 !important;
}

.cpf-form .black-p {
	color: #5e6366;

	@media (max-width: 576px) {
		font-size: 14px;
	}
}

.cpf-form .black-p a {
	text-decoration: underline;
}

.cpf-form .black-p .break-row {
	@media (min-width: 831px) {
		display: none;
	}
}

.nav-tabs .nav-link {
	color: var(--Foundation-Primary---Color-primary---color-500, #0F91FD) !important;
}

.nav-tabs button:disabled {
	color: #999 !important;
	background-color: #f0f0f0 !important;
	cursor: not-allowed !important;
	border-color: #ccc !important;
	opacity: 0.7;
}


#preview img {
	border: 1px solid #ccc;
	border-radius: 8px;
	width: 100%;
	max-width: 200px;
	max-height: 200px;
	min-height: 200px;
	min-width: 200px;
	object-fit: cover;
}

#preview .close-button {
	cursor: pointer;
	position: relative;
	right: 30px;
	bottom: 12px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f0f0f0;
	font-weight: 700;
	border: none;
	transition: 0.3s ease-in-out;
}

#document-upload:disabled,
#document2-upload:disabled {
	cursor: not-allowed;
	background-color: #f0f0f0;
	border-color: #ccc;
	opacity: 0.7;
}

.photo-sent {
	background-color: green !important;
}

.photo-sent:disabled {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}

#photo1-sent,
#photo2-sent {
	color: green;
	display: none;
}

.ticket-img {
	max-width: 450px;
	max-height: 450px;
}

.experience-button {
	width: 100%;
	max-width: 400px;

	@media (max-width: 576px) {
		max-width: 300px;
	}
}

.simplified-row .perk-col {
	padding-right: 0 !important;
	padding-left: 0 !important;
	max-width: none !important;
}

.videos-content-row .perk-col {
	@media (max-width: 374px) {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

.footer-container .title {
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
}

.footer-container .col-lg-3 {
	height: 100%;
}

.footer-container .link-span {
	cursor: pointer;
}

.footer-container .link-span:hover {
	text-decoration: underline;
}

.simplified-row h5 a {
	color: #fff;
	text-decoration: none;
}

.simplified-row h5 a:hover {
	text-decoration: underline;
}

.simplified-row {
	background: linear-gradient(to right, #0F91FD 50%, #224A99 50%);
}

.simplified-row .light-bg .perk-card {
	border: 2px solid #232B45;
}

.simplified-row .light-bg .perk-card:hover {
	background: #10152A;

	.colored-circle {
		background: #fff;
	}

	.fa-wallet,
	.fa-stream {
		color: #10152A !important;
	}
}

.simplified-row .light-bg .perk-card .colored-circle {
	background: #10152A;
}

.simplified-row h3 {
	color: #fff !important;
}



.simplified-row .col-lg-6 h4 {
	text-align: justify;
	color: #fff;
	font-weight: 400;

	@media (min-width: 1300px) {
		height: 110px;
	}
}

.divisor {
	height: 2px;
	background-color: #3A80F7;
	width: 100%;
}

.simplified-row .double-card:hover {
	.divisor {
		background-color: #fff;
	}
}

.simplified-row .perks-container {
	@media (min-width: 1400px) {
		justify-content: space-between !important;
	}
}

.simplified-row .perks-container .perk-card {
	@media (min-width: 1400px) {
		max-width: 430px !important;
	}
}