/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/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, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 20, ../sass/screen.scss */
.align-center {
  text-align: center;
}

/* line 24, ../sass/screen.scss */
.align-right {
  text-align: right;
}

/* line 28, ../sass/screen.scss */
body {
  border-top: 3px solid #850000;
  font: normal small-caps normal 13px/140% 'Open Sans', Sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 34, ../sass/screen.scss */
strong, b {
  display: inline-block;
}

/* line 37, ../sass/screen.scss */
h4 {
  line-height: 120%;
}

/* line 40, ../sass/screen.scss */
.banner {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  height: 400px;
  position: relative;
}
/* line 45, ../sass/screen.scss */
.banner .container {
  max-width: inherit;
  width: 100%;
}
/* line 49, ../sass/screen.scss */
.banner .fundo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-size: cover !important;
}
/* line 60, ../sass/screen.scss */
.banner .call_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
/* line 67, ../sass/screen.scss */
.banner .call2action {
  position: static;
  background: #850000;
  padding: 12px;
  display: block;
  margin-top: 31%;
  display: table;
  border: 1px solid #850000;
  margin: 360px auto 104px auto;
  display: none;
}
/* line 78, ../sass/screen.scss */
.banner .call2action p {
  border: 1px solid white;
  padding: 7px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}
/* line 87, ../sass/screen.scss */
.banner .call2action a {
  border: 1px solid white;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  display: block;
  z-index: 2;
  pointer-events: all;
}
/* line 29, ../sass/variaveis.scss */
.banner .call2action a:link, .banner .call2action a:visited, .banner .call2action a:hover, .banner .call2action a:active {
  color: white;
  text-decoration: none;
}

/* line 103, ../sass/screen.scss */
.main .call2action {
  display: table;
}
/* line 107, ../sass/screen.scss */
.main .h4 {
  clear: both;
  background: #eae3de;
  padding-bottom: 72px;
}
/* line 111, ../sass/screen.scss */
.main .h4 * {
  text-align: center;
}
/* line 114, ../sass/screen.scss */
.main .h4 span {
  font-size: 36px;
  margin: 72px auto 29px auto;
}
/* line 119, ../sass/screen.scss */
.main .h4 p {
  font-size: 15px;
}

/* line 124, ../sass/screen.scss */
.container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: block;
  clear: both;
}
/* line 12, ../../../../../../../Ruby22/lib/ruby/gems/2.2.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 135, ../sass/screen.scss */
.HeaderMenu_wrapper {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 137, ../sass/screen.scss */
.HeaderMenu_wrapper .logo_demarca {
  float: left;
}
/* line 141, ../sass/screen.scss */
.HeaderMenu_wrapper #menu {
  background: #850000;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  display: none;
  z-index: 1;
  margin-top: 5px;
}
/* line 152, ../sass/screen.scss */
.HeaderMenu_wrapper #menu .submenu {
  display: none;
}
/* line 155, ../sass/screen.scss */
.HeaderMenu_wrapper #menu .btn_submenu {
  display: table;
  font-weight: 600;
  font-size: 30px;
  padding: 5px 14px;
  color: white;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: inline-block;
  float: right;
}
/* line 171, ../sass/screen.scss */
.HeaderMenu_wrapper #menu #close-menu-wrapper {
  text-align: right;
  margin-bottom: 15px;
}
/* line 174, ../sass/screen.scss */
.HeaderMenu_wrapper #menu #close-menu-wrapper #close {
  cursor: pointer;
}

/* line 180, ../sass/screen.scss */
.HeaderMenu {
  float: right;
  display: table;
  position: relative;
  max-width: 300px;
  width: 100%;
}
/* line 187, ../sass/screen.scss */
.HeaderMenu ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  display: block;
}
/* line 193, ../sass/screen.scss */
.HeaderMenu ul li.smenu:hover {
  background-color: transparent;
}
/* line 198, ../sass/screen.scss */
.HeaderMenu ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 201, ../sass/screen.scss */
.HeaderMenu ul li:hover {
  background-color: #850000;
}
/* line 204, ../sass/screen.scss */
.HeaderMenu ul li li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* line 207, ../sass/screen.scss */
.HeaderMenu ul li a {
  text-align: center;
  text-decoration: none !important;
  padding: 10px 15px;
  color: white;
  display: block;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
/* line 217, ../sass/screen.scss */
.HeaderMenu ul li.smenu ul {
  display: none;
}

/* line 224, ../sass/screen.scss */
.form_tb {
  clear: none;
  float: left;
  position: relative;
  width: 200px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.7);
}
/* line 232, ../sass/screen.scss */
.form_tb input[type='text'] {
  display: inline-block;
  height: 40px;
  padding: 15px 10px;
  border: 1px solid #ccc;
  color: #ccc;
  font-style: italic;
  font-size: 15px;
  width: 100%;
  padding-right: 35px;
  background: white;
}
/* line 244, ../sass/screen.scss */
.form_tb button {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  border: none;
  background: none;
  color: #95715a;
  width: 42px;
  font-size: 22px;
  display: inline-block;
}
/* line 256, ../sass/screen.scss */
.form_tb button img {
  width: 22px;
}

