@charset "UTF-8";
/* line 5, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 88, my-icons/*.png */
.my-icons-sprite, .my-icons-icon-facebook, .my-icons-icon-flag-brasil, .my-icons-icon-flag-espanha, .my-icons-icon-flag-eua, .my-icons-icon-twitter, .my-icons-icon-youtube {
  background-image: url('../img/my-icons-s17ef12502b.png');
  background-repeat: no-repeat;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.my-icons-icon-facebook {
  background-position: 0 0;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.my-icons-icon-flag-brasil {
  background-position: 0 -24px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.my-icons-icon-flag-espanha {
  background-position: 0 -40px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.my-icons-icon-flag-eua {
  background-position: 0 -56px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.my-icons-icon-twitter {
  background-position: 0 -72px;
}

/* line 84, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/utilities/sprites/_base.scss */
.my-icons-icon-youtube {
  background-position: 0 -96px;
}

/*--------------------------------------------------
Inicial / Padr├úo
----------------------------------------------------*/
/* line 7, ../sass/_application.scss */
body {
  font-family: "Arial";
  font-size: 13px;
  color: #373d45;
  font-weight: regular;
  text-decoration: none;
}

/* line 11, ../sass/_application.scss */
strong, b {
  font-weight: bold;
}

/* line 15, ../sass/_application.scss */
p {
  line-height: 18px;
  margin: 10px 0;
}

/* line 20, ../sass/_application.scss */
a {
  color: #373d45;
}

/* line 24, ../sass/_application.scss */
h1 {
  font-family: "Arial";
  font-size: 28px;
  color: #373d45;
  font-weight: bold;
  text-decoration: none;
}

/*--------------------------------------------------
Classes e ajustes 
----------------------------------------------------*/
/* line 35, ../sass/_application.scss */
.left {
  float: left;
}

/* line 38, ../sass/_application.scss */
.right {
  float: right;
}

/* line 41, ../sass/_application.scss */
.clearfix, #masterhead .flags {
  display: block;
  overflow: hidden;
}

/* line 45, ../sass/_application.scss */
.clear {
  clear: both;
}

/* line 49, ../sass/_application.scss */
.wrapper {
  width: 980px;
  margin: 0 auto;
}

/*--------------------------------------------------
Template
----------------------------------------------------*/
/* line 58, ../sass/_application.scss */
html, body {
  height: 100%;
}

/* line 62, ../sass/_application.scss */
.master {
  min-height: 100%;
  position: relative;
}

/* line 71, ../sass/_application.scss */
#masterhead {
  background: url(../img/bg-gradient-header.gif) repeat-x;
  min-width: 980px;
  height: 86px;
  display: block;
  overflow: hidden;
}
/* line 79, ../sass/_application.scss */
#masterhead .logo {
  margin: 19px 0 0 0;
}
/* line 83, ../sass/_application.scss */
#masterhead .flags {
  margin: 13px 0 10px;
}
/* line 86, ../sass/_application.scss */
#masterhead .flags .lang {
  width: 19px;
  height: 16px;
  display: block;
  margin-left: 8px;
}
/* line 103, ../sass/_application.scss */
#masterhead .location {
  font-size: 12px;
}
/* line 105, ../sass/_application.scss */
#masterhead .location label {
  float: left;
  line-height: 30px;
  margin-right: 12px;
}
/* line 111, ../sass/_application.scss */
#masterhead .location .select-custom {
  width: 169px;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px #8c9399 solid;
  box-shadow: 0px 1px white;
  -moz-box-shadow: 0px 1px white;
  -webkit-box-shadow: 0px 1px white;
  box-shadow: 0px 1px white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZWFlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9eaec));
  background-image: -moz-linear-gradient(#ffffff, #e9eaec);
  background-image: -webkit-linear-gradient(#ffffff, #e9eaec);
  background-image: linear-gradient(#ffffff, #e9eaec);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eaec',GradientType=0 );
  overflow: hidden;
}
/* line 43, ../sass/_base.scss */
#masterhead .location .select-custom select {
  background: transparent url(../img/select-custom-arrow.png) no-repeat 156px;
  width: 200px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 3px 8px;
}
/* line 116, ../sass/_application.scss */
#masterhead .dados-conta-corrente input {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
  margin: 0 7px 0 0;
  padding: 5px;
  padding: 7px 5px 3px 5px\9;
  border: 1px solid;
  border-color: #8c9399 #b6bfc4 #b6bfc4;
  color: #68727b;
  font-family: Arial,sans-serif;
  font-size: 13px;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset, 0 1px 0 #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset, 0 1px 0 #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15) inset, 0 1px 0 #fff;
  width: 40px;
  height: 17px;
  font-size: 11px;
}
/* line 137, ../sass/_application.scss */
#masterhead .dados-conta-corrente input#userId {
  width: 68px;
}
/* line 143, ../sass/_application.scss */
#masterhead .loginBtn {
  margin-top: 3px;
}
/* line 145, ../sass/_application.scss */
#masterhead .loginBtn .btnSubmit {
  background: #a96538 url(../img/bg-btn-submit.png) repeat-x 0 bottom;
  padding: 4px 12px 7px 12px;
  font-size: 12px;
  font-weight: bold;
  margin: 1px 0 0 0;
  border: 1px solid #a96538;
  border-bottom: 1px solid #a96538;
  color: #eff4f8;
  text-shadow: -1px -1px 0 rgba(130, 60, 10, 0.6);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(49, 57, 63, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(49, 57, 63, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(49, 57, 63, 0.4), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  text-decoration: none;
}
/* line 165, ../sass/_application.scss */
#masterhead .logo30h {
  margin-left: 7px;
}

