/*! Copyright (c) 2020 TemplateRex.com

Designed and Developed by TEMPLATE REX TEAM

https://templaterex.com


*/

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
 * {
	list-style: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	color: #23292e;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0!important;
	font-family: 'Montserrat', sans-serif;
}
@media (max-width: 991px) {
	html {
		overflow-x: hidden
	}
	html.overflow {
		overflow: hidden
	}
}
html.menu-opened {
	overflow: hidden!important;
	position: fixed
}
body {
	overflow-x: hidden
}
body.open-menu {
	overflow: hidden
}
body.open-menu header {
	z-index: 11
}
@media (max-width: 991px) {
	body {
		overflow-x: hidden;
		width: 100%
	}
}
.menu-mobile {
	display: none;
	padding-top: 120px
}
.menu-mobile ul {
	display: table;
	margin: 0 auto
}
.menu-mobile ul li {
	text-align: center;
	padding: 20px 0
}
.menu-mobile ul li a {
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-align: center
}
@media (max-width: 991px) {
	.menu-mobile {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #0d2a2b;
		z-index: 11;
		overflow-x: auto
	}
}
@media (max-width: 768px) {
	.menu-mobile {
		padding-top: 70px
	}
	.menu-mobile ul li {
		padding: 11px 0
	}
	.menu-mobile ul li a {
		font-size: 18px
	}
}
@media (max-width: 400px) {
	.menu-mobile {
		padding-top: 40px
	}
	.menu-mobile ul li {
		padding: 8px 0
	}
	.menu-mobile ul li a {
		font-size: 15px
	}
}
@media (max-width: 340px) {
	.menu-mobile {
		padding-bottom: 40px
	}
}
footer,
header,
section {
	float: left;
	width: 100%
}
body {
	background: #222324;
}
body.ovh {
	overflow: hidden;
	height: 0
}
body::-webkit-scrollbar {
	display: none
}
.gradiente-roxo {
	background-image: linear-gradient(34deg, #116466 0, #10dbae38 100%)
}
.cont {
	/* width:1170px; */
	padding: 0 30px;
	/* padding:0 15px; */
	/* display:table; */
	margin: 0 auto;
	position: relative
}
@media (max-width: 1200px) {
	.cont {
		width: 950px
	}
}
@media (max-width: 991px) {
	.cont {
		width: 750px
	}
}
@media (max-width: 768px) {
	.cont {
		width: 100%;
		padding: 0 15px
	}
}
.menu-site {
	position: fixed;
	left: 35px;
	top: 50%;
	margin-top: -181px;
	z-index: 50;
	display: block
}
.menu-site ul li.active a,
.menu-site ul li:hover a {
	color: #fff;
	transition: all .3s
}
.menu-site ul li.active a {
	font-weight: 600
}
.menu-site ul li.active a .circle {
	background: #10dbae
}
.menu-site ul li.active a .circle:before {
	border: 2px solid #c09069
}
.menu-site ul li a {
	display: block;
	text-align: right;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	font-weight: 400;
	line-height: 42px;
	transition: all .3s
}
.menu-site ul li a .circle {
	float: left;
	width: 3px;
	height: 3px;
	background-color: rgba(255, 255, 255, .45);
	border-radius: 50%;
	margin-right: 13px;
	margin-top: 19px;
	position: relative
}
.menu-site ul li a .circle:before {
	content: "";
	width: 9px;
	height: 9px;
	background: 0 0;
	border: 2px solid transparent;
	position: absolute;
	top:-5px;
    left:-5px;
}
@media (max-width: 991px) {
	.menu-site {
		display: none!important
	}
}
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 45px 0 10px 0;
	z-index: 4;
	transition: all .3s;
	background: 0 0
}
header .logo {
	float: left;
}
header .logo a {
	display: block
}
header .logo a img {
	max-width: 225px;
	transition: all .3s
}
header .menu-button {
	display: none;
	transition: all .3s
}
header .menu-button.fixed-btn {
	position: fixed;
	right: 15px;
	top: 30px
}
header nav {
	float: right;
	margin-top: 10px
}
header nav .language {
	float: left;
	margin-right: 52px;
	margin-top: 14px;
	position: relative
}
header nav .language a {
	display: block
}
header nav .language a .flag {
	width: 23px;
	height: 23px;
	float: left
}
header nav .language a:hover span {
	color: #c09069;
	transition: all .3s
}
header nav .language a span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	float: left;
	margin-left: 8px;
	margin-right: 11px;
	margin-top: 4px;
	transition: all .3s
}
header nav .language a .arrow-down {
	transition: all .3s;
	transform: rotate(0)
}
header nav .language a .arrow-down.rotate {
	transition: all .3s;
	transform: rotate(180deg)
}
header nav .language .drop-lang {
	position: absolute;
	top: 25px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s;
	height: 60px;
	overflow-x: auto
}
header nav .language .drop-lang.opened-drop {
	top: 35px;
	opacity: 1;
	pointer-events: all;
	transition: all .3s
}
header nav .language .drop-lang ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px
}
header nav .language .drop-lang ul li:last-child {
	margin-bottom: 0
}
header nav .language .drop-lang ul li a img {
	float: left;
	width: 24px
}
header nav .btns {
	float: left
}
header nav .btns a {
	float: left
}
header nav .btns a.btn-login,
.btns a.btn-primary,
.sbmt {
	background: url(../../img/border-gradient.png) no-repeat;
	width: 165px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-right: 31px;
	transition: all .3s
}
.btns a.btn-primary,
.sbmt {
	display: block;
	margin-top: 20px;
}
header nav .btns a.btn-login:hover,
.btns a.btn-primary:hover,
.sbmt:hover {
	transition: all .3s;
	transform: scale(1.1);
	background: url(../../img/border-gradient1.png) no-repeat;
}
header nav .btns a.btn-register {
	width: 165px;
	line-height: 50px;
	background-image: linear-gradient(34deg, #116466 0, #10dbae 100%);
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	transition: all .3s;
	box-shadow: 0 8px 20px -1px transparent
}
header nav .btns a.btn-register:hover {
	box-shadow: 0 8px 20px -1px rgba(172, 76, 206, .7);
	transition: all .3s
}
@media (max-width: 991px) {
	header nav .btns {
		display: none
	}
	header nav .language {
		margin: 0;
		margin-top: 5px
	}
	header nav .language a {
		margin-right: 10px
	}
	header nav .language a .flag {
		margin-right: 10px
	}
	header nav .language a span {
		display: none
	}
	header .menu-button {
		display: block;
		margin-top: 5px
	}
}
@media (max-width: 768px) {
	header {
		/* padding:30px 15px 0 15px */
	}
}
@media (max-width: 480px) {
	header {
		padding: 30px 0 0 0;
		z-index: 10
	}
	header .logo a img {
		max-width: 150px
	}
	header nav .language {
		margin-top: -5px;
		margin-right: 9px
	}
	header nav .language .drop-lang {
		height: 80px;
		width: 52px
	}
	header nav .language .drop-lang.opened-drop {
		top: 48px
	}
	header nav .language .drop-lang ul li a img {
		width: 33px
	}
	header nav .language a .flag {
		width: 33px;
		height: 33px
	}
	header nav .language a .arrow-down {
		margin-top: 15px
	}
}
.action-buttons {
	position: relative;
	display: table;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
	width: 100%
}
.action-buttons a {
	display: inline-block;
	color: #fff;
	width: 149px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	margin: 0 5px;
	transition: all .3s
}
.action-buttons a.btn-login {
	background-image: url(../../img/border-gradient.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto 45px;
	background-size: auto 45px
}
.action-buttons a.btn-register {
	background-image: linear-gradient(34deg, #116466 0, #10dbae 100%);
	box-shadow: 0 8px 20px -1px transparent
}
@media (max-width: 340px) {
	.action-buttons a {
		display: table;
		margin: 0 auto;
		margin-bottom: 15px
	}
	.action-buttons a:last-child {
		margin-bottom: 0
	}
}
.s-featured {
	height: 1080px;
	padding-top: 170px
}
.s-featured h3 {
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 256px
}
.s-featured h1 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 55px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	margin-bottom: 35px
}
.s-featured .btns {
	display: table;
	margin: 0 auto
}
.s-featured a {
	display: block;
	width: 430px;
	line-height: 60px;
	box-shadow: 0 18px 33px rgba(16, 219, 174, 0.49);
	background-image: linear-gradient(34deg, #116466 0, #10dbae 100%);
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	transition: all .3s;
	transform: scale(1);
	float: left;
	margin-right: 15px;
	letter-spacing: 8px;
}
.s-featured a:last-child {
	margin-right: 0
}
.s-featured a:hover {
	transition: all .3s;
	transform: scale(1.05)
}
.s-featured .cont {
	z-index: 4
}
.s-featured .text-float {
	float: left;
	width: 100%
}
.s-featured .text-float .item {
	position: relative
}
.s-featured .text-float .item h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 33px;
	text-transform: uppercase;
	letter-spacing: 6px;
	float: right;
	text-align: right
}
.s-featured .text-float .item h4 span {
	color: #fff;
	display: block
}
.s-featured .text-float .item:first-child {
	float: left;
	margin-top: 230px;
	margin-left: 68px;
	width: 318px
}
.s-featured .text-float .item:first-child:before {
	content: "";
	background: url(../../img/line-01.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	right: 65px;
	bottom: -15px
}
.s-featured .text-float .item:last-child {
	width: 228px;
	float: right;
	margin-right: 136px;
	margin-top: 145px
}
.s-featured .text-float .item:last-child h4 {
	float: left;
	text-align: center
}
.s-featured .text-float .item:last-child:before {
	content: "";
	background: url(../../img/line-02.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	left: 58px;
	bottom: -15px
}
.s-featured .line {
	position: absolute;
	left: 50%;
	padding-top: 150px;
	/*  bottom:-30px */
}
@media (max-width: 1440px) {
	.s-featured {
		background-size: 1600px;
		background-position: top;
		padding-top: 165px;
		height: 890px
	}
	.s-featured h3 {
		margin-bottom: 30px;
		margin-top: 40px
	}
	.s-featured h1 {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 25px
	}
	.s-featured .text-float .item:first-child {
		margin-top: 180px
	}
	.s-featured .text-float .item:last-child {
		margin-top: 180px;
		/* margin-top:110px; */
	}
}
@media (max-width: 991px) {
	.s-featured {
		background-size: 1400px;
		height: 560px;
		/* height:760px; */
	}
	.s-featured .line {
		display: none
	}
	.s-featured .text-float {
		display: none
	}
}
@media (max-width: 768px) {
	.s-featured h1 br {
		display: none
	}
}
@media (max-width: 480px) {
	.s-featured {
		padding-top: 180px;
		background-size: 750px;
		height: 577px;
		/*  background-position:bottom;
        background-color:#141672 */
	}
	.s-featured h3 {
		margin-bottom: 20px;
		line-height: 22px;
		margin-top: 0
	}
	.s-featured h1 {
		font-size: 23px;
		line-height: 33px;
		width: 290px;
		margin: 0 auto;
		margin-bottom: 20px
	}
	.s-featured a {
		float: initial;
		margin: 0;
		margin-bottom: 20px
	}
}
.s-about {
	position: relative;
	margin-top: -80px;
	padding-top: 80px;
}
.s-about .bg {
	background: #222324;
	width: 100%;
	height: 926px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}
.s-about .cont {
	width: 1200px;
	float: right
}
.s-about .cont .text-lg {
	text-transform: uppercase;
	font-weight: 900;
	position: absolute;
	font-size: 90px;
	left: -170px;
	background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #10dbae1a 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text
}
.s-about .cont h3 {
	text-align: center;
	color: #c09069;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin-top: -50px;
	margin-bottom: 90px
}
.s-about .cont .text-featured {
	float: left;
	width: 318px;
	margin-right: 62px;
	margin-top: 40px;
	position: relative
}
.s-about .cont .text-featured p {
	font-size: 24px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.13px;
	color: #fff;
	text-align: right;
	margin-right: 40px;
}
.s-about .cont .coin {
	float: left;
	position: relative;
	margin-top: 6px;
	z-index: 5;
	margin-left: -85px;
}
.s-about .cont .coin:before {
	content: "";
	background: url(../../img/line-coin.png) no-repeat;
	width: 518px;
	height: 58px;
	position: absolute;
	top: 180px;
	left: -416px
}
.s-about .cont .text-about {
	float: left;
	width: 599px;
	height: 469px;
	border-radius: 5px;
	background-image: linear-gradient(180deg, rgba(17, 100, 102, .3) 0, rgba(17, 100, 102, 0) 100%);
	padding: 62px 43px 0 100px;
	margin-left: 42px;
	position: relative
}
.s-about .cont .text-about:before {
	content: "";
	width: 621px;
	height: 564px;
	border-radius: 5px;
	background-image: linear-gradient(180deg, rgba(17, 100, 102, .3) 0, rgba(17, 100, 102, 0) 100%);
	position: absolute;
	left: 33px;
	top: -42px;
	z-index: -1
}
.s-about .cont .text-about p {
	color: #d1e8e2;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	width: 356px;
	width: 456px;
	text-align: justify;
	margin: 6px 0;
}
.s-about .cont .text-about p span {
	color: #fff;
	font-weight: 700
}
.s-about .cont .video {
	float: left;
	width: 100%;
	height: 456px;
	margin-top: -191px;
	position: relative;
	margin-left: -350px;
}
.s-about .cont .video iframe {
	position: absolute;
	left: 50%;
	margin-left: -404px;
	top: 0;
	z-index: 0;
	width: 808px;
	height: 456px
}
.s-about .cont .video button {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	width: 268px;
	height: 60px;
	box-shadow: 0 8px 24px #111a3f;
	background-color: #fff;
	margin-top: -30px;
	margin-left: -134px;
	padding: 0 25px;
	transition: all .3s;
	transform: scale(1)
}
.s-about .cont .video button:hover {
	transition: all .3s;
	transform: scale(1.05)
}
.s-about .cont .video button img {
	float: left;
	margin-right: 16px;
	margin-top: 5px;
	color: #1b227c;
	font-size: 14px;
	font-weight: 600
}
.s-about .cont .video .thumb {
	display: table;
	margin: 0 auto;
	position: relative;
	z-index: 1
}
@media (max-width: 1440px) {
	.s-about .cont .text-lg {
		font-size: 75px;
		left: -70px;
		padding-left: 120px;
		z-index: 11;
	}
	.s-about .cont .text-featured {
		width: 290px
	}
	.s-about .cont .text-featured p {
		font-size: 22px;
		line-height: 37px
	}
	.s-about .cont .text-featured:before {
		top: -30px;
		left: -90px;
		width: 400px;
		height: 50px;
		background-size: 100%
	}
}
@media (max-width: 1200px) {
	.s-about .cont .text-featured:before {
		left: 0;
		width: 300px
	}
}
@media (max-width: 991px) {
	.s-about {
		background: 0 0
	}
	.s-about .bg {
		display: none
	}
	.s-about .cont {
		width: 100%;
		/* width:750px; */
	}
	.s-about .cont h3 {
		margin-bottom: 40px
	}
	.s-about .cont .text-lg {
		display: none
	}
	.s-about .cont .video {
		margin-top: 50px;
		height: 400px;
		background-size: 100%
	}
	.s-about .cont .video iframe {
		margin-left: -375px;
		width: 750px;
		height: 400px
	}
	.s-about .cont .text-featured {
		width: 400px;
		text-align: center;
		display: table;
		margin: 0 auto;
		float: initial
	}
	.s-about .cont .text-featured p {
		text-align: center
	}
	.s-about .cont .text-featured:before {
		display: none
	}
	.s-about .cont .text-about {
		background: 0 0;
		width: 100%;
		padding: 0;
		height: auto;
		float: initial;
		margin: 0;
		margin-top: 50px
	}
	.s-about .cont .text-about:before {
		display: none
	}
	.s-about .cont .text-about p {
		width: 100%;
		text-align: justify;
		/* text-align:center */
	}
	.s-mineracao .desc-geral .text-dir p,
	.s-tecnology .text-dir p {
		text-align: justify;
	}
	.s-about .cont .coin {
		display: none
	}
}
@media (max-width: 768px) {
	.s-about .cont {
		width: 100%;
		padding: 0 25px;
		/* padding:0 15px; */
	}
	.s-about .cont .video {
		height: 285px;
		width: 490px;
		display: table;
		margin: 0 auto;
		float: inherit;
		margin-top: 50px
	}
	.s-about .cont .video iframe {
		margin-left: -245px;
		width: 490px;
		height: 285px
	}
}
@media (max-width: 480px) {
	.s-about {
		padding-bottom: 30px
	}
	.s-about .cont .text-featured {
		width: 100%
	}
	.s-about .cont .text-about {
		width: 100%;
		margin-top: 30px
	}
	.s-about .cont .text-about p {
		font-size: 14px;
		line-height: 25px
	}
	.s-about .cont .video {
		width: 290px;
		height: 170px
	}
	.s-about .cont .video:before {
		display: none
	}
	.s-about .cont .video button {
		width: 236px;
		height: 42px;
		margin-top: -21px;
		margin-left: -118px;
		padding: 0 30px;
		font-size: 13px
	}
	.s-about .cont .video button img {
		margin-right: 10px;
		margin-top: 3px
	}
	.s-about .cont .video button span {
		font-size: 13px
	}
	.s-about .cont .video iframe {
		margin-left: -145px;
		width: 290px;
		height: 175px
	}
}
.s-marketplace {
	margin-top: 75px;
	padding-bottom: 140px;
	padding-bottom: 330px;
	position: relative;
}
.s-marketplace .bg {
	background: url(img/bg-mercado.jpg) no-repeat left bottom;
	width: 100%;
	height: 496px;
	position: absolute;
	bottom: 0;
	z-index: -2;
	left: -275px
}
.s-marketplace h3 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 27px
}
.s-marketplace .title-market {
	width: 480px;
	margin: 0 auto;
	margin-bottom: 28px;
	position: relative
}
.s-marketplace .title-market:before {
	content: "";
	background: url(../../img/line-before-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -1.5px
}
.s-marketplace .title-market:after {
	content: "";
	background: url(../../img/line-after-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -1.5px
}
.s-marketplace .title-market h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.17px
}
.s-marketplace .text-desc-market {
	width: 653px;
	margin: 0 auto;
	margin-bottom: 85px
}
.s-marketplace .text-desc-market p {
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px
}
.desc-dolars {
	display: block;
	background: url(../../img/bg-text-dolars.png) no-repeat center center;
	width: 600px;
	height: 63px;
	margin: 0 auto;
	line-height: 63px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px
}
#app .desc-dolars:hover {
	transition: all .3s;
	transform: scale(1.1);
}
.desc-dolars a {
	color: #d9b08c;
}
.desc-dolars a:hover {
	color: #c09069;
}
#app .desc-dolars {
	width: 100%;
}
.s-marketplace .all-douts {
	width: 90%;
	margin: 41px auto;
}
.s-marketplace .all-douts ul li {
	float: left;
	margin-left: 95px;
	position: relative
}
.s-marketplace .all-douts ul li h2 {
	position: absolute;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	top: 50%;
	left: 50%;
	width: 39px;
	margin-top: -14.5px;
	margin-left: -19.5px
}
.s-marketplace .all-douts ul li h2 span {
	font-size: 16px;
	letter-spacing: -.07px;
	color: #fff;
	font-weight: 600
}
.s-marketplace .all-douts ul li .year {
	position: absolute;
	bottom: -150px;
	left: 15px
}
.s-marketplace .all-douts ul li .year span {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #fff
}
.s-marketplace .all-douts ul li .year:before {
	content: "";
	background: url(../../img/line-year.png) no-repeat;
	width: 2px;
	height: 60px;
	float: left;
	left: -26px;
	position: absolute;
	top: -10px
}
.s-marketplace .all-douts ul li:first-child {
	margin-left: 0;
	margin-top: 64px;
	width: 132px;
	height: 132px
}
.s-marketplace .all-douts ul li:first-child:before {
	content: "";
	background: url(../../img/line-dout-01.png) no-repeat;
	position: absolute;
	top: -24px;
	left: -26px;
	width: 183px;
	height: 183px
}
.s-marketplace .all-douts ul li:nth-child(3) {
	width: 256px;
	height: 256px
}
.s-marketplace .all-douts ul li:nth-child(3) h2 {
	width: 54px;
	margin-left: -27px
}
.s-marketplace .all-douts ul li:nth-child(3):before {
	content: "";
	background: url(../../img/line-dout-04.png) no-repeat;
	position: absolute;
	top: -52px;
	left: -55px;
	width: 363px;
	height: 363px
}
.s-marketplace .all-douts ul li:nth-child(3) .year {
	left: 40px;
	bottom: -68px
}
.s-marketplace .all-douts ul li:nth-child(2) {
	margin-top: 38px;
	width: 182px;
	height: 182px
}
.s-marketplace .all-douts ul li:nth-child(2):before {
	content: "";
	background: url(../../img/line-dout-02.png) no-repeat;
	position: absolute;
	top: -33px;
	left: -36px;
	width: 253px;
	height: 253px
}
.s-marketplace .all-douts ul li:nth-child(4) {
	width: 165px;
	height: 165px;
	margin-top: 47px
}
.s-marketplace .all-douts ul li:nth-child(4) h2 {
	width: 25px;
	margin-left: -12.5px
}
.s-marketplace .all-douts ul li:nth-child(4):before {
	content: "";
	background: url(../../img/line-dout-03.png) no-repeat;
	position: absolute;
	top: -30px;
	left: -32px;
	width: 230px;
	height: 230px
}
.s-marketplace .all-douts ul li:nth-child(4) .year {
	left: 50px;
	bottom: -114px
}
.s-marketplace .total-criptomoedas {
	float: left;
	width: 100%;
	margin-bottom: 80px
}
.s-marketplace .total-criptomoedas h4 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 2px;
	margin-bottom: 42px
}
.s-marketplace .total-criptomoedas ul li {
	float: left;
	margin-left: 9px
}
.s-marketplace .total-criptomoedas ul li .pie {
	display: table;
	margin: 0 auto;
	width: 121px;
	height: 121px;
	position: relative
}
.s-marketplace .total-criptomoedas ul li .pie:before {
	content: "";
	background: url(../../img/line-pie.png) no-repeat;
	position: absolute;
	top: -16px;
	left: -16px;
	width: 153px;
	height: 153px
}
.s-marketplace .total-criptomoedas ul li .pie .chart {
	position: absolute;
	top: -15px;
	left: -10px;
	width: 140px!important;
	height: 140px!important
}
.s-marketplace .total-criptomoedas ul li .pie span {
	position: absolute;
	color: #fff;
	left: 50%;
	margin-left: -23px;
	top: 50%;
	display: block;
	margin-top: -9.5px;
	width: 46px;
	line-height: 19px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -.05px
}
.s-marketplace .total-criptomoedas ul li .count-list {
	border-radius: 9px;
	background-image: linear-gradient(180deg, rgba(17, 100, 102, .3) 0, rgba(17, 100, 102, 0) 100%);
	padding-top: 38px;
	margin-bottom: 48px
}
.s-marketplace .total-criptomoedas ul li .count-list img {
	display: table;
	margin: 0 auto
}
.s-marketplace .total-criptomoedas ul li .count-list .qtd {
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.07px;
	color: #fff;
	position: relative
}
.s-marketplace .total-criptomoedas ul li .count-list .qtd:before {
	content: "";
	position: absolute;
	background: url(../../img/line-qtd-before.png) no-repeat;
	width: 31px;
	height: 2px;
	top: 50%;
	left: 80px
}
.s-marketplace .total-criptomoedas ul li .count-list .qtd:after {
	content: "";
	position: absolute;
	background: url(../../img/line-qtd-after.png) no-repeat;
	width: 31px;
	height: 2px;
	top: 50%;
	right: 80px
}
.s-marketplace .total-criptomoedas ul li .count-list .qtd {
	margin-top: 20px
}
.s-marketplace .total-criptomoedas ul li .count-list {
	height: 174px
}
.msg-final {
	display: table;
	width: 100%;
	text-align: center;
	max-width: 895px;
	margin: 60px auto;
	position: relative
}
.msg-final:before {
	content: "";
	background: url(../../img/line-before-msg-final.png) no-repeat;
	width: 238px;
	height: 37px;
	position: absolute;
	top: -25px;
	left: 0
}
.msg-final:after {
	content: "";
	background: url(../../img/line-after-msg-final.png) no-repeat;
	width: 238px;
	height: 37px;
	position: absolute;
	top: -25px;
	right: 0
}
.msg-final span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 2px
}
.s-marketplace .total-criptomoedas .conteudo {
	width: 100%;
	margin-bottom: 316px;
}
.s-marketplace .total-criptomoedas ul {
	margin: 30px auto;
	width: 1020px
}
.s-marketplace .total-criptomoedas ul li {
	margin: 0 20px;
	width: 300px !important;
}
@media (max-width: 1200px) {
	.s-marketplace .all-douts ul li {
		margin-left: 61px
	}
	.s-marketplace .total-criptomoedas ul li:first-child {
		width: 210px
	}
	.s-marketplace .total-criptomoedas ul li:nth-child(2) {
		width: 215px
	}
	.s-marketplace .total-criptomoedas ul li:nth-child(3) {
		width: 225px
	}
	.s-marketplace .total-criptomoedas ul li:last-child {
		width: 240px
	}
	.s-marketplace .total-criptomoedas ul li:last-child .count-list .qtd {
		margin-top: 75px
	}
	.s-marketplace .total-criptomoedas ul li .count-list {
		padding-top: 25px
	}
	.s-marketplace .total-criptomoedas ul li .count-list .qtd:before {
		left: 55px
	}
	.s-marketplace .total-criptomoedas ul li .count-list .qtd:after {
		right: 55px
	}
	.s-marketplace .total-criptomoedas ul li .count-list img {
		max-width: 180px
	}
}
@media (max-width: 991px) {
	.s-marketplace {
		padding-bottom: 260px
	}
	.s-marketplace .bg {
		display: none
	}
	.s-marketplace .all-douts {
		width: 750px;
		overflow-y: scroll;
		display: none!important
	}
	.s-marketplace .all-douts ul {
		width: 1125px;
		overflow-x: scroll;
		height: 400px;
		padding-top: 54px;
		overflow-y: hidden
	}
	.s-marketplace .all-douts ul li {
		margin-left: 90px
	}
	.s-marketplace .all-douts ul li:first-child {
		margin-left: 30px
	}
	.s-marketplace .all-douts ul li:last-child {
		margin-left: 115px
	}
	.s-marketplace .text-desc-market {
		margin-bottom: 30px
	}
	.s-marketplace .total-criptomoedas {
		margin-bottom: 0;
		display: none
	}
	.s-marketplace .total-criptomoedas .conteudo {
		width: 750px;
		overflow-y: hidden;
		height: 470px
	}
	.s-marketplace .total-criptomoedas ul {
		float: left;
		width: 920px
	}
	.s-marketplace .msg-final {
		display: none
	}
}
@media (max-width: 768px) {
	.s-marketplace .text-desc-market {
		width: 100%
	}
	.s-marketplace .all-douts {
		width: 500px;
		overflow-y: scroll;
		float: initial;
		display: block;
		margin: 0 auto
	}
	.s-marketplace .total-criptomoedas .conteudo {
		width: 500px;
		overflow-y: hidden;
		height: 470px;
		display: block;
		margin: 0 auto
	}
	.s-marketplace .desc-dolars {
		width: 100%
	}
}
@media (max-width: 480px) {
	.s-marketplace {
		margin-top: 0;
		padding-top: 30px
	}
	.s-marketplace h3 {
		font-size: 13px
	}
	.s-marketplace .all-douts {
		width: 290px
	}
	.s-marketplace .title-market {
		width: 100%
	}
	.s-marketplace .title-market:before {
		display: none
	}
	.s-marketplace .title-market:after {
		display: none
	}
	.s-marketplace .title-market h1 {
		font-size: 23px;
		font-weight: 700;
		line-height: 30px
	}
	.s-marketplace .desc-dolars {
		width: 100%;
		line-height: 23px;
		padding: 10px 0
	}
	.s-marketplace .total-criptomoedas {
		margin-top: 60px
	}
	.s-marketplace .total-criptomoedas h4 {
		font-size: 13px;
		margin-bottom: 30px
	}
	.s-marketplace .total-criptomoedas .conteudo {
		width: 290px
	}
}
.s-tecnology {
	position: relative;
	margin-top: -180px;
	padding-bottom: 144px
}
.s-tecnology .cont:before {
	content: "";
	background: url(../../img/circle.png) no-repeat;
	width: 681px;
	height: 809px;
	position: absolute;
	bottom: -292px;
	left: -220px;
	background-size: cover;
}
.s-tecnology .text-lg {
	text-transform: uppercase;
	font-weight: 900;
	position: absolute;
	font-size: 247px;
	right: 0;
	top: -298px;
	background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #10dbae1a 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text
}
.s-tecnology h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	text-align: center;
	margin-bottom: 23px
}
.s-tecnology .title-tecno {
	width: 530px;
	margin: 0 auto;
	margin-bottom: 65px;
	position: relative
}
.s-tecnology .title-tecno:before {
	content: "";
	background: url(../../img/line-before-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -1.5px
}
.s-tecnology .title-tecno:after {
	content: "";
	background: url(../../img/line-after-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -1.5px
}
.s-tecnology .title-tecno h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.17px
}
.s-tecnology .illustration {
	float: right;
	margin-top: -50px;
	margin-right: -100px
}
.s-tecnology .illustration iframe {
	width: 818px;
	height: 650px
}
.s-tecnology .list-coin {
	float: left;
	width: 390px
}
.s-tecnology .list-coin ul {
	float: left
}
.s-tecnology .list-coin ul li {
	float: left;
	margin-bottom: 45px
}
.s-tecnology .list-coin ul li:last-child {
	margin-bottom: 0
}
.s-tecnology .list-coin ul li img {
	float: left;
	margin-right: 33px;
	width: 90px
}
.s-tecnology .list-coin ul li .text {
	float: left;
	width: 256px;
	margin-top: 20px
}
.s-tecnology .list-coin ul li .text h4 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #c09069;
	margin-bottom: 9px
}
.s-tecnology .list-coin ul li .text p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -.1px
}
@media (max-width: 1440px) {
	.s-tecnology .text-lg {
		font-size: 200px;
		top: -250px
	}
	.s-tecnology .cont:before {
		bottom: -356px
	}
	.s-tecnology .illustration {
		margin-top: 0;
		margin-right: 100px
	}
	.s-tecnology .illustration iframe {
		width: 600px;
		height: 480px
	}
}
@media (max-width: 1200px) {
	.s-tecnology:after {
		display: none
	}
	.s-tecnology .illustration {
		margin-right: 0
	}
	.s-tecnology .illustration iframe {
		width: 550px
	}
	.s-tecnology .list-coin {
		width: 350px
	}
	.s-tecnology .list-coin ul li img {
		margin-right: 20px
	}
	.s-tecnology .list-coin ul li .text {
		width: 242px
	}
}
@media (max-width: 991px) {
	.s-tecnology {
		padding-bottom: 50px
	}
	.s-tecnology .title-tecno {
		margin-bottom: 30px
	}
	.s-tecnology .text-lg {
		display: none
	}
	.s-tecnology .cont:before {
		display: none
	}
	.s-tecnology .list-coin {
		width: 350px;
		display: table;
		margin: 0 auto;
		float: initial
	}
	.s-tecnology .illustration {
		margin-right: 0;
		display: table;
		margin: 0 auto;
		float: initial
	}
}
@media (max-width: 480px) {
	.s-tecnology .title-tecno {
		width: 100%
	}
	.s-tecnology .title-tecno:after {
		display: none
	}
	.s-tecnology .title-tecno:before {
		display: none
	}
	.s-tecnology .title-tecno h1 {
		font-size: 24px
	}
	.s-tecnology .list-coin {
		width: 100%
	}
	.s-tecnology .list-coin ul li {
		margin-bottom: 30px
	}
	.s-tecnology .list-coin ul li img {
		float: initial;
		display: table;
		margin: 0 auto;
		margin-bottom: 15px
	}
	.s-tecnology .list-coin ul li .text {
		width: 100%
	}
	.s-tecnology .list-coin ul li .text h4 {
		text-align: center
	}
	.s-tecnology .list-coin ul li .text p {
		text-align: center
	}
	.s-tecnology .illustration {
		width: 100%
	}
	.s-tecnology .illustration iframe {
		width: 100%;
		height: 250px
	}
	.s-tecnology h3 {
		font-size: 13px;
		margin-bottom: 15px
	}
}
.s-mineracao {
	float: left;
	width: 100%;
	margin-top: 70px;
	position: relative
}
.s-mineracao #milky {
	float: right;
	width: 1000px;
	height: 554px;
	position: absolute;
	top: -100px;
	right: 0;
	top: -595px;
	/* top: -395px; */
	z-index: -1;
}
.s-mineracao .desc-geral {
	position: relative
}
.s-mineracao .desc-geral:before {
	content: "";
	width: 44%;
	height: 970px;
	border-radius: 20px 0 0 20px;
	background-image: linear-gradient(10deg, #222324 0, #076d54 100%);
	opacity: .5;
	position: absolute;
	right: 0;
	top: -40px;
	/* top:158px */
}
.s-mineracao .desc-geral .text-esq {
	float: right;
	width: 432px;
	/* margin-right: -60px; */
	/*  margin-top: 210px; */
}
.s-mineracao .desc-geral .text-esq .text-anime {
	position: relative;
	z-index: 10
}
.s-mineracao .desc-geral .text-esq h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -.17px;
	margin-bottom: 14px
}
.s-mineracao .desc-geral .text-esq .line {
	display: block;
	margin-bottom: 32px
}
.s-mineracao .desc-geral .text-esq p {
	color: #fff;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 40px
}
.s-mineracao .desc-geral .text-esq p span {
	color: #fff;
	font-weight: 700
}
.s-mineracao .desc-geral .text-esq .store h3 {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 24px
}
.s-mineracao .desc-geral .text-esq .store ul li {
	float: left;
	margin-left: 27px
}
.s-mineracao .desc-geral .text-esq .store ul li:first-child {
	margin-left: 0
}
.s-mineracao .desc-geral .text-esq .store ul li:first-child a img {
	margin-top: 3px
}
.s-mineracao .desc-geral .text-esq .store ul li a {
	opacity: 1;
	transition: all .3s
}
.s-mineracao .desc-geral .text-esq .store ul li a:hover {
	opacity: .5;
	transition: all .3s
}
.s-mineracao .desc-geral .text-esq .phone-animation {
	position: absolute;
	left: -200px;
	top: 200px;
	width: 90%;
	height: 90%
}
.s-mineracao .desc-geral .text-dir,
.s-tecnology .text-dir {
	float: left;
	width: 580px;
	margin-left: 120px;
	padding-right: 20px;
	/* margin-left:20px */
}
.s-tecnology .text-dir {
	float: right;
	width: 580px;
	/*  margin-right: 190px; */
	margin-top: 60px;
}
.s-mineracao .desc-geral .text-dir h2,
.s-tecnology .text-dir h2 {
	font-size: 27px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -.17px;
	margin-bottom: 14px
}
.s-mineracao .desc-geral .text-dir .line {
	display: block;
	margin-bottom: 32px
}
.s-mineracao .desc-geral .text-dir p,
.s-tecnology .text-dir p {
	color: #849c8a;
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 40px
}
.s-mineracao .desc-geral .text-dir p {
	margin-bottom: 20px
}
.s-mineracao .desc-geral .text-dir p span {
	color: #fff;
	font-weight: 700
}
.s-mineracao .desc-geral .text-dir .btn-download {
	display: block;
	width: 246px;
	line-height: 54px;
	background-image: linear-gradient(34deg, #116466 0, #10dbae 100%);
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 34px;
	position: relative;
	z-index: 5;
	transition: all .3s;
	box-shadow: 0 8px 20px -1px transparent
}
.s-mineracao .desc-geral .text-dir .btn-download img {
	float: left;
	margin-right: 20px;
	margin-top: 13px;
	transform: rotate(0);
	transition: all .3s
}
.s-mineracao .desc-geral .text-dir .btn-download:hover {
	transition: all .3s;
	box-shadow: 0 8px 20px -1px rgba(172, 76, 206, .7)
}
.s-mineracao .desc-geral .text-dir .btn-download:hover img {
	transform: rotate(45deg);
	transition: all .3s
}
.s-mineracao .desc-geral .text-dir .rendimentos {
	float: left;
	width: 100%;
	margin-top: 72px
}
.s-mineracao .desc-geral .text-dir .rendimentos .box-rend {
	width: 326px;
	height: 213px;
	border-radius: 8px;
	background-image: linear-gradient(180deg, rgba(17, 100, 102, .3) 0, rgba(17, 100, 102, 0) 100%);
	float: right;
	position: relative;
	padding: 45px 38px 0 74px
}
.s-mineracao .desc-geral .text-dir .rendimentos .box-rend:before {
	content: "";
	background: url(../../img/line-box-end.png) no-repeat;
	position: absolute;
	left: -150px;
	bottom: -20px;
	width: 239px;
	height: 72px
}
.s-mineracao .desc-geral .text-dir .rendimentos .box-rend img {
	position: absolute;
	right: 41px;
	top: -36px
}
.s-mineracao .desc-geral .text-dir .rendimentos .box-rend h2 {
	background: -webkit-linear-gradient(#ecd350 0, #f3984a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 25px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -.13px;
	text-transform: uppercase;
	margin-bottom: 0
}
.s-mineracao .desc-geral .text-dir .rendimentos .box-rend span {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 38px;
	text-transform: uppercase;
	letter-spacing: -.11px;
	display: block
}
@media (max-width: 1440px) {
	.s-mineracao:after {
		top: -270px;
		width: 350px;
		height: 360px;
		background-size: 100%
	}
}
@media (max-width: 1200px) {
	.s-mineracao .desc-geral:before {
		top: -50px
	}
	.s-mineracao .desc-geral .text-esq {
		width: 420px
	}
	.s-mineracao .desc-geral .text-dir {
		width: 420px
	}
	.s-mineracao .desc-geral .text-dir p {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 20px
	}
}
@media (max-width: 991px) {
	.s-mineracao {
		margin-top: 30px
	}
	.s-mineracao .desc-geral:before {
		display: none
	}
	.s-mineracao .desc-geral .text-esq {
		width: 100%;
		margin-bottom: 50px
	}
	.s-mineracao .desc-geral .text-esq .phone-animation {
		position: relative;
		left: initial;
		width: 100%;
		height: 450px;
		top: initial;
		margin-top: -50px
	}
	.s-mineracao .desc-geral .text-esq h2 {
		text-align: center
	}
	.s-mineracao .desc-geral .text-esq .line {
		display: table;
		margin: 0 auto;
		margin-bottom: 30px
	}
	.s-mineracao .desc-geral .text-esq p {
		text-align: justify;
		/* text-align:center; */
		margin-bottom: 30px
	}
	.s-mineracao .desc-geral .text-esq .store {
		display: table;
		margin: 0 auto
	}
	.s-mineracao .desc-geral .text-esq .store ul {
		display: table;
		margin: 0 auto
	}
	.s-mineracao .desc-geral .text-dir {
		width: 100%;
		margin: 0
	}
	.s-mineracao .desc-geral .text-dir h2 {
		text-align: center
	}
	.s-mineracao .desc-geral .text-dir .line {
		display: table;
		margin: 0 auto;
		margin-bottom: 30px
	}
	.s-mineracao .desc-geral .text-dir p {
		text-align: justify;
		/* text-align:center */
	}
	.s-mineracao .desc-geral .text-dir .btn-download {
		display: table;
		margin: 0 auto
	}
	.s-mineracao .desc-geral .text-dir .rendimentos {
		margin-top: 100px
	}
	.s-mineracao .desc-geral .text-dir .rendimentos .box-rend {
		float: initial;
		display: table;
		margin: 0 auto;
		padding: 50px 0 0 0
	}
	.s-mineracao .desc-geral .text-dir .rendimentos .box-rend:before {
		display: none
	}
	.s-mineracao .desc-geral .text-dir .rendimentos .box-rend h2 {
		text-align: center
	}
	.s-mineracao .desc-geral .text-dir .rendimentos .box-rend span {
		text-align: center
	}
	.s-mineracao:after {
		display: none
	}
}

@media screen and (max-width: 1895px) and (min-width: 1307px){

.s-faq .all-faq .item .top .arrow {
    margin-top: initial!important;
}

}

@media (max-width: 480px) {
	.s-mineracao .desc-geral .text-esq {
		margin-bottom: 0
	}
	.s-mineracao .desc-geral .text-esq h2 {
		font-size: 26px
	}
	.s-mineracao .desc-geral .text-esq p {
		text-align: center;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 22px
	}
	.s-mineracao .desc-geral .text-esq .phone-animation {
		width: 120%;
		height: 298px;
		margin-top: -30px;
		margin-left: -36px
	}
	.s-mineracao .desc-geral .text-dir h2 {
		font-size: 26px
	}
	.s-mineracao .desc-geral .text-dir p {
		font-size: 14px;
		line-height: 22px
	}
	.s-mineracao .desc-geral .text-dir .rendimentos .box-rend {
		width: 100%
	}
}
.products-market {
	padding-top: 234px;
	position: relative;
	padding-bottom: 67px;
	margin-top: 90px;
}
.products-market:after {
	content: "";
	position: absolute;
	top: 180px;
	right: 0;
	width: 1200px;
	height: 505px;
	border-radius: 20px 0 0 20px;
	background: #0f0f0f;
	z-index: 1;
	background-size: cover;
}
.products-market .cont {
	display: block;
	position: relative;
	z-index: 2;
	width: 1200px;
	float: right;
	margin-right: 50px;
}
.products-market .title {
	float: left;
	width: 100%;
	margin-bottom: 62px;
	padding-left: 123px
}
.products-market .title h1 {
	margin: 0;
	float: left;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.17px
}
.products-market .title .text-title {
	float: right
}
.products-market .title .text-title h3 {
	float: left;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-top: 13px
}
.products-market .title .text-title img {
	float: left;
	margin-top: -9px;
	margin-left: 38px
}
.products-market .slide-marketplace {
	overflow: hidden;
	float: right;
	width: 90%;
	position: relative;
	padding-bottom: 70px
}
.products-market .slide-marketplace .swiper-wrapper .swiper-slide:hover .box-product {
	box-shadow: 0 4px 11px -4px rgba(7, 7, 57, .85);
	transition: all .3s
}
.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product {
	width: 90%;
	height: 389px;
	border-radius: 4px;
	background-color: #322daf;
	transition: all .3s;
	box-shadow: 0 4px 11px -4px transparent
}
.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod {
	height: 300px;
	position: relative
}
.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod img {
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	max-width: 229px
}
.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info h2 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 8px
}
.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .info span {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: -.08px;
	background: -webkit-linear-gradient(#ecd350 0, #f3984a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.products-market .slide-marketplace .swiper-pagination {
	bottom: 120px;
}
.products-market .slide-marketplace .swiper-pagination .swiper-pagination-bullet {
	background-color: #3e7963;
	opacity: .7;
	margin: 0 3px;
	transition: all .3s
}
.products-market .slide-marketplace .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 22px;
	border-radius: 4px;
	background-color: #0ade77;
	opacity: 1;
	transition: all .3s
}
@media (max-width: 1440px) {
	.products-market:after {
		height: 660px
	}
	.products-market .title {
		margin-bottom: 50px;
		padding-left: 75px
	}
	.products-market .slide-marketplace,
	.swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		float: right;
		width: 94%
	}
	.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product {
		width: 100%;
		height: 339px
	}
	.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod {
		height: 260px
	}
	.products-market .slide-marketplace .swiper-wrapper .swiper-slide .box-product .img-prod img {
		max-width: 170px
	}
}
@media (max-width: 1200px) {
	.products-market:after {
		width: 97%
	}
}
@media (max-width: 991px) {
	.products-market {
		padding-top: 180px
	}
	.products-market:after {
		width: 100%
	}
	.products-market .title {
		padding: 0
	}
	.products-market .title h1 {
		text-align: center;
		width: 100%;
		margin-bottom: 30px
	}
	.products-market .title .text-title {
		float: initial
	}
	.products-market .title .text-title img {
		display: none
	}
	.products-market .title .text-title h3 {
		float: initial;
		text-align: center
	}
	.products-market .slide-marketplace {
		width: 100%
	}
}
@media (max-width: 480px) {
	.products-market {
		padding-top: 100px
	}
	.products-market:after {
		top: 40px
	}
	.products-market .title h1 {
		margin-bottom: 20px;
		font-size: 26px
	}
	.products-market .title h3 {
		float: left;
		text-align: center;
		width: 100%;
		font-size: 13px;
		line-height: 22px;
		margin-top: 0
	}
}
.s-exchange {
	margin-top: -100px;
	position: relative;
	padding-bottom: 170px;
	z-index: 8;
}
.bg1 {
	background: url('../../img/bg1.png') no-repeat;
	background-size: cover;
	position: absolute;
	width: 555px;
	height: 703px;
	right: 0;
	bottom: -700px;
	z-index: -1;
}
.bg3 {
	background: url('../../img/bg3.png') no-repeat;
	background-size: cover;
	position: absolute;
	width: 917px;
	height: 1023px;
	left: 0;
	top: 30px;
}
.bg2 {
	background: url('../../img/bg2.png') no-repeat;
	background-size: cover;
	position: absolute;
	width: 958px;
	height: 771px;
	right: -55px;
	top: -300px;
	z-index: -1;
}
.s-exchange:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 203px;
	width: 60.3%;
	height: 179px;
	box-shadow: 0 2px 22px rgba(0, 0, 0, .27);
	background-image: linear-gradient(134deg, #076d54 30%, #222324 100%);
	z-index: 1
}
.s-exchange .bg {
	width: 100%;
	height: 808px;
	position: absolute;
	right: 0;
	bottom: -400px
}
.s-exchange h3 {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 13px
}
.s-exchange h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.17px;
	position: relative;
	width: 300px;
	margin: 0 auto;
	margin-bottom: 17px
}
.s-exchange h1:before {
	content: "";
	background: url(../../img/line-before-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -1.5px
}
.s-exchange h1:after {
	content: "";
	background: url(../../img/line-after-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -1.5px
}
.s-exchange .text-change {
	text-align: center;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: -.11px;
	background: -webkit-linear-gradient(#1ed6fe 0, #3f40c9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 143px
}
.s-exchange .container-exchange {
	float: right;
	width: 100%;
	position: relative;
	/* padding-top:90px; */
}
.s-exchange .container-exchange .text {
	float: right;
	width: 705px;
}
.s-exchange .container-exchange .text h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 39px;
	letter-spacing: .1px;
	color: #fff;
	margin-bottom: 27px;
	text-transform: uppercase;
}
.s-exchange .container-exchange .text p {
	margin-bottom: 56px;
	width: 410px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: .07px
}
.s-exchange .container-exchange .text .form-converte {
	float: right;
	width: 100%;
	height: 179px;
	position: relative;
	z-index: 3;
	padding: 74px 25px;
	/* padding:74px 50px; */
	margin-bottom: 33px
}
.s-exchange .container-exchange .text .form-converte .icon {
	float: left;
	margin-left: 37px;
	margin-right: 29px;
	margin-top: -10px;
	width: 30px;
}
.s-exchange .container-exchange .text .form-converte .form-group {
	float: left;
	position: relative
}
.s-exchange .container-exchange .text .form-converte .form-group label {
	opacity: .8;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .06px;
	display: block;
	position: absolute;
	bottom: 9px;
	z-index: -1;
	transition: all .3s
}
.s-exchange .container-exchange .text .form-converte .form-group label.label-focus {
	font-size: 13px;
	bottom: 35px;
	transition: all .3s
}
.s-exchange .container-exchange .text .form-converte .form-group label.label-focus span {
	color: #c09069;
	font-weight: 900;
	font-size: 18px;
}
.s-exchange .container-exchange .text .form-converte .form-group input[type=text] {
	width: 197px;
	background: 0 0;
	border-bottom: 1px solid rgba(255, 255, 255, .31);
	position: relative;
	z-index: 1;
	padding-bottom: 8px;
	opacity: .8;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .07px
}
.s-exchange .container-exchange .text .form-converte .form-group .drop {
	position: absolute;
	right: 0;
	bottom: 9px
}
.s-exchange .container-exchange .text .form-converte .form-group .drop a.item-selected {
	position: relative;
	z-index: 5
}
.s-exchange .container-exchange .text .form-converte .form-group .drop a span {
	opacity: .98;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .06px
}
.s-exchange .container-exchange .text .form-converte .form-group .drop a img {
	margin-left: 10px;
	transition: all .3s;
	transform: rotate(0)
}
.s-exchange .container-exchange .text .form-converte .form-group .drop a img.rotate {
	transition: all .3s;
	transform: rotate(180deg)
}
.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value {
	position: absolute;
	background: #fff;
	width: 75px;
	right: 0;
	top: 30px;
	padding: 15px 0;
	opacity: 0;
	pointer-events: none;
	transition: all .3s
}
.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value.opened-drop {
	opacity: 1;
	pointer-events: all;
	transition: all .3s;
	top: 40px;
	z-index: 10
}
.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li {
	margin-bottom: 10px
}
.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li:last-child {
	margin-bottom: 0
}
.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li a {
	color: #000;
	text-align: center;
	display: block;
	font-weight: 500;
	transition: all .3s
}
.s-exchange .container-exchange .text .form-converte .form-group .drop .drop-value ul li a:hover {
	color: #513aba;
	font-weight: 600;
	transition: all .3s
}
.s-exchange a.sbmt {
	position: absolute;
	background: #b5815a;
	color: #222324;
	right: -30px;
	/* right: -150px; */
	bottom: 75px;
	transition: all .3s
}
.s-exchange .container-exchange .text .form-converte .btn-exchange:hover {
	box-shadow: 0 7px 14px -1px #db8d46;
	transition: all .3s
}
.s-exchange .container-exchange .text .card {
	float: left;
	width: 100%;
	font-size: 13px;
	margin-bottom: 13px;
	line-height: initial
}
.s-exchange .container-exchange .text .credit-card {
	display: block
}
.s-exchange .container-exchange .macbook {
	position: absolute;
	left: -175px;
	top: 73px
}
@media (max-width: 1440px) {
	.s-exchange .container-exchange .text h2 {
		font-size: 22px;
		line-height: 36px;
		margin-bottom: 20px
	}
	.s-exchange .container-exchange .text p {
		width: 410px;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 40px
	}
	.s-exchange .container-exchange .macbook {
		left: -46px;
		top: 73px;
		width: 830px
	}
}
@media (max-width: 1200px) {
	.s-exchange:before {
		width: 60%
	}
	.s-exchange .container-exchange .macbook {
		left: -46px;
		top: 50px;
		width: 600px
	}
	.s-exchange .container-exchange .text p {
		width: 380px
	}
}
@media (max-width: 991px) {
	.s-exchange:before {
		width: 100%;
		display: none
	}
	.s-exchange .text-change {
		margin-bottom: 40px
	}
	.s-exchange .container-exchange .text {
		width: 100%
	}
	.s-exchange .container-exchange .text h2 {
		text-align: center
	}
	.s-exchange .container-exchange .text p {
		text-align: center;
		width: 100%
	}
	.s-exchange .container-exchange .text .form-converte {
		margin-bottom: 0;
		background: #b051d3;
		box-shadow: 0 2px 22px rgba(0, 0, 0, .27);
		background-image: linear-gradient(34deg, #116466 0, #10dbae 100%)
	}
	.s-exchange .container-exchange .text .form-converte .cont-form {
		display: table;
		margin: 0 auto
	}
	.s-exchange .container-exchange .text .form-converte .btn-exchange {
		right: initial;
		left: 50%;
		margin-left: -95px
	}
	.s-exchange .container-exchange .macbook {
		display: none
	}
}
@media (max-width: 480px) {
	.s-exchange {
		padding-bottom: 100px
	}
	.s-exchange .text-change {
		font-size: 14px;
		margin-bottom: 15px
	}
	.s-exchange h1 {
		width: 100%;
		font-size: 26px;
		line-height: inherit
	}
	.s-exchange h1:before {
		display: none
	}
	.s-exchange h1:after {
		display: none
	}
	.s-exchange h3 {
		font-size: 13px
	}
	.s-exchange .container-exchange .text h2 br {
		display: none
	}
	.s-exchange .container-exchange .text .form-converte {
		padding: 30px 20px 60px 20px;
		height: auto
	}
	.s-exchange .container-exchange .text .form-converte .form-group {
		width: 100%;
		margin-bottom: 30px
	}
	.s-exchange .container-exchange .text .form-converte .form-group:last-child {
		margin-bottom: 0
	}
	.s-exchange .container-exchange .text .form-converte .form-group label {
		font-size: 14px
	}
	.s-exchange .container-exchange .text .form-converte .form-group input[type=text] {
		width: 100%;
		font-size: 14px
	}
	.s-exchange .container-exchange .text .form-converte .icon {
		display: none
	}
}
.s-card {
	position: relative;
	z-index: 1
}
.s-card:before {
	content: "";
	background: url(../../img/bg-globe.svg) no-repeat;
	width: 864px;
	height: 864px;
	position: absolute;
	left: 50%;
	margin-left: -432px;
	top: -50px
}
.s-card h3 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 19px
}
.s-card h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.17px;
	text-align: center;
	margin: 0;
	width: 350px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 103px
}
.s-card h1:before {
	content: "";
	background: url(../../img/line-before-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -1.5px
}
.s-card h1:after {
	content: "";
	background: url(../../img/line-after-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -1.5px
}
.s-card .text-geral {
	float: left;
	width: 100%
}
.s-card .text-geral .text {
	float: left;
	width: 280px;
	margin-right: 99px;
	margin-top: 96px;
	position: relative
}
.s-card .text-geral .text p {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px
}
.s-card .text-geral .text:before {
	content: "";
	background: url(../../img/line-card.png) no-repeat;
	position: absolute;
	bottom: -110px;
	right: -15px;
	width: 238px;
	height: 72px
}
.s-card .text-geral .img-text {
	float: left;
	width: 760px;
	height: 435px;
	position: relative
}
.s-card .text-geral .img-text .card {
	float: left;
	position: relative!important;
	z-index: 1
}
.s-card .text-geral .img-text .box-text {
	position: absolute;
	width: 510px;
	height: 254px;
	background-image: linear-gradient(136deg, #fffd68 0, #d2723d 100%);
	bottom: 90px;
	right: -10px;
	padding-right: 60px;
	padding-top: 35px
}
.s-card .text-geral .img-text .box-text .cont-box {
	float: right;
	width: 238px
}
.s-card .text-geral .img-text .box-text .cont-box p {
	color: #672500;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: -.18px;
	margin-bottom: 20px
}
.s-card .text-geral .img-text .box-text .cont-box p strong {
	color: #672500;
	letter-spacing: -.18px
}
.s-card .text-geral .img-text .box-text .cont-box p:last-child {
	margin-bottom: 0
}
@media (max-width: 1200px) {
	.s-card .text-geral .img-text {
		width: 610px
	}
	.s-card .text-geral .img-text .card {
		width: 325px
	}
	.s-card .text-geral .img-text .box-text {
		height: 220px;
		bottom: 180px;
		padding-right: 30px;
		padding-top: 23px
	}
	.s-card .text-geral .text {
		margin-right: 30px
	}
}
@media (max-width: 991px) {
	.s-card:before {
		display: none
	}
	.s-card h1 {
		margin-bottom: 50px
	}
	.s-card .text-geral .text {
		margin: 0;
		width: 100%
	}
	.s-card .text-geral .text:before {
		display: none
	}
	.s-card .text-geral .text p {
		text-align: center
	}
	.s-card .text-geral .img-text {
		width: 100%;
		margin-top: 100px
	}
	.s-card .text-geral .img-text .box-text {
		position: relative;
		display: table;
		margin: 0 auto;
		height: auto;
		padding: 40px 15px;
		padding-top: 100px
	}
	.s-card .text-geral .img-text .box-text .cont-box {
		width: 100%
	}
	.s-card .text-geral .img-text .box-text .cont-box p {
		text-align: center
	}
	.s-card .text-geral .img-text .card {
		float: initial;
		display: table;
		margin: 0 auto
	}
}
@media (max-width: 480px) {
	.s-card h3 {
		font-size: 13px;
		margin-bottom: 10px
	}
	.s-card h1 {
		width: 100%;
		font-size: 26px;
		margin-bottom: 30px
	}
	.s-card h1:before {
		display: none
	}
	.s-card h1:after {
		display: none
	}
	.s-card .text-geral p {
		font-size: 21px;
		line-height: 28px
	}
	.s-card .text-geral .img-text .card {
		width: 290px
	}
	.s-card .text-geral .img-text .box-text {
		width: 100%;
		right: initial
	}
	.s-card .text-geral .img-text .box-text .cont-box p {
		font-size: 14px;
		margin-bottom: 10px
	}
}
.s-faq {
	margin-top: 200px;
	padding-top: 70px;
	padding-bottom: 178px;
	position: relative;
	z-index: 1
}
.s-faq .text-lg {
	width: auto;
	text-transform: uppercase;
	font-weight: 900;
	position: absolute;
	top: -40px;
	left: 38px;
	line-height: initial;
	font-size: 141px;
	text-align: left;
	letter-spacing: 0;
	background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #10dbae1a 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text
}
.s-faq .text-lg:after {
	display: none
}
.s-faq .text-lg:before {
	display: none
}
.s-faq:after {
	content: "";
	background: url(../../img/bg-nsd.png) no-repeat;
	position: absolute;
	top: -240px;
	right: -100px;
	width: 800px;
	height: 713px;
	z-index: -1
}
.s-faq h3 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 19px
}
.s-faq h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.17px;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	position: relative
}
.s-faq h1:before {
	content: "";
	background: url(../../img/line-before-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -1.5px
}
.s-faq h1:after {
	content: "";
	background: url(../../img/line-after-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -1.5px
}
.s-faq .all-faq {
	float: left;
	width: 100%;
	margin-top: 43px;
	padding-left: 120px;
}
.s-faq .all-faq .item {
	border-radius: 7px;
	background-color: rgba(13, 42, 43, 0.5);
	border: 1px solid #8dc2c3;
	float: left;
	width: 100%;
	height: 60px;
	overflow: hidden;
	transition: all .3s;
	margin-bottom: 14px
}
.s-faq .all-faq .item:last-child {
	margin-bottom: 0
}
.s-faq .all-faq .item.open-item {
	height: auto;
	transition: all .3s
}
.s-faq .all-faq .item .top {
	float: left;
	width: 100%;
	cursor: pointer;
	padding: 19px 25px 16px 21px
}
.s-faq .all-faq .item .top h2 {
	float: left;
	width: 490px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -.08px
}
.s-faq .all-faq .item .top .arrow {
	float: right;
	margin-top: -16px;
	/* margin-top:6px; */
	transform: rotate(0);
	transition: all .3s
}
.s-faq .all-faq .item .top .arrow.rotate {
	transition: all .3s;
	transform: rotate(180deg)
}
.s-faq .all-faq .item p {
	float: left;
	width: 100%;
	padding: 0 24px 45px 21px;
	opacity: .7;
	color: #f7e7db;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -.08px
}
.s-faq .all-faq .item p a {
	color: #965f3f;
}
.s-faq .all-faq .s-left {
	float: left;
	width: 49%;
	margin-right: 2%
}
.s-faq .all-faq .s-right {
	float: left;
	width: 49%
}
.s-faq .all-faq .s-whole {
	float: left;
	width: 98%
}
.s-news {
	/*  margin-top:200px; */
	padding-top: 70px;
	padding-bottom: 178px;
	position: relative;
	z-index: 1
}
.s-news .text-lg {
	width: auto;
	text-transform: uppercase;
	font-weight: 900;
	position: absolute;
	top: -40px;
	right: 38px;
	line-height: initial;
	font-size: 141px;
	text-align: left;
	letter-spacing: 0;
	background-image: linear-gradient(0deg, rgba(28, 34, 124, 0) 0, #10dbae1a 100%);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text
}
.s-news .text-lg:after {
	display: none
}
.s-news .text-lg:before {
	display: none
}
.s-news h3 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 19px
}
.s-news h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.17px;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	position: relative
}
.s-news h1:before {
	content: "";
	background: url(../../img/line-before-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -1.5px
}
.s-news h1:after {
	content: "";
	background: url(../../img/line-after-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -1.5px
}
.s-news .all-faq {
	float: left;
	width: 100%;
	margin-top: 43px;
	padding-left: 120px;
}
.s-news .all-faq .item {
	border-radius: 7px;
	background-color: rgba(13, 42, 43, 0.5);
	border: 1px solid #8dc2c3;
	float: left;
	width: 100%;
	height: 60px;
	overflow: hidden;
	transition: all .3s;
	margin-bottom: 14px
}
.s-news .all-faq .item:last-child {
	margin-bottom: 0
}
.s-news .all-faq .item.open-item {
	height: auto;
	transition: all .3s
}
.s-news .all-faq .item .top {
	float: left;
	width: 100%;
	cursor: pointer;
	padding: 19px 25px 16px 21px
}
.s-news .all-faq .item .top h2 {
	float: left;
	width: 490px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -.08px
}
.s-news .all-faq .item .top .arrow {
	float: right;
	margin-top: 6px;
	transform: rotate(0);
	transition: all .3s
}
.s-news .all-faq .item .top .arrow.rotate {
	transition: all .3s;
	transform: rotate(180deg)
}
.s-news .all-faq .item p {
	float: left;
	width: 100%;
	padding: 0 24px 45px 21px;
	opacity: .7;
	color: #f7e7db;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -.08px
}
.s-news .all-faq .item p a {
	color: #965f3f;
}
.s-news .all-faq .s-left {
	float: left;
	width: 49%;
	margin-right: 2%
}
.s-news .all-faq .s-right {
	float: left;
	width: 49%
}
.s-news .all-faq .s-whole {
	float: left;
	width: 100%
}
@media (max-width: 1440px) {
	.s-faq .text-lg {
		font-size: 100px;
		padding-left: 120px;
	}
	.s-faq:before {
		width: 650px;
		height: 80px;
		background-size: 100%
	}
	.s-faq:after {
		width: 500px;
		height: 500px;
		background-size: 100%
	}
}
@media (max-width: 1200px) {
	.s-faq:before {
		display: none
	}
}
@media (max-width: 991px) {
	.s-faq {
		margin-top: 60px;
		padding-top: 50px;
		padding-bottom: 50px
	}
	.s-faq .text-lg {
		display: none
	}
	.s-faq:after {
		display: none
	}
	.s-faq .all-faq .item .top h2 {
		width: 95%
	}
	.s-faq .all-faq .s-left {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px
	}
	.s-faq .all-faq .s-right {
		width: 100%
	}
}
@media (max-width: 480px) {
	.s-faq {
		margin-top: 0
	}
	.s-faq h1 {
		font-size: 26px
	}
	.s-faq h1:before {
		display: none
	}
	.s-faq h1:after {
		display: none
	}
	.s-faq h3 {
		margin-bottom: 10px;
		font-size: 13px
	}
	.s-faq .all-faq {
		margin-top: 30px
	}
	.s-faq .all-faq .item {
		height: 50px
	}
	.s-faq .all-faq .item .top {
		padding: 11px 14px 19px 14px
	}
	.s-faq .all-faq .item .top h2 {
		width: 90%;
		font-size: 12px
	}
	.s-faq .all-faq .item p {
		padding: 0 14px 20px 14px;
		font-size: 12px;
		line-height: 20px
	}
}
.s-contact {
	padding-top: 85px;
	padding-bottom: 154px;
	position: relative;
}
.s-contact .bg {
	width: 100%;
	height: 760px;
	position: absolute;
	left: 0;
	top: -300px;
	z-index: 0
}
.s-contact h3 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 19px
}
.s-contact h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.17px;
	width: 280px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.s-contact h1:before {
	content: "";
	background: url(../../img/line-before-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -1.5px
}
.s-contact h1:after {
	content: "";
	background: url(../../img/line-after-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -1.5px
}
.s-contact .cont-contact {
	position: relative;
	margin-top: 80px;
	float: left;
	width: 100%;
	padding-left: 120px;
}
.s-contact .cont-contact:after {
	content: "";
	background: url(../../img/bg-contact.jpg) no-repeat;
	width: 1300px;
	height: 1300px;
	position: absolute;
	top: -375px;
	right: -400px;
	z-index: -1;
}
.s-contact .cont-contact .s-form {
	float: left;
	width: 584px;
	position: relative;
	z-index: 2
}
.s-contact .cont-contact .s-form h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 25px;
	color: #fff;
	margin-bottom: 5px
}
.s-contact .cont-contact .s-form p {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px
}
.s-contact .cont-contact .s-form form {
	float: left;
	width: 100%
}
.s-contact .cont-contact .s-form form .form-group {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	position: relative
}
.s-contact .cont-contact .s-form form .form-group:last-child {
	margin-bottom: 0
}
.s-contact .cont-contact .s-form form .form-group ul {
	float: left;
	margin-top: 20px
}
.s-contact .cont-contact .s-form form .form-group ul li {
	float: left;
	margin-left: 58px;
	position: relative
}
.s-contact .cont-contact .s-form form .form-group ul li:after {
	content: "";
	width: 2px;
	height: 22px;
	position: absolute;
	top: 3px;
	right: -30px;
	background: url(img/line-types-contact.png) no-repeat
}
.s-contact .cont-contact .s-form form .form-group ul li a {
	opacity: 1;
	transition: all .3s
}
.s-contact .cont-contact .s-form form .form-group ul li a:hover {
	opacity: .5;
	transition: all .3s
}
.s-contact .cont-contact .s-form form .form-group ul li:first-child {
	margin-left: 0
}
.s-contact .cont-contact .s-form form .form-group ul li:last-child:after {
	display: none
}
.s-contact .cont-contact .s-form form .form-group.input-focus label {
	top: 8px;
	font-size: 12px;
	transition: all .3s
}
.s-contact .cont-contact .s-form form .form-group label {
	opacity: .65;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -.19px;
	position: absolute;
	left: 27px;
	top: 18px;
	transition: all .3s
}
.s-contact .cont-contact .s-form form .form-group label.error {
	position: relative;
	left: inherit;
	top: initial;
	color: red;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
	margin-top: 12px;
	display: block;
	margin-left: 5px
}
.s-contact .cont-contact .s-form form .form-group input[type=email],
.s-contact .cont-contact .s-form form .form-group input[type=text],
.s-contact .cont-contact .s-form form .form-group textarea {
	width: 100%;
	height: 55px;
	border-radius: 7px;
	background-color: rgba(13, 42, 43, 0.5);
	border: 1px solid rgb(13, 42, 43);
	transition: all .3s;
	padding: 0 27px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -.19px;
	position: relative;
	padding-top: 15px
}
.s-contact .cont-contact .s-form form .form-group input[type=email]:focus,
.s-contact .cont-contact .s-form form .form-group input[type=text]:focus,
.s-contact .cont-contact .s-form form .form-group textarea:focus {
	border: 1px solid #0ade77;
	transition: all .3s
}
.s-contact .cont-contact .s-form form .form-group textarea {
	resize: none;
	height: 187px;
	padding: 27px
}
.s-contact .cont-contact .s-form form .form-group input[type=submit] {
	float: right;
	width: 256px;
	height: 63px;
	background-image: linear-gradient(34deg, #116466 0, #10dbae 100%);
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	box-shadow: 0 12px 20px -8px transparent;
	transition: all .3s
}
.s-contact .cont-contact .s-form form .form-group input[type=submit]:hover {
	box-shadow: 0px 8px 33px rgba(16, 219, 174, 0.49);
	transition: all .3s
}
.s-contact .cont-contact .illustration {
	position: absolute;
	right: -60px;
	top: -30px
}
.s-contact .cont-contact .illustration iframe {
	width: 700px;
	height: 600px;
	position: relative;
	z-index: 5
}
@media (max-width: 1440px) {
	.s-contact .cont-contact .illustration {
		position: absolute;
		right: 10px;
		top: 4px
	}
	.s-contact .cont-contact .illustration:before {
		content: "";
		width: 600px;
		height: 450px;
		top: 113px;
		background-size: 100%
	}
	.s-contact .cont-contact .illustration iframe {
		width: 600px;
		height: 500px
	}
}
@media (max-width: 1200px) {
	.s-contact .cont-contact .s-form {
		width: 450px
	}
	.s-contact .cont-contact .s-form form .form-group ul li {
		margin-left: 35px
	}
	.s-contact .cont-contact .s-form form .form-group ul li:after {
		right: -20px
	}
	.s-contact .cont-contact .illustration iframe {
		width: 530px
	}
}
@media (max-width: 991px) {
	.s-contact .bg {
		display: none
	}
	.s-contact h1 {
		margin-bottom: 0
	}
	.s-contact .cont-contact {
		margin-top: 50px
	}
	.s-contact .cont-contact:after {
		display: none
	}
	.s-contact .cont-contact .s-form {
		width: 100%
	}
	.s-contact .cont-contact .s-form h2 {
		display: none
	}
	.s-contact .cont-contact .s-form p {
		display: none
	}
	.s-contact .cont-contact .illustration {
		display: none
	}
}
@media (max-width: 480px) {
	.s-contact {
		padding-top: 30px;
		padding-bottom: 50px
	}
	.s-contact .cont-contact {
		margin-top: 30px
	}
	.s-contact .cont-contact .s-form form .form-group .types-contact {
		position: absolute;
		bottom: -60px;
		left: 50%;
		margin-left: -72.5px
	}
	.s-contact .cont-contact .s-form form .form-group input[type=submit] {
		width: 100%
	}
	.s-contact h1 {
		font-size: 26px
	}
	.s-contact h1:after {
		display: none
	}
	.s-contact h1:before {
		display: none
	}
	.s-contact h3 {
		font-size: 13px;
		margin-bottom: 10px
	}
}
footer {
	padding-bottom: 98px;
	background: url(img/bg-footer.jpg) no-repeat center bottom;
	padding-top: 25px
}
.s-contact .social {
	display: table;
	margin-top: 0 !important;
	z-index: 9;
	position: relative;
}
.s-contact .social li {
	float: left;
	margin-left: 16px !important
}
.s-contact .social li:first-child {
	margin-left: 0
}
.s-contact .social li a {
	display: block;
	width: 56px;
	height: 56px;
	background-image: linear-gradient(34deg, #116466 0, #10dbae 100%);
	border-radius: 50%;
	position: relative;
	transition: all .3s;
	box-shadow: 0 8px 20px -1px transparent
}
.s-contact .social li a img {
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%
}
.s-contact .social li a:hover {
	box-shadow: 0px 8px 33px rgba(16, 219, 174, 0.49);
	transition: all .3s
}
footer .logo {
	display: table;
	margin: 0 auto;
	margin-bottom: 10px
}
footer .logo img {
	width: 100px;
	height: 100px;
}
footer .copy p {
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 2px;
}
footer .copy p a {
	color: #c09069;
}
@media (max-width: 480px) {
	footer {
		padding-top: 50px;
		/* background-size: 1000px */
	}
	.s-contact .social {
		width: 100%
	}
	.s-contact .social li {
		float: left;
		margin-left: 0;
		width: 33%;
		margin-bottom: 30px
	}
	.s-contact .social li a {
		display: table;
		margin: 0 auto
	}
}
#particles-js {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%
}
@media (max-width: 991px) {
	#particles-js {
		height: 700px
	}
}
@media (max-width: 480px) {
	#particles-js {
		height: 490px
	}
}
.s-roadmap {
	padding-top: 190px;
	position: relative
}
.s-roadmap .cont {
	display: block
}
.s-roadmap .bg {
	background: url(/img/bg-roadmap.jpg) no-repeat center center;
	width: 100%;
	height: 820px;
	position: absolute;
	top: -240px
}
.s-roadmap .line-roadmap {
	height: 7px;
	border-radius: 0 4px 4px 0;
	background-image: linear-gradient(to right, #201f9c 0, #11116a 100%);
	width: 84%;
	position: absolute;
	top: 420px;
	max-width: 1530px
}
.s-roadmap .line-roadmap.load-line .line-active {
	transition: 1.5s;
	width: 70%
}
.s-roadmap .line-roadmap .line-active {
	background-image: linear-gradient(218deg, rgba(255, 253, 104, 0) 0, #d2723d 100%);
	float: left;
	height: 7px;
	width: 0%;
	transition: 1.5s
}
.s-roadmap h3 {
	text-align: center;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-bottom: 19px
}
.s-roadmap h1 {
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.17px;
	width: 300px;
	margin: 0 auto;
	position: relative;
	margin-bottom: 140px
}
.s-roadmap h1:before {
	content: "";
	background: url(../../img/line-before-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -1.5px
}
.s-roadmap h1:after {
	content: "";
	background: url(../../img/line-after-market.png) no-repeat;
	width: 65px;
	height: 3px;
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -1.5px
}
.s-roadmap .ctrl-slide-road {
	width: 100%;
	position: absolute;
	left: 0;
	top: 209px;
	z-index: 10
}
.s-roadmap .ctrl-slide-road .btn {
	width: 46px;
	height: 46px;
	background-color: #201f9c;
	border-radius: 50%;
	position: relative;
	cursor: pointer
}
.s-roadmap .ctrl-slide-road .btn img {
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%
}
.s-roadmap .ctrl-slide-road .btn.btn-prev {
	float: left
}
.s-roadmap .ctrl-slide-road .btn.btn-next {
	float: right
}
.s-roadmap .year {
	display: table;
	margin: 0 auto;
	margin-top: 53px;
	margin-bottom: 170px
}
.s-roadmap .year li {
	float: left;
	margin-left: 66px;
	position: relative
}
.s-roadmap .year li:after {
	content: "";
	background: url(/img/line-year-xl.png) no-repeat;
	width: 22px;
	height: 2px;
	position: absolute;
	right: -45px;
	top: 13px
}
.s-roadmap .year li:first-child {
	margin-left: 0
}
.s-roadmap .year li:last-child:after {
	display: none
}
.s-roadmap .year li.now span {
	opacity: 1
}
.s-roadmap .year li span {
	display: block;
	opacity: .53;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -.35px
}
.s-roadmap .slide-roadmap {
	position: relative;
	overflow: hidden;
	margin-left: 6%
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .circle {
	border: none;
	width: 14px;
	height: 14px;
	box-shadow: 0 2px 9px rgba(231, 178, 81, .43), 0 2px 8px rgba(232, 182, 82, .45);
	background-image: linear-gradient(136deg, #fffd68 0, #d2723d 100%);
	position: relative
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .circle:before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #c57b33;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -3px;
	margin-left: -3px
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .text-year:before {
	background: url(../../img/line-year-yellow.png) no-repeat
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .text-year h2 {
	background: -webkit-linear-gradient(#ecd350 0, #f3984a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide.finished .text-year ul li span {
	color: rgba(255, 255, 255, .8)
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .circle {
	display: block;
	width: 13px;
	height: 13px;
	border: 2px solid #2e2dae;
	background-color: #11106a;
	border-radius: 50%;
	margin-bottom: 55px
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year {
	position: relative
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year:before {
	content: "";
	background: url(../../img/line-year-blue.png) no-repeat;
	position: absolute;
	top: -45px;
	left: 5px;
	width: 2px;
	height: 22px
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year h2 {
	color: rgba(255, 255, 255, .5);
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1.43px;
	margin-bottom: 30px
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul {
	width: 220px
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li {
	margin-bottom: 25px;
	float: left;
	width: 100%
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li:before {
	content: "";
	float: left;
	margin-right: 10px;
	width: 4px;
	height: 4px;
	background-image: linear-gradient(58deg, #ecd350 0, #f3984a 100%);
	border-radius: 50%;
	margin-top: 7px
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li span {
	color: rgba(255, 255, 255, .65);
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	float: left
}
.s-roadmap .slide-roadmap .swiper-wrapper .swiper-slide .text-year ul li:last-child {
	margin-bottom: 0
}
@media (max-width: 1440px) {
	.s-roadmap .line-roadmap {
		width: 86%;
		max-width: 1200px
	}
	.s-roadmap .ctrl-slide-road .btn.btn-next {
		margin-right: 7%
	}
}
@media (max-width: 1200px) {
	.s-roadmap {
		padding-top: 100px
	}
	.s-roadmap .bg {
		display: none
	}
	.s-roadmap .line-roadmap {
		top: 329px
	}
}
@media (max-width: 768px) {
	.s-roadmap .ctrl-slide-road .btn.btn-prev {
		margin-left: 15px
	}
	.s-roadmap .ctrl-slide-road .btn.btn-next {
		margin-right: 15px
	}
	.s-roadmap .slide-roadmap {
		margin-left: 16%
	}
}
@media (max-width: 480px) {
	.s-roadmap {
		padding-top: 70px
	}
	.s-roadmap h1 {
		width: 100%;
		font-size: 26px;
		margin-bottom: 60px
	}
	.s-roadmap h1:after {
		display: none
	}
	.s-roadmap h1:before {
		display: none
	}
	.s-roadmap h3 {
		margin-bottom: 10px;
		font-size: 13px
	}
	.s-roadmap .slide-roadmap {
		margin-left: 22%
	}
	.s-roadmap .line-roadmap {
		top: 202px
	}
	.s-roadmap .ctrl-slide-road {
		top: 111px
	}
}
.flag-aux {
	display: none
}
.load-page {
	background: #222324;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99
}
.loadlog-page {
	width: 100%;
	height: 100%;
}
.load-page img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -100px
}
.menu-button {
	display: block;
	width: 39px;
	cursor: pointer;
	transition: .2s all cubic-bezier(.4, -.1, 0, 1.1);
	float: right;
	margin: 10px 0 0;
	height: 30px;
	position: relative
}
a.menu-button:hover .menu-icon,
a.menu-button:hover .menu-icon::after {
	width: 39px;
	transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}
.menu-icon {
	width: 39px;
	height: 5px;
	border-radius: 30px;
	background-color: #fff;
	display: block;
	position: absolute;
	float: right;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}
.menu-icon::after,
.menu-icon::before {
	content: '';
	display: block;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 0;
	transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}
.menu-icon::before {
	margin-top: -12px;
	width: 39px;
	height: 5px;
	border-radius: 30px;
	transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}
.menu-icon::after {
	margin-top: 12px;
	width: 39px;
	height: 5px;
	border-radius: 30px;
	transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}
.menu-opened .menu-icon {
	height: 0;
	width: 39px;
	transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}
.menu-opened .menu-icon::after {
	width: 39px;
	transform: rotate(45deg);
	margin-top: 0;
	transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}
.menu-opened .menu-icon::before {
	transform: rotate(-45deg);
	margin-top: 0;
	transition: .2s all cubic-bezier(.4, -.1, 0, 1.1)
}
#particles-top {
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}
@media (max-width: 991px) {
	[data-aos][data-aos][data-aos-duration="1000"],
	body[data-aos-duration="1000"][data-aos] {
		opacity: 1!important;
		transform: translate3d(0, 0, 0)!important
	}
}
.animated.delay-0-5s {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}
.drop-lang::-webkit-scrollbar-track {
	background-color: transparent;
	border-radius: 10px
}
.drop-lang::-webkit-scrollbar {
	width: 4px;
	background-color: transparent
}
.drop-lang::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1, #b051d3), color-stop(.5, #3d35b5), color-stop(.6, #3d35b5))
}
@-webkit-keyframes vertical-animate {
	0%, 40% {
		transform: translateY(0)
	}
	70% {
		transform: translateY(5px)
	}
}
@-moz-keyframes vertical-animate {
	0%, 40% {
		transform: translateY(0)
	}
	70% {
		transform: translateY(5px)
	}
}
@-o-keyframes vertical-animate {
	0%, 40% {
		transform: translateY(0)
	}
	70% {
		transform: translateY(5px)
	}
}
@keyframes vertical-animate {
	0%, 40% {
		transform: translateY(0)
	}
	70% {
		transform: translateY(5px)
	}
}
@media (max-width: 991px) {
	[data-aos^=fade][data-aos^=fade] {
		opacity: 1!important
	}
}
.o-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100000;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: opacity 1.8s ease;
	transition: opacity 1.8s ease
}
.o-loading.-inner-page .o-loading__inner[data-id="0"] {
	border-bottom-color: #116466
}
.o-loading.-inner-page .o-loading__inner[data-id="1"] {
	border-right-color: #12A38C
}
.o-loading.-inner-page .o-loading__inner[data-id="2"] {
	border-top-color: #10dbae
}
.o-loading__icon {
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-perspective: 150px;
	perspective: 150px
}
.o-loading__icon,
.o-loading__inner {
	position: absolute;
	border-radius: 50%
}
.o-loading__inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.o-loading__inner[data-id="0"] {
	left: 0;
	top: 0;
	-webkit-animation: rotate-one 1s linear infinite;
	animation: rotate-one 1s linear infinite;
	border-bottom: 6px solid #116466;
	-webkit-transform: translate(13px, -15px) rotateX(30deg) rotateY(-37deg) rotate(0deg);
	transform: translate(13px, -15px) rotateX(30deg) rotateY(-37deg) rotate(0deg);
	z-index: 1
}
.o-loading__inner[data-id="1"] {
	right: 0;
	top: 0;
	-webkit-animation: rotate-two 1s linear infinite;
	animation: rotate-two 1s linear infinite;
	border-right: 6px solid #12A38C;
	-webkit-transform: translate(-10px, -13px) rotateX(38deg) rotateY(22deg) rotate(0deg);
	transform: translate(-10px, -13px) rotateX(38deg) rotateY(22deg) rotate(0deg);
	-webkit-animation-delay: .1s;
	animation-delay: .1s
}
.o-loading__inner[data-id="2"] {
	right: 0;
	bottom: 0;
	-webkit-animation: rotate-three 1s linear infinite;
	animation: rotate-three 1s linear infinite;
	border-top: 6px solid #10dbae;
	-webkit-transform: translate(5px, 10px) rotateX(25deg) rotateY(48deg) rotate(0deg);
	transform: translate(5px, 10px) rotateX(25deg) rotateY(48deg) rotate(0deg);
	-webkit-animation-delay: .2s;
	animation-delay: .2s
}
@-webkit-keyframes rotate-one {
	0% {
		-webkit-transform: translate(13px, -15px) rotateX(30deg) rotateY(-37deg) rotate(0deg);
		transform: translate(13px, -15px) rotateX(30deg) rotateY(-37deg) rotate(0deg)
	}
	to {
		-webkit-transform: translate(13px, -15px) rotateX(30deg) rotateY(-37deg) rotate(1turn);
		transform: translate(13px, -15px) rotateX(30deg) rotateY(-37deg) rotate(1turn)
	}
}
@keyframes rotate-one {
	0% {
		-webkit-transform: translate(13px, -15px) rotateX(30deg) rotateY(-37deg) rotate(0deg);
		transform: translate(13px, -15px) rotateX(30deg) rotateY(-37deg) rotate(0deg)
	}
	to {
		-webkit-transform: translate(13px, -15px) rotateX(30deg) rotateY(-37deg) rotate(1turn);
		transform: translate(13px, -15px) rotateX(30deg) rotateY(-37deg) rotate(1turn)
	}
}
@-webkit-keyframes rotate-two {
	0% {
		-webkit-transform: translate(-10px, -13px) rotateX(38deg) rotateY(22deg) rotate(0deg);
		transform: translate(-10px, -13px) rotateX(38deg) rotateY(22deg) rotate(0deg)
	}
	to {
		-webkit-transform: translate(-10px, -13px) rotateX(38deg) rotateY(22deg) rotate(1turn);
		transform: translate(-10px, -13px) rotateX(38deg) rotateY(22deg) rotate(1turn)
	}
}
@keyframes rotate-two {
	0% {
		-webkit-transform: translate(-10px, -13px) rotateX(38deg) rotateY(22deg) rotate(0deg);
		transform: translate(-10px, -13px) rotateX(38deg) rotateY(22deg) rotate(0deg)
	}
	to {
		-webkit-transform: translate(-10px, -13px) rotateX(38deg) rotateY(22deg) rotate(1turn);
		transform: translate(-10px, -13px) rotateX(38deg) rotateY(22deg) rotate(1turn)
	}
}
@-webkit-keyframes rotate-three {
	0% {
		-webkit-transform: translate(5px, 10px) rotateX(25deg) rotateY(48deg) rotate(0deg);
		transform: translate(5px, 10px) rotateX(25deg) rotateY(48deg) rotate(0deg)
	}
	to {
		-webkit-transform: translate(5px, 10px) rotateX(25deg) rotateY(48deg) rotate(1turn);
		transform: translate(5px, 10px) rotateX(25deg) rotateY(48deg) rotate(1turn)
	}
}
@keyframes rotate-three {
	0% {
		-webkit-transform: translate(5px, 10px) rotateX(25deg) rotateY(48deg) rotate(0deg);
		transform: translate(5px, 10px) rotateX(25deg) rotateY(48deg) rotate(0deg)
	}
	to {
		-webkit-transform: translate(5px, 10px) rotateX(25deg) rotateY(48deg) rotate(1turn);
		transform: translate(5px, 10px) rotateX(25deg) rotateY(48deg) rotate(1turn)
	}
}
#videoBG {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: auto;
	top: 0;
}
section.products-market .plan-item {
	display: block;
	height: 362px;
	width: 100%;
	position: relative;
	padding-left: 30px;
	border-radius: 20px;
}
section.products-market .plan-item i.number {
	width: 47px;
	height: 29px;
	position: relative;
	display: block;
	position: absolute;
	left: -4px;
	top: 17px;
	text-align: center;
	line-height: 29px;
	text-align: center;
}
section.products-market .plan-item i.number:before {
	left: -24px;
	top: -21px;
	display: block;
	width: 96px;
	height: 85px;
	background: url("/images/plan-label-number.png") 0 0 no-repeat;
}
section.products-market .plan-item i.number span {
	position: relative;
	z-index: 10;
	font-size: 11;
	font-weight: 800;
	color: #2b2004;
	font-style: normal;
}
section.products-market .plan-item b.plan-item_title {
	display: block;
	height: 60px;
	text-transform: uppercase;
	line-height: 55px;
	font-size: 70px;
	background: #0ade77;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
	letter-spacing: -0.06em;
	margin-bottom: 5px;
}
section.products-market .plan-item b.plan-item_title small {
	font-size: 36.7px;
	padding-left: 3px;
	letter-spacing: 0.5px;
}
section.products-market .plan-item i.plan-item_subtitle {
	display: block;
	font-weight: 600;
	padding-left: 5px;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase
}
section.products-market .plan-item i.plan-item_subtitle b {
	color: #0ade77;
}
section.products-market .plan-item ul.plan-item_description {
	display: block;
	height: 152px;
	position: relative;
	width: 362px;
	margin-top: 36px;
	padding-top: 18px;
}
section.products-market .plan-item ul.plan-item_description li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 50%;
	position: relative;
	padding: 12px 0;
	margin-right: -4px;
}
section.products-market .plan-item ul.plan-item_description li:before {
	height: 10px;
	width: 10px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	background: url("images/icon-plan-round.png") 0 0 no-repeat;
	left: -25px;
}
section.products-market .plan-item ul.plan-item_description li small {
	display: block;
	color: #965f3f;
	font-size: 11px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
section.products-market .plan-item ul.plan-item_description li b {
	font-size: 16px;
	color: #c09069;
	font-weight: 600;
}
section.products-market .plan-item ul.plan-item_description:before {
	height: 2px;
	left: -86px;
	top: 0;
	width: 100%;
	background: url("images/plan-line-gradient.png") 0 0 no-repeat;
}
section.products-market .plan-item ul.plan-item_description:after {
	height: 2px;
	left: -86px;
	bottom: 0;
	width: 100%;
	background: url("images/plan-line-gradient.png") 0 0 no-repeat;
}
section.products-market .plan-btn {
	display: block;
	position: absolute;
	bottom: -17px;
	left: 64px;
}
section.products-market .plan-btn a {
	display: block;
	height: 35px;
	width: 160px;
	line-height: 33px;
	position: relative;
	text-align: center;
}
section.products-market .plan-btn a:before {
	width: 219px;
	left: -30px;
	top: -11px;
	height: 100px;
	background: url("images/btn-yellow.png") 0 0 no-repeat;
}
section.products-market .plan-btn a span {
	position: relative;
	color: #2e2205;
	display: block;
	padding-left: 12px;
	font-weight: 600;
	font-size: 11px;
	letter-spacing: 0.16em;
}
section.products-market .plan-btn a span svg {
	position: absolute;
	left: 12px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
section.products-market .plan-btn a span svg * {
	fill: #2e2205;
}
section.products-market .plan-btn a:hover:before {
	background-image: url("btn-yellow-hover.png");
}
#plan1,
#plan2,
#plan3 {
	position: absolute;
	width: 700px;
	top: -60px;
	right: -0px;
	border-radius: 20px;
	z-index: -1;
}
#plan3 {
	top: -50px;
}
div.contact-message-response {
	padding: 10px;
	z-index: 100;
	position: fixed;
	top: 0;
	width: 98%;
	margin: 1%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
div.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
#animation_container span {
	font-size: 17px;
	position: relative;
	left: 120px;
	top: 9px;
	color: #fff;
	font-weight: 900;
	/* width: 100%; */
	/* display: block; */
	letter-spacing: 4px;
	font-family: inherit;
}
#partners .blocks {
	vertical-align: middle;
}
#partners .name {
	padding: 26px 31px 18px;
	background: #33a28e;
	font: 500 14px/16px'Roboto', sans-serif;
	letter-spacing: 1em;
	color: #fff;
	vertical-align: top;
}
#partners .box {
	padding: 27px 0 6px;
	display: flex;
	margin: 0 auto;
	width: 800px;
}
#partners .box div {
	padding: 0 13px 20px;
}
@media screen and (max-width: 650px) and (min-width: 550px) {
	.videoabout {
		right: 50px;
	}
}
@media screen and (max-width: 768px) and (min-width: 651px) {
	.videoabout {
		right: 100px;
	}
}
@media screen and (max-width: 775px) and (min-width: 769px) {
	.videoabout {
		left: 0px;
		margin-left: initial!important;
	}
}
@media screen and (max-width: 775px) and (min-width: 769px) {
	.videoabout {
		left: 0px;
		margin-left: initial!important;
	}
}
/* MAIN RESPONSIVE SIZES SMALL DEVICES */

@media screen and (max-width: 991px) and (min-width: 300px) {
	#about .btns a.btnabout {
		width: 100%;
		background-position: center;
	}
	.s-about .cont .text-featured p {
		margin-right: initial;
	}
	.s-about .cont .video {
		margin-left: initial!important;
	}
	.s-mineracao .desc-geral .text-esq {
		float: initial;
	}
	.s-tecnology .text-dir {
		margin-right: initial;
		margin-top: initial;
		float: initial;
		width: 100%;
		transform: initial!important;
	}
	.s-mineracao .desc-geral .text-dir,
	.s-tecnology .text-dir {
		margin-left: initial;
	}
	.s-faq .all-faq {
		padding-left: initial;
	}
	.s-faq .all-faq .item .top .arrow {
		margin-top: 6px;
	}
	.s-news .all-faq {
		padding-left: initial;
	}
	.s-news .all-faq .item .top .arrow {
		margin-top: -16px;
	}
	.s-news .text-lg {
		font-size: 120px;
	}
	.s-news {
		padding-top: initial;
		padding-bottom: initial;
	}
	.s-contact .cont-contact {
		padding-left: initial;
	}
	#partners .box {
		zoom: 60%;
		/* IE */
		-moz-transform: scale(60%);
		/* Firefox */
		-moz-transform-origin: 0 0;
		-o-transform: scale(60%);
		/* Opera */
		-o-transform-origin: 0 0;
		-webkit-transform: scale(60%);
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0;
		transform: scale(60%);
		/* Standard Property */
		transform-origin: 0 0;
		/* Standard Property */
	}
	
	.products-market .title {
		padding-top: 100px;
	}
	
	.s-exchange a.sbmt {
		right: 0px;
	}
	.s-tecnology .list-coin ul {
		margin-left: 80px!important;
	}
	.s-tecnology .list-coin {
		width: 100%;
	}
	.products-market:after {
		border-radius: initial;
	}
	.cont {
		width: 100%;
	}
}
/* END MAIN RESPONSIVE SIZES SMALL DEVICES */

@media screen and (max-width: 992px) and (min-width: 951px) {
	.s-tecnology .list-coin ul li .text {
		width: 202px;
	}
	.s-tecnology .list-coin ul {
		margin-left: 150px!important;
	}
}
@media screen and (max-width: 950px) and (min-width: 801px) {
	.s-tecnology .list-coin ul li .text {
		width: 202px;
	}
	.s-tecnology .list-coin ul {
		margin-left: 110px!important;
	}
}
@media screen and (max-width: 800px) and (min-width: 734px) {
	.s-tecnology .list-coin ul li .text {
		width: 202px;
	}
	.s-tecnology .list-coin ul {
		margin-left: 50px!important;
	}
}
@media screen and (max-width: 709px) and (min-width: 650px) {
	.s-tecnology .list-coin ul li .text {
		width: 202px!important;
	}
	.s-tecnology .list-coin ul {
		margin-left: 30px!important;
	}
}
@media (max-width: 768px) {
	.s-featured .cont {
		padding: 0 0px;
	}
}
@media (max-width: 480px) {
	.s-featured h3 {
		line-height: initial!important;
	}
	.s-about .cont .text-featured p {
		margin-right: initial;
	}
	.s-featured a {
		width: 100%;
		letter-spacing: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.products-market {
	zoom: 80%;
	/* IE */
	-moz-transform: scale(80%);
	/* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(80%);
	/* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(80%);
	/* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(80%);
	/* Standard Property */
	transform-origin: 0 0;
	/* Standard Property */
}
.s-tecnology .list-coin ul {
	margin-left: 250px;
}
/* MAIN RESPONSIVE SIZES MEDIUM DEVICES*/
@media screen and (max-width: 1200px) and (min-width: 1100px) {
	
.s-about {
    margin-top: -180px;
}	


.s-about .cont .text-featured {
    right: -160px;
	z-index: 9;
}

.s-about .cont .video {
    zoom: 80%;
	/* IE */
	-moz-transform: scale(80%);
	/* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(80%);
	/* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(80%);
	/* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(80%);
	/* Standard Property */
	transform-origin: 0 0;
	/* Standard Property */
}

.products-market {
right: -50px;
}

.products-market:after {
    width: 87%;
}

.cont {
    width: 100%;
}

.s-exchange:before {
    width: 70%;
}

.s-marketplace{
    margin-left: 50px;
}

.s-news .all-faq .item .top .arrow {
    margin-top: -16px;
}

}
/* END MAIN RESPONSIVE SIZES MEDIUM DEVICES*/

@media screen and (max-width: 992px) and (min-width: 851px) {
	.products-market {
	zoom: 70%;
	/* IE */
	-moz-transform: scale(70%);
	/* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(70%);
	/* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(70%);
	/* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(70%);
	/* Standard Property */
	transform-origin: 0 0;
	/* Standard Property */
	}
	
	.s-exchange {
		margin-top: -130px;
		zoom: 85%;
		/* IE */
		-moz-transform: scale(85%);
		/* Firefox */
		-moz-transform-origin: 0 0;
		-o-transform: scale(85%);
		/* Opera */
		-o-transform-origin: 0 0;
		-webkit-transform: scale(85%);
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0;
		transform: scale(85%);
		/* Standard Property */
		transform-origin: 0 0;
		/* Standard Property */
	}
}

@media screen and (max-width: 850px) and (min-width: 801px) {
	.products-market {
	zoom: 65%;
	/* IE */
	-moz-transform: scale(65%);
	/* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(65%);
	/* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(65%);
	/* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(70%);
	/* Standard Property */
	transform-origin: 0 0;
	/* Standard Property */
	}
	
	.s-exchange {
		margin-top: -130px;
		zoom: 80%;
		/* IE */
		-moz-transform: scale(80%);
		/* Firefox */
		-moz-transform-origin: 0 0;
		-o-transform: scale(80%);
		/* Opera */
		-o-transform-origin: 0 0;
		-webkit-transform: scale(80%);
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0;
		transform: scale(80%);
		/* Standard Property */
		transform-origin: 0 0;
		/* Standard Property */
	}
}

@media screen and (max-width: 800px) and (min-width: 751px) {
	.products-market {
	zoom: 60%;
	/* IE */
	-moz-transform: scale(60%);
	/* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(60%);
	/* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(60%);
	/* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(60%);
	/* Standard Property */
	transform-origin: 0 0;
	/* Standard Property */
	}
	
	.s-exchange {
		margin-top: -130px;
		zoom: 80%;
		/* IE */
		-moz-transform: scale(80%);
		/* Firefox */
		-moz-transform-origin: 0 0;
		-o-transform: scale(80%);
		/* Opera */
		-o-transform-origin: 0 0;
		-webkit-transform: scale(80%);
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0;
		transform: scale(80%);
		/* Standard Property */
		transform-origin: 0 0;
		/* Standard Property */
	}
}

@media screen and (max-width: 750px) and (min-width: 701px) {
	.products-market {
	zoom: 55%;
	/* IE */
	-moz-transform: scale(55%);
	/* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(55%);
	/* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(55%);
	/* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(55%);
	/* Standard Property */
	transform-origin: 0 0;
	/* Standard Property */
	}
	
	.s-exchange {
		margin-top: -130px;
		zoom: 65%;
		/* IE */
		-moz-transform: scale(65%);
		/* Firefox */
		-moz-transform-origin: 0 0;
		-o-transform: scale(65%);
		/* Opera */
		-o-transform-origin: 0 0;
		-webkit-transform: scale(65%);
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0;
		transform: scale(65%);
		/* Standard Property */
		transform-origin: 0 0;
		/* Standard Property */
	}
}


@media screen and (max-width: 700px) and (min-width: 600px) {
	.products-market {
	zoom: 50%;
	/* IE */
	-moz-transform: scale(50%);
	/* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(50%);
	/* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(50%);
	/* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(50%);
	/* Standard Property */
	transform-origin: 0 0;
	/* Standard Property */
	}
	
	.s-exchange {
		margin-top: -130px;
		zoom: 60%;
		/* IE */
		-moz-transform: scale(60%);
		/* Firefox */
		-moz-transform-origin: 0 0;
		-o-transform: scale(60%);
		/* Opera */
		-o-transform-origin: 0 0;
		-webkit-transform: scale(60%);
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0;
		transform: scale(60%);
		/* Standard Property */
		transform-origin: 0 0;
		/* Standard Property */
	}
}

@media screen and (max-width: 599px) and (min-width: 560px) {
	.products-market {
		zoom: 45%!important;
		/* IE */
		-moz-transform: scale(45%)!important;
		/* Firefox */
		-moz-transform-origin: 0 0!important;
		-o-transform: scale(45%)!important;
		/* Opera */
		-o-transform-origin: 0 0!important;
		-webkit-transform: scale(45%)!important;
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0!important;
		transform: scale(45%)!important;
		/* Standard Property */
		transform-origin: 0 0!important;
		/* Standard Property */
	}
	
	.s-exchange {
		margin-top: -130px;
		zoom: 60%;
		/* IE */
		-moz-transform: scale(60%);
		/* Firefox */
		-moz-transform-origin: 0 0;
		-o-transform: scale(60%);
		/* Opera */
		-o-transform-origin: 0 0;
		-webkit-transform: scale(60%);
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0;
		transform: scale(60%);
		/* Standard Property */
		transform-origin: 0 0;
		/* Standard Property */
	}
}


@media screen and (max-width: 560px) and (min-width: 501px) {
	.products-market {
		zoom: 40%!important;
		/* IE */
		-moz-transform: scale(40%)!important;
		/* Firefox */
		-moz-transform-origin: 0 0!important;
		-o-transform: scale(40%)!important;
		/* Opera */
		-o-transform-origin: 0 0!important;
		-webkit-transform: scale(40%)!important;
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0!important;
		transform: scale(40%)!important;
		/* Standard Property */
		transform-origin: 0 0!important;
		/* Standard Property */
	}
	
	.s-exchange {
		margin-top: -130px;
		zoom: 50%;
		/* IE */
		-moz-transform: scale(50%);
		/* Firefox */
		-moz-transform-origin: 0 0;
		-o-transform: scale(50%);
		/* Opera */
		-o-transform-origin: 0 0;
		-webkit-transform: scale(50%);
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0;
		transform: scale(50%);
		/* Standard Property */
		transform-origin: 0 0;
		/* Standard Property */
	}
}

@media screen and (max-width: 500px) and (min-width: 300px) {


.s-tecnology .list-coin ul {
   margin-right: 100px!important;
    margin-left: 100px!important;
}	
	
	.s-tecnology .text-dir {
    padding-left: 20px;
    padding-right: 20px;
}

.s-mineracao .desc-geral .text-esq p {
    text-align: justify;
}

.s-mineracao .desc-geral .text-dir {
    padding-left: 20px;
    padding-right: 20px;
}

#partners .box {
		zoom: 40%;
		/* IE */
		-moz-transform: scale(40%);
		/* Firefox */
		-moz-transform-origin: 0 0;
		-o-transform: scale(40%);
		/* Opera */
		-o-transform-origin: 0 0;
		-webkit-transform: scale(40%);
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0;
		transform: scale(40%);
		/* Standard Property */
		transform-origin: 0 0;
		/* Standard Property */
	}
	
	.s-contact .social {
   padding-left: 60px;
}
	
	
	

.s-mineracao .desc-geral .text-esq {
     padding-left: 20px;
    padding-right: 20px;
}

.s-about .cont .text-about {
    padding-left: 20px;
    padding-right: 20px;
}

.s-featured .cont {
    z-index: 10;
}
	
.s-exchange .container-exchange .text .form-converte {
    padding-top: 90px;
    padding-bottom: 30px;
    height: auto;
	
}

.products-market:after {
    height: 860px!important;
}




}

@media screen and (max-width: 500px) and (min-width: 401px) {
	.products-market {
		zoom: 32%!important;
		/* IE */
		-moz-transform: scale(32%)!important;
		/* Firefox */
		-moz-transform-origin: 0 0!important;
		-o-transform: scale(32%)!important;
		/* Opera */
		-o-transform-origin: 0 0!important;
		-webkit-transform: scale(32%)!important;
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0!important;
		transform: scale(32%)!important;
		/* Standard Property */
		transform-origin: 0 0!important;
		/* Standard Property */
	}
	
	.s-exchange {
		
		zoom: 35%;
		/* IE */
		-moz-transform: scale(35%);
		/* Firefox */
		-moz-transform-origin: 0 0;
		-o-transform: scale(35%);
		/* Opera */
		-o-transform-origin: 0 0;
		-webkit-transform: scale(35%);
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0;
		transform: scale(35%);
		/* Standard Property */
		transform-origin: 0 0;
		/* Standard Property */
	}

}

@media screen and (max-width: 400px) and (min-width: 300px) {
	.products-market {
		zoom: 27%!important;
		/* IE */
		-moz-transform: scale(27%)!important;
		/* Firefox */
		-moz-transform-origin: 0 0!important;
		-o-transform: scale(27%)!important;
		/* Opera */
		-o-transform-origin: 0 0!important;
		-webkit-transform: scale(27%)!important;
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0!important;
		transform: scale(27%)!important;
		/* Standard Property */
		transform-origin: 0 0!important;
		/* Standard Property */
	}
	
	.s-exchange {
		
		zoom: 35%;
		/* IE */
		-moz-transform: scale(35%);
		/* Firefox */
		-moz-transform-origin: 0 0;
		-o-transform: scale(35%);
		/* Opera */
		-o-transform-origin: 0 0;
		-webkit-transform: scale(35%);
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0;
		transform: scale(35%);
		/* Standard Property */
		transform-origin: 0 0;
		/* Standard Property */
	}

}


@media screen and (max-width: 1099px) and (min-width: 992px) {
	
.s-about .cont .text-featured {
    right: -190px;
	z-index: 8;
}

.s-about .cont .text-featured p {
   margin-left: 120px;
   margin-right: 0px;
}

.s-about {
    margin-top: -180px;
}	


.s-about .cont .video {
    zoom: 60%;
	/* IE */
	-moz-transform: scale(60%);
	/* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(60%);
	/* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(60%);
	/* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(60%);
	/* Standard Property */
	transform-origin: 0 0;
	/* Standard Property */
	margin-left: -280px;
}

.products-market {
right: -50px;
}


.cont {
    width: 100%;
}

.s-exchange:before {
    width: 80%;
}

.s-marketplace {
    margin-left: 70px;
}

.s-news .all-faq .item .top .arrow {
    margin-top: -16px;
}


.products-market {
		zoom: 80%!important;
		/* IE */
		-moz-transform: scale(80%)!important;
		/* Firefox */
		-moz-transform-origin: 0 0!important;
		-o-transform: scale(80%)!important;
		/* Opera */
		-o-transform-origin: 0 0!important;
		-webkit-transform: scale(80%)!important;
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0!important;
		transform: scale(80%)!important;
		/* Standard Property */
		transform-origin: 0 0!important;
		/* Standard Property */
	}
	
	
    
	
	.products-market:after {
    width: 95%;
    }


.s-marketplace .total-criptomoedas {
		zoom: 80%!important;
		/* IE */
		-moz-transform: scale(80%)!important;
		/* Firefox */
		-moz-transform-origin: 0 0!important;
		-o-transform: scale(80%)!important;
		/* Opera */
		-o-transform-origin: 0 0!important;
		-webkit-transform: scale(80%)!important;
		/* Safari And Chrome */
		-webkit-transform-origin: 0 0!important;
		transform: scale(80%)!important;
		/* Standard Property */
		transform-origin: 0 0!important;
		/* Standard Property */
	}
	
	
	.s-tecnology .list-coin ul {
    margin-left: 120px;
}

.s-tecnology .text-dir {
	margin-left: 3px;
}

.s-mineracao .desc-geral .text-esq {
    margin-right: -40px;
}

#partners .box {
    margin-left: 120px;
}


}


@media screen and (max-width: 1249px) and (min-width: 1201px) {

.s-about .cont .text-featured {
    left: 120px;
	z-index: 8;
}

.s-tecnology .list-coin ul {
    margin-left: 150px;
}

.s-mineracao .desc-geral .text-dir {
     margin-left: 100px;
}

.s-tecnology .text-dir {
    margin-left: 60px;
}



@media screen and (max-width: 1249px) and (min-width: 1201px) {

.s-about .cont .text-featured {
    left: 120px;
	z-index: 8;
}

.s-tecnology .list-coin ul {
    margin-left: 150px;
}

.s-mineracao .desc-geral .text-dir {
     margin-left: 100px;
}

.s-tecnology .text-dir {
    margin-left: 60px;
}


}



