.css-typing h2 {
	border-right: .100em solid orange;
	white-space: nowrap;
	overflow: hidden;
	transition-delay: 10s;
	}
  .css-typing h2:nth-child(1) {
	width: 10.3em;
	-webkit-animation: type 2s steps(40, end);
	animation: type 2s steps(40, end);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	}
  
  .css-typing h2:nth-child(2) {
	width: 7.8em;
	opacity: 0;
	-webkit-animation: type2 2s steps(40, end);
	animation: type2 2s steps(40, end);
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
  }
  
  @keyframes type {
	0% {
	  width: 0;
	}
	99.9% {
	  border-right: .100em solid orange;
	}
	100% {
	  border: none;
	}
  }
  
  @-webkit-keyframes type {
	0% {
	  width: 0;
	}
	99.9% {
	  border-right: .100em solid orange;
	}
	100% {
	  border: none;
	}
  }
  
  @keyframes type2 {
	0% {
	  width: 0;
	}
	1% {
	  opacity: 1;
	}
	99.9% {
	  border-right: .100em solid orange;
	}
	100% {
	  opacity: 1;
	  border: none;
	}
  }
  
  @-webkit-keyframes type2 {
	0% {
	  width: 0;
	}
	1% {
	  opacity: 1;
	}
	99.9% {
	  border-right: .100em solid orange;
	}
	100% {
	  opacity: 1;
	  border: none;
	}
  }
  
  @keyframes blink {
	50% {
	  border-color: transparent;
	}
  }
  @-webkit-keyframes blink {
	50% {
	  border-color: tranparent;
	}
  }

.btn-orange {
	background-color: #ff8c40;
	color: #fff
}

.btn-blue {
	background-color: #00538b;
	color: #fff
}

.cor-text-form {
	color: #ff8c40
}

.smoothscroll-top {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99;
	background-color: rgba(255, 140, 64, .4);
	color: #fff;
	width: 44px;
	height: 44px;
	line-height: 44px;
	right: 25px;
	bottom: -25px;
	padding-top: 2px;
	border-radius: 45px;
	transition: all .1s ease-in-out;
	transition-delay: .2s
}

.smoothscroll-top:hover {
	background-color: #f06000;
	color: #fff;
	transition: all .1s ease-in-out;
	transition-delay: 0
}

.smoothscroll-top.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1;
	bottom: 25px
}

.smoothscroll-top i.fa {
	line-height: inherit
}

#faicone {
	margin-top: 3px !important
}

html,
body {
	/* overflow-x: hidden; */
	padding-right: 0px !important;
}

body.no-scroll {
	overflow: hidden;
}

.dropdown:hover>.dropdown-menu,
.dropdown:hover>.dropdown-toggle {
	display: block;
	color: #fff !important
}

.alinhamento {
	display: flex;
	flex-direction: column;
	justify-content: center
}

.alinhamento-text-footer {
	display: flex;
	flex-direction: column;
	justify-content: top
}

.alinhamento-login {
	display: flex
}

