@import url("reset.css");
@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:none;
	outline:none;
}


body, html {
	margin:0;
	padding:0;
	font-family:arial;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	
	background-color: #ccc;
		
	}
	
	
	a:link, a:visited {
text-decoration: none;
color: #00aeef;
}
a:link, a:visited {
text-decoration: none;
color: #00aeef;
}
	
	h1 {
		font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size: 20px;
		color: #211D70;
		
		}
	
		
		
		.txt_a {
	    font-size: 13px;
		color: #00aeef;	
			}
		
		.txt_b {
		 font-size: 13px;	
			}
			
			
		p {
             margin: 0 0 10px 0;
			 font-size: 12px;
         	line-height: 22px;
          }
	
/* TOPO  ================================================================================= */
#header {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	top: 0;
	right:0;
	width:100%;
	height:113px;
	background:url(../img/bg_header.png) repeat-x center top;
	z-index:999;
}
#header_2 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	width:980px;
	height:113px;
	background:url(../img/bg_header_2.png) no-repeat center top;
	margin:auto;
}
#header_wrapper {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	width:980px;
	position:relative;
	margin:auto;
}
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:406px;
	height:100px;
}
#logodir {
	position:absolute;
	float:right;
	left:860px;
	top:40px;
	width:135px;
	height:100px;
}
/* fim header ///////////////////////////////*/



/*** menu ***/
ul.menu-sf {
	float:right;
	margin:60px 140px 0 0;
}
.menu-sf, .menu-sf * {
	margin:0;
	padding:0;
	list-style:none;
}
.menu-sf {
	line-height:1.0;
}
.menu-sf ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.menu-sf ul li {
	width:100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu-sf ul li a:link, .menu-sf ul li a:visited {
	font-size:15px;
}
.menu-sf li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.menu-sf li {
	float:			left;
	position:		relative;
}
.menu-sf a {
	display:		block;
	position:		relative;
		color:#4b4b4b;
}
.menu-sf li:hover ul,
.menu-sf li.sfHover ul {
	left:0;
	top:1.5em; /* match top ul list item height */
	z-index:99;
}
ul.menu-sf li:hover li ul,
ul.menu-sf li.sfHover li ul {
	top:-999em;
}
ul.menu-sf li li:hover ul,
ul.menu-sf li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.menu-sf li li:hover li ul,
ul.menu-sf li li.sfHover li ul {
	top:-999em;
}
ul.menu-sf li li li:hover ul,
ul.menu-sf li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

/*** DEMO SKIN ***/
.menu-sf {
	float:left;
	margin-bottom:1em;
}
.menu-sf a {
	text-decoration:none;
	color:#000;
	padding-top: 0.9em;
	padding-right: 0.8em;
	padding-bottom: 0.9em;
	padding-left: 0.8em;
}
.menu-sf a, .menu-sf a:visited  { /* visited pseudo selector so IE6 applies text colour*/
		color:#4b4b4b;
		font-size:14px;
}
.menu-sf li {
	background:none;
}
.menu-sf li ul {
	margin-top:25px;
}
.menu-sf li li {
	background:#211D70;
	margin-bottom:2px;
}
.menu-sf li li a:link,  .menu-sf li li a:visited {
	color:#fff;
}
.menu-sf li li a:hover {
	color:#00aeef;
}
.menu-sf li li li {
	background:#9AAEDB;
}
.menu-sf li:hover, .menu-sf li.sfHover,
.menu-sf a:focus, .menu-sf a:hover, .menu-sf a:active {
	color:#211D70;
	outline:0;
}

/*** arrows **/
.menu-sf a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('/templates/ai_eco_bzt/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}


 a:link.details, a:visited.details  {
	background:url(../img/arrow_2.png) no-repeat center right;
	padding-right:15px;
	font-size: 13px;
 }
  a:hover.details  {
	background:url(../img/arrow_2.png) no-repeat center right;
	padding-right:15px;
	
 }

/* point right for anchors in subs */
.menu-sf ul .sf-sub-indicator { background-position:  -10px 0; }
.menu-sf ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu-sf ul a:focus > .sf-sub-indicator,
.menu-sf ul a:hover > .sf-sub-indicator,
.menu-sf ul a:active > .sf-sub-indicator,
.menu-sf ul li:hover > a > .sf-sub-indicator,
.menu-sf ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/templates/ai_eco_bzt/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*** Fim menu ***/
	
	input, textarea, select {
	padding: 2px 5px;
	color: #746458;
	font-size: 13px;
	/*border: 1px solid #ccc;
	background: #f8f8f8;*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #FCFCFC;
	
	font-weight: 700;
	font-size: 13px;

}



input:hover {
border: 1px solid #bbb;
}



/*RODAPE*/

.conteudo_rodape {
	width: 1024px;
	margin: auto;
	background-color: #FFF;
}

.rodape {
	height:120px;
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	
}


.rodape_caixa_branco {
	width: 100%;
	background-color: #FFF;
	
	
}
.conteudo-rodape {
	padding-top:5px;
	padding-bottom: 6px;
}
.rodape-logo {
	float:right;
	margin-top: 20px;
	margin-right: 20px;
}
/** 
* Menu do Rodapé do Site
*/
ul#menu-rodape {
	margin-top:40px;
	float:left;
}
ul#menu-rodape ul {
	float:left;
	width:160px;
}
ul#menu-rodape li {
	margin-bottom:4px;
}
ul#menu-rodape li.menu-titulo {
	
	font-weight: 800;
	font-size: 12px;
	color:#757575;
	
	
	text-transform:uppercase;
	margin-bottom:14px;
}
ul#menu-rodape a {
	font-size:12px;
	color:#00abd2;
	text-decoration:none;
}
ul#menu-rodape a:hover {
	text-decoration:underline;
}
.menu-faca-parte { 
	margin-left:25px; 
}

