/*class geral dos forms*/
.formulario {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
    line-height: 8px;
}

.formulario input[type="text"],
.formulario input[type="password"],
.formulario input[type="file"],
.formulario input[type="email"] {
  background-color: #fff;
	border: 1px solid #aaa;
	box-sizing: border-box;
	float: left;
  /*font-family: 'Ubuntu', sans-serif;*/
	font-size: 15px;
	margin: 5px 0px;
  padding: 8px 8px;
  text-indent: 1em;
  width: 100%;
  font-weight:300;
}

.formulario textarea {
	border: 1px solid #aaa;
	box-sizing: border-box;
	float: left;
  /*font-family: 'Ubuntu', sans-serif;*/
	font-size: 15px;
  text-indent: 1em;
	margin: 5px 0px;
	width: 100%;
    height: 80px;
}

.formulario canvas {
	border: 1px solid #aaa;
	box-sizing: border-box;
	float: left;
  /*font-family: 'Ubuntu', sans-serif;*/
	font-size: 3px;
  text-indent: 1em;
	margin: 5px 0px;
    height: 250px;
    width: 100%;
}

.formulario select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border: 1px solid #aaa;
	box-sizing: border-box;
	clear: right;
	float: left;
  line-height: normal;
	margin: 5px 0px;
  /*padding: .44444rem;*/
  padding: 8px 8px;
  border-radius: 0;
  /*height: 2.95556rem;*/
  width: 100%;
	/*font-family: 'Ubuntu', sans-serif;*/
	font-size: 15px;
  text-indent: 1em;
}

.formulario label {
	box-sizing: border-box;
	clear: left;
	float: left;
	display: block;
	/*font-size:14px;*/
        font-weight: 500;
	margin-top:5px;
	margin-bottom:5px;
	width: 100%;
}

#chkareasinteresse {
	/*font-size: 14px;*/
 }

 #chkareasinteresse td {
	 width: 100%;
	 display: inline-block;
 }

.formulario input:disabled {
	color: #aaa;
	background: #f5f5f5;
	border: none;
	pointer-events: none;
}

.formulario textarea:disabled {
	color: #aaa;
	background: #f5f5f5;
	border: none;
	pointer-events: none;
}

.formulario select:disabled {
	color: #aaa;
	background: #f5f5f5;
	border: none;
	pointer-events: none;
}

.formulario a {
	color: #FFF;
	text-decoration: none;
	float: left;
	
	margin: 5px;
	padding: 7px 8px;
}
.jqte a {
	color: #000 !important;
	text-decoration: none;
	float: left;
	
	margin: 5px;
	padding: 7px 10px;
}


.formulario p {
	background: none;
	box-sizing: border-box;
	display: inline-block;
	float: left;
	padding: 2px;
	width: 100%;
}

/*Class short*/
.shortinput {
	width: 147px !important;
}

/*Class short*/
.mediuminput{
	width: 240px !important;
}

.bi-valida {
	float: left;
	margin: 0 15px;
}

.p-valida {
  width: 100%;
  float: left;
  clear: both;
  margin: 20px 0;
}

.formulario .chk-label {
	width: auto;
	text-align: left;
	margin: 0;
	padding-top: 12px;
	margin-left: 5px;
	clear: right;
}

.erro {
	/* color: #cc0000;
		padding-bottom: 10px;  */
	background: rgba(255,0,0,0.6);
	width: 72%;
	box-sizing: border-box;
	position: relative;
	color: #fff !important;
	line-height: 25px;
	text-indent: 20px;
}
.msg {
	/* color: #cc0000;
		padding-bottom: 10px;  */
	background: #aaa;
	width: 72%;
	box-sizing: border-box;
	position: relative;
	color: #fff !important;
	line-height: 25px;
	text-indent: 20px;
}


    span.erro::before {
    content: "";
    width: 0;
    height: 0;
    /* background: green; */
    position: absolute;
    top: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(255,0,0,0.6);
    z-index: 9;
}
        span.msg::before {
    content: "";
    width: 0;
    height: 0;
    /* background: green; */
    position: absolute;
    top: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #aaa;
    z-index: 9;
}

