/*

CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2. CONTENT
3. MEDIA QUERIES

/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
body {
	background:#fff;
	font:13px/20px 'Open Sans', Arial, sans-serif;
	color: #333;
	-webkit-font-smoothing: antialiased !important;
}
/** Typography **/
.titulo-top {
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	padding-bottom: 10px;
	margin: 0 0 10px 0;
  	font-family: inherit;
 	font-weight: bold;
 	line-height: 20px;
 	color: inherit;
  	text-rendering: optimizelegibility;
  	font-family: 'Open Sans', Arial, sans-serif;
}
.main-title {
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	color:#fff;
}
.main-title .titulo-top{
	font-size:44px;
	line-height:40px;
	margin-top:60px;
	font-weight:700;
}
.main-title p {
	font-size:26px;
	font-weight:500;
	margin-top:-5px;
	text-align:center;
}


#footer_logo{
  text-align:center;
  margin:-40px 0 0 80px;
}

.powered_by{
	float:right;
}

#report{
	padding: 72px 0px 20px 60px;
}

/** Header ==================== **/
#top-area {
	background-color: #3f718d;
	height: 500px;
}
header {
	padding:10px 0;
	width:100%;
	background:url("../images/line_header.png") repeat-x left bottom;
}

#main { padding-bottom:60px; }



/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/

/** Form area ============================= **/
#top-wizard {
	text-align: center;
	background-color: #7fc3ea;
	border-bottom: 1px solid #3f718d;
	position: relative;
	text-transform: uppercase;
	font-size: 11px;
	height: 120px;
}
.disc-container{
	margin-top: -450px;
}
.disc-img-div {
	text-align: center;
}
.disc-img {
	position: relative;
	z-index: 8001;
}
#survey_container {
	margin-top: -120px;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	margin-bottom: 60px;
	z-index: 9;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.ie8 #survey_container {
	background-color:#fff;
	border:1px solid #ddd;
	 margin-top:-300px;
	 margin-bottom:60px;
	 z-index:9;
	 position:relative;
}
.row2 {
	margin-top: 30px;
}
.inline-div img{
	width:100%;
}
.inline-div {
	display: inline-block;
	float: left;
}
.btn-div {
	text-align: center;
	margin-top: 20px;
}
#bottom-wizard {
	/* text-align: center; */
	padding: 15px 120px;
	border-top: 1px solid #3f718d;
	background-color: #7fc3ea;
}

#linha_bts{
	width: 100%;
	margin: 0px auto;
}

ul {
	text-align: center;
}

ul li{ 
	display: block;
	height: 75px;
	position: relative;
}

