	html, body
	{
		height: 100%;
	}
	
	body
	{
	margin: 0px;
	padding: 0px;
	background-color: #00418E;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12pt;
	font-weight: 400;
	color: #00418E;
	}
	
	h1
	{
	margin: 0;
	padding: 0;
	color: #002851;
	font-style: normal;
	font-weight: 700;
	font-size: 2em;
	}
	
	h2, h3
	{
	margin: 0;
	padding: 0;
	color: #002851;
	font-style: normal;
	font-weight: 300;
	font-size: 1.5em;
	}
	
	p, ol, ul
	{

	}
	
	ol, ul
	{
		padding: 0;
		list-style: none;
	}
	
	p
	{
	color: #002851;
	text-align: justify;
	}
	
	a
	{
	color: rgba(255,255,255,1);
	}
	
	a:hover
	{
	color: rgba(255,255,255,1);
	font-weight: 700;
	font-size: large;
	}
	
	a.linque1
	{
	color: #002851;;
	}
	
	.container
	{
	width: 1200px;
	margin: 0px auto;
	}
	
	.containerServ
	{
	width: 1200px;
	margin: 0px auto;
	text-align: center;
	}
	
	.containerCont
	{
	width: 1200px;
	margin: 0px auto;
	text-align: center;
	}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

	.image
	{
		display: inline-block;
	}
	
	.image img
	{
		display: block;
		width: 100%;
	}
	
	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 0 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}
	
	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}



/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

	ul.contact
	{
	overflow: hidden;
	text-align: center;
	background-color: #00418E;
	color: #000000;
	font-weight: bolder;
	font-size: 20pt;
	}
	
	ul.contact li
	{
	display: inline-block;
	padding: 0em 0.30em;
	font-size: 24px;
	color: #000000;
	font-style: normal;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-weight: bold;
	}
	
	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}
	
	ul.contact li a
	{
		color: #FFFFFF;
	}
	
	ul.contact li a:before
	{
		display: inline-block;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 2em;
		color: rgba(255,255,255,.3);
	}

/*********************************************************************************/
/* Major Styles                                                                  */
/*********************************************************************************/

	.major
	{
	overflow: hidden;
	text-align: center;
	background-color: #00418E;
	}
	
	.major h2
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 3em;
		font-weight: 700;
		color: #3f3f3f;
	}

	.major .byline
	{
		display: block;
		padding-top: 0.2em;
		font-weight: 300;
		font-size: 2em;
	}

/*********************************************************************************/
/* Title Styles                                                                  */
/*********************************************************************************/

	.title
	{
		text-align: center;
	}
	
	.title h2
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-weight: 700;
		color: #3f3f3f;
	}

	.title .byline
	{
		display: block;
		padding-top: 1em;
		font-weight: 300;
		font-size: 1.1em;
	}


/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin: 1em 0em;
		padding: 1em 3em 1em 3em;
		background: #0643AA;
		border-radius: 8px;
		letter-spacing: 0.20em;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 0.90em;
		color: #FFFFFF;
	}
	
	.button:before
	{
	}
		
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		background: #00418E;
	}

/*********************************************************************************/
/* Cabecalho-marca                                                                         */
/*********************************************************************************/

	#logo
	{
	padding-top: 3em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 3em;
	background: #FFFFFF;
	text-transform: uppercase;
	}

	#logo h1
	{
	text-align: center;
	font-weight: 900;
	font-size: 2.5em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	#logo h1 a
	{
	}

	#logo span
	{
	padding: 0em 0em 0em 0em;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	color: #002851;
	}
	
	#logo h1:before
	{
		
	}
	
	#logo a 
	{
		color: #0643AA;
	}


/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu ul
	{
		margin: 0;
		padding: 20px 0px 20px 0px;
		list-style: none;
		line-height: normal;
		text-align: center;
	}
	
	#menu li
	{
		display: inline-block;
	}
	
	#menu a
	{
		display: block;
		padding: 1em 2em;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1em;
		font-weight: 700;
		color: #FFFFFF;
	}
	
	#menu .current_page_item a
	{
		border-radius: 30px;
		border: 1px solid;
		border-color: rgba(255,255,255,.2);
	}
	
	#menu a:hover
	{
	}


/*********************************************************************************/
/* Fundo Conteudo                                                                          */
/*********************************************************************************/

	#page-wrapper
	{
	background: #FFFFFF;
	text-align: center;
	}

	#page
	{
	overflow: hidden;
	padding-top: 2em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 5em;
	min-height: 390px;
	}
	
	#pageServ
	{
	overflow: hidden;
	padding-top: 2em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 5em;
	color: #002851;
	position: relative;
	width: 100%;
	min-height: 520px;
	}
	
	#pageCont
	{
	overflow: hidden;
	padding-top: 2em;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 3.5em;
	position: relative;
	width: 100%;
	min-height: 420px;
	}

/*********************************************************************************/
/* Conteudo                                                                      */
/*********************************************************************************/

	#content
	{
	float: left;
	width: 588px;
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
	}
	
	#content .title
	{
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 1em;
	text-align: center;
	}
	
	#content .titleServ
	{
		padding: 0.8em 2em 1em 2em;
		text-align: center;
	}
	
	#content h2
	{
	font-size: 2em;
	color: #002851;
	}
	
	#content .byline
	{
	padding-top: 0;
	font-size: 1.5em;
	color: #002851;
	text-align: center;
	}
	
	#contentCont
	{
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
	float: left;
	width: 600px;
	}
	
	#contentCont2
	{
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	}
	
	#contentServ
	{
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	text-align: center;
	margin-left: 6px;
	margin-right: 6px;
	float: left;
	width: 860px;
	}
	
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
		float: right;
		width: 588px;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}

/*********************************************************************************/
/* Origem                                                                    */
/*********************************************************************************/

	#copyright
	{
	overflow: hidden;
	padding-right: 0em;
	padding-left: 0em;
	background-color: #00418E;
	}
	
	#copyright p
	{
	letter-spacing: 0.20em;
	text-align: left;
	font-size: 0.7em;
	color: #FFFFFF;
	font-style: normal;
	}
	
	#copyright a
	{
		text-decoration: none;
		color: #8C8C8C;
	}



/*********************************************************************************/
/* Redes Sociais Inferior                                                                    */
/*********************************************************************************/

	#portfolio-wrapper
	{
		padding: 8em 0em 6em 0em;
	}
	
	#portfolio
	{
		overflow: hidden;
		text-align: center;
	}
	
	#portfolio .major h2,
	#portfolio .major .byline
	{
		color: rgba(255,255,255,0.9);
	}
	
	#portfolio img
	{
		margin: 0;
		padding: 0;
	}
	
	#portfolio .box
	{
		padding: 30px;
		background: #FFFFFF;
		border-radius: 0px 0px 8px 8px;
		border-right: 1px solid #DADADA;
		border-left: 1px solid #DADADA;
	}

	#contact .major h2,
	#contact .major .byline
	{
	color: rgba(255,255,255,0.9);
	font-weight: 700;
	font-size: large;
	}

/*----------------------------------------*/
/*----- 21. Contact Form -----*/
/*----------------------------------------*/
input, textarea {
	padding: 4px;
	border: 1px solid #E5E5E5;
	width: 200px;
	color: #999999;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px;		
}

textarea {
	width: 400px;
	height: 130px;
	max-width: 400px;
	line-height: 17px;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: 1px solid #C9C9C9;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
}

.form label {
	margin-bottom: 4px;
	color: #999999;
        display: block;
}

.submit input {
	width: 100px; 
	height: 40px;
	background-color: #00418E; 
	color: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;		
}
