@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
	
	@font-face {
    font-family:"GL-Nummernschild-Mtl";
    src:url("../../fonts/GL-Nummernschild-Mtl.ttf") format("truetype");
    font-weight: 500;
    font-style:normal;
    }

.container-fluid:before, .container-fluid:after {
    display: none;
}

body {
	font-family: "Open Sans" !important;
}

section {
	/*padding: 50px 0;*/
	background-color: white !important;
}

.content-footer {
	background-color: #111414 !important;
}

.align-logo-center {
	margin-left: auto;
	margin-right: auto;
}

.voltar {
	cursor: pointer;
}

.titulo {
	display: flex;
	align-items: center;
	color: var(--Primitives-Neutral-900, #111414);
	font-family: "Open Sans";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 56px; /* 140% */
	/*margin-bottom:48px;*/
}

.card-conteudo {
	border-radius: var(--corner-radius-s, 16px);
	border: 1px solid var(--Primitives-Neutral-400, #D3D8DB);
	background: var(--Primitives-Neutral-100, #FFF);
	padding: 32px var(--padding-xxl, 40px);
	margin: 48px 0;
	color: var(--Semantics-Text-Caption, #57595A);
}

.card-conteudo h4.titulo-card {
	color: var(--Primitives-Neutral-900, #111414);
	font-family: "Open Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 150% */
	margin-bottom: 16px;
	color: var(--Primitives-Neutral-900, #111414);
	text-decoration:none!important;
}

a .card-conteudo:hover {
	box-shadow: 0px 1px 8px 0px var(--Primitives-Neutral-400, #D3D8DB);
}

a .card-conteudo:hover  h4.titulo-card {
	color: var(--Primitives-Neutral-900, #111414);
	text-decoration:none!important;
}

.fs-16{
	font-size:16px!important;
}

.fs-20{
	font-size:20px!important;
}

@media (max-width: 600px) {
  .card-conteudo {
	border-radius: var(--corner-radius-s, 16px);
	border: 1px solid var(--Primitives-Neutral-400, #D3D8DB);
	background: var(--Primitives-Neutral-100, #FFF);
	padding: 16px var(--padding-xxl, 16px);
	margin: 24px 0;
	color: var(--Semantics-Text-Caption, #57595A);
  }
	
	.btn-sm-block{
		display:block;
		width:100%
	}
	
	.inverter{
	-webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
}

.card-conteudo h4.titulo-card {
	color: var(--Primitives-Neutral-900, #111414);
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom: 16px;
	color: var(--Primitives-Neutral-900, #111414);
}

.card-conteudo-body {
	margin-top: 40px;
}

.card-conteudo label {
	width: 100%;
	color: var(--Primitives-Neutral-900, #111414);
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
}

.card-conteudo-body label {
	color: var(--Primitives-Neutral-900, #111414);
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
}

.form-control {
	height: 56px;
	min-height: 56px;
	max-height: 56px;
	border-radius: var(--corner-radius-xs, 4px);
	border: 1px solid var(--Primitives-Neutral-500, #C7CDD1);
	background: var(--Primitives-Neutral-100, #FFF);
	padding: var(--padding-xs, 8px) var(--padding-m, 16px);
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	color: var(--Primitives-Neutral-700, #57595A);
	margin-bottom: 40px;
	align-content: center;
}

.form-control:disabled {
	border-radius: var(--corner-radius-xs, 8px);
	border: 1px solid var(--Primitives-Neutral-500, #C7CDD1);
	background: var(--Primitives-Neutral-200, #F9F9F9) !important;
	color: var(--Primitives-Neutral-600, #7A7F83) !important;
}

.select-form {
    border-radius: var(--corner-radius-xs, 8px);
    border: 1px solid var(--Primitives-Neutral-500, #C7CDD1);
    background: var(--Primitives-Neutral-100, #FFF);
    padding: var(--padding-xs, 8px) var(--padding-m, 16px);
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--Primitives-Neutral-700, #57595A);
    margin-bottom: 40px;
}

p.info {
	color: var(--Primitives-Neutral-700, #57595A);
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	margin: 30px 0;
	display: flex;
	align-items: center;
}

.disabled {
	border-radius: var(--corner-radius-xs, 8px);
	border: 1px solid var(--Primitives-Neutral-500, #C7CDD1);
	background: var(--Primitives-Neutral-200, #F9F9F9) !important;
	color: var(--Primitives-Neutral-600, #7A7F83) !important;
}

.alert {
	border-radius: var(--screen-corner-radius-size, 32px)!important;
	padding: 32px var(--screen-padding-gap-vertical-padding, 32px)!important;
}

input[type=checkbox], input[type=radio] {
	margin-right: 8px;
}


@media ( max-width : 767px) {
	.titulo {
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 36px; /* 150% */
	}
}

.circle-number {
	background: #034ea2;
	width: 30px;
	height: 30px;
	display: inline-block;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	padding: 2px;
}

.navbar .container {
	margin-top: 10px;
	margin-bottom: 10px;
}

.bg-blue {
	background: #034ea2;
	color: #fff !important;
}

.btn-padrao, .btn-claro {
	color: #fff !important;
	line-height: normal;
	padding: 6px 20px;
	padding: 12px 24px 12px 20px;
	border-radius: 48px;
}

.btn-padrao:hover, .btn-claro:hover {
	color: #fff;
}

.btn-padrao {
	background: #034ea2;
}

.btn-claro {
	background: #4a77a9;
}

.btn-primary {
	background: #0058AF;
	color: #fff !important;
	border: 1px solid #0058AF;
	display: inline-block;
	font-family: Open Sans;
	padding: 12px 24px;
	border-radius: 999px;
	border: solid 1px;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	text-wrap: nowrap;
	margin-bottom:8px;
}

.btn-primary:hover {
	border-color: #014076;
	box-shadow: 0px 0px 1px 5px #E6F0FC;
	border-color: transparent;
}

.btn-primary:hover {
	color: #fff;
}

.btn-voltar {
	color: #0058AF;
	font-size: 16x;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	display: inline-block;
	padding: 12px 24px 12px 20px;
	border-radius: 999px;
	border: solid 1px transparent;
	cursor: pointer;
	text-wrap: nowrap;
	align-items: center;
	display: inline-block;
	margin-bottom:8px;
}

.btn-voltar img {
	margin-top: -1px;
}

.btn-voltar:hover {
	background-color: #e6f0fc;
	color: #0058AF;
}

.btn-outline-primary {
	background-color: #fff;
	color: #034ea2;
	display: inline-block;
	line-height: normal;
	padding: 8px 20px;
	border-color: #034ea2;
	padding: 12px 24px 12px 20px;
	border-radius: 48px;
}

.btn-outline-primary:hover {
	background-color: #034ea2;
	color: #fff;
}

.btn-light {
	background: #fff;
	border: 2px solid #4a77a9;
	color: #4a77a9;
	border-radius: 6px;
}

.btn-rounded {
	border-radius: 50px;
}

.btn-searched {
	border-radius: 50px;
}

.btn-searched:after {
	content: "X";
	border-left: 1px solid;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
}

.card-header.bg-primary, .pagination .page-item.active .page-link {
	background-color: #034ea2 !important;
	border-color: #034ea2;
}

.btn-outline {
	background-color: #4a77a9;
	border: 2px solid #fff;
	outline: 1px solid #4a77a9;
	color: #fff;
	border-radius: 6px;
}

.btn-primary-light {
	background-color: #cce5ff;
	color: #034ea2;
	border-radius: 6px;
}

.bg-rabisco-azul {
	background: url(../img/bg-rabisco-azul.png) no-repeat;
	background-size: 100% 100%;
	padding: 20px;
	color: #fff !important;
	display: inline-block;
}

.btn-entenda {
	border: 2px solid #007bff;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 5px;
	background: #fff;
	color: #007bff !important;
	display: inline-block;
}

.site-button{
	color: var(--colors-brand-600, #0058AF);
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
}

.modal.fade .modal-content{
	padding:32px 32px 24px 32px;
	border: 1px solid #d9d9de;
	border-radius: 32px;
	background: #FFF;
	box-shadow: 0px 4px 4px -1px #d9d9de;
	
	
}

.btn-close{
	border:0px;
	background:#ffffff;
}

.paragrafo:first-letter {
	color: #1c82d7;
	font-size: 200%;
	font-weight: bold;
}

.abobora {
	color: #d50;
}

.preto {
	color: #000;
}

.azul {
	color: #034ea2;
}

.azul-marinho {
	color: #1c82d7;
}

.azul-claro {
	color: #4a77a9;
}

.cinza {
	color: #666;
}

.bg-azul {
	background: #034ea2;
}

.branco {
	color: #fff;
}

.bg-branco {
	background: #fff;
}

.bg-vermelho {
	background: #bd070e;
}

.branco {
	color: #fff;
}

.verde {
	color: green;
}

.verde-claro {
	color: #75b744;
}

.laranja {
	color: #f70;
}

.vermelho {
	color: #d00;
}

.icon-sucesso:before {
	background: url(../img/alert_sucess.gif) no-repeat;
	content: "";
	display: inline-block;
	width: 30px;
	height: 24px;
	vertical-align: sub;
}

.select-tipo-documento input[type="radio"] {
	margin-right: 8px;
}

.icon-notification {
	background-color: orange;
	color: white;
	min-width: 22px;
	height: 22px;
	padding: 2px;
	vertical-align: bottom;
	font-weight: bold;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
}

.bordado-azul {
	border: 3px solid #034ea2;
	padding: 5px 10px;
	margin-bottom: 10px;
}

/*
.card-body b.azul,
.card-body b.verde-claro,
.card-body b.vermelho,
.card-body b.laranja{
    font-size: 20px;
}
*/
.wizard-nav {
	margin-bottom: 1.2rem;
	position: relative;
	overflow: hidden;
	/*
    .connecting-line {
        height: 2px;
        background: $cinza;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
        margin-top: -20px;
        @include mobile{
            display: none; 
        }
    }
    */
}

.wizard-nav .nav-tabs {
	padding-top: 5px;
	height:40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border: none;
	    border-bottom: 1px solid #cccc;
}

.wizard-nav .nav-tabs .nav-item {
    width: 160px;
    height:38px;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 0;
    position: relative;
    text-align: center;
    color: #111414;
    border: none;
    line-height: 1.2rem;
    font-size:14px!important;
    border-bottom: 0px solid transparent;
    font-size: 16px;
    
}

.wizard-nav .nav-tabs .nav-item a.nav-link{
	color: #111414;

}

.wizard-nav .nav-tabs .nav-item.show .nav-link {
	background: transparent;
	border-color: transparent;
	
}

.wizard-nav .nav-tabs .nav-item.active {
	background-color: transparent;
	color: #034ea2;
	font-weight: bold;
	border: none;
}

.wizard-nav .nav-tabs .nav-item.active a {
	cursor: pointer;
}

.wizard-nav .nav-tabs .nav-item.active .round-tab {
	width: 180px;
    height: 5px;
    /* line-height: 46px; */
    display: inline-block;
    border-radius: 0px;
    background: #0058AF!important;
    border: 0px solid #ffffff;
    color: #fff;
    z-index: 2;
    position: relative;
    margin-left: -15px;
    text-align: center;
    font-size: 0px;
}

.wizard-nav .nav-tabs .nav-item.active .round-tab:before {
	content: "";
	position: absolute;
	display: block;
	border: solid transparent;
	border-top-color: #c4c4c4;
	border-width: 14px;
	top: -16px;
	margin-left: 9px;
	display:none!important
}

.wizard-nav .nav-tabs .nav-item.active .round-tab .fa-clock {
	font-size: 1.86rem;
	margin-top: -1px !important;
}

.wizard-nav .nav-tabs .nav-item.afazer {
	background-color: transparent;
	border: none;
}

.wizard-nav .nav-tabs .nav-item.afazer a {
	cursor: pointer;
}

.wizard-nav .nav-tabs .nav-item.afazer .round-tab {
	background: #fff;
	border-color: #c4c4c4;
	color: #fff;
	padding-top: 2px;
}

.wizard-nav .nav-tabs .nav-item.aprovado {
	background-color: transparent;
	/*color: $verde-claro;
                font-weight: bold;*/
	border: none;
	/*&.active{
                    color: $verde-claro;
                }*/
}

.wizard-nav .nav-tabs .nav-item.aprovado a {
	cursor: pointer;
}

.wizard-nav .nav-tabs .nav-item.aprovado .round-tab {
	background: #75b744;
	border-color: #75b744;
	color: #fff;
	padding-top: 2px;
}

.wizard-nav .nav-tabs .nav-item.reprovado {
	background-color: transparent;
	/*color: $vermelho;
                font-weight: bold;*/
	border: none;
	/*
                &.active{
                    color: $vermelho;
                }*/
}

.wizard-nav .nav-tabs .nav-item.reprovado a {
	cursor: pointer;
	color: var(--Primitives-Neutral-900, #111414);
}

.wizard-nav .nav-tabs .nav-item.reprovado .round-tab {
	background: #d00;
	border-color: #d00;
	color: #fff;
	padding-top: 2px;
}

.wizard-nav .nav-tabs .nav-item.analisando {
	background-color: transparent;
	border: none;
	/*
                &.active{
                    color: orange;
                }*/
}

.wizard-nav .nav-tabs .nav-item.analisando a {
	cursor: pointer;
}

.wizard-nav .nav-tabs .nav-item.analisando .round-tab {
	background: orange;
	border-color: orange;
	color: #fff;
	padding-top: 2px;
}

.wizard-nav .nav-tabs .nav-item.pendente {
	background-color: transparent;
	border: none;
	/*
                &.active{
                    color: orange;
                }*/
}

.wizard-nav .nav-tabs .nav-item.pendente a {
	cursor: pointer;
}

.wizard-nav .nav-tabs .nav-item.pendente .round-tab {
	background: #fff;
	border-color: #c4c4c4;
	color: #fff;
	padding-top: 2px;
}

.wizard-nav .nav-tabs .nav-item:before {
	content: "";
	background: #c4c4c4;
	width: 100vw;
	height: 2px;
	position: absolute;
	left: -100%;
	top: 35px;
	display:none!important;
}

.wizard-nav span.round-tab {
	width: 180px;
    height: 5px;
    /* line-height: 46px; */
    display: inline-block;
    border-radius: 0px;
    background: transparent !important;
    border: 0px solid #ffffff;
    color: #fff;
    z-index: 2;
    position: relative;
    margin-left: -30px;
    text-align: center;
    font-size: 0px;
}

.alert-azul.wizard-nav {
	padding-top: 30px;
}

.alert-azul.wizard-nav .nav-tabs a {
	color: white !important;
	font-weight: normal !important;
}

.alert-azul.wizard-nav .nav-tabs span {
	border-color: #fff !important;
	background-color: #034ea2;
}

.alert-azul.wizard-nav .nav-tabs .active span {
	background-color: #fff !important;
	color: #4a77a9 !important;
}

.alert-azul.wizard-nav .nav-tabs .icon-done:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900 !important;
	display: block;
	position: absolute;
	font-size: 80px;
	color: rgba(150, 255, 100, 0.8);
	left: 50%;
	margin: -30px -40px;
	z-index: 3;
}

.alert-azul.wizard-nav .connecting-line {
	margin-top: 56px;
	top: 0;
}

#breadcrumb {
	color: #666;
	font-size: 12px;
	margin-bottom: 0;
	padding-left: 0;
}

#breadcrumb li {
	padding: 0;
	display: inline-block;
	background: none;
	line-height: 50px;
	margin-right: 5px;
}

#breadcrumb li::after {
	content: "»";
	text-decoration: none !important;
	padding-left: 5px;
}

#breadcrumb li:last-child a {
	font-weight: normal;
	text-decoration: none !important;
	cursor: default;
}

#breadcrumb li:last-child::after {
	display: none;
}

#breadcrumb li a {
	color: #666;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 12px;
	text-decoration: underline;
}

.govsp-topo, #govsp-rodape {
	padding: 0;
}

#govsp-topbarGlobal {
	z-index: 100 !important;
}

.imgLoginFace, .imgLoginNativo, .imgCadastro {
	background-size: 100% !important;
}

.social-login, .social-label {
	padding: 5px !important;
	line-height: normal;
}

.main-nav {
	background-color: white;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .06);
	color: white;
	padding-left: 40px;
	padding-right: 40px;
	height: 80px;
}

@media ( max-width : 767px) {
	.main-nav {
		padding: 0;
	}
	.main-nav .logo-detran {
		margin-left: 15px;
	}
	.main-nav .container {
		max-width: none;
	}
}

@media ( max-width : 767px) {
	.main-nav .nav-login {
		background-color: #034ea2;
	}
}

.main-nav .nav-login div {
	background-color: #034ea2;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

@media ( min-width : 767px) {
	.main-nav .nav-login div {
		border-radius: 5px;
		margin-left: auto;
	}
}

.main-nav .nav-login .form-inline {
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	display: block;
	position: relative;
}

@media ( max-width : 767px) {
	.main-nav .nav-login .form-inline {
		background-color: #034ea2;
		margin: 0 auto;
	}
}

@media ( min-width : 767px) {
	.main-nav .nav-login .form-inline {
		border-radius: 5px;
		margin-left: auto;
	}
}

.main-nav .nav-login .form-inline a {
	color: white;
}

.main-nav .nav-login .form-inline .dropdown-menu {
	background-color: white;
}

.main-nav .nav-login .form-inline .dropdown-menu .dropdown-item {
	background-color: white;
	color: black;
	font-weight: normal;
	text-align: left;
}

.main-menu {
	background-color: black;
	padding: 0;
	color: white;
}

.main-menu a {
	color: white;
	font-weight: bold;
}

@media ( max-width : 767px) {
	.main-menu .nav-servicos, .main-menu .nav-destaques {
		display: block;
		width: 100%;
		text-align: center;
	}
}

#carouselPrincipal {
	background: #c4c4c4;
}

#carouselPrincipal .carousel-item {
	height: 21.9vw;
}

@media ( min-width : 1024px) and (max-width: 1199px) {
	#carouselPrincipal .carousel-item {
		height: 270px;
	}
}

@media ( min-width : 768px) and (max-width: 1023px) {
	#carouselPrincipal .carousel-item {
		height: 200px;
	}
}

@media ( max-width : 767px) {
	#carouselPrincipal .carousel-item {
		height: 250px;
	}
}

#carouselPrincipal .carousel-item img {
	margin: auto;
	min-height: 100%;
	min-width: 100%;
}

#carouselPrincipal .carousel-item .icones-edicao {
	position: absolute;
	bottom: 0;
	margin: 0 0 10px 25px !important;
	z-index: 99;
}

.btn-icone-editar, .btn-icone-excluir {
	min-width: auto !important;
	min-height: auto !important;
}

#servicos-online .servicos-mais-acessados .card {
	background: #034ea2;
	border: none;
	color: #fff;
	margin-bottom: 15px;
}

#servicos-online .servicos-mais-acessados .card h5 {
	font-size: 1.1rem;
	margin: 10px 0 30px;
	height: 50px;
}

@media ( min-width : 768px) and (max-width: 1023px) {
	#servicos-online .servicos-mais-acessados .card h5 {
		margin-top: 0;
		font-size: 1rem;
	}
}

@media ( max-width : 767px) {
	#servicos-online .servicos-mais-acessados .card h5 {
		height: unset;
	}
}

#servicos-online .servicos-mais-acessados .card a {
	color: #034ea2;
	font-weight: 500;
	line-height: normal;
}

@media ( min-width : 768px) and (max-width: 1023px) {
	#servicos-online .servicos-mais-acessados .card a {
		font-size: .9rem;
	}
}

#buscaServicos {
	border-color: #dee2e6 !important;
}

#buscaServicos thead {
	background: #fff;
}

#buscaServicos strong {
	color: #034ea2;
}

#buscaServicos_filter {
	width: 100%;
}

#buscaServicos_filter label {
	text-align: center;
	width: 100%;
}

#buscaServicos_filter input {
	background: #fff;
	border-radius: 25px;
	margin-bottom: 25px;
	padding: 10px 20px;
	width: 80%;
}

#buscaServicos_filter input:focus {
	outline: none;
}

#buscaServicos_filter .search-icon {
	right: 0;
	margin: 10px 20px;
	position: absolute;
	z-index: 1;
}

