
.vt-header-link{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  margin-right:4px;
  color:#475569;
  font-weight:700;
  text-decoration:none;
  border-radius:12px;
}
.vt-header-link:hover{
  color:#1769e8;
  background:#f5f8fd;
}
.vt-share-menu{
  position:absolute;
  z-index:10000;
  width:210px;
  display:none;
  padding:7px;
  border:1px solid #dbe3ee;
  border-radius:15px;
  background:#fff;
  box-shadow:0 18px 45px rgba(15,23,42,.18);
}
.vt-share-menu.open{display:grid}
.vt-share-menu button{
  width:100%;
  border:0;
  border-radius:10px;
  background:transparent;
  padding:11px 12px;
  text-align:left;
  color:#0f172a;
  font:inherit;
  font-weight:650;
  cursor:pointer;
}
.vt-share-menu button:hover{background:#f2f6fc}
.vt-donation-bottom{
  width:min(1180px, calc(100% - 36px)) !important;
  margin:30px auto 28px !important;
  float:none !important;
}
#herramientas{scroll-margin-top:110px}
@media(max-width:720px){
  .vt-header-link{font-size:13px;padding:9px 8px}
  .vt-donation-bottom{width:calc(100% - 24px) !important}
}
