html { 
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;

}

.container {
	background: url(../img/light-circle.png) no-repeat center top;
	margin-left: auto;
	margin-right: auto; 
	max-width: 800px;
}

.logo_container{
	margin-left: auto;
	margin-right: auto;
	padding-top: 103px;
	max-width: 280px; 
}

.container_marcas{
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	height: 210px;
	max-width: 560px;
}

.cl{
	background: url(../img/lb_logos.png) no-repeat;
	float:left;
	height: 210px;
	margin-left: 10px;
	width: 173px;
}

.pdm{
	background: url(../img/mb_logos.png) no-repeat;
	float:left;
	height: 210px;
	margin-left: -10px;
	margin-top: 48px;
	width: 200px;
}

.et{
	background: url(../img/rb_logos.png) no-repeat;
	float:left;
	height: 210px;
	margin-left: 10px;
	width: 173px;
}
.cl_logo{
	margin-top: 90px;
	text-align: center;
	}

.pdm_logo{
	margin-top: 105px;
	margin-left: 13px;
	text-align: center;
}

.et_logo{
	margin-top: 90px;
	text-align: center;
}

.copy {
	clear: both; 
	color: #FFF; 
	font-style: italic;
	padding-top: 40px;
	text-align: center;
}

.innova-logo {
	text-align: center;
}

@media only screen and (max-width: 600px) {

.container {
	background: url(../img/light-circle-m.png) no-repeat center top;
}

.logo_container{
	margin-bottom: 110px;
}

.cl{
	background: none;
	float:none;
	height: 64px;
	margin-left: auto;
	margin-right: auto;

}

.pdm{
	background: none;
	float:none;
	height: 114px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;

}
.et{
	background: none;
	float:none;
	height: 64px;
	margin-left: auto;
	margin-right: auto;

}

.cl_logo{
	margin-top: 0px;
	}

.pdm_logo{
	margin-top: 0px;
	margin-left: 0px;
}

.et_logo{
	margin-top: 0px;
}

}