﻿body {
  background-image: url(/bodyimage.png);
}
.moonshare-close {
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid white;
  cursor: pointer;
}
.moonshare-close:after {
  position: absolute;
  content: "\00d7";
  color: #fff;
  font-size: 47px;
  left: 2px;
}
.moonshare-close:hover {
  border-color: #e8e8e8;
}
.moonshare-close:hover:after {
  color: #e8e8e8;
}
.moonshare-list-container {
  margin: auto;
  max-width: 600px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  max-height: 250px;
  text-align: center;
}
.moonshare-overlay {
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
ul.moonshare-list {
  display: none;
  list-style-type: none;
  position: relative;
}
ul.moonshare-list * {
  box-sizing: border-box;
  outline-color: #eeecec;
}
ul.moonshare-list li {
  display: inline-block;
  position: relative;
  /*width: 84px;
        min-width: 84px;*/
  margin: 15px 22px;
  vertical-align: top;
  overflow: visible;
}
ul.moonshare-list li svg {
  fill: #fff;
}
ul.moonshare-list li button {
  font-family: NoticiasText,serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
ul.moonshare-list li button span {
  display: block;
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s ease;
  border-radius: 50%;
}
ul.moonshare-list li button span:hover {
  transform: scale(1.05, 1.05);
}
ul.moonshare-list li button:active,
ul.moonshare-list li button:visited,
ul.moonshare-list li button:focus {
  border: none;
  outline: 0;
}
ul.moonshare-list li button + span {
  display: block;
  color: #eeecec;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .8px;
  line-height: 21px;
}
ul.moonshare-list li button + span:hover {
  cursor: pointer;
}
.moonshare-menu ul {
  display: block;
  list-style-type: none;
}
.moonshare-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 2px;
  vertical-align: top;
  overflow: visible;
}
.moonshare-menu ul li svg {
  fill: #fff;
}
.moonshare-menu ul li button {
  font-family: NoticiasText,serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.moonshare-menu ul li button span {
  display: block;
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s ease;
  border-radius: 50%;
}
.moonshare-menu ul li button span:hover {
  transform: scale(1.05, 1.05);
}
.moonshare-menu ul li button:active,
.moonshare-menu ul li button:visited,
.moonshare-menu ul li button:focus {
  border: none;
  outline: 0;
}
.moonshare-menu ul li button span {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.moonshare-menu ul li button + span {
  display: none;
}