.header-background{
  height:450px;
}
.header-content{
  min-height:285px;
  overflow:hidden;
}
.content{
  box-shadow:0 -6px rgba(0,0,0,0.07);
  border-top:1px solid #ee3637;
}
.interna-title{
  display:inline-block;
  position:relative;
  top:60px;
}
.interna-title:before,
.interna-title:after{
  content:" ";
  display:block;
  width:9999px;
  position:absolute;
  border-top:1px solid #ee3637;
  top:50%;
}
.interna-title:before{
  left:-10039px;
}
.interna-title:after{
  right:-10039px;
}
.interna-title h1{
  margin:0;
}
.enviar{
  border:none;
  width:100%;
}
.modal-overlay-hidden{
  display:none;
}
.estados-textos{
  display:none;
}
.mapa-legendas{
  position:absolute;
  right:0;
  top:170px;
}
.mapa-legenda{
  width:225px;
  display:inline-block;
  margin-left:10px;
}
.mapa-legenda:before{
  content:" ";
  display:block;
  float:left;
  width:30px;
  height:30px;
  border:1px solid #ee3637;
  box-shadow:4px 4px rgba(0,0,0,0.1);
  margin-right:10px;
}
.mapa-legenda.legenda-representante:before{
  background:#ee3637;
}
.mapa{
  width:610px;
  height:640px;
  padding-top:50px;
  padding-bottom:50px;
  position:relative;
  top:0;
  margin-top:20px;
  margin-bottom:20px;
  display:inline-block;
  float:right;
  z-index:2;
  box-sizing:content-box;
}
.container{
  clear:both;
}
.mapa .estado{
  cursor:pointer;
  fill:#f2f4f5;
  stroke:#aab3bb;
  -webkit-transition:fill 100ms;
  -moz-transition:fill 100ms;
  -o-transition:fill 100ms;
  transition:fill 100ms;
}
.mapa .estado:hover{
  /* fill:#aab3bb; */
}
.mapa .estado-active{
  fill:#222;
}
.mapa .estado-active:hover{
  fill:#44444f;
  /* fill:#4a627e; */
}
.mapa .estado-label{
  background:#55555f;
  color:white;
  padding:5px;
  padding-left:15px;
  padding-right:15px;
  border-radius:100px;
  position:absolute;
  margin-top:-20px;
  white-space:nowrap;
  box-shadow:2px 2px rgba(0,0,0,0.2);
}
.mapa .estado-label:before{
  border:10px solid transparent;
  content:" ";
  position:absolute;
  display:block;
  border-right-color:#55555f;
  border-right-width:10px;
  border-left:none;
  left:-10px;
  margin-top:-10px;
  top:50%;
  left:-6px;
}
.left-col{
  position:relative;
  right:0;
  width:650px;
  padding-top:130px;
}
.left-box{
  border:4px solid #000;
  width:520px;
  padding:40px 60px;
}
.clique{
  height:160px;
  line-height:160px;
  text-align:left;
}
.clique-icon{
  display:inline-block;
  vertical-align:middle;
  margin-right:20px;
}
.clique-texto{
  display:inline-block;
  vertical-align:middle;
  width:300px;
  line-height:1.2;
  text-align:left;
  font-size:16px;
  font-family:Georgia,serif;
  color:#888;
}
.clique-texto-header{
  text-transform:uppercase;
  color:#000;
  font-family:Montserrat,sans-serif;
  font-weight:bold;
  font-size:1.1em;
  margin-bottom:0.2em;
}
.left-box-separator{
  font-family:Georgia,serif;
  color:#888;
  font-size:16px;
  text-align:center;
}
.left-box-separator::before,
.left-box-separator::after
{
  content:'';
  border-top:1px solid #ddd;
  height:1px;
  width:140px;
  display:inline-block;
  margin-left:20px;
  margin-right:20px;
  vertical-align:middle;
}
.contato{
  height:160px;
  line-height:160px;
  padding-left:40px;
  text-align:right;
}
.contato-texto{
  display:inline-block;
  vertical-align:middle;
  width:400px;
  line-height:1.2em;
  text-align:left;
}
.modal-overlay{
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.5);
  z-index:100;
}
.modal{
  background:white;
  width:600px;
  margin:auto;
  position:relative;
  font-family:Georgia,serif;
  box-shadow:0 20px 20px rgba(0,0,0,0.5);
  overflow-y:auto;
  max-height:90vh;
}
.modal p{
  font-family:Georgia,serif;
  color:#666;
}
.modal p strong{
  color:#000;
  font-weight:bold;
}
.modal-title,.modal-text{
  padding:30px;
}
.modal-title{
  padding-bottom:0px;
  color:#222;
  text-transform:uppercase;
  font-size:30px;
  font-weight:600;
  font-family:'Montserrat',sans-serif;
}
.modal-text{
  padding-top:0;
}
.modal-close{
  background:#000;
  width:50px;
  height:50px;
  line-height:50px;
  border-radius:100%;
  text-align:center;
  position:absolute;
  /* right:-25px; */
  /* top:-25px; */
  right:20px;
  top:25px;
  -webkit-transition:background 150ms;
  -moz-transition:background 150ms;
  -o-transition:background 150ms;
  transition:background 150ms;
}
.modal-close:hover{
  background:#5d7b9e;
  background:#4a627e;
}
hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 30px 0;
  padding: 0;
}

