/* override materialize */

.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* ------------------------- */
.versiones ul li,
.provincias ul li,
.caracteristicas ul li {
  list-style-type: square;
  margin-left: 20px;
}



.brand-logo {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/logo.png) no-repeat;
  margin-top: 6px;
}

.parallax-container {
  height: 500px;
}

blockquote {
  background: #fff4e4;
  font-size: 1em;
  border-left: .7em solid #ee6e73;
  margin: 4px 0 16px 0;
  padding: 1em 1em;
  quotes: "\201C""\201D";
}

blockquote:before {
  font: Georgia;
  color: #808080;
  content: open-quote;
  font-size: 3em;
  line-height: 0;
  vertical-align: -.50em;
  padding: 0 .2em 0 .1em;
  }

blockquote:after {
  font: Georgia;
  color: #808080;
  content: close-quote;
  font-size: 3em;
  line-height: 0.3em;
  margin-right: 0.25em;
  vertical-align: -0.50em;
  padding: 0 0 0 .1em
}

blockquote:first-child {
  display: absolute;
  padding-top: 1.3em;
}

blockquote:last-child {
  display: absolute;
 }