body {
  background: url(../images/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  font-family: Arial, Verdana;
}

h2 {
  color: #df0;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: normal;
  font-size: 2em;
  margin: 20px 0 10px 0;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}

.mapa {
  width: 960px;
  max-width: 100%;
  height: 350px;
  margin-top: 10px;
}

.center {
  text-align: center;
  max-width: 100%;
}

.cultos {
  margin-bottom: 25px;
}

.cultos h2 {
  margin: 0 0 10px 0;
}

.instagram {
  margin-bottom: 25px;
}

.instagram a {
  color: #fff;
}