/* FORM STEPS */
.bs-wizard {/* border-bottom: solid 1px #e0e0e0;  */padding: 0 0 50px 0; width:50%; margin:auto;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 34px; height: 34px; display: block; background: #FFF; top: 22px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%; border:1px solid #ddddde} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 24px; height: 24px; background: #42949e; border-radius: 50px; position: absolute; top: 4px; left: 4px; }
.bs-wizard > .bs-wizard-step > .bs-wizard-dot span{position:absolute; z-index:10; color:#FFF; font-family:MontserratLight; font-size:15px; }
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot span{color:#afafaf;} 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 14px; box-shadow: none; margin: 18px 0; padding:3px 0;background:transparent; border-top:1px solid #ddddde; border-bottom:1px solid #ddddde;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #42949e;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%; -webkit-transition-duration: 0s;-moz-transition-duration: 0s;-o-transition-duration: 0s;transition-duration: 0s;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;  -webkit-transition-duration: 0s;-moz-transition-duration: 0s;-o-transition-duration: 0s;transition-duration: 0s;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #FFF;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
.bs-wizard > .bs-wizard-step:nth-of-type(1) > .bs-wizard-dot span{top:6px; left:13px;}
.bs-wizard > .bs-wizard-step:nth-of-type(2) > .bs-wizard-dot span{top:6px; left:12px;}
.bs-wizard > .bs-wizard-step:nth-of-type(3) > .bs-wizard-dot span{top:6px; left:12px;}
.bs-wizard > .bs-wizard-step.complete > .bs-wizard-dot span{text-indent:-9999px; background-image:url(img/ok.png); background-repeat:no-repeat; background-position:center center; display:inline-block; width:12px; height:8px; top: 12px; left: 10px;}

a,
a:hover,
a:focus,
a:active{
	outline:0
}

.botao{
	background:#FFF;
	color:#ffc20e;
	font-size:15px;
	font-family:MontserratLight;
	border:1px solid #ffc20e;
	padding: 6px 22px;
	border-radius: 20px;
	transition:.2s;
	float:right;
	margin-left: 5px; 
}
.botao:hover:not(.modal-termos){
	background-color:#ffc20e;
	color:#FFF;
	text-decoration:none;
	transition:.2s; 
}
header{
	border-bottom:1px solid #e5e5e5;
	color:#42949e;
	font-family:Montserrat;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:50px;
}
header h2{
	padding:15px 0;
	margin:0;
}
h1{
	color:#42949e;
	font-family:Montserrat;
	font-size:25px;
	text-transform:uppercase;
	text-align:center;
	line-height:34px;
}
small{
	font-size:10px;
	font-family:MontserratLight;
	/* margin:40px 0 0 0; */
	padding:0;
	color:#afafaf;
	display:block;
	line-height:13px;
}
small a, small a:hover {
	color:#afafaf;
	text-decoration:underline;
}
ul{
	list-style:none;
	padding:0;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
	width:50%;
}
ul li{
	display:inline-block;
	text-align:left;
	font-family:Montserrat;
	font-size:16px;
	color:#b5b5b5;
	text-transform:uppercase;	
    padding: 20px;
    border: 1px solid #d8d8d8;
    border-radius:10px;
    margin:0 15px;
    line-height:28px;
    transition:.2s;
    float:none !important; /* zerando float padrão do bootstrap*/
}
ul li span{
	font-family:MontserratLight;
	font-size:15px;
	text-transform:none;
	display:block;
	line-height:18px;	
}
ul li:hover{
	background-color:#42949e;
	color:#FFF;
	cursor:pointer;
	transition:.2s;
}

.tipo-cliente p{
	text-align:center;
	clear:both;
}

.form-cadastro figure img{
	width:100%;
	height:auto;
}
.form-cadastro legend{
	border:none;
	padding:0;
	margin:0 0 20px 15px;
	font-family:Montserrat;
	font-size:25px;
	color:#42949e;
	text-transform:uppercase;
}
.form-cadastro .form-control{
	font-family:MontserratLight;
	font-size:15px;
	border-radius:0;
	border:0;
	border-bottom:1px solid #dfdfdf;
	box-shadow:none;
	padding-left:0;
	margin-bottom:20px;
} 
.form-cadastro aside h1{
	text-align:left;
	font-family:MontserratMedium;
	font-size:30px;
	background-image:url(img/origame.png);
	background-repeat:no-repeat;
	background-position:top left;
	padding:75px 0 0 0;
	line-height:35px;	
}
.form-cadastro .termo-de-uso{
	float:left;
}
.form-cadastro .termo-de-uso input{
	position:relative;
	top:2px;	
}
.form-cadastro .botoes-alerta{
	float:right;
	/* margin-top:23px; */
}
.form-cadastro .form-group small{
	margin:-15px 0 0 0;
} 


footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top:1px solid #e5e5e5;
  padding:20px 0 5px 0;
}

footer p{
  color:#a4a4a4;
  font-family: MontserratExtraLight;
  font-size: 12px;
}
footer p.links{
  text-align: right;
  font-family: MontserratLight;
  font-size: 15px;
}
footer p.links a{
  color:#a4a4a4;
  background-repeat: no-repeat;
  margin-left:30px
}
footer p.links a:hover{
  color:#a4a4a4;
  text-decoration: underline;
}
footer p.links a.link-tel{
  background-image: url(img/telefone.png);
  background-position: left 3px;
  padding-left:15px;
}
footer p.links a.link-mail{
  background-image: url(img/envelope.png);
  background-position: left 5px;
  padding-left:20px;
  position: relative;
  top:-3px
}
footer.positionUnset{
	position:static;
	margin:50px 0 0 0;
}

.modal-content{
	border-radius:10px;
	overflow-y: auto;
    max-height: 90vh;
    box-sizing: border-box;
	scrollbar-width: thin;
}
.modal-body {
    padding: 20px;
    background: #e9e9e9;
    margin: 15px;
    border-radius: 10px;
    text-align: justify;
    color:#a4a4a4;
    font-family:MontserratLight;
    font-size:15px;
}

.modal-body h3{
	color:#42949e;
	font-size:17px;
	font-family:Montserrat;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:25px;
}

.modal .close{
	background:#ffc20e;
	color:#FFF;
	font-size: 25px;
	font-family: MoontserratLight;
	padding:4px 8px;
	opacity: 1;
	margin: 0;
	border-radius: 0 8px 0 10px;
	position:relative;	
	z-index:2
}

.modal .close:active,
.modal .close:focus{
	outline: 0;
}

.modal .close:hover{
	background-color: #1a6772;
}
#modalMsg .modal-body{
	text-align:center;
}

.confirmacao p{
	color:#42949e;
	font-family:Montserrat;
	font-size:25px;
	line-height:34px;
	text-align:center;
    float: none;
    margin: 50px auto;	
}
.quase-la p,
.cadastro-confirmado p{
	color:#afafaf;
	font-family:MontserratLight;
	font-size:17.5px;
	text-align:center;	
}

.cadastro-confirmado h2{
	color:#42949e;
	font-size:25px;
	font-family:Montserrat;
	text-transform:uppercase;
	text-align:center;
}

.cadastro-confirmado .nossos-planos{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;	
	margin-top:80px;
	text-align:center;
	width:50%;
}
.cadastro-confirmado .nossos-planos article{
	color:#ffc20e;
	border:1px solid #ffc20e;
	border-radius:20px;
	padding:10px;
	display:inline-block;	
    padding: 20px;
    border-radius:10px;
    margin:20px 15px 0 15px;
    line-height:28px;
    transition:.2s;	
	float:none !important;	
}

.cadastro-confirmado .nossos-planos article h3{
	font-family:Montserrat;
	font-size:25px;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	padding:0;
}

.cadastro-confirmado .nossos-planos article p{
	color:#ffc20e;
	font-family:MontserratLight;
	font-size:13.5px;
	line-height:18px;
	margin-top:3px;
}

.cadastro-confirmado .nossos-planos article a{
	color:#ffc20e;
}

.cadastro-confirmado .nossos-planos article:hover{
	background-color:#42949e;
	color:#FFF;
	border:1px solid #42949e;
	cursor:pointer;
}
.cadastro-confirmado .nossos-planos article:hover a{
	color:#FFF;
	text-decoration:none;
}
.falha{
	color:#afafaf;
}
.div_captcha {
	margin-top:20px;
	display: flex;
	justify-content: center;
}
#alert-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
#alert-overlay .alert-content {
	max-width: 600px;
}
.alert-wrap {
	display: table;
	height: 100%;
	margin: auto;
	text-align: center;
}
.alert-content {
	display: table-cell;
    vertical-align: middle;
}
.modal-alert {
	position: relative;
	min-width: 320px;
	min-height: 200px;
	max-width: 100%;
	border: 4px solid #d8d8d8;
	background: #fff;
	display: block;
}
.modalBotoes {
	position: absolute;
	top: 0px;
	right: 0px;
}
.modalBotoes a {
	display: block;
	text-indent: -5000px;
	border-radius:2px;
	transition: all .3s ease-out;
	cursor:pointer;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
}
.modalBotoes a:hover {
	background: #bfbfbf;
}
.modalBotoes a:before {
	text-indent: 0;
	float: left;
	content: "\00d7"; /* This will render the 'X' */
	color: #fff;
	font-weight: 300;
	font-family: Arial, sans-serif;
	font-size: 18px;
	text-indent: none;
}

