* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, html {
  width: 100%;
  height: 100%;
}

body {
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
  color: #444;
  background: #d5ecde;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Rubik', sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  line-height: 1.2em;
}

h1 {
  font-size: 3.375em;
}

h2 {
  font-size: 2.25em;
}

h3 {
  font-size: 1.5em;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 0.5px;
}

#intro {
  max-width: 100%;
  padding: 30px 30px 15px;
  margin: 0 auto;
  text-align: center;
}

#intro h1 {
  color: #52cc00;
  text-transform: uppercase;
}

#intro h1 span {
  color: #0080ff;
}

#intro img {
  width: 25px;
  margin-bottom: -5px;
}

#mapa {
  width: 100%;
  /*max-width: 1500px;*/
  margin: 0 auto 0;
  height: auto;
  position: relative;
  background: #d5ecde;
}

#mapa img.mapa {
  width: 100%;
  min-width: 100%;
  height: auto;
  display: block;
}

#mapa img.marker {
  position: absolute;
  z-index: 10;
  width: 28px;
  cursor: pointer;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
}

#mapa img.marker:hover {
  width: 38px;
  margin-left: -5px;
  margin-top: -11px;
}

#mapa #mk1 {
  top: 68%;
  left: 18%;
}

#mapa #mk2 {
  top: 51%;
  left: 15%;
}

#mapa #mk3 {
  top: 39%;
  left: 16%;
}

#mapa #mk4 {
  top: 10%;
  left: 18%;
}

#mapa #mk5 {
  top: 5%;
  left: 52%;
}

#mapa #mk6 {
  top: 33%;
  left: 38%;
}

#mapa #mk7 {
  top: 59%;
  left: 36.5%;
}

#mapa #mk8 {
  top: 69%;
  left: 46.4%;
}

#mapa #mk9 {
  top: 57%;
  left: 57.5%;
}

#mapa #mk10 {
  top: 58%;
  left: 83%;
}

#mapa #mk11 {
  top: 48%;
  left: 75%;
}

#mapa #mk12 {
  top: 35%;
  left: 73%;
}

#mapa #mk13 {
  top: 16%;
  left: 46.3%;
}

#mapa #mk14 {
  top: 20%;
  left: 65%;
}

#mapa #mk15 {
  top: 80%;
  left: 11%;
}

#mapa #mk16 {
  top: 80%;
  left: 60%;
}

#mapa #mk17 {
  top: 20%;
  left: 20%;
}

#mapa #mk18 {
  top: 50%;
  left: 43%;
}

#mapa #mk19 {
  top: 62%;
  left: 7%;
}

#mapa #mk20 {
  top: 62%;
  left: 71%;
}

#mapa #mk21 {
  top: 24%;
  left: 50%;
}

#mapa #mk22 {
  top: 24%;
  left: 75%;
}

#mapa #mk23 {
  top: 23%;
  left: 55%;
}

.content {
  padding: 30px;
  display: none;
}

.content .foto {
  width: 100%;
  height: auto;
  background: #ddd;
  text-align: center;
  color: #999;
  margin-bottom: 15px;
}

.content .foto h4 {
  line-height: 180px;
}

.content .foto img {
  width: 100%;
  display: block;
}

.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.close {
  position: fixed;
  right: 20px;
  top: 20px;
  background: rgba(0, 0, 0, 0.5) url(../images/close.png) center center;
  background-size: cover;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border-radius: 7px;
  z-index: 101;
  display: none;
}
/*# sourceMappingURL=template.css.map */