.rodape-miniatura {
	float:right;
	margin-top:30px;
	width: 110px;
	}
	
.rodape-logo-desenvolvimento {
	margin-left: 20px;
	}
	
.rodape-desenvolvimento {
	float: left;
	width: 100%;
	text-align: right;
	margin-top: 20px;
	}


 .inner {
	border: 1px solid #e1e1e1;
	background: #f4f4f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	width: 250px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: right;
	margin-top: 30px;
}


.separa-fatia {
	clear: both;
	line-height: 1.4em;
	background-color: transparent;
	background-image: url(../img/sitemapline.png);
	background-repeat: repeat-x;
	height: 2px;
}
.fone-caixa-rodape {
	font-size: 14px;
	
	color: #b4b4b4;
	background-image: url(../img/ico/icon_phone.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 2px;
}

.email-caixa-rodape {
	font-size: 14px;
	
	color: #b4b4b4;
	background-image: url(../img/ico/icon_mail.png);
	padding-left: 25px;
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 2px;
}

/*fim*/
#caixa_direitos_reservados {
	float: left;
	padding-top: 20px;
	width: 900px;
	text-align: center;
}
#caixa_linha_separa_rodape {
	height: 30px;
	width: 100%;
	background-image: url(../img/fundo_fatia_rodape.png);
	background-repeat: repeat-x;
}
.redes_sociais {
	float: left;
	width: 80px;
}


#conteudo {
	width: 900px;
	background: #fff;
	-webkit-radius-bottomleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-webkit-radius-bottomright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	margin-bottom: 20px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}




#conteudo_empresa {
	width: 980px;
	background: #fff;
	-webkit-radius-bottomleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
	-webkit-radius-bottomright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-bottom-right-radius: 15px;
	margin-bottom: 20px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

.shadow {
background: url(../img/shadow_site.png) no-repeat center top;
height: 32px;
margin-bottom: 10px;
}



/* form styles ================================================================================= */
.col_f_1 {
	float:left; width:270px;
	display:block;
	margin-right:10px;
}
.col_f_2 {
	float:left; width:270px;
	display:block;
}

label {	
		margin-top:10px;
		display:block;
		font-weight:bold;
		font-size:16px;
		margin-bottom:3px;
	}
	
	fieldset { border: none; }
	
	#myform fieldset.col_f_1 input, #myform fieldset.col_f_2 input  { 		
		padding: 8px; 
		margin: 2px 0 5px 0; 
		background: #ccc;
		width:90%;
		font-family: Arial, Helvetica, sans-serif;
		color:#222; 
		font-size:12px;
		border: none;
		-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	}
	
	#myform input { 		
		padding: 8px; 
		margin: 2px 0 5px 0; 
		background: #ccc;
		width:50%;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color:#222; 
		border: none;
		-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;				
	}
	#myform  textarea { 		
		padding: 8px; 
		margin: 2px 0 20px 0; 
		background: #ccc;
		width:89%;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color:#222;
		border: none;
		-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
		height:100px;			
	}
	#myform  textarea:focus { 		
		padding: 8px; 
		margin: 2px 0 20px 0; 
		background: #999;
		color: #fff;
		width:89%;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		border: none;
		-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
		height:100px;			
	}
	

	#myform fieldset.col_f_1 input:focus, #myform fieldset.col_f_2 input:focus, #myform input:focus  { 		
		padding: 8px; 
		margin: 2px 0 5px 0; 
			background: #999;
		color: #fff;
		border: none;
		-webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;		
	}
	
	
	.botao_enviar {
	width: 130px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	border: none;
	padding: 5px;
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #211D70;
	cursor:pointer;
}

