* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
}
hr {
  border-top: 1px solid #cccccc;
  border: 0;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}
/*----------  -------  ----------*/
/*----------  Classes  ----------*/
/*----------  -------  ----------*/
.container {
  display: block;
  margin: 0 auto;
  max-width: 600px;
  overflow: hidden;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
body {
  background: url("../bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: block;
}
.linkPrincipal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 198px;
  margin: 0 auto;
  display: block;
  max-width: 100px;
  text-align: center;
  padding-right: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.logos {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.logos a {
  display: block;
  float: left;
  width: 50%;
  padding: 15px;
  opacity: .80;
}
.logos a:hover {
  opacity: 1;
}
.logos a img {
  width: 100%;
  height: auto;
}
.logos a.linkLibrelato {
  margin-top: 10px;
}
