﻿.at-share-btn {
  max-width: 20px !important;
  max-height: 20px !important;
  line-height: 20px !important;
}
.at4-icon {
  max-width: 20px !important;
  max-height: 20px !important;
  background-size: contain !important;
}
a .at-icon-wrapper,
a .at-icon-wrapper svg {
  max-width: 20px !important;
  max-height: 20px !important;
  line-height: 20px !important;
}
.aticon-facebook {
  background-image: url('/Content/2015/Home/GridNoticias-Share-Facebook.png');
}
.atm-f {
  height: 1.5pc;
}
.aticon-twitter {
  background-image: url('/Content/2015/Home/GridNoticias-Share-Twitter.png');
}
.aticon-email {
  background-image: url('/Content/2015/Home/GridNoticias-Share-Email.png');
}
.aticon-compact {
  background-image: url('/Content/2015/Home/GridNoticias-Share-AddThis.png');
}
@media (max-width: 767px) {
  .at-share-btn {
    max-width: 2rem !important;
    max-height: 2rem !important;
    line-height: 2rem !important;
  }
  .at4-icon {
    max-width: 2rem !important;
    max-height: 2rem !important;
    background-size: contain !important;
  }
  a .at-icon-wrapper,
  a .at-icon-wrapper svg {
    max-width: 2rem !important;
    max-height: 2rem !important;
    line-height: 2rem !important;
  }
}