.lagonessi-header {
  max-width: 800px;
  min-height: calc(100vh - 192px);
  max-height: 1440px;
  margin: 16px auto;

  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;

  cursor: default;
}

.lagonessi-capa {
  display: block;
  margin: 8px auto;
  padding: 0;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: url('https://comoperderamigos.com/lagonessi/lagonessi-128.jpg');
  background-color: #000E29;
  background-size: 102% auto;
  background-repeat: no-repeat;
  background-position: center center;
  transition: ease-in 64ms;
}

.lagonessi-capa:hover {
  transition: ease-out 128ms;
  background-size: 100% auto;
  -webkit-transform: rotate(-1deg);
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -o-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

.lagonessi-h1 {
  font-size: 14pt;
}

.lagonessi-links {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.lagonessi-importante {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;

  margin-bottom: 24px;
}

.lagonessi-escuta {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
