/* VENDEDORES */
.body {
  background: url(../imagens/cream_pixels.png) center center repeat;
}
.info_vendedore h3 {
  max-width: 400px;
  margin: 0 auto 0.3rem auto;
  display: block;
  background: #fff;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 1rem;
  border: 1px #f1f1f1 solid;
}
@media only screen and (min-width: 62em) {
  .info_vendedore h3 {
    margin: 6rem auto 0.3rem auto;
  }
}
.info_vendedore .exibe_revendedores {
  max-width: 400px;
  margin: 0 auto 0 auto;
  padding: 1rem;
  background: #fff;
  -webkit-box-shadow: 0 32px 29px -22px rgba(0, 0, 0, 0.35);
          box-shadow: 0 32px 29px -22px rgba(0, 0, 0, 0.35);
  border: 1px #f1f1f1 solid;
}
.info_vendedore .exibe_revendedores div {
  border-top: 1px #f1f1f1 solid;
  padding: 1rem;
}
.info_vendedore .exibe_revendedores div p {
  margin: 0.5rem 0;
}
.info_vendedore .exibe_revendedores div:first-child {
  border: none;
  padding-top: 0;
}
.box_mapa {
  padding: 5rem 0;
}
.nome_estado {
  width: 100%;
  height: 73px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #fe3131;
  padding: 20px;
  font-size: 22px;
  color: #fff;
  display: none;
}
@media only screen and (min-width: 62em) {
  .nome_estado {
    width: 60%;
  }
}
.nome_estado:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fe3131;
}
path {
  cursor: pointer;
}
path:hover {
  fill: #fe3131;
}
