#representantes {
  padding: 50px 0 0;
  background-color: #f1f1f1;
}

@media (min-width: 576px) {

  #representantes {
    padding: 50px 0 0;
  }
}

#representantes h1 {
  color: #ff902b;
  font-size: 30px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

  #representantes .texto {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 50px;
  }


#mapa {
  height: 482px;
}

#representantes .map-infobox {
	text-align: center;
    padding: 20px;
}

#representantes .map-infobox p.name {
	color: #ff8600;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#representantes .map-infobox p {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
}

@media (min-width: 576px) {

  #mapa {
    height: 300px;
  }
}

@media (min-width: 992px) {

  #mapa {
      height: 100%;
  }
}

#mapa .embed-responsive {
    height: 100%;
}
