@import url('https://fonts.googleapis.com/css?family=Lato');
body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
}
h1 .entry-title {
  color: #000;
}
a, .page-link {
  color: #428bca;
}
a:hover, .page-link:hover {
  color: #1f496e;
}
#content {
  padding: 90px 0 20px 0;
}
.widget ul li {
  list-style: none;
}
nav.navbar {
  z-index: 999;
  border-radius: 0;
  border-left-width: 0;
  border-right-width: 0;
  background-color: #fbfbfb;
  margin-bottom: 0;
}
.wrap_cookies {
  max-width: 300px;
  border: 0;
}
.wrap_cookies.gris {
  background-color: rgba(0, 0, 0, .46);
}
.wrap_cookies .message {
  color: #fff;
  padding-top: 10px !important;
}
.wrap_cookies .message .siteTitle {
  display: none;
}
.wrap_cookies .message p {
  margin-top: 10px;
}
.wrap_cookies .message p a.under {
  color: #fff;
}
.wrap_cookies .message p a#cerrar_msj {
  padding: 5px;
  padding-left: 0;
  color: #fff;
}
#contact-container > img {
  position: absolute;
  max-width: 200px;
  top: 40px;
  margin: 0 50px;
  opacity: 0.8;
}
@media (max-width: 1900px) {
  #contact-container > img {
    display: none;
  }
}
#contact-container #gryffindori {
  left: 0;
}
#contact-container #hufflepuffi {
  left: 250px;
  top: -10px;
}
#contact-container #ravenclawi {
  right: 250px;
  top: -10px;
}
#contact-container #slytherini {
  right: 0;
}