/* line 173, ../sass/_application.scss */
.navbar {
  background: url(../img/bg-menu.jpg) repeat-x;
  width: 100%;
  height: 47px;
  display: table;
}
/* line 178, ../sass/_application.scss */
.navbar .nav {
  display: table-cell;
  vertical-align: middle;
}
/* line 184, ../sass/_application.scss */
.navbar .nav .list a {
  color: white;
  margin: 0 9px;
  font-family: "Arial";
  font-size: 13px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

/* line 196, ../sass/_application.scss */
.the-content {
  padding: 19px 0 12px;
  border-bottom: 1px #e5e5e5 solid;
}

/* line 201, ../sass/_application.scss */
.webdoor {
  margin: 16px 0 40px;
}

/* line 205, ../sass/_application.scss */
.breadcrumb {
  color: #8b8a8c;
  margin-bottom: 4px;
}
/* line 208, ../sass/_application.scss */
.breadcrumb a {
  color: #8b8a8c;
  text-decoration: none;
}

/* line 215, ../sass/_application.scss */
.social {
  padding-top: 30px;
  padding-bottom: 40px;
}
/* line 218, ../sass/_application.scss */
.social .my-icons-icon-twitter,
.social .my-icons-icon-facebook,
.social .my-icons-icon-youtube {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 5px;
}

/* line 230, ../sass/_application.scss */
#masterfooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../img/bg-gradient-footer.gif) repeat-x;
  min-width: 980px;
  display: block;
  overflow: hidden;
}
/* line 242, ../sass/_application.scss */
#masterfooter .navfooter {
  display: table;
  height: 28px;
  width: 100%;
}
/* line 246, ../sass/_application.scss */
#masterfooter .navfooter .nav {
  display: table-cell;
  vertical-align: middle;
}
/* line 249, ../sass/_application.scss */
#masterfooter .navfooter .nav a {
  font-family: "Arial";
  font-size: 11px;
  color: #373d45;
  font-weight: regular;
  text-decoration: none;
  margin-right: 21px;
}
/* line 253, ../sass/_application.scss */
#masterfooter .navfooter .nav ul.list {
  width: 650px;
  height: 14px;
  float: left;
}
/* line 259, ../sass/_application.scss */
#masterfooter .navfooter .nav p.copyright {
  line-height: 14px;
  margin: 0px 0px;
  font-size: 11px;
  float: right;
}

/* line 271, ../sass/_application.scss */
.select-custom select {
  padding: 5px 8px !important;
}

/* line 4, ../sass/seja-um-cliente.scss */
p .small {
  font-size: 11px;
}

