#contatoTextWarper {
    font-family: 'dsignes boldregular', Arial, sans-serif;
    font-size: 20px;
    width: 420px;
}

#contatoTextWarper p:first-of-type {
    font-size: 22px;
}

#contactWarper {
    position: relative;
    height: 360px;
}

#formWarper {
    padding-top: 20px;
    width: 350px;
    float: left;
    border-top: #ccc dashed thin;
    font-family: 'dsignes boldregular', Arial, sans-serif;
}

#formWarper form input[type=text], #formWarper form input[type=email], #formWarper form textarea {
    width: 346px !important;
    padding: 0px;
    padding-left: 4px;
    background-color: #dad7b4;
    border: none;
    resize: none;
    height: 25px;
    margin-top: 10px;
}

#formWarper form input:focus {
    outline: none;
    /* border: #832622 thin groove;*/
    box-shadow: 0px 0px 5px #832622;
}

#formWarper form textarea:focus {
    outline: none;
    /*border: #832622 thin groove;*/
    box-shadow: 0px 0px 5px #832622;
}

#formWarper form textarea {
    height: 200px;
}
#formWarper form input[type=submit], #formWarper form input[type=reset] {
    font-family: 'dsignes regular', Arial, sans-serif;
    color: #fbf8ce;
    float: right;
    width: 80px;
    height: 25px;
    border: none;
    font-size: 20px;
}
#formWarper form input[type=submit] {
    background-color: #de9647;

}
#formWarper form input[type=submit]:active {
    box-shadow: 0px 0px 5px #832622;

}
#formWarper form input[type=reset] {
    background-color: #a5caac;
}
#formWarper form input[type=reset]:active {
    box-shadow: 0px 0px 5px #832622;

}
#faixaLaranja {
    float: left;
    width: 190px;
    height: 5px;
    background-color: #d1813d;
}
::-webkit-input-placeholder {
    color: #fbf8ce;
    padding-left: 20px;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: #fbf8ce; 
    padding-left: 20px;
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #fbf8ce;
    padding-left: 20px;
    font-style: italic;
}

:-ms-input-placeholder {  
    color: #fbf8ce;  
    padding-left: 20px;
    font-style: italic;
}

#sac {
    float: right;
    width: 250px;
    height: 300px;
}

#telefone {
    background-image: url("../assets/images/contato/telefone.png");
    background-repeat: no-repeat;
    width: 115px;
    height: 125px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 10px;
}

#sac p {
    font-family: 'dsignes boldregular', Arial, sans-serif; 
    color: #a5caac;
    margin: 0px;
    text-align: center;
}

#sac .p1 {
    font-size: 24px;
    margin-bottom: 5px;
}

#sac .p2 {
    font-size: 28px;
    margin-bottom: 10px;
}

#sac .p3 {
    font-size: 20px;
}

#mapWarper {
    position: relative;
    height: 110px;
    margin-top: 20px;
}

#mapShader {
    position: absolute;
    background-position: right;
    background-image: url("../assets/images/mapaShader.png");
    width:150px;
    height: 110px;
    background-repeat: no-repeat;
    top: 0px;
    z-index: 10;
}

#confiraMap {
    position: relative;
    margin-top: 30px;
    width:150px;
    height: 42px;
    background-color: #a5caac;
    padding-top: 8px;
    float: left;
}
#mapMarker {
    background-image: url("../assets/images/mapaPin.png");
    width: 26px;
    height: 36px;
    background-repeat: no-repeat;
    margin-left: 15px;
    float: left;
}


#confiraMap a {
    position: relative;
    display: block;
    float: left;
    margin: 0px;
    line-height: 18px;
    font-family: 'dsignes boldregular', Arial, sans-serif;
    font-size: 20px;
    color: #fbf8ce;
    margin-left: 12px;
    text-decoration: none;
    z-index: 12;
}

#mapEndereco {
    display: inline-block;
    margin: 0px;
    margin-left: 30px;
    margin-top: 20px;
    line-height: normal;
    font-family: 'dsignes boldregular', Arial, sans-serif;
    font-size: 20px;
}