/* .formulario input[type="checkbox"] {
	float: left;
	width: auto;
	margin-top: 13px;
} */
/*.erro {
	margin-left: 28%;
}*/

.formulario input[type="checkbox"] {
	/*display: block;
	float: left;
	clear: both;
	width: auto;
	margin: 0;
	margin-left: 28%;
	margin-top: 10px;*/
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark{
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.formulario input[type="checkbox"]~label{
	clear: none;
	/*float: right;*/
	text-align: left;
	width: 68%;
	margin: 0;
	padding: 5px 0;
} 

.formulario input[type="checkbox"]~label a {
	color:black;
	float: none;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}



.newsletter {
	clear: both;
}


/* css para tablets */
@media (min-width: 1000px) {
	.formMenuItem {
        margin-left: 3%;
        width: 95%;
    }
	.formulario label {
		text-align: right;
		width: 25%;
	  padding: 13px 0px;
          /*font-weight: 500;*/
	  /* height: 2.95556rem; */
      line-height: 10px;
	}

	.formulario select {
		margin-left: 3%;
		width: 72%;
	}

	.formulario input[type="text"],
	.formulario input[type="password"],
	.formulario input[type="file"],
	.formulario input[type="email"] {
		margin-left: 3%;
	  width: 72%;
	}

	.formulario textarea {
		margin-left: 3%;
		width: 72%;
	}
	.formulario canvas {
	    margin-left: 3%;
		width: 72%;
    }
    .formulario span {
	    margin-left: 3%;
		width: 72%;
    }
    	.formulario p {
		margin-left: 3%;
		width: 72%;
	}

	.erro {
			display: inline-block;
			padding-bottom: 10px;
			margin-left: 28%;
			color: #cc0000;
			width: 72%;
	}
    	.msg {
			display: inline-block;
			padding-bottom: 10px;
			margin-left: 28%;
			color: #aaa;
			width: 72%;
	}
	#chkareasinteresse td {
		width: auto;
		display: table-cell;
	}
}
/*Custom CheckBox*/

.container3 {
	position: relative;
	width: 100% !important;
	padding-left:0px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container3 label{
	background-position-x: 7px;
	background-position-y: 7px;
	 background-image: url(../img/checkmarkvazia.png);
	 background-repeat: no-repeat;
	 
    background-size: 24px;
	/*width:100%;*/
	display:block;
	text-align:left;
	/*background-color:#eee;*/
	padding:6px;
	padding-left: 40px;
	margin:0px 5px;
	cursor:pointer;
}

.container3 label:hover {
	/*background-color:#ccc;*/
}


.container3 input:checked+label {
	color: #000;
    /*background-color: #8fa810;*/
  /*  background-color: #eee;*/
    background-repeat: no-repeat;
    background-size: 24px;
    background-position-x: 7px;
    background-image: url(../img/checkmark.png);
    background-position-y: 7px;
    padding-left: 40px;
}

.container3 input:checked+label a{
	color:#fff;
   
}

.container3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; 
}

.formulario .container3 label {
	width:72% !important;
	margin-left:28% !important;
	line-height:25px !important;
	padding:8px !important;
	padding-left: 40px !important;
	margin-bottom:10px !important;
	margin-top:5px !important;
}

@media (max-width: 1000px) {
	
.formulario .container3 label{
	margin-left:0% !important;
	width:100% !important;
}	
	
}

.formMenuItem {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #fff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border: 1px solid #aaa;
	box-sizing: border-box;
	clear: right;
	float: left;
  line-height: normal;
	margin: 5px 0px;
  padding: .44444rem;

  border-radius: 0;
  height: 2.95556rem;
  width: 100%;
	/*font-family: 'Ubuntu', sans-serif;
	font-size: 14px;*/
  text-indent: 1em;
}



