@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic,700italic);


/* Eric Meyer's CSS Reset */
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;
	background-color: #efefef;
}
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;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font: 12px/18px 'Source Sans Pro', sans-serif;
	width: 100%;
	height: 100%;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
	/*height: auto !important;*/
	height: 100%;
	position: relative;
    top: 0px;
    z-index: 50;
}
.bg-wrapper {
	width:100%; 
	margin: 0 auto; 
	min-height: 100%;	
	/*height: auto !important;*/
	height: 100%; 
	position:absolute; 
	background-color: #efefef; 
	background-repeat:repeat;
	
	}
strong { font-weight:700; }

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 200px;
	/*background: #FFE680;*/
}



.bg-header-onda {
	width: 100%;
	height: 142px;
	background-image:url(../img/bg-onda-topo-03.png);
	background-repeat:repeat-x;
	float:left;
	
	}
	
.bg-header-azul {
	width: 100%;
	height: 364px;
	background-image:url(../img/bg-azul-topo-03.png);
	background-repeat:repeat-x;
	float:left;
	
	}	



/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 310px;
}

/* comeco box */


a:link, a:visited {
	text-decoration: none;
	color:#F5851F;
	}
a:hover {
	text-decoration: underline; 
	color: #F5851F;
	}
a:active {
	text-decoration: none;
	}


a.saiba-mais:link {
	color:#FFF;
	text-decoration: none;
}

a.saiba-mais:hover {
	color: #F5851F;
	}



p {
	font-size:15px;
	color:#686768;
	line-height:120%;
		
	}
	
.interna{
	font-size:15px;
	color:#686768;
	line-height:120%;
	
	}

	
	
h2{
	font:12px/18px 'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#9A9A9A;
	
	
	}



.titulacao-box{
	width: 100%;
	height: 142px;
	float:left;
	
	}


#area-colunagem {
    width: 100%;
	min-height:350px;
	margin-bottom:30px;
	margin-top:30px;
}


.espaco-entre-div{
	margin-bottom:16px;
	
	}



.colunagem{
	box-shadow: 0px 0px 10px 0px #8A867F;
	float:left;
	width: 31.7%; 
    margin-left: 2.3% ;
	min-height:231px;
	/*border: 1px solid #CCC;*/
	background-color:#ffffff;

}

.colunagem-coluna1{
	box-shadow: 0px 0px 10px 0px #8A867F;
	float:left;
	width: 31.7%; 
    /*margin-left: 5% ;*/
	min-height:210px;
	/*border: 1px solid #CCC;*/
	background-color:#ffffff;


}

.colunagem-coluna1-abaixo{
	box-shadow: 0px 0px 10px 0px #8A867F;
	float:left;
	width: 31.7%; 
    /*margin-left: 5% ;*/
	min-height:249px;
	/*border: 1px solid #CCC;*/
	background-color:#ffffff;


}

.colunagem-terceira-coluna{
	box-shadow: 0px 0px 10px 0px #8A867F;
	float:left;
	width: 31.7%; 
    margin-left: 2.3% ;
	min-height:249px;
	/*border: 1px solid #CCC;*/
	background-color:#ffffff;

}

