#caixa{
	width: 524px;
	height: 330px;
	border-radius: 10px;       
}
#formulario{
	margin-left: auto;
	margin-right: auto;
	width: 564px;
	height: 330px;
}
.txtTelefone, .txtEmail{
	float: left;
}
.clsTodos{
	width: 505px;
	font-family: helvetica neue, calibri, arial;
	font-size: 18px;
	color: #a7a7a7;
	height: 40px;
	border-radius: 10px;
	border: none;
	box-shadow: 0px 0px 15px -5px #000;
	padding-left: 15px;
	margin-bottom: 10px;
}
.clsGrupo{
	width: 240px;
}
.txtTelResc, .slqConheceu{
    margin-left: 10px;
}
.slqConheceu{
	width: 255px;
	height: 42px;
}
.slqDeseja, .slqHora{
	width: 520px;
	height: 42px;
	/* padding-left: 10px; */
}
.form_hint, .required_notification {font-size: 11px;}

ul {
    list-style-type:none;
    margin-left: -40px;
    margin-right: 40px;	
}
#btnEnviar:hover{
	background-color: #18a553;
}
#btnEnviar{
	background-color: #0fd964;
	border:none;
	margin: 1px 0px 0px 0px;
	width: 522px;
	height: 64px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #fff;
        cursor: pointer;
	font-size: 25px;
	font-family: helvetica neue, calibri, arial;
	background-size: 546px;
	border-radius: 10px;
	transition: 0.7s;
	box-shadow: 0px 0px 15px -2px #666;
}
/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
	font-family: arial;
	width: 460px;
	height:30px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin: 30px 0px 0px -34px;
}
#outroFormulario a{
	color: #ffffff;
	font-size:14px;
	text-decoration: none;
}
#outroFormulario a:hover{
	color: #ffffff;
	font-size:14px;
	text-decoration: underline;
}
#msgErro{
	font-family: arial;
	width: 460px;
	height:30px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin: 30px 0px 0px -34px;
}
@-moz-document url-prefix() {

}
@media (max-width: 400px) {
#caixa{
	width: 100%;
	height: 330px;
	border-radius: 10px;       
}
#formulario{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 330px;
}
.txtTelefone, .txtEmail{
	float: left;
}
.clsTodos{
	width: 100% !important;
	font-family: helvetica neue, calibri, arial;
	font-size: 16px;
	color: #000000;
	height: 40px;
	border-radius: 10px;
	border: none;
	box-shadow: 0px 0px 15px -5px #000;
	padding-left: 15px;
	margin-bottom: 10px;
}
.clsGrupo{
	width: 240px;
}
.txtTelResc, .slqConheceu{
    margin-left: 0px !important; 
}
.slqConheceu{
	width: 106% !important;
	height: 42px;
}
.slqDeseja, .slqHora{
	width: 106% !important;
	height: 42px;
	/* padding-left: 10px; */
}
.form_hint, .required_notification {font-size: 11px;}

ul {
    list-style-type:none;
    margin-left: -40px;
    margin-right: 40px;	
}
#btnEnviar:hover{
	background-color: #18a553;
}
#btnEnviar{
	background-color: #0fd964;
	border:none;
	margin: 1px 0px 0px 0px;
	width: 106%;
	height: 64px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #fff;
        cursor: pointer;
	font-size: 25px;
	font-family: helvetica neue, calibri, arial;
	background-size: 546px;
	border-radius: 10px;
	transition: 0.7s;
	box-shadow: 0px 0px 15px -2px #666;
}
/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
	font-family: arial;
	width: 100%;
	height:30px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin: 34px 0px 0px -16px;
}
#outroFormulario a{
	color: #ffffff;
	font-size:14px;
	text-decoration: none;
}
#outroFormulario a:hover{
	color: #ffffff;
	font-size:14px;
	text-decoration: underline;
}
#msgErro{
	font-family: arial;
	width: 100%;
	height:30px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin: 53px 0px 0px -16px;
}
@-moz-document url-prefix() {

}
}