@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
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,select {
    vertical-align: middle
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'OpenSansRegular'
}

body {
    margin: 8px
}

.boxForm {
}

.boxForm .box {
    width: 236px;
    background-color: #97959c;
    padding: 10px 10px 6px 10px;
    margin: 11px;
    border-radius: 5px;
    float: left
}

.boxForm .box0 {
    width: 317px;
    height: 275px;
    float: left;
    background: transparent url(fundoForm.png) no-repeat;
    padding: 50px 0 0 40px;
    margin-top: 30px
}

.boxForm p{
line-height: 50px;}

.boxForm .box0 input {
}

.boxForm .box1 {
}

.boxForm .box2 {
}

.boxForm .box3 {
}

.boxForm .box4 {
}

input[type="text"],input[type="tel"],input[type="email"],textarea,select {
    width: 248px;
    height: 46px;
    padding: 0 0 0 15px;
    margin: 0 5px 0px 0;
    border: 2px solid #5d5524;
    background-color: rgba(255,255,255,1);
    color: #5d5524;
    font-size: 14px;
    font-family: "OpenSansRegular",sans-serif;
    border-radius: 0;
    box-shadow: 0 0 7px -2px rgba(0,0,0,.84);
    border-radius: 0px;
    position: relative;
}

input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,select:focus,textarea:focus {
    background-color: #fff;
    box-shadow: inset 0 0 13px 2px rgba(0,0,0,.38);
    transition: all .3s ease-out;
    z-index: 0;
}
.metragem, .file{}
.file{
    /* padding: 9px; */
    /* border: 2px solid #5D5524; */
    /* margin-top: -2px; */
    height: 2px;
}
input[type="text"] {
}

input[type="email"] {
}

input[type="tel"] {
}

textarea {
    width: 248px;
    height: 88px;
    max-width: 248px;
    max-height: 88px;
    padding-top: 8px;
    margin-bottom: 5px;
}

select {
    width: 532px;
    height: 40px;
    padding: 0 0 0 12px;
    cursor: pointer
}

.divididos {}

select.divididos {
    width: 374px!important;
    height: 60px
}

input[type="checkbox"] {
    width: 0px;
    height: 0px;
    margin-right: 0px;
    cursor: pointer
}

.boxForm .p {
    line-height: 30px
}

fieldset {
    margin: 0 0 10px 0
}

fieldset label {
    cursor: pointer;
    margin-right: 8px
}



input[type="submit"] {
    width: 263px;
    height: 42px;
    border: none;
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.28);
    font-size: 23px;
    cursor: pointer;
    transition: background-color .3s ease-out;
    clear: both;
    background-color: #00A247;
    margin-top: 0;
    border-radius: 0px;
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,.45); */
}

input[type="submit"]:hover {
    background-color: #5D5524;
}

input[type="submit"]:active {
    box-shadow: inset 0 0 32px 0 #333
}

    /* Formulário e container */
    .upload {
      position: relative;
      display: block;
      width: 440px;
      margin: -44px 0px 0px 462px;
      cursor: pointer;
    }

    /* Botão visivel */
    .upload span {
      background: #5D5524;
      border: 2px solid #5D5524;
      line-height: 8px;
      font-size: 15px;
      cursor: pointer;
      display: block;
      padding: 16px;
      width: 413px;
      color: #FFFFFF;
    }

    /* input */ 
    .upload input[type="file"] { 
      position: absolute; 
      cursor: pointer; 
      height: 100%; 
      width: 100%; 
      left: 0; 
      top: 0; 
      opacity: 0;
    }


::-webkit-input-placeholder {
    color: #5d5524 !important
}

:-moz-placeholder {
    color: #5d5524 !important
}

::-moz-placeholder {
    color: #5d5524 !important
}

:-ms-input-placeholder {
    color: #5d5524 !important
}

#obrigado {
    color: #5E5726;
    font-size: 32px;
    height: 62px;
    margin: 50px 0px 0 0;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-family: "OpenSansRegular",sans-serif;
}

#msgErro {
    color: #5D5524;
    font-size: 35px;
    height: 100px;
    margin: 50px 0px 0 0;
    text-align: center;
    padding-top: 35px;
    border-radius: 7px;
    font-family: "OpenSansRegular",sans-serif;
}

