@charset "utf-8";

@font-face {
    font-family: 'PrintClearlyRegular';
    src: url('../fonts_normalprintclearly-webfont-webfont.ttf') format('truetype');
    src: url('../fonts_normal/printclearly-webfont-webfont.eot');
    src: url('../fonts_normal/printclearly-webfont-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Trabalhe';
    src: url('printclearly-webfont-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face{  
    font-family: 'PrintClearlyBold';
    src: url('../fonts_bold/printbold_tt-webfont.eot');
    src: url('../fonts_bold/printbold_tt-webfont?#iefix') format('embedded-opentype'),
        url('../fonts_bold/printbold_tt-webfont.woff') format('woff'),
        url('../fonts_bold/printbold_tt-webfont.ttf') format('truetype'),
        url('../fonts_bold/printbold_tt-webfont.svg#webfont') format('svg');

}

@font-face{  
    font-family: 'PrintClearly';
    src: url('../fonts_normal/pprinc___-webfont.eot');
    src: url('../fonts_normal/princ___-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts_normal/princ___-webfont.woff') format('woff'), 
        url('../fonts_normal/princ___-webfont.ttf') format('truetype'), 
        url('../fonts_normal/princ___-webfont.svg#webfont') format('svg');  
}

* { margin:0; padding:0;}


.clearfix:after {  content: "."; display:block; font-size:0; line-height:0; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }		
* html .clearfix { height:1%; }
.clearfix { display:block; }

.alingLeft { float:left}
.alingRight { float:right}

.bold {
    font-family: 'PrintClearlyBold', Arial, sans-serif;    
}

.normal {
    font-family: 'PrintClearly', Arial, sans-serif;
}

#wrapper {
    background-repeat : no-repeat;
    background-image : url(../img/bg_all.png);
    background-position : top center;    
}

p {
    color : #123f7c;    
}

.pageWidth {	
    width: 1020px;	
    margin: 0 auto;
}

.pageWidth-1 {	
    width: 1019px;	
    margin: 0 auto;
}

#logo {    
    text-indent: -9999px;
    background : url(../img/logo.png) no-repeat;
    height: 271px;
    width: 248px;
    float:left;
}

.headerContainer {
    float: right;
    width: 772px;
    padding: 185px 0 0 0;
    position: relative;
}

.headerContainer .contact {           
    list-style: none;
    padding-bottom: 20px;   
    float: right;
    margin-right: 21px;
}

.headerContainer .contact a{
    text-decoration: none;
    font-size: 23px;
    color : #fff;
}

.telefone {
    background: url(../img/telefone.png) no-repeat left;
    text-align: right;
    width: 140px;
}

.trabalhe {
    background: url(../img/trabalhe.png) no-repeat left;
    text-align: right;
    width: 180px;
}

.headerContainer .contact li {
    display: inline-block;
}

.txt {
    text-decoration: none;
    cursor: default;
}

#nav {
    margin-left: 36px;
    padding-top: 45px;    
}

#nav ul {
    list-style: none;    
}

#nav ul li {
    background: url(../img/separador.png) no-repeat right;
    float: left;
    margin-left: 5px;
}

#nav ul li a {       
    color : #152867;
    font-size: 37px;
    text-decoration: none;
}

#nav ul li a:visited {
    color: #152867;
}

#nav ul #bt01{
    width: 90px;
}

#nav ul #bt02{
    width: 190px;
}

#nav ul #bt03{
    width: 160px;
}

#nav ul #bt04{
    width: 91px;
}

#nav ul .last {
    background: none;
}

#nav ul li a {
    text-align: center;
}

#container {
    height: 690px;
}

#footer {
    border-top: 9px solid #002543;
    border-bottom: 8px solid #002543;
    background: url(../img/bg_footer.png);
    height: 38px;        
}

#footer .innerfooter {    
    color: #fff;
    padding-top: 11px;
    text-align: center;
    font-size: 17px;
}

#center {
    margin-top: -1px;
    float: right;
}

#center .inner{
    height: 691px;
    width: 771px;
}

#center .home{    
    background: url(../img/bg_home.png) no-repeat top right;
}

#center .quemsomos {
    background: url(../img/bg_quemsomos.png) no-repeat bottom right;
}

#center .segmentos {
    background: url(../img/bg_segmentos.png) no-repeat bottom right;
}

#center .obras {
    background: url(../img/bg_obras.png) no-repeat bottom right;
}

#center .inner{
    font-size: 30px;
}

#center .inner .caption {    
    text-align: justify;
    padding-left: 35px;
    padding-top: 45px;
    padding-right: 55px;
}

#banner {
    position :absolute;    

}

#banner .banne-inner{
    background: url(../img/bg_banner.png) no-repeat center;
    position: relative;
    height: 414px;
    width: 696px;    
    left: 35px;
    top:12px;
}

#banner .banne-rnavegation {    
}

