body {
	min-width: 457px;
	width:100%;
	height:100%;
	font-family: "Helvetica Neue", "Open Sans", "Helvetica", "Apple Braille", "Verdana";
	text-align: center;
	line-height:1.4;
	margin:0;
	background-color: #e6e8e9;
	overflow-x: hidden;
}

.banner, .first, .dark, .light {
	font-size:22px;
	width:100%;
	display:block;
	margin: 0;
	overflow-x: hidden;
}

.banner {
	top:0px;	
	height:110px;
	background-color: #2878c8;
	background-image: url('images/logo.png');
	background-size: 157px 95px;
	background-repeat: no-repeat;
	z-index:1;
	color:#e6e8e9;
}

.first {
	background-color: #e6e8e9;
	color: #5B5A5B;
	z-index:0;
}


.dark {
	background-color: #5B5A5B;
	color: #e6e8e9;
	display: inline-table;
}

.light {
	color: #5B5A5B;
	background-color:#e6e8e9;
}

:target {
	top: -105px;
	display: block;
	position:relative;
	visibility: hidden;
}

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

a.menu:hover {
	text-decoration: underline;
}

a.contato {
	color: #2878c8;
	text-decoration: underline;
}

a.link {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 22px;
}

p2.bold {
	font-weight:bold;
}

p2 {
	display:inline;
}

span {
	font-size:10px;
	display:inline-block;
	margin: 20px 20px;
}

span.mkt {
	width: 200px;
	font-size: 18px;
	margin: 0 40px 20px 20px;
	display:inline-table;
}

span.big {
	width: 80%;
	font-size: 17.5px;
	list-style-type: lower-latin;
	text-align: left;
}

ul {
    text-align: left;
}

span.contato {
	font-size:18px;
	width: 50%;
}

.imgRight {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.imgRight2 {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
}

.imgLeft {
	float:left;
	margin-right: 40px;
	margin-bottom: 40px
}

.imgLeft2 {
	float: left;
	margin-right: 40px;
	margin-top: 20px;
}

table {
	margin-left: auto;
	margin-right: auto;
}

th, td {
	padding: 10px;
}

tr:nth-child(even){background-color:#f2f2f2}
tr:nth-child(odd){background-color:#cccccc}

th {
	background-color: #2878c8;
	color:white;
}

.pergunta {
	background-color: #777;
	border-radius: 10px;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 50%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 16px;
}

.resposta {
	padding: 0 10px;
	width: 50%;
	display: none;
	overflow: hidden;
	border-radius: 10px;
	background-color: #f1f1f1;
	text-align:center;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
}

/* @media depois de tudo */
@media screen and (max-width: 500px) {
	.imgLeft, {
		float: none;
		margin-bottom: 40px;
	}
	.imgLeft2 {
		float: none;
		margin-bottom: 40px;
	}
	.imgRight {
		float: none;
	}
	.imgRight2 {
		margin-left: auto;
		margin-right: auto;
	}
	.pergunta {
		width: 80%;
	}
	.resposta {
		width: 80%;
	}
}

@media screen and (max-width: 950px) {
	div.banner {
		background-image:none !important;
	}
	.banner {
		height: 135px;
	}
	span.mkt {
		margin: 20px;
	}
}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
	div.banner {
		background-image: url('images/logo@2x.png');
		background-size: 157px 95px;
	}
}
