html, body {
    height: 100%;
    -webkit-text-size-adjust: none;
}

* {
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	background: #fff;
	font: 14px Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;
	line-height: 1;
	color: #58595b;
	height: 100%;
	text-align: center;
}

a {
    color: #007dd0;
	text-decoration: none;
	cursor: pointer;
     -moz-transition: all .2s; 
     -webkit-transition: all .2s; 
     -o-transition: all .2s;
     transition: all .2s;
}

.left { float: left; }
.right { float: right; }

.content {
	clear: both;
	width: 100%;
	text-align: left;
	padding: 0 -webkit-calc((100% - 960px)/2);
	padding: 0 -moz-calc((100% - 960px)/2);
	padding: 0 calc((100% - 960px)/2);
	overflow-x: hidden;
}


header {
	border-top: 7px solid #28557C;
	width: 100%;
	overflow: hidden;
	/*position: fixed;*/
	top: 0;
	z-index: 1000;
}

@media screen and (max-width: 900px) {
	header { position: absolute; }
}

	header .logo {
		background: transparent url('../imagens/logo_bg.png') no-repeat right;
		height: 103px;
		width: 45%;
		float: left;
		z-index: 1000;
	}

		header .logo img {
			float: right;
			margin-top: 7px;
			margin-right: 170px;
		}


	header nav {
		display: block;
		float: left;
		text-align: left;
		margin-left: -90px;
		position: relative;
		width: -webkit-calc(55% + 90px);
		width: -moz-calc(55% + 90px);
		width: calc(55% + 90px);
	}

	@media screen and (max-width: 900px) and (min-width: 350px) {
		header .logo { width: 100%; }
		header nav { width: 100%; }
	}

	@media screen and (max-width: 350px) {
		header .logo { width: 130%; }
	}






	@media only screen and (min-width : 900px) {
		header nav ul {
			margin-top: 25px;
		}

		header nav ul li {
			float: left;
			height: 40px;
		}


		/*header nav ul li:last-child {
			border-right: 2px solid #000;
			padding-right: 10px;
		}*/

			header nav ul li a {
				color: #fff;
				display: block;
				background: #28557C;
				margin: 7px 4px;
				padding: 5px 10px;
				text-transform: uppercase;
			}

			header nav ul li a:hover,
			header nav ul li a.selected {
				background: #00579b;
			}

		header nav .facebook {
			margin: 5px 0 0 10px;
			float: left;
		}


	}

	header nav a#pull {
		display: none;
	}

	@media only screen and (max-width : 900px) {

		header nav {
			margin-left: 10px;
			margin-top: -45px;
			position: relative;
			z-index: 2000;
		}


			header nav ul {
				display: none;
				height: auto;
				width: 160px;
				background: #fff;
				padding: 5px 0;
				margin: 5px 0;
			    border: 1px solid #bbb;
			    border-radius: 4px;
			    -moz-border-radius: 4px;
			    -webkit-border-radius: 4px;
			    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
			    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
			    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
			}

			header nav ul li {
				clear: both;
				position: relative;
			}

				header nav ul li a {
					color: #58595b;
					display: block;
					font-weight: bold;
					padding: 8px 10px;
					text-transform: uppercase;
				}

				header nav ul li a:hover,
				header nav ul li a.selected {
					color: #00579b;
				}


			header nav a#pull {
				color: #fff;
				width: 80px;
				background: #28557C;
				margin: 30px 4px 10px;
				padding: 5px 10px;
				text-transform: uppercase;

				font-weight: bold;
			     display: block;
			     position: relative;
			     padding-right: 0;
			}

			header nav a#pull:hover,
			header nav a#pull.selected {
				background: #00579b;
				color: #fff;
			}

			header hgroup .search {
				clear: both;
			}

			header nav .facebook img {
				position: absolute;
				top: 26px;
				left: 100px;
			}

		} 




#banner {
	background: #002b5c url('../imagens/banner_home.png') repeat center;
	width: 100%;
	height: 400px;
	text-align: center;
	overflow: hidden;
     -moz-transition: all .2s; 
     -webkit-transition: all .2s; 
     -o-transition: all .2s;
     transition: all .2s;
}

@media screen and (min-width: 1500px) {
		#banner { height: 400px; }
		#banner img.fundo { width: 100%; }
}

@media screen and (max-width: 1500px) and (min-width: 1300px) {
		#banner {height: 300px; }
		#banner img.fundo { width: 100%; }
}

@media screen and (max-width: 1300px) and (min-width: 700px) {
		#banner { height: 250px; }
		#banner img.fundo { width: 100%; }
}


@media screen and (max-width: 700px) {
		#banner {height: 250px; }
		#banner img.fundo { height: 100%; }
}

