.dm-lifree {
	display: inline-block;
	padding-right: 10px;
}

.dm-lifree h3 {
	text-align: left;
	display: inline-block;
	color: #302f31;
	margin: 10px 0;
	line-height: 40px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.dm-lifree {
	margin-top: -5px;
	font-family: "Montserrat", Arial, Tahoma
}

.dm-lifree {
	border-top: 5px solid #49c5bf;
}

.dm-libg {
	border-top: 5px solid #302f31
}

span.ja-cadastrado {
	font-family: "Montserrat", Arial, Tahoma;
	font-size: 12px;
	margin-left: 20px;
}

.ja-cadastrado a {
	color: #494949;
}

.dm-devware h4 {
	font-family: "Montserrat", Arial, Tahoma;
	font-size: 24px;
	line-height: 130%;
	font-weight: 100;
	text-transform: uppercase;
	color: #49c5bf;
	margin-top: 0;
}

.dm-devware p {
	margin: 0 0 40px;
	color: #656565;
	font-size: 17px;
	font-family: Arial, Tahoma;
	line-height: 120%;
}

.infoCampo {
	font-size: 12px;
	color: #a4a4a4;
	font-family: Arial, Tahoma;
}

.textoCadastro {
	margin: 0 0 40px !important;
	color: #656565 !important;
	font-size: 17px !important;
	font-family: Arial, Tahoma !important;
	line-height: 120% !important;
	clear: both;
}

.textoCadastro a {
	text-decoration: none !important;
	color: #49c5bf !important;
	font-weight: bold !important;
	font-size: 18px !important;
}

.textoCadastro a:hover {
	text-decoration: underline !important;
}

.mensagemOk {
	margin: 0 0 40px;
	color: #656565;
	font-size: 17px;
	font-family: Arial, Tahoma;
	line-height: 120%;
}

.mensagemOk a {
	font-weight: bold;
	color: #0ac5d4;
	text-decoration: none;
}

.mensagemOk a:hover {
	text-decoration: underline;
}

/* === Estilo dos forms do site === */

.allForm label {
	font-family: Arial, Verdana;
}

.allForm ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	/* background: bisque; */
	align-items: flex-start;
}

.allForm li {
	padding: 5px 12px;
	position: relative;
	font-family: Arial;
	display: flex;
	flex-direction: column;
	align-items: self-start;
	margin: 0 auto;
}

.required_notification {
	color: #d45252;
	margin: 5px 0 0 0;
	display: inline;
	float: right;
}

/* === Form Elements === */

.allForm label {
	/* width:180px; */
	margin-top: 3px;
	display: inline-block;
	padding: 3px;
	text-align: right;
	font-weight: 600;
	color: #484848;
}

.allForm input {
	height: 20px;
	width: 266px;
	padding: 5px 8px;
}

.allForm select {
	height: 35px;
	width: 308px;
	padding: 5px 2px 5px 5px;
}

.allForm select[multiple] {
	height: 150px;
	width: 100%;
	padding: 5px 8px;
}

.allForm textarea {
	padding: 8px;
	width: 75%;
	min-height: 130px;
}

.allForm button {
	/* float: left; */
}

/* form element visual styles */

.allForm input, .allForm textarea {
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius: 2px;
	padding-right: 22px;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	-ms-transition: padding .25s;
	transition: padding .25s;
}

.allForm select {
	height: 30px;
	width: 308px;
	padding: 5px 2px 5px 5px;
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius: 2px;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
}

.allForm input:focus, .allForm textarea:focus {
	background: #fff;
	border: 1px solid #555;
	box-shadow: 0 0 3px #aaa;
}

/* === HTML5 validation styles === */

.allForm input:required, .allForm textarea:required {
	background: #fff url(../images/red_asterisk.png) no-repeat 98% center;
}

