@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,800,300);
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;
}
/* HTML5 display-role reset for older browsers */
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;
}

body {
	font-family: 'Open Sans', sans-serif;
	background: #fff;
}

h1 { color: #0c5987; font-family: 'Open Sans', sans-serif; font-size: 34px; font-weight: 300; line-height: 40px; margin: 15px 15px 16px; border-left: 8px solid #f0f0f0; padding-left: 10px;}

h2 { color: #0c5987; font-family: 'Open Sans', sans-serif; font-size: 24px; font-weight: 300; line-height: 32px; margin: 15px 15px 14px; border-left: 8px solid #f0f0f0; padding-left: 10px;}

p { color: #222; font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; line-height: 24px; margin: 0 0 10px; text-align: justify; padding: 5px 10px;}

a { background: #fff; color: #222; text-decoration: none; }

a:hover { background: #F90B6D; color: #eee; text-decoration: none; }


.header{
	width: 100%;
	background: #f0f0f0;
}

.logo {
	background: url('logo.png') left top no-repeat;
	background-size: 180px;
	height: 56px;
}

@media screen and (max-width: 800px) {
	.hide-mobile {
		visibility: hidden;
	}
    .container {
        width: 90% !important;
    }
    span.highlight {
		color: #222 !important;
		background: #fff !important;
		font-weight: bold;
		padding: 0px !important;
	}
	.keywords {
		display: block !important;
		width: 80% !important;
		margin: 10px 0px;
	}

}

.container {
	width: 800px;
	padding: 20px;
	margin: auto;
}

span.highlight {
	background: #359ad6;
	color: #fff;
	padding: 2px 4px;
}

.contador {
	background: #0c5987;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.contador .contagem {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contagem small {
	font-size: 20px;
}

.btn {
	float: right;
	margin-top: 10px;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #0c5987);
  background-image: -moz-linear-gradient(top, #3498db, #0c5987);
  background-image: -ms-linear-gradient(top, #3498db, #0c5987);
  background-image: -o-linear-gradient(top, #3498db, #0c5987);
  background-image: linear-gradient(to bottom, #3498db, #0c5987);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 1px 1px 3px #666666;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #0c5987;
  text-decoration: none;
}

.clientes {
	background: url('clientes.png') no-repeat;
	background-size: 100%;
	height: 86px;
	width: 100%;
	margin-bottom: 10px;
}

.keywords {
  background: #fff;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #0c5987;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 18px 8px 18px;
  width: 182px;
  text-decoration: none;
  display: inline;
}

.analytics {
	width: 100%;
	min-height: 240px;
	background: url('back_analytics.png') center no-repeat;
}

#scroller {
    position: relative;
    width: 780px;
    height: 80px;
    margin: 0 auto;
}
#scroller .innerScrollArea {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#scroller ul {
    padding: 0;
    margin: 0;
    position: relative;
}
#scroller li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
}
