	/*
  	ico ico font: ico
  	Creation date: 12/06/2019 19:59
  	*/

@font-face {
  font-family: "ico";
  src: url("./ico.eot");
  src: url("./ico.eot?#iefix") format("embedded-opentype"),
       /*url("./ico.woff2") format("woff2"),*/
       url("./ico.woff") format("woff"),
       url("./ico.ttf") format("truetype"),
       url("./ico.svg#ico") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "ico";
    src: url("./ico.svg#ico") format("svg");
  }
}

[class^="ico-"]:before, [class*=" ico-"]:before,
[class^="ico-"]:after, [class*=" ico-"]:after {   
  font-family: ico;
        font-size: 20px;
font-style: normal;
/*margin-left: 20px;*/
}

.ico-telefono:before { content: "\f100"; }
.ico-enviar:before { content: "\f101"; }
.ico-facebook:before { content: "\f102"; }
.ico-busqueda:before { content: "\f103"; }
.ico-carrito:before { content: "\f104"; }
.ico-carrito2:before { content: "\f105"; }