body {
	position:absolute;
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	//color:#333;
	color:#4f4f4f;
	text-align:center;
	margin: 0;
	padding: 0;
	top: 0;
	border: 0;
	width: 100%;
	height: 100%;
}
.periodo {
	position: absolute;
	left:0;
	padding-top:10px;
	top: 40px;
	height: auto;
	width: 50px;
	border: 1px solid #C5DBEC;
	background-color: white;
	border-radius: 5px;
	display: none;
}
#periodo_dias {
	position:relative;
	float:left;
	left:5px;
	padding:0px;
	margin: 0px;
	text-align: center;
	color: black;
	border: none;
	font-size: 13px;
}
#periodo_forma {
	position:relative;
	right: 0;
	padding:0px;
	margin: 0px;
	border: none;
	text-align: right;
	font-size: 13px;
}
#periodo_ok {
	width:95%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	top: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	color: white;
	
	background-color: #71AAD3;
}
.swap {
	cursor:pointer;
}
#menu {
	position:absolute;
	margin: 10px;
}
#topo {
	position:relative;
	float:left;
	top:30px;
	font-size:8px;
	width:100%;
	color:silver;
}
#cotacao {
	position:relative;
	float:left;
	width:100%;
	top:40px;
}
#cotacao1 {
	display: flex;
	width:100%;
	height:85px;
	justify-content: center;
}
#cotacao_divs {
	width:max-content;
	font-size:11px;
	padding: 10px;
	padding-right:20px;
	padding-left:20px;
	border: 1px dotted #d69e02;
}
#escolhas {
	position:relative;
	float:left;
	top:65px;
	width:100%;
	padding:5px;
	background-color: #fff8f0;
	padding-top:5px;
	padding-bottom:15px;
}
.escolhas3 {
	position:relative;
	top:18px;
}
#escolhas2 {
	position:relative;
	top:15px;
}
#info {
	display: inline;
	position:relative;
	top:50px;
	width:100%;
}
.info_erro {
	position:relative;
	color:red;
	font-size:16px;
}
#info_texto {
	position:relative;
	width: max-content;
	border-radius: 10px;
	padding: 15px;
}
#texto_final {
	position:relative;
	top:150px;
	margin-left:40px;
}
#texto_politicas {
	position:relative;
	top:80px;
	margin-left:40px;
}
#grafico {
	position:relative;
	width:85%;
	font-size:12px;
}
#info_about, #recorde_btc {
	position:relative;
	width:80%;
	top: 20px;
	font-size:14px;
}
#historico {
	font-size: 14px;
	margin-top:15px;
}
.about_titulo {
	font-size:18px;
	font-weight: bold;
}
#investido_go {
	cursor: pointer;
}
#investido {
	width: 250px;
	height:50px;
	background: url('../images/cifrao.png') no-repeat left top;
	background-position: 5px 0px;
	background-color:#f6fff5;
	padding-left:35px;
	border: 1px dotted #ceffc7;
	line-height:35px;
	vertical-align:center;
	color:#34632d;
	margin-top:3px;
	font-size:20px;
	font-weight: bold;
	text-align:center;
}
.data_calendario {
	//position:relative;
	//left:-4px;
	//border-left:none;
	//width:120px;
	//height:40px;
	//border-radius: 0px 4px 4px 0px;
	//top:1px;
}
.data_calendario:hover {
	color:black;
}
#investido:not(:hover) {
	background-color:#f6fff5;
}
#investido:hover {
	background-color: #ceffc7;
	color:#34632d;
}
.cot_texto_btc, .cot_texto_usd {
	font-size:18px;
	font-weight: bold;
}
.cot_titulo {
	font-size:11px;
	//line-height: 20px;
	color: #696969;
}
.btcnadata_info {
	//line-height: 20px;
}
.link {
  background-color: transparent;
  border: 0;
  //color: #00f;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  position: relative;
  text-decoration: underline;
}

#privacidade {
  //background: #fff;
  background: #ffebc7;
  border-radius: 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px;
  color: #000;
  display: none;
  font-size: 13px;
  left: 20px;
  letter-spacing: -0.1px;
  padding: 5px 6px 6px 8px;
  right: 20px;
  text-align: left;
  word-spacing: -1.5px;

  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
#privacidade, #fechaprivacidade { vertical-align: middle; }
#privacidade div {}
#fechaprivacidade {
  margin: 0px 0 0 0;
  padding: 0px 8px;
  width: 100%;
  background-color:#deb264;
}
@media(min-width: 361px) {
  #privacidade {
    bottom: 10px;
    margin: 0;
    flex-direction: row;
    position: fixed;
    z-index: 9999;
  }
  #fechaprivacidade {
    margin: 0 0 0 0px;
    width: auto;
  }
}

.radio2 {
	position:relative;
	float:left;
	display: flex;
}

.radio {
	position:relative;
	float:left;
	top:1px;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1px;
	z-index:400;
}
	
.radio input {
	width: auto;
	height: 35px;
	vertical-align:middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	border: 1px solid silver;
	border-radius: 4px;
	
	padding: 9px 14px;
	
	color: gray;
	font-size: 14px;
	
	transition: all 100ms linear;
}

.radio input:checked {
	background-image: linear-gradient(180deg, #95d891, #74bbad);
	color: #fff;
	box-shadow: 0 1px 1px #0000002e;
	text-shadow: 0 1px 0px #79485f7a;
}

.radio input:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}