.allForm input:required:valid, .allForm textarea:required:valid {
	background: #fff url(../images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}

.allForm input:focus:invalid, .allForm textarea:focus:invalid {
	background: #fff url(../images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

.loading {
	background: #FDFDFD;
	border: 1px solid #D2D6D6;
	margin: auto 40px 40px auto;
	display: inline-block;
	padding: 10px 10px;
	font-family: "Conv_Nexa Bold", Arial, Tahoma;
	font-size: 24px;
	color: #302f31;
	border-radius: 4px;
	float: left;
	outline: none;
}

.allForm a {
	font-family: "Conv_Nexa Bold", Arial, Tahoma;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	float: left;
	margin: 8px;
	cursor: pointer;
}

.allForm a:hover {
	text-decoration: underline;
}

#politicaPrivacidade, .pessoa, .place {
	height: auto !important;
	width: auto !important;
	box-shadow: none !important;
	/* margin-left: 10px; */
}

.place {
	cursor: pointer;
}

.linkPolitica {
	float: none !important;
	font-size: 17px !important;
	font-weight: bold;
	font-family: Arial, Tahoma !important;
	margin: 0 !important;
}

/* === Fim do estilo dos forms === */

.labelRadio {
	text-align: left !important;
	width: 141px !important;
}

#telContatoDDD, #telComercialDDD {
	width: 23px !important;
}

#telContato, #telComercial {
	width: 199px !important;
}

.dm-lifree {
	font-family: "Montserrat", arial;
	border-top: 5px solid #0AC5D4
}

.allForm button {
	/* float: right; */
}

.li-center {
	margin-left: 180px;
}

button.submit {
	box-shadow: 12px 15px 20px rgba(17, 136, 233, 0.16);
	background: #0ac5d4;
	border: none;
	display: block;
	cursor: pointer;
	padding: 10px 30px;
	font-family: "Montserrat", arial;
	font-size: 20px;
	color: #fff;
	float: none;
	outline: none;
	margin: -15px 0 25px;
	width: 300px;
	transition: all .2s;
	border-radius: 30px;
}

.form-login {
	text-align: center;
}

.form-login-container {
	padding: 45px 50px;
	background: rgba(243, 243, 243, 0.4);
	border: 1px solid #d5d5d5;
	margin: 50px auto 50px;
	display: inline-block;
	width: 60%;
}

.input-login {
	display: inline-flex;
	width: calc(100% - 110px) !important;
}


.form-login-container label {
	width: 60px;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
}

.span-login {
	margin: 25px 0 0 !important;
}

.links {
	display: table;
	padding-top: 30px;
}

a.lembrar-login {
	color: #494949;
	text-decoration: none !important;
	font-size: 14px;
	font-family: "Montserrat", arial;
	margin-top: 20px;
}

a.lembrar-login:hover {
	color: #a2a2a2;
}

button.btn-login {
	box-shadow: 12px 15px 20px rgba(17, 136, 233, 0.16);
	background: #0ac5d4;
	border-radius: 30px;
	border: none;
	display: block;
	cursor: pointer;
	padding: 10px 15px;
	font-family: "Montserrat", arial;
	font-size: 18px;
	color: #fff;
	outline: none;
	width: 140px;
	transition: all .2s;
	float: right;
}

.labelRadio {
	text-align: left !important;
	/* width: 100px !important; */
	width: 118px !important;
	cursor: pointer;
}

img.join-loading {
	width: 30px;
	position: absolute;
	margin-left: 55px;
	display: none;
}

#aviso-login {
	color: red;
	font-size: 14px;
	text-align: left;
}

.invalid {
	background: none !important;
	box-shadow: 0px 0px 5px #ea635e!important;
	border-color: #f5d8d8 !important;
}
input#telContatoDDI {
	width: 40px;
	padding: 5px 10px;
	pointer-events: none;
}
.telefone#telefone{
	width: 200px;
}

.dados_postais {
	margin: 0 auto;
}

.erro-tel,
.erro-cep,
.erro-estado,
.erro-cidade,
.erro-nome,
.erro-email,
.erro-nascimento {
	color: #ff00007a;
	margin-top: 5px;
	font-size: 14px;
}

@media(max-width: 979px) {
	#aviso-login {
		width: 100%;
		text-align: center;
	}
}