#msgErro b {
    color: red;
    text-shadow: 0 0 8px rgba(0,0,0,.5)
}

#outroFormulario a {
    color: #5D5524;
    font-size: 17px;
    text-decoration: none;
    font-family: "OpenSansRegular",sans-serif;
    line-height: 62px;
}

#outroFormulario a:hover {
    text-decoration: underline
}

@media (max-width: 300px) {
    #chkCozinha + #lbCozinha, #chkQuarto + #lbQuarto, #chkBanheiro + #lbBanheiro, #chkCloset + #lbCloset, #chkSalaEstar + #lbSalaEstar{
        margin-left: 0px !important;
        margin-right: 19px !important;
    }

    .upload {
      width: 280px;
      margin: 0px 0px 0px 0px;
    }

    .upload input[type="file"] {
      position: relative;
      height: 50px;
      margin-top: -47px;
    }

    .upload span {
    width: 230px;
    line-height: 17px;
    margin: 0px 0px -7px 0px;
    padding: 7px 24px 9px 15px;
    }

    input[type="text"],input[type="tel"],input[type="email"],textarea,select {
        width: 254px;
        margin-bottom:8px;
    }

    textarea {
        width: 254px;
        height: 70px;
        max-width: 254px;
        max-height: 70px;
        padding-top: 13px;
    }
    .metragem, .file{}
    select {
        width: 227px;
        height: 34px;
        padding: 0 0 0 12px;
        cursor: pointer
    }

    input[type="submit"] {
        width: 272px;
        height: 46px;
    }
    #obrigado {
        margin: 90px 20px 0px -10px !important;
    }

    #msgErro {
        margin: 100px 40px 0px 10px !important;
    }
}
@media (min-width: 700px) {
    input[type="text"],input[type="tel"],input[type="email"],textarea,select {
        height: 40px;
        width: 279px;
        margin-top: -2px;
    }

    textarea {
        width: 509px;
        min-width: 654px;
        height: 56px;
        /* max-width: 260px; */
        max-height: 56px;
        padding-top: 13px;
        margin-top: 10px;
    }
    .metragem, .file{
    width: 434px !important;
    background-color: #fff;
}
    select {
        width: 297px;
        height: 44px;
        padding: 0 0 0 12px;
        cursor: pointer;
    }

    input[type="submit"] {
        width: 229px;
        height: 73px;
        margin-top: -75px;
    }
    #obrigado {
        margin: -10px 20px 0px -10px !important;
    }

    #msgErro {
        margin: -10px 20px 0px -10px !important;
        height: 0px;
    }
}


/* checkboxes */

    .labelsCheck{margin-right: -4px;}

    #chkCozinha, #chkQuarto, #chkBanheiro, #chkCloset, #chkSalaEstar, #chkVisitaSued{
        display: none;
    }
    
    #lbCozinha, #lbQuarto, #lbBanheiro, #lbCloset, #lbSalaEstar, #lbVisitaSued{
        background-color: #fff;
        margin-right: 6px;
        padding: 3px 9px 3px 9px;
        line-height: 20px;
        border-radius: 0px;
        cursor: pointer;
    }

    #chkCozinha + #lbCozinha, #chkQuarto + #lbQuarto, #chkBanheiro + #lbBanheiro, #chkCloset + #lbCloset, #chkSalaEstar + #lbSalaEstar, #chkVisitaSued + #lbVisitaSued{
        padding-left: 27px;
        /* width: 127px; */
        height: 11px;
        font-size: 19px;
        display: inline-block;
        line-height: 14px;
        /* margin-left: 80px; */
        /* margin-right: -45px; */
        margin-top: 10px;
        margin-bottom: 15px;
        background-repeat: no-repeat;
        vertical-align: middle;
        background: rgba(0, 0, 0, 0) url("chkCirc.png") no-repeat 0px 0px;
        position: relative;
        /* float: left; */
        color: #5d5524;
    }

    #chkCozinha:checked + #lbCozinha, #chkQuarto:checked + #lbQuarto, #chkBanheiro:checked + #lbBanheiro, #chkCloset:checked + #lbCloset, #chkSalaEstar:checked + #lbSalaEstar, #chkVisitaSued:checked + #lbVisitaSued{
        background: rgba(0, 0, 0, 0) url("chkCirc.png") no-repeat 0px -18px;
    }

@-moz-document url-prefix("") {
}