#buscaServicos_info {
	float: right !important;
}

#buscaServicos_paginate {
	float: none;
	margin-top: 25px;
	text-align: center;
}

#buscaServicos_paginate .paginate_button {
	background: #fff;
	border: 1px solid #c4c4c4;
}

#buscaServicos_paginate .paginate_button:hover {
	color: inherit !important;
}

#buscaServicos_paginate .paginate_button.current {
	background: #034ea2;
	color: #fff !important;
}

#buscaServicos_paginate .paginate_button.previous,
	#buscaServicos_paginate .paginate_button.next {
	background: #4a77a9;
	color: #fff !important;
}

#buscaServicos_paginate .paginate_button.disabled {
	opacity: .35;
}

#noticias-home .noticia .titulo {
	background: none;
	background-size: initial;
}

#noticias-home .noticia .titulo:before {
	content: "";
	display: block;
	background: url(../img/bg-tit.png) no-repeat left top;
	width: 100%;
	height: 35px;
	margin: -40px 0 24px;
	background-size: 100%;
}

#noticias-home .noticia .titulo:after {
	content: "";
	display: block;
	background: url(../img/bg-tit.png) no-repeat left bottom;
	width: 100%;
	height: 15px;
	background-size: 100%;
	margin-bottom: -20px;
}

