*:focus {outline: none;}
@font-face {
    src: url('HelveticaNeue.ttf');
	src: local('HelveticaNeue'), url('HelveticaNeue.ttf') format('truetype');
}
body {font: 11px "HelveticaNeue", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}
select{
    background-color: #bdbdbd;
}
.contact_form h2, .contact_form label {font-family: arial, Times, "Times New Roman", serif;}

.form_hint, .required_notification {font-size: 11px;}

.contact_form ul {
    width: 375px;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
    height: 170PX;
}
.contact_form li{
    position:relative;
    margin: 0px 0px 0px 0px;
}
.required_notification {
    color:#d45252;
    display:inline;
    float: left;
    position: absolute;
    margin: -10px 0px 0px 0px;
}
.contact_form input {
    height: 20px;
    width: 473px;
    padding: 5px 10px;
    background-color: #bdbdbd;
	
    color: #000;
    margin-bottom: 14px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
}

.contact_form select {
    height: 34px;
    width: 318px;
    padding: 0px 0px 0px 5px;
    margin: -11px 0px 14px 0px;
	
    color: #000;
	
    border: 1px solid #8f8f8f !important;
    border-radius: 0px;
    font-size: 14px;
    font-family: HelveticaNeue;
    background-color: #bdbdbd;
}
.contact_form textarea{
    height: 35px;
    width: 308px !important;
    padding: 0px 0px 0px 8px;
    font-family: arial;
	
    color: #000;
	font-size:12px;
    margin-bottom: 11px;
}
.contact_form input[type="checkbox"]{
	padding:5px 8px;
}
.contact_form input[type="email"]{
	padding: 5px 10px;
}
.contact_form .txtEmail{
	margin-right: 1px;
}
.contact_form .txtTelefone{
}
@-moz-document url-prefix() { 
    #lblserie1 {
        margin: -1px 0px 0px 90px !important;
        z-index: 9;
        position: absolute;
    }
    #serie1 {
        position: absolute;
        z-index: 9;
        margin: -1px 0px 0px 74px !important;
    }
	select{
		height: 43px !important;
		border: 1px solid rgb(171, 173, 179) !important;
		margin: 0px !important;
		padding: 3px 0px 0px 24px !important;
		font-size: 13px !important;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color:#000 !important;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
		color:#000 !important;
	}
	.contact_form textarea {
		margin: 0px 0px 4px 0px;
	}
	#btnEnviar{
		margin-top: -7px;
	}
}

#btnEnviar:hover{
	width: 318px;
	height: 37px;
	font-size: 25px;
    cursor: pointer;
	border-radius: 0px;
	box-shadow: 0px 0px 10px 0px #ef6500;
}
#btnEnviar{
	background-color: #ef6500 !important;
	border:none;
	width: 318px;
	height: 37px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	color: #fff !important;
        font-weight: bold;
	transition: all 0.5s;
	font-size: 22px;
	border-radius: 0px;
	font-family: HelveticaNeue;
	letter-spacing: 3px;
	margin-top: -7px;
}

#lblSerie{
	margin: 0px 0px 0px 1px;
}
.contact_form input, .contact_form textarea, .contact_form select {
    border:none;
    background-color:#bdbdbd;
}
.contact_form input:focus, .contact_form textarea:focus, .contact_form select:focus {
    background: #fff;
    border:none;
    box-shadow: 0 0 3px #aaa;
}
.contact_form input:focus, .contact_form textarea:focus { /* add this to the already existing style */
    /*padding-right:5px;*/
border: 1px solid #8f8f8f;
}
.contact_form input, .contact_form textarea { /* add this to the already existing style */
    -moz-transition: padding .2s;
    -webkit-transition: padding .2s;
    -o-transition: padding .2s;
    transition: padding .2s;
}

