html, body
{
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.3rem;
}

h1, h2, h3
{
	font-size: 1.6rem;
	line-height: 1.8rem;
}
h1
{
	font-weight: bold;
}
h3
{
	line-height: 1.5rem !important;
}

.container
{
	max-width: 800px;
}

footer, footer a
{
	color: #999;
	font-size: .8rem;
	line-height: 1rem;
	text-decoration: none;
}

strong.cve, strong.cvo
{
	color: #fff !important;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	white-space: nowrap;
	padding: 0 10px;
}
strong.cve
{
	background-color: #34bf49;
}
strong.cvo
{
	background-color: #ea4335;
}
.modal b
{
	white-space: nowrap;
}

.botao, .botao:hover
{
	cursor: pointer;
	background-color: #44c767;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	color: #006400;
	font-size: .8rem;
	line-height: 1rem;
	text-decoration: none !important;
	padding: 1rem;
}
.botao .text-uppercase, .modal .botao
{
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 2.3rem;
	text-shadow: 1px 1px 0px #2f6627;
}
.modal .botao
{
	font-size: 1.8rem;
	line-height: 1.8rem;
}
.botao:hover
{
	background-color: #2c9f45;
	color: #fff;
}
.botao:active
{
	position: relative;
	top: 1px;
}

.fx1
{
	background: #f1f1f1;
	color: #000;
}
.fx2
{
	background: #000;
	color: #fff;
}

#perguntas
{
	text-align: justify;
}
#perguntas dt
{
	font-weight: bold;
	margin-top: 1rem;
}

.cve
{
	color: #34bf49;
}
.cvo
{
	color: #ea4335;
}

.pulsar
{
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse
{
	0%, 100% { transform: scale(.9); opacity: .9; }
	50% { transform: scale(1); opacity: 1; }
}
@-webkit-keyframes pulse
{
	0%, 100% { -webkit-transform: scale(.95); opacity: .7; }
	50% { -webkit-transform: scale(1); opacity: 1; }
}

@media (min-width: 768px)
{
	html, body
	{
		font-size: 1.2rem;
		line-height: 1.5rem;
	}

	h1, h2
	{
		font-size: 2.2rem;
		line-height: 2.4rem;
	}

	footer, footer a
	{
		font-size: .75rem;
		line-height: .9rem;
	}

	.botao, .botao:hover
	{
		padding: 1.5rem 2.5rem;
	}
	.botao .text-uppercase
	{
		font-size: 2rem;
		line-height: 2rem;
	}
}

#comentarios
{
	font-family: arial;
	background-color: #f6f7f9;
	font-size: 14px;
	text-align: left;
	padding: 10px 10px 0;
}
.titulo
{
	border-bottom: 1px solid #e9ebee;
	display: block;
	padding-bottom: 6px;
}
.perfil
{
	display: block;
	padding: 10px 0;
	line-height: 20px;
}
.perfil p
{
	margin: 0;
	padding: 0;
}
.perfil img
{
	width: 60px;
	height: 50px;
}
.perfil .nome
{
	color: #365899;
	font-weight: bold;
}
.nome img
{
	float: left;
	padding-right: 10px;
}
.info
{
	font-size: 11px;
	color: #90949c;
}
.info span
{
	color: #4267b2;
	text-decoration: none;
}
.resp
{
	border-left: 1px solid #e9ebee;
	margin-left: 50px;
	padding: 0 0 0 9px;
}