/*variables*/
.MapaPop {
  height: 400px;
  width: 100%; }

.gm-style-iw * {
  display: block;
  width: 100%; }

.gm-style-iw h4, .gm-style-iw p {
  margin: 0;
  padding: 0; }

.gm-style-iw a {
  color: #4272db; }

.modalDialog {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }

.modalDialog:target {
  opacity: 1;
  pointer-events: auto; }

.modalDialog > section {
  max-width: 600px;
  position: relative;
  margin: 10% auto;
  padding: 5px 5px 5px 5px;
  /*border-radius: 10px;*/
  background: #000 o;
  border: 2px solid #fad000; }

.modalDialog > section > article {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-left: -5px;
  margin-top: -15px;
  z-index: 999999999; }

.modalDialog > section > article > p {
  padding: 5px 0px 5px 0px;
  border: 2px solid #fad000;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-border-radius: 15px;
  color: #fad000;
  font-size: 20px;
  background: #000;
  font-family: "HeronSansLight";
  letter-spacing: 1px; }

.close {
  background: #000;
  border: 2px solid #fad000;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  z-index: 999999999; }

.close:hover {
  background: #fad000;
  color: #000; }

#map {
  width: 500px;
  height: 300px; }

/*# sourceMappingURL=popup.css.map */
