/* tapa y pincho */
html {
  overflow: auto;
}

.mainBody__TapaPincho {
  background: url("https://s03.s3c.es/imag/_v0/2300x1843/6/5/f/fondo-tapaypincho-4.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header {
  background: #fff;
}

.container { width: 90%; }

p, h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 102, 0, 0), rgba(255, 102, 0, 0.75), rgba(255, 102, 0, 0));
    overflow: visible; /* For IE */
   padding: 0;
   text-align: center;
}

hr:after {
    content: "\25CF";
    display: inline-block;
    position: relative;
    top: -0.75em;
    font-size: 1em;
    padding: 0 0.25em;
    background: white;
}

strong, h4 { color: #f60; }

footer { background: #000; color: #fff; border-top: 5px solid #f60; }
footer ul.nav a {
  color: #f0f0f0;
}
footer ul.nav a:hover {
  color: #f60;
}

.modal {
  background: rgba(0,0,0,.6);
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .container {
      max-width: 90% !important;
    }
  }
