body, .container {
  background-image: url('../img/Fondo.png');
  background-repeat: repeat-x; 
  background-position: right top;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
@font-face {
  font-family: Peace;
  src: url("../fonts/peace_sans.otf") format("opentype");
}
.logo {
  width: 20%;
  max-width: 500px;
}
.logo_div {
  position: absolute;
  top: 140px;
}
.links {
  color: #fff;
  font-size: 3em;
  font-family: 'Peace';
  position: absolute;
  bottom: 30px;
  left: 8%;
}
.fb, .insta, .wpp {
  width: 50px;
}
.fb_link, .fb_link:hover {
  text-decoration: none;
  color: #fff;
}
.insta_link, .insta_link:hover {
  text-decoration: none;
  color: #fff;
}
.links a {
  text-shadow: -2px 0 #4b3800, 0 2px #4b3800, 2px 0 #4b3800, 0 -2px #4b3800;
}

/*RESPONSIVE*/
@media only screen and (max-width: 767px) { 
  .logo {
    width: 60%;
  }
  .links {
    font-size: 1.5em;
  }
  .logo_div {
    top: 20px;
  }
  .fb, .insta, .wpp {
    width: 40px;
  }
}