*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
  list-style-type: none;
}

li i {
  display: block;
  width: 15px !important;
  height: 15px !important;
  color: black;
}

.back {
  width: 100%;
  height: 640px;
}

.midia {
  position: absolute;
  left: 230px;
  top: 390px;
  z-index: 1;
  width: 10rem;
  height: 1.25rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.contato {
  position: absolute;
  left: 200px;
  top: 430px;
  z-index: 1;
  width: 17rem;
  height: 1.25rem;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

@media (max-width: 768px) {
  .back {
    width: 100%;
    height: 100%;
  }
}
