#top {
  &:before {
    content: "";
    background: #133b5bb3 !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  img {
    margin-top: 80px;
    @media (max-width: 768px) {
      display: none;
    }
  }
}

#gif-maglietta {
  max-width: 800px;
  margin: auto;
}

.box-in-image {
  position: absolute;
  top: calc(50% - (70px / 2));
  left: calc(50% - (415px / 2));
  background-color: var(--verde1);
  width: 415px;
  padding: 0 16px 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
