@media(min-width:0) {
	.form-cadastro {
		max-width: 990px;
	}

	.cadastro h2 {
		letter-spacing: -0.5px;
		font-size: 24px;
		font-weight: bold;
		display:table;
		width: 100%;
	}

	.cadastro ul input {
		padding: 5px 0;
		text-indent: 5px;
	}

	.cadastro ul li {
		margin: 10px 0px;
	}

	.cadastro ul input {
		width: 100%;
		border: 1px solid #ccc;
	}

	.cadastro ul select {
		width: 100%;
		padding: 9px 0;
		text-indent: 5px;
	}

	.cadastro ul input[type="radio"] {
		margin: 0 0 22px 0;
		border: 1px solid #000;
		height: 20px;
	}

	.cadastro ul li {
		position: relative
	}

	#usuario-existe {
		color: red;
		font-size: 12px;
	}

	.cadastro input[type="submit"] {
		width: 30%;
		color: #000 !important;
		border-radius: 5px;
		background: #FFC700 !important;
		padding: 12px;
		border: none;
		transition: all .3s;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 18px;
		height: auto;
		min-height: auto;
	}

	.cadastro input[type="submit"]:hover {
		background: #ffd43c !important;
		transition: all .3s;
		box-shadow: 0px 5px 10px #e2e2e2;
	}

	.cadastro .botoes input {
		width: 100%;
		color: #fff;
	}
}
/*CNPJ********************/
@media(min-width:0) {
	.cadastro .cont-cadastro {
		border: 1px dotted #999;
		background: #fff;
		padding: 0px 10px;        
	}

	.cadastro ul.row.cad-juri.cont-cadastro {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.cadastro .cad-cnpj label {
		display: table;
	}

	.cadastro .center-label {
		text-align: center;
	}
}

@media(min-width:640px) {
	.cadastro .cad-cnpj label {
		display: table;
	}
}

@media(min-width: 768px){
	.cadastro .cont-cadastro {
		padding: 10px 20px;
	}
}

@media(min-width:0) {
	.cadastro .cad-pergunta li {
		text-align: center;
	}

	.cadastro .cad-pergunta h4 {
		font-weight: bold;
	}

	.cadastro .cad-pergunta .cad-important {
		margin: 35px 0 0 0;
		display: table;
	}

	.cadastro .cad-pergunta .campo-hidden {
		display: none;
	}
}

@media(min-width:0) {
	.cont-cadastro .documentos {
		border: 1px solid #000;
		text-align: left;
	}

	.cadastro .documentos h4 {
		font-weight: bold;
	}

	.cadastro .documentos li {
		margin: 20px 0;
	}

	.cont-cadastro input {
		margin: 5px 0 0 0;
	}

	.cont-cadastro .continua-btn {
		margin: 5px 0 0 0;
	}

	.cadastro .documentos .texto-info {
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		background: #FAF9BE;
		padding: 8px;
		border: 1px dotted #d8b901;
	}

	.cadastro .documentos span {
		color: red;
	}
}

@media(min-width:768px) {
	.cadastro .documentos li {
		margin: 0;
		min-height: 220px;
	}

	.cadastro .documentos .texto-info {
		width: 97%;
	}
}

@media(min-width:1024px) {
	.cadastro .documentos li {
		min-height: 250px;
	}
}

.erro {
	border: solid red 1px !important;
}

/*Termo*******************/
li .termos input {
	display: inline-table;
	width: 20px;
	height: 20px;
	border: 2px solid #999;
	position: relative;
	top: 3px;
}

li.termos label {
	display: inline-table;
	text-indent: 5px;
}

.verTermos {
	color: red;
	padding: 0 0 0 18px;
	background: url('../img/icones/document.png') no-repeat;
	background-size: 13px;
	position: relative;
	left: 20px;
}

.modal-termo ul li {
	margin: 0 0 15px 0;
}

.modal-termo h3 {
	font-weight: bold;
}

.modal-termo .conteudo {
	max-height: 400px;
	overflow: auto;
	padding: 10px;
}
/*Aviso rodapé cadastro****************/
.aviso-cad {
	font-size: 11px;
	color: red;
}

.aviso-cad p {
	margin: 0;
	padding: 0;
	line-height: 16px;
}

/*****************/
#rede-detalhe {
	margin: 20px 0 0 0;
}
/****************/
ul.cadastro-erro li {
	position: relative;
	border: 1px dotted #eee;
	padding: 20px;
	border-radius: 5px;
}

ul.cadastro-erro li:nth-child(odd) {
	background: #eee;
}

ul.cadastro-erro {
	display: none;
}

.obs-cnpj {
	font-size: 11px;
	font-weight: bold;
	position: relative;
	top: 0px !important;
	left: 5px;
}

@media(min-width:0) {
	.cont-obrigado {
		margin: 0 auto;
		text-align: center;
		padding: 20px 20px 60px 20px;
		display:table;
	}

	.cont-obrigado h1 {
		color: green;
	}

	.cont-obrigado p {
		font-weight: bold;
		font-size: 25px;
		line-height: 35px;
		color: #333;
	}

	.cont-obrigado .img {
		border-radius:20px;
		padding: 5px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #FFFFFF 22.81%), #F5F5F5;
	}

  /*  .img-obrigado {
		width: 80px;
	}*/
}

@media(min-width:768px) {
	.cont-obrigado {
		width: 440px;
	}
}