.container-consultas {
	width: 80%;
	max-width: 1140px;
	margin: 3em auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.texts-header {
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.texts-header h4 {
	color: #FF6E0F;
	text-align: center;
}

.texts-header h1 {
	text-align: center;
	font-size: clamp(2.2em, 3vw, 3em);
	font-weight: 700;
	color: #00538B;
}

.texts-header button {
	width: auto;
	height: 50px;
	margin: 1em 0;
	border: none;
	background-color: #FF6E0F;
	color: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: .5em;
	transition: .2s ease-in;
	padding: 0 1em;
}

.texts-header button img {
	width: 20px;
}

.texts-header button a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bolder;
}

.texts-header button:hover {
	filter: brightness(.9);
}

.texts-header small {
	text-align: center;
	margin-bottom: 5em;
}

.carousel-cards {
	width: 100%;
	position: relative;
}

.button-controller {
	background-color: #000;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;

	cursor: pointer;
}

.controller-left {
	left: -4em;
}

.controller-right {
	right: -4em;
}

.cards-consultas {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	/* flex-wrap: wrap; */
	margin: 1em 0;
	gap: 2em;
	scroll-behavior: smooth;

	overflow-x: auto;
	overflow-y: hidden;
}

.cards-consultas::-webkit-scrollbar {
	display: none;
}

.card-consulta:nth-child(1) .inclusos ul li:before,
.card-consulta:nth-child(2) .inclusos ul li:before,
.card-consulta:nth-child(5) .inclusos ul li:before {
	color: #FF6E0F;
}

.card-consulta:nth-child(4) .inclusos ul li:before,
.card-consulta:nth-child(3) .inclusos ul li:before {
	color: #00538B;
}

.card-consulta:nth-child(1) .inclusos {
	margin-top: 11.3em;
}

.card-consulta:nth-child(2) .inclusos {
	margin: 0;
}

.card-consulta:nth-child(3) {
	background-color: #FF6E0F;
}

.card-consulta:nth-child(3) .button a button {
	background-color: #FF6E0F;
	/* background-color: #00538B; */
}

.card-consulta:nth-child(2) {
	background-color: #00538B;
}

.card-consulta:nth-child(4) {
	background-color: #FF9400;
}

.card-consulta:nth-child(5) {
	background-color: #FFD500;
	color: #00538B;
}

.card-consulta {
	width: 23%;
	height: 910px;
	min-width: 245px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #0d6fb1;
	color: #fff;
	padding: 0 2em;
	border-radius: 6px;
	position: relative;
	margin-top: 2em;
}

.card-consulta .new-icon {
	position: absolute;
	top: -1.5em;
	left: 0;
	width: 50px;
	height: 50px;
}

.card-consulta .icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(to right bottom, #FFD500, #FF6E0F);
	border-radius: 50%;
	margin-top: -1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.card-consulta-header {
	margin-top: 1em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.card-consulta-header strong {
	display: block;
}

.card-consulta-header strong + strong {
	font-size: 1.3em;
}

.card-consulta .description {
	margin-top: 2.5em;
}

.card-consulta .description p {
	font-size: .75em;
	margin-bottom: 0;
}

.card-consulta .note {
	margin: 2em 0;
	display: flex;
	align-items: flex-start;
	gap: .5em;
}

.card-consulta .note small {
	font-size: .7em;
	color: #FF6E0F;
}

.card-consulta .inclusos {
	margin-top: 13.5em;
	width: 100%;
}

.card-consulta .inclusos h4 {
	font-size: 1em;
}

.card-consulta .inclusos ul {
  list-style: none;
	margin-left: -1.9em;
}

.card-consulta .inclusos ul li {
	font-size: .7em;
}

.card-consulta .inclusos ul li:before {
  content: '✓';
	margin-right: .5em;
	font-weight: bold;
}

.card-consulta .inclusos details {
	display: none;
}

.card-consulta .inclusos .see-more {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2em;
}


.card-consulta .inclusos .see-more p {
	font-weight: bold;
	width: 100%;
}

.card-consulta form {
	width: 90%;
	position: absolute;
	bottom: 0;
	margin-bottom: 1em;
}

.card-consulta form input {
	width: 100%;
	padding: .5em;
	text-align: center;
	outline: none;
	border: none;
	border-radius: 6px;
	font-size: 1.2em;
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
}

.button button {
	background-color: #FF6E0F;
	width: 100%;
	margin-top: 1em;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	padding: .5em;
	cursor: pointer;
	border: none;
	color: #fff;
	font-weight: bold;
	outline: none;
	font-size: 1.2em;
	transition: .2s ease-in;
}

.button button:hover {
	filter: brightness(.9);
}

.button a:hover {
	text-decoration: none;
}

.card-consulta form .modelo {
	text-align: center;
	margin-top: 1.5em;
}
.card-consulta form .modelo a.hidden {
	visibility: hidden;
}

.card-consulta form .modelo a {
	color: #fff;
	text-decoration: underline;
}

.modal {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000000bf;
	align-items: center;
	justify-content: center;
}

.modal .datas,
.modal .modal-informative {
	position: relative;
	width: 95%;
	max-width: 500px;
	height: fit-content;
	max-height: 500px;
	margin: auto;
	background-color: #fff;
	padding: 0;
	
	border-radius: 8px;
	overflow-y: auto;
	overflow-x: hidden;
}

.modal .datas > h2 {
	position: fixed;
	background-color: #00538b;
	color: #FF6E0F;
	width: 100%;
	max-width: 500px;
	height: 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 1em;

	border-top-left-radius: 8px;
}

.modal .datas::-webkit-scrollbar {
  width: 5px;               /* width of the entire scrollbar */
}

.modal .datas::-webkit-scrollbar-track {
  background: #FF6E0F;        /* color of the tracking area */
}

.modal .datas::-webkit-scrollbar-thumb {
  background-color: #00538b;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
}

.modal .datas ul {
	color: #00538b;
	margin-top: 5em;
	margin-bottom: 2em;
}

.modal .datas ul li {
	font-weight: bold;
}

.modal .modal-informative {
	max-height: fit-content !important;
	position: relative;
}

.modal .modal-informative .content {
	background: #fff;
	padding: 2em;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.modal .modal-informative .content img {
	max-width: 100px;
}

.modal .modal-informative .content .texts {
	margin-top: 1em;
}

.modal .modal-informative .not {
	font-weight: bold;
}

.texts h2 {
	color: #e67e22;
	text-align: center;
	font-size: clamp(1.5em, 3vw, 2em);
}

.modal.show {
	display: flex !important;
}

.close {
	background-color: transparent;
	opacity: 1;
}

.close button {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	cursor: pointer;
	/* width: 100%;
	height: 100%; */
	background-color: red;
	opacity: 1;
	/* color: #fff; */
	border: none;
	border-radius: 8px;

	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

.close button i {
	color: #fff;
}


@media(max-width:1155px) {
	.cards-consultas {
		gap: 5em;
	}
	.card-consulta {
		width: 40%;
	}

	.card-consulta .inclusos {
		margin-top: 10.5em;
	}

	.card-consulta:nth-child(1) .inclusos {
		margin-top: 8.5em;
	}

	summary::marker {
		list-style-type: none;
	}

	summary{
		font-weight: bold;
		font-size: 1.2em;
	}

	.card-consulta .inclusos details ul {
		list-style: none;
		display: block;
		margin-left: -1.9em;
	}
	
	.card-consulta .inclusos ul li {
		font-size: 1em;
	}
	
	.card-consulta .inclusos ul li:before {
		content: '✓';
		margin-right: .5em;
		font-weight: bold;
	}

	/* .card-consulta .inclusos h4,
	.card-consulta .inclusos ul{
		display: none;
	} */

	.card-consulta form {
		position: initial;
	}
}

@media(max-width: 756px) {
	.button-controller {
		top: -2em;
	}

	.controller-right {
		right: 1em;
	}

	.controller-left {
		left: 1em;
	}
}

@media(max-width: 550px) {
	.card-consulta {
		width: auto;
	}

	.modal .modal-informative, .reset-password .modal{
		max-width: 90% !important;
	}
}

.barra-azul-topo {
	background-color: #00538b;
}

.barra-azul-topo .container {
	padding: 1em 0;
}

.dropdown-menu {
	top: 97% !important;
	border-radius: 0 !important;
	border: none !important;
	margin-top: 5px
}

.dropdonw-item:focus>.dropdown-menu {
	display: block
}

.dropdown>.dropdown-toggle:hover {
	color: #fff !important
}

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: 0 solid transparent;
	border-bottom: 0;
	border-left: 0 solid transparent
}

.nav-item {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.nav-item:focus {
	background-color: #ff8c40;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff !important
}

.produto {
	cursor: pointer
}
.certificado{
	cursor: pointer;
}

.arrow.active {
	transform: rotate(-180deg);
	transition: .1s
}

.arrow {
	transition: .1s
}

ul li .nav-link {
	color: #00538b !important;
	font-weight: 600;
	font-size: 15px
}

.nav-link:hover {
	color: #fff !important;
	transition: .1s;
	font-size: 15px
}

.sub-menu {
	color: gray;
	font-weight: 300;
	background-color: transparent
}

.sub-menu:hover {
	color: #00538b;
	font-weight: 300;
	padding-left: 26px;
	background-color: transparent
}

.banner {
	background-image: linear-gradient(to right, #00538bbd, rgba(255, 140, 64, 0.84));
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	height: /*55vw*/ auto;
	min-height: 100vh;
	position: relative;
	overflow-y: hidden;
	box-shadow: 0 10px 1.3em rgba(0, 0, 0, 0.5);
}




/* CSS Da Pagina Certicado */


.banner-certicado{
	height: 40vh;
}
.img-certificado{
	background: linear-gradient(to right, #00538bbd, rgba(255, 140, 64, 0.84)), url('../img/bann_certificado.jpg');
	background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
	-o-background-size: cover;
	background-position: center;
	height: initial;
	z-index: -1;
}
.text-certificado{
	/* width: 1200px;
	margin: 0 auto; */
	padding: 5em 6em 5em 6em;
	color: white;
}
.info-header{
	margin: 0 auto;
	padding: 5em 6em 0 6em;
	text-align: center;
}
.info-header p{
	font-size: 20px;
	color: #487eb0;
}
.info-certificado{
	height: 65vh;
	/* max-width: 1200px;
	margin: auto; */
}
.conteiner-cerficado{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.item{
	margin: 10px;
	padding: 1em 1em 0 2em;
  font-size: 17px;
}
.item table{
	margin-top: 20px;
	margin-bottom: 20px !important;
	height: 100%;
}
.item td{
	padding: 15px;
}
.item td img{
	margin-right: 10px; 
}

/* Telefones em paisagem a tablet em retrato */
@media (max-width: 767px) {
	.conteiner-cerficado{
			flex-direction: column; 
	}
	.item{
			margin-top: 20px;
	}

	.banner {
		padding: 2em 0;
		overflow-x: hidden;
	}

	video {
		height: auto !important;
		min-height: 100vh;
		/* width: 100vw; */
	}

	.content-text-video {
		flex-direction: column;
		gap: 3em;
	}

	.texts-content {
		width: 100% !important;
	}

	.content-text-video .video-content > video {
		height: auto !important;
		max-height: 300px;
		min-height: fit-content;
		width: 100%;
	}

	.content-text-video .video-content > iframe {
		max-height: 300px;
		min-height: fit-content;
		width: 100%;
	}
}

/* Tablet em retrato a paisagem e desktop */
@media (min-width: 768px) and (max-width: 979px) {
	.conteiner-cerficado{
			height: 40vh;
			max-width: 200px;
			flex-wrap: wrap;
			justify-content: center;
			align-content: center;
			border: solid 2px blue; 
	}
	.item{
			margin: 0;  
	}
	.item table{
			margin-top: 10px;
			margin-bottom: 20px !important;
			height: 100%;
	}
}

.conteiner-tipo{
	padding: 1em 1em 0 2em;
	height: 45em;
	display: flex;
  	flex-direction: row;
  	justify-content: space-between;
}
.info-tipos{
	height: 850px;
}
.tipo-one{
	width: 45%;
	height: 100%;
	border: solid 4px #192a56;
}
.tipo-two{
	width: 45%;
	height: 100%;
	border: solid 4px #192a56;
}
#titulo{
	font-size: 25px;
	align-content: center;
	margin: 0 auto;
	padding: 1em 0em 0 8em;
	color: #e67e22; 
	text-shadow: #ecf0f1 0.1em 0.1em 0.2em;
}
#texto{
	font-size: 20px;
	align-content: center;
	margin: 0 auto;
	text-align: center;
	padding: 1em;
}
.list-info td{
	padding: 1em;
	font-size: 20px;
}
.conteiner-instrucoes{
	padding: 1em 1em 0 2em;
	height: 45vh;
}
.instrucoes{
	height: 400px;
	
}
.list-info{
	display: flex;
  flex-direction: row;
	justify-content: space-between;
}
.list-info-one{
	padding: 2px 2em 0 2em;
	font-size: 30px;
	width: 50%;
}
.list-info-two{
	padding: 3px 2em 0 3em;
	font-size: 30px;
	width: 50%;
}
.conteiner-modelos{
	padding: 1em 1em 0 5em;
	height: 60vh
}
.info-modelos{
	height: 500px;
}
.modelos{
	display: flex;
  flex-direction: row;
	justify-content: space-between;
	padding: 2em 5em 0 4em;
}
.bola{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #ff9f43;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 2%;
	color: white;
	font-size: 13px;
	font-weight: bold;
}
#titulo-modelo{
	color: black;
}
.container-botoes{
	padding: 1em 1em 0 2em;
	height: 10vh;
	
}
.btns{
	width: fit-content;
	flex-direction: row;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: auto;
}

.btn-one a{
	border-radius: 30px;
	display: block;
	color: white;
	width: 350px;
	height: 40px;
	line-height: 40px;
	margin: 20px;
	background-color: #ff9f43;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	
}
.btn-two a{
	border-radius: 30px;
	display: block;
	color: white;
	width: 180px;
	height: 40px;
	line-height: 40px;
	background-color: #2ecc71;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	margin: 20px;
}
.text-certificado, .conteiner-cerficado, .conteiner-tipo, .conteiner-instrucoes, .conteiner-modelos, .conteiner-botoes {
    margin: 0 auto;
    max-width: 1200px;
}
.conteiner-cerficado, .info-certificado, .conteiner-instrucoes, .conteiner-modelos, .container-botoes {
    height: initial;
}
/* @media screen and (max-width: 600px) {
	.info-header p{
		font-size: 20px;
		color: #487eb0;
	}
	.conteiner-cerficado{
		padding: 5px;
	}
	.list-one{
		padding: 2px;
		width: 50%;
	}
	.list-one td{
		padding: 2px 0 2em 2px;
		font-size: 16px;
	}
	.list-two{
		padding: 2px;
		width: 50%;
	}
	.list-two td{
		font-size: 16px;
		padding: 2px 0 2em 5px;
	}
} */
	 
	
	

/* Fim Css Pagina Certificado  */

.banner .text-banner {
	z-index: 1
}

/* 
.texts {
	opacity: 0;
	transition: cubic-bezier(0, 0, 0, 0.29) 1s
}

.texts-active {
	opacity: 1;
	transition: cubic-bezier(0, 0, 0, 0.29) 1s
} */

.modal {
	padding-right: 0px !important;
}

.btn-dark {
	color: #fff;
	background-color: #000 !important;
	border-color: #000 !important;
	/* border-radius: 40px !important */
}

.btn-dark:hover {
	color: #fff;
	background-color: #212121 !important;
	border-color: #212121 !important;
	/* border-radius: 40px !important */
}

.h2-home {
	opacity: 0;
	transition: 1s;
	margin-left: -177%
}

.h2-home-active {
	opacity: 1;
	transition: 1s;
	margin-left: 0;
	font-size: 2rem
}

.banner-produtos-veiculos,
.banner-produtos-credito,
.banner-produtos-localizacao,
.banner-cadastrar {
	background-position: center;
	background-size: auto;
	background-repeat: no-repeat;
	height: 40vh
}

.banner-produtos-credito {
	background-image: url("../img/credito.png")
}

.banner-produtos-veiculos {
	background-image: url("../img/veiculo.png")
}

.banner-produtos-localizacao {
	background-image: url("../img/localizacao.png")
}

.banner-cadastrar {
	background-image: url("../img/BG.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 30vh
}

.veiculo,
.credito,
.localizacao {
	text-decoration: none !important
}

.circule-1 {
	background-color: #fff;
	width: 175px;
	height: 175px;
	border-radius: 116px;
	position: relative;
	top: -83px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	cursor: pointer
}

.circule-3 {
	background-color: #fff;
	width: 175px;
	height: 175px;
	border-radius: 116px;
	position: relative;
	top: -83px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: auto;
	cursor: pointer
}

.text-circule1,
.text-circule2,
.text-circule3 {
	color: #00538b;
	font-weight: bold
}

#icone-1 {
	color: #ff8c40
}

#icone-2 {
	color: #fff
}

#icone-3 {
	color: #ff8c40
}

.circule-2 {
	background-color: #ff8c40;
	width: 175px;
	height: 175px;
	border-radius: 116px;
	position: relative;
	top: -83px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer
}

.planos {
	color: #fff
}

.card-azul {
	border-radius: 30px;
	background-color: #00538b;
	color: #fff;
	height: 560px;
	margin-left: auto;
	margin-right: auto
}

.card-azul:hover {
	color: #00538b;
	border-radius: 30px;
	background-color: #fff;
	border: #00538b solid 2px;
	height: 560px;
	margin-left: auto;
	margin-right: auto
}

.card-link {
	color: #fff;
	font-weight: 500;
	border: 2px solid #fff;
	border-radius: 5px;
	width: 50%;
	height: 40px;
	margin-left: auto;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.card-azul:hover .card-link {
	color: #fff;
	background-color: #00538b;
	font-weight: 500;
	border: 2px solid #00538b;
	border-radius: 5px;
	width: 50%;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.card-laranja {
	border-radius: 30px;
	background-color: #ff8c40;
	color: #fff;
	height: 560px;
	margin-left: auto;
	margin-right: auto
}

.card-laranja:hover {
	color: #ff8c40;
	border-radius: 30px;
	background-color: #fff;
	border: #ff8c40 solid 2px;
	height: 560px;
	margin-left: auto;
	margin-right: auto
}

.card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.card-link {
	color: #fff;
	font-weight: 500;
	border: 2px solid #fff;
	border-radius: 5px;
	width: 50%;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.card-laranja:hover .card-link {
	color: #fff;
	background-color: #ff8c40;
	font-weight: 500;
	border: 2px solid #ff8c40;
	border-radius: 5px;
	width: 50%;
	height: 40px;
	margin-left: auto;
	margin-top: 10px
}

.bg-form {
	background-image: url("../img/BG-FOOTER.png");
	background-position: left;
	background-size: auto;
	background-repeat: no-repeat
}

.btn-dark-form {
	color: #fff;
	background-color: #000 !important;
	border-color: #000 !important;
	border-radius: 35px !important;
	width: 100px
}

.btn-dark-form:hover {
	color: #fff;
	background-color: #212121 !important;
	border-color: #212121 !important;
	border-radius: 5px !important
}

.cor-footer {
	background-color: #000
}

.cor-footer .ul-footer {
	list-style-type: none;
	padding: 0
}

.cor-footer .margin-auto {
	margin-left: auto;
	margin-right: auto
}

.cor-footer .creditos {
	font-size: 12px
}

.cor-footer .evve {
	color: #fff;
	font-weight: bold;
	text-decoration: none
}

.cor-footer .evve:hover {
	color: #d37800;
	font-weight: bold;
	text-decoration: none
}

.form-inline,
.form-control-footer {
	display: inline-block;
	vertical-align: middle;
	/* height: 25px; */
	border-color: #00538b !important;
	box-shadow: none
}

.form-control {
	border: 1px solid #fff;
	border-radius: 10px !important
}

.area-acesso {
	color: #fff;
	font-weight: 600
}

.btn-login {
	background-color: #00538b !important;
	border: #00538b !important;
	height: 26px;
	padding: 0;
	width: 35px;
	box-shadow: none !important
}

.btn-login:hover {
	background-color: #ff8c40 !important;
	border: #ff8c40 !important;
	height: 26px;
	padding: 0;
	width: 35px;
	box-shadow: none !important
}

.card-azul:hover .card-title {
	color: #00538b
}

.card-laranja:hover .card-title {
	color: #ff8c40
}

.cifrao {
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px
}

.real {
	font-size: 45px;
	font-weight: bold
}

.centavos {
	font-size: 20px;
	position: absolute;
	margin-top: 10px;
	font-weight: bold
}

video {
	position: absolute;
	height: 100vh;
	z-index: -1
}

.content-text-video {
	display: flex;
}

.texts-content {
	width: 50%;
}

.video-content {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.video-content video {
	position: inherit;
	height: auto !important;
	width: 100%;
	flex: 1;
	box-shadow: 0 0 10px 0 rgb(0, 0, 0);
}

/* video {
	position: absolute;
	height: 100vh;
	z-index: -1; 
} */

.btn-success {
	background-color: #ff8c40 !important;
	border-color: #ff8c40 !important
}

.btn-success .btn-cadastrar {
	text-decoration: none;
	color: #fff !important
}

.btn-success .btn-cadastrar:hover {
	text-decoration: none;
	color: #fff !important
}

.text-lang {
	font-size: 15px;
	font-weight: 600
}

.toast {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	min-height: 60px;
	font-size: 1.2em;
}

.toast-success{
	background: green;
}

.toast-error{
	background: red;
}

#p-numeros p {
	font-size: clamp(.7em, 1.6vw, 1em);
}

@media(min-width: 1200px) {
	video {
		position: absolute;
		width: 100%;
		height: auto !important;
		z-index: -1
	}
}

@media(max-width: 1200px){
	

	.alinhamento-header{
		display: flex;
		flex-direction: column;
		gap: 1em;
	}

	.alinhamento-header div{
		max-width: 100%;
		display: flex !important;
		justify-content: center !important;
	}

	.alinhamento-header div form{
		margin: 0 !important;
	}
}

@media(max-width: 576px) {
	.barra-azul-topo {
		height: fit-content !important;
	}

	.form-inline .form-control {
		width: 100% !important;
		height: calc(2.25rem + 2px) !important;
	}

	.input-user {
		margin-bottom: 15px;
	}


	.alinhamento-login {
		flex-direction: column;
		align-items: center;
	}
} 

@media(min-width: 768px)and (max-width: 991.98px) {
	.card-azul {
		border-radius: 30px;
		background-color: #00538b;
		color: #fff;
		height: 792px;
		width: auto !important
	}
	.card-azul:hover {
		color: #ff8c40;
		border-radius: 30px;
		border: #00538b solid 2px;
		height: 792px;
		width: auto !important
	}
	.card-laranja {
		border-radius: 30px;
		background-color: #ff8c40;
		color: #fff;
		height: 792px;
		width: auto !important
	}
	.card-laranja:hover {
		color: #00538b;
		border-radius: 30px;
		background-color: #fff;
		border: #ff8c40 solid 2px;
		height: 792px;
		width: auto !important
	}
	.card-link {
		color: #fff;
		font-weight: 500;
		border: 2px solid #fff;
		border-radius: 5px;
		width: 65% !important;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
	.card-azul:hover .card-link {
		color: #fff;
		background-color: #00538b;
		font-weight: 500;
		border: 2px solid #00538b;
		border-radius: 5px;
		width: 65% !important;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
	.card-laranja:hover .card-link {
		color: #fff;
		background-color: #ff8c40;
		font-weight: 500;
		border: 2px solid #ff8c40;
		border-radius: 5px;
		width: 65% !important;
		height: 40px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
	.background-menu {
		background-color: #fff;
		height: 97px
	}
	.banner-produtos-veiculos,
	.banner-produtos-credito,
	.banner-produtos-localizacao,
	.banner-cadastrar {
		background-position: center;
		background-size: auto;
		background-repeat: no-repeat;
		height: 60vh
	}
	.banner-produtos-credito {
		background-image: url("../img/credito.png")
	}
	.banner-produtos-veiculos {
		background-image: url("../img/veiculo.png")
	}
	.banner-produtos-localizacao {
		background-image: url("../img/localizacao.png")
	}
}

@media(min-width: 992px) {
	.barra-azul-topo {
		background-color: #00538b;
	}
	#p-numeros {
		display: -webkit-box;
		font-size: 14px
	}
	.btn-orange {
		background-color: #ff8c40;
		color: #fff;
	}
}

@media(max-width: 991.98px) {
	#p-numeros {
		display: block;
		font-size: 14px;
		padding: 0 3em;
	}

}

@media(max-width: 767.98px) {

	.card-azul {
		border-radius: 30px;
		background-color: #00538b;
		color: #fff;
		margin-left: auto;
		margin-right: auto
	}
	.card-azul:hover {
		color: #ff8c40;
		border-radius: 30px;
		border: #00538b solid 2px;
		margin-left: auto;
		margin-right: auto
	}
	.card-laranja {
		border-radius: 30px;
		background-color: #ff8c40;
		color: #fff;
		margin-left: auto;
		margin-right: auto
	}
	.card-laranja:hover {
		color: #00538b;
		border-radius: 30px;
		background-color: #fff;
		border: #ff8c40 solid 2px;
		margin-left: auto;
		margin-right: auto
	}
	.bg-form {
		background-image: url("../img/BG-FOOTER.png");
		background-position: center;
		background-size: auto;
		background-repeat: repeat !important
	}
	.circule-1,
	.circule-3 {
		background-color: #fff;
		width: 175px;
		height: 175px;
		border-radius: 116px;
		position: relative;
		top: -83px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: auto;
		margin-right: auto
	}
	.banner-produtos-veiculos,
	.banner-produtos-credito,
	.banner-produtos-localizacao,
	.banner-cadastrar {
		background-position: center;
		background-size: auto;
		background-repeat: no-repeat;
		height: 45vh
	}

	
}

@media(min-width: 767px) {
	.nav-item {
		height: 70px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
	.nav-item:hover {
		background-color: orange;
		height: 70px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center
	}
	ul li .nav-link {
		color: #00538b !important;
		font-weight: 600;
		transition: .1s cubic-bezier(0.075, 0.82, 0.165, 1);
		height: 70px;
		padding-top: 24px
	}
	.background-menu {
		background-color: #fff;
	}
	.barra-reta-login {
		border-left: rgba(84, 91, 98, 0) solid 1.5px;
		margin: 0 10px 0 15px
	}
}

@media(min-width: 576px) {
	.area-acesso {
		color: #fff;
		font-weight: 600
	}
	.btn-login {
		background-color: #00538b !important;
		border: #00538b !important;
		height: 26px;
		padding: 0;
		width: 35px;
		box-shadow: none !important
	}
	.btn-login:hover {
		background-color: #ff8c40 !important;
		border: #ff8c40 !important;
		height: 26px;
		padding: 0;
		width: 35px;
		box-shadow: none !important
	}
	#row-produtos {
		height: 140px
	}
}

@media(min-width: 576px)and (max-width: 767.98px) {
	.barra-azul-topo {
		background-color: #00538b;
	}
}

@media(max-width: 578.99px) {
	.contato-topo {
		color: #fff !important
	}
	.card-azul {
		border-radius: 30px;
		background-color: #00538b;
		color: #fff;
		height: 560px;
		margin-left: auto;
		margin-right: auto
	}
	.card-azul:hover {
		border-radius: 30px;
		border: #00538b solid 2px;
		color: #ff8c40;
		height: 560px;
		margin-left: auto;
		margin-right: auto
	}
	.card-laranja {
		border-radius: 30px;
		background-color: #ff8c40;
		color: #fff;
		height: 560px;
		margin-left: auto;
		margin-right: auto
	}
	.card-laranja:hover {
		border-radius: 30px;
		border: #ff8c40 solid 2px;
		color: #00538b;
		height: 560px;
		margin-left: auto;
		margin-right: auto
	}
	.barra-azul-topo {
		background-color: #00538b;
	}
	.alinhamento-login {
		display: block
	}

	.banner-produtos-veiculos,
	.banner-produtos-credito,
	.banner-produtos-localizacao,
	.banner-cadastrar {
		background-image: url("../img/banner.png");
		background-position: center;
		background-size: auto;
		background-repeat: no-repeat;
		height: 65vh
	}
	.banner-produtos-credito {
		background-image: url("../img/credito.png")
	}
	.banner-produtos-veiculos {
		background-image: url("../img/veiculo.png")
	}
	.banner-produtos-localizacao {
		background-image: url("../img/localizacao.png")
	}
	.btn-cadastrar {
		text-decoration: none;
		color: #fff !important;
		font-size: 13px
	}
	.btn-cadastrar:hover {
		text-decoration: none;
		color: #fff !important
	}
	nav {
		z-index: 1000
	}
	ul.navbar-nav {
		background-color: #fff !important
	}
	#logo-mobile {
		margin-left: 10px
	}
	.menu-mobile {
		margin-right: 10px
	}
	#row-produtos {
		height: 515px
	}
}

.form-cadastrar .form-control {
	border: 1px solid #04558c;
	border-radius: 10px !important
}

@media(max-width: 400px) {
	.barra-reta {
		display: none
	}

	.contato-topo {
		font-size: 15px
	}
	.banner-produtos-veiculos,
	.banner-produtos-credito,
	.banner-produtos-localizacao,
	.banner-cadastrar {
		background-image: url("../img/banner.png");
		background-position: center;
		background-size: auto;
		background-repeat: no-repeat;
		height: 85vh
	}
	.banner-produtos-credito {
		background-image: url("../img/credito.png")
	}
	.banner-produtos-veiculos {
		background-image: url("../img/veiculo.png")
	}
	.banner-produtos-localizacao {
		background-image: url("../img/localizacao.png")
	}
}

@media(min-width: 320px) {
	.form-inline .form-control {
		display: inline-block;
		width: 100px;
		vertical-align: middle;
		height: 25px;
		border-color: #00538b;
		box-shadow: none
	}

}

@media(max-width: 320px) {
	.input-user {
		margin-bottom: 15px;
	}
}


.p-text-2 {
	display: none;
	transition: 1s
}

#card-laranja-text:hover .p-text-1 {
	color: #ff8c40
}

#card-azul-text:hover .p-text-1 {
	color: #00538b
}

#card-laranja-text:hover .p-text-2,
#card-azul-text:hover .p-text-2 {
	display: table-cell !important;
	margin-left: -22px;
	font-weight: bold;
	font-size: .7em;
	transition: 1s
}

.erro {
	font-size: 170px;
	color: #ff8c40;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold
}

.icones {
	margin: auto !important
}

.nav-tabs .nav-link.active,
.nav-tabs {
	border-color: transparent !important
}

.fade:not(.show) {
	opacity: 1 !important
}

.modal-container {
	background-color: #00000063;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
}

.modal-container .modal-information {
	background-color: #fff;
	width: 95%;
	max-width: 500px;
	padding: 2em;
	position: relative;
	border-radius: 10px;
}

.modal-container .modal-information .modal-information-header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modal-container .modal-information .fa-times {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	cursor: pointer;
}

.modal-container .modal-information img {
	width: 50%;
	max-width: 100px;
	margin: 0 auto;
}

/*/Cadastrar*/

.all-content {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.all-content {
	font-size: 14px;
}

.form-container {
	max-width: 700px;
	margin-bottom: 2em;
}

.form-container form {
	/* margin: 2em 0; */
}

.form-container form select {
	width: 100%;
	height: 30px;
}

.form-container form p {
	margin-top: 1em;
}

.form-container form label {
	margin: 0;
}

.inputs-group {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 2em;
}

.inputs-group + .inputs-group {
	margin-top: 2em;
}

.input-group {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: .2em;
}

.input-group.column {
	flex-direction: row;
	align-items: center;
	gap: 1.5em;
}

.input-group.column input + input {
	/* margin-left: 1em; */
}

.input-group select option {
	border-radius: 0;
	padding: .5em;
} 

input[type="radio"],
input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.input-group input[type="text"] {
	width: 100%;
	height: 30px;
}

input[type="file"] {
	display: none;
}

.labelFile label {
	padding: 20px 10px;
	text-align: center;
    min-width: 120px;
	height: 120px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
    background-color: #F5F4F4;
    color: #000;
    cursor: pointer;
	transition: .2s ease-in-out;
}

.labelFile label:hover {
	background-color: #4d4d4d67;
}

.labelFile label img {
	width: 40px;
	height: 40px;
}

.labelFile label p {
	font-size: 10px;
	color: #4D4D4D;
	font-weight: bold;
}

.labelFile span {
	font-size: 10px;
	color: #4D4D4D;
	font-weight: bold;
	text-decoration: underline;
}

.group-button {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 2em;
}

.group-button button {
	background: #C20B0B;
	color: #fff;
	border: none;
	width: 137px;
	height: 43px;
	font-weight: bold;
}

.group-button button:nth-child(2) {
	background: #00538B;
}

.input-group.row {
	flex-direction: row !important;
	align-items: center;
	gap: 1.5em;
	margin: 0;
}

.input-group.row label {
	/* width: 80%; */
	font-size: .8em;
}

.d-block {
    display: block !important;
}

.reset-password{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.reset-password .modal{
    background-color: #fff;
    width: 100%;
	height: auto;
    max-width: 500px;
    position: unset;
}
.reset-password .modal-header{
    background-color: #f2f2f2;
    width: 100%;
    height: 50px;
	min-height: 16.43px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.reset-password .modal-header h1{
    color: #205588;
    font-size: 1.25rem;
    margin: 0;
    font-weight: 600;
    line-height: 1.2;
}
.reset-password .modal-body{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.reset-password .modal-body p{
    font-size: 15px;
    color: #000;
    text-align: center;
    text-shadow: none;
}
.reset-password .modal-body form{
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.reset-password .modal-body form input{
    width: 100%;
    height: 40px;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 20px;
    font-size: 1rem;
    color: #000;
    text-align: center;
}

.reset-password .modal-body form input::placeholder{
    color: #000;
}

.reset-password .modal-body form input:focus{
    outline: none;
    border: 2px solid #9e9e9e;
}

.reset-password .modal-body form {
    width: 100%;
    display: flex;
    justify-content: end;
}

.reset-password .modal-body form .row {
    margin-right: 0;
    margin-left: 0;
}

.reset-password .modal-body form .dont-access-to-document a {
	text-align: center;
    color: #337ab7;
    text-decoration: underline;
	cursor: pointer;
}

.reset-password .modal-body form .button-form-password {
    bottom: 50px;
    right: 60px;
    font-size: 1em;
    color: #fff;
    cursor: pointer;
    height: 35px;
}

.reset-password .modal-body form .button-form-password i {
    margin-right: 20px;
}

.reset-password .close-modal {
    font-size:25px; 
    color:#e63333;
    cursor: pointer;
}

.reset-password .close-modal:hover {
    cursor: pointer;
}

.reset-password .buttons{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.reset-password .div-buttons{
    display: flex;
    width: 100%;
    justify-content: end;
    gap: 1em;
}

.reset-password .div-buttons button{
    height: 35px;
}

.button-email, .button-whatsapp, .button-get-whats, .button-get-mail, .button-password {
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.3em 1em;
    font-size: .7em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 48%;
    min-width: 130px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5em;
    text-align: left;
	cursor: pointer;
}

.button-email:hover, .button-whatsapp:hover, .button-get-whats:hover, .button-get-mail:hover, .button-password:hover {
    background-color: #0d6efd;
    opacity: 0.7;
}

.button-whatsapp:disabled, .button-get-whats:disabled{
    background-color: #0d6efd;
    color: white;
    opacity: 0.5;
    cursor: not-allowed;
    text-decoration: none;
}

.link-update-password {
	color: #fff !important;
	margin-left: 15px;
	text-wrap: nowrap;
}

.link-update-password:hover {
	color: #fff !important;
}

.content-new-token {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.link-new-token {
	background-color: transparent;
	width: fit-content;
	border: none;
	outline: none !important;
	cursor: pointer;
	text-decoration: underline;
}

.link-new-token:hover {
	font-weight: bold;
}

.link-new-token:disabled:hover {
	font-weight: normal;
	cursor: not-allowed;
}

.hide {
	display: none !important;
}

.cc-grower {
	max-height: 230px !important;
}

@media(max-width: 768px) {
	.image-content {
		display: none;
	}
}

/*# sourceMappingURL=estilo.css.map */