@charset "utf-8";

/* select */
select{
	width:99.8%;
	padding-left:1.9%;
	border-radius:10px;
	height:45px;
	border:0;
	margin-bottom:10px;
	font-family: 'Rubik',Arial, sans-serif;
	font-size:16px;
	font-weight:400;
	color:#666;
	background: #FFF;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

input {
	width:97.8%;
	padding-left:2%;
	border-radius:10px;
	height:45px;
	border:0;
	margin-bottom:10px;
	font-family: 'Rubik',Arial, sans-serif;
	font-size:16px;
	font-weight:400;
	color:#666;
	background: #FFF;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	}
textarea {
	width:97.8%;
	padding-left:2%; padding-top:2%;
	border-radius:10px;
	height:150px;
	border:0;
	margin-bottom:10px;
	font-family: 'Rubik',Arial, sans-serif;
	font-size:16px;
	font-weight:400;
	color:#666;
	background: #FFF;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	resize: none;
	}	

/*ação cor*/	
.email_form:valid {background:#00dc00; color:#FFF;}
.email_form:invalid {color: #F00;}	

/* Cor dos campos de texto */	
::-webkit-input-placeholder {color: #666;}
:-ms-input-placeholder { color:#666; }
:-moz-placeholder { color:#666;}  /* Firefox 18- */
::-moz-placeholder {color:#666; }  /* Firefox 19+ */	

.btestilo{ 
	width:100%; height:50px;
	padding-left:50px;
	border:0; border-radius:10px; 
	background:#00dc00 url(bt_whatsApp.svg) no-repeat center left; 
	cursor:pointer; 
	transition:ease-in-out 0.2s;
	font-family: 'Rubik',Arial, sans-serif;font-size:16px;font-weight:500;color: #FFF; text-align: left;
	}
.btestilo:hover{ background: #000 url(bt_whatsApp.svg) no-repeat center left;}