#banner .logo {
	position: absolute;
	text-align: center;
	width: 100%;
	padding-top: 100px;
}

@media screen and (min-width: 1500px) {
		#banner .logo img { max-height: 290px; }
}

@media screen and (max-width: 1500px) and (min-width: 1300px) {
		#banner .logo img {  max-height: 190px; }
}

@media screen and (max-width: 1300px) {
		#banner .logo img {  max-height: 140px; }
}


	#banner .logo img { }


#banner.index {
	height: 100%;
	text-shadow: 0 -2px 0px #000;
	line-height: 150%;
	color: #fff;
	display:table;
	font-size: 4em;
	letter-spacing: -2px;
	word-spacing: -2px;
}

#banner.index p {
	top: 35%;
	position: absolute;
}

	@media screen and (max-width: 700px) {
		#banner.index  {
			font-size: 2.5em;
		}
	}




.paginacao {
	position: absolute;
	left: 44.7%;
	margin-top: -12px;
}


		.paginacao a {
			color: #555;
			display: block;
			background: #eee;
			font-size: 0.7em;
			margin: 0 3px;
			float: left;
			cursor: pointer;
			border: 4px solid #fff;
			padding-top: 10px;
			text-align: center;
			width: 25px;
			height: 25px;
			text-transform: uppercase;
			border-radius: 20px;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
		}

		.paginacao a:hover { background: #ccc; }
		.paginacao a.selected { background: #0063b1; }

/*
* Página Inicial
*/
.icon_grids{
	background:#fff;
}
.icon_gridsHome{
	background-color:#ccc;
}
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_3{
	display:inline-block;
	float:left;
	margin: 2% 2%;
	background-color:#f1f1f1;
}
/*.grid_1_of_3:first-child { 
	margin-left:0px; 
} */
.images_1_of_3 {
	/*width:29%;*/
	width:29%;
	padding:1.5%;
	/*border:1px solid #EEE;*/
	text-align:center;
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
}
.grid_icon{
	/*border-radius:4em;
	-webkit-border-radius:4em;
	-moz-border-radius:4em;
	-o-border-radius:4em;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);
	-o-box-shadow: 0px 0px 10px rgba(119, 119, 119, 0.25);*/
	display: inline-block;
	/*background:#FF0033;
	cursor:pointer;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;*/
	border:#28557C solid 2px;
	background-color: #28557C;
	width:100%;
}
/*.grid_icon:hover{
   background:#232322;
}*/
.images_1_of_3  h2{
	color:#28557C;
	font-weight:bold;
font-size: 1.5em;
	padding:5px 0px;
	text-transform:capitalize;
	text-align:left;
	
}
.images_1_of_3  h3{
	color:#000;
	font-weight:bold;
font-size: 0.9em;
	padding:5px 0px;
	text-align:left;
	
}
.images_1_of_3  p{
	/*font-size: 0.85em;*/
	font-size: 0.9em;
	color:#333;
	line-height: 1.8em;
	padding: 3px 0px;
	text-align:left;
	width:90%;
	margin:0;
}
.images_1_of_3 li{
	/*font-size: 0.85em;*/
	font-size: 1em;
	color:#333;
	padding: 5px 0px;
	text-align:left;
	text-transform:none;
}

 .button{
	margin-top:15px;
}
.button a{
		background:#323232;
		padding:5px 2px;
		color: #FFF;
		display:block;
		font-size: 0.8em;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-moz-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		text-transform: uppercase;
		border:#FFF solid 1px;
		width:25%;
}
.button a:hover{
	    background:#000;
	    color:#FFF;
}

/*
 * Página Sobre nós
 */
.content.about { background: transparent url('../imagens/bg_about.png') no-repeat -webkit-calc(100%/2 + 800px) center; } 
.content.about { background: transparent url('../imagens/bg_about.png') no-repeat -moz-calc(100%/2 + 800px) center; } 
.content.about { background: transparent url('../imagens/bg_about.png') no-repeat calc(100%/2 + 800px) center; } 
/*.content.about .text { max-width: 650px; }*/


/*
 * Página Seja Smart / Contato
 */
.content.contato .principal { width: 75%; float: left; }
.content.contato .lateral { width: 25%; float: left; text-align: right; padding-top: 50px; }

@media screen and (max-width: 700px) {
	.content.contato .principal,
	.content.contato .lateral { width: 100%; float: left; }

	.content.contato .lateral { text-align: center; }
}

.itens{
	padding:20px 0px;
}

.info {
	float: right;
	background: #f2f2f3;
	padding: 100px 30px 40px;
	width: 203px;
	margin: 0 0 30px 40px;
	font-size: 0.9em;
	line-height: 150%;
}

	.info img {
		margin-bottom: 20px;
	}

	.info p {
		margin-bottom: 10px;
	}

@media screen and (max-width: 500px) {
	.info { width: 100%; padding: 30px; margin: 0; text-align: center; }
}


.text {
	padding: 30px 10px;
	line-height: 180%;
	width: 100%;
}

	 h1.titulo {
		 margin-top:30px;
		margin-bottom: 15px;
		font-size: 2em;
		color: #28557C;
		line-height: 180%;
		text-transform: uppercase;
		letter-spacing: -2px;
		text-align:right;
	}

	.text h2 {
		text-transform: uppercase;
		font-size: 1.5em;
		margin-top: 50px;
		color: #333;
	}

	.text p,
	.text ul {
		margin-bottom: 20px;
		text-align:justify;
	}

	.text li {
		list-style-type: disc;
		list-style-position: outside;
		margin-left: 25px;
		margin-bottom: 5px;
	}


	.text .img {
		float:left;
		margin: 0px 0px 30px 20px;
	}

	@media screen and (max-width: 700px) {
		.text .img  {
			clear: both;
			width: 100%;
			text-align: center;
			margin-bottom: 0 auto;
		}
	}





.saibaMais a{
	padding: 20px 0;
}

#links {
	background: #f2f2f3;
	padding: 20px 0;
}


	#links .lateral {
		width: 20%;
		float: left;
		line-height: 150%;
		padding: 0 10px;
	}

	#links .menu {
		width: 80%;
		float: left;
		padding: 0 10px;
		font-size: 1.2em;
		padding: 8px 10px;
		text-align: right;
		letter-spacing: -1px;
		word-spacing: -1px;
		}

			#links .menu a {
				text-transform: uppercase;
				line-height: 200%;
				color: #58595b;
				padding: 0 10px;
			}
			.ativo{
				color: #f2f2f3;
				background: #fff;
			}

			#links .menu a:hover {
				color: #000;
			}

	@media screen and (max-width: 900px) {
		#links .lateral, #links .menu { width: 100%; text-align: center; font-size: 1em;}
	}