/* line 11, ../sass/seja-um-cliente.scss */
.alert.faleconosco {
  display: none;
  position: relative;
}
/* line 15, ../sass/seja-um-cliente.scss */
.alert.faleconosco .btn-close {
  position: absolute;
  cursor: pointer;
  background: url("../../Assets/img/icon-close.png");
  width: 11px;
  height: 12px;
  right: 20px;
  top: 50%;
  margin: -6px;
}
/* line 27, ../sass/seja-um-cliente.scss */
.alert.faleconosco.select-custom {
  width: 550px;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px #8c9399 solid;
  box-shadow: 0px 1px white;
  -moz-box-shadow: 0px 1px white;
  -webkit-box-shadow: 0px 1px white;
  box-shadow: 0px 1px white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZWFlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9eaec));
  background-image: -moz-linear-gradient(#ffffff, #e9eaec);
  background-image: -webkit-linear-gradient(#ffffff, #e9eaec);
  background-image: linear-gradient(#ffffff, #e9eaec);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eaec',GradientType=0 );
  overflow: hidden;
  padding: 10px 15px;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
  line-height: 17px;
}
/* line 43, ../sass/_base.scss */
.alert.faleconosco.select-custom select {
  background: transparent url(../img/select-custom-arrow.png) no-repeat 537px;
  width: 581px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 3px 8px;
}
/* line 31, ../sass/seja-um-cliente.scss */
.alert.faleconosco.select-custom select.error {
  border: red 1px solid !important;
}

/* line 49, ../sass/seja-um-cliente.scss */
form.form-seja-um-cliente {
  margin-top: 33px;
}
/* line 54, ../sass/seja-um-cliente.scss */
form .form-row {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
/* line 58, ../sass/seja-um-cliente.scss */
form .form-row.error {
  border: none;
}
/* line 60, ../sass/seja-um-cliente.scss */
form .form-row.error .radio-label {
  color: red;
}
/* line 67, ../sass/seja-um-cliente.scss */
form .form-row label {
  width: 145px;
  display: block;
  float: left;
  line-height: 30px;
}
/* line 73, ../sass/seja-um-cliente.scss */
form .form-row label.lb-estado {
  width: 60px;
}
/* line 79, ../sass/seja-um-cliente.scss */
form .form-row label.error {
  display: none !important;
}
/* line 84, ../sass/seja-um-cliente.scss */
form .form-row input[type=text], form .form-row textarea {
  -moz-border-radius: 4px / 4px;
  -webkit-border-radius: 4px 4px;
  border-radius: 4px / 4px;
  border: #90979d 1px solid;
  -moz-box-shadow: inset #e9eaec 0px 1px 1px;
  -webkit-box-shadow: inset #e9eaec 0px 1px 1px;
  box-shadow: inset #e9eaec 0px 1px 1px;
  padding: 5px;
  width: 350px;
  margin: 0;
}
/* line 92, ../sass/seja-um-cliente.scss */
form .form-row input[type=text].tel, form .form-row textarea.tel {
  width: 96px;
}
/* line 95, ../sass/seja-um-cliente.scss */
form .form-row input[type=text].ddd, form .form-row textarea.ddd {
  width: 31px;
  margin-right: 5px;
}
/* line 99, ../sass/seja-um-cliente.scss */
form .form-row input[type=text].cpf, form .form-row textarea.cpf {
  width: 105px;
}
/* line 102, ../sass/seja-um-cliente.scss */
form .form-row input[type=text].cidade, form .form-row textarea.cidade {
  width: 230px;
  margin-right: 17px;
}
/* line 110, ../sass/seja-um-cliente.scss */
form .form-row .select-custom {
  width: 265px;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px #8c9399 solid;
  box-shadow: 0px 1px white;
  -moz-box-shadow: 0px 1px white;
  -webkit-box-shadow: 0px 1px white;
  box-shadow: 0px 1px white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZWFlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9eaec));
  background-image: -moz-linear-gradient(#ffffff, #e9eaec);
  background-image: -webkit-linear-gradient(#ffffff, #e9eaec);
  background-image: linear-gradient(#ffffff, #e9eaec);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eaec',GradientType=0 );
  overflow: hidden;
}
/* line 43, ../sass/_base.scss */
form .form-row .select-custom select {
  background: transparent url(../img/select-custom-arrow.png) no-repeat 252px;
  width: 296px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 3px 8px;
}
/* line 112, ../sass/seja-um-cliente.scss */
form .form-row .select-custom select {
  width: 265px;
}
/* line 119, ../sass/seja-um-cliente.scss */
form .form-row.local .select-custom {
  width: 49px;
  font-size: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px #8c9399 solid;
  box-shadow: 0px 1px white;
  -moz-box-shadow: 0px 1px white;
  -webkit-box-shadow: 0px 1px white;
  box-shadow: 0px 1px white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZWFlYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e9eaec));
  background-image: -moz-linear-gradient(#ffffff, #e9eaec);
  background-image: -webkit-linear-gradient(#ffffff, #e9eaec);
  background-image: linear-gradient(#ffffff, #e9eaec);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9eaec',GradientType=0 );
  overflow: hidden;
  margin-left: -10px;
}
/* line 43, ../sass/_base.scss */
form .form-row.local .select-custom select {
  background: transparent url(../img/select-custom-arrow.png) no-repeat 36px;
  width: 80px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 3px 8px;
}
/* line 123, ../sass/seja-um-cliente.scss */
form .form-row.local .select-custom select {
  height: 25px;
}
/* line 130, ../sass/seja-um-cliente.scss */
form .form-row textarea {
  width: 350px;
  height: 99px;
}
/* line 138, ../sass/seja-um-cliente.scss */
form .form-row.cliente {
  border: none !important;
}
/* line 140, ../sass/seja-um-cliente.scss */
form .form-row.cliente .radio-label {
  float: none;
  display: inline;
}
/* line 144, ../sass/seja-um-cliente.scss */
form .form-row.cliente input {
  border: none;
}
/* line 149, ../sass/seja-um-cliente.scss */
form .form-row .bt-enviar {
  margin-left: 445px;
}
/* line 155, ../sass/seja-um-cliente.scss */
form .aviso {
  color: #8a939a;
}
/* line 158, ../sass/seja-um-cliente.scss */
form .error {
  border: red 1px solid !important;
}
