html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Aldrich", sans-serif;
}

.is18 {
  position: fixed;
  margin: 0.6em;
  border: 2px solid rgba(255, 0, 0, 0.8);
  background-color: white;
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  color: black;
  cursor: pointer;
  user-select: none;
}

.line {
  width: 1.5em;
  height: 1.5em;
  border-bottom: 2px solid rgba(255, 0, 0, 0.8);
  transform: translateY(-1em) translateX(0.5em) rotate(135deg);
  position: absolute;
}

.hide {
  display: none;
}

.top {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 25px;
  padding: 10px 15px;
  box-sizing: border-box;
  text-align: right;
  font-size: small;
  color: #ccc;
}

#top1 {
  background: white; // TODO black;
}

.header {
  max-width: 265px;
  margin: 0 auto;
  height: auto;
}

.logo {
  background-image: url("logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  margin: 0 0 -10px;
  padding-top: 25.93583%;
}

.form {
  margin: 0 auto;
  width: 80%;
  max-width: 360px;
  position: relative;
}

input {
  font-family: "Nunito", sans-serif;
  height: 44px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  width: 100%;
  border-radius: 2px;
  border: 0;
  outline: 0;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 15px;
  color: #b2b2b2;
}

::-webkit-input-placeholder {
  color: #d4d4d4;
}
::-moz-placeholder {
  color: #d4d4d4;
}
:-ms-input-placeholder {
  color: #d4d4d4;
}

.search {
  position: absolute;
  right: 12px;
  top: 12px;
  height: 20px;
  width: 20px;
  background-image: url("search.png");
  z-index: 6;
  cursor: pointer;
}

.info-popup {
  z-index: 10;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  width: 100vw;
  margin: 0 auto;
  padding: 20vh 0;
  color: red;
  text-align: center;
}

.tippy-tooltip.fulck-logo-theme {
  background-color: rgba(255, 255, 255, 0.95);
  border: 0;
  font-weight: bold;
  color: #333;
}

.tippy-popper .tippy-tooltip.fulck-logo-theme .tippy-arrow {
  border: 0;
}

.tippy-tooltip.fulck-theme {
  background-color: rgba(255, 255, 255, 0.95);
  border: 2px solid #500;
  border-radius: 5px;
  padding: 5px;
  font-weight: bold;
  color: #333;
}

.tippy-popper[x-placement^="right"] .tippy-tooltip.fulck-theme .tippy-arrow {
  border-right: 5px solid red;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.tippy-popper[x-placement^="left"] .tippy-tooltip.fulck-theme .tippy-arrow {
  border-left: 5px solid red;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

span {
  color: red;
}

p img {
  height: 50px;
  max-width: 320px;
}

p {
  padding: 0 5px;
  margin: 0;
}

h1 {
  margin: 0;
  padding: 2px 0;
  color: #aaa;
}
.container {
  margin: 7px;
}

.container:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.column {
  width: 33.33333%;
  width: calc(100% / 3);
  float: left;
  font-size: small;
  padding: 0 5px;
  text-align: justify;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: red;
}
a:hover {
  color: #fff;
  background-color: #000;
}

h1,
h2,
h2 a {
  cursor: pointer;
  color: #aaa;
}

h2 {
  font-size: 2em;
  margin: 2px 0;
}

h2:hover {
  color: red;
}

.inner {
  font-size: 0.5em;
}

.lista {
  margin: 10px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lista img {
  height: 1.5em;
  border: 1px solid white;
}

.lista a:hover {
  ltext-decoration: none;
  background: none;
}

.footer {
  text-align: center;
  padding-bottom: 20px;
}

.night {
  background: #444 !important;
  color: #ddd;
}

.night .lista img {
  height: 1.5em;
  border: 1px solid #444;
}

.night a {
  color: #aaa;
}

@media screen and (max-width: 640px) {
  .top {
    display: none;
  }

  .lista {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }

  .lista a img {
    height: auto;
    max-height: 100px;
    width: 100px;
    max-width: 100%;
    padding: 0 2px;
  }

  .column {
    font-size: 1.5em;
    width: 100%;
  }

  .tippy-tooltip.fulck-theme {
    display: none;
  }
}
