@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');

body{

  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}





.sidebar-nav li{
  background: #fff !important;
  border-left: 2px solid #0092d0;
}



h1{
  font-size: 2.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 20px 0;
}
h2{
  font-size: 1.8em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  padding: 20px 0;
  color: #fff;
}




.servcircle{
  width: 220px;
  height: 220px;
  border: 6px solid #C3E0ED;
  background: #0092d0;
  -moz-border-radius: 110px; /*(navegadores Flock e Firefox)*/
  -webkit-border-radius: 110px; /*(navegadores Chrome e Safari)*/
}



.btn-info{  
  border: 1px solid #FFF !important;
  background: transparent;
  min-width: 100px;
}



.gkc{
  background: url(../img/bg.png);
}


.cor01{
	background: #f90;
}.cor02{
	background: #c32;
}.cor03{
	background: #333;
}.cor04{
	background: #b66;
}.cor05{
	background: #0092d0;
}

.bgbreadcontato{
  background: url(../img/bgbreadcontato.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100px;
}

.bgbreadgkc{
  background: url(../img/bgbreadgkc.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100px;
}

.bgbreadestrutura{
  background: url(../img/bgbreadestrutura.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100px;
}

.bgbreadprodutos{
  background: url(../img/bgbreadprodutos.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100px;
}

.breadcrumb{
  background: #fff !important;
  margin-top: 30px;
}
.top{
  height: 6px;
  background: #0092d0;
}

.navbar-collapse{
  margin: 0 !important;
}

.navbar-collapse{
  margin: 0 !important;
}

.bgcab{
  background: #0092d0;
  width: 61%;
  position: absolute;
  right: 0;
  min-height: 90px;
}

.cabecalho{
  min-height:84px;
}

.bglogo{
  min-height: 90px;
  background: url(../img/bglogo.png) right top no-repeat;
}
.bgmenu{
  background: #0092d0 url(../img/bglogo.png) right top no-repeat;
}
.bgrodape{
  min-height: 104px;
  background: #0092d0;
}
.rodape{
  min-height: 104px;
  z-index: 8888;
  padding-top: 5px;
  background: transparent url(../img/bgrod.png) center top no-repeat;
}
.rodape h3{
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  margin-top: 2px;
  color: #000;
}
.rodape p{
  font-size: 1em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000;
}



.tel{
  background: #0092d0;
  color: #fff !important;
}

.nav-pills > li > a {
  border-radius:0 !important;
  border-bottom:3px solid transparent;
  color:#FFF !important;
  font-weight:bolder;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;

}
.navbar {
  margin-bottom:0px !important;
}
.nav > li > a {
  line-height:40px !important;
  color:#FFF !important;
}
.nav > li > a:hover {
  color:#fff !important;
  background:#0089C4;
}
.navbar-default {
  background:transparent !important;
  border:0 !important;
}

/*Banner*/

.banner{
  min-height: 660px;
  border-bottom: 4px solid #0092D0;
  background: #fcf;
}

/*Conteúdo*/

.conteudopaginas{
  min-height: 600px;
  background: url(../img/bg.png) repeat;
}
.conteudo{
  min-height: 600px;
  background: url(../img/bgconteudo.png) repeat;
}
.cont{
  background: url(../img/sombra.png) no-repeat center top;
}


.sidebar-nav{
  margin:20px 0;
}
.sidebar-nav li{
  list-style: none;
  margin-bottom: 5px;
}
.servicosmenu li a {
    display: block;
    text-decoration: none;
    color: #999999;
    padding: 10px 0;
}

.servicosmenu li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0,146,208,0.9);
}

.paginas h2{
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  background: #0092d0 ;
  border-bottom: 3px solid #0068a9;
  padding: 10px 0;
}
.paginas i{
  text-align: center !important;
  border: 1px solid #0068a9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #666;
  margin:5% 45%;
}
.paginas .thumbnail{
  min-height: 400px;
  border: none !important;
}