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

[data-icon]:before {
    font-family: "top-vida" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "top-vida" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    position: relative;
    top: .125em !important;
    margin-right: .4em !important;
}

.icon-notext:before{
    top: 0;
    margin-right: 0 !important;;
}

/*
ICONS
*/

.icon-user:before {
    content: "\61";
}
.icon-arrow-up:before {
    content: "\62";
}
.icon-whatsapp:before {
    content: "\63";
}
.icon-close:before {
    content: "\64";
}
.icon-chevron-down:before {
    content: "\65";
}
.icon-plus-round:before {
    content: "\66";
}
.icon-minus-round:before {
    content: "\67";
}
.icon-bars:before {
    content: "\68";
}
.icon-log-out:before {
    content: "\69";
}
.icon-chevron-left:before {
    content: "\6a";
}
.icon-chevron-right:before {
    content: "\6b";
}
.icon-chevron-up:before {
    content: "\6c";
}
