body, html {
	font-family: 'Roboto', sans-serif !important;
}
body {
	background: url("/javax.faces.resource/images/01.png.xhtml");
	background-repeat: repeat-y;
	background-color: rgba(255,255,255,.4);
	background-position: right top;
	background-size: 50%;
	color: #757575;
	font-size: .9rem;
}
a {
	color: #757575;
	display: block;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.container h1:first-child {
	padding-top: 3rem;
}
h1, h2 {
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
h1, h3, h4 {
	text-transform: uppercase;
}
h3, h4 {
	font-weight: 900;
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
textarea {
	resize: none;
}
img {
	max-width: 100%;
}
iframe {
	border: 1px solid #17a2b8;
}

label {
	text-transform: uppercase;
	font-size: .85rem;
	margin-bottom: 0rem;
}
table tr td label {
	margin: 0rem .3rem;
}

p {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: .9rem;
	line-height: 1.6rem;
}
input[type=select] {
	min-height: 2.375rem !important;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.h1-strong { font-weight: 900; }
.h4-receita { color: #00bcd4; }
.h4-governo { color: #009688; }
.h4-saude { color: #4caf50; }
.h4-justica { color: #8bc34a; }
.h4-educa { color: #cddc39; }
.h4-detran { color: #ffc107; }
.carousel-control-next,
.carousel-control-prev { 
	position: relative;
	color: #757575;
	font-size: 2rem;
	height: 100%;
	width: inherit;
	opacity: 1;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
	color: #757575;
	opacity: .5;
}
.carousel-control-next:visited,
.carousel-control-prev:visited {
	color: #757575;
	opacity: 1;
}
.carousel-indicators {
	bottom: 5px !important;
}
.carousel-item {
	border-bottom: 40px solid #212121;
}
.btn {
	border-radius: 0; 
	font-weight: 700;
	font-size: .8rem;
	text-transform: uppercase;
	padding: .5rem .75rem;
}
.btn-outline-info {
	background: #fff;
}
.container + h1 {
	padding-top: 50px;
}
.div-em-colunas {
	-moz-column-gap: 30px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
@media all and (max-width: 767px) {
	.div-em-colunas {
		-moz-column-gap: 0;
		-moz-column-count: 1;
		-webkit-column-count: 1; 
		-webkit-column-gap: 0;
		column-gap: 0;
		column-count: 1;
	}
}
#formVitrine h2 {
	font-size: 1.8rem;
}
#formVitrine .card-body {
	padding: 1.8rem 1rem;
}
#legenda ul {
	display: flex;
	align-items: center;
}
#legenda .legend-square {
	width: 18px;
	height: 18px;
	border: 1px solid #bdbdbc;
}
#legenda li {
	display: inline-block;
	margin-right: 6px;
}
#legenda li p {
	font-size: .6rem;
	text-transform: uppercase;
}
.grey { background-color: #f2f2f2; }
.red { background-color: #dc3545; }
.alert-green { background-color: #278089; color: #278089; }
.accordion .card { background-color: rgba(255,255,255,0); border: 0px; }
.accordion .card-header { padding: 0 0 1.25rem 0; border-bottom: 0px; background-color: rgba(255,255,255,0); }
.accordion .card-body { padding: 0 0 1.25rem 0; }
.card { border-radius: 0rem; }
.card-body { padding: 1rem; }
.card-according { border-radius: 0rem; }
.card-body-according { padding: 1rem; }
/* .card a { color: #757575; } */

.card h5 {
	font-weight: 300;
	line-height: 1.2rem;
	font-size: .9rem;
	text-transform: uppercase;
}
.card .table {
	background-color: #f0f0f0;
	margin-bottom: 0;
}
.card .table td, .card .table th {
    padding: .4rem .5rem;
    vertical-align: middle;
    border-top: none;
}

@media all and (min-width: 576px) {
	.card .card-deck .card {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex: 1 0 0%;
	    flex: 1 0 0%;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    margin-right: 5px;
	    margin-bottom: 5px;
	    margin-left: 5px;
	    min-width: 180px;
	    max-width: 180px;
	}
}

.card-deck .card h2 {
	font-size: 1.2rem;
}

.card .h4 { font-weight: 900; font-size: 1.2rem; }
.card-me-epp { border-top: 0.5rem solid #cddc39; }
.card-e-cnpj { border-top: 0.5rem solid #ffeb3b; }
.card-e-cpf, .card-critica { border-top: 0.5rem solid #ffc107; }
.card-renovacao { border-top: 0.5rem solid #ff0000; }
.card-h5-renovacao {color: #ff0000; }
.card-prof-lib { border-top: 0.5rem solid #ff9800; }
.card-comercial { border-top: 0.5rem solid #8bc34a; }
.card-ajuda { border-top: 0.5rem solid #f44336; }
.card-login { border-top: 0.5rem solid #17a2b8; }
.card-midia-avulsa { border-top: 0.5rem solid #78909c; }
.card-ct-e { border-top: 0.5rem solid #ff5722; }
.card-nf-e { border-top: 0.5rem solid #a1887f; }
.card-epf-empregador { border-top: 0.5rem solid #42a5f5; }
.card-segunda-via-danfe{ border-top: 0.5rem solid #f3c947; }
.card-meus-vouchers { border-top: 0.5rem solid #00bcd4; }
.card-meus-creditos { border-top: 0.5rem solid #795548; }
.card-meus-reembolsos { border-top: 0.5rem solid #009688; }
.card-mensagens { border-top: 0.5rem solid #546e7a; }
.card-cd-manager { border-top: 0.5rem solid #4DB6AC; }
.card-danger { border-top: 0.5rem solid #dc3545; }
.credit-card-list ul, .passo-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.credit-card-list ul li {
	display: inline-block;
	max-width: 6rem;
	margin: 0 .8rem;
	vertical-align: top;
	text-transform: uppercase;
	color: #17a2b8;
}
.stores-list ul li {
	display: inline-block;
	margin: 0 .8rem;
	vertical-align: top;
	text-transform: uppercase;
	color: #17a2b8;
}
/*
#mensagem {
	height: 114px !important;
}
*/
.cartao-apagado {
	opacity: .2;
}
.d-inline-block {
	display: inline !important;
}
.display-3 {
	color: #17a2b8;
	font-size: 2.5rem!important;
}
.display-4 {
	font-size: 2.5rem;
}
.passo-list ul li {
	display: inline-block;
	text-transform: uppercase;
	padding: 1rem;
	margin: 0 1rem 1rem 1rem;
	font-weight: bold;
	background: #fff;
}
.passo-active {
	border: 4px solid #17a2b8;
	color: #17a2b8;
}
.passo-active a {
	color: #17a2b8;
}
.passo-off {
	border: 4px solid #e0e0e0;
	color: #e0e0e0;
}
.passo-off a {
	color: #e0e0e0;
}
.passo-visited {
	border: 4px solid #00838f;
	color: #00838f;
}
.passo-visited a {
	color: #00838f;
}
.passo-first-visited a:active,
.passo-first-visited a:link,
.passo-first-visited a:visited,
.passo-first-visited a:hover,
.passo-second-visited a:active,
.passo-second-visited a:link,
.passo-second-visited a:visited,
.passo-second-visited a:hover,
.passo-third-visited a:active,
.passo-third-visited a:link,
.passo-third-visited a:visited,
.passo-third-visited a:hover,
.passo-fourth-visited a:active,
.passo-fourth-visited a:link,
.passo-fourth-visited a:visited,
.passo-fourth-visited a:hover { color: #80deea !important; }
.card-first,
.card-second,
.card-third,
.card-fourth {
	border-top: 0.5rem solid #17a2b8;
}
.passo-first,
.passo-second,
.passo-third,
.passo-fourth {
	color: #17a2b8;
	border: 4px solid #17a2b8;
}
.passo-first-visited, 
.passo-second-visited,
.passo-third-visited,
.passo-fourth-visited {
	color: #80deea;
	border: 4px solid #80deea;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #17a2b8;
    background-color: #fff;
    border: 0px solid #17a2b8;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

@media all and (max-width: 768px) {
	.vitrine-card { max-width: 768px; }
}

.logado-card {
	max-width: 348px;
}

@media all and (max-width: 768px) {
	.logado-card { max-width: 768px; }
}

.text-login {
	color: #288087;
}

.text-danger {
	text-transform: uppercase;
	font-size: .7rem;
}

.form-comercial {
	border-left: 10px solid #8bc34a;
}

.form-ajuda {
	border-left: 10px solid #f44336;
}
.form-critica {
	border-left: 10px solid #ffc107;
}
.form-default {
	border-left: 10px solid #17a2b8;
}
.h4-comercial {
	color: #8bc34a !important;
}
.h4-ajuda {
	color: #f44336 !important;
}
.h4-critica {
	color: #ffc107 !important;
}
.card, .card-footer {
	background-color: #fafafa;
}
.alert {
	border-radius: 0rem;
	font-size: .8rem;
	text-transform: uppercase;
	margin-bottom: 0rem;
}
.alert-warning {
	background: #ffc107;
	border-color: #ffc107;
}
.form-control {
	border-radius: 0rem;
}
.bg-light {
	background: #fff !important;
	border-bottom: 1px solid #e0e0e0;
}
.close {
	font-size: 1.2rem;
}

.modal-title {
	text-transform: uppercase;
	color: #17a2b8;
	margin: 0 auto;
}

.modal-content {
    border: 4px solid #17a2b8;
    border-radius: .5rem;
}

.modal-body .nav-link {
	padding: .5rem 1rem;
}

.modal-body .nav-item {
	min-height: 2rem;
}

.navbar {
	padding: 0;
}
.navbar-brand {
	margin-left: 1rem;
	padding-top: .9rem;
	padding-bottom: .9rem;
}
.navbar-toggler {
	border: 0;
	border-radius: 0;
}
.nav-item {
	display: flex;
	align-items: center;
	min-height: 5.625rem;
	border-left: 0.5px solid #e0e0e0;
	padding: 0 2.5rem;
}
@media all and (min-width:1024px) {
	.navbar-nav .nav-item.show::after {
		position: absolute;
		bottom: -10px;
		height: 0;
		width: 0;
		left: 45%;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #288087;
		content: "";
	}
}
.pedido-cancelado {
	color: #dc3545;
}
.pedido-ativo {
	color: #007bff;
}
.last-nav-item {
	border-right: 0.5px solid #e0e0e0;
}
@media all and (max-width: 1024px) {
	.last-nav-item {
		border-right: 0px;
	}
}
.nav-link {
	font-size: .9rem;
	font-weight: 700;
	padding: .7rem 1rem;
}
@media all and (max-width: 768px) {
	.nav-link {
		font-size: 1.1rem;
	}
}
.nav-item.show {
	background: #288087;
}
.nav-item-divider {
	display: block;
}
.nav-item-divider .nav-link > span {
	border-left: 1px solid;
}
.navbar-light .navbar-nav .active > .nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show > .nav-link {
	color: rgba(255,255,255,.9);
}
.dropdown-menu {
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #288087;
	font-size: .9rem;
	margin-top: .7rem;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-submenu {
	background: #7dabad;
}
.dropdown-flex {
	display: flex;
	flex-flow: row;
}
.dropdown-item {
	font-weight: 700;
	color: #fff;
	padding: .6rem;
}
.dropdown-item:hover {
	background: #288087;
	color: #fff;
}
.form-check {
	padding-left: 0rem;
	padding-right: 0rem;
}
.form-check-input {
	position: relative;
	margin-top: 0rem;
	margin-left: 0rem;
}
#fenacon-header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
#header-infos {
	background: #212121;
	text-transform: uppercase;
	font-size: .8rem;
	color: #a4a4a4;
}
#header-infos a {
	opacity: 1;
	transition: all .5s;
}
#header-infos a:hover {
	opacity: .5;
}
#header-infos ul {
	margin: 0;
}
#header-infos ul li {
	margin-left: 1.75rem;
}
#header-infos a,
#header-infos a:hover {
	text-decoration: none;
	color: #fff;
}
#header-infos .svg-inline--fa {
	margin-right: .4rem;
	font-size: 1rem;
	vertical-align: middle;
}
#user-logado .dropdown-menu {
	background: #212121;
	margin-top: 1rem;
	font-size: .9rem;
}
#user-logado .dropdown-item {
	font-weight: 500;
	padding: .9rem 1.5rem;
}
#user-logado .dropdown-item:hover {
	background: #444;
	color: #fff;
}
.table {
	background-color: #fff;
	margin-bottom: 0;
}
.table td, .table th {
    padding: .40rem;
    vertical-align: middle;
}
.button-img-text {
	color: #fff;
	min-width: 10rem;
}
.button-img-text p {
	margin-bottom: 0;
}
.button-img-text .svg-inline--fa {
	font-size: 3rem;
}
#main p {
	font-weight: 300;
}
footer a, footer a:hover {
	text-decoration: none;
}
footer a {
	color: #6c757d;
}
footer a:hover {
	color: #fff;
}
footer, footer p {
	font-size: .7rem;
}
footer .btn {
	font-size: .7rem;
}
.footer-top-title {
	color: #0097a7;
}
.footer-top-title a {
	color: #0097a7;
}
#footer-top {
	background: #424242;
	color: #6c757d;
	margin-top: 7rem;
	padding-bottom: 3rem;
}
#footer-top ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-top ul li {
	margin: .5rem 0;
}
#footer-top .svg-inline--fa {
	font-size: 1.75rem;
	color: #0097a7;
}
#footer-bottom {
	background: #212121;
	color: #6c757d;
	text-align: center;
}
#footer-top-redes li {
	display: inline-block;
	margin: 0 .25rem .9rem .25rem !important;
}
#footer-top-parceiros li,
#footer-top-filiados li {
	display: inline-block;
	max-width: 4rem;
	margin: 0 .5rem .9rem .5rem !important;
}
#footer-top-redes a,
#footer-top-parceiros a,
#footer-top-filiados a {
	opacity: .6;
	transition: all .5s;
}
#footer-top-redes a:hover,
#footer-top-parceiros a:hover,
#footer-top-filiados a:hover {
	opacity: 1;
}
@media all and (max-width: 1024px) {
	.dropdown-menu {
		margin-top: 0rem;
	}
	.dropdown-submenu {
		margin: 0 -1rem;
	}
	.dropdown-flex {
		display: block;
	}
	.navbar-brand {
		margin-right: 0rem;
	}
	.nav-item {
		display: block;
		border-left: 0rem;
		min-height: 3rem;
		padding: 0 1rem;
		border-top: .5px solid #e0e0e0;
	}
	#header-infos {
		text-align: center;
	}
	#header-infos ul {
		flex-flow: column;
	}
	#header-infos ul li {
		margin: .25rem;
	}
	footer .btn {
		margin: 15px 0;
	}
	#footer-top {
		text-align: center;
	}
}
#divEmitirToken{
	display: none;
}
/* ********************************* */
/* *************CHAT**************** */
/* ********************************* */
.fena-chat {
	display: none;
	box-sizing: border-box;
	position: fixed;
	bottom: -314px;
	right: 0px;
	width: 260px;
	cursor: pointer;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 99999;
}
.fena-chat .row { display: block; }
.fena-chat p  { display: block; padding: 6px 0; }
.fena-chat label { font-weight: 700; }
.fena-chat-content {
	box-sizing: border-box;
	position: realtive;
	width: 100%;
	height: 355px;
	overflow: hidden;
	border: 4px solid #00808a;
	background-color: #fff;
	padding: 0 15px 15px 15px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.fena-chat-title {
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.1rem;
	margin-bottom: 1rem;
	background-color: #00808a;
	color: #fff;
}
.obrigatorio:before {
	content: "* ";
	color: red;
}