.titulacao-colunas {
	width:90.8%; 
	font-size:12px; 
	font-weight:bold;
	color:
	text-align:center; 
	vertical-align:middle; 
	text-transform:uppercase;  
	margin-bottom:9px;
	margin-left:10px;
	padding: 6px;
	/*float:left;*/
	background-color:#8A867F;
	/*border-bottom: 1px solid #CCC;*/
background: #e0e0e0; /* Old browsers */
background: -moz-linear-gradient(top,  #e0e0e0 0%, #f7f7f7 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(99%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 99%); /* IE10+ */
background: linear-gradient(to bottom,  #e0e0e0 0%,#f7f7f7 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
  border-left: #E35C26 3px solid;
}

.titulacao-artigos {
	width:96.9%; 
	font-size:20px; 
	font-weight:bold;
	text-align:left; 
	vertical-align:middle; 
	text-transform:uppercase;  
	margin-bottom:10px; 
	padding: 15px; 
	float:left; 
	background-color:#E9E9E9;
	border-bottom: 1px solid #CCC;
	background: #e0e0e0; /* Old browsers */
background: -moz-linear-gradient(top,  #e0e0e0 0%, #f7f7f7 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e0), color-stop(99%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e0e0e0 0%,#f7f7f7 99%); /* IE10+ */
background: linear-gradient(to bottom,  #e0e0e0 0%,#f7f7f7 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */

}


a.titulacao-colunas:link {
	color:#000;
	text-decoration: none;
}
a.titulacao-colunas:link, a.titulacao-colunas:link:active {
	text-decoration:blink;
}
a.titulacao-colunas:visited {
	color:#000;
	text-decoration: none;
}


/*.galeria-sustenta { margin-top:20px; margin-bottom:20px; min-height:400px;  clear:both; }*/

.ogrupo-div { 

  bottom: -2px;
  /* padding-right: 15px; */
  text-align: right;
  width: 100%;
  vertical-align: central;
  position: relative;
  /* float: right; */

	}


.ogrupo-bt { 

	background-color: #00A751; 
	display:inline-block; 
	padding:0 5px 0 5px;
	color:white;
	font-size:18px;
	
	}
.div-artigos { margin-top:15px; margin-bottom:15px; border:#CCC solid 1px;

}


ul {
	display:block;	
	font-size:18px;
	list-style-type: square;
	color:#BCBBBB;
	}



	





.texto-colunas {
	text-align:left;
	margin-left:12px;
	margin-right:12px;
	margin-top:12px;
	text-align: justify;
	
	}
	
.texto-coluna-imagem{
	text-align:left;
	margin-left:12px;
	margin-right:12px;
	text-align: justify;
	margin-top:20px;
	margin-bottom:27px;
	}

.texto-coluna-imagem2{
	text-align:left;
	margin-left:33px;
	margin-right:12px;
	margin-top:9px;
	margin-bottom:37px;
	text-align: justify;
	}
	
.texto-coluna-imagem3{
	text-align:left;
	margin-left:10px;
	margin-right:12px;
	margin-top: 10px;
	margin-bottom:24px;
	text-align: justify;
	}


.texto-lista{
	margin-left:28px;
	margin-right:12px;
	margin-top:10px;
	text-align:justify;
		
	}
	
.saiba-mais{
	float:right;
	margin-right:5px;
	}


/* Footer
-----------------------------------------------------------------------------*/

.divisao{
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #E8E8E7;
	}



.footer {
	width: 100%;
	margin: 0 50% -50% 0;
	height: 310px;
	background: #efefef;
	margin-top:30px;
	/*float:left;*/
	bottom:0;
}

.bg-footer{
	width:100%; 
	margin: 0 auto; 
	min-height: 40%;	
	height: auto;
	position:relative; 
	background-color: #efefef;
	background-repeat:repeat;
	z-index:5;
	

	}

.coluna-footer{
	float:left;
	width: 31.7%; 
    margin-left: 2px ;
	margin-right:2%;
	margin-top:0%;
	/*min-height:92%;*/
	background-color:#efefef;

	}

.coluna-footer3{
	float:left;
	width: 31.7%; 
    /*margin-left: 0% ;*/
	margin-top:0%;
	/*min-height:92%;*/
	background-color:#efefef;
	
	
	}
	
	
.texto-colunas-footer {
	text-align:left;
	margin-right:12px;
	margin-top:-19px;
	text-align: justify;
	
	}
	
.imagem-facebook{
	margin-top:-19px;
	margin-bottom:0px;
	}
	
.design-dti {
	font-size:13px;
	color:#C6C5C5;
	line-height:55%;
	margin-left:60%;
	text-align:right;
	margin-top: 38px;
	margin-bottom: 38px;
	font: 12px/18px 'Source Sans Pro', sans-serif;
	
	}

.estrutura-colunas-footer {
	width:960px; 
	height:350px; 
	margin: 0 auto; 
	margin-top: 30px;
	float:left;
	
}

.estrutura-colunas-footer-index {
	width:960px; 
	height:350px; 
	margin: 0 auto; 
	margin-top: 30px;

	
}

/* Conteudo
-----------------------------------------------------------------------------*/

.conteudo{
	padding: 15px 15px 30px 15px;
	box-shadow: 0px 0px 13px -2px #8A867F;
	background-color:#FCFCFC;
	margin: 10px 0 10px 0;
	width:928px;
	height:auto;
	float:left;
	
	}
	
	
.bg-footer-conteudo{

	background-color: #efefef;

	}
	
.titulacao-colunas-conteudo{
	width:30%; 
	font-size:19px;
	color:#666263; 
	font-weight:bold;
	text-align:left; 
	vertical-align:middle; 
	text-transform:uppercase;  
	margin-bottom:9px;
	margin-left:23px;
	margin-top:10px;
	padding: 6px;
	/*float:left;*/
	background-color:#EFEFEF;
	/*border-bottom: 1px solid #CCC;*/


  border-left: #1EC2EA 4px solid;
	
	}
	
.texto-conteudo{
	text-align:left;
	margin-left:28px;
	margin-right:100px;
	margin-top:40px;
	text-align: justify;
	
	
	}
	
.divisao-conteudo{
	border-bottom:2px;
	
	}
	
	
	
/************** ESPECIFICAÇÕES DE SLIDESHOW ***************/

/*CONTAINER DE APRESENTAÇÃO*/
.carrossel-area {
	width: 960px;
	height: 225px;
	margin: 0 auto;/*height: 100%;*/
	background-color:#393;
	margin-top: 10px;
	margin-bottom: 15px;
	z-index:0;
	
	}

/*CSS ESPECIFICO DO SLIDESHOW*/

  #slides {
      display:block;
    }
	
	/*DESLIGA A NAVEGACAO DO CARROSSEL PREV E NEXT */
    #slides .slidesjs-navigation {
      display:block;
	  margin-top:3px;
    }

    #slides .slidesjs-previous {
      margin-right: 5px;
      float: left;
    }

    #slides .slidesjs-next {
      margin-right: 5px;
      float: left;
    }

    .slidesjs-pagination {
      margin: 6px 0 0;
      float: right;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(img/pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }

    .navbar {
      overflow: hidden
    }
		
/* --------------  FORMATAÇÃO DE TABELAS - TABLE -------------------*/



.tbl_liaac {
	margin:0px;padding:0px;
	width:100%;
	/*border:1px solid #000000;*/
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.tbl_liaac table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	
}.tbl_liaac tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}

