*:focus {outline: none;}

body {
margin: 0px;
}

input[type="text"], input[type="email"], select{
    background-color: #f9f9f9;
    width: 214px;
    height: 40px;
    padding-left: 12px;
    font-size: 15px;
    margin: 0px 0px 8px 0px;
    font-family: "Open Sans";
    color: #000000;
    border-radius: 5px;
    float: left;
    margin-right: 7px;
    border: none;
}
input[type="text"]:focus, input[type="email"]:focus,textarea:focus, select:focus{
    transition: border 0.5s;
}
input[type="submit"]{
    border: none;  
    background-color: #26c038;  
    width: 227px;  
    height: 44px;    
    font-size: 18px;  
    cursor: pointer;
    font-family: "Open Sans";
    transition: background-color 0.5s;
    color: #ffffff;
    border-radius: 3px;
}
input[type="submit"]:hover{ 
    background-color: #159524;  
}
.txtTel{

}
textarea{
    border: none;  
    background-color: #f9f9f9;  
    height: 87px;  
    max-height: 100px;
    width: 212px;
    max-width: 903px;
    padding-left: 12px;  
    padding-top: 5px;
    font-size: 15px;
    margin: 0px 0px 0px 0px;
    font-family: "Open Sans";
    color: #000000;
    border-radius: 3px;
    border: none;
}
.nome{
}
select{
    border: none;  
    background-color: #f9f9f9;  
    width: 228px;
    height: 44px;  
    padding-left: 8px;  font-size: 15px;
    margin: 0px 0px 4px 0px;
    font-family: arial;
    color: #000000;
    border-radius: 6px;
    border: 1px solid #d6d6d6;
    float: left;
} 
ul{
    list-style-type: none;
    margin: 0px;
    margin-left: -40px;
}
.selects{
    width: 387px;
}
.slqConheceu{}
.slqDesejo{  
    width: 512px !important;
}
.txtTelefone .txtCelular .slqConheceu{

}
.ulLeft{width: 404px;float: left;}
.ulRight{width: 0px;}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #000000;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000000 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000000 !important;
}
#obrigado{
    width: 98%;
    text-align: center;
    font-size: 29px;
    margin-top: 1px;
    color: #ffffff;
    font-family: serif;
}
#msgErro{
    width: 98%;
    text-align: center;
    font-size: 30px;
    font-family: serif;
    margin-top: 2px;
    color: #ffffff;
}
#outroFormulario{
    font-size: 16px;
}
#outroFormulario a{
    color: #ffffff;
    text-decoration: none;
}
#outroFormulario a:hover{
    text-decoration: underline;
}
@-moz-document url-prefix() {
    @media (max-width: 500px) {input[type="text"], input[type="email"]{width: 180px !important;} input[type="submit"] {width: 394px !important;}}
    @media (max-width: 300px) {.ulLeft {width: 290px !important;}}
}

@media (max-width: 500px) {
    input[type="text"], input[type="email"]{width: 182px;}
    input[type="submit"]{width: 396px;margin-top: 3px;height: 40px;background-color: #00be04;}
    input[type="submit"]:hover{background-color: #e6bb03;}
    textarea{width: 262px;height: 50px;}
    #obrigado{
        width: 93%;
        font-size: 18px;
        margin-top: 46px;
        color: #ffffff;
        font-family: "Open Sans";
        text-shadow:#000 1px -1px, #000 -1px 1px, #000 1px 1px, #000 -1px -1px;
    }
    #msgErro{
        width: 93%;
        font-size: 18px;
        margin-top: 46px;
        color: #ffffff;
        font-family: "Open Sans";
        text-shadow:#000 1px -1px, #000 -1px 1px, #000 1px 1px, #000 -1px -1px;
    }
    select{
        width: 209px;
    }
    textarea{
        width: 381px;
        max-width: 381px;
        max-height: 59px;
        padding-top: 12px;
    }
    .ulLeft{float: none;}
    .ulRight{width: 0px;clear: both;}
}

@media (max-width: 300px) {
    input[type="text"], input[type="email"]{width: 264px;}
    input[type="submit"]{width: 278px;}
    textarea{width: 262px;height: 70px;}
    #obrigado{
        width: 98%;
        font-size: 21px;
        margin-top: 80px;
    }
    #msgErro{
        width: 98%;
        font-size: 18px;
        margin-top: 70px;
    }
    select{
        width: 278px;
        margin-bottom: 8px;
    }
    .ulLeft {width: 290px !important;}
}