* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	width: 100%;
	height: 100%;
	position: relative;
	background: transparent;
}

body {
	background: #F2F2F2;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
}

input,
textarea,
select,
option,
div,
button {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	border: 0;
	font-family: 'Roboto', sans-serif;
}

img {
	vertical-align: top;
}

a {
	color: #555;
	text-decoration: none;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
}

.container {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	position: relative;
}

.row {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.col {
	flex: 1;
}

.col.flex0 {
	flex: 0;
}

#content {
	width: 100%;
	height: auto;
	min-height: 100%;
	padding: 20px;
}

#content header {
	margin: 0 auto 20px auto;
	border-radius: 8px;
	overflow: hidden;
}

#content header img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

#content header img.desktop {
	display: block;
}

#content header img.mobile {
	display: none;
}

#content .box {
	width: 100%;
	max-width: 650px;
	background: #fff;
	border: 1px solid #E1E1E1;
	border-radius: 8px;
	margin: 0 auto;
}

#content .box .bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #686868;
	color: #fff;
	border-radius: 8px 8px 0 0;
	margin: -1px;
	font-size: 15px;
	padding: 12px 16px;
}

#content .box .bar a {
	color: #fff;
	font-size: 12px;
	border-bottom: 1px dotted #fff;
	filter: opacity(50%);
	position: relative;
	top: -1px;
}

#content .box .bar a:hover {
	filter: opacity(80%);
}

#content .box .inner {
	padding: 20px;
	position: relative;
}

#content .box .inner .lang {
	position: absolute;
	top: 20px;
	right: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#content .box .inner .lang a {
	margin: 0 0 0 5px;
}

#content .box .inner .lang a:hover {
	filter: opacity(70%);
}

#content .box .inner .group~.group {
	margin: 30px 0 0 0;
}

#content .box .inner .group .title {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#content .box .inner .input {
	width: 100%;
	margin: 0 0 10px 0;
}

#content .box .inner .input input,
#content .box .inner .input select {
	width: 100%;
	background: #fff;
	border: 1px solid #E1E1E1;
	border-radius: 6px;
	height: 50px;
	padding: 0 18px;
	font-size: 15px;
	outline: 0;
}

#content .box .inner .input input:focus,
#content .box .inner .input select:focus {
	border-color: #ABABAB;
}

#content .box .inner .tip {
	font-size: 13px;
	color: #A4A4A4;
}

#content .box .inner .tabs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px 0;
}

#content .box .inner .tabs>div {
	flex: 1;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	color: #686868;
	border: 1px solid #999;
	border-radius: 6px;
	cursor: pointer;
	filter: opacity(60%);
}

#content .box .inner .tabs>div:hover {
	background: #f5f5f5;
}

#content .box .inner .tabs>div.active {
	border-color: #686868;
	font-weight: 700;
	filter: opacity(100%);
}

#content .box .inner .tab_content {
	border: 1px solid #F2F2F2;
	border-radius: 8px;
	padding: 20px;
}

#content .box .inner .tab_content .row .row {
	width: 100%;
	gap: 10px;
}

#content .box .inner .tab_content .button {
	width: 100%;
}

#content .box .inner .tab_content .button button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #1ab394;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

#content .box .inner .tab_content .button button:hover {
	background: #179d82;
}

#content .box .inner .text {
	margin: 20px 0 2px 0;
	padding: 0 4px;
	font-size: 13px;
	color: #A4A4A4;
}

#content .box .inner .text p~p {
	margin: 15px 0 0 0;
}

#content .box .inner .tab_content>div {
	display: none;
}

#content .box .inner .tab_content>div.active {
	display: block;
}

#content .box .inner .card_effect {
	display: flex;
	margin-left: 20px;
}

#content .box .inner .card_effect .card-wrapper {
	margin: -28px -49px;
}

.jp-card .jp-card-front,
.jp-card .jp-card-back {
	background: linear-gradient(0deg, #707780, #464b52) !important;
}

.jp-card.jp-card-identified {
	box-shadow: none;
}

#content aside {
	width: 300px;
	margin-left: 20px;
}

#content aside img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

#content footer {
	text-align: center;
	margin: 50px auto 30px auto;
	color: #ADADAD;
	font-size: 14px;
}

#loading {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	display: none;
}

#loading div {
	width: 40px;
	height: 40px;
	border-top-color: #000;
	border-left-color: #000;
	border-bottom-color: #000;
	border-right-color: transparent;
	border-style: solid;
	border-width: 3px;
	border-radius: 50%;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	animation: spinLoad 0.8s linear infinite;
	-o-animation: spinLoad 0.8s linear infinite;
	-ms-animation: spinLoad 0.8s linear infinite;
	-moz-animation: spinLoad 0.8s linear infinite;
	-webkit-animation: spinLoad 0.8s linear infinite;
}