/* line 262, ../sass/screen.scss */
.form-mb {
  clear: none;
  display: none;
  position: relative;
  margin: 25px auto;
}
/* line 267, ../sass/screen.scss */
.form-mb input[name='query'] {
  display: inline-block;
  height: 40px;
  padding: 15px 10px;
  border: 1px solid #ccc;
  color: #ccc;
  font-style: italic;
  font-size: 15px;
}
/* line 276, ../sass/screen.scss */
.form-mb button {
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
  width: 40px;
  border: none;
  background: none;
  color: #95715a;
  font-size: 22px;
}
/* line 287, ../sass/screen.scss */
.form-mb button img {
  width: 22px;
}

/* line 293, ../sass/screen.scss */
.btn_burger {
  height: 40px;
  float: right;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}

/* line 300, ../sass/screen.scss */
form .btn {
  display: none;
}

/* line 305, ../sass/screen.scss */
.main .btn_identidade {
  display: none;
  font-size: 14px;
}
/* line 309, ../sass/screen.scss */
.main .identidade {
  display: block;
  font-size: 14px;
}
/* line 313, ../sass/screen.scss */
.main .banner {
  overflow: hidden;
  padding-top: 0;
  height: 600px;
}
/* line 318, ../sass/screen.scss */
.main .banner .container {
  position: absolute;
  position: absolute;
  top: 15px;
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: inherit;
}
/* line 327, ../sass/screen.scss */
.main .banner .bg {
  position: relative;
  display: block;
  height: 100%;
}
/* line 333, ../sass/screen.scss */
.main .produto {
  display: table;
  margin: 30px 0;
  overflow: hidden;
  width: 100%;
}
/* line 338, ../sass/screen.scss */
.main .produto:nth-child(n+4) {
  display: none;
}
/* line 341, ../sass/screen.scss */
.main .produto .tb {
  display: block;
  width: 100%;
  overflow: hidden;
}
/* line 346, ../sass/screen.scss */
.main .produto .tm {
  display: none;
  overflow: hidden;
}
/* line 352, ../sass/screen.scss */
.main .cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
  max-height: 300px;
  display: inline-block;
  overflow: hidden;
  float: left;
  clear: right;
}
/* line 367, ../sass/screen.scss */
.main .info .leg-ver-todas {
  margin-top: 30px;
  font-size: 15px;
  color: #850000;
  font-weight: 800;
}
/* line 373, ../sass/screen.scss */
.main .info .title {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  color: #95715a;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 120%;
}
/* line 382, ../sass/screen.scss */
.main .info .txt {
  font-size: 24px;
  text-align: center;
  font-style: italic;
  margin-top: 35px;
}
/* line 388, ../sass/screen.scss */
.main .info .btn_vermais {
  text-align: center;
  background: #850000;
  display: table;
  padding: 22px 56px;
  margin: 0 auto;
  margin-top: 21px;
  font-size: 18px;
  font-weight: 400;
  background-image: url(/image/btn_arrow_up.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}
/* line 29, ../sass/variaveis.scss */
.main .info .btn_vermais:link, .main .info .btn_vermais:visited, .main .info .btn_vermais:hover, .main .info .btn_vermais:active {
  color: white;
  text-decoration: none;
}
/* line 404, ../sass/screen.scss */
.main .info .see-all-cats {
  font-size: 15px;
  font-weight: 400;
  color: #850000;
  margin-top: 20px;
  text-align: center;
}
/* line 412, ../sass/screen.scss */
.main .photo {
  text-align: center;
  margin-top: 15px;
}
/* line 415, ../sass/screen.scss */
.main .photo img {
  max-height: 100%;
  max-width: 100%;
}
/* line 420, ../sass/screen.scss */
.main .btn_ver-todas {
  border: 1px solid #850000;
  padding: 20px;
  display: table;
  margin: auto;
  color: #850000;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
/* line 431, ../sass/screen.scss */
.main .btn_ver-todas img {
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translatex(-50%);
}
/* line 438, ../sass/screen.scss */
.main .galeria {
  position: relative;
}
/* line 441, ../sass/screen.scss */
.main .galeria li img {
  width: 100%;
  max-width: 100%;
}

/* line 449, ../sass/screen.scss */
.picotado {
  width: 100%;
  height: 5px;
  display: block;
  background-image: linear-gradient(to right, #c9b8ac 40px, rgba(0, 0, 0, 0) 0%);
  padding-bottom: 23px;
  background-position: bottom left;
  background-size: 54px 2px;
  background-repeat: repeat-x;
}

/* line 461, ../sass/screen.scss */
.produtos {
  display: block;
  margin-top: 40px;
}
/* line 464, ../sass/screen.scss */
.produtos .photo {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
}
/* line 469, ../sass/screen.scss */
.produtos li {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -moz-transition: box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  -webkit-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 15px;
  padding-bottom: 0;
  max-height: 200px;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 485, ../sass/screen.scss */
.produtos li img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
/* line 490, ../sass/screen.scss */
.produtos li .leg {
  display: block;
  padding: 15px;
  background-color: #850000;
  color: white;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  opacity: 0;
  text-align: left;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
/* line 505, ../sass/screen.scss */
.produtos li:hover {
  -moz-box-shadow: 0px 0 1px grey;
  -webkit-box-shadow: 0px 0 1px grey;
  box-shadow: 0px 0 1px grey;
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  -moz-transition: box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  -webkit-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
}
/* line 509, ../sass/screen.scss */
.produtos li:hover .leg {
  opacity: 1;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

/* line 522, ../sass/screen.scss */
.bx-viewport, .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
  border: none !important;
}

/* line 532, ../sass/screen.scss */
.galeria, .galeria li {
  height: 100% !important;
}
/* line 535, ../sass/screen.scss */
.galeria li {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

/* line 543, ../sass/screen.scss */
.bx-wrapper .bx-pager {
  text-align: right;
}
/* line 546, ../sass/screen.scss */
.bx-wrapper .bx-pager.bx-default-pager {
  position: relative;
  bottom: 50px;
  padding-right: 15px;
}
/* line 550, ../sass/screen.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: 9999px;
}

/* line 557, ../sass/screen.scss */
footer {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 20px 0 32px 0;
  padding: 70px 85px 0 85px;
  float: none;
  margin: 0;
  background-position: top center;
  background-size: 30px 2px;
  background-repeat: repeat-x;
}
/* line 567, ../sass/screen.scss */
footer .btn_topo {
  position: absolute;
  right: 0;
  top: 74px;
}
/* line 572, ../sass/screen.scss */
footer .accordion {
  display: table;
  width: 100%;
}
/* line 576, ../sass/screen.scss */
footer ul.slide {
  padding-left: 15px;
}
/* line 579, ../sass/screen.scss */
footer li {
  padding: 6px 0 6px 15px;
  list-style: none;
}
/* line 582, ../sass/screen.scss */
footer li:before {
  content: "\2022";
  font-size: 19px;
  padding-top: 18px;
}
/* line 588, ../sass/screen.scss */
footer li a {
  font-size: 15px;
  display: block;
  padding: 6px 0 6px 3px;
  display: inline-block;
}
/* line 29, ../sass/variaveis.scss */
footer li a:link, footer li a:visited, footer li a:hover, footer li a:active {
  color: #4c4c4c;
  text-decoration: none;
}
/* line 596, ../sass/screen.scss */
footer .col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%;
  overflow: hidden;
  *zoom: 1;
  float: none;
  display: table-cell;
  vertical-align: top;
}
/* line 605, ../sass/screen.scss */
footer .w_accordion .plus {
  opacity: 1;
}
/* line 609, ../sass/screen.scss */
footer .col_categs, footer .col_social {
  border-left: 2px solid #cccccc;
}
/* line 612, ../sass/screen.scss */
footer .branding {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 15px;
  margin-top: 74px;
}
/* line 618, ../sass/screen.scss */
footer .logo_kriacao {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
/* line 622, ../sass/screen.scss */
footer .morada {
  width: 100%;
  clear: both;
  padding-top: 21px;
  display: block;
}
/* line 629, ../sass/screen.scss */
footer .col_social p {
  margin-bottom: 15px;
}
/* line 634, ../sass/screen.scss */
footer h2 {
  font-weight: 600;
  display: block;
  padding: 22px 0 15px 15px;
  font-size: 18px;
}
/* line 640, ../sass/screen.scss */
footer h5 {
  font-weight: 600;
  display: block;
  padding: 22px 0 15px 0;
  cursor: pointer;
  font-size: 15px;
}
/* line 647, ../sass/screen.scss */
footer .plus {
  display: none;
}
/* line 650, ../sass/screen.scss */
footer .r_sociais {
  margin-bottom: 21px;
}
/* line 652, ../sass/screen.scss */
footer .r_sociais a {
  margin-right: 6px;
}
/* line 657, ../sass/screen.scss */
footer .form_tb {
  border: none;
  position: relative;
  font-size: 25px;
  display: block;
  padding-right: 0;
}
/* line 663, ../sass/screen.scss */
footer .form_tb button {
  right: 0;
}

/* line 672, ../sass/screen.scss */
.claim {
  float: left;
  width: 100%;
  position: relative;
}
/* line 680, ../sass/screen.scss */
.claim h4 {
  font-size: 36px;
  font-style: normal;
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  line-height: 100%;
  clear: both;
  float: none;
  width: 100%;
  font-weight: 100;
}
/* line 692, ../sass/screen.scss */
.claim p {
  font-size: 15px;
  line-height: 120%;
}
/* line 696, ../sass/screen.scss */
.claim .subtitulo {
  height: 108px;
  padding: 0 15px;
  background-color: rgba(133, 0, 0, 0.8);
  color: white;
  font-size: 36px;
  font-weight: 400;
  position: absolute;
  top: -108px;
  left: 0;
  right: 0;
  width: 100%;
  display: table;
}
/* line 710, ../sass/screen.scss */
.claim .wrapper {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
/* line 715, ../sass/screen.scss */
.claim .text-container {
  width: 100%;
  background: #eae3de;
}
/* line 718, ../sass/screen.scss */
.claim .text-container .inner {
  line-height: 29px;
  padding: 76px 15px 64px 15px;
  max-width: 980px;
  color: #95715a;
  font-size: 24px;
  font-style: italic;
  margin: auto;
}
/* line 728, ../sass/screen.scss */
.claim span {
  bottom: -14px;
  position: absolute;
  opacity: .8;
}

/* line 734, ../sass/screen.scss */
.content-text-container {
  font-size: 15px;
  font-weight: 400;
  padding: 74px 15px 30px 15px;
  max-width: 980px;
  width: 100%;
  margin: auto;
  display: table;
  color: #4C4C4C;
}
/* line 743, ../sass/screen.scss */
.content-text-container h2 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  color: #95715a;
  margin-top: 35px;
  margin-bottom: 20px;
}
/* line 751, ../sass/screen.scss */
.content-text-container ul {
  text-align: center;
}
/* line 754, ../sass/screen.scss */
.content-text-container li {
  display: inline-block;
  border-right: 1px solid #95715a;
  color: #95715a;
  font-size: 22px;
  padding-right: 9px;
  padding-left: 6px;
}
/* line 761, ../sass/screen.scss */
.content-text-container li:last-child {
  border: none;
}
/* line 765, ../sass/screen.scss */
.content-text-container p {
  margin: 15px 0;
}

/* line 773, ../sass/screen.scss */
.contactos iframe {
  margin-top: 0;
  width: 100%;
  height: 400px;
}

/* line 781, ../sass/screen.scss */
.content .categorias, .content .destaques, .content .categorias .titulo, .content .destaques .titulo, .content .categorias .w_collapsible, .content .destaques .w_collapsible {
  clear: none;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  float: none;
  margin: 0 auto;
}

/* line 790, ../sass/screen.scss */
.content .categorias, .content .destaques {
  display: table;
}
/* line 793, ../sass/screen.scss */
.content .categorias .titulo, .content .destaques .titulo {
  padding-bottom: 15px;
  cursor: pointer;
  display: table;
  color: #850000;
}
/* line 801, ../sass/screen.scss */
.content .categorias .titulo:after, .content .destaques .titulo:after {
  content: " ";
  background: url(/image/content_top_arrow_cinza.png);
  height: 14px;
  width: 28px;
  margin-bottom: 15px;
  display: block;
  background-repeat: no-repeat;
  background-position: bottom center;
  margin-top: 11px;
  border-top: 2px solid #cccccc;
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 815, ../sass/screen.scss */
.content .categorias .w_collapsible, .content .destaques .w_collapsible {
  display: inline-block;
  font-size: 22px;
  padding: 5px;
  border: 0 none;
}
/* line 821, ../sass/screen.scss */
.content .categorias .w_collapsible .txt, .content .destaques .w_collapsible .txt {
  text-align: left;
}
/* line 825, ../sass/screen.scss */
.content .categorias .clientes, .content .destaques .clientes {
  float: left;
  width: 100%;
  margin-bottom: 21px;
}
/* line 830, ../sass/screen.scss */
.content .categorias .clientes li, .content .destaques .clientes li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 1.38889%;
  padding-right: 1.38889%;
  font-size: 15px;
  margin-top: 15px;
  text-align: left;
  border: 0 none;
  float: left;
  clear: none;
}
/* line 844, ../sass/screen.scss */
.content .contactos .content-text-container, .content .destaques .content-text-container {
  padding: 20px 15px;
}
/* line 846, ../sass/screen.scss */
.content .contactos .content-text-container.txt, .content .destaques .content-text-container.txt {
  padding-top: 36px;
}
/* line 849, ../sass/screen.scss */
.content .contactos .content-text-container.iframe, .content .destaques .content-text-container.iframe {
  padding-top: 20px;
}
/* line 852, ../sass/screen.scss */
.content .contactos .content-text-container h2, .content .destaques .content-text-container h2 {
  margin-top: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: inherit;
}
/* line 859, ../sass/screen.scss */
.content .contactos .content-text-container p, .content .destaques .content-text-container p {
  margin-top: 3px;
  font-size: 15px;
}
/* line 866, ../sass/screen.scss */
.content .contactos ul.clientes li, .content .destaques ul.clientes li {
  display: block;
}
/* line 873, ../sass/screen.scss */
.content .destaques .titulo {
  text-align: center;
  font-size: 22px;
  padding-bottom: 14px;
  display: table;
  width: 100%;
  color: #850000;
}
/* line 880, ../sass/screen.scss */
.content .destaques .titulo span {
  background: url(/image/content_top_arrow_cinza.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  border-top: 2px solid #cccccc;
  width: 100%;
  display: block;
  padding-bottom: 14px;
  margin-top: 7px;
}
/* line 892, ../sass/screen.scss */
.content .btn_topo {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  display: table;
  margin-top: 41px;
  background-image: linear-gradient(to right, #c9b8ac 40px, rgba(0, 0, 0, 0) 0%);
  background-position: bottom center;
  background-size: 54px 2px;
  padding-bottom: 23px;
  background-repeat: repeat-x;
  /* display: table; */
  padding-bottom: 20px;
}
/* line 904, ../sass/screen.scss */
.content .btn_topo a {
  background-color: #850000;
  padding: 15px;
  padding: 13px 23px;
  display: inline-block;
}
/* line 29, ../sass/variaveis.scss */
.content .btn_topo a:link, .content .btn_topo a:visited, .content .btn_topo a:hover, .content .btn_topo a:active {
  color: white;
  text-decoration: none;
}

/* line 913, ../sass/screen.scss */
.pedido-info {
  width: 100%;
  padding-top: 43px;
}
/* line 916, ../sass/screen.scss */
.pedido-info .f_legenda {
  width: 100%;
  margin-bottom: 20px;
}
/* line 920, ../sass/screen.scss */
.pedido-info form {
  max-width: 580px;
  display: block;
  margin: 15px auto 0 auto;
}
/* line 925, ../sass/screen.scss */
.pedido-info input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
/* line 930, ../sass/screen.scss */
.pedido-info input[type="submit"] {
  background-color: #850000;
  border: 0 none;
  padding: 20px;
  color: white;
  background: #850000 url(/image/btn_arrow_up.png) no-repeat;
  background-position: bottom center;
}

/* line 939, ../sass/screen.scss */
.feedback {
  padding: 15px;
  background: url(/image/btn_close_black.png) no-repeat;
  background-position: 95% center;
  background-size: auto 52%;
}
/* line 944, ../sass/screen.scss */
.feedback label.error {
  margin-bottom: 15px;
}
/* line 947, ../sass/screen.scss */
.feedback .errors, .feedback .ok, .feedback label.error {
  font-weight: 800;
  font-size: 18px !important;
  text-align: center;
}
/* line 952, ../sass/screen.scss */
.feedback .errors, .feedback label.error {
  color: red;
}
/* line 955, ../sass/screen.scss */
.feedback .ok {
  color: #00cc00;
}

/*# sourceMappingURL=screen.css.map */
