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

ul {
    list-style-type:none;
    margin-left: -40px;
    margin-right: 40px;	
}
#btnEnviar:hover{
	background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0.5, #872523),
	color-stop(1, #872523)
);
background-image: -o-linear-gradient(left, #872523 50%, #872523 100%);
background-image: -moz-linear-gradient(left, #872523 50%, #872523 100%);
background-image: -webkit-linear-gradient(left, #872523 50%, #872523 100%);
background-image: -ms-linear-gradient(left, #872523 50%, #872523 100%);
background-image: linear-gradient(to left, #872523 50%, #872523 100%);

}
#btnEnviar{
	border:none;
	margin: 1px 0px 0px 0px;
	width: 472px;
	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;
	background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0.5, #BA4D51),
	color-stop(1, #872523)
);
background-image: -o-linear-gradient(left, #BA4D51 50%, #872523 100%);
background-image: -moz-linear-gradient(left, #BA4D51 50%, #872523 100%);
background-image: -webkit-linear-gradient(left, #BA4D51 50%, #872523 100%);
background-image: -ms-linear-gradient(left, #BA4D51 50%, #872523 100%);
background-image: linear-gradient(to left, #BA4D51 50%, #872523 100%);
}
/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
	font-family: arial;
	width: 460px;
	height:30px;
	color: #ffffff;
	font-size: 34px;
	text-align: center;
	margin: 80px 0px 0px 10px;
}
#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: 550px;
	height:30px;
	color: #ffffff;
	font-size: 32px;
	text-align: center;
	margin: 80px 0px 0px 10px;
}
@-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-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0.5, #872523),
	color-stop(1, #872523)
);
background-image: -o-linear-gradient(left, #872523 50%, #872523 100%);
background-image: -moz-linear-gradient(left, #872523 50%, #872523 100%);
background-image: -webkit-linear-gradient(left, #872523 50%, #872523 100%);
background-image: -ms-linear-gradient(left, #872523 50%, #872523 100%);
background-image: linear-gradient(to left, #872523 50%, #872523 100%);
}
#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;
	background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0.5, #BA4D51),
	color-stop(1, #872523)
);
background-image: -o-linear-gradient(left, #BA4D51 50%, #872523 100%);
background-image: -moz-linear-gradient(left, #BA4D51 50%, #872523 100%);
background-image: -webkit-linear-gradient(left, #BA4D51 50%, #872523 100%);
background-image: -ms-linear-gradient(left, #BA4D51 50%, #872523 100%);
background-image: linear-gradient(to left, #BA4D51 50%, #872523 100%);
}
/* -- 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() {

}
}