#noticias-home .noticia .foto {
	height: 350px;
	margin: 25px 0;
	overflow: hidden;
}

@media ( min-width : 768px) and (max-width: 1023px) {
	#noticias-home .noticia .foto {
		height: 250px;
	}
}

@media ( max-width : 767px) {
	#noticias-home .noticia .foto {
		height: auto;
	}
}

#noticias-home .noticia .foto img {
	min-width: 100%;
}

#noticias-home .noticia h3 {
	font-weight: 400;
}

#noticias-home .noticia a {
	color: #034ea2;
	font-weight: bold;
}

.destaque-section a {
	color: #034ea2;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 10px;
	min-width: 60%;
	vertical-align: sub;
}

.destaque-section .iconeAdd {
	display: block;
	margin-bottom: 10px;
}

#destaque-home a {
	color: #034ea2;
}

.btn-icone-editar, .btn-icone-excluir {
	position: absolute;
	bottom: 0;
	margin-bottom: 10px !important;
	min-width: auto !important;
	min-height: auto !important;
	width: auto !important;
}

.btn-icone-excluir {
	margin-left: 20px;
}

.dialogmodal .dmDialogBorder {
	z-index: 999 !important;
}

.modal-dialog img {
	max-width: 100%;
}

.menu-acopanhamento {
	color: #346698;
	background: #9ecfe7;
	border: 1px solid transparent;
	cursor: pointer;
	text-align: center;
	display: block;
	max-width: 450px;
	margin: auto;
}

.menu-acopanhamento span {
	width: 350px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}

.menu-acopanhamento.icon-registro-veiculo-zero:before {
	content: "";
	width: 55px;
	height: 55px;
	display: inline-block;
	background: url(../img/icones/zero_km.png) no-repeat;
	background-color: #9ecfe7;
	vertical-align: middle;
	margin-left: 5px;
}

.menu-acopanhamento.icon-atualizaca-endereco:before {
	content: "";
	width: 55px;
	height: 55px;
	display: inline-block;
	background: url(../img/icones/mudancao_endereco_localidade.png)
		no-repeat;
	background-color: #9ecfe7;
	vertical-align: middle;
	margin-left: 5px;
}

.menu-acopanhamento.icon-comunicao-venda:before {
	content: "";
	width: 55px;
	height: 55px;
	display: inline-block;
	background: url(../img/icones/compra_venda_usado.png) no-repeat;
	background-color: #9ecfe7;
	vertical-align: middle;
	margin-left: 5px;
}

.menu-acopanhamento.icon-licenciamento-digital:before {
	content: "";
	width: 55px;
	height: 55px;
	display: inline-block;
	background: url(../img/icones/seu_documento.png) no-repeat;
	background-color: #9ecfe7;
	vertical-align: middle;
	margin-left: 5px;
}

footer {
	padding: 50px 0;
}

.copyright {
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 60px;
}

@media ( min-width : 768px) and (max-width: 1023px) {
	footer .list-group {
		margin: auto;
		width: max-content;
		/* Safari/WebKit uses a non-standard name */
		width: -moz-max-content;
		/* Firefox/Gecko */
		width: -webkit-max-content;
		/* Chrome */
	}
}

footer .list-group-item {
	border: none;
	border-right: 1px solid #000;
	border-radius: 0;
	margin-right: 10px;
	padding: 0 10px 0 0;
}