.botao_enviar:hover {
	
	background-color: #00AEEF;
}



.two_third_col {
width: 585px;
float: left;
margin-right: 45px;
}

.one_third_col_last {
width: 270px;
float: left;
}

.line {
background: url(../img/line.png) no-repeat top right;
height: 11px;
border: 0;
margin: 0;
margin: 20px 0 30px 0;
}





/*//BLOG//*/

.two_third_col {
	width:585px;
	float:left;
	margin-right:45px;
}
.one_third_col {
	width:270px;
	float:left;
	margin-right:45px;
}
.one_third_col_last {
	width:270px;
	float:left;
}


.blog h2 , .blog h3  {
	font-size:20px;
	color: #666;
}
.blog h4 a  {
	font-size:22px;
	color:#211d70;
	text-decoration:none;
}
.blog h4 span  {
	font-size:16px;
	display:block;
}
 h3 span {
	font-size:16px;
	color: #999;
	display:block;
}
h5  {
	font-size:18px;
	color:#557e96;
}
h5.reply  {
	font-size:18px;
	color:#557e96;
	margin-bottom:10px;
}
.comments_list h6  {
	font-size:12px;

	text-transform:uppercase;
}
.white  {
	color: #666;
}

/* Search form */
.search { width:270px;margin:0px 0 35px 0; padding:0; }
#search span { width:248px; display:block; background: #ededed; height:20px; margin:0 auto; padding:5px 10px; }
#search input#s {
	float:left;
	width:216px;
	padding:3px 5px;
	margin:0;
	border:0;
	background:none;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#search .btn {
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	width: 22px;
	height: 17px;
}

ul#cat {
	margin: 0 0 40px 0;
	font-size:18px;
}
ul#cat li {
	border-bottom:1px solid #c2c2c2;
	background:url(../img/icon_folder.png) no-repeat right 9px;
	margin:15px 0 15px 0;
	padding-bottom:5px;
}

ul#post {
	margin: 0 0 40px 0;
}
ul#post li {
	border-bottom:1px solid #c2c2c2;
	background: url(../img/icon_post.png) no-repeat right 5px;
	margin:15px 0 15px 0;
	padding-bottom:5px;
	font-size: 14px;
	text-transform: lowercase;
}
ul#post em {
	display:block;
	font-style: italic;
	font-size: 12px;
}
.post_info {
	background-color: #c2c2c2;
	font-size:11px;
	margin-bottom:10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
}
.date {
	background:url(../img/icon_date.png) no-repeat left 2px; padding-left:20px;
}
.auth {
	background: url(../img/icon_user.png) no-repeat left 2px; padding-left:15px; margin-left:30px;
}
.comments {
	background: url(../img/icon_comments.png) no-repeat left 2px; padding-left:20px; margin-left:135px;
}
ul.comments_list { margin-bottom:40px;
}
ul.comments_list li { padding-left: 80px; display:block;block;position: relative; border-bottom:1px solid #c2c2c2; padding-bottom:5px; margin-bottom:20px;
}
ul.comments_list li p { display: block;
}
ul.comments_list li img {  display: block; position: absolute; left: 0; top: 0; width: 48px; height:48px; border:3px solid #333;
}

.line_2 {
background: url(../img/line_2.png) no-repeat top right;
height: 11px;
border: 0;
margin: 0;
margin: 30px 0 25px 0;
}


#caixa_end_rodape {
	float: left;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 120px;
}
#caixa_25anos {
	height: 100px;
	width: 130px;
	position: absolute;
	z-index: 99999;
	right: 200px;
	bottom: 100px;
}
#caixa_conteudo_shero {
	padding: 5px;
	width: 970px;
}
.caixa_shero_a {
	width: 445px;
	float: left;
	color: #000;
	font-style: italic;
}