@media(max-width:767px) {
	.hideBr {
		display: none !important;
	}
	.labelRadio {
		text-align: left !important;
		width: 118px !important;
	}
	.dm-lifree {
		margin-left: 20px;
	}
}

@media(max-width: 579px) {
	.li-center {
		margin-left: 0;
	}
	button.submit {
		margin-right: 20px;
	}
}

@media(max-width:537px) {
	.hideBr {
		display: block !important;
	}
	.allForm label {
		text-align: left !important;
		/* display: block; */
	}
	.labelRadio {
		display: inline-block !important;
	}
}

@media(max-width:391px) {
	.labelRadio {
		width: 100px !important;
	}
	#telContato, #telComercial {
		width: 160px !important;
	}
}

@media(max-width:380px) {
	.container-fluid {
		margin-top: 20px !important;
	}
	.dm-lifree h3 {
		margin: 10px 0 10px;
		line-height: 20px;
		font-size: 18px;
	}
	.form-login-container {
		width: calc(100% - 60px) !important;
		padding: 0px 30px !important;
		margin: 0px !important;
	}
	.span-login {
		margin-top: 15px !important;
	}
	a.lembrar-login {
		margin-bottom: 20px !important;
	}
	button.btn-login {
		margin-bottom: 10px;
	}
	.span6 {
		margin-bottom: 25px !important;
	}
	.tp-radio {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
	.allForm li {
		padding: 5px 12px;
	}
	.allForm select {
		width: calc(100% - 15px) !important;
	}
	.allForm input[type=text], .allForm input[type=email], .allForm input[type=password], .input-login {
		/* width: calc(100% - 40px) !important; */
	}
}

@media(max-width: 340px) {
	.li-center {
		float: inherit;
	}
	.li-center {
		margin-left: -13px !important;
	}
}

@media(max-width:319px) {
	.labelRadio {
		width: 21% !important;
	}
}

.cadastro-efetuado * {
	font-family: Montserrat;
	color: #253A44;
	font-size: 14px;
	line-height: 24px;
}

.cadastro-efetuado {
	padding: 60px 0;
	text-align: center;
}

.cadastro-efetuado h3 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 30px;
}

.cadastro-efetuado strong {
	font-weight: 500;
}

.cadastro-efetuado .box-btns {
	margin-top: 40px;
}

.cadastro-efetuado a.btn-fale {
	font-weight: 500;
}

.cadastro-efetuado .explore {
	margin: 40px 0 -10px;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
}

.cadastro-efetuado a.btn-cad {
	border-radius: 23px;
	padding: 15px 30px;
	border: 1px solid #0AC5D4;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}

.cadastro-efetuado a.btn-cad.btn-perfil {
	background-color: #0AC5D4;
	color: #fff;
	box-shadow: 12px 15px 20px rgba(17, 136, 233, 0.16);
}

.cadastro-efetuado a.btn-cad.btn-plataforma {
	color: #0AC5D4;
	margin-left: 20px;
}

@media(max-width: 767px) {
	.cadastro-efetuado {
		padding: 40px 20px;
	}
}

@media(max-width: 579px) {
	.cadastro-efetuado .box-btns {
		display: flex;
		justify-content: center;
		margin-top: 10px;
		flex-wrap: wrap;
	}
	.cadastro-efetuado .box-btns .btn-cad {
		width: 70%;
		margin: 10px 0 !important;
		text-align: center;
		border-radius: 50px;
	}
}

.cadastro-login {
	display: inline !important;
	align-self: center !important;
}

.changePassword {
	align-self: center;
}

.loading-submit {
	animation: is-rotating 1s infinite;
	width: 10px;
	height: 10px;
	border: 1.5px solid #0ac5d4;
	border-radius: 50px;
	border-top-color: white;
	border-left-color: white;
	border-bottom-color: white;
	display: inline-block;
	margin-left: 15px;
}

.login-none {
	display: none;
}

@keyframes is-rotating {
	to {
		transform: rotate(1turn);
	}
}