@charset "utf-8";
/* CSS Document */
#formulario{
	width: 410px !important;
	height: 250px;
}
.todos{
	height: 30px;
	padding: 0px 0px 0px 4px;
	float: left;
	margin: 0px 0px 7px 6px;
	color: #1B1B1B;
	border: 0px;
	font-family: helvetica neue, arial, calibri;
}
.todos:hover{
	box-shadow: 0px 0px 2px 1px #212121;
	-moz-box-shadow: 0px 0px 2px 1px #212121;
	-webkit-box-shadow: 0px 0px 2px 1px #212121;
}
#txtNome, #txtEmail, #mensagem{
	width: 400px;
}
#txtTelefone, #txtEmpresa{
	width: 197px;
}
#slPacote, #slConheceu{
	width: 197px;
	padding: 0px 0px 0px 0px;
}
#mensagem{
	height: 50px !important;
}

input[type="submit"]{
	width: 402px;
	height: 37px;
	margin: 0px 0px 0px 5px;
	background-color: #212121;
}
.botaoEnviar {
	border: none;
	margin:10px;
	color: #fff;
	display: inline-block;
	font: 300 16px/31px "Open Sans","Helvetica Neue",Arial,sans-serif !important;
	height: 32px;
	background-color: #267cc2;
	padding: 0 24px;
	cursor:pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(0,0,0,.25);
	white-space: nowrap;
	border-radius: 2px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition:0.5s;
	transition: 0.5s;
}

.botaoEnviar:hover {
	box-shadow: 0 4px 1px rgba(0,0,0,.19),inset 0 -3px 0 rgba(0,0,0,.19);
	text-decoration: none;
}

.botaoEnviar:active, .botaoEnviar:focus {
	box-shadow: inset 0 2px 0 0 rgba(0,0,0,.19),inset 0 12px 24px 6px rgba(0,0,0,.19),inset 0 0 2px 2px rgba(0,0,0,.19);
}

/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
	width:400px;
	height:30px;
	color: #fff;
	font-size:30px;
	text-align: center;
	/*margin: 70px 0px 0px 110px;*/
	font-family: helvetica neue, arial, calibri;
}
#outroFormulario a{
	color: #fff;
	font-size:14px;
        text-decoration: none;
}
#outroFormulario a:hover{
	color: #fff;
	font-size:14px;
        text-decoration: underline;
}
#msgErro{
	width:400px;
	height:30px;
	color: #fff;
	font-size:30px;
	text-align: center;
	/*margin: 70px 0px 0px 110px;*/
	font-family: helvetica neue, arial, calibri;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#000 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#000 !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}