@font-face {
  font-family: 'iconosmenu';
  src: url('../fonts/iconosmenu.eot?91993773');
  src: url('../fonts/iconosmenu.eot?91993773#iefix') format('embedded-opentype'),
  url('../fonts/iconosmenu.woff2?91993773') format('woff2'),
  url('../fonts/iconosmenu.woff?91993773') format('woff'),
  url('../fonts/iconosmenu.ttf?91993773') format('truetype'),
  url('../fonts/iconosmenu.svg?91993773#iconosmenu') 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?91993773#iconosmenu') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "iconosmenu";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-00066:before { content: '\e800'; } /* '' */
.icon-00005:before { content: '\e801'; } /* '' */
.icon-00068:before { content: '\e802'; } /* '' */
.icon-00024:before { content: '\e803'; } /* '' */
.icon-00018:before { content: '\e804'; } /* '' */
.icon-00029:before { content: '\e805'; } /* '' */
.icon-00002:before { content: '\e806'; } /* '' */
.icon-00064:before { content: '\e807'; } /* '' */
.icon-00061:before { content: '\e808'; } /* '' */
.icon-00022:before { content: '\e809'; } /* '' */
.icon-00003:before { content: '\e80a'; } /* '' */
.icon-00053:before { content: '\e80b'; } /* '' */
.icon-00065:before { content: '\e80c'; } /* '' */
.icon-00070:before { content: '\e80d'; } /* '' */
.icon-00008:before { content: '\e80f'; } /* '' */
.icon-00020:before { content: '\f0a0'; } /* '' */
.icon-00058:before { content: '\f0d6'; } /* '' */
.icon-00062:before { content: '\f0eb'; } /* '' */
.icon-00019:before { content: '\f0f2'; } /* '' */
.icon-00050:before { content: '\f108'; } /* '' */
.icon-00009:before { content: '\f109'; } /* '' */
.icon-00037:before { content: '\f10b'; } /* '' */
.icon-00046:before { content: '\f11b'; } /* '' */
.icon-00006:before { content: '\f11c'; } /* '' */
.icon-00012:before { content: '\f12e'; } /* '' */
.icon-00067:before { content: '\f17b'; } /* '' */
.icon-00034:before { content: '\f187'; } /* '' */
.icon-00015:before { content: '\f1e6'; } /* '' */
.icon-00025:before { content: '\f1ea'; } /* '' */
.icon-00060:before { content: '\f233'; } /* '' */
.icon-00001:before { content: '\f287'; } /* '' */
.icon-00004:before { content: '\f2c3'; } /* '' */


.icono-ordenador {
  width: 28px;
  height: 24px;
  background-image:  url(/static/fonts/case-computer.svg);
  display: inline-block;
}
@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;
}





