html, body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	width: 100%;
	height: 100%;
}
@media screen  and (max-width: 768px) {
	body {
		line-height: 30px;
	}
}
@media screen  and (min-width: 768.1px) {
	body {
		line-height: 34px;
	}
}
::-webkit-scrollbar-track {
    background-color: #666;
}
::-webkit-scrollbar {
    width: 6px;
	height: 6px;
    background: #00e;
}
::-webkit-scrollbar-thumb {
    background: #00e;
	border-radius: 4px;
}
.overflow {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}
.overflow::-webkit-scrollbar {
	height: 4px;
	background: #eee;
}
.overflow::-webkit-scrollbar-track {
	background: rgba(0,0,0,0.1);
}
.overflow::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #99e;
}
.tudo, .conteudo {
	min-width: 100%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.conteudo {
	text-align: center;
	padding-bottom: 30px;
}
.clear{clear: both;}
a:link, a:visited {
	border: 0;
	text-decoration: none;
	color: #009;
}
.aguarde {
	top: 0;
	left: 0;
	width: 100%;
	min-width: 320px;
	height: 100%;
	position: absolute;
	text-align: center;
	display: none;
	background: #fff;
}
.aguarde div {
	display: inline-block;
	margin-top: 20%;
	background-repeat: no-repeat;
	background-position: center;
}
@media screen and (max-width: 512px) {
	.aguarde div {
		width: 200px;
		height: 120px;
		background-image: url(../imagens/aguarde_.gif);
	}
}
@media screen and (min-width: 512.1px) {
	.aguarde div {
		width: 330px;
		height: 200px;
		background-image: url(../imagens/aguarde.gif);
	}
}
.popup {
	top: 0;
    left: 0;
	width: 100%;
    min-width: 320px;
    min-height: 100%;
    position: absolute;
    display: none;
	background: #000;
	text-align: center;
}
.popup_cont {
	display: inline-block;
	margin-top: 1%;
	margin-bottom: 1%;
	padding: 3px;
	border-radius: 6px;
	box-shadow: 1px 1px 1px #666;
	text-align: center;
	background-color: #fff;
}
@media screen and (min-width: 1024px) {
	.input_text {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.input_text {
		font-size: 14px;
	}
}
@media screen  and (max-width: 768px) and (min-width: 512px) {
	.input_text {
		font-size: 13px;
	}
}
@media screen and (max-width: 512px) {
	.input_text {
		font-size: 12px;
	}
}
.btn_verm {
	height: 30px;
	border-radius: 8px;
	border-color: #F33;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
	background: linear-gradient(to bottom, #F33 0%,#900 100%);
	background-color: #c00;
	text-align: center;
	outline: none;
}
.btn_verm:focus, .btn_verm:hover {
	border-color: #900;
}
.btn_verde {
	height: 30px;
	border-radius: 8px;
	border-color: #080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
	background: linear-gradient(to bottom, #1C1 0%,#050 100%);
	background-color: #090;
	text-align: center;
	outline: none;
}
.btn_verde:focus, .btn_verde:hover {
	border-color: #030;
}
.btn_cinza {
	height: 30px;
	border-radius: 8px;
	border-color: #AAA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px #333;
	background: linear-gradient(to bottom, #FFF 0%,#999 100%);
	background-color: #ddd;
	text-align: center;
	outline: none;
}
.btn_amarelo {
	height: 30px;
	border-radius: 8px;
	border-color: #ff7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	background: linear-gradient(to bottom, #ff0 0%,#aa0 100%);
	background-color: #ff0;
	text-align: center;
	outline: none;
}
.btn_amarelo:focus, .btn_amarelo:hover {
	border-color: #880;
}
.input_text, .select {
	background-color: #fff;
    border-width: thin;
    border-style: solid;
    border-color: #999;
    outline: none;
    padding: 5px;
}
@media screen and (max-width: 800px) {
	.input_text, .select {
		border-radius: 4px;
	}
}
@media screen and (min-width: 800px) {
	.input_text, .select {
		border-radius: 8px;
	}
}
@media screen and (min-width: 1024px) {
	.btn_verm, .btn_verde, .btn_cinza, .btn_amarelo {height: 30px; font-size: 16px;}
	.conteudo, .popup {font-size: 18px}
	.input_text {height: 20px;}
	.input_text, .select {font-size: 16px;}
	.popup_cont {line-height: 34px;}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	.btn_verm, .btn_verde, .btn_cinza, .btn_amarelo {height: 28px; font-size: 14px;}
	.conteudo, .popup {font-size: 16px}
	.input_text {height: 18px;}
	.input_text, .select {font-size: 14px;}
	.popup_cont {line-height: 32px;}
}
@media screen and (max-width: 768px) and (min-width: 512px) {
	.btn_verm, .btn_verde, .btn_cinza, .btn_amarelo {height: 26px; font-size: 13px;}
	.conteudo, .popup {font-size: 14px}
	.input_text {height: 16px;}
	.input_text, .select {font-size: 13px;}
	.popup_cont {line-height: 30px;}
}
@media screen and (max-width: 512px) {
	.btn_verm, .btn_verde, .btn_cinza, .btn_amarelo {height: 24px; font-size: 12px;}
	.conteudo, .popup {font-size: 13px}
	.input_text {height: 14px;}
	.input_text, .select {font-size: 12px;}
	.popup_cont {line-height: 28px;}
}
h2 {
	margin: 10px;
    text-align: center;
}