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: 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong{
	font-weight: bold;
}
button{
	border: none;
	box-shadow: none;
	outline: none;
	background: none;
	font-size: 18px;
	line-height: 23px;
	padding: 4px 8px;
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button{
	font-family: Arial, Helvetica, "Lucida Grande", sans-serif;	
}

.hide{
	display: none;	
}

.visible{
	display: block;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clearfix{
	clear: both;
}
body{
	background: url(../img/bg-pattern.jpg) repeat-x #000;
}
#mainwr{
	background: url(../img/bg.jpg) no-repeat;
	width: 1178px;
	height: 810px;
	position: relative;
}
div#sphere {
    position: absolute;
    top: 195px;
    left: 125px;
}
#footerwr{
    position: absolute;
    left: 0;
    right: 0;
    height: 210px;
    bottom: 0;
}
#logo{
	width: 145px;
	height: 22px;
	display: inline-block;
	background: url(../img/logo.png) no-repeat;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	position: absolute;
	top: 40px;
    left: 47px;
}
.title{
	width: 511px;
	height: 89px;
	display: inline-block;
	background: url(../img/titulo.png) no-repeat;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;	
    margin-bottom: 20px;
}
.text {
    width: 540px;
    position: absolute;
    right: 15px;
    top: 44px;
}
.text > p{
	font-family: helvetica, arial, sans-serif;
	-webkit-fontsmothing:antialiased;
	color:#000;
	line-height: 1.1em;
	font-size: 14px;
	margin-bottom: 20px;
}
#footerwr{
	font-size: 11px;
	color: #ccc;
}
h3{
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
}
#footerwr a{
	color: inherit;
}
#footerwr p{
	line-height: 1.2em;
}
#footerwr .col1{
    margin-top: 20px;
    width: 294px;
    display: inline-block;
    padding-right: 30px;
    margin-right: 20px;
    border-right: 1px solid #ccc;
}
#footerwr .col2{
	margin-top: 20px;
	width: 210px;
	display: inline-block;
}
/* tablets standard */
@media only screen and (max-width: 768px){
	body{
		background-color: #fff;
	}
	#mainwr{
		width:100vw; 
	}
	.title{
		background-size: 85%;
	}
	.text {
	    position: static;
	    width: 70%;
	    margin: 0 auto;
	    padding-top: 840px;
	}
	#footerwr{
		position: static;
	    padding-bottom: 40px;
	    background-color: #000;
	}
	#footerwr .colswr {
	    width: 70%;
	    margin: 0 auto;
	}
	#footerwr .col1 {
    	width: 60%;
	}
	#footerwr .col2 {
    	margin-top: 20px;
    	width: 30%;	
	}
}
/* tablets < 767 */
@media only screen and (max-width: 760px){ 
	#footerwr{
		padding-bottom: 180px;
	}
	#footerwr .col1 {
	    width: 100%;
	    padding: 0;
	    margin: 30px 0;
	    border-right: none;
	    border-top: 1px solid #ccc;
	    padding-top: 20px;
	}	
	#footerwr .col2 {
    	width: 100%;
	}
}