@media ( max-width : 767px) {
	footer .list-group-item {
		border: 1px solid #c4c4c4;
		padding: 5px;
		text-align: center;
	}
	.mobile_none {
		display: none;
	}
}

footer .list-group-item:last-child {
	border: none !important;
}

@media ( max-width : 767px) {
	footer .list-group-item:last-child {
		border: 1px solid #c4c4c4 !important;
		border-top-width: 0 !important;
	}
}

footer .list-group-item a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

@media ( min-width : 768px) and (max-width: 1023px) {
	footer .social {
		float: none !important;
		margin: 25px auto 0;
	}
}

@media ( max-width : 767px) {
	footer .social {
		float: none !important;
		margin: 25px auto 0;
		width: max-content;
		/* Safari/WebKit uses a non-standard name */
		width: -moz-max-content;
		/* Firefox/Gecko */
		width: -webkit-max-content;
		/* Chrome */
	}
}

footer .social .list-group-item {
	border: none !important;
	margin: 0;
	padding: 0;
}

footer .social a {
	display: inline-block;
	margin-left: 10px;
	width: 35px;
	height: 34px;
	text-indent: -999em;
	background-image: url(../img/footer/icon_social_sprite.png);
	font-size: 0;
	background-repeat: no-repeat;
}

footer .social a.apps {
	background-position: 0 0;
}

footer .social a.apps:hover {
	background-position: 0 -44px;
}

footer .social a.fale {
	background-position: -90px 0;
}

footer .social a.fale:hover {
	background-position: -90px -44px;
}

footer .social a.sic {
	background-position: -315px 0;
}

footer .social a.sic:hover {
	background-position: -315px -44px;
}

footer .social a.ouvidoria {
	background-position: -135px 0;
}

footer .social a.ouvidoria:hover {
	background-position: -135px -44px;
}

footer .social a.youtube {
	background-position: -180px 0;
}

footer .social a.youtube:hover {
	background-position: -180px -44px;
}

footer .social a.twitter {
	background-position: -225px 0;
}

footer .social a.twitter:hover {
	background-position: -225px -44px;
}

footer .social a.facebook {
	background-position: -270px 0;
}

footer .social a.facebook:hover {
	background-position: -270px -44px;
}

#banner-divisoria-servicos {
	background-size: cover;
	display: block;
	height: 350px;
	width: 100%;
}

#banner-divisoria-servicos.banner-divisoria-cnh {
	background: url(../img/noticias/noticia1.jpg) no-repeat center;
}

#banner-divisoria-servicos.banner-divisoria-veiculs {
	background: url(../img/noticias/noticia2.jpg) no-repeat center;
}

#banner-divisoria-servicos.banner-divisoria-infracoes {
	background: url(../img/noticias/noticia3.jpg) no-repeat center;
}

#accordion .card {
	background: none;
	border: none;
}

#accordion .card .card-header {
	background: none;
	border: none;
	border-bottom: 1px solid #034ea2;
	padding-left: 0;
}

#accordion .card .card-header button {
	color: #034ea2;
	font-weight: bold;
	text-align: left;
	width: 100%;
}

#accordion .card .card-header button.collapsed {
	color: #000;
}

#accordion .card .card-header button:focus {
	outline: none !important;
}

#accordion .card .card-body {
	padding-left: 0;
	padding-right: 0;
}

#accordion .card .card-body a {
	color: #034ea2;
	display: inline-block;
	margin-bottom: 10px;
}

#accordion .card [data-toggle="collapse"] .fa:before {
	content: "\f105";
}

#accordion .card [data-toggle="collapse"].collapsed .fa:before {
	content: "\f107";
}

/*.modal-header {
    .close {
        margin-top: -1.5rem;
    }
}*/
.form-title {
	margin: -2rem 0rem 2rem;
}

.subtitle {
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: normal;
	margin-top: 10px;
}

.delimiter {
	padding: 1rem;
}

.social-buttons .btn {
	margin: 0 0.5rem 1rem;
}

.signup-section {
	padding: 0.3rem 0rem;
}

.noticias {
	padding-top: 0;
}

.noticias article {
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 25px;
	padding-bottom: 25px;
}

.noticias article:last-of-type {
	border: none;
}

.noticias article .tit-noticia {
	font-size: 1.4rem;
}

.noticias article .pr-0 {
	padding-right: 15px !important;
}

.noticias article .img-thumbnail {
	width: 100%;
	height: 140px;
	-o-object-fit: cover;
	object-fit: cover;
}

@media ( max-width : 767px) {
	.noticias article .img-thumbnail {
		height: 50vw;
		max-height: 280px;
		margin-bottom: 15px;
	}
}

.noticia-aberta .text-muted {
	font-size: .9rem;
}

.noticia-aberta .text-muted i {
	margin-right: 5px;
}

.noticias-lateral {
	padding-top: 0;
}

.noticias-lateral .titulo {
	background: url(../img/bg-tit.png) no-repeat left bottom;
	font-size: 1.2rem;
	padding-top: 0;
}

.noticias-lateral article {
	margin-bottom: 25px;
}

.noticias-lateral article a {
	color: #034ea2;
}

#ficha-servico #accordion .card-header button {
	font-size: 30px;
}

#ficha-servico #accordion .card-body p a {
	font-weight: bold;
}

#destaques-rodape #carouselDetran .carousel-control-next,
	#destaques-rodape #carouselDetran .carousel-control-prev {
	width: auto;
	padding: 0 15px;
}

#destaques-rodape .card .card-title {
	color: #034ea2;
	font-size: 1.2rem;
	font-weight: bold;
}

#destaques-rodape .card .list-group-item {
	color: #4a77a9;
	padding: .5rem;
}

#destaques-rodape .card .list-group-item::after {
	content: "»";
	margin-left: 5px;
}

#destaques-rodape .card .card-body p a {
	color: #034ea2;
	font-weight: bold;
}

@media all and (-ms-high-contrast: none) and (min-width: 1200px) , (
		-ms-high-contrast : active) and (min-width: 1200px) {
	#destaques-rodape .border-info .card-header {
		height: 80px;
	}
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width:
		1023px) , ( -ms-high-contrast : active) and (min-width: 768px) and
	(max-width: 1023px) {
	#destaques-rodape .border-info .card-header {
		height: 60px;
	}
	#destaques-rodape .border-info .card-header h5 {
		font-size: 1rem;
	}
}

.opaco {
	-webkit-filter: opacity(0.3);
	filter: opacity(0.3);
}

.ico-ajuda {
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.alert-warning {
	color: #d50;
}

table.table-striped thead {
	background-color: #4a77a9;
	color: white;
}

table.table-striped th {
	padding: .6rem;
	vertical-align: middle;
}

table.table-striped th strong, table.table-striped th label {
	margin-bottom: 5px;
	color: #034ea2;
	font-weight: bold;
}

table.table-striped td {
	padding: .6rem;
	vertical-align: middle;
}

table.table-striped td strong, table.table-striped td label {
	margin-bottom: 5px;
	color: #034ea2;
	font-weight: bold;
}

@media ( max-width : 767px) {
	table.table-striped td {
		display: block;
	}
}

.table-detran, .table-borda-azul {
	background-color: transparent;
	border: 1px solid #c1c8f3;
	margin-bottom: 1rem;
	width: 100%;
}

.table-detran tbody, .table-borda-azul tbody {
	background-color: #fff;
	color: #444;
}

.table-detran thead, .table-borda-azul thead {
	color: #034ea2;
	border-bottom: 1px solid #c1c8f3;
	text-align: left;
	color: #034ea2;
}

.table-detran th, .table-borda-azul th {
	padding: 10px;
	border: 1px solid #c1c8f3;
}

.table-detran td, .table-borda-azul td {
	padding: 10px;
	border: 1px solid #c1c8f3;
}

.table-detran td label, .table-borda-azul td label {
	margin-bottom: 5px;
	font-weight: bold;
}

.table-status {
	background-color: #fff;
}

.table-status thead {
	color: #c4c4c4;
}

.table-status tbody tr:first-child:before {
	content: "";
	width: 60px;
	background: url(../img/bg-status-first.png) no-repeat center center;
	display: table-cell;
	border-bottom: 1px solid #ddd;
}

.table-status tbody tr:last-child:before {
	content: "";
	width: 60px;
	background: url(../img/bg-status-last.png) no-repeat center center;
	display: table-cell;
	border-bottom: 1px solid #ddd;
}

.table-status tbody tr:before {
	content: "";
	width: 60px;
	background: url(../img/bg-status.png) no-repeat center center;
	display: table-cell;
	border-bottom: 1px solid #ddd;
}

@media ( min-width : 679px) {
	.table-detran.anexo tr td:nth-child(2) {
		width: 425px;
	}
	.table-detran.anexo input[type="file" i] {
		max-width: 365px;
	}
}

@media ( max-width : 679px) {
	.table-detran tr td, .table-detran tr th {
		display: block;
	}
	.table-detran.anexo td, .table-detran.anexo th, .table-bordered td,
		.table-bordered th, .table-borda-azul td, .table-borda-azul th {
		display: -ms-grid;
		display: grid;
	}
	#autopeças .form-check-inline {
		display: block;
		text-align: center;
	}
}