/*.tbl_liaac table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.tbl_liaac table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px; */
	
}.tbl_liaac tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.tbl_liaac tr:hover td{
	
}
.tbl_liaac tr:nth-child(odd){ background-color:#F4F4F4; }
.tbl_liaac tr:nth-child(even)    { background-color:#e5e5e5; }.tbl_liaac td{
	vertical-align:middle;
	
	
	/*border:1px solid #000000;
	border-width:0px 1px 1px 0px;*/
	text-align:left;
	padding:7px;
	font-size:15px;
	font-family: 12px/18px 'Source Sans Pro', sans-serif;
	font-weight:normal;
	color:#686768;
}.tbl_liaac tr:last-child td{
	border-width:0px 1px 0px 0px;
}.tbl_liaac tr td:last-child{
	border-width:0px 0px 1px 0px;
}.tbl_liaac tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}

/*.tbl_liaac tr:first-child td{
		background:-o-linear-gradient(bottom, #0000bf 5%, #0000bf 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0000bf), color-stop(1, #0000bf) );
	background:-moz-linear-gradient( center top, #0000bf 5%, #0000bf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000bf", endColorstr="#0000bf");	background: -o-linear-gradient(top,#0000bf,0000bf);

	background-color:#0000bf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family: 12px/18px 'Source Sans Pro', sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.tbl_liaac tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0000bf 5%, #0000bf 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0000bf), color-stop(1, #0000bf) );
	background:-moz-linear-gradient( center top, #0000bf 5%, #0000bf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000bf", endColorstr="#0000bf");	background: -o-linear-gradient(top,#0000bf,0000bf);

	background-color:#0000bf;
}
.tbl_liaac tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;*/
}
.tbl_liaac tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}	



.font-submenu{
	font-size:14px;

	}


/*
new styes 2019 11 - dti
*/

.oficina-title{
	font-size: 25px;
	color: #333;
	margin-bottom: 25px;
	text-align: center;
}

.ppt-slide{
	box-sizing: border-box;
	width: 100%;
	padding: 45px 15px;
	border: solid 1px #dadada;
	margin: 15px 0;
	text-align: center;
}

.ppt-slide img{
	width: 100%;
	height: auto;
}

.ppt-content{
	box-sizing: border-box;
	width: 100%;
	padding: 0 25px;
}

.ppt-content p{
	margin: 15px 0;
	font-size: 18px;
	color: #333;
}

.ppt-content ul li{
	height: auto;
	padding-bottom: 25px;
	line-height: normal;
}

.ppt-slide-title{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}

.ppt-slide-title>.sub-title{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
}

.ppt-list{
	display: block;
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	color: #333;
	margin-bottom: 50px;
}

.ppt-list.small{
	font-size: 22px;
}