@import url(https://fonts.googleapis.com/css?family=Open+Sans);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
/*	padding: 2px 0; */
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif
}
a:link {
	text-decoration: underline;
	color: darkblue;
}
a:visited {
	text-decoration: underline;
	color: darkblue;
}
a:hover {
	text-decoration: underline;
	color: darkblue;
}
a:active {
    text-decoration: underline;
	color: white;
}
#container {
	width: 468px;
	height: 60px;
	margin: 0px auto;
	margin-bottom: 0px;
	padding: 0px;
}
#container hr:nth-of-type(1) {
	display: none;
}
#container hr:nth-of-type(2) {
/*	margin-top: calc(100vh - 490px); */
	margin-top: 20px;
}
#divlogo {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	text-align: center;
	background-color: white;
}
#divlogo img{
	max-height: auto;
	padding-top: 20px;
}
#logo {
	display: block;
}
#divmsg{
	margin: 5px auto;
        padding: 0 0 25px 0;
}
#titulo {
	display: block;
	padding: 15px 0;
	width: 100%;
	text-align: center;
/*	color: #000;
	background-color: #00f6ff; */
	border-radius: 10px;
	font-size: 20px;
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
#divtexto {
	display: block;
	width: 100%;
	text-align: justify;
	font-size: 15px;
	text-align: center;
}
#recaptcha_widget_div, .g-recaptcha {
	margin: 0 auto;
	display: block;
	width: 318px;
}
#divcaptcha {
	padding: 20px 0;
	text-align: center;
	padding: 0 40px 0 40px;
}
#btngo {
	margin: 5px auto;
	background-color: #00f6ff;
	border: none;
	color: #000;
	padding: 9px 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	border-radius: 24px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.6rem;
}

#btngo:hover {
	color: #fff;
	background-color:#00a2c2;
	font-weight: bold;
}

#btngo:disabled {
	background-color: grey;
}
#divfooter {
	background-color: #dbdbdb;
	font-size: 11px;
	width: 100%;
	height: 20px;
}
#divanuncio {
	width: 250px;
	display: inline;
	float: left;
	padding: 5px 0 0 5px;
}
#divpowered {
	width: 150px;
	display: inline;
	float: right;
	text-align: right;
	padding: 5px 5px 0 0;
}
li {
/*	margin-left: 10%;   */
	list-style-type: none;
	text-align: center;
}
input {
	margin-left: 5%;
}
ul {
	margin-left: 5%;
	margin-right: 5%;
	padding: 5px 0;
	font-size: 12px;
/*	background-color: #dbdbdb; */
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	border: 1px solid transparent;
	padding: 18px 0;
	border-radius: .25rem;
	margin: 8px 0;
}
p {
	padding: 2px 0;
}
input[type=text] {
	width: 100%;
	padding: 10px 20px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 2px solid #ccc;
	text-align: center;
}
input[type=text]:focus {
	border: 2px solid #555;
}
button {
  border-radius: 24px;
  background-color: #00f6ff;
  border: none;
  color: #000;
  text-align: center;
  font-size: 15px;
  padding: 10px 40px;
  width: 100%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px auto;
  text-transform: uppercase;
  margin-bottom: 30px;
}
button:hover {
        color: #fff;
        background-color:#00a2c2;
        font-weight: bold;
}
button:disabled {
        background-color: grey;
}