.btn-download {
	background: url(../img/pdficon.png) center center no-repeat;
	border: none;
	width: 40px;
	cursor: pointer;
	font: icon;
}

.placa-preta input[type=radio], .placa-vermelha input[type=radio],
	.placa-azul input[type=radio], .placa-verde input[type=radio],
	.placa-prata input[type=radio], .placa-dourada input[type=radio] {
	vertical-align: super;
}

.placa-preta label, .placa-vermelha label, .placa-azul label,
	.placa-verde label, .placa-prata label, .placa-dourada label {
	    width: auto;
	background-size: 100% !important;
	font-weight: bold;
	padding: 28px 25px 15px;
	font-size: 25px;
	text-align: center;
	display: inline-block;
	margin: 0;
}

.placa-preta label {
	content: "";
	color: black;
	background: url(img/placas/preta.png) no-repeat;
}

.placa-vermelha label {
	content: "";
	color: #b20930;
	background: url(img/placas/vermelha.png) no-repeat;
}

.placa-verde label {
	content: "";
	color: #12684b;
	background: url(img/placas/verde.png) no-repeat;
}

.placa-azul label {
	content: "";
	color: #052a82;
	background: url(img/placas/azul.png) no-repeat;
}

.placa-prata label {
	content: "";
	color: #8c8c8c;
	background: url(img/placas/prata.png) no-repeat;
}

.placa-dourada label {
	content: "";
	color: #cf9d3c;
	background: url(img/placas/dourada.png) no-repeat;
}

.alert-azul {
	background-color: #034ea2;
	color: #fff;
}

.alert-azul thead {
	color: #fff !important;
}

.alert-azul .btn-primary {
	background-color: #fff !important;
	color: #034ea2 !important;
	border: 1px solid #034ea2;
}

.combo-radio tr {
	display: inline-block;
}

.combo-radio td input[type=radio], .combo-radio td input[type=checkbox]
	{
	margin-right: 5px;
}

.combo-radio td label {
	margin-right: 10px;
}

.placa-personalizada-preta span, .placa-personalizada-vermelha span,
	.placa-personalizada-azul span, .placa-personalizada-verde span,
	.placa-personalizada-prata span, .placa-personalizada-dourada span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 230%;
}

.placa-personalizada-preta, .placa-personalizada-vermelha,
	.placa-personalizada-azul, .placa-personalizada-verde,
	.placa-personalizada-prata, .placa-personalizada-dourada {
	max-width: 500px;
	width: 100%;
	background-size: 100% !important;
	padding: 16% 12%;
}

.placa-personalizada-preta select, .placa-personalizada-vermelha select,
	.placa-personalizada-azul select, .placa-personalizada-verde select,
	.placa-personalizada-prata select, .placa-personalizada-dourada select
	{
	padding: 0 !important;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	margin: 3px;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
}

.placa-personalizada-preta select *, .placa-personalizada-vermelha select *,
	.placa-personalizada-azul select *, .placa-personalizada-verde select *,
	.placa-personalizada-prata select *, .placa-personalizada-dourada select *
	{
	font-size: 20px;
	text-align: center;
}

.placa-personalizada-preta {
	background: url(img/placas/preta.png) no-repeat;
}

.placa-personalizada-preta select, .placa-personalizada-preta select:focus
	{
	color: black;
}

.placa-personalizada-vermelha {
	background: url(img/placas/vermelha.png) no-repeat;
}

.placa-personalizada-vermelha select, .placa-personalizada-vermelha select:focus
	{
	color: #b20930;
}

.placa-personalizada-verde {
	background: url(img/placas/verde.png) no-repeat;
}

.placa-personalizada-verde select, .placa-personalizada-verde select:focus
	{
	color: #12684b;
}

.placa-personalizada-azul {
	background: url(img/placas/azul.png) no-repeat;
}

.placa-personalizada-azul select, .placa-personalizada-azul select:focus
	{
	color: #052a82;
}

.placa-personalizada-prata {
	background: url(img/placas/prata.png) no-repeat;
}

.placa-personalizada-prata select, .placa-personalizada-prata select:focus
	{
	color: #8c8c8c;
}

.placa-personalizada-dourada {
	background: url(img/placas/dourada.png) no-repeat;
}

.placa-personalizada-dourada select, .placa-personalizada-dourada select:focus
	{
	color: #cf9d3c;
}

.cat-a:before {
	content: "";
	display: block;
	background: url(../img/veiculos/moto.png) no-repeat;
	background-size: 100%;
	width: 175px;
	height: 76px;
	margin-left: -35px;
}

.cat-b:before {
	content: "";
	display: block;
	background: url(../img/veiculos/carro.png) no-repeat;
	background-size: 100%;
	width: 175px;
	height: 76px;
	margin-left: -35px;
}

.cat-c:before {
	content: "";
	display: block;
	background: url(../img/veiculos/caminhao.png) no-repeat;
	background-size: 100%;
	width: 175px;
	height: 76px;
	margin-left: -35px;
}

.cat-d:before {
	content: "";
	display: block;
	background: url(../img/veiculos/onibus.png) no-repeat;
	background-size: 100%;
	width: 175px;
	height: 76px;
	margin-left: -35px;
}

.cat-e:before {
	content: "";
	display: block;
	background: url(../img/veiculos/carreta.png) no-repeat;
	background-size: 100%;
	width: 238px;
	height: 77px;
	margin-left: -35px;
}

.card-header .fa-chevron-right, .btn-primary .fa-chevron-right {
	padding-right: 5px;
}

.card-header[aria-expanded="true"] .fa-chevron-right, .btn-primary[aria-expanded="true"] .fa-chevron-right
	{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 2px 3px 0 -3px;
}

#carro:checked+label:before, #moto:checked+label:before, #caminhao:checked+label:before,
	#onibus:checked+label:before, #outros:checked+label:before {
	background: white;
	color: #034ea2;
}

#iconCarro:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f1b9";
	width: 68px;
	padding: 10px;
	margin: 0 auto;
	font-size: 2rem;
	background: #034ea2;
	color: white;
	border-radius: 50%;
}

#iconCarro:hover {
	cursor: pointer;
}

#iconMoto:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f21c";
	width: 68px;
	padding: 10px;
	margin: 0 auto;
	font-size: 2rem;
	background: #034ea2;
	color: white;
	border-radius: 50%;
}

#iconMoto:hover {
	cursor: pointer;
}

#iconCaminhao:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d1";
	width: 68px;
	padding: 10px;
	margin: 0 auto;
	font-size: 2rem;
	background: #034ea2;
	color: white;
	border-radius: 50%;
}

#iconCaminhao:hover {
	cursor: pointer;
}

#iconOnibus:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f55e";
	width: 68px;
	padding: 10px;
	margin: 0 auto;
	font-size: 2rem;
	background: #034ea2;
	color: white;
	border-radius: 50%;
}

#iconOnibus:hover {
	cursor: pointer;
}

#iconCaminhonete:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f63c";
	width: 68px;
	padding: 10px;
	margin: 0 auto;
	font-size: 2rem;
	background: #034ea2;
	color: white;
	border-radius: 50%;
}

#iconCaminhonete:hover {
	cursor: pointer;
}

#iconOutros:before {
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f141";
	width: 68px;
	padding: 10px;
	margin: 0 auto;
	font-size: 2rem;
	background: #034ea2;
	color: white;
	border-radius: 50%;
}

#iconOutros:hover {
	cursor: pointer;
}

.border-azul {
	border: 1px solid #4a77a9;
}

#filtro {
	font-size: 0.9rem;
}