input:required, textarea:required {
    /* background: url('http://wix7.com.br/formulariosWix/belacasa/css/images/red_asterisk.png') no-repeat 98% center; */
    background-color: #bdbdbd !important;
    border: 1px solid #8f8f8f;
    width: 296px;
    border-radius: 0px;
    color: #000;
    font-size: 14px;
    font-family: helvetica neue, calibri, arial;
    margin-top: -11px;
}
::-webkit-validation-bubble-message {
    padding: 1em;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: url(http://wix7.com.br/formulariosWix/belacasa/css/images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 3px #d45252;
    border-color: #b03535
}
.contact_form input:required:valid, .contact_form textarea:required:valid { /* when a field is considered valid by the browser */
    background: url(http://wix7.com.br/formulariosWix/belacasa/css/images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 3px #5cd053;
    border-color: #28921f;
}
.form_hintNome {
    background: #000;
    color: white;
    margin: -36px 0px 0px -280px;
    padding: 0px 0px 0px 7px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
    width: 100px;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    line-height: 20px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.form_hintEndEvento {
    background: #000;
    color: white;
    margin: -36px 0px 0px -145px;
    padding: 0px 0px 0px 7px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
    width: 100px;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    line-height: 20px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.form_hintTipoEvento {
    background: #000;
    color: white;
    margin: -36px 0px 0px -165px;
    padding: 0px 0px 0px 7px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
    width: 157px;
    border-radius: 2px 2px 2px 2px;
    font-size: 12px;
    line-height: 20px;
    box-shadow: 0px 0px 5px 0px #ccc;
}
.form_hintEmail { /* hints stay above all other elements */ /* allows proper formatting if hint is two lines */
    background: #000;  color: white;  margin: -37px 0px 0px -280px;  padding: 0px 0px 0px 7px;  z-index: 999;  position: absolute;  display: none;  width: 150px;  border-radius: 2px 2px 2px 2px;  font-size: 12px;  line-height: 20px;  box-shadow: 0px 0px 5px 0px #ccc;
}
.form_hintTel {
    background: #000; /* hints stay above all other elements */ /* allows proper formatting if hint is two lines */  color: white;  
    margin: -37px 0px 0px -260px;  padding: 0px 0px 0px 7px;  z-index: 999;  position: absolute;  display: none;  width: 150px;  border-radius: 2px 2px 2px 2px;  font-size: 12px;  line-height: 20px;  box-shadow: 0px 0px 5px 0px #ccc;
}
.form_hintTel2 {
    background: #000;
    color: white;
    margin: -50px 0px 0px 300px;
    padding: 0px 0px 0px 55px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
    width: 217px;
    border-radius: 0px 2px 2px 0px;
    font-size: 17px;
    line-height: 41px;
}
.form_hintCapt {
    background: #000;
    color: white;
    margin: -2px 0px 0px 106px;
    padding: 0px 0px 0px 20px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
    width: 90px;
    border-radius: 0px 2px 2px 0px;
    font-size: 15px;
    line-height: 21px;
}
.form_hintMensagem {
    background: #000;
    color: white;
    margin: -50px 0px 0px 300px;
    padding: 0px 0px 0px 75px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
    width: 185px;
    border-radius: 0px 2px 2px 0px;
    font-size: 17px;
    line-height: 41px;
}
.form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#000;
    position: absolute;
    top:10px;
    left:-10px;
}
.form_hintNome::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#000;
    position: absolute;
    top: 0px;
    left: -8px;
}
.form_hintTipoEvento::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#000;
    position: absolute;
    top: 0px;
    left: -8px;
}
.form_hintEndEvento::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#000;
    position: absolute;
    top: 0px;
    left: -8px;
}
.form_hintEmail::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#000;
    position: absolute;
    top: 0px;
    left: -8px;
}
.form_hintTel::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#000;
    position: absolute;
    top: 0px;
    left: -7px;
}
.form_hintTel2::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#000;
    position: absolute;
    top: 0px;
    left:-10px;
}
.form_hintMensagem::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#000;
    position: absolute;
    top:10px;
    left:-10px;
}
.form_hintCapt::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#000;
    position: absolute;
    top: 10px;
    left:-10px;
}
table{
    margin: -13px 0px 0px 55px;
    /* float: left; */
}
.contact_form input:focus + .form_hintNome{display: inline;}
.contact_form input:focus + .form_hintEmail{display: inline;}
.contact_form input:focus + .form_hintTel{display: inline;}
.contact_form input:focus + .form_hintTel2{display: inline;}
.contact_form input:focus + .form_hintCapt{display: inline;}
.contact_form input:focus + .form_hintMensagem{display: inline;}
.contact_form input:focus + .form_hintEndEvento{display: inline;}
.contact_form input:focus + .form_hintTipoEvento{display: inline;}
.contact_form input:required:valid + .form_hintNome {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hintEmail {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hintTel {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hintTel2 {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hintCapt {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hintEndEvento {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hintTipoEvento {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hintMensagem {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hintNome::before {color:#28921f;} /* change form hint arrow color when valid */
.contact_form input:required:valid + .form_hintEmail::before {color:#28921f;} /* change form hint arrow color when valid */
.contact_form input:required:valid + .form_hintTel::before {color:#28921f;} /* change form hint arrow color when valid */
.contact_form input:required:valid + .form_hintTel2::before {color:#28921f;} /* change form hint arrow color when valid */
.contact_form input:required:valid + .form_hintCapt::before {color:#28921f;} /* change form hint arrow color when valid */
.contact_form input:required:valid + .form_hintMensagem::before {color:#28921f;} /* change form hint arrow color when valid */
.contact_form input:required:valid + .form_hintEndEvento::before {color:#28921f;} /* change form hint arrow color when valid */
.contact_form input:required:valid + .form_hintTipoEvento::before {color:#28921f;} /* change form hint arrow color when valid */

#serie, #serie1, #serie2{
	width: auto;
	height: auto;
	margin: 0px;
}
#serie2{
    position: absolute;
    z-index: 9;
}
#lblserie2{
    margin: 0px 0px 0px 16px;
    z-index: 9;
    position: absolute;
}
#serie1{
    position: absolute;
    z-index: 9;
    margin: -15px 0px 0px 74px;
}
#lblserie1{
    margin: -16px 0px 0px 90px;
    z-index: 9;
    position: absolute;
}
#lblserie{
    margin: -1px 0px 0px 4px;
    z-index: 9;
    position: absolute;
}
#txtCaptcha{
    width: 184px !important;
    margin: -3px 0px 0px 15px;
    position: absolute;
}

/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
	height:30px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 38px 0px 0px -115px;
}
#outroFormulario a{
	color: #fff;
	font-size:14px;
        text-decoration: none;
}
#outroFormulario a:hover{
	color: #fff;
	font-size:14px;
        text-decoration: underline;
}
#msgErro{
	width:880px;
	height:30px;
	color: #fff;
	font-size:24px;
	text-align: center;
	margin: 45px 0px 0px -115px;
}
#conheceu{
	margin: 0px 0px 0px 1px;
	width: 163px;
}
#modelos{
	width: 330px;
}
#imgCaptcha{
	margin:-3px 0px 0px 0px;
	margin-left: 15px;
	border: 1px solid #8f8f8f;
	height: 40px;
	border-radius: 2px;
}
#txtTel2{  
      border: 1px solid #8f8f8f;
      background-color: #b6b6b6 !important;
      border-radius: 2px;
      color: #fff;
      font-size: 20px;
      font-family: helvetica neue, calibri, arial;
}
#divDireito{
    margin: -169px 0px 0px 381px;
}
#divEsquerdo{
}
@-moz-document url-prefix() {
.form_hintNome {
    margin: 0px 0px 0px -260px;
}
.form_hintEmail {
    margin: -50px 0px 0px 300px;
}
.form_hintTel {
    margin: 0px 0px 0px -272px;
}
.form_hintTel2 {
    margin: 0px 0px -50px -272px;
}
.form_hintCapt {
    margin: -3px 0px 0px 107px;
}
.form_hintMensagem {
    margin: -50px 0px 0px 0px;
}
.contact_form input {
    color: #000;
}
#txtTel2 {
color: #000;
}
.contact_form textarea {
    /*width: 289px !important;*/
}
#slqComoConheceu{
    margin: 0px 0px 12px 15px !important;
    height: 42px !important;
    color: #444 !important;
}
.contact_form select{
    height: 32px !important;
    width: 318px;
    padding: 0px 0px 0px 23px;
    margin: -13px 0px 14px 0px;
    color: #000;
    border: 1px solid #8f8f8f !important;
    border-radius: 0px;
    font-size: 12px;
}
#idP{
    font-size: 11px;
    color: red; 
    margin: -33px 0px 10px 67px;
}
#compalug {
    height: 34px !important;
    font-size: 13px !important;
}
.comoConheceu{margin: -11px 0px 10px 0px !important;position:absolute;z-index: 9999;}
.oqueDeseja{margin: 24px 0px 14px 0px !important;}
}
label{
    font-size: 15px;
}
#divForm{
    width: 400px;
    margin-top: 12px;
    height: 270px;
}
#de{
    margin-left: 15px;
    margin-bottom: 12px;
    width: 158px;
    padding-right: 18px;
}
#ate{
    width: 158px;  
    padding-right: 18px;
    margin-left: 13px;
}
#compalug{
    height: 34px;

    font-size: 13px;
}
#produtos{

}
#idP{
    font-size: 11px;
    color: red; 
    margin: -33px 0px 23px 67px;
}