#pix_payment {
	width: 100%;
	height: 100%;
	min-height: 300px !important;
	background: rgba(255, 255, 255, 0.98);
	padding: 0 40px;
	border-radius: 10px;
	z-index: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-direction: column;
	/* display: none; */
}

#pix_payment .image img {
	max-width: 100%;
}

#pix_payment .input {
	display: flex;
	justify-content: center;
	align-items: center;
}

#pix_payment .input button {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: #1ab394;
	border-radius: 6px;
	color: #fff;
	font-size: 15px;
	padding: 0 20px;
	margin: 0 0 0 10px;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
}

#pix_payment .input button:hover {
	background: #179d82;
}

#pix_payment .message {
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 150%;
	color: #000;
	text-align: center;
}

#pix_payment .message p~p {
	margin: 15px 0 0 0;
}

#pix_payment .message a {
	font-size: 14px;
	color: #000;
	border-bottom: 1px dotted #000;
	filter: opacity(60%);
}

#pix_payment .message a:hover {
	filter: opacity(90%);
}

/* ANIMATION LOAD */
@keyframes spinLoad {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spinLoad {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@media screen and (max-width: 800px) {

	body {
		font-size: 15px;
	}

	.row {
		width: 100%;
		flex-wrap: wrap;
	}

	.col {
		width: 100%;
		min-width: 50%;
	}

	.col.flex0 {
		min-width: 80%;
		flex: 1;
	}

	#content {
		padding: 10px;
	}

	#content header {
		margin: 0 auto 10px auto;
	}

	#content header img.desktop {
		display: none;
	}

	#content header img.mobile {
		display: block;
	}

	#content .box .bar {
		font-size: 13px;
		line-height: 140%;
		padding: 10px 12px;
	}

	#content .box .bar div:last-child {
		display: none;
	}

	#content .box .inner {
		padding: 15px;
	}

	#content .box .inner .lang {
		top: 15px;
		right: 15px;
	}

	#content .box .inner .group~.group {
		margin: 20px 0 0 0;
	}

	#content .box .inner .group .title {
		font-size: 14px;
		margin: 0 0 8px 0;
	}

	#content .box .inner .input {
		margin: 0 0 8px 0;
	}

	#content .box .inner .input input,
	#content .box .inner .input select {
		height: 45px;
		padding: 0 16px;
		font-size: 14px;
	}

	#content .box .inner .tip {
		font-size: 12px;
	}

	#content .box .inner .tabs {
		gap: 8px;
		margin: 0 0 8px 0;
	}

	#content .box .inner .tabs>div {
		font-size: 13px;
		padding: 0 10px;
		text-align: center;
	}

	#content .box .inner .tab_content {
		padding: 10px;
	}

	#content .box .inner .tab_content .row .row {
		gap: 8px;
	}

	#content .box .inner .tab_content .button button {
		font-size: 16px;
	}

	#content .box .inner .text {
		margin: 15px 0 2px 0;
		font-size: 12px;
	}

	#content .box .inner .text p~p {
		margin: 10px 0 0 0;
	}

	#content .box .inner #tab_card .col.flex0 {
		display: none;
	}

	#content .box .inner .card_effect {
		display: none;
	}

	#content aside {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		text-align: center;
	}

	#content aside img {
		width: auto;
		max-width: 100%;
	}

	#content footer {
		margin: 20px auto 10px auto;
		font-size: 13px;
	}

	#pix_payment {
		padding: 0 5px;
	}

	#pix_payment .input {
		flex-wrap: wrap;
	}

	#pix_payment .input button {
		width: 100%;
		height: 45px;
		font-size: 14px;
		margin: 8px 0 0 0;
	}

	#pix_payment .message {
		margin: 10px 0 0 0;
		font-size: 14px;
	}

	#pix_payment .message p~p {
		margin: 10px 0 0 0;
	}

	#pix_payment .message a {
		font-size: 12px;
	}
}

#content .box .inner #result_cc {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	text-align: center;
	padding: 10px 10px 30px 10px;
	margin: 0 0 30px 0;
}

#content .box .inner #result_cc .title {
	font-size: 1.2rem;
}

#content .box .inner #result_cc .subtitle {
	font-size: 1rem;
	color: #555;
}

#content .box .inner #result_cc .subtitle p {
	margin: 15px 0 0 0;
}

#content .box .inner #result_cc .button {
	margin: 20px 0 0 0;
}

#content .box .inner #result_cc .button .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #1ab394;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

#content .box .inner #result_cc .button .btn:hover {
	background: #179d82;
}

#content .box .inner #result_boleto .button {
	margin: 20px 0 0 0;
}

#result_boleto .button .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	background: #1ab394;
	border-radius: 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

#result_boleto .button .btn:hover {
	background: #179d82;
}