body {
	color: #1C2534;
	font-family: 'Poppins';
}


main {
	background-image: url("../img/background.png");
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	min-height: 1080px;
  	padding-top: 3rem;
}

.row {
	margin: 0;
}

.space-up {
	padding-top: 120px;
}

.space-up-half {
	padding-top: 60px;
}

.space-up-double {
	padding-top: 240px;
}

.anchor {
	display: none;
}

/*style menu*/
.content {
	margin-top: 5rem;
}

.navbar-site {
	height: auto;
	background: rgba(255, 255, 255, 0.9);
	backdrop-filter: blur(0.1rem);
	width: 100%;
	padding-left: 5rem;
	padding-right: 5rem;
}

.navbar-site .links-menu {
	padding-left: 30rem;
	padding-right: 5rem;
	font-family: 'Roboto';
}

/*style message and ticker*/

.line {
	background: #DFC077;
	border-radius: 6.5px;
	height: 13px;
	width: 33%;
}

.line-right {
	margin-left: 50%;
}

.text-first-container {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 72px;
	line-height: 108px;
	color: #000000;
}

.text-radio-buttom {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}

.text-ticker {
	font-size: 64px;
	font-weight: 700;
	margin-bottom: -20px;
	margin-top: 20px;
}

.text-ticker-price-brl {
	font-size: 48px;
	font-weight: 400;
	padding-left: 2px;
}

.text-ticker-price-usd {
	font-weight: 400;
	font-size: 18px;
	padding-left: 5px;
}

.ticker {
	padding: 20px 60px;
}

.box {
	background: #F7F7F7;
	border: 1px solid #DFC077;
	box-shadow: 13px 13px 16px rgba(0, 0, 0, 0.11);
	border-radius: 26px;
}

.timer {
	text-align: center;
	width: 35px;
	border: 4px solid #DFC077;
	box-sizing: border-box;
	float: right;
	padding: 0px;
	border-radius: 20px;
}

.clock {
	font-size: 18px;
}

.buy-sell {
	margin-top: 20px;
}

.buy-sell input:checked:after, .kyc input[type=radio]:checked:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -4px;
	left: -1px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #DFC077;
}

.buy-sell input:after, , .kyc input:after {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	top: -4px;
	left: -1px;
	position: relative;
	background-color: #fff;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid #DEDEDE;
}

.quantity {
	padding: 0px;
	margin-top: -15px;
}

.quantity input {
	background: #F7F7F7;
	border: 1px solid #DEDEDE;
	box-shadow: 7px 11px 17px rgba(0, 0, 0, 0.14);
	border-radius: 11px;
	height: 66px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	padding-left: 45px;
}

.div-buttom-action{
	padding: 0px;
}

.buttom-action {
	height: 66px;
	background: #DFC077;
	box-shadow: 7px 11px 17px rgba(0, 0, 0, 0.14);
	border-radius: 11px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: 0.405em;
	color: #FFFFFF;
	width: 100%;
}

/*style currencies*/
.line-currencies {
	margin-right: 15rem;
    margin-left: 15rem;
}

.line-currencies p {
	text-align: center;
	font-size: 12px;
}

.line-currencies img {
	left: 0;
	right: 0;
	margin-right: auto;
    margin-left: auto;
}

/*style price*/
.price h1 {
	margin-right: auto;
    margin-left: auto;
    font-weight: 400;
	font-size: 2.5rem;
	text-align: center;
}

.chart {
	height:400px;
	background-color: #FFFFFF;
	overflow:hidden;
	box-sizing: border-box;
	border: 1px solid #DFC077;
	border-radius: 22px; 
	text-align: right;
	line-height:14px;
	font-size: 12px; 
	font-feature-settings: normal; 
	text-size-adjust: 100%; 
	box-shadow: inset 0 -20px 0 0 #56667F;
	margin-top: 30px;
	width: 70%;
	margin-right: auto;
    margin-left: auto;
}

.frame {
	height:540px; 
	padding:0px; 
	margin:0px; 
	width: 100%;
}

/*style tutorial*/

.tutorial h1, h2 {
	margin-right: auto;
    margin-left: auto;
    font-weight: 400;
	font-size: 36px;
	text-align: center;
}

.tutorial h2 {
    font-weight: 500;
}

.tutorial h1 a {
	color: #DFC077;
	font-weight: 600;
}

.steps {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.step {
	font-weight: 400;
	font-size: 4rem;
	color: #DFC077;
	text-align: right;
}

.step-text {
	font-weight: 400;
	font-size: 2rem;
	color: #000000;
	border-left: 3px solid #DFC077;
}

.content-80 {
	width: 80%;
  	margin-right: auto;
    margin-left: auto;
}

/*style startnow*/
.start-now-text {
	font-weight: 400;
	font-size: 2rem;
	font-family: 'Poppins';
	color: #1F4466;
}

.text-small {
	font-size: 24px;
}

.buttom-download {
	width: 143px;
	height: 53px;
	margin-left: 5px !important;
	margin-top: 350px !important;
}

.buttom-download-apple {
	margin-left: -150px !important;
}

.buttom-talk {
	width: 70%;
}

.start-now img {
	margin-left: -15%;
    margin-top: -5%;
}

/*style disclaimer*/
.disclaimer {
	margin-right: auto;
    margin-left: auto;
    font-weight: 400;
	font-size: 24px;
	text-align: center;
	color: #1C2534;
	font-family: 'Poppins';
}

.box-disclaimer {
	border: 3px solid #DFC077;
	border-radius: 11px;
}

.box-disclaimer p {
	padding: 10px;
	margin: 0px;
}

@media screen and (max-width: 770px) {
	.navbar-site .links-menu {
		padding-left: 0rem;
		padding-right: 0rem;
		font-family: 'Roboto';
	}

	.navbar-site {
		padding: 0.1rem;
		width: 90%;
	}

	.text-first-container {
		font-size: 2.5rem;
		line-height: 3rem;
	}

	.line {
		height: 5px;
	}

	.line-currencies {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.steps {
		display: block !important;
	}

	.step {
		font-size: 3rem;
	}

	.step-text {
		font-size: 1.5rem;
	}

	.cellphone-image {
		display: none;
	}

	.start-now-text {
		text-align: center;
	}

	.buttom-talk {
		width: 90%;
	}
}