@charset "utf-8";
.span6 {
  float: left;
  width: 50%;
}
.span4 {
  float: right;
  width: 40%;
  background: rgba(255,255,255,0.6);
}
.contrucao {
  font-size: 40px;
  line-height: 48px;
  color: white;
}
#map {
  width: 100%;
}
.bg-representantes:after {
  content: ".";
  visibility: hidden;
  height: 0;
  clear: both;
  display: block;
}
.span10 {
  z-index: 999;
  padding: 50px 0 0;
  position: relative;
  background-image: ;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 630px;
  background-attachment: fixed;
}
.estados {
  height: 490px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cidades {
  width: 100%;
  float: left;
}
.estados {
  display: none;
}
.estados.mostrar {
  display: block;
}
.estados > li,
.cidades > li {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.cidades > li {
  border-bottom: white solid 1px;
}
.cidades > li:last-child {
  border: none;
}
.estados > li h4 {
  font-size: 22pt;
  line-height: 22pt;
  font-family: 'exo-bold', Arial, Helvetica, sans-serif;
  color: #58595B;
  padding: 0 0 15px;
  border-bottom: 1px solid gray;
}
.ul-representantes > li {
  color: red;
  border-bottom: 1px solid gray;
  padding: 0 0 15px 0;
}
.ul-representantes > li h5 {
  font-size: 14pt;
  line-height: 20pt;
  font-family: 'exo-bold', Arial, Helvetica, sans-serif;
  color: black;
  margin: 15px 0 5px;
}
.ul-representantes > li p {
  font-size: 11pt;
  line-height: 15pt;
  color: #58595B;
}
.ul-representantes > li p.fone {
  font-size: 13pt;
  line-height: 17pt;
}
.scroll-pane {
  width: 100% !important;
  height: 510px;
}
.jspPane,
.jspContainer {
  width: 100% !important;
}