#links .idiomas {
		float: right;
		margin: 0 15px;
	}

		#links  .idiomas a {
			color: #555;
			display: block;
			background: #ddd;
			font-size: 0.7em;
			margin: 6px 3px;
			float: left;
			cursor: pointer;
			padding-top: 10px;
			text-align: center;
			width: 30px;
			height: 30px;
			text-transform: uppercase;
			border-radius: 20px;
			-moz-border-radius: 20px;
			-webkit-border-radius: 20px;
		}

		#links  .idiomas a:hover {
			background: #ccc;
		}


footer {
	background: #28557C;
	color: #fff;
	padding: 8px;
	font-size: 0.9em;
	text-align: center;
}

#contato { }

	#contato {
		float: left;
		width: 100%;
	}

		#contato p {
			font-size: 1.1em;
			line-height: 130%;
			margin-top: 50px;
			margin-bottom: 15px;
		}

		#contato textarea, 
		#contato input[type="email"],
		#contato input[type="text"] {
		    padding: 10px 10px 7px;
		    border: 1px solid #58585a;
		    width: 100%;
		    font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;;
		    font-size: 16px;
		    margin-bottom: 10px;
		    letter-spacing: -1px;
			word-spacing: -1px;
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;

		}

		#contato input[type="email"].left,
		#contato input[type="text"].left {
			float: left;
		    width: 49%;
		}

		#contato input[type="email"].right,
		#contato input[type="text"].right {
			float: right;
			width: 49%;
		}

		.input_submit,
		#contato input[type="submit"] {
		    background: #2d394a;
		    margin-top: 10px;
		    padding: 10px 15px 10px;
		    font-family: Lucida Grande, Lucida Sans Unicode, Helvetica, Arial, Verdana, sans-serif;;
		    font-size: 16px;
		    color: #fff;
			letter-spacing: -1px;
			word-spacing: -1px;
		    cursor: pointer;
			border-radius: 6px;
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}









/*
  Slides
*/

/*#slides {
    width: 100%;
    height: 400px;
    float: left;
    overflow: hidden;
}

#slides #slide_prev {
	float: left;
	width: 44px;
}

#slides #slide_next {
	float: right;
	width: 44px;
}

#slides #container {
    float: left;
    width: -webkit-calc(100% - 88px);
    width: -moz-calc(100% - 88px);
    width: calc(100% - 88px);
}

#slides #slide_prev img,
#slides #slide_next img {
	margin-top: 120px;
}
*/







