@font-face{ 
font-family:'OpenSansRegular';  
src:url('OpenSans-Regular-webfont.eot');  
src:url('OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), 
url('OpenSans-Regular-webfont.woff') format('woff'), 
url('OpenSans-Regular-webfont.ttf') format('truetype'), 
url('OpenSans-Regular-webfont.svg#open_sansregular') format('svg');  
font-weight:normal;  
font-style:normal;
}

body {font-family: 'OpenSansRegular';}

.formFundo{
    margin-left: 6px;
    margin-top: 7px;
}
.formFundo ul li input[type="text"]{
    width: 240px;
    height: 18px;
}
.formFundo ul li input[type="email"]{}
.formFundo ul li input[type="submit"]:hover{
    background-color: #2a7030;
}
.formFundo ul li input[type="submit"]{
    width: 253px;
    height: 46px;
    cursor: pointer;
    background-color: #5EB070;
    font-size: 18px;
    transition: background-color 0.5s;
    color: #ffffff;
    border: none;
}
.formFundo ul li select{
    width: 252px;
    height: 34px;
}
.formFundo ul li .todos{
    font-family: 'OpenSansRegular';
    border: 1px solid #dfdfdf;
    background-color: #dfdfdf;
    color: #000000;
    font-size: 15px;
    padding: 7px 0px 7px 10px;
    margin: 0px 8px 9px 0px;
    /* float: left; */
    box-shadow: 0px 0px 2px 0px #9f9f9f;
    font-style: italic;
}
.formFundo ul li .todos:focus{
    background-color: rgb(197, 197, 197);
}
.formFundo ul li .txtNome{}
.formFundo ul li .txtEmail{
    width: 240px;
    height: 18px;
}
.formFundo ul li .txtTelefone{
    width: 240px;
}
.formFundo ul li .txtslqConheceu{}
.formFundo ul li .txtMensagem{
    width: 240px;
    height: 60px;
    max-width: 240px;
    max-height: 60px;
}






/* Estilo para os placeholders */
::-webkit-input-placeholder {
    color: #000000;
    font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000000;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   color: #000000 !important; 
    font-style: italic; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000000 !important; 
    font-style: italic; 
}

/* Mozilla */
@-moz-document url-prefix() {}

/* -- CSS - Mensagem de Obrigado  -- */
#obrigado{
    width: 240px;
    height:30px;
    color: #566577;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'OpenSansRegular';
    font-weight: bold;
    margin-top: 62px;
}
#outroFormulario a{
    color: #566577;
    font-size:14px;
    text-decoration: none;
}
#outroFormulario a:hover{
    color: #929394;
    text-decoration: underline;
}
#msgErro{
    width: 240px;
    height: 30px;
    color: #2d4150;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'OpenSansRegular';
    font-weight: bold;
    margin-top: 62px;
}