.captacao-lead-v1 {
	/*display: none;*/
	background-color: #EEF0F5;
}

.captacao-lead-v1 .container-int {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.captacao-lead-v1 .container-int h2 {
	font-family: 'Hind Madurai', sans-serif;
    text-align: center;
    margin: 0;
    font-size: 32px;
    line-height: 36px;
}

.cadastro_BF {
	position: relative;
	clear: both;
	margin: 420px auto 0 auto;
	width: 92%;
}

.callCadastro-BF {
	background:url(/media/12174985/bg-call-cadastro.jpg) 0 0 no-repeat;
	width: 411px;
	height:171px;
	display:block;
	color:#ceff00;
	font-size:13px;
	line-height: 16px;
	font-family:"Arial";
	padding:15px 25px 0 15px;
}

.Nomemail {
	float:left;
	width:50%;
	margin: 20px 0;
}

.cadastro {
	background: url(/media/13383743/seta-esquerda.png) -18px -12px no-repeat;
	padding: 25px 0 0 0;
	position:relative;
	z-index: 8;
	display: inline-block;
	width: 100%;
	/* height: 225px; */
	margin: auto;
}

.cadastro h1 {
	color: #fff;
	text-transform:uppercase;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
	text-indent: 40px;
}

.seguracampos p {
	margin-bottom:2px;
	color:#ceff00;
}

.seguracampos p strong {
	color:#333;
	font-size: 13px;
	font-weight: bold;
}

input#element_0, input#element_1, input#element_2, input#element_3 {
	font-weight: normal!important;
	width: 100%;
	padding: 10px 5px!important;
	background-repeat: no-repeat;
	background-position: 8px center;
	filter: brightness(0.5);
	text-indent: 24px;
}

input#element_0:focus, input#element_1:focus, input#element_2:focus, input#element_3:focus {
	border: 1px solid #333;
}

input#element_0 {
	background-image: url(/media/12245665/ico-name.png);
	width: 260px;
}

input#element_1 {
	background-image: url(/media/12245664/ico-lastname.png);
	width: 320px;
}

input#element_2 {
	background-image: url(/media/12245663/ico-email.png);
	width: 320px;
}

input#element_3 {
	background-image: url(/media/12245666/ico-phone.png);
	width: 240px;
}

input {
	font-weight:bold;
}
::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

#btCadastrar {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'Hind', sans-serif!important;
	border:0;
	position:relative;
	z-index:5;
	background-color: #333;
	padding: 14px 42px 12px 42px;
	border-radius: 16px;
}
.seguracampos{
	position:relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	margin: auto;
	padding: 40px;
	border-radius: 16px;
	width: 1284px;
}

.box-text {
	display: flex;
	justify-content: space-between;
}

.box-checkbox {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.seguracampos ul {
	padding: 0px;
}

.seguracampos ul li {
	color: #333;
	opacity: 1;
	font-size: 12px;
	text-align: right;
	margin: 0px 0 4px 0;
}

.seguracampos ul li:last-child {
	margin-right: 8px;
	opacity: .7;
}

.seguracampos ul input {
	margin-top: 0px;
	border: 1px solid #6b6b6b;
	font-size: 14px;
	border-radius: 8px!important;
	background-color: transparent;
	color: #6b6b6b;
}

::placeholder {
  color: #fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.container-local {
	padding: 11px;
	display: flex;
}

.container-local label {
	color: #333;
	margin: 0 20px 16px 0px;
	font-size: 14px;
}

.container-local input[type="checkbox"] {
}

.btCadastrar {
	position:absolute;
	z-index:2;
	background: #d01aa1;
	bottom:0;
	left: 134px;
	width: 147px;
	height: 35px;
	-ms-transform: rotate(-3deg); /* IE 9 */
	-webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
	transform: rotate(-3deg);
}

#btCadastrar:hover {
	/* background: url(/media/12175001/bg-btn.png) 25px 8px no-repeat #ffeb00; */
}

#btCadastrar2::before {
	-ms-transform: rotate(-2deg); /* IE 9 */
	-webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
	transform: rotate(-3deg);
	display:inline-block;
	width: 63px;
	content:"";
	height: 68px;
	background: #d81ba8;
	position:absolute;
	top: -1px;
	left: 0;
}

input {
	/* color: #5d5d5d; */
	font-weight: bold!important;
	font-family: "Arial", sans-serif!important;
}

.box-checkbox-accept {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 11px;
	line-height: unset!important;
	text-align: left;
}

.box-checkbox-accept .container-local-int {
	margin: 6px 0 0 0;
}
	
.box-checkbox-accept label .text-accept {
	font-size: 12px;
	opacity: .7;
	color: #333;
}

.box-checkbox-accept label .checkmark {
	
} 

.box-checkbox-accept label a {
	color: #333;
	text-decoration: underline;
	opacity: 1;
}

/* The container */
.container-local-int {
  display: block;
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-local-int input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 18px;
  width: 18px;
  /* background-color: #eee; */
  border: 2px solid #333;
  border-radius: 4px;
}

/* On mouse-over */
.container-local-int:hover input ~ .checkmark {
  background-color: #fff;
  opacity: .5;
}

/* When the checkbox is checked */
.container-local-int input:checked ~ .checkmark {
  background-color: #333;
  border: none;
  height: 18px;
  width: 18px;
  opacity: 1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-local-int input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-local-int .checkmark:after {
  left: 6px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1284px) {

    .seguracampos {
		width: 100%;
		padding: 32px 16px 16px 16px;
		margin-top: 0px;
	}

	.seguracampos ul {
		padding: 0;
	}

	.box-text {
		display: flex;
		justify-content: flex-start;
		/*flex-direction: column;*/
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.box-checkbox {
		display: flex;
		flex-direction: column;
	}

	.container-local {
		display: flex;
		flex-wrap: wrap;
		padding: 8px 0 0 0;
	}

	input#element_0, input#element_1, input#element_2, input#element_3 {
		width: 100%;
	}
		
}

@media screen and (max-width: 1024px) {

    .seguracampos {
		width: 100%;
		padding: 32px 16px 16px 16px;
		margin-top: 0px;
	}

	.seguracampos ul {
		padding: 0;
	}

	.box-text {
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}

	.box-checkbox {
		display: flex;
		flex-direction: column;
	}

	.box-checkbox .label-region {
		margin: -8px 0 16px 0px;
	}

	.container-local {
		display: flex;
		flex-wrap: wrap;
		padding: 8px 0 0 0;
	}

	input#element_0, input#element_1, input#element_2, input#element_3 {
		width: 100%;
	}
		
}

@media screen and (max-width: 768px) {

	#landing-page-luxo-v1-container .container-int {
		padding: 24px 0 16px 0;
	}
	
	#btCadastrar {
		margin: 24px auto 0px auto;
	}

}









/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
