/******************************FONT*********************************/

@font-face {
  font-family: 'kelson_bold';
  src: url('kelson_sans_bold-webfont.eot');
  src: url('kelson_sans_bold-webfont.eot?#iefix') format('embedded-opentype'),
  url('kelson_sans_bold-webfont.woff') format('woff'),
  url('kelson_sans_bold-webfont.ttf') format('truetype'),
  url('kelson_sans_bold-webfont.svg#kelson_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'kelson_sanslight';
  src: url('kelson_sans_light-webfont.eot');
  src: url('kelson_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
  url('kelson_sans_light-webfont.woff') format('woff'),
  url('kelson_sans_light-webfont.ttf') format('truetype'),
  url('kelson_sans_light-webfont.svg#kelson_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kelson';
  src: url('kelson_sans_regular-webfont.eot');
  src: url('kelson_sans_regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('kelson_sans_regular-webfont.woff') format('woff'),
  url('kelson_sans_regular-webfont.ttf') format('truetype'),
  url('kelson_sans_regular-webfont.svg#kelson_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
body{
  font-family: 'kelson: ;', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #58585a;
}

body a{
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-weight: 400;*/
  /*font-size: 14px;*/
  color: #58585a;
}

body a:hover{
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-weight: 400;*/
  /*font-size: 14px;*/
  color: #58585a;
}


.font{
  font-family: 'kelson_bold', sans-serif;
  /*font-weight: 300;*/
}

.font1{
  font-family: 'kelson', sans-serif;579
  /*font-family: 'lato_light','Helvetica Neue','Helvetica,Arial','sans-serif';*/
}

.font2{
  font-family: 'rbno'
}


/******************************TAMANHO DE FONTES********************************/
.size-9{
  font-size: 9px;
}
.size-10{
  font-size: 10px;
}
.size-11{
  font-size: 11px;
}
.size-12{
  font-size: 12px;
}
.size-13{
  font-size: 13px;
}
.size-14{
  font-size: 14px;
}
.size-15{
  font-size: 15px;
}
.size-16{
  font-size: 16px;
}
.size-17{
  font-size: 17px;
}
.size-18{
  font-size: 18px;
}
.size-19{
  font-size: 19px;
}
.size-20{
  font-size: 20px;
}
.size-21{
  font-size: 21px;
}
.size-22{
  font-size: 22px;
}
.size-23{
  font-size: 23px;
}

.size-28{
  font-size: 26px;
}

.size-32{
  font-size: 32px;
}



/******************************CORES*********************************/
.negrito{
  font-weight: bold;
}
.branco{
  color: #fff;
}

.branco a{
  color: #fff;
  text-decoration: none;
}

.preto{
  color: #000;
}
.cinza-escuro{
  color: #7F7F7F;
}

.cinza-claro{
  color: #ddd;
}

.fundo-amarelo{
  background-color: #CB9832;
}
.cinza{
  color: #939597;
}
.amarelo{
  color: #CB9832;
}
.amarelo:hover{
  color: #CB9832;
}
.fundo-preto{
  background-color: #000;
}
.fundo-preto-header{
  background-color: #000;
  height: 160px;
  border-bottom: 1px solid #CB9832;
}
.fundo-amarelo-header{
  background-color: #CB9832;
  height: 50px;
  margin-top: 50px;
}
.branco-preto{
  color: #fff;
}
.branco-preto:hover{
  color: #000;
}

.cinza-ul{
  color: #59585A;
}

.cinza-local{
  color: #A7A9AB;
}

.vermelho{
  color: #CC3433;
}

.azul{
  color: #1a90bd;
}

.cinza-vermelho{
  color:  #59585A;
}

.cinza-vermelho:hover{
  color:  #CC3433;
}

.laranja{
  color: #f37030;
}
/******************************MARGEM*********************************/

/*Margem-topo*/

.margem-cima{
  margin-top: 10px;
}
.margem-cima-2{
  margin-top: 5px;
}
.margem-top{
  margin-top: 20px;
}
.margem-top-2{
  margin-top: 40px;
}

.margem-top-3{
  margin-top: 60px;
}

.margem-cima-3{
  margin-top: 16px;
}

.no-margem-top{
  margin-top: 0px !important;
}

/*Margem-baixo*/

.margem-baixo{
  margin-bottom: 10px;
}
.margem-baixo-2{
  margin-bottom: 5px;
}
.margem-bot{
  margin-bottom: 20px;
}
.margem-bot-2{
  margin-bottom: 40px;
}

.margem-baixo-3{
  margin-bottom: 3px;
}

.no-margem-bot{
  margin-bottom: 0px !important;
}

.borda-bot-cinza{
  margin-bottom: 0px dashed #999;
} 
/*Margem-direita*/

.margem-direita{
  margin-right: 10px;
}
.margem-direita-2{
  margin-right: 5px;
}
.margem-right{
  margin-right: 20px;
}
.margem-right-2{
  margin-right: 40px;
}
.no-margem-right{
  margin-right: 0px !important;
}

.margem-left-3{
  margin-left: 13px;
}
/*Margem-esquerda*/

.margem-esquerda{
  margin-left: 10px;
}
.margem-esquerda-2{
  margin-left: 5px;
}
.margem-left{
  margin-left: 20px;
}
.margem-left-2{
  margin-left: 40px;
}
.no-margem-left{
  margin-left: 0px !important;
}
.margem-left-6{
  margin-left: 60px;
}



/**********************************HEADER-INDEX*********************************/


/**********************************PROPRIEDADES*********************************/

.inline{
  display: inline-block;
}
.block{
  display: block;
}
.alinha-centro{
  text-align: center;
}
.alinha-direita{
  text-align: right;
}
.alinha-esquerda{
  text-align: left;
}
.negrito{
  font-weight: bold;  
}
.link{
  text-decoration: none;
}
.link:hover{
  text-decoration: none;
}
.texto-pag-produtos{
  width: 180px;
  height: 60px;
  overflow: hidden;
}
.cliente{
  opacity: 0.6;
  color: #7F7F7F;
  text-decoration: none;
}
.cliente:hover{
  opacity: 1;
  color: #7F7F7F;
  text-decoration: none;
}
.img-cliente{
  width: 220px;
  height: 220px;
}


.float-right{
  float: right;
}

/*------------------------------------------*/

.container{
  width: 995px !important;
}

.np{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.nm{
  margin-left: 0px !important;
  margin-right: 0px !important;

}

.topo-1 {
  height: 40px;
  background: url('../img/topo1.png') top center no-repeat;
  position: absolute;
  width: 100%;
  top: 0px; 
  z-index: 5;
}

.topo-2{
  height: 161px;
  background: url('../img/topo2.png') center center no-repeat;
  position: absolute;
  width: 100%;
  top: -20px;
  z-index: 4;
}

.topo-3 {
  height: 161px;
  background: url('../img/topo3.png') center center no-repeat;
  position: absolute;
  width: 406px;
  top: -7px;
  margin-left: -527px;
  left: 50%;
  z-index: 4;
}

.footer{
  background: #0f5c9d;
  height: 35px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-top: 5px;
}

.footer1{
  background: #0f5c9d;
  height: 35px;
  position: fixed;
  z-index: 9999999;
  bottom: 0px;
  width: 100%;
  padding-top: 5px;
}

.logo {
  position: absolute;
  z-index: 6;
  top: 20px;
  margin-left: -470px;
  left: 50%;
}

.menu{
  position: absolute;
  top: 30px;
}

.menu li {
  display: inline-block;
  color: #fff;
  /* margin-top: 50px; */
  padding: 46px 9px;
  font-size: 13px;
}

.menu li a{
  color: #3d3d3e;
  opacity: 1;
  text-decoration: none;
  filter: alpha(opacity=100);
  /*font-weight: bold;*/
}

.menu li:hover {
  display: inline-block;
  color: #fff;
  /* margin-top: px; */
  padding: 46px 9px 32px;
  background: #ddd;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-bottom: 10px solid #03a7e4;
}


.menu ul{
  list-style: none;  
}

.carousel-indicators .active {
  width: 21px;
  height: 21px;
  margin: 3px;
  border: 3px solid #0f5c9d;
  background-color: #fff;
}

.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-radius: 50%;
  background: #0f5c9d;
}

.sedes {
  height: 100px;
  position: absolute;
  z-index: 5;
  width: 100%;
  bottom: 40px;
  background: url('../img/faixa.png') center center no-repeat;
}
.sedes2 {
  height: 100px;
  position: relative;
  z-index: 9999999;
  width: 100%;
  bottom: 0px;
  background: url('../img/faixa.png') center center no-repeat;
}

.sedes-1{
  margin-top: 30px;
  color: #fff;
  font-size: 13px;
}

.sedes-2{
  margin-top: 30px;
  color: #fff;
  text-align: right;
  font-size: 13px;
}

.l1{
  background: url('../img/seta_esq.png') center center no-repeat;
  height: 54px;
  width: 27px;
  position: absolute;
  top: 50%;
  left: 200px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.l2{
  background: url('../img/seta_dir.png') center center no-repeat;
  height: 54px;
  width: 27px;
  position: absolute;
  top: 50%;
  right: 200px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}


.carousel-control {
  position: absolute;
  top: 0 !important;
  bottom: 0;
  left: 0;
  width: 15%;
  height: auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=100);
  opacity: 1;
}

.mt14 {
  margin-top: 18px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
}

.mt15 {
  margin-top: 18px;
  position: absolute;
  left: 50%;
  margin-left: -170px;
}

.t-1 {
  position: absolute;
  top: 12px;
  left: 48%;
  margin-left: -100px;
}

.mt100{
  /*position: relative;*/
  margin-top: 180px;
}

.busca{
  position: relative;
}

.busca input{
  width: 100%;
  border-radius: 4px;
  height: 40px;
  padding: 5px 10px;
  border: 1px solid #ddd;
}

.tit-pag{
  position: relative;
  top: 15px;
  left: -10px;
}

.box-contato-lat {
  background: #f3f3f5;
  padding: 16px 5px;
  font-size: 13px !important;
  margin-top: 10px;
  border-radius: 6px;
  font-family: 'kelson', sans-serif;
}

.box-contato-lat div a{
  /*margin-top: 5px;*/
 color: #a7a8aa !important;
}

.box-contato-lat div{
  margin-top: 3px;
 /*color: #a7a8aa !important;*/
}

.azul-1{
  color: #125d9e;
}

.banner-pags{
  text-align: right;
}

.tit-pag-2{
  font-family: 'kelson', sans-serif;
  font-size: 35px;
  margin-top: 15px;
  color: #125d9e;
  margin-left: 20px;
}

.tit-pag-3{
  font-family: 'kelson', sans-serif;
  font-size: 25px;
  margin-top: 15px;
  color: #125d9e;
  /*margin-left: 20px;*/
}

.bb1{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.fc input{
  width: 100%;
  background: #e7e8ea;
  height: 35px;
  margin-top: 15px;
  border: none;
  padding: 5px 15px;
}

.fc textarea{
  width: 100%;  
  background: #e7e8ea;
  height: 85px;
  margin-top: 15px;
  border: none;
  padding: 5px 15px;
}

.fc input[type=submit]{
  width: 100%;
  background-color: #125d9e !important;
  height: 35px;
  margin-top: 15px;
  border: none;
  color: #fff;
  padding: 5px 15px;
}

.ajuste-1{
  height: 40px;
}

.cb{
  width: 100%;
  /*overflow-y: scroll; */
  height: 320px;
  color: #939597;
  font-size: 13px;
  margin-left: 20px; 
}

.cb-2{
  width: 100%;
  /*overflow-y: scroll; */
  height: 320px;
  color: #939597;
  font-size: 13px;
  margin-left: 20px; 
}


.obras-b{
  /*width: 100%;*/
  height: 100px;
  background: #ddd;
  padding: 0px;
  border-right: 5px solid #fff;
  margin: 10px 0px;
  position: relative;
}

.obras-b img{
  width: 168px;
}

.nome-box-1 {
  height: 34px;
  color: #fff;
  width: 100%;
  margin-right: 5px;
  position: absolute;
  bottom: 0px;
  background: #125d9e;
  left: 0px;
  padding: 5px 0px;
  text-align: center;
}

.bb-sp{
  border: 1px solid #ddd;
  margin-top: 20px;
  padding: 10px;
  height: auto;
  color: #939597;
  font-size: 13px;

}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
}

.carousel-indicators {
  position: fixed;
  bottom: 26px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.ie8 .banner-01{
  height: 640px !important;
}


.ie9 .banner-01{
  height: 640px !important;
}

.abs-2 {
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: 168px;
}


.ie8 .abs-2 {
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: 8px;
}

.lupa {
  position: absolute;
  right: 8px;
  background: url('../img/lupa.png') center center no-repeat;
  width: 26px;
  height: 24px;
  top: 8px;
}

.img-padrao{
  height: 150px;
  margin-top: 20px;
  width: 100%;
  background: #f3f3f5;
}


.box-estados{
  /*height: 400px;*/
  /*background: #888;*/
}

.tit-estados{
  color: #000;
  font-size: 22px;
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
  margin-top: 20px;
}

