/*********************************************************************
*  =Reset
*
*  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
*  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
*  html5doctor.com/html-5-reset-stylesheet/
*********************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li, a,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }


/*********************************************************************
*  =Helpers
*********************************************************************/

/* Clearfix semântico */
.group { zoom: 1; }
.group:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/*********************************************************************
*  =Definições principais
*********************************************************************/

body {
	background: #e0f4fc;
  font: normal normal 14px/21px 'Open Sans', sans-serif;
  color: #5e5e5e;
}

h1, h2 {
  font-style: normal;
  font-weight: normal;  
}

h1 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 16px;
  font-family: 'Playfair Display', serif;
  color: #29a2d7;
}

h2 {
  font-weight: bold;
   font-size: 2em;
  line-height: 1.5em;
  font-family: 'Playfair Display', serif;
  color: #29a2d7;
  margin-bottom: 22px;
  	text-transform: uppercase;
}

h2 ~ h2 {
  padding-top: 40px;
}

p {
  margin-bottom: 16px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-position: outside;
}

a { color: #28a0d4; }

input[type="text"],
input[type="search"],
input[type="email"],
textarea {
  background: #fff;
  border: 1px solid #263640;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2) inset;
  color: #263640;
  font: normal normal 16px/1em "cabin", sans-serif;
  padding: 6px 10px 5px;
  margin: 0;
}

img {
	width: 90%;
}

.small-label-image {
	width: 100%;
	font-size: 11px;
	text-align: center;
}

hr {
	border: 0px;
	border-top: 1px dotted #999999;
	margin: 80px 0 50px 0;
}

/*********************************************************************
*  =Layout
*********************************************************************/
.content {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.header {
	background: #28a0d4 url('../images/bg-header.jpg');
	height: 200px;
	border-bottom: 2px solid #146c9f; 
}

/*
*  =Menu Navegação
**********************************/
.navegation {
	width: 400px;
	margin: 60px auto 20px auto;
	display: block;
	background: #ffffff;
	padding: 4px 16px 13px 16px;
	text-align: center;
	-webkit-border-radius: 6px;
		 -moz-border-radius: 6px;
					border-radius: 6px;
	-moz-opacity: 0.70;
			 opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);

}

.navegation .item {
	text-decoration: none;
	padding-bottom: 5px;
	margin: 0 10px;
	color: #464646;
	border-bottom: 2px solid #464646;
}

.navegation .item.active,
.navegation .item:hover {
	color: #29a3d7;
	border-bottom: 2px solid #29a3d7; 
}

h1.header-title-event {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	color: #ffffff;
	font-size: 2em;
	line-height: 1.2em;
	padding-top: 20px;
	margin-bottom: 0px;
	position: relative;
	z-index: 5;
}

h2.header-subtitle-evnet {
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	color: #142b54;
	font-size: 1.8em;
	position: relative;
	z-index: 5;
	text-transform: none;
}


@-webkit-keyframes moveheader {from {top: -100px; opacity: 0} to {top: 0px; opacity: 10}}
@keyframes moveheader {from {top: -100px; opacity: 0}to {top: 0px; opacity: 10}}

.image-header {
	background: url('../images/image-header.png') no-repeat top right;
	background-size: 85%;
	width: 874px;
	height: 325px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
    -webkit-animation: moveheader 5s 1;
    -webkit-animation-delay: -2s;
    animation: moveheader 5s 1;
    animation-delay: -2s;
}

.section-one {
	margin: 130px auto 50px auto;
}

.section-image {
	width: 35%;
	margin-right: 80px;
	margin-left: -12px;
	float: left;
	text-align: center;
}

.section-content {
	width: 55%;
	float: left;
}

.apoio-content {
	margin-bottom: 40px;
	display: block;
}

.apoio-item-image {
	width: 90px;
	padding: 12px;
}

.apoio-item-text {
	text-align:center;
	margin-top: 15px;
	font-size: 13px;
}

.apoio-item {
	background: #ffffff;
	list-style: none;
	display: inline-block;
	width: 110px;
	height: 110px;
	border: 8px solid #c3c3c3;
	margin: 0 2px;
	vertical-align: top;
}

.footer {
	text-align: center;
	border-top: 1px solid #5e5e5e;
	padding: 10px 0;
}