/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
html{
	height: 100%;
}
html{
	background: url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body{
	text-align: center;
	font-family: sans-serif;
	color: #444;
	height: 100%;
	padding: 0px 40px;
}
a, a:visited{
	color: #000;
}
img{
	display: inline-block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}
.logo{
	padding: 110px 0px 80px 0px;

}
.button{
	display: block;
	width: 131px;
	height: 39px;
	margin: 18px auto 0px auto;
	background-image:url(button.png);
	text-indent: -9999px;
	-webkit-transition: background 200ms ease;
	-moz-transition: background 200ms ease;
	-ms-transition: background 200ms ease;
	-o-transition: background 200ms ease;
	transition: background 200ms ease;
}
.button:hover{
	background-color: rgba(255,255,255,0.3);
}

.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after{clear:both}
.row,.clearfix{zoom:1}


.grid{margin:0 auto 110px auto;width:100%; max-width:1170px; position: relative; }

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.half{
	width: 50%; 
	float: left; 
	padding: 0px 80px 15px 10px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.half.last{
	padding: 0px 10px 15px 80px;
	border-right: none;
}

.half h2{
	font-size:18px;
	font-weight:bold;
	color:#5a75a7;
	text-align:left;
	margin:0 0 22px 0;
	text-transform:uppercase;
}

.chamada{
	text-align:left;
}

.chamada h3{
	font-size:18px;
	font-weight:bold;
	color:#ea0031;
	margin:0 0 20px 0;
	text-transform:uppercase;
}

.chamada p{
	font-size:13px;
	margin:0 0 20px 0;
	line-height:1.3;
	color:#313131;
}

.chamada hr{
	border-width:1.5px;
	border-color:#d7d7d7;
	border-style:solid;
	margin:30px 0 50px 0;
}

.botao {
    background-color: #b72c49; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
}

.botao a{
	color:#ffffff;
	text-decoration:none;
}

.botao1 {font-size: 12px;}


@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px){
	.half, .half.last{
		width: 100%;
		padding: 15px 15px 80px 15px;
		border: none;
	}
	.grid{margin:0 auto 30px auto;}

}
