@charset "utf-8";
i.theme-icon{
    width: 24px;
    height: 25px;
    display: inline-block;
}

i.theme-icon.experience{
    -webkit-mask: url("../imagens/icones/experience.svg") center / contain no-repeat;
}
i.theme-icon.brasil-icon{
    -webkit-mask: url("../imagens/icones/brasil-icon.svg") center / contain no-repeat;
}
i.theme-icon.selo{
    -webkit-mask: url("../imagens/icones/selo.svg") center / contain no-repeat;
}

i.theme-icon.doc-disable{
    -webkit-mask: url("../imagens/icones/doc-disable.svg") center / contain no-repeat;
}


i.theme-icon.facebook2{
    background: url("../imagens/icones/facebook2.svg") center / 100% no-repeat;
}