#filtro .card-body.collapse {
	max-height: 300px;
	overflow-y: auto;
}

#filtro .card-body.collapse::-webkit-scrollbar {
	width: 14px;
}

#filtro .card-body.collapse::-webkit-scrollbar-track {
	background: white;
	border: 2px solid #bbb;
	border-radius: 50px;
}

#filtro .card-body.collapse::-webkit-scrollbar-thumb {
	background-color: #999;
	border-radius: 50px;
}

.multiple_select option {
	background-color: white;
}

.multiple_select option::before {
	content: "\2610";
	margin-right: 5px;
}

.multiple_select option:checked::before {
	content: "\2611";
}

a.card.card-body.d-block {
	min-height: 217px;
}

.collapse a.card.card-body.d-block {
	min-height: auto;
}

#bannerHomeLeiloes {
	background: url(../img/banner/banner-home-leilao.jpg) center center
		no-repeat;
	background-size: auto 100%;
	height: 500px;
}

#bannerHomeLeiloes h3 {
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 5px 5px 5px #034ea2;
	max-width: 500px;
	margin: 0 auto;
	position: absolute;
	padding-top: 120px;
	margin-left: -250px;
	left: 50%;
}

.bg-cnh {
	text-transform: uppercase;
	background: #cce5ff;
	padding: 15px;
}

@media ( min-width : 767px) {
	.bg-cnh {
		background: #cce5ff url(../../img/bg-cnh.png) no-repeat;
		padding: 100px 15px 15px 100px;
	}
}

.bg-cnh small {
	background-color: #cce5ff;
	position: absolute;
	top: -8px;
	left: 20px;
	padding: 0 2px;
	z-index: 1;
}

.bg-cnh p {
	font-weight: bold;
	border: 1px solid #666;
	border-radius: 5px;
	padding: 5px;
	overflow: hidden;
}

#tableContato input[type="checkbox"]:checked {
	border-color: red;
}

.oculto {
	opacity: 0.3;
}

body section#govsp-rodape .linha-botoes .btn-model {
	background: #034ea2;
}

body section#govsp-rodape .container.rodape {
	background: #111 !important;
	background-color: #111 !important;
}
/*# sourceMappingURL=custom.css.map */
.list-inline {
	list-style: none;
}

.list-inline>li {
	padding-left: 2px;
	padding-right: 2px;
	display: inline-block;
}

footer p, footer li {
	color: var(--Primitives-Neutral-100, #FFF);
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 164.286% */
	margin-bottom: 16px;
}

.media-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
	height: 40px;
	flex-wrap: nowrap;
}

.site-button.sharp {
	width: 38px;
	height: 38px;
	border-radius: 80px;
	padding: 0;
	line-height: 39px;
	margin-bottom: 0px !important;
}

.site-button.sharp i {
	width: 20px;
	height: 20px;
}

.text-white {
	color: #FFF;
}

.site-button:hover {
	background-color: #bcbcbc;
}

.site-button, .site-button-secondry {
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 19px;
	outline: none;
	cursor: pointer;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
}

.btn-gov:hover {
	background-color: #0069d9 !important;
	border-color: #0062cc;
}

.alert {
	list-style-type: none !important;
}

.fw-600 {
	font-weight: 600;
}

.fs14 {
	font-size: 14px;
}

.fs16 {
	font-size: 16px;
}

.fs18 {
	font-size: 18px;
}

.text-sm-center {
	text-align: initial !important;
}

@media ( max-width : 762px) {
	.text-sm-center {
		text-align: center !important;
	}
}


/********************* BARRA DE ETAPA *************************/

.card-steps {
	border-radius: var(--Corner-radius-16, 16px);
	border: 1px solid var(--Semantics-Stroke-Card, #D3D8DB);
	background: var(--Semantics-Background-Main, #FFF);
	color: var(--Semantics-Text-Caption, #57595A);
	padding: 24px 16px;
	display:flex;
}

.card-steps ul#etapa_pag{
	width: 100%;
	display: flex;
    justify-content: space-around;
	padding: 0 !important;
	margin:0 !important;
}

ul#etapa_pag li {
    display: inline !important;
    font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
    text-align: center;
    display: block !important;
    width: 154px;
    align-content: center;


}

ul#etapa_pag li {
	color:#111414;
    display: inline !important;
    font-size: 16px;
	font-style: normal;
	font-weight: 500!important;
	line-height: 26px;
    text-align: center;
    display: block !important;
    width: 154px;
    align-content: center;


}



ul#etapa_pag li.inativo {
    color: #57595A;
    font-weight: 300!important;
    text-decoration: none;
}

/********************* BOX DAS ETAPAS *************************/
.etapa {
    border: 1px solid;
    width: 300px;
    height: 173px;
    float: left;
    margin: 5px;
}

/********************* BOX RESULTADO *************************/
.boxExterno{
    position: relative;
    width: 92%;
    overflow: hidden;
    height: 430px;
    margin: 0 0 0 35px;
}

.boxInternoOculto{
    width: 2000px;
}