.iphone4_portrait {
	position: absolute;

	width: 380px;
	height: 743px;

	width: 190px;
	height: 372px;
	left: 50%;
	margin-left: -95px;
}

	.iphone4_portrait .mask {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.iphone4_portrait .itens img {
		padding: 35% 7% 35% 9%;
		width: 100%;
		height: 100%;
	}


.iphone4_landscape {
	position: absolute;

	width: 372px;
	height: 190px;
	left: 50%;
	margin-left: -186px;
}

	.iphone4_landscape .mask {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.iphone4_landscape .itens img {
		padding: 4% 17.8% 2% 18%;
		width: 100%;
		height: 100%;
	}


.iphone5_landscape {
	position: absolute;
	width: 372px;
	height: 190px;
	left: 50%;
	margin-left: -186px;
}

	@media screen and (max-width: 500px) {

		.iphone5_landscape {
			width: 260px;
			height: 133px;
			margin-left: -130px;
		}
	}

	.iphone5_landscape .mask {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.iphone5_landscape .itens img {
		padding: 5.55% 13.9% 1.8% 14.8%;
		width: 100%;
		height: 100%;
	}


.ipad_portrait {
	position: absolute;

	width: 380px;
	height: 484px;

	width: 304px;
	height: 387px;

	overflow: hidden;
	left: 50%;
	margin-left: -152px;
}

	@media screen and (max-width: 500px) {
		.ipad_portrait  {
			width: 190px;
			height: 242px;
			margin-left: -95px;
		}
	}


	.ipad_portrait .mask {
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.ipad_portrait .itens img {
		padding: 11.7% 11.7% 13.6% 11.7%;
		width: 100%;
		height: 100%;
	}

}
/*Novo*/
@media only screen and (max-width:800px) {
	.wrap{
		width:95%;
	}
	.images_1_of_3 h3{
		font-size:1.2em;
		padding:10px 0;
	}
	.images_1_of_3 p{
		padding:0;
	}
	
	
}
@media only screen and (max-width:640px) {
	.wrap{
		width:95%;
	}
	.menu li a {
		font-size: 0.8em;
		margin: 0px 5px;
	}	
	.grid_1_of_3{
		margin:0 0 10px 0;
	}
	.images_1_of_3{
		width:94%;
		padding:3%;
	}
	.span_1_of_3 h3{
		margin-bottom:0;
	}
	.col_1_of_3{
		margin: 0;
	}
	.span_1_of_3{
		width:94%;
		padding:3%;
	}
	.grid_1_of_3{
		width:94%;
		padding:3%;
	}
	.span_2_of_3{
		width:94%;
		padding:3%;
	}
	.error-page {
		padding: 50px 0px 0 0;
		min-height: 300px;
	}

	.col{
		margin: 0;
	}
	.itens img {
		width: 80%;
		height: 80%;
	}

}
/* FIM */



.aviso_sucesso {
	border: 1px solid #d6e9c6;
	background: #dff0d8;
	color: #4a884b;
	padding: 10px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.aviso_erro {
	border: 1px solid #fbeed5;
	background: #fcf8e3;
	color: #c09853;
	padding: 10px 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}





#smartbox {
	position: fixed;
	display: block;
	left: 50%;
	margin-left: -170px;
	top: 50%;
	margin-top: -125px;
	padding: 10px;
	width: 340px;
	height: 250px;
	display: none;
	background: #fff;
	z-index: 9999;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.3);
}

	#smartbox .close {
		float: right;
		background: #000;
		color: #fff;
		font-weight: bold;
		width: 30px;
		height: 30px;
		padding-top: 3px;
		text-align: center;
		margin-top: -25px;
		margin-right: -25px;
		border-radius: 20px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		cursor: pointer;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	}

	#smartbox h3 {
		font-size: 1.3em;
		color: #333;
		text-align: center;
	}
	
	/*CONTATO */
	/*  Contact Form  ============================================================================= */
.contact{
	padding:30px 0;
	/*background:#EEEDED;*/
	background:#FFF;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {

	font-size: 1.2em;
	padding: 0.5em 0;
	/*color:#C83939;*/
	color:#333;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:10px 0;
}
.contact-form span{
	display:block;
	font-size: 0.9em;
	padding-bottom:5px;
	color: #012231;
	text-transform: uppercase;
}
.contact-form input[type="text"], .contact-form input[type="file"],.contact-form textarea{
		   padding: 8px;
			display: block;
			width: 98%;
			border: none;
			outline: none;
			color: #464646;
			font-size:1em;
			font-family: Arial, Helvetica, sans-serif;
			border: 1px solid rgba(85, 85, 85, 0.19);
			-webkit-appearance:none;
			background-color:#CCC;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.mybutton{

	background:#036;
	color: #fff;
	padding:10px 10px;
	font-size: 0.9em;
	text-transform: uppercase;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
}
.mybutton:hover{
	background:#C83939;
	color: #FFF;
}

ul.contato li{
	color: #464646;
			font-size:1em;
			font-family: Arial, Helvetica, sans-serif;
			line-height:1.5em;
}