/*
Flaticon icon font: Flaticon
Creation date: 27/04/2017 00:04
*/

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

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

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

.icono-casa:before { content: "\f100"; }
.icono-tick:before { content: "\f101"; }
.icono-calendario:before { content: "\f102"; }
.icono-reloj:before { content: "\f103"; }
.icono-google:before { content: "\f104"; }
.icono-galon-izquierdo-doble:before { content: "\f105"; }
.icono-angulo-doble-que-apunta-a-la-derecha:before { content: "\f106"; }
.icono-lupa:before { content: "\f107"; }
.icono-interfaz:before { content: "\f108"; }
.icono-gps:before { content: "\f109"; }
.icono-ubicacion:before { content: "\f10a"; }
.icono-llamada:before { content: "\f10b"; }
.icono-prev:before { content: "\f10c"; }
.icono-next:before { content: "\f10d"; }
.icono-nextweb:before { content: "\f10d"; }
.icono-flechas-1:before { content: "\f10e"; }
.icono-flechas:before { content: "\f10f"; }
.icono-skype:before { content: "\f110"; }
.icono-whatsapp:before { content: "\f111"; }
.icono-twitter:before { content: "\f112"; }
.icono-youtube-logo:before { content: "\f113"; }
.icono-youtube:before { content: "\f114"; }
.icono-facebook:before { content: "\f115"; }
.icono-sobre:before { content: "\f116"; }