.boxDegradeLeft{
    width: 70px;
    height: 375px;
    position: absolute;
    z-index: 2;
    left: 0;
    background: -moz-linear-gradient(left, rgb(234 234 234) 37%,rgb(234 234 234) 38%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgb(234 234 234) 37%,rgb(234 234 234) 38%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgb(234 234 234) 37%,rgb(234 234 234) 38%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.boxDegradeRight{
    width: 70px;
    height: 375px;
    position: absolute;
    right: 0;
    z-index: 2;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgb(234 234 234) 37%, rgb(234 234 234)  38%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgb(234 234 234) 37%,rgb(234 234 234)  38%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgb(234 234 234)  37%,rgb(234 234 234)  38%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.boxResultado {
    border-radius: var(--Corner-radius-16, 16px);
	border: 1px solid var(--Semantics-Stroke-Card, #D3D8DB);
	background: var(--Semantics-Background-Main, #FFF);
    width: 283px;
    float: left;
    padding: 32px;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 358px;
}

.boxResultadoLeft{
    opacity: 0.4;
    margin: 16px 0 0 -120px;
    position: relative;
    width: 390px;
}

.boxResultadoCenter{
    margin: 15px !important;
    width: 460px;
}

.boxResultadoRight{
    opacity: 0.4;
    width: 390px;
}

/*************************************************************/
.control {
    position: absolute;
    top: 68%;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    color: #ffffff;
    text-align: center;
    border-radius: var(--screen-corner-radius-size, 32px);
	background: var(--Primitives-Blue-600, #0058AF);
    -moz-border-radius: 32px;
    cursor: pointer;
    align-items: center;
    padding: 6px 0px;
}


.controlLeft img{
    margin-left: -2px;
}

.controlRight {
    right: 0px;
    left: auto;
    margin-right: 5px;
}

.controlRight img{
    margin-right: -2px;
}


.tick{
    position: relative;
    float: right;
    margin-top: -34px;
}

.tick img{
    position: absolute !important;
    right: 0px !important;
}

.msgVoceAqui{
    background: #6694ab;
    color: #fff;
    font-size: 9px;
    width: 110px;
    height: 32px;
    border-radius: 22px;
    position: absolute;
    line-height: 10px;
    text-indent: 21px;
    margin-top: -20px;
    padding: 7px 0 0 5px;
}



.footerBox{
    position: absolute;
    bottom: 0px;
    width: 45%;
}

.btn-sm{
	border-radius: var(--screen-corner-radius-size, 32px);
	padding:12px 20px;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 150% */
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-600 {
    font-weight: 600;
}


/******** auto peças ******/

.mb-48{
	margin-bottom:48px;
}

.card-item{
	text-align:center;
	padding: 32px;
	border-radius: var(--corner-radius-s, 24px);
	border: 1px solid var(--Primitives-Neutral-400, #D3D8DB);
	background: var(--Primitives-Neutral-100, #FFF);
	margin-bottom:48px;
}

.card-item i.lupa{
	width: 64px;
	height: 64px;
	display: inline-flex;
	background: url(../detran/img/icon_lupa_off.svg);
	justify-content: center;
	margin-bottom:16px;
}

.card-item p{
	color: var(--Primitives-Neutral-900, #111414);
	text-align: center;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	text-decoration:none!important;
}

.card-item:hover{
	border-radius: var(--corner-radius-s, 24px);
	border: 1.5px solid var(--Primitives-Blue-600, #0058AF);
	background: var(--Primitives-Neutral-100, #FFF);
	box-shadow: 0px 1px 10px 0px rgba(0, 88, 175, 0.16);
}

.card-item:hover i.lupa{

	background: url(../detran/img/icon_lupa_on.svg);
}

a:hover .card-item {
	text-decoration:none!important;
}

.btn-item{
	border-radius: 12px;
	background: var(--Primitives-Cyan-400, #E6F0FC);
	padding: 0px var(--size-16, 16px);
	color: var(--Primitives-Blue-600, #0058AF);
	font-family: "Open Sans";
	font-size: var(--Size-tag, 14px);
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
	letter-spacing: 0.56px;
	text-transform: uppercase;
	
}

.card-filtro{
	border-radius: 16px;
	border: 1px solid var(--Primitives-Neutral-400, #D3D8DB);
	background: #FFF;
	box-shadow: 0px 4px 9px 0px rgba(8, 102, 210, 0.06);
	padding: 28px;
	margin-bottom:40px;
}

.card-filtro h4.titulo-card{
	color: var(--Primitives-Neutral-900, #111414);
	font-variant-numeric: slashed-zero;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
}

.card-filtro-body{
	margin:40px 0;
}

.card-filtro-body label{
	color: var(--Colors-Neutral-900, #111414);
	font-variant-numeric: slashed-zero;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
}

.box_opcoes{
	border-radius: var(--corner-radius-xs, 8px);
	border: 1px solid var(--Colors-Neutral-500, #C7CDD1);
	background: var(--Colors-Neutral-100, #FFF);
	padding: var(--padding-xs, 8px) var(--padding-m, 16px);
	overflow-x: hidden;
    max-height: 200px;
    margin:12px 0 40px 0;
    color: var(--Primitives-Neutral-900, #111414);
	font-variant-numeric: slashed-zero;
	font-family: "Open Sans";
	font-size: 14px!important;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
}

.box_opcoes .cascatear-tabela tr td label {

    font-family: "Open Sans";
	font-size: 14px!important;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
}

.header-accordion{
	color: var(--Semantics-Text-Title, #111414);
	font-family: var(--Family-label, "Open Sans");
	font-size: var(--Font-Primitives-Size-18, 18px);
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 155.556% */
	margin-bottom:16px;
	display: inline-flex !important;
	justify-content: space-between;
	/*border-bottom:1px solid #D3D8DB;
	padding:15px;*/
	width:100%;
}

.header-accordion:last-child {
	border-bottom:none;
}

.header-accordion span{
	width: 100%;
    justify-content: space-between;
    display: inline-flex;
}

.header-accordion  i{
	margin-top: 15px;
    margin-left: 15px;
}

.body-acorddion{
	margin-top:48px;
	color: var(--Primitives-Neutral-600, #7A7F83);
	font-variant-numeric: slashed-zero;
	/* Label/Medium */
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	
}

.body-acorddion .table thead th {
	border:0!important;
	vertical-align:middle;
	
}

.body-acorddion .table tbody tr {
	border-radius: var(--Corner-radius-16, 16px);
border: 1px solid var(--Semantics-Stroke-Card, #D3D8DB);
background: #FFF;
}

.body-acorddion .table tbody tr td{
	vertical-align: middle;
}

.text-black{
	color:#000000;
}

/*************************** menu conteudo ************************/

.card{
border-radius: var(--Corner-radius-16, 16px);
border: 1px solid var(--Semantics-Stroke-Card, #D3D8DB);
background: var(--Semantics-Background-Main, #FFF);
padding: 1px 16px;

}

.card-header{
	padding: 12px 20px;
	border-radius: 3px 3px 0px 0px;
border-bottom: 1px solid rgba(0, 0, 0, 0.13);
background: var(--Semantics-Background-Main, #FFF);
}

.card-header h5.card-title{
	color: var(--Semantics-Text-Title, #111414);
font-family: var(--Family-label, "Open Sans");
font-size: var(--Font-Primitives-Size-18, 18px);
font-style: normal;
font-weight: 600;
line-height: 28px; /* 155.556% */
	
}



.list-group-item{
	color: var(--Semantics-Text-Link-Default, #0058AF);
	font-family: var(--font-family-open-sans, "Open Sans");
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 162.5% */
	padding: 8px;
	width:100%;
	min-height: 48px;
	border-bottom: 1px solid var(--Semantics-Stroke-Card, #D3D8DB);
	
}

.tabela-calendario{
	width:100%;
	border-radius: 8px 8px 0px 0px!important;
	border-bottom: 1px solid var(--Primitives-Neutral-500, #C7CDD1);
	color: var(--Semantics-Text-Title, #111414);
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	margin-bottom:48px;
}

.tabela-calendario tr td{
	padding:16px;
}

.tabela-calendario td.mes{
	color: var(--Semantics-Text-Title, #111414);
	font-family: "Open Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 140% */
}

.tabela-calendario .accordion{
	margin-top:0!important;
	
}

.tabela-calendario .accordion-group{
	border-bottom: 1px solid var(--Primitives-Neutral-500, #C7CDD1);
	padding: 16px 24px;
}



.tabela-calendario .accordion-group .accordion-toggle{
	width: 100% !important;
    display: flex;
    justify-content: space-between;
    color:#111414;
	
}

.tabela-calendario .accordion-group a.accordion-toggle:hover{
	text-decoration:none!important;
}


.accordion-inner table{
	border-radius: var(--Corner-radius-8, 8px);
	border: 1px solid var(--Semantics-Stroke-Card, #D3D8DB);
	text-align:center;
	width:100%;
	margin-top:32px;
	
}

.accordion-inner table tr{
	border-bottom: 1px solid var(--Semantics-Stroke-Input, #D3D8DB);
	padding:6px;
	
}

 .toggle-titulo{
 	width: 100% !important;
    display: flex;
    justify-content: space-between;
    color:#111414;
    color: var(--Semantics-Text-Title, #111414);
font-family: var(--Family-label, "Open Sans");
font-size: var(--Font-Primitives-Size-18, 18px);
font-style: normal;
font-weight: 600;
line-height: 28px; /* 155.556% */
 }


 a.accordion-toggle:hover{
	text-decoration:none!important;
}

.tabela-portaria tr td{
	padding:16px;
	color: var(--Semantics-Text-Paragraph, #262828);
font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 23px; /* 164.286% */	
}

.tabela-portaria tr th{
	padding:16px;
	color: var(--Semantics-Text-Title, #111414);
font-family: "Open Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 24px; /* 150% */
}

.tag-autorizacao{
	border-radius: 12px;
	background: var(--Primitives-Green-400, #E1FFE2);
	padding: 3px var(--size-16, 16px);
	color: var(--Primitives-Green-600, #158A19);
	font-family: "Open Sans";
	font-size: var(--Size-tag, 12px);
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
	letter-spacing: 0.56px;
	text-transform: uppercase;
}

.mt-48{
	margin-top:48px;
}

.radioButton td {
    padding-right: 15px;
    display: ruby-text;
}

.foto {
    width: 130px !important;
    height: 130px !important;
    border-radius: 100%;
    position: relative;
    margin-top: -90px;
    margin-bottom: 10px;
}

.h3.titulo a i.fa{
	font-size:20px!important;
	    margin: 0 0 15px 8px;
}

.tag-warning{
	border-radius: 12px;
	background: var(--Primitives-Green-400, #FFF1C9);
	padding: 3px var(--size-16, 16px);
	color: var(--Primitives-Green-600, #C68B00);
	font-family: "Open Sans";
	font-size: var(--Size-tag, 12px);
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
	letter-spacing: 0.56px;
	text-transform: uppercase;
}

.tag-success{
	border-radius: 12px;
	background: var(--Primitives-Green-400, #E1FFE2);
	padding: 3px var(--size-16, 16px);
	color: var(--Primitives-Green-600, #158A19);
	font-family: "Open Sans";
	font-size: var(--Size-tag, 12px);
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
	letter-spacing: 0.56px;
	text-transform: uppercase;
}

.tag-danger{
	border-radius: 12px;
	background: var(--Primitives-Green-400, #FFE5E5);
	padding: 3px var(--size-16, 16px);
	color: var(--Primitives-Green-600, #E63535);
	font-family: "Open Sans";
	font-size: var(--Size-tag, 12px);
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 200% */
	letter-spacing: 0.56px;
	text-transform: uppercase;
}


/****************** paginação ***********************/

body .ui-paginator {
    background: #fff;
    border: 0px;
    border-width: 0;
    padding: 1rem
}

body .ui-paginator .ui-paginator-first,body .ui-paginator .ui-paginator-prev,body .ui-paginator .ui-paginator-next,body .ui-paginator .ui-paginator-last {
    color: #6c757d;
    width: 2.286em;
    height: 2.286em;
    margin: 0 .125em;
    border: 1px solid rgba(0,0,0,0);
    vertical-align: top;
    padding: 0;
    border-radius: 4px;
    transition: background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s
}

body .ui-paginator .ui-paginator-first span,body .ui-paginator .ui-paginator-prev span,body .ui-paginator .ui-paginator-next span,body .ui-paginator .ui-paginator-last span {
    display: none
}

body .ui-paginator .ui-paginator-first.ui-state-hover,body .ui-paginator .ui-paginator-prev.ui-state-hover,body .ui-paginator .ui-paginator-next.ui-state-hover,body .ui-paginator .ui-paginator-last.ui-state-hover {
    background: #e9ecef;
    color: #495057;
    border-color: rgba(0,0,0,0)
}

body .ui-paginator .ui-paginator-first.ui-state-focus,body .ui-paginator .ui-paginator-prev.ui-state-focus,body .ui-paginator .ui-paginator-next.ui-state-focus,body .ui-paginator .ui-paginator-last.ui-state-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #a6d5fa
}

body .ui-paginator .ui-paginator-first:before,body .ui-paginator .ui-paginator-prev:before,body .ui-paginator .ui-paginator-next:before,body .ui-paginator .ui-paginator-last:before {
    position: relative;
    line-height: inherit;
    top: -1px
}

body .ui-paginator .ui-paginator-first {
    font-family: "primeicons" !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    background: none;
    line-height: 2.286em
}

body .ui-paginator .ui-paginator-first:before {
    content: ""
}

body .ui-paginator .ui-paginator-first:before {
    position: relative
}

body .ui-paginator .ui-paginator-prev {
    font-family: "primeicons" !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    background: none;
    line-height: 2.286em
}

body .ui-paginator .ui-paginator-prev:before {
    content: ""
}

body .ui-paginator .ui-paginator-prev:before {
    position: relative
}

body .ui-paginator .ui-paginator-next {
    font-family: "primeicons" !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    background: none;
    line-height: 2.286em
}

body .ui-paginator .ui-paginator-next:before {
    content: ""
}

body .ui-paginator .ui-paginator-next:before {
    position: relative
}

body .ui-paginator .ui-paginator-last {
    font-family: "primeicons" !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    background: none;
    line-height: 2.286em
}

body .ui-paginator .ui-paginator-last:before {
    content: ""
}

body .ui-paginator .ui-paginator-last:before {
    position: relative
}

body .ui-paginator .ui-paginator-current {
    color: #6c757d
}

body .ui-paginator .ui-paginator-pages {
    padding: 0;
    display: inline-block
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page {
    padding: 0;
    border: 1px solid rgba(0,0,0,0);
    text-align: center;
    line-height: 2.286em;
    min-width: 2.286em;
    height: 2.286em;
    color: #6c757d;
    margin: 0 .125em;
    border-radius: 4px;
    transition: background-color .2s,color .2s,border-color .2s,box-shadow .2s,opacity .2s
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
    background: #e3f2fd;
    color: #495057
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-hover {
    background: #e9ecef;
    color: #495057;
    border-color: rgba(0,0,0,0)
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 .2rem #a6d5fa
}

body .ui-paginator .ui-paginator-current,body .ui-paginator .ui-paginator-rpp-options {
    margin: .5rem;
    display: inline-block;
    vertical-align: middle
}

.border-bottom-0{
	border-bottom:0px!important;
}

.border-top-0{
	border-top:0px!important;
}

.margem-extra {
    margin-left: 10px;
    width: 100%;
}

.radio label{
	width: 80%!important;
}

.margem-extra label{
	width: 90%!important;
}

.placa-numeros{
	height: 60px;
    line-height: normal !important;
}

#endereco table.radio{
	width:100%;
}

#endereco table.radio tr{
	height: 80px;
    width: 100%;
    border-bottom: 1px solid #c1c1c1;
}

#endereco table.radio tr:last child{
    border-bottom: 0px solid #c1c1c1;
}


/****************** AEPIV ***********************/

.card-pagamento{
	border-radius: var(--corner-radius-s, 16px);
	border: 1px solid var(--Primitives-Neutral-400, #D3D8DB);
	background: var(--Primitives-Neutral-100, #FFF);
	margin:48px 0px;
}

.card-pagamento-body{
	padding:32px;
	border-bottom: 1px solid var(--Semantics-Stroke-Card, #D3D8DB);
	color: var(--colors-neutral-900, #111414);
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	
}

.card-pagamento-body h4{
	color: var(--Primitives-Neutral-900, #111414);
	font-family: "Open Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 150% */
	margin-bottom:16px;
}

.card-pagamento-body label{
	width:100%;
	color: var(--colors-neutral-600, #7A7F83);
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
}

.card-pagamento-body ul{
	list-style-type: none;
	padding-inline-start: 0px;
	margin-bottom:32px;
}

.card-pagamento-body ul li{
	color: #57595A;
	font-family: "Open Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 164.286% */
}

.text-black{
	color:#111414;
}

.text-gray{
	color:#57595A;
}

.text-gray-light{
	color:#7A7F83;
}

.align-content-center{
	align-content: center;
}
.qrcode {
    max-width: 400px !important;
    align-items: center;
    justify-content: center;
    margin:auto;
}

.input-pix{
	border-radius: var(--corner-radius-xs, 8px);
	border: 1px solid var(--Semantics-Stroke-Input, #C7CDD1);
	background: var(--Primitives-Neutral-100, #FFF);
	display: flex;
	width: 370px;
	height: 56px;
	min-height: 56px;
	max-height: 56px;
	padding: var(--Primitives-unit-8, 8px) var(--Primitives-unit-16, 16px);
	align-items: center;
	gap: var(--padding-xs, 8px);
	align-self: stretch;
	margin-bottom:16px
}

textarea.form-control {
    height: 120px;
    min-height:120px!important;
    max-height:120pximportant;
}

.comprovante{
	max-width: 1025px;
	margin:48px auto;
	border-radius: 16px;
	border: 1px solid var(--Semantics-Stroke-Card, #EAECEE);
}

.comprovante-header{
	background: url(../../img/header-documento.png) top no-repeat;
	text-align:center;
	padding:48px 64px;
}

.comprovante-header h4{
	color: #014076;
	text-align: center;
	font-family: "Open Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin:32px 0px;
}

.comprovante-body{
	padding:32px 64px;
	color: #000;
	font-family: "Open Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}

.comprovante-body .content-center{
	justify-content: center;
    display: grid;
    margin:32px 0;
    text-align: center;
}

.comprovante-body .placa{
	width:143px;
	height:52.6px;
	background: url(../../img/placa-mercosul.png) no-repeat;
	padding :18px 7.29px 0 13px;
	text-align:center;
	color: var(--Primitives-Neutral-900, #111414);
	text-align: center;
	font-family:"GL-Nummernschild-Mtl";
	font-size: 35.458px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.709px;
		
}

.comprovante-body .form-control{
	padding: 9px 27px;
	border-radius: 9px;
	justify-content: center;
	align-items: center;
	border: 1px solid #D7D7D7;
	width:227px;
	height:40px;
	justify-content: center;
    display: flex;
    margin-bottom:8px;
    color: var(--Primitives-Neutral-900, #111414);
	font-family: "Open Sans";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px; /* 150% */
}

.comprovante-footer{
	height: 427px;
    align-content: flex-end;
    align-items: flex-end;
	background: url(../../img/footer-documento.png)bottom no-repeat;
	text-align:center;
	padding:48px 64px 88px 64px;
	color: #000;
	text-align: center;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

@media screen and (max-width: 780px){
   .comprovante-body{
		padding:16px 21px;
	}
	
	.col-md-8 .text-right, .col-md-6 .text-right, .col-md-4 .text-right {
      text-align:left;
	}

}

.tableAnexos tr{
	border-bottom: 1px solid #dee2e6 !important;
	height: 81px;	
}

.tableAnexos tr:last-child{
	border-bottom: 0px solid #dee2e6 !important;
	height: 81px;	
}

.tableAnexos tr de{
	padding: 24px 0;
}
