*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
 }

html,
body {
  font-size: 100%;
  }

body {
  background: white;
  color: #eb2222;
  padding: 0;
  margin: 0;
  font-family:helvetica, tahoma;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative; }

a {
	color: #eb2222;
}

a:hover {
	color: #cc0000;
}

a:focus {
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	padding: 5px 0;
	margin-left: 20px;
	list-style: none;
}

h2 {
	font-size: 16px;
	margin: 20px 0 0 0;
}

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%;
  }

header {background-color:#c32427;padding:20px 40px}
header .logotipo {float:left;}
header .frase-direita {float:right;width:50%;text-align:right}

/* Grid HTML Classes */
#container {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0 0 50px 0;
  *zoom: 1;
}

.row {
	float:left;
  width: 100%;
  margin:0 
}

footer {background-color:#c32427;padding:5px 40px 5px 50px;color:#fff}
footer p {text-transform:uppercase;}
.size-1 {font-size:22px}
.size-2 {font-size:25px}

.titulo-principal {
	background-color:#c32427;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	color:#fff;
	border-radius:5px;
	font-size:19px;
	padding:10px 5px;
	display:block;
	max-width:400px;
	text-align:center;
	-webkit-box-shadow:3px 3px 8px 1px rgba(0, 0, 0, 0.2);
	box-shadow:3px 3px 8px 1px rgba(0, 0, 0, 0.2);
}

.form {margin:0;}
.form input[type="text"]{
	padding:5px 3px 5px 3px;
	font:20px tahoma, arial;
	border:1px solid #ccc;
	color:#aaa;
	max-width:300px;
  float:left;
	}
	
.button {
	border:none;
  cursor: pointer;
  line-height: 1;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  margin-left:5px;
	padding:10px 30px;
  font-size: 1em;
  background-color: #eb2222;
  color: white; 
   }
  
.button:hover, .button:focus, .button:hover, .button:focus {
  background-color: #cc0000; }	
  
.baixar-certificado {
	background: rgba(255,255,255,0.9);  
	margin:30px 0;
	padding: 10px;
	border:1px solid #eee;
	color:#666;
}

.evento-nome {
	background: #f0f0f0;
	font-weight: bold;
	margin: 50px 0 10px 0;
	padding: 10px;
}

@media screen and (max-width: 630px) {
	.size-1 {font-size:17px}
	.size-2 {font-size:19px}
}  
  
@media screen and (max-width: 524px) {
	.size-1 {font-size:15px}
	.size-2 {font-size:17px}
	header, footer, section {padding-left:10px; padding-right:10px}
	header .logotipo {width:45%}
	header .frase-direita {width:35%}
	.baixar-certificado {font-size:13px}
	.button {margin:20px 0px 0px 0px}
}  

@media screen and (max-width: 345px) {
	.size-1 {font-size:12px}
	.size-2 {font-size:13px}
	.button {clear:left;float:right;margin-top:20px}
	form input[type="text"] {width: 100%}
}  