/*
 *  Document   : meus_icones.css
 *  Author     : Romilson Guimarães Souza
 *  Description: Icones svg chamados pela classe rgs rgs-*.
 *  Tamanhos dos icones icones serão feitas pelas classes fa-5x por exemplo.
 */

.rgs {
    display: inline-block;
    width: 0.93em;
    height: 0.93em;
    font-size: 14px; /* tamanho base */
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.rgs-policial {
    background-image: url("../svg/policial.svg");
}

.rgs-2x{
	font-size:2em;
}

.rgs-3x{
	font-size:3em;
}

.rgs-4x{
	font-size:4em;
}

.rgs-5x{
	font-size:5em;
}
