@charset "UTF-8";
/* Botão Call to Action */
a.shatpada-call-to-action {
  background: #ff9411 !important;
  background: -moz-linear-gradient(top, #ff9411 0%, #ff5d00 100%) !important;
  background: -webkit-linear-gradient(top, #ff9411 0%, #ff5d00 100%) !important;
  background: linear-gradient(to bottom, #ff9411 0%, #ff5d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9411', endColorstr='#ff5d00',GradientType=0 );
  border: 1px solid #ff5d00 !important;
  color: #ffffff !important;
  font-size: 30px;
  letter-spacing: .2em;
  line-height: 120%;
  border-radius: 5px;
  text-transform: uppercase;
  padding: .8rem 1.875rem;
  display: block;
  font-family: Lato;
  font-weight: bold;
  margin: 30px 0px 0 0px;
  cursor: pointer;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.75);
  transition: all 0.25s ease;
  text-align: center; }

a.shatpada-call-to-action:hover {
  background: #3cb0fd;
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  transform: scale(1.05) !important; }