.img-blog {
	width: 585px;
	height: 210px;
	
	background:#FFF;
	
	
	
	
	
	
	}
	
	.img-blog  a{
	width: 585px;
	height: 250px;	
	overflow:hidden;
	
	background:#FFF;
	display:block;
	position:relative;
	
	
	}
	
	
	
	/****Lists****/
	
	.row {
margin-left: -20px;
}

.grid_4 {
	width: 240px;
	padding-left: 20px;

}

[class*="grid_"] {
float: left;
min-height: 1px;
margin-left: 20px;
}


ul {
  padding: 0;
  margin: 0;
  list-style: none;
  
}
.list-1 li {
	color: #000;
	font-size: 12px;
   padding-left: 24px;
  background: url(../img/marker.png) 0 7px no-repeat;
}
.list-1 li + li {
  margin-top: 6px;
  
}
#caixa_empresa_a {
	float: left;
	width: 350px;
	margin-right: 10px;
}

#caixa_empresa_b {
	float: left;
	width: 530px;
	padding-left: 10px;
	font-size: 12px;
}



/*VIDEOS */
.caixa_videos_site {
	text-align: center;
	margin: auto;
}


/*FIM VIDEOS*/

/*ACAO SOCIAL*/
#caixa_acao_social_a {
	float: left;
	width: 400px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

 .caixa_acao_social_b:hover {
	background-color: #29248A;
	 opacity: 1.8;

        -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
	}
	
	
	

.caixa_acao_social_b {
	width: 400px;
	padding: 50px;
	float: left;
	background-color: #211D70;
	color: #fff;
	
	}





 .perfil_acao {
border: 5px solid #b1b2b4;
border-radius: 100%;
box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
height: 180px;
margin: 15px auto;
position: relative;
width: 180px;
z-index: 2;
}


 .perfil_acao:hover {

	box-shadow: 0 0 0 10px rgba(188, 188, 188, 1));
	border: 6px solid #999A9D;
	 opacity: 1.8;

        -webkit-transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
 transition: all 300ms ease;
	}
	

.acao-conteudo {
	display: block;
	margin: 5px auto;
	padding: 10px;
	width: 225px;
	text-align: center;
}




.acao-conteudo h3 {
	color: #211D70;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
	padding-top: 15px;
	font-size: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



.arrow-left {
	height: 350px;
	width: 50px;
	float: left;
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: 10px;
}

.arrow-right {
	height: 350px;
	width: 50px;
	float: left;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: 10px;
}




.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}


lement.style {
visibility: visible;
-webkit-animation: zoomIn;
}


.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}











/* FIM ACAO SOCIAL*/
.caixa_acao_conteudo {
	clear: both;
	width: 100%;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E2E2E2;
	margin-bottom: 30px;
}


.col-lg-4 {
	width: 30.3333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 1.5%;
	padding-left: 1.5%;
}

.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.thumb-pad1 {
margin: 0;
padding-bottom: 0;
text-align: center;
border: 1px solid #d6d6d6;
border-bottom: 4px solid #d6d6d6;
}

.thumb-pad1 .thumbnail {
position: relative;
margin: 0;
border-radius: 0;
box-shadow: none;
border: none;
padding: 0;
background: none;
}

.thumb-pad1 figure {
margin: -71px 0 30px 0;
}

figure {
margin: 0;
}
figure {
margin: 1em 40px;
}

figure {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 40px;
-webkit-margin-end: 40px;
}
.caption {
	color: #686868;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

.caption .title {
font: 900 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #606060;
text-transform: uppercase;
margin-bottom: 15px;
}


.btn-default.btn1 {
box-shadow: none;
text-decoration: none !important;
display: inline-block;
padding: 0 17px;
font: bold 13px/33px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;

text-shadow: none;
border-radius: 0;
color: #ffffff;
background: #211D70;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
}

.btn-default.btn1:hover {
	color: #ffffff;
	background: #00AEEF !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.caixa_img {
	background-color: #999;
	text-align: right;
	position: relative;
	width: 900px;
	margin-top: 30px;
	
	
}

.caixa_sair {
	width: 900px;
	float: right;
	position: absolute;
	
}
#copy {
	font-family:arial;
text-align: right;
color: #5b5b5b;
font-size: 11px;
}
