@font-face {
  font-family: 'iconos-footer';
  src: url('../fonts/.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'iconosmenu';
    src: url('../font/iconosmenu.svg?47061102#iconosmenu') format('svg');
  }
}
*/

 [class^="icofooter-"] {


  /* Uncomment for 3D effect */
   text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
}



.icofooter-pagoseguro {
 background: url(/static/images/footer/pago_seguro_2.svg);
 margin: 0 auto;
 display: block;
 text-indent: -9999px;
 width: 80px;
 height: 80px;
 background-size: 80px 80px;
}


.icofooter-pagotarjeta {
 background: url(/static/images/footer/tarjeta.svg);
 margin: 0 auto;
 display: block;
 text-indent: -9999px;
 width: 80px;
 height: 80px;
 background-size: 80px 80px;
}

.icofooter-transporte {
 background: url(/static/images/footer/transporte.svg);
 margin: 0 auto;
 display: block;
 text-indent: -9999px;
 width: 80px;
 height: 80px;
 background-size: 80px 80px;
}

.icofooter-reparacion {
 background: url(/static/images/footer/servicio_reparacion.svg);
 margin: 0 auto;
 display: block;
 text-indent: -9999px;
 width: 80px;
 height: 80px;
 background-size: 80px 80px;
}