#modalalertasTitulo {
	background: #d8d8d8;
	margin: 0;
	padding: 10px;
	padding: 5px;
	font-size: 14px;
	color:#42949e;
	font-weight: bold;
}
.modalAlertaImg {
	float: left;
	margin: 30px;
}
#modalalertasConteudo {
	color: #000;
	display: block;
	min-height: 70px;
	padding-left: 100px;
	padding-right: 10px;
}

.conteudo-texto #modalalertasConteudo {
	padding-top: 30px;
}
.modalAlertaBotoes {
	clear: both;
	text-align: center;
}
.modalAlertaBotoes a {
	display: inline-block;
}
.botaoT {
	padding: 5px 20px;
	background: #ffc600;
	border-radius: 2px;
	color: #fff;
	text-decoration: none;
	border: 0;
	cursor: pointer;
	transition:.2s; 
}
.botaoT:hover {
    background: #f1bb00;
	text-decoration:none;
	transition:.2s; 
}
.no-padding-left {
	padding-left: 0px !important
}
#btn-confirmar-cadastro {
    margin-bottom: 8px;
}

@media screen and (max-width: 770px) {

	.form-cadastro .termo-de-uso{
		margin-bottom: 10px;
	}

	.botao{
		margin: 5px;
	}

	.form-cadastro .botoes-alerta{
		display: flex;
		justify-content: center;
		
	}

	.img-noteBook {
		width: 25em;
		margin: 5px auto;
		display: flex;
		justify-content: center;
	}
}