


.submit-bt a {
  display:block; 
  vertical-align: top;
  width: 80px;
  /*height: 30px;*/
  text-align:center;
  padding:6px 0; 
  font-size: 15px;
  color: #f7f74b;
  background: #000;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform:uppercase; 
  
}
.submit-bt a:hover {
  color: #000;
  background: #f7f74b;
}

.product-data .bts .send:before
{
  width: 40px;
  height: 40px;
}


.product-data .bts .send:before {
  background-position: -120px 0;
}


.icon.send:before {
  content: '';
  display: inline-block;
  background: none;
  -webkit-background-size: 760px 40px;  background-size: 760px 40px;
}

.send
{
  /*content: '';  display: inline-block;*/
  background: url("../images/shared/enviar.png") 8px 6px no-repeat;
/*  -webkit-background-size: 760px 40px; */
/*  background-size: 760px 40px; */
}



.product-data .bts a.send span
{
  display: inline;
  position:relative;
  margin:0 0 0 12px;
  margin:0 0 0 0;
  top:-17px;
  /*vertical-align: middle;*/
}
@media screen and (max-width: 981px)
{

.product-data .bts a.send span
{
  display: inline;
  position:relative;
  margin:0 0 0 25px;
  margin:0 0 0 0;
  top:-17px;
  /*vertical-align: middle;*/
}

}

@media screen and (min-width: 981px)
{

 

.request-form .field input[type="password"] {
  border: 1px solid #000;
  width: 95%;
  padding: 7px;
  margin-bottom: 12px;
  background-color: transparent;
  font-family: 'anm-reg', sans-serif;
  font-size: 13px;
  line-height: 12px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.request-form .field a:hover  {text-decoration:underline;}



button:focus {outline:0;}