#banner .banner-navegation ul{
    position: absolute;
    top: 8px;
    left: 3px;
    list-style: none;    
    z-index: 5;    
}

#banner .banner-navegation ul li{
    text-align: center;    

}

#banner .banner-navegation ul li a{
    position :relative;
    top: 5px;
    text-decoration: none;
    color : #fff;
}

#banner .banner-navegation ul li a .bt {
    padding-top: 7px;        
}

#banner .banner-navegation ul li a .maior {    
    font-size: 37px;
    padding-top: 4px;
}

.bt {
    margin-top: 5px;
    height: 44px;
    width: 202px;
}

.bt_claro {
    background: url(../img/bt_claro.png) no-repeat;    
}

.bt_escuro {
    background: url(../img/bt_escuro.png) no-repeat;
}

#banner .banner-pagination {    
    position: absolute;    
    right: 25px;
    bottom: 0;

}

#banner .banner-pagination ul {            
    list-style: none;
    position: relative;
    top: 3px;
}

#banner .banner-pagination ul a {    
    background: #1e76d0;
    display: inline-block;
    height: 20px;
    width: 26px;
    text-align: center;    
}

#banner .banner-pagination ul .activeSlide {        
    background: #002e78;
}

#banner .banner-pagination ul a{
    padding-top: 5px;
    position:relative;    
    font-size: 15px;
    top: -10px;
    color: #fff;
    text-decoration: none;    
    margin-left: 5px;
}

#banner .banner-img{
    position: relative;
    left: 66px;
    top: 5px;
}

#banner .banner-img img {
    border-bottom: 6px solid #C6C6C6;
    border-top: 6px solid #C6C6C6;
    border-left: 18px solid #C6C6C6;
    border-right: 18px solid #C6C6C6;
    height: 280px;
    width: auto;
}

#center .quemsomos {
    font-size: 23px;
}

.capsomos {
    margin-bottom: 10px;
    background: url(../img/texto_quemsomos.png) no-repeat left;
    text-indent: -9999px;    
}

.capmissao{
    margin-top: 10px;
    margin-bottom: 5px;
    background: url(../img/texto_missao.png) no-repeat left;
    text-indent: -9999px;    
}

.capvisao{
    margin-top: 10px;
    margin-bottom: 5px;
    background: url(../img/texto_visao.png) no-repeat left;    
    text-indent: -9999px;    
}

.capvalores{
    margin-top: 10px;
    margin-bottom: 5px;
    background: url(../img/texto_valores.png) no-repeat left;    
    text-indent: -9999px;    
}

.capcontato{
    background: url(../img/texto_contato.png) no-repeat left;    
    text-indent: -9999px;
    margin-bottom: 20px;
}

.capsegmentos{
    background: url(../img/texto_segmentos.png) no-repeat left;    
    text-indent: -9999px;
    margin-bottom: 30px;
}

.capobras{
    background: url(../img/texto_obras.png) no-repeat left;    
    text-indent: -9999px;
    margin-bottom: 40px;
}

.list {
    margin-left: 25px;
    color :#123f7c;
}

#center .quemsomos .valor {
    font-size: 21px;
}

#center .inner .captionsomos {
    text-align: justify;
    padding-left: 25px;
    padding-top: 15px;
    padding-right: 55px;
}

#center .inner .captionsomos ul li{
    color: #123f7c
}

#center .segmentos ul {
    font-size: 25px; 
}

#texto-rolagem{
    height: 300px;
    overflow: hidden;
}

#center .segmentos .right-nav {
    float: right;    
    margin-top: 220px;
    margin-right: 20px;
    cursor: pointer;
}
.jspVerticalBar{
    display: none;
}
.right-nav ul {
    list-style: none;
}

.right-nav ul li{
    list-style: none;
    margin-bottom: 70px;
}

.right-nav .up{  
    height: 20px;
    width: 20px;
    background: url(../img/up.png) no-repeat;
}

.right-nav .down{    
    height: 20px;
    width: 20px;
    background: url(../img/down.png) no-repeat;
}

#center .obras ul {
    list-style: none;
}

.title {
    padding-top: 170px;
    padding-left: 50px;
    padding-bottom: 30px;
}

.box-detalhe {
    position: absolute;    
    display: table;
}


.bottom-nav{
    height: 20px;
    width: 755px;
    padding-top: 10px;
}
.bottom-nav ul {
    list-style: none;
    margin-left: 337px;
    display: table;
    text-align: center;
}

.bottom-nav ul li{
    float: left;
    list-style: none;
    margin-right: 69px;
}


.bottom-nav .prev{  
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(../img/prev.png) no-repeat;
}

.bottom-nav .next{    
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(../img/next.png) no-repeat;
}


.in {
    position: relative;
    height: 280px;
    width: 755px;
}

.in .imagens{	
    width: 755px;
    float: none;
}

.in .imagens img {
    margin-left: 57px;
}