/**
* Media query mixin.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

a {
  background: transparent; }

a:focus {
  outline: 0; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

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

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Lato Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #666;
  text-decoration: none; }
  a:hover, a:focus {
    color: #404040;
    text-decoration: underline; }
    a:hover figcaption, a:focus figcaption {
      text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 3px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.line-dotted {
  margin-top: 0px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #9f9f9f; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Lato Light";
  font-weight: normal;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 24px; }

h3, .h3 {
  font-size: 21px; }

h4, .h4 {
  font-size: 17px; }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 11px; }

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }
  .text-primary a:hover {
    color: #3071a9; }

.text-success {
  color: #3c763d; }
  .text-success a:hover {
    color: #2b542c; }

.text-info {
  color: #31708f; }
  .text-info a:hover {
    color: #245269; }

.text-warning {
  color: #8a6d3b; }
  .text-warning a:hover {
    color: #66512c; }

.text-danger {
  color: #a94442; }
  .text-danger a:hover {
    color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #428bca; }
  .bg-primary a:hover {
    background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }
  .bg-success a:hover {
    background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }
  .bg-info a:hover {
    background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }
  .bg-warning a:hover {
    background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }
  .bg-danger a:hover {
    background-color: #e4b9b9; }

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline, .resultados-localizacao ul, .change-partners__list, .my-account__list, .slides-int #slider .flex-direction-nav,
.slides-int #carousel .flex-direction-nav, .slide-last-view ul, .read-more ul {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.4; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      display: table; }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.4;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right,
blockquote.view-info-map__wrapperImg,
blockquote.captioned-figure-outer.right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.view-info-map__wrapperImg footer:before,
  blockquote.captioned-figure-outer.right footer:before,
  blockquote.pull-right small:before,
  blockquote.view-info-map__wrapperImg small:before,
  blockquote.captioned-figure-outer.right small:before,
  blockquote.pull-right .small:before,
  blockquote.view-info-map__wrapperImg .small:before,
  blockquote.captioned-figure-outer.right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.view-info-map__wrapperImg footer:after,
  blockquote.captioned-figure-outer.right footer:after,
  blockquote.pull-right small:after,
  blockquote.view-info-map__wrapperImg small:after,
  blockquote.captioned-figure-outer.right small:after,
  blockquote.pull-right .small:after,
  blockquote.view-info-map__wrapperImg .small:after,
  blockquote.captioned-figure-outer.right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.4; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-12, .no-js .col-md-9, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-12, .no-js .col-md-9, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12, .no-js .col-md-9 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 22px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 5px 5px 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.4;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #b52614;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(181, 38, 20, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(181, 38, 20, 0.6); }
  .form-control:-moz-placeholder {
    color: #999999; }
  .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999999; }
  .form-control::-webkit-input-placeholder {
    color: #999999; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="date"] {
  line-height: 36px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }
  .radio label,
  .checkbox label {
    display: inline;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 3px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 45px; }
  .has-feedback .form-control-feedback {
    position: absolute;
    top: 27px;
    right: 0;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6; }

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
.form-horizontal .form-control-static {
  padding-top: 7px; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

#erro-ano_modelo, #erro-preco {
  color: #b52614;
  font-size: 13px;
  display: none; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  outline: none !important;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #6C6C6C;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1; }

.btn-default {
  color: #6C6C6C;
  background-color: #f1f1f1;
  border-color: transparent; }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    color: #6C6C6C;
    background-color: #dddddd;
    border-color: transparent; }
  .open .btn-default.dropdown-toggle {
    color: #6C6C6C;
    background-color: #dddddd;
    border-color: transparent; }
  .btn-default:active, .btn-default.active {
    background-image: none; }
  .open .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #b1b1b1;
    border-color: transparent; }
  .btn-default .badge {
    color: #f1f1f1;
    background-color: #6C6C6C; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #1f496e;
    border-color: #357ebd; }
  .btn-primary .badge {
    color: #428bca;
    background-color: #fff; }

.btn-success {
  color: #fff !important;
  background-color: #b52614;
  border-color: transparent; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff !important;
    background-color: #901e10;
    border-color: transparent; }
  .open .btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: #901e10;
    border-color: transparent; }
  .btn-success:active, .btn-success.active {
    background-image: none; }
  .open .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #420e07;
    border-color: transparent; }
  .btn-success .badge {
    color: #b52614;
    background-color: #fff !important; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active {
    background-image: none; }
  .open .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #1f7e9a;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f36e25;
  border-color: transparent; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #e3580c;
    border-color: transparent; }
  .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e3580c;
    border-color: transparent; }
  .btn-warning:active, .btn-warning.active {
    background-image: none; }
  .open .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #913808;
    border-color: transparent; }
  .btn-warning .badge {
    color: #f36e25;
    background-color: #fff; }

.btn-destaque {
  color: #fff;
  background-color: #1476b5;
  border-color: #11679e;
  -webkit-box-shadow: 0 3px 0 #0f5887;
  -moz-box-shadow: 0 3px 0 #0f5887;
  -ms-box-shadow: 0 3px 0 #0f5887;
  -o-box-shadow: 0 3px 0 #0f5887;
  box-shadow: 0 3px 0 #0f5887;
  border: none;
  border-radius: 3px !important; }
  .btn-destaque:hover, .btn-destaque:focus, .btn-destaque:active, .btn-destaque.active {
    color: #fff;
    background-color: #105e90;
    border-color: #0b4367; }
  .open .btn-destaque.dropdown-toggle {
    color: #fff;
    background-color: #105e90;
    border-color: #0b4367; }
  .btn-destaque:active, .btn-destaque.active {
    background-image: none; }
  .open .btn-destaque.dropdown-toggle {
    background-image: none; }
  .btn-destaque.disabled, .btn-destaque.disabled:hover, .btn-destaque.disabled:focus, .btn-destaque.disabled:active, .btn-destaque.disabled.active, .btn-destaque[disabled], .btn-destaque[disabled]:hover, .btn-destaque[disabled]:focus, .btn-destaque[disabled]:active, .btn-destaque[disabled].active, fieldset[disabled] .btn-destaque, fieldset[disabled] .btn-destaque:hover, fieldset[disabled] .btn-destaque:focus, fieldset[disabled] .btn-destaque:active, fieldset[disabled] .btn-destaque.active {
    background-color: #072b42;
    border-color: #11679e; }
  .btn-destaque .badge {
    color: #1476b5;
    background-color: #fff; }

.btn-destaque2 {
  color: #fff !important;
  background-color: #da9211;
  border-color: #c2820f;
  -webkit-box-shadow: 0 3px 0 #ab720d;
  -moz-box-shadow: 0 3px 0 #ab720d;
  -ms-box-shadow: 0 3px 0 #ab720d;
  -o-box-shadow: 0 3px 0 #ab720d;
  box-shadow: 0 3px 0 #ab720d;
  border: none;
  border-radius: 3px !important; }
  .btn-destaque2:hover, .btn-destaque2:focus, .btn-destaque2:active, .btn-destaque2.active {
    color: #fff !important;
    background-color: #b4790e;
    border-color: #8a5c0b; }
  .open .btn-destaque2.dropdown-toggle {
    color: #fff !important;
    background-color: #b4790e;
    border-color: #8a5c0b; }
  .btn-destaque2:active, .btn-destaque2.active {
    background-image: none; }
  .open .btn-destaque2.dropdown-toggle {
    background-image: none; }
  .btn-destaque2.disabled, .btn-destaque2.disabled:hover, .btn-destaque2.disabled:focus, .btn-destaque2.disabled:active, .btn-destaque2.disabled.active, .btn-destaque2[disabled], .btn-destaque2[disabled]:hover, .btn-destaque2[disabled]:focus, .btn-destaque2[disabled]:active, .btn-destaque2[disabled].active, fieldset[disabled] .btn-destaque2, fieldset[disabled] .btn-destaque2:hover, fieldset[disabled] .btn-destaque2:focus, fieldset[disabled] .btn-destaque2:active, fieldset[disabled] .btn-destaque2.active {
    background-color: #644308;
    border-color: #c2820f; }
  .btn-destaque2 .badge {
    color: #da9211;
    background-color: #fff !important; }

.btn-gray {
  color: #6C6C6C;
  background-color: #f1f1f1;
  border-color: transparent;
  border: 1px solid #ccc !important; }
  .btn-gray:hover, .btn-gray:focus, .btn-gray:active, .btn-gray.active {
    color: #6C6C6C;
    background-color: #dddddd;
    border-color: transparent; }
  .open .btn-gray.dropdown-toggle {
    color: #6C6C6C;
    background-color: #dddddd;
    border-color: transparent; }
  .btn-gray:active, .btn-gray.active {
    background-image: none; }
  .open .btn-gray.dropdown-toggle {
    background-image: none; }
  .btn-gray.disabled, .btn-gray.disabled:hover, .btn-gray.disabled:focus, .btn-gray.disabled:active, .btn-gray.disabled.active, .btn-gray[disabled], .btn-gray[disabled]:hover, .btn-gray[disabled]:focus, .btn-gray[disabled]:active, .btn-gray[disabled].active, fieldset[disabled] .btn-gray, fieldset[disabled] .btn-gray:hover, fieldset[disabled] .btn-gray:focus, fieldset[disabled] .btn-gray:active, fieldset[disabled] .btn-gray.active {
    background-color: #b1b1b1;
    border-color: transparent; }
  .btn-gray .badge {
    color: #f1f1f1;
    background-color: #6C6C6C; }

.btn-gray.active {
  color: #fff;
  background-color: #b52614;
  border-color: #b52614; }

.btn-link {
  color: #666;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #404040;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 3px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-vrum {
  color: #fff;
  background-color: #b52614;
  border-color: #9e2111;
  -webkit-box-shadow: 0 3px 0 #871c0f;
  -moz-box-shadow: 0 3px 0 #871c0f;
  -ms-box-shadow: 0 3px 0 #871c0f;
  -o-box-shadow: 0 3px 0 #871c0f;
  box-shadow: 0 3px 0 #871c0f;
  border: none;
  border-radius: 3px !important;
  font-size: inherit !important;
  line-height: inherit !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .btn-vrum:hover, .btn-vrum:focus, .btn-vrum:active, .btn-vrum.active {
    color: #fff;
    background-color: #901e10;
    border-color: #67160b; }
  .open .btn-vrum.dropdown-toggle {
    color: #fff;
    background-color: #901e10;
    border-color: #67160b; }
  .btn-vrum:active, .btn-vrum.active {
    background-image: none; }
  .open .btn-vrum.dropdown-toggle {
    background-image: none; }
  .btn-vrum.disabled, .btn-vrum.disabled:hover, .btn-vrum.disabled:focus, .btn-vrum.disabled:active, .btn-vrum.disabled.active, .btn-vrum[disabled], .btn-vrum[disabled]:hover, .btn-vrum[disabled]:focus, .btn-vrum[disabled]:active, .btn-vrum[disabled].active, fieldset[disabled] .btn-vrum, fieldset[disabled] .btn-vrum:hover, fieldset[disabled] .btn-vrum:focus, fieldset[disabled] .btn-vrum:active, fieldset[disabled] .btn-vrum.active {
    background-color: #420e07;
    border-color: #9e2111; }
  .btn-vrum .badge {
    color: #b52614;
    background-color: #fff; }

a.btn-vrum {
  color: #fff;
  background-color: #b52614;
  border-color: #9e2111;
  -webkit-box-shadow: 0 3px 0 #871c0f;
  -moz-box-shadow: 0 3px 0 #871c0f;
  -ms-box-shadow: 0 3px 0 #871c0f;
  -o-box-shadow: 0 3px 0 #871c0f;
  box-shadow: 0 3px 0 #871c0f;
  border: none;
  border-radius: 3px !important;
  font-size: inherit !important;
  line-height: inherit !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  a.btn-vrum:hover, a.btn-vrum:focus, a.btn-vrum:active, a.btn-vrum.active {
    color: #fff;
    background-color: #901e10;
    border-color: #67160b; }
  .open a.btn-vrum.dropdown-toggle {
    color: #fff;
    background-color: #901e10;
    border-color: #67160b; }
  a.btn-vrum:active, a.btn-vrum.active {
    background-image: none; }
  .open a.btn-vrum.dropdown-toggle {
    background-image: none; }
  a.btn-vrum.disabled, a.btn-vrum.disabled:hover, a.btn-vrum.disabled:focus, a.btn-vrum.disabled:active, a.btn-vrum.disabled.active, a.btn-vrum[disabled], a.btn-vrum[disabled]:hover, a.btn-vrum[disabled]:focus, a.btn-vrum[disabled]:active, a.btn-vrum[disabled].active, fieldset[disabled] a.btn-vrum, fieldset[disabled] a.btn-vrum:hover, fieldset[disabled] a.btn-vrum:focus, fieldset[disabled] a.btn-vrum:active, fieldset[disabled] a.btn-vrum.active {
    background-color: #420e07;
    border-color: #9e2111; }
  a.btn-vrum .badge {
    color: #b52614;
    background-color: #fff; }

.btn-lc {
  color: #fff;
  background-color: #90BC31;
  border-color: #81a82c;
  -webkit-box-shadow: 0 3px 0 #719426;
  -moz-box-shadow: 0 3px 0 #719426;
  -ms-box-shadow: 0 3px 0 #719426;
  -o-box-shadow: 0 3px 0 #719426;
  box-shadow: 0 3px 0 #719426;
  border: none;
  border-radius: 3px !important;
  font-size: inherit !important;
  line-height: inherit !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .btn-lc:hover, .btn-lc:focus, .btn-lc:active, .btn-lc.active {
    color: #fff;
    background-color: #779c29;
    border-color: #5b771f; }
  .open .btn-lc.dropdown-toggle {
    color: #fff;
    background-color: #779c29;
    border-color: #5b771f; }
  .btn-lc:active, .btn-lc.active {
    background-image: none; }
  .open .btn-lc.dropdown-toggle {
    background-image: none; }
  .btn-lc.disabled, .btn-lc.disabled:hover, .btn-lc.disabled:focus, .btn-lc.disabled:active, .btn-lc.disabled.active, .btn-lc[disabled], .btn-lc[disabled]:hover, .btn-lc[disabled]:focus, .btn-lc[disabled]:active, .btn-lc[disabled].active, fieldset[disabled] .btn-lc, fieldset[disabled] .btn-lc:hover, fieldset[disabled] .btn-lc:focus, fieldset[disabled] .btn-lc:active, fieldset[disabled] .btn-lc.active {
    background-color: #435717;
    border-color: #81a82c; }
  .btn-lc .badge {
    color: #90BC31;
    background-color: #fff; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/glyphicons/glyphicons-halflings-regular.eot");
  src: url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/glyphicons/glyphicons-halflings-regular.woff") format("woff"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/glyphicons/glyphicons-halflings-regular.ttf") format("truetype"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right, .dropdown-menu.view-info-map__wrapperImg, .dropdown-menu.captioned-figure-outer.right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }
.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.4;
  color: #999999; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu, .view-info-map__wrapperImg > .dropdown-menu, .captioned-figure-outer.right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }
.btn-group-vertical > .btn-group:after {
  clear: both; }
.btn-group-vertical > .btn-group > .btn {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 3px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    margin-left: -1px; }

.navbar {
  position: relative;
  margin-bottom: 22px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }
.navbar-header:after {
  clear: both; }
@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > .glyphicon {
    float: left;
    margin-top: -2px;
    margin-right: 5px; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 22px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 14px;
          padding-bottom: 14px; }
      .navbar-nav.navbar-right:last-child {
        margin-right: -15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }

  .navbar-right {
    float: right !important; } }
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px; }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar-form.navbar-right:last-child {
        margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; }
      .navbar-text.navbar-right:last-child {
        margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #999999; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #999999; }
  .navbar-inverse .navbar-nav > li > a {
    color: #999999; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #999999; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #999999; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.4;
      text-decoration: none;
      color: #666;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    color: #404040;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff !important;
    background-color: #b52614;
    border-color: #b52614;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

.label-default {
  background-color: #999999; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gray; }

.label-primary {
  background-color: #428bca; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-vrum {
  background-color: #b52614; }
  .label-vrum[href]:hover, .label-vrum[href]:focus {
    background-color: #871c0f; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 200; }
  .container .jumbotron {
    border-radius: 3px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 72px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.4;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail a:hover,
  .thumbnail a:focus,
  .thumbnail .caption {
    padding: 9px;
    color: #666; }

a.thumbnail.active {
  border-color: #666; }

.alert, .container-error {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4, .container-error h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link, .container-error .alert-link {
    font-weight: bold; }
  .alert > p, .container-error > p,
  .alert > ul,
  .container-error > ul {
    margin-bottom: 0; }
  .alert > p + p, .container-error > p + p {
    margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }
  .alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning, .container-error {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr, .container-error hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link, .container-error .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #7e2006; }
  .progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }
  .progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 3px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  min-width: 150px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #b52614;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #b52614; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #b52614; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #b52614; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #b52614; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #b52614; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #b52614; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #b52614; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #b52614; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: none;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearfix:before, .text-int:before, .clearfix-sxs:before, .read-more a:before, .clearfix:after, .text-int:after, .clearfix-sxs:after, .read-more a:after {
  content: " ";
  display: table; }
.clearfix:after, .text-int:after, .clearfix-sxs:after, .read-more a:after {
  clear: both; }

.center-block, .centered {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right, .view-info-map__wrapperImg, .captioned-figure-outer.right {
  float: right !important; }

.pull-left, .captioned-figure-outer.left, .search-keyword__btn {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
DealerView .ui-helper-hidden {
  display: none; }

DealerView .ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

DealerView .ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

DealerView .ui-helper-clearfix:before,
DealerView .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

DealerView .ui-helper-clearfix:after {
  clear: both; }

DealerView .ui-helper-clearfix {
  min-height: 0; }

DealerView .ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

DealerView .ui-front {
  z-index: 100; }

DealerView .ui-state-disabled {
  cursor: default !important; }

DealerView .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

DealerView .ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

DealerView .ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

DealerView .ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

DealerView .ui-menu .ui-menu {
  position: absolute; }

DealerView .ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

DealerView .ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

DealerView .ui-menu .ui-state-focus,
DealerView .ui-menu .ui-state-active {
  margin: -1px; }

DealerView .ui-menu-icons {
  position: relative; }

DealerView .ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

DealerView .ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

DealerView .ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-autocomplete-loading {
  background: white url("https://imgs2.estadodeminas.vrum.com.br/vrum/preloader-autocomplete.gif") right center no-repeat; }

.table-responsive-da {
  border: solid 1px #ccc;
  border-radius: 5px;
  overflow: hidden; }
  .table-responsive-da table th {
    font-weight: bold; }
  .table-responsive-da table td,
  .table-responsive-da table th {
    padding: 9px 10px;
    text-align: center;
    border-top: solid 1px #ccc; }
    .table-responsive-da table td:first-child,
    .table-responsive-da table th:first-child {
      text-align: left; }
  .table-responsive-da table tr:first-child td, .table-responsive-da table tr:first-child th {
    border-top: 0; }
  .table-responsive-da tbody td:nth-of-type(odd),
  .table-responsive-da thead th:nth-of-type(odd) {
    background: #e5e5e5; }
  .table-responsive-da .contains-photo img {
    max-height: 120px; }
  @media (min-width: 992px) {
    .table-responsive-da table {
      width: 100%; }
    .table-responsive-da .pinned {
      display: none; } }
  @media only screen and (max-width: 992px) {
    .table-responsive-da .contains-photo {
      height: 81px; }
      .table-responsive-da .contains-photo img {
        max-height: 63px; }
    .table-responsive-da table.responsive {
      margin-bottom: 0; }
    .table-responsive-da .pinned {
      position: absolute;
      left: 0;
      top: 0;
      width: 130px;
      overflow: hidden;
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc; }
    .table-responsive-da .pinned table {
      border-right: none;
      border-left: none;
      width: 100%; }
    .table-responsive-da .pinned table th,
    .table-responsive-da .pinned table td {
      white-space: nowrap; }
    .table-responsive-da .pinned td:last-child {
      border-bottom: 0; }
    .table-responsive-da div.table-wrapper {
      position: relative;
      overflow: hidden;
      border-right: 1px solid #ccc; }
    .table-responsive-da div.table-wrapper div.scrollable table {
      margin-left: 130px; }
    .table-responsive-da div.table-wrapper div.scrollable {
      overflow: scroll;
      overflow-y: hidden; }
    .table-responsive-da table.responsive td,
    .table-responsive-da table.responsive th {
      position: relative;
      white-space: nowrap;
      overflow: hidden; }
    .table-responsive-da table.responsive th:first-child,
    .table-responsive-da table.responsive td:first-child,
    .table-responsive-da table.responsive td:first-child,
    .table-responsive-da table.responsive.pinned td {
      display: none; } }
  @media (max-width: 480px) {
    .table-responsive-da i[class*="sprite-compare_"] {
      display: inline-block !important; }
    .table-responsive-da .pinned tr td:first-child {
      text-align: center; }
    .table-responsive-da .pinned {
      width: 50px; }
    .table-responsive-da div.table-wrapper div.scrollable table {
      margin-left: 50px; } }

.toggle-table {
  background: #fff; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #7e2006;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.2); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-left-arrow:after, .twentytwenty-right-arrow, .twentytwenty-right-arrow:after, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 15px inset transparent;
  position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-left-arrow:after, .twentytwenty-right-arrow, .twentytwenty-right-arrow:after {
  top: 50%;
  margin-top: -15px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -15px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  margin: 0 auto; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: transparent; }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: "Antes"; }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: "Depois"; }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: transparent;
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.1); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

.twentytwenty-after {
  z-index: 10; }

.twentytwenty-handle {
  height: 54px;
  width: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  border: 3px solid #7e2006;
  background: #7e2006;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.2);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.2);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 3px 0 #7e2006, 0px 0px 12px rgba(51, 51, 51, 0.2);
  box-shadow: 0 3px 0 #7e2006, 0px 0px 12px rgba(51, 51, 51, 0.2); }
.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 30px;
  -webkit-box-shadow: 0 -3px 0 #7e2006, 0px 0px 12px rgba(51, 51, 51, 0.2);
  box-shadow: 0 -3px 0 #7e2006, 0px 0px 12px rgba(51, 51, 51, 0.2); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 30px;
  -webkit-box-shadow: 3px 0 0 #7e2006, 0px 0px 12px rgba(51, 51, 51, 0.2);
  box-shadow: 3px 0 0 #7e2006, 0px 0px 12px rgba(51, 51, 51, 0.2); }
.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 30px;
  -webkit-box-shadow: -3px 0 0 #7e2006, 0px 0px 12px rgba(51, 51, 51, 0.2);
  box-shadow: -3px 0 0 #7e2006, 0px 0px 12px rgba(51, 51, 51, 0.2); }

.twentytwenty-left-arrow {
  border-right: 15px solid #7e2006;
  left: 50%;
  margin-left: -35px; }
  .twentytwenty-left-arrow:after {
    content: '';
    border-right: 15px solid #7e2006;
    margin-left: -10px; }

.twentytwenty-right-arrow {
  border-left: 15px solid #7e2006;
  right: 50%;
  margin-right: -35px; }
  .twentytwenty-right-arrow:after {
    content: '';
    border-left: 15px solid #7e2006;
    margin-left: -20px; }

.twentytwenty-up-arrow {
  border-bottom: 15px solid #7e2006;
  top: 50%;
  margin-top: -35px; }

.twentytwenty-down-arrow {
  border-top: 15px solid #7e2006;
  bottom: 50%;
  margin-bottom: -35px; }

@font-face {
  font-family: 'Lato Light';
  src: url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-light.eot");
  src: url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-light.eot?#iefix") format("embedded-opentype"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-light.woff") format("woff"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-light.ttf") format("truetype"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-light.svg#latolight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato Regular';
  src: url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-regular.eot");
  src: url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-regular.eot?#iefix") format("embedded-opentype"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-regular.woff") format("woff"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-regular.ttf") format("truetype"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-regular.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latoregular';
  src: url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-regular.eot");
  src: url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-regular.eot?#iefix") format("embedded-opentype"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-regular.woff") format("woff"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-regular.ttf") format("truetype"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-regular.svg#latoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Lato Bold';
  src: url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-bold.eot");
  src: url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-bold.eot?#iefix") format("embedded-opentype"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-bold.woff") format("woff"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-bold.ttf") format("truetype"), url("https://css3.estadodeminas.vrum.com.br/vrum/fonts/lato-bold.svg#lato-bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 33.64486px; }

  h2, .h2 {
    font-size: 22.42991px; }

  h3, .h3 {
    font-size: 19.62617px; } }
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 30px; }

  h2, .h2 {
    font-size: 20px; }

  h3, .h3 {
    font-size: 17.5px; } }
.valign-sub {
  vertical-align: sub; }

a.green-text, .text-int a, a.mapBuscaImovelItens__price, a.view-info-map__price, .read-more a,
.green-text,
.text-int a,
.mapBuscaImovelItens__price,
.view-info-map__price,
.read-more a {
  color: #b52614 !important; }

a.red-text,
.red-text {
  color: #b52614 !important; }

a.blue-text,
.blue-text {
  color: #1476b5 !important; }

a.orange-text,
.orange-text {
  color: #f36e25; }

a.green-text:hover, .text-int a:hover, a.mapBuscaImovelItens__price:hover, a.view-info-map__price:hover, .read-more a:hover,
a.text-gray:hover,
a.orange-text:hover {
  text-decoration: none; }

a.green-text:hover, .text-int a:hover, a.mapBuscaImovelItens__price:hover, a.view-info-map__price:hover, .read-more a:hover {
  color: #510000; }

a.orange-text:hover {
  color: #8f0a00; }

.text-bold, .text-int a, .anuncio-lista .item-descricao, .dados-item .item-descricao, .mapBuscaImovelItens__price, .view-info-map__price {
  font-family: "Lato Bold", sans-serif !important; }

@media (min-width: 1200px) {
  .firstLetterCapitalize-lg:first-letter {
    text-transform: uppercase; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .firstLetterCapitalize-md:first-letter {
    text-transform: uppercase; } }

@media (min-width: 768px) and (max-width: 991px) {
  .firstLetterCapitalize-sm:first-letter {
    text-transform: uppercase; } }

@media (min-width: 481px) and (max-width: 767px) {
  .firstLetterCapitalize-xs:first-letter {
    text-transform: uppercase; } }

@media (max-width: 480px) {
  .firstLetterCapitalize-sxs:first-letter {
    text-transform: uppercase; } }

.text-regular {
  font-family: "Lato Regular", Helvetica, Arial, sans-serif;
  font-weight: normal; }

.text-gray {
  color: #888 !important; }

.text-gray-clear {
  color: #B2B2B2 !important; }

.s-small {
  font-size: 13px; }

.text-ccc {
  color: #ccc !important; }

.text-black {
  color: #000 !important; }

.green-dark-text {
  color: #7e2006 !important; }

.text-small {
  font-size: 14px; }

html.no-touch::-webkit-scrollbar-thumb {
  border: 5px solid #fff; }

html.no-touch::-webkit-scrollbar-thumb:vertical {
  background-color: #b52614;
  height: 100px; }

html.no-touch::-webkit-scrollbar-thumb:horizontal {
  background-color: #b52614;
  height: 16px !important; }

html.no-touch::-webkit-scrollbar-thumb:hover {
  background-color: #7e2006; }

html.no-touch::-webkit-scrollbar {
  height: 16px;
  width: 16px;
  background-color: #fff; }

html.no-touch::-webkit-scrollbar-corner {
  background-color: #fff; }

::-moz-selection {
  background: #FFFFD6;
  color: #000;
  text-shadow: none; }

::selection {
  background: #FFFFD6;
  color: #000;
  text-shadow: none; }

@media (max-width: 480px) {
  .col-sxs-12, .col-sxs-11, .col-sxs-10, .col-sxs-9, .col-sxs-8, .col-sxs-7, .col-sxs-6, .col-sxs-5, .col-sxs-4, .col-sxs-3, .col-sxs-2, .col-sxs-1 {
    float: left; }

  .col-sxs-1 {
    width: 8.33333%; }

  .col-sxs-2 {
    width: 16.66667%; }

  .col-sxs-3 {
    width: 25%; }

  .col-sxs-4 {
    width: 33.33333%; }

  .col-sxs-5 {
    width: 41.66667%; }

  .col-sxs-6 {
    width: 50%; }

  .col-sxs-7 {
    width: 58.33333%; }

  .col-sxs-8 {
    width: 66.66667%; }

  .col-sxs-9 {
    width: 75%; }

  .col-sxs-10 {
    width: 83.33333%; }

  .col-sxs-11 {
    width: 91.66667%; }

  .col-sxs-12 {
    width: 100%; }

  .col-sxs-pull-0 {
    right: 0%; }

  .col-sxs-pull-1 {
    right: 8.33333%; }

  .col-sxs-pull-2 {
    right: 16.66667%; }

  .col-sxs-pull-3 {
    right: 25%; }

  .col-sxs-pull-4 {
    right: 33.33333%; }

  .col-sxs-pull-5 {
    right: 41.66667%; }

  .col-sxs-pull-6 {
    right: 50%; }

  .col-sxs-pull-7 {
    right: 58.33333%; }

  .col-sxs-pull-8 {
    right: 66.66667%; }

  .col-sxs-pull-9 {
    right: 75%; }

  .col-sxs-pull-10 {
    right: 83.33333%; }

  .col-sxs-pull-11 {
    right: 91.66667%; }

  .col-sxs-pull-12 {
    right: 100%; }

  .col-sxs-push-0 {
    left: 0%; }

  .col-sxs-push-1 {
    left: 8.33333%; }

  .col-sxs-push-2 {
    left: 16.66667%; }

  .col-sxs-push-3 {
    left: 25%; }

  .col-sxs-push-4 {
    left: 33.33333%; }

  .col-sxs-push-5 {
    left: 41.66667%; }

  .col-sxs-push-6 {
    left: 50%; }

  .col-sxs-push-7 {
    left: 58.33333%; }

  .col-sxs-push-8 {
    left: 66.66667%; }

  .col-sxs-push-9 {
    left: 75%; }

  .col-sxs-push-10 {
    left: 83.33333%; }

  .col-sxs-push-11 {
    left: 91.66667%; }

  .col-sxs-push-12 {
    left: 100%; }

  .col-sxs-offset-0 {
    margin-left: 0%; }

  .col-sxs-offset-1 {
    margin-left: 8.33333%; }

  .col-sxs-offset-2 {
    margin-left: 16.66667%; }

  .col-sxs-offset-3 {
    margin-left: 25%; }

  .col-sxs-offset-4 {
    margin-left: 33.33333%; }

  .col-sxs-offset-5 {
    margin-left: 41.66667%; }

  .col-sxs-offset-6 {
    margin-left: 50%; }

  .col-sxs-offset-7 {
    margin-left: 58.33333%; }

  .col-sxs-offset-8 {
    margin-left: 66.66667%; }

  .col-sxs-offset-9 {
    margin-left: 75%; }

  .col-sxs-offset-10 {
    margin-left: 83.33333%; }

  .col-sxs-offset-11 {
    margin-left: 91.66667%; }

  .col-sxs-offset-12 {
    margin-left: 100%; } }
.visible-sxs,
tr.visible-sxs,
th.visible-sxs,
td.visible-sxs {
  display: none !important; }

@media (max-width: 480px) {
  .hidden-sxs,
  tr.hidden-sxs,
  th.hidden-sxs,
  td.hidden-sxs {
    display: none !important; }

  .visible-sxs {
    display: block !important; }

  table.visible-sxs {
    display: table; }

  tr.visible-sxs {
    display: table-row !important; }

  th.visible-sxs,
  td.visible-sxs {
    display: table-cell !important; } }
.sprite-add {
  width: 15px;
  height: 15px;
  background-position: 0 0; }

.sprite-add_gray {
  width: 15px;
  height: 15px;
  background-position: -20px 0; }

.sprite-app-store {
  width: 118px;
  height: 35px;
  background-position: -40px 0; }

.sprite-app-store_s {
  width: 14px;
  height: 17px;
  background-position: -165px 0; }

.sprite-arrow-left-slide {
  width: 35px;
  height: 50px;
  background-position: -185px 0; }

.sprite-arrow-leftt-slide-int {
  width: 20px;
  height: 36px;
  background-position: -225px 0; }

.sprite-arrow-right-slide {
  width: 35px;
  height: 50px;
  background-position: -250px 0; }

.sprite-arrow-right-slide-int {
  width: 20px;
  height: 36px;
  background-position: -290px 0; }

.sprite-arrow_1 {
  width: 12px;
  height: 7px;
  background-position: -315px 0; }

.sprite-arrow_10 {
  width: 6px;
  height: 9px;
  background-position: -335px 0; }

.sprite-arrow_11 {
  width: 6px;
  height: 9px;
  background-position: -350px 0; }

.sprite-arrow_12 {
  width: 8px;
  height: 14px;
  background-position: -365px 0; }

.sprite-arrow_13 {
  width: 9px;
  height: 14px;
  background-position: -380px 0; }

.sprite-arrow_14 {
  width: 12px;
  height: 7px;
  background-position: -395px 0; }

.sprite-arrow_2 {
  width: 20px;
  height: 36px;
  background-position: -415px 0; }

.sprite-arrow_3 {
  width: 20px;
  height: 36px;
  background-position: -440px 0; }

.sprite-arrow_4 {
  width: 15px;
  height: 27px;
  background-position: -465px 0; }

.sprite-arrow_5 {
  width: 15px;
  height: 27px;
  background-position: -485px 0; }

.sprite-arrow_6 {
  width: 8px;
  height: 5px;
  background-position: -505px 0; }

.sprite-arrow_7, .nav-active .sprite-arrow_6 {
  width: 8px;
  height: 5px;
  background-position: -520px 0; }

.sprite-arrow_8, .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_bottom,
.slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_bottom {
  width: 15px;
  height: 9px;
  background-position: -535px 0; }

.sprite-arrow_9, .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_top,
.slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_top {
  width: 15px;
  height: 9px;
  background-position: -555px 0; }

.sprite-arrow_carousel_bottom {
  width: 12px;
  height: 7px;
  background-position: -575px 0; }

.sprite-arrow_carousel_left {
  width: 8px;
  height: 14px;
  background-position: -595px 0; }

.sprite-arrow_carousel_left_medium {
  width: 10px;
  height: 18px;
  background-position: -610px 0; }

.sprite-arrow_carousel_left_white, .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_left,
.slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_left {
  width: 8px;
  height: 14px;
  background-position: -625px 0; }

.sprite-arrow_carousel_right {
  width: 8px;
  height: 14px;
  background-position: -640px 0; }

.sprite-arrow_carousel_right_medium {
  width: 10px;
  height: 18px;
  background-position: -655px 0; }

.sprite-arrow_carousel_right_white, .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_right,
.slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_right {
  width: 8px;
  height: 14px;
  background-position: -670px 0; }

.sprite-arrow_carousel_top {
  width: 12px;
  height: 7px;
  background-position: -685px 0; }

.sprite-arrow_gallery_big_left {
  width: 83px;
  height: 100px;
  background-position: -705px 0; }

.sprite-arrow_gallery_big_right {
  width: 83px;
  height: 100px;
  background-position: -795px 0; }

.sprite-arrow_gallery_small_left {
  width: 45px;
  height: 54px;
  background-position: -885px 0; }

.sprite-arrow_gallery_small_right {
  width: 45px;
  height: 54px;
  background-position: -935px 0; }

.sprite-arrow_green_dark_left {
  width: 15px;
  height: 27px;
  background-position: -985px 0; }

.sprite-arrow_green_dark_right {
  width: 15px;
  height: 27px;
  background-position: -1005px 0; }

.sprite-carro-fipe {
  width: 60px;
  height: 60px;
  background-position: -1025px 0; }

.sprite-cat-bigtrail {
  width: 104px;
  height: 104px;
  background-position: -1090px 0; }

.sprite-cat-bigtrail_s {
  width: 70px;
  height: 70px;
  background-position: -1200px 0; }

.sprite-cat-caminhoes {
  width: 104px;
  height: 104px;
  background-position: -1275px 0; }

.sprite-cat-caminhoes_2 {
  width: 70px;
  height: 70px;
  background-position: -1385px 0; }

.sprite-cat-chopper {
  width: 104px;
  height: 104px;
  background-position: -1460px 0; }

.sprite-cat-chopper_s {
  width: 70px;
  height: 70px;
  background-position: -1570px 0; }

.sprite-cat-conversivel {
  width: 104px;
  height: 104px;
  background-position: -1645px 0; }

.sprite-cat-conversivel_s {
  width: 70px;
  height: 70px;
  background-position: -1755px 0; }

.sprite-cat-cupe {
  width: 104px;
  height: 104px;
  background-position: -1830px 0; }

.sprite-cat-cupe_s {
  width: 70px;
  height: 70px;
  background-position: -1940px 0; }

.sprite-cat-dualpurpose {
  width: 104px;
  height: 104px;
  background-position: -2015px 0; }

.sprite-cat-dualpurpose_s {
  width: 70px;
  height: 70px;
  background-position: -2125px 0; }

.sprite-cat-esportiva {
  width: 104px;
  height: 104px;
  background-position: -2200px 0; }

.sprite-cat-esportiva_s {
  width: 70px;
  height: 70px;
  background-position: -2310px 0; }

.sprite-cat-estradeira {
  width: 104px;
  height: 104px;
  background-position: -2385px 0; }

.sprite-cat-estradeira_s {
  width: 70px;
  height: 70px;
  background-position: -2495px 0; }

.sprite-cat-furgao {
  width: 104px;
  height: 104px;
  background-position: -2570px 0; }

.sprite-cat-furgao_s {
  width: 70px;
  height: 70px;
  background-position: -2680px 0; }

.sprite-cat-hatchback {
  width: 104px;
  height: 104px;
  background-position: -2755px 0; }

.sprite-cat-hatchback_s {
  width: 70px;
  height: 70px;
  background-position: -2865px 0; }

.sprite-cat-jipe {
  width: 104px;
  height: 104px;
  background-position: -2940px 0; }

.sprite-cat-jipe_s {
  width: 70px;
  height: 70px;
  background-position: -3050px 0; }

.sprite-cat-monovolume {
  width: 104px;
  height: 104px;
  background-position: -3125px 0; }

.sprite-cat-monovolume_s {
  width: 70px;
  height: 70px;
  background-position: -3235px 0; }

.sprite-cat-offroad {
  width: 104px;
  height: 104px;
  background-position: -3310px 0; }

.sprite-cat-offroad_s {
  width: 70px;
  height: 70px;
  background-position: -3420px 0; }

.sprite-cat-perua {
  width: 104px;
  height: 104px;
  background-position: -3495px 0; }

.sprite-cat-perua_s {
  width: 70px;
  height: 70px;
  background-position: -3605px 0; }

.sprite-cat-picape {
  width: 104px;
  height: 104px;
  background-position: -3680px 0; }

.sprite-cat-picape_s {
  width: 70px;
  height: 70px;
  background-position: -3790px 0; }

.sprite-cat-scooter {
  width: 104px;
  height: 104px;
  background-position: -3865px 0; }

.sprite-cat-scooter_s {
  width: 70px;
  height: 70px;
  background-position: -3975px 0; }

.sprite-cat-sedan {
  width: 104px;
  height: 104px;
  background-position: -4050px 0; }

.sprite-cat-sedan_s {
  width: 70px;
  height: 70px;
  background-position: -4160px 0; }

.sprite-cat-street {
  width: 104px;
  height: 104px;
  background-position: -4235px 0; }

.sprite-cat-street_s {
  width: 70px;
  height: 70px;
  background-position: -4345px 0; }

.sprite-cat-suv {
  width: 104px;
  height: 104px;
  background-position: -4420px 0; }

.sprite-cat-suv_s {
  width: 70px;
  height: 70px;
  background-position: -4530px 0; }

.sprite-cat-triciclo {
  width: 104px;
  height: 104px;
  background-position: -4605px 0; }

.sprite-cat-triciclo_s {
  width: 70px;
  height: 70px;
  background-position: -4715px 0; }

.sprite-check {
  width: 10px;
  height: 9px;
  background-position: -4790px 0; }

.sprite-checked, input[type=checkbox]:checked:before {
  width: 13px;
  height: 11px;
  background-position: -4805px 0; }

.sprite-close {
  width: 20px;
  height: 20px;
  background-position: -4825px 0; }

.sprite-close_green {
  width: 20px;
  height: 20px;
  background-position: -4850px 0; }

.sprite-compare_acao_excluir {
  width: 20px;
  height: 20px;
  background-position: -4875px 0; }

.sprite-compare_banheiro {
  width: 18px;
  height: 18px;
  background-position: -4900px 0; }

.sprite-compare_excluir {
  width: 18px;
  height: 18px;
  background-position: -4925px 0; }

.sprite-compare_foto {
  width: 18px;
  height: 18px;
  background-position: -4950px 0; }

.sprite-compare_localizacao {
  width: 18px;
  height: 18px;
  background-position: -4975px 0; }

.sprite-compare_metroquadrado {
  width: 18px;
  height: 18px;
  background-position: -5000px 0; }

.sprite-compare_quarto {
  width: 18px;
  height: 18px;
  background-position: -5025px 0; }

.sprite-compare_tipo {
  width: 18px;
  height: 18px;
  background-position: -5050px 0; }

.sprite-compare_vaga {
  width: 18px;
  height: 18px;
  background-position: -5075px 0; }

.sprite-compare_valor {
  width: 18px;
  height: 18px;
  background-position: -5100px 0; }

.sprite-compare_valormetro {
  width: 18px;
  height: 18px;
  background-position: -5125px 0; }

.sprite-control_toggle_bottom, .sprite-ex-control-toogle.closed {
  width: 15px;
  height: 15px;
  background-position: -5150px 0; }

.sprite-control_toggle_top, .sprite-ex-control-toogle {
  width: 15px;
  height: 15px;
  background-position: -5170px 0; }

.sprite-correct_black {
  width: 16px;
  height: 16px;
  background-position: -5190px 0; }

.sprite-date {
  width: 16px;
  height: 16px;
  background-position: -5215px 0; }

.sprite-date_gray {
  width: 16px;
  height: 16px;
  background-position: -5240px 0; }

.sprite-desfavorite_green {
  width: 21px;
  height: 23px;
  background-position: -5265px 0; }

.sprite-desfavorite_orange {
  width: 21px;
  height: 23px;
  background-position: -5295px 0; }

.sprite-desfavorite_white, .barradeacoes .control:hover .sprite-desfavorite_green {
  width: 21px;
  height: 23px;
  background-position: -5325px 0; }

.sprite-edit {
  width: 12px;
  height: 12px;
  background-position: -5355px 0; }

.sprite-email_black {
  width: 16px;
  height: 16px;
  background-position: -5375px 0; }

.sprite-email_gren {
  width: 20px;
  height: 12px;
  background-position: -5400px 0; }

.sprite-email_white {
  width: 16px;
  height: 10px;
  background-position: -5425px 0; }

.sprite-email_white_normal, .barradeacoes .control:hover .sprite-email_gren {
  width: 20px;
  height: 12px;
  background-position: -5450px 0; }

.sprite-facebook {
  width: 20px;
  height: 20px;
  background-position: -5475px 0; }

.sprite-favorite_green {
  width: 21px;
  height: 23px;
  background-position: -5500px 0; }

.sprite-favorite_orange {
  width: 21px;
  height: 23px;
  background-position: -5530px 0; }

.sprite-favorite_white, .barradeacoes .control:hover .sprite-favorite_green {
  width: 21px;
  height: 23px;
  background-position: -5560px 0; }

.sprite-geolocation {
  width: 18px;
  height: 18px;
  background-position: -5590px 0; }

.sprite-google-play {
  width: 101px;
  height: 35px;
  background-position: -5615px 0; }

.sprite-google-play_s {
  width: 14px;
  height: 17px;
  background-position: -5725px 0; }

.sprite-google_plus {
  width: 20px;
  height: 20px;
  background-position: -5745px 0; }

.sprite-guia-carros {
  width: 70px;
  height: 70px;
  background-position: -5770px 0; }

.sprite-icon-map {
  width: 18px;
  height: 18px;
  background-position: -5845px 0; }

.sprite-icon_footer {
  width: 70px;
  height: 21px;
  background-position: -5870px 0; }

.sprite-icon_page_not_found {
  width: 70px;
  height: 70px;
  background-position: -5945px 0; }

.sprite-inpu-check, input[type=checkbox]:before {
  width: 16px;
  height: 14px;
  background-position: -6020px 0; }

.sprite-inpu-check-checked, input[type=checkbox]:checked:before {
  width: 16px;
  height: 14px;
  background-position: -6045px 0; }

.sprite-login {
  width: 70px;
  height: 70px;
  background-position: -6070px 0; }

.sprite-login_add {
  width: 70px;
  height: 70px;
  background-position: -6145px 0; }

.sprite-login_add_small {
  width: 35px;
  height: 35px;
  background-position: -6220px 0; }

.sprite-login_small {
  width: 35px;
  height: 35px;
  background-position: -6260px 0; }

.sprite-logo {
  width: 340px;
  height: 84px;
  background-position: -6300px 0; }

.sprite-logo-large {
  width: 155px;
  height: 60px;
  background-position: -6645px 0; }

.sprite-logo-medium {
  width: 130px;
  height: 50px;
  background-position: -6805px 0; }

.sprite-logo-small {
  width: 70px;
  height: 27px;
  background-position: -6940px 0; }

.sprite-logo_footer {
  width: 365px;
  height: 251px;
  background-position: -7015px 0; }

.sprite-logo_footer_show_hide {
  width: 213px;
  height: 37px;
  background-position: -7385px 0; }

.sprite-lowerText_black {
  width: 16px;
  height: 16px;
  background-position: -7605px 0; }

.sprite-map_large {
  width: 70px;
  height: 70px;
  background-position: -7630px 0; }

.sprite-map_maker {
  width: 9px;
  height: 12px;
  background-position: -7705px 0; }

.sprite-map_small {
  width: 60px;
  height: 60px;
  background-position: -7720px 0; }

.sprite-nav-calendar-left {
  width: 16px;
  height: 16px;
  background-position: -7785px 0; }

.sprite-nav-calendar-right {
  width: 16px;
  height: 16px;
  background-position: -7810px 0; }

.sprite-navigation {
  width: 15px;
  height: 14px;
  background-position: -7835px 0; }

.sprite-opiniao-dono {
  width: 70px;
  height: 70px;
  background-position: -7855px 0; }

.sprite-paper {
  width: 9px;
  height: 12px;
  background-position: -7930px 0; }

.sprite-pause {
  width: 20px;
  height: 20px;
  background-position: -7945px 0; }

.sprite-person {
  width: 15px;
  height: 20px;
  background-position: -7970px 0; }

.sprite-persona_gray {
  width: 16px;
  height: 16px;
  background-position: -7990px 0; }

.sprite-phone {
  width: 12px;
  height: 13px;
  background-position: -8015px 0; }

.sprite-phone_gray {
  width: 12px;
  height: 13px;
  background-position: -8035px 0; }

.sprite-photo {
  width: 14px;
  height: 10px;
  background-position: -8055px 0; }

.sprite-play {
  width: 20px;
  height: 20px;
  background-position: -8075px 0; }

.sprite-print_black {
  width: 16px;
  height: 16px;
  background-position: -8100px 0; }

.sprite-remove_gray {
  width: 15px;
  height: 15px;
  background-position: -8125px 0; }

.sprite-search_small-red {
  width: 12px;
  height: 12px;
  background-position: -8145px 0; }

.sprite-shared {
  width: 13px;
  height: 13px;
  background-position: -8165px 0; }

.sprite-shared_black {
  width: 16px;
  height: 16px;
  background-position: -8185px 0; }

.sprite-shared_white {
  width: 13px;
  height: 13px;
  background-position: -8210px 0; }

.sprite-shearch {
  width: 13px;
  height: 12px;
  background-position: -8230px 0; }

.sprite-shearch_green_clear {
  width: 17px;
  height: 17px;
  background-position: -8250px 0; }

.sprite-shearch_white {
  width: 17px;
  height: 17px;
  background-position: -8275px 0; }

.sprite-smartphone {
  width: 71px;
  height: 70px;
  background-position: -8300px 0; }

.sprite-social_f_facebook {
  width: 25px;
  height: 25px;
  background-position: -8380px 0; }

.sprite-social_f_rss {
  width: 60px;
  height: 25px;
  background-position: -8410px 0; }

.sprite-social_f_twitter {
  width: 25px;
  height: 25px;
  background-position: -8475px 0; }

.sprite-star_medium {
  width: 20px;
  height: 19px;
  background-position: -8505px 0; }

.sprite-star_small {
  width: 16px;
  height: 15px;
  background-position: -8530px 0; }

.sprite-twiiter {
  width: 20px;
  height: 20px;
  background-position: -8555px 0; }

.sprite-twitter {
  width: 20px;
  height: 20px;
  background-position: -8580px 0; }

.sprite-upperText_black {
  width: 16px;
  height: 16px;
  background-position: -8605px 0; }

.sprite-ver-mais {
  width: 35px;
  height: 35px;
  background-position: -8630px 0; }

.sprite-video {
  width: 14px;
  height: 10px;
  background-position: -8670px 0; }

.sprite-web_site_large {
  width: 70px;
  height: 70px;
  background-position: -8690px 0; }

.sprite-web_site_small {
  width: 60px;
  height: 60px;
  background-position: -8765px 0; }

.sprite-whatsapp {
  width: 20px;
  height: 20px;
  background-position: -8830px 0; }

.sprite-add, .sprite-add_gray, .sprite-app-store, .sprite-app-store_s, .sprite-arrow-left-slide, .sprite-arrow-leftt-slide-int, .sprite-arrow-right-slide, .sprite-arrow-right-slide-int, .sprite-arrow_1, .sprite-arrow_10, .sprite-arrow_11, .sprite-arrow_12, .sprite-arrow_13, .sprite-arrow_14, .sprite-arrow_2, .sprite-arrow_3, .sprite-arrow_4, .sprite-arrow_5, .sprite-arrow_6, .sprite-arrow_7, .nav-active .sprite-arrow_6, .sprite-arrow_8, .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_bottom,
.slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_bottom, .sprite-arrow_9, .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_top,
.slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_top, .sprite-arrow_carousel_bottom, .sprite-arrow_carousel_left, .sprite-arrow_carousel_left_medium, .sprite-arrow_carousel_left_white, .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_left,
.slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_left, .sprite-arrow_carousel_right, .sprite-arrow_carousel_right_medium, .sprite-arrow_carousel_right_white, .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_right,
.slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_right, .sprite-arrow_carousel_top, .sprite-arrow_gallery_big_left, .sprite-arrow_gallery_big_right, .sprite-arrow_gallery_small_left, .sprite-arrow_gallery_small_right, .sprite-arrow_green_dark_left, .sprite-arrow_green_dark_right, .sprite-carro-fipe, .sprite-cat-bigtrail, .sprite-cat-bigtrail_s, .sprite-cat-caminhoes, .sprite-cat-caminhoes_2, .sprite-cat-chopper, .sprite-cat-chopper_s, .sprite-cat-conversivel, .sprite-cat-conversivel_s, .sprite-cat-cupe, .sprite-cat-cupe_s, .sprite-cat-dualpurpose, .sprite-cat-dualpurpose_s, .sprite-cat-esportiva, .sprite-cat-esportiva_s, .sprite-cat-estradeira, .sprite-cat-estradeira_s, .sprite-cat-furgao, .sprite-cat-furgao_s, .sprite-cat-hatchback, .sprite-cat-hatchback_s, .sprite-cat-jipe, .sprite-cat-jipe_s, .sprite-cat-monovolume, .sprite-cat-monovolume_s, .sprite-cat-offroad, .sprite-cat-offroad_s, .sprite-cat-perua, .sprite-cat-perua_s, .sprite-cat-picape, .sprite-cat-picape_s, .sprite-cat-scooter, .sprite-cat-scooter_s, .sprite-cat-sedan, .sprite-cat-sedan_s, .sprite-cat-street, .sprite-cat-street_s, .sprite-cat-suv, .sprite-cat-suv_s, .sprite-cat-triciclo, .sprite-cat-triciclo_s, .sprite-check, .sprite-checked, input[type=checkbox]:checked:before, .sprite-close, .sprite-close_green, .sprite-compare_acao_excluir, .sprite-compare_banheiro, .sprite-compare_excluir, .sprite-compare_foto, .sprite-compare_localizacao, .sprite-compare_metroquadrado, .sprite-compare_quarto, .sprite-compare_tipo, .sprite-compare_vaga, .sprite-compare_valor, .sprite-compare_valormetro, .sprite-control_toggle_bottom, .sprite-ex-control-toogle.closed, .sprite-control_toggle_top, .sprite-ex-control-toogle, .sprite-correct_black, .sprite-date, .sprite-date_gray, .sprite-desfavorite_green, .sprite-desfavorite_orange, .sprite-desfavorite_white, .barradeacoes .control:hover .sprite-desfavorite_green, .sprite-edit, .sprite-email_black, .sprite-email_gren, .sprite-email_white, .sprite-email_white_normal, .barradeacoes .control:hover .sprite-email_gren, .sprite-facebook, .sprite-favorite_green, .sprite-favorite_orange, .sprite-favorite_white, .barradeacoes .control:hover .sprite-favorite_green, .sprite-geolocation, .sprite-google-play, .sprite-google-play_s, .sprite-google_plus, .sprite-guia-carros, .sprite-icon-map, .sprite-icon_footer, .sprite-icon_page_not_found, .sprite-inpu-check, input[type=checkbox]:before, .sprite-inpu-check-checked, input[type=checkbox]:checked:before, .sprite-login, .sprite-login_add, .sprite-login_add_small, .sprite-login_small, .sprite-logo, .sprite-logo-large, .sprite-logo-medium, .sprite-logo-small, .sprite-logo_footer, .sprite-logo_footer_show_hide, .sprite-lowerText_black, .sprite-map_large, .sprite-map_maker, .sprite-map_small, .sprite-nav-calendar-left, .sprite-nav-calendar-right, .sprite-navigation, .sprite-opiniao-dono, .sprite-paper, .sprite-pause, .sprite-person, .sprite-persona_gray, .sprite-phone, .sprite-phone_gray, .sprite-photo, .sprite-play, .sprite-print_black, .sprite-remove_gray, .sprite-search_small-red, .sprite-shared, .sprite-shared_black, .sprite-shared_white, .sprite-shearch, .sprite-shearch_green_clear, .sprite-shearch_white, .sprite-smartphone, .sprite-social_f_facebook, .sprite-social_f_rss, .sprite-social_f_twitter, .sprite-star_medium, .sprite-star_small, .sprite-twiiter, .sprite-twitter, .sprite-upperText_black, .sprite-ver-mais, .sprite-video, .sprite-web_site_large, .sprite-web_site_small, .sprite-whatsapp {
  background-size: 8855px 260px;
  background-repeat: no-repeat;
  background-image: url("https://imgs2.estadodeminas.vrum.com.br/vrum/sprite.png"); }

.svg .sprite-add, .svg .sprite-add_gray, .svg .sprite-app-store, .svg .sprite-app-store_s, .svg .sprite-arrow-left-slide, .svg .sprite-arrow-leftt-slide-int, .svg .sprite-arrow-right-slide, .svg .sprite-arrow-right-slide-int, .svg .sprite-arrow_1, .svg .sprite-arrow_10, .svg .sprite-arrow_11, .svg .sprite-arrow_12, .svg .sprite-arrow_13, .svg .sprite-arrow_14, .svg .sprite-arrow_2, .svg .sprite-arrow_3, .svg .sprite-arrow_4, .svg .sprite-arrow_5, .svg .sprite-arrow_6, .svg .sprite-arrow_7, .svg .nav-active .sprite-arrow_6, .nav-active .svg .sprite-arrow_6, .svg .sprite-arrow_8, .svg .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_bottom, .slides-int #carousel .content-nav-flex-prev:hover .svg .sprite-arrow_carousel_bottom,
.svg .slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_bottom,
.slides-int #carousel .content-nav-flex-next:hover .svg .sprite-arrow_carousel_bottom, .svg .sprite-arrow_9, .svg .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_top, .slides-int #carousel .content-nav-flex-prev:hover .svg .sprite-arrow_carousel_top,
.svg .slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_top,
.slides-int #carousel .content-nav-flex-next:hover .svg .sprite-arrow_carousel_top, .svg .sprite-arrow_carousel_bottom, .svg .sprite-arrow_carousel_left, .svg .sprite-arrow_carousel_left_medium, .svg .sprite-arrow_carousel_left_white, .svg .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_left, .slides-int #carousel .content-nav-flex-prev:hover .svg .sprite-arrow_carousel_left,
.svg .slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_left,
.slides-int #carousel .content-nav-flex-next:hover .svg .sprite-arrow_carousel_left, .svg .sprite-arrow_carousel_right, .svg .sprite-arrow_carousel_right_medium, .svg .sprite-arrow_carousel_right_white, .svg .slides-int #carousel .content-nav-flex-prev:hover .sprite-arrow_carousel_right, .slides-int #carousel .content-nav-flex-prev:hover .svg .sprite-arrow_carousel_right,
.svg .slides-int #carousel .content-nav-flex-next:hover .sprite-arrow_carousel_right,
.slides-int #carousel .content-nav-flex-next:hover .svg .sprite-arrow_carousel_right, .svg .sprite-arrow_carousel_top, .svg .sprite-arrow_gallery_big_left, .svg .sprite-arrow_gallery_big_right, .svg .sprite-arrow_gallery_small_left, .svg .sprite-arrow_gallery_small_right, .svg .sprite-arrow_green_dark_left, .svg .sprite-arrow_green_dark_right, .svg .sprite-carro-fipe, .svg .sprite-cat-bigtrail, .svg .sprite-cat-bigtrail_s, .svg .sprite-cat-caminhoes, .svg .sprite-cat-caminhoes_2, .svg .sprite-cat-chopper, .svg .sprite-cat-chopper_s, .svg .sprite-cat-conversivel, .svg .sprite-cat-conversivel_s, .svg .sprite-cat-cupe, .svg .sprite-cat-cupe_s, .svg .sprite-cat-dualpurpose, .svg .sprite-cat-dualpurpose_s, .svg .sprite-cat-esportiva, .svg .sprite-cat-esportiva_s, .svg .sprite-cat-estradeira, .svg .sprite-cat-estradeira_s, .svg .sprite-cat-furgao, .svg .sprite-cat-furgao_s, .svg .sprite-cat-hatchback, .svg .sprite-cat-hatchback_s, .svg .sprite-cat-jipe, .svg .sprite-cat-jipe_s, .svg .sprite-cat-monovolume, .svg .sprite-cat-monovolume_s, .svg .sprite-cat-offroad, .svg .sprite-cat-offroad_s, .svg .sprite-cat-perua, .svg .sprite-cat-perua_s, .svg .sprite-cat-picape, .svg .sprite-cat-picape_s, .svg .sprite-cat-scooter, .svg .sprite-cat-scooter_s, .svg .sprite-cat-sedan, .svg .sprite-cat-sedan_s, .svg .sprite-cat-street, .svg .sprite-cat-street_s, .svg .sprite-cat-suv, .svg .sprite-cat-suv_s, .svg .sprite-cat-triciclo, .svg .sprite-cat-triciclo_s, .svg .sprite-check, .svg .sprite-checked, .svg input[type=checkbox]:checked:before, .svg .sprite-close, .svg .sprite-close_green, .svg .sprite-compare_acao_excluir, .svg .sprite-compare_banheiro, .svg .sprite-compare_excluir, .svg .sprite-compare_foto, .svg .sprite-compare_localizacao, .svg .sprite-compare_metroquadrado, .svg .sprite-compare_quarto, .svg .sprite-compare_tipo, .svg .sprite-compare_vaga, .svg .sprite-compare_valor, .svg .sprite-compare_valormetro, .svg .sprite-control_toggle_bottom, .svg .sprite-ex-control-toogle.closed, .svg .sprite-control_toggle_top, .svg .sprite-ex-control-toogle, .svg .sprite-correct_black, .svg .sprite-date, .svg .sprite-date_gray, .svg .sprite-desfavorite_green, .svg .sprite-desfavorite_orange, .svg .sprite-desfavorite_white, .svg .barradeacoes .control:hover .sprite-desfavorite_green, .barradeacoes .control:hover .svg .sprite-desfavorite_green, .svg .sprite-edit, .svg .sprite-email_black, .svg .sprite-email_gren, .svg .sprite-email_white, .svg .sprite-email_white_normal, .svg .barradeacoes .control:hover .sprite-email_gren, .barradeacoes .control:hover .svg .sprite-email_gren, .svg .sprite-facebook, .svg .sprite-favorite_green, .svg .sprite-favorite_orange, .svg .sprite-favorite_white, .svg .barradeacoes .control:hover .sprite-favorite_green, .barradeacoes .control:hover .svg .sprite-favorite_green, .svg .sprite-geolocation, .svg .sprite-google-play, .svg .sprite-google-play_s, .svg .sprite-google_plus, .svg .sprite-guia-carros, .svg .sprite-icon-map, .svg .sprite-icon_footer, .svg .sprite-icon_page_not_found, .svg .sprite-inpu-check, .svg input[type=checkbox]:before, .svg .sprite-inpu-check-checked, .svg input[type=checkbox]:checked:before, .svg .sprite-login, .svg .sprite-login_add, .svg .sprite-login_add_small, .svg .sprite-login_small, .svg .sprite-logo, .svg .sprite-logo-large, .svg .sprite-logo-medium, .svg .sprite-logo-small, .svg .sprite-logo_footer, .svg .sprite-logo_footer_show_hide, .svg .sprite-lowerText_black, .svg .sprite-map_large, .svg .sprite-map_maker, .svg .sprite-map_small, .svg .sprite-nav-calendar-left, .svg .sprite-nav-calendar-right, .svg .sprite-navigation, .svg .sprite-opiniao-dono, .svg .sprite-paper, .svg .sprite-pause, .svg .sprite-person, .svg .sprite-persona_gray, .svg .sprite-phone, .svg .sprite-phone_gray, .svg .sprite-photo, .svg .sprite-play, .svg .sprite-print_black, .svg .sprite-remove_gray, .svg .sprite-search_small-red, .svg .sprite-shared, .svg .sprite-shared_black, .svg .sprite-shared_white, .svg .sprite-shearch, .svg .sprite-shearch_green_clear, .svg .sprite-shearch_white, .svg .sprite-smartphone, .svg .sprite-social_f_facebook, .svg .sprite-social_f_rss, .svg .sprite-social_f_twitter, .svg .sprite-star_medium, .svg .sprite-star_small, .svg .sprite-twiiter, .svg .sprite-twitter, .svg .sprite-upperText_black, .svg .sprite-ver-mais, .svg .sprite-video, .svg .sprite-web_site_large, .svg .sprite-web_site_small, .svg .sprite-whatsapp {
  background-image: url("https://imgs2.estadodeminas.vrum.com.br/vrum/sprite.svg"); }

.sprite-atencao_, .info_pagamento:before {
  width: 32px;
  height: 32px;
  background-position: 0 0; }

.sprite-atencao_lc {
  width: 32px;
  height: 32px;
  background-position: -40px 0; }

.sprite-ativar_concluir, .ativar_anuncio:before {
  width: 12px;
  height: 10px;
  background-position: -80px 0; }

.sprite-busca_jornal {
  width: 70px;
  height: 70px;
  background-position: -100px 0; }

.sprite-busca_jornal_small {
  width: 35px;
  height: 35px;
  background-position: -175px 0; }

.sprite-busca_portal {
  width: 70px;
  height: 70px;
  background-position: -215px 0; }

.sprite-busca_portal_small {
  width: 35px;
  height: 35px;
  background-position: -290px 0; }

.sprite-checked-lc {
  width: 16px;
  height: 14px;
  background-position: -330px 0; }

.sprite-checked_minhaconta {
  width: 16px;
  height: 14px;
  background-position: -355px 0; }

.sprite-editar, .editar_anuncio:before {
  width: 12px;
  height: 11px;
  background-position: -380px 0; }

.sprite-excluir, .excluir_anuncio:before {
  width: 10px;
  height: 9px;
  background-position: -400px 0; }

.sprite-icon_close, .modal_close {
  width: 11px;
  height: 11px;
  background-position: -415px 0; }

.sprite-inativar, .inativar_anuncio:before {
  width: 10px;
  height: 10px;
  background-position: -435px 0; }

.sprite-link_externo, .item_link_externo:after {
  width: 12px;
  height: 12px;
  background-position: -450px 0; }

.sprite-link_externo-lc {
  width: 12px;
  height: 12px;
  background-position: -470px 0; }

.sprite-login_add_minhaconta {
  width: 70px;
  height: 70px;
  background-position: -490px 0; }

.sprite-login_add_small_minhaconta {
  width: 35px;
  height: 35px;
  background-position: -565px 0; }

.sprite-login_minhaconta {
  width: 70px;
  height: 70px;
  background-position: -605px 0; }

.sprite-login_small_minhaconta {
  width: 35px;
  height: 35px;
  background-position: -680px 0; }

.sprite-more_options, .more_options:before {
  width: 24px;
  height: 24px;
  background-position: -720px 0; }

.sprite-more_options-lc {
  width: 24px;
  height: 24px;
  background-position: -750px 0; }

.sprite-photo_minhaconta, .item_multimidia--fotos:before {
  width: 15px;
  height: 11px;
  background-position: -780px 0; }

.sprite-pin, .item_localizacao:before {
  width: 9px;
  height: 12px;
  background-position: -800px 0; }

.sprite-propostas, .propostas_anuncio:before {
  width: 12px;
  height: 10px;
  background-position: -815px 0; }

.sprite-relatorios, .relatorio_anuncio:before {
  width: 10px;
  height: 10px;
  background-position: -835px 0; }

.sprite-renovar, .renovar_anuncio:before {
  width: 11px;
  height: 11px;
  background-position: -850px 0; }

.sprite-seta-baixo {
  width: 8px;
  height: 5px;
  background-position: -870px 0; }

.sprite-star, .anuncios_enriqueca:before {
  width: 32px;
  height: 32px;
  background-position: -885px 0; }

.sprite-star-lc {
  width: 32px;
  height: 32px;
  background-position: -925px 0; }

.sprite-unchecked, input[type=checkbox]:before {
  width: 16px;
  height: 14px;
  background-position: -965px 0; }

.sprite-video_minhaconta, .item_multimidia--videos:before {
  width: 19px;
  height: 11px;
  background-position: -990px 0; }

.sprite-atencao_, .info_pagamento:before, .sprite-atencao_lc, .sprite-ativar_concluir, .ativar_anuncio:before, .sprite-busca_jornal, .sprite-busca_jornal_small, .sprite-busca_portal, .sprite-busca_portal_small, .sprite-checked-lc, .sprite-checked_minhaconta, .sprite-editar, .editar_anuncio:before, .sprite-excluir, .excluir_anuncio:before, .sprite-icon_close, .modal_close, .sprite-inativar, .inativar_anuncio:before, .sprite-link_externo, .item_link_externo:after, .sprite-link_externo-lc, .sprite-login_add_minhaconta, .sprite-login_add_small_minhaconta, .sprite-login_minhaconta, .sprite-login_small_minhaconta, .sprite-more_options, .more_options:before, .sprite-more_options-lc, .sprite-photo_minhaconta, .item_multimidia--fotos:before, .sprite-pin, .item_localizacao:before, .sprite-propostas, .propostas_anuncio:before, .sprite-relatorios, .relatorio_anuncio:before, .sprite-renovar, .renovar_anuncio:before, .sprite-seta-baixo, .sprite-star, .anuncios_enriqueca:before, .sprite-star-lc, .sprite-unchecked, input[type=checkbox]:before, .sprite-video_minhaconta, .item_multimidia--videos:before {
  background-size: 1015px 75px;
  background-repeat: no-repeat;
  background-image: url("https://imgs2.estadodeminas.vrum.com.br/vrum/meusanuncios_sprite.png"); }

.svg .sprite-atencao_, .svg .info_pagamento:before, .svg .sprite-atencao_lc, .svg .sprite-ativar_concluir, .svg .ativar_anuncio:before, .svg .sprite-busca_jornal, .svg .sprite-busca_jornal_small, .svg .sprite-busca_portal, .svg .sprite-busca_portal_small, .svg .sprite-checked-lc, .svg .sprite-checked_minhaconta, .svg .sprite-editar, .svg .editar_anuncio:before, .svg .sprite-excluir, .svg .excluir_anuncio:before, .svg .sprite-icon_close, .svg .modal_close, .svg .sprite-inativar, .svg .inativar_anuncio:before, .svg .sprite-link_externo, .svg .item_link_externo:after, .svg .sprite-link_externo-lc, .svg .sprite-login_add_minhaconta, .svg .sprite-login_add_small_minhaconta, .svg .sprite-login_minhaconta, .svg .sprite-login_small_minhaconta, .svg .sprite-more_options, .svg .more_options:before, .svg .sprite-more_options-lc, .svg .sprite-photo_minhaconta, .svg .item_multimidia--fotos:before, .svg .sprite-pin, .svg .item_localizacao:before, .svg .sprite-propostas, .svg .propostas_anuncio:before, .svg .sprite-relatorios, .svg .relatorio_anuncio:before, .svg .sprite-renovar, .svg .renovar_anuncio:before, .svg .sprite-seta-baixo, .svg .sprite-star, .svg .anuncios_enriqueca:before, .svg .sprite-star-lc, .svg .sprite-unchecked, .svg input[type=checkbox]:before, .svg .sprite-video_minhaconta, .svg .item_multimidia--videos:before {
  background-image: url("https://imgs2.estadodeminas.vrum.com.br/vrum/meusanuncios_sprite.svg"); }

a:hover, a:active, a:focus {
  outline: 0; }

label {
  font-family: "Lato Bold", sans-serif;
  font-weight: 100; }

.categoria-destaque {
  font-family: "Lato Bold", sans-serif;
  display: block;
  font-size: 12px;
  color: #666; }

.pesquisas-populares-itens {
  font-size: 14px; }

.container-error {
  display: none; }

.border-radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.border-radius-top {
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px; }

.border-radius-bottom {
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.pagination-centered {
  text-align: center;
  display: block; }
  @media (max-width: 768px) {
    .pagination-centered .pull-left-768 {
      float: left; }
    .pagination-centered .pull-right-768 {
      float: right; } }
  .pagination-centered [class^="sprite-"] {
    vertical-align: middle; }

@media (max-width: 991px) {
  .center-sm {
    text-align: center; } }

.lazy {
  display: none; }

@media (max-width: 480px) {
  .btn-block-sxs {
    width: 100%;
    padding-left: 0;
    padding-right: 0; } }

.clearfix-sxs {
  display: none; }

.no-js img[data-echo] {
  display: none; }

.opacity-50P {
  opacity: .5 !important;
  filter: alpha(opacity=50) !important;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; }

@media (max-width: 480px) {
  .clearfix-sxs {
    display: block; } }
.border, .border-top-ccc, .border-bottom-solid-ccc, .border-ccc, .border-bottom-ccc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .border-top-ccc {
    border-top: solid 1px #ccc; }
  .border-bottom-solid-ccc {
    border-bottom: solid 1px #ccc; }
  .border-ccc {
    border: solid 1px #ccc; }
  .border-bottom-ccc {
    border-bottom: dotted 1px #ccc; }

.block {
  display: block; }

.img.lazy {
  display: none; }

.ver-todos {
  color: #b52614;
  font-size: 14px; }
  .ver-todos:hover {
    color: #7e2006;
    text-decoration: none; }

.item-titulo {
  font-family: "Lato Bold", sans-serif;
  color: #7e2006;
  font-size: 18px; }
  @media (max-width: 991px) {
    .item-titulo {
      font-size: 18px; } }
.item-descricao {
  color: #666; }
  @media (max-width: 991px) {
    .item-descricao {
      font-size: 14px; } }
.item-valor {
  font-family: "Lato Bold", sans-serif;
  color: #7e2006;
  font-size: 16px; }
  @media (max-width: 991px) {
    .item-valor {
      font-size: 14px; } }
.item:hover-titulo {
  color: #350d03; }
.item:hover-descricao {
  color: #404040; }

.shearch-top .sprite-shearch_white {
  margin-top: 2.5px;
  margin-bottom: 2.5px; }

[class*="sprite-"] {
  position: relative;
  display: inline-block; }

.texto-nao-visivel {
  text-indent: -9999px;
  position: relative; }

.display-inherit {
  display: inherit; }

.control i[class*="sprite-"] {
  text-align: center;
  display: block;
  margin: 4px auto; }

.anuncio-lista i.sprite-favorite_green,
.anuncio-lista i.sprite-favorite_orange
i.sprite-desfavorite_green,
.anuncio-lista i.sprite-desfavorite_orange {
  vertical-align: middle; }
  @media (max-width: 767px) {
    .anuncio-lista i.sprite-favorite_green,
    .anuncio-lista i.sprite-favorite_orange
    i.sprite-desfavorite_green,
    .anuncio-lista i.sprite-desfavorite_orange {
      float: right; } }

.nav-side .sprite-star_medium,
.sprite-shearch,
.sprite-add,
.sprite-geolocation,
.sprite-navigation {
  vertical-align: middle; }

.nav-side .sprite-arrow_11 {
  position: absolute;
  right: 20px; }

@media (max-width: 480px) {
  .pull-left-max-480 {
    float: left !important;
    margin-top: 30px;
    clear: both; }
    .pull-left-max-480.btn-group-wrap {
      margin-top: 0; }
      .pull-left-max-480.btn-group-wrap > .btn {
        margin-top: 0; } }

@media (max-width: 480px) {
  .padding-left-15-max-480 {
    padding-left: 15px; } }

.sprite-logo_estado_de_minas_fix {
  margin-top: 8px;
  margin-left: 8px; }
  @media (max-width: 991px) {
    .sprite-logo_estado_de_minas_fix {
      margin-left: 3px; } }
  @media (min-width: 1200px) {
    .sprite-logo_estado_de_minas_fix {
      margin-top: 15px; } }

.sprite-logo_estado_de_minas_small {
  margin: 8px 0 0 3px; }

.zmax {
  z-index: 1111; }

.ctrl-margin-top {
  position: static; }
  @media (min-width: 1200px) {
    .ctrl-margin-top {
      margin-top: 8px; } }

.input-em {
  width: 80px;
  display: inline;
  text-align: center; }

@media (min-width: 768px) and (max-width: 991px) {
  .clearfix-sm {
    display: block; } }

@media (max-width: 767px) {
  .block-xs {
    display: block;
    float: auto;
    width: 100%; } }

.nav-tabs .active a,
.nav-tabs .active a:active,
.nav-tabs .active a:hover {
  font-family: "Lato Bold", sans-serif !important;
  color: #b52614 !important;
  cursor: default; }

input[type=checkbox]:before {
  content: "";
  display: block;
  margin-top: -1px; }

.sprite-ex-control-toogle {
  height: 15px;
  margin-bottom: -2px;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s; }
  .sprite-ex-control-toogle.closed {
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; }

/* images */
.no-svg [class^="sprite-"] {
  background-image: url("https://imgs2.estadodeminas.vrum.com.br/vrum/sprite.png"); }

.no-svg .view-svg,
.view-nosvg {
  display: none; }

.no-svg .view-nosvg {
  display: inline-block; }

.js-data-center {
  display: none; }

.border-green-solid {
  border: solid #b52614 1px; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5; }

.verticalAlignCenter-container {
  display: table;
  width: 100%; }
.verticalAlignCenter-element {
  display: table-cell;
  vertical-align: middle; }

.height70 {
  height: 70px; }
  .height70 * {
    max-height: 68px; }
.height50 {
  height: 50px; }
  .height50 * {
    max-height: 48px; }
.height35 {
  height: 35px; }
  .height35 * {
    max-height: 33px; }

.wrapper-img-imob {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center; }

.wrapper-img-imob img {
  display: block;
  max-height: 68px; }

.text-int {
  font-size: 16px; }

.margin-0 {
  margin: 0px; }

.margin-top-0, .mapBuscaImovelItens__price {
  margin-top: 0px; }

.margin-right-0 {
  margin-right: 0px; }

.margin-bottom-0, .view-info-map__desc {
  margin-bottom: 0px; }

.margin-left-0 {
  margin-left: 0px; }

.padding-0 {
  padding: 0px; }

.padding-top-0 {
  padding-top: 0px; }

.padding-right-0 {
  padding-right: 0px; }

.padding-bottom-0 {
  padding-bottom: 0px; }

.padding-left-0 {
  padding-left: 0px; }

.margin-top-negative-0 {
  margin-top: 0px; }

.margin-right-negative-0 {
  margin-right: 0px; }

.margin-bottom-negative-0 {
  margin-bottom: 0px; }

.margin-left-negative-0 {
  margin-left: 0px; }

.margin-0 {
  margin: 0px; }

.margin-5 {
  margin: 5px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-bottom-5, .mapBuscaImovelItens__price {
  margin-bottom: 5px; }

.margin-left-5 {
  margin-left: 5px; }

.padding-5 {
  padding: 5px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-right-5 {
  padding-right: 5px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-left-5 {
  padding-left: 5px; }

.margin-top-negative-5 {
  margin-top: -5px; }

.margin-right-negative-5 {
  margin-right: -5px; }

.margin-bottom-negative-5 {
  margin-bottom: -5px; }

.margin-left-negative-5 {
  margin-left: -5px; }

.margin-5 {
  margin: -5px; }

.margin-10 {
  margin: 10px; }

.margin-top-10, .mapBuscaImovelItens__photosVideos {
  margin-top: 10px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-left-10 {
  margin-left: 10px; }

.padding-10 {
  padding: 10px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-left-10 {
  padding-left: 10px; }

.margin-top-negative-10 {
  margin-top: -10px; }

.margin-right-negative-10 {
  margin-right: -10px; }

.margin-bottom-negative-10 {
  margin-bottom: -10px; }

.margin-left-negative-10 {
  margin-left: -10px; }

.margin-10 {
  margin: -10px; }

.margin-15 {
  margin: 15px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-right-15 {
  margin-right: 15px; }

.margin-bottom-15, .mapBuscaImovelItens__photosVideos {
  margin-bottom: 15px; }

.margin-left-15 {
  margin-left: 15px; }

.padding-15 {
  padding: 15px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-right-15 {
  padding-right: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-left-15 {
  padding-left: 15px; }

.margin-top-negative-15 {
  margin-top: -15px; }

.margin-right-negative-15 {
  margin-right: -15px; }

.margin-bottom-negative-15 {
  margin-bottom: -15px; }

.margin-left-negative-15 {
  margin-left: -15px; }

.margin-15 {
  margin: -15px; }

.margin-20 {
  margin: 20px; }

.margin-top-20, .read-more.pull-left, .read-more.captioned-figure-outer.left, .read-more.search-keyword__btn, .read-more.pull-right, .read-more.view-info-map__wrapperImg, .read-more.captioned-figure-outer.right {
  margin-top: 20px; }

.margin-right-20, .read-more.pull-left, .read-more.captioned-figure-outer.left, .read-more.search-keyword__btn {
  margin-right: 20px; }

.margin-bottom-20, .text-int {
  margin-bottom: 20px; }

.margin-left-20, .read-more.pull-right, .read-more.view-info-map__wrapperImg, .read-more.captioned-figure-outer.right {
  margin-left: 20px; }

.padding-20 {
  padding: 20px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-left-20 {
  padding-left: 20px; }

.margin-top-negative-20 {
  margin-top: -20px; }

.margin-right-negative-20 {
  margin-right: -20px; }

.margin-bottom-negative-20 {
  margin-bottom: -20px; }

.margin-left-negative-20 {
  margin-left: -20px; }

.margin-20 {
  margin: -20px; }

.margin-25 {
  margin: 25px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-right-25 {
  margin-right: 25px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-left-25 {
  margin-left: 25px; }

.padding-25 {
  padding: 25px; }

.padding-top-25 {
  padding-top: 25px; }

.padding-right-25 {
  padding-right: 25px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-left-25 {
  padding-left: 25px; }

.margin-top-negative-25 {
  margin-top: -25px; }

.margin-right-negative-25 {
  margin-right: -25px; }

.margin-bottom-negative-25 {
  margin-bottom: -25px; }

.margin-left-negative-25 {
  margin-left: -25px; }

.margin-25 {
  margin: -25px; }

.margin-30 {
  margin: 30px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-right-30 {
  margin-right: 30px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-left-30 {
  margin-left: 30px; }

.padding-30 {
  padding: 30px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-right-30 {
  padding-right: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-left-30 {
  padding-left: 30px; }

.margin-top-negative-30 {
  margin-top: -30px; }

.margin-right-negative-30 {
  margin-right: -30px; }

.margin-bottom-negative-30 {
  margin-bottom: -30px; }

.margin-left-negative-30 {
  margin-left: -30px; }

.margin-30 {
  margin: -30px; }

.margin-35 {
  margin: 35px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-right-35 {
  margin-right: 35px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-left-35 {
  margin-left: 35px; }

.padding-35 {
  padding: 35px; }

.padding-top-35 {
  padding-top: 35px; }

.padding-right-35 {
  padding-right: 35px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

.padding-left-35 {
  padding-left: 35px; }

.margin-top-negative-35 {
  margin-top: -35px; }

.margin-right-negative-35 {
  margin-right: -35px; }

.margin-bottom-negative-35 {
  margin-bottom: -35px; }

.margin-left-negative-35 {
  margin-left: -35px; }

.margin-35 {
  margin: -35px; }

.margin-40 {
  margin: 40px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-right-40 {
  margin-right: 40px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-left-40 {
  margin-left: 40px; }

.padding-40 {
  padding: 40px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-right-40 {
  padding-right: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-left-40 {
  padding-left: 40px; }

.margin-top-negative-40 {
  margin-top: -40px; }

.margin-right-negative-40 {
  margin-right: -40px; }

.margin-bottom-negative-40 {
  margin-bottom: -40px; }

.margin-left-negative-40 {
  margin-left: -40px; }

.margin-40 {
  margin: -40px; }

.margin-45 {
  margin: 45px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-right-45 {
  margin-right: 45px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-left-45 {
  margin-left: 45px; }

.padding-45 {
  padding: 45px; }

.padding-top-45 {
  padding-top: 45px; }

.padding-right-45 {
  padding-right: 45px; }

.padding-bottom-45 {
  padding-bottom: 45px; }

.padding-left-45 {
  padding-left: 45px; }

.margin-top-negative-45 {
  margin-top: -45px; }

.margin-right-negative-45 {
  margin-right: -45px; }

.margin-bottom-negative-45 {
  margin-bottom: -45px; }

.margin-left-negative-45 {
  margin-left: -45px; }

.margin-45 {
  margin: -45px; }

.margin-50 {
  margin: 50px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-right-50 {
  margin-right: 50px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-left-50 {
  margin-left: 50px; }

.padding-50 {
  padding: 50px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-right-50 {
  padding-right: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-left-50 {
  padding-left: 50px; }

.margin-top-negative-50 {
  margin-top: -50px; }

.margin-right-negative-50 {
  margin-right: -50px; }

.margin-bottom-negative-50 {
  margin-bottom: -50px; }

.margin-left-negative-50 {
  margin-left: -50px; }

.margin-50 {
  margin: -50px; }

.margin-55 {
  margin: 55px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-right-55 {
  margin-right: 55px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-left-55 {
  margin-left: 55px; }

.padding-55 {
  padding: 55px; }

.padding-top-55 {
  padding-top: 55px; }

.padding-right-55 {
  padding-right: 55px; }

.padding-bottom-55 {
  padding-bottom: 55px; }

.padding-left-55 {
  padding-left: 55px; }

.margin-top-negative-55 {
  margin-top: -55px; }

.margin-right-negative-55 {
  margin-right: -55px; }

.margin-bottom-negative-55 {
  margin-bottom: -55px; }

.margin-left-negative-55 {
  margin-left: -55px; }

.margin-55 {
  margin: -55px; }

.margin-60 {
  margin: 60px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-right-60 {
  margin-right: 60px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-left-60 {
  margin-left: 60px; }

.padding-60 {
  padding: 60px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-right-60 {
  padding-right: 60px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-left-60 {
  padding-left: 60px; }

.margin-top-negative-60 {
  margin-top: -60px; }

.margin-right-negative-60 {
  margin-right: -60px; }

.margin-bottom-negative-60 {
  margin-bottom: -60px; }

.margin-left-negative-60 {
  margin-left: -60px; }

.margin-60 {
  margin: -60px; }

.link-busca {
  font-size: 15px;
  color: #b52614; }
  .link-busca:before {
    content: url(https://imgs2.estadodeminas.vrum.com.br/vrum/default/arrow-right.png);
    margin-right: 5px; }

.float-l {
  float: left; }

.float-r {
  float: right; }

.txt-center {
  text-align: center; }

.text-box {
  font-family: 'Lato Regular';
  font-size: 14px;
  color: #333 !important; }

.line-right {
  border-right: 1px solid #ccc; }

.video-responsive {
  position: relative;
  padding-bottom: 25px;
  padding-top: 25px; }
  .video-responsive iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%; }

.f1 {
  font-size: 1px;
  line-height: 6px;
  font-size: 0.1rem;
  line-height: 0.6rem; }

.f2 {
  font-size: 2px;
  line-height: 7px;
  font-size: 0.2rem;
  line-height: 0.7rem; }

.f3 {
  font-size: 3px;
  line-height: 8px;
  font-size: 0.3rem;
  line-height: 0.8rem; }

.f4 {
  font-size: 4px;
  line-height: 9px;
  font-size: 0.4rem;
  line-height: 0.9rem; }

.f5 {
  font-size: 5px;
  line-height: 10px;
  font-size: 0.5rem;
  line-height: 1rem; }

.f6 {
  font-size: 6px;
  line-height: 11px;
  font-size: 0.6rem;
  line-height: 1.1rem; }

.f7 {
  font-size: 7px;
  line-height: 12px;
  font-size: 0.7rem;
  line-height: 1.2rem; }

.f8 {
  font-size: 8px;
  line-height: 13px;
  font-size: 0.8rem;
  line-height: 1.3rem; }

.f9 {
  font-size: 9px;
  line-height: 14px;
  font-size: 0.9rem;
  line-height: 1.4rem; }

.f10 {
  font-size: 10px;
  line-height: 15px;
  font-size: 1rem;
  line-height: 1.5rem; }

.f11 {
  font-size: 11px;
  line-height: 16px;
  font-size: 1.1rem;
  line-height: 1.6rem; }

.f12 {
  font-size: 12px;
  line-height: 17px;
  font-size: 1.2rem;
  line-height: 1.7rem; }

.f13 {
  font-size: 13px;
  line-height: 18px;
  font-size: 1.3rem;
  line-height: 1.8rem; }

.f14 {
  font-size: 14px;
  line-height: 19px;
  font-size: 1.4rem;
  line-height: 1.9rem; }

.f15 {
  font-size: 15px;
  line-height: 20px;
  font-size: 1.5rem;
  line-height: 2rem; }

.f16 {
  font-size: 16px;
  line-height: 21px;
  font-size: 1.6rem;
  line-height: 2.1rem; }

.f17 {
  font-size: 17px;
  line-height: 22px;
  font-size: 1.7rem;
  line-height: 2.2rem; }

.f18 {
  font-size: 18px;
  line-height: 23px;
  font-size: 1.8rem;
  line-height: 2.3rem; }

.f19 {
  font-size: 19px;
  line-height: 24px;
  font-size: 1.9rem;
  line-height: 2.4rem; }

.f20 {
  font-size: 20px;
  line-height: 25px;
  font-size: 2rem;
  line-height: 2.5rem; }

.baixe-app {
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  padding: 20px; }
  .baixe-app i {
    margin-right: 5px; }
  .baixe-app a {
    color: #7e2006;
    font-size: 14px; }

.titulo-box {
  font-family: "Lato Regular", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #b52614; }

.btn-anuncie {
  font-size: 17px !important; }

.anuncio-particular {
  font-size: 10px;
  text-transform: uppercase;
  color: #b52614;
  line-height: 1.5; }

.ligue-gratis {
  height: 30px;
  line-height: 1;
  max-width: 130px; }

/* CHECKBOXES */
.buscar_imoveis_topo {
  background: #e4e4e4;
  border-bottom: solid 1px #d8d8d8; }
  .buscar_imoveis_topo__int {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
    @media (min-width: 992px) {
      .buscar_imoveis_topo__int .btn {
        padding-left: 10px !important;
        padding-right: 10px !important; } }
  .buscar_imoveis_topo .btn-group-wrap {
    text-align: center; }
  .buscar_imoveis_topo div.btn-group {
    margin: 0 auto;
    text-align: center;
    width: inherit;
    display: inline-block; }
  .buscar_imoveis_topo .controle-alugar-comprar {
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .buscar_imoveis_topo .controle-alugar-comprar .btn {
      font-size: 14px;
      border: solid 1px #cccccc;
      background: #e1e1e1;
      color: #9a9a9a !important;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
      .buscar_imoveis_topo .controle-alugar-comprar .btn:hover {
        background-color: #d0d0d0 !important; }
      .buscar_imoveis_topo .controle-alugar-comprar .btn.active {
        -webkit-box-shadow: inset 0 -2px 0 transparent, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
        box-shadow: inset 0 -2px 0 transparent, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
        background-color: #b52614;
        font-family: "Lato Bold", sans-serif;
        color: #fff !important;
        outline: 0; }
        .buscar_imoveis_topo .controle-alugar-comprar .btn.active:hover, .buscar_imoveis_topo .controle-alugar-comprar .btn.active:focus {
          background: #7e2006 !important;
          -webkit-transition: background linear 0.3s;
          transition: background linear 0.3s; }
      @media (min-width: 992px) {
        .buscar_imoveis_topo .controle-alugar-comprar .btn {
          padding-left: 30px;
          padding-right: 30px; } }
.buscar_imoveis_topo_palavra_chave {
  background: #e4e4e4; }
  .buscar_imoveis_topo_palavra_chave__int {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.resultados-localizacao {
  background: #fff;
  margin-top: -3px;
  border-radius: 0 0 5px 5px;
  position: absolute;
  z-index: 99;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px); }
  @media (min-width: 1200px) {
    .resultados-localizacao {
      width: -webkit-calc(100% - 29px);
      width: -moz-calc(100% - 29px);
      width: calc(100% - 29px); } }
  .resultados-localizacao.active {
    border: solid 1px #b52614;
    border-top: 0; }
  .resultados-localizacao .count-realtys {
    color: #AEAEAE; }
  .resultados-localizacao ul {
    padding: 0 10px 0 10px; }
    .resultados-localizacao ul li, .resultados-localizacao ul .title {
      margin-bottom: 10px;
      display: block; }
      .resultados-localizacao ul li:first-child, .resultados-localizacao ul .title:first-child {
        padding-top: 10px;
        border-top: solid 1px #ccc; }
      .resultados-localizacao ul li:hover, .resultados-localizacao ul .title:hover {
        color: #b52614;
        cursor: pointer; }
    .resultados-localizacao ul .title {
      font-weight: bold; }
      .resultados-localizacao ul .title:hover {
        cursor: auto; }
  .resultados-localizacao .ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
    width: 100%; }

.resultados-da-busca-refinar .resultados-localizacao {
  width: -webkit-calc(100% - 69px);
  width: -moz-calc(100% - 69px);
  width: calc(100% - 69px); }

@media (min-width: 768px) {
  .js-slide-toggle {
    display: block !important; } }
.svg .buscar_imoveis {
  font-size: 14px; }
  .svg .buscar_imoveis_topo {
    background: url(https://imgs2.estadodeminas.vrum.com.br/vrum/city.svg) #e4e4e4 repeat-x center bottom; }

.lancamentos {
  border-top: solid 1px #cccccc; }
  @media (min-width: 481px) and (max-width: 767px) {
    .lancamentos-itens:last-child {
      display: none; } }

.destaques-anuncio {
  border: solid 1px #cccccc;
  background-color: #fff;
  border-radius: 5px; }
  .destaques-anuncio hr {
    border-top: 1px solid #ccc; }
  @media (max-width: 480px) {
    .destaques-anuncio > div {
      padding: 20px 0 20px 0; } }
  @media (min-width: 481px) {
    .destaques-anuncio > div {
      padding: 20px; } }
  .destaques-anuncio .item-titulo,
  .destaques-anuncio .item-valor {
    color: #f36e25; }
  @media (max-width: 991px) {
    .destaques-anuncio .item-descricao {
      font-size: 11px; } }

.anuncie-no-lc {
  border: solid 1px #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  padding: 20px; }
  .anuncie-no-lc .item-titulo {
    color: #7e2006; }
  @media (min-width: 768px) and (max-width: 991px) {
    .anuncie-no-lc i.sprite-web_site_small,
    .anuncie-no-lc i.sprite-map_small {
      display: block;
      margin: 0 auto 15px;
      float: none !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .anuncie-no-lc .item-titulo,
    .anuncie-no-lc .item-descricao,
    .anuncie-no-lc .btn-success {
      display: block;
      text-align: center;
      margin: 0 auto 15px;
      float: none !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .anuncie-no-lc .hidden-xs-project {
      display: none; } }
  @media (max-width: 480px) {
    .anuncie-no-lc .visible-xs-project {
      display: none; } }
  @media (min-width: 768px) {
    .anuncie-no-lc .visible-xs-project {
      display: none; } }

.publicidade {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAK0lEQVQImT3JwQkAMAzDQNPsv1+yi43yCPQnTupu2wCgX8CrKkkzk0Rn9xczyijaHqaA3QAAAABJRU5ErkJggg==");
  background-position: 0 1px;
  border: 1px solid #fefefe;
  box-sizing: border-box;
  line-height: 0;
  text-align: center; }

.l-n li {
  padding-top: 5px;
  margin: 0 0 5px; }
  .l-n li:first-child {
    padding-top: 0px;
    border-color: transparent; }
.l-n time {
  font-size: 13px;
  color: #666;
  display: block; }
.l-n figure {
  position: relative;
  padding-top: 5px; }
.l-n .thumbs {
  float: left;
  max-width: 110px; }
.l-n i.spr {
  position: absolute;
  z-index: 999;
  top: 32px;
  left: 52px; }
  .l-n i.spr.__icom, .l-n i.spr.__ip {
    position: static !important; }
.l-n .desc {
  margin-left: 130px; }
  .l-n .desc-titleBlog {
    display: block;
    font-size: 16px;
    font-weight: 800; }
  .l-n .desc-Blog {
    display: block;
    font-size: 14px; }
.l-n a:hover > time {
  text-decoration: none; }
.l-n--big li {
  min-height: 150px;
  overflow: hidden; }
  .l-n--big li.notContentImg {
    min-height: 0; }
.l-n--big i.spr {
  top: 4px;
  left: 115px; }
.l-n--big .desc {
  margin: 0 0 15px 140px; }
  @media (max-width: 480px) {
    .l-n--big .desc {
      margin-left: 0; } }
.l-n--big .thumbs {
  position: absolute;
  top: 5px;
  left: 0;
  max-width: 130px; }
  @media (max-width: 480px) {
    .l-n--big .thumbs {
      display: none; } }
.l-n--big time {
  display: inline-block;
  border-top: dotted 1px black;
  padding: 3px;
  background: #b52614;
  color: white; }

.news-date {
  display: block; }

.chromeframe {
  margin: 0;
  background: #FFF780;
  border: solid 1px #FFEE66;
  border-width: 1px 0;
  color: #AAAA66;
  padding: 10px 10px;
  text-align: center; }
  .chromeframe a {
    color: #2B2B1A;
    font-weight: bold;
    border-bottom: dotted 1px #2b2b1a; }
    .chromeframe a:hover {
      text-decoration: none; }

.identificacao-post {
  font-size: 13px;
  color: #b52614;
  text-transform: uppercase; }

.highlights {
  margin-bottom: 25px; }
  .highlights__fig {
    position: relative; }
  .highlights-desc {
    font-size: 18px; }
  .highlights__cat {
    position: absolute;
    z-index: 999;
    top: 10px;
    left: -5px;
    padding: 5px 15px;
    background: #7e2006;
    color: #fff;
    font-size: 14px;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif; }
  .highlights a .h3 {
    font-family: "Lato Regular", Helvetica, Arial, sans-serif; }
  .highlights a:hover .highlights__cat {
    text-decoration: none; }
  .highlights a.gray-links {
    color: #666; }

.slides {
  padding-left: 0;
  margin-bottom: 0; }
  .slides > li {
    display: none; }
    .slides > li:first-child {
      display: block; }

#slide-home {
  position: relative; }
  #slide-home .slides img {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  #slide-home .flex-direction-nav {
    position: static;
    top: 0;
    z-index: 999;
    list-style: none;
    margin-bottom: 0; }
    #slide-home .flex-direction-nav li a {
      left: -5px;
      position: absolute;
      top: 0;
      top: 35%;
      padding: 10px;
      border-top: solid 2px transparent; }
      #slide-home .flex-direction-nav li a.flex-next {
        left: auto;
        right: -5px; }
      @media (min-width: 992px) {
        #slide-home .flex-direction-nav li a:hover {
          background: #fff;
          border-top-color: #b52614; }
        #slide-home .flex-direction-nav li a.flex-next {
          left: auto;
          right: -5px; }
          #slide-home .flex-direction-nav li a.flex-next:hover {
            -webkit-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.1); }
            #slide-home .flex-direction-nav li a.flex-next:hover .desc-slide-next {
              display: block;
              width: 250px;
              opacity: 1;
              filter: alpha(opacity=100);
              -webkit-transition: width linear 0.3s, opacity linear 0.1s;
              transition: width linear 0.3s, opacity linear 0.1s; }
        #slide-home .flex-direction-nav li a.flex-prev:hover {
          -webkit-box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0px 5px rgba(0, 0, 0, 0.1); }
          #slide-home .flex-direction-nav li a.flex-prev:hover .desc-slide-prev {
            display: block;
            width: 250px;
            opacity: 1;
            filter: alpha(opacity=100);
            -webkit-transition: width linear 0.3s, opacity linear 0.1s;
            transition: width linear 0.3s, opacity linear 0.1s; } }

.no-js #control-slide-home {
  display: none; }

.thumbs-control {
  margin-bottom: 0; }

.cont-desc-slide {
  padding: 15px 15px 10px;
  margin-bottom: 20px;
  background-color: #fff !important;
  border: solid 1px #DADADA !important;
  border-top-color: transparent !important;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  .cont-desc-slide__idesc {
    margin: 0 5px;
    top: -23px;
    position: relative;
    padding: 15px 20px 0;
    background: #FFF;
    display: none; }
    .cont-desc-slide__idesc:first-child {
      display: block; }
    .cont-desc-slide__idesc h2 {
      margin-top: 5px;
      margin-bottom: 0;
      color: #333; }
    .cont-desc-slide__idesc .categoria-destaque {
      color: #7e2006;
      text-transform: uppercase; }
  .cont-desc-slide li .box15-15 {
    width: 20px;
    height: 7px;
    border-radius: 5px;
    background-color: #bcbcbc;
    -webkit-transition: background, linear, 0.3s;
    transition: background, linear, 0.3s; }
  .cont-desc-slide li.flex-active .box15-15 {
    width: 20px;
    height: 7px;
    background-color: #b52614;
    -webkit-transition: background, linear, 0.3s;
    transition: background, linear, 0.3s; }

.desc-slide {
  position: absolute;
  top: -2px;
  height: 102%;
  right: 100%;
  background: #F9F9F9;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  width: 0px;
  border-top: solid #b52614 2px;
  color: #666;
  font-size: 15px;
  font-family: "Lato Regular", Helvetica, Arial, sans-serif;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: width linear 0.3s, opacity linear 0.2s;
  transition: width linear 0.3s, opacity linear 0.2s; }
  .desc-slide-prev {
    left: 100%; }

.list-item__date {
  border-color: #D6D6D6;
  border-style: dotted;
  border-width: 0 0 1px 0; }
  .list-item__date:nth-child(2) {
    border-width: 1px 0 1px 0; }

header > .container > .row {
  position: relative; }

.project-partners {
  margin-left: 10px;
  margin-top: 15px;
  max-width: 90px; }
  .project-partners img {
    max-width: 100%; }
  @media (min-width: 1200px) {
    .project-partners {
      max-width: 180px; } }
  @media (max-width: 1200px) {
    .project-partners {
      max-width: 130px; } }
  @media (max-width: 991px) {
    .project-partners {
      max-width: 110px; } }
  @media (max-width: 480px) {
    .project-partners {
      max-width: 130px; } }

@media (max-width: 480px) {
  .wrapper-logo {
    padding-right: 0; } }

.count-favorite {
  background-color: #7e2006;
  border: solid 2px #fff;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  display: block;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  bottom: -15px;
  left: -15px; }

.change-partners {
  position: relative; }
  .change-partners__list {
    display: none;
    background: #FFF;
    border: solid 1px #D0D0D0;
    border-radius: 3px;
    padding: 5px;
    width: 80px;
    position: absolute;
    top: 47px;
    z-index: 9999;
    text-align: center;
    margin-left: -23px; }
    .change-partners__list a {
      padding: 6px 5px; }
  .change-partners.ssm:before {
    content: '';
    position: absolute;
    z-index: 9998;
    top: 19px;
    left: 6px;
    border: solid 15px;
    border-color: transparent transparent #D0D0D0 transparent; }
  .change-partners.ssm:after {
    content: '';
    position: absolute;
    z-index: 99999;
    top: 20px;
    left: 6px;
    border: solid 15px;
    border-color: transparent transparent #fff transparent; }
  .change-partners.ssm .change-partners__list {
    display: block; }

.my-account {
  position: relative; }
  .my-account__list {
    display: none;
    background: #FFF;
    border: solid 1px #D0D0D0;
    border-radius: 3px;
    padding: 5px;
    width: 80px;
    position: absolute;
    top: 47px;
    z-index: 9999;
    text-align: center;
    margin-left: -55px;
    width: 150px; }
    .my-account__list a {
      padding: 6px 5px; }
  .my-account.ssm:before {
    content: '';
    position: absolute;
    z-index: 9998;
    top: 19px;
    left: 6px;
    border: solid 15px;
    border-color: transparent transparent #D0D0D0 transparent; }
  .my-account.ssm:after {
    content: '';
    position: absolute;
    z-index: 99999;
    top: 20px;
    left: 6px;
    border: solid 15px;
    border-color: transparent transparent #fff transparent; }
  .my-account.ssm .my-account__list {
    display: block; }

.nav-active {
  background: #b52614;
  color: #ffffff !important; }

.navigation-help {
  white-space: nowrap;
  font-size: 14px; }
  .navigation-help a {
    color: #666;
    display: block; }
  .navigation-help > div {
    padding: 0 5px;
    float: left; }
  .navigation-help > div:first-child {
    padding-left: 0; }
  .navigation-help .divider {
    color: #cccccc; }
    .navigation-help .divider span {
      display: block; }

.control {
  width: 35px;
  height: 35px;
  display: block;
  border: solid 3px #b52614;
  border-radius: 20px;
  background: #fff;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .control__line {
    height: 2px;
    width: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    background-color: #b52614; }
    .control__line:first-child {
      margin-top: 8px; }

.navbar {
  margin-bottom: 0;
  border: none !important; }

.body-block {
  position: fixed;
  overflow: hidden; }

.nav-side {
  box-shadow: inset 3px 0px 5px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #E0E0E0;
  background: #FFF;
  position: fixed;
  right: -270px;
  width: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  white-space: nowrap;
  display: none; }
  .nav-side.__open {
    display: block;
    z-index: 1; }
  .nav-side li {
    border-bottom: dotted 1px #333; }
    .nav-side li.h5 {
      margin-bottom: 0;
      margin-top: 0;
      font-family: "Lato Regular", Helvetica, Arial, sans-serif;
      border-bottom: none; }
      .nav-side li.h5 a:hover {
        text-decoration: none;
        background: #efefef; }
    .nav-side li a {
      color: #333333;
      display: block;
      padding: 10px 15px;
      position: relative; }
    .nav-side li:last-child {
      border-bottom: none; }
  .nav-side__subsection {
    display: none; }
  .nav-side .link-subsection:hover {
    text-decoration: none; }

.nav > li.cs:hover i.__arrowvb {
  background: none; }
.nav > li.cs:hover .dropdown-menu {
  display: block;
  min-height: 300px;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
.nav > li.cs:hover > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 40%;
  border: solid 10px;
  border-color: transparent transparent #fff transparent; }

.nav-main a {
  color: #fff; }
.nav-main .navbar-nav > li > a {
  padding-top: 5.5px;
  padding-bottom: 5.5px; }
.nav-main .dropdown-menu
.navbar-right .dropdown-menu.big {
  right: 0;
  left: auto; }
.nav-main .dropdown-menu {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent;
  border-top: none;
  border-bottom: solid 3px #C6C6C6;
  padding: 0;
  top: 92%; }
  .nav-main .dropdown-menu .levels > li:first-child a:hover {
    border-radius: 5px 5px 0 0; }
  .nav-main .dropdown-menu.big {
    left: 0; }
  .nav-main .dropdown-menu.small {
    min-height: 0 !important; }
    .nav-main .dropdown-menu.small .nav-main__sn2 {
      border-radius: 0 5px 5px 0;
      border-bottom: 1px solid #CCC;
      display: none; }
    .nav-main .dropdown-menu.small .nav-main__sn1:hover .nav-main__sn2 {
      margin-left: -3px;
      display: block; }
  .nav-main .dropdown-menu .levels {
    width: 200px;
    float: left;
    border-rigth: solid 1px #e4e4e4; }
    .nav-main .dropdown-menu .levels a {
      position: relative; }
    .nav-main .dropdown-menu .levels > li:hover > a {
      color: #efefef;
      text-decoration: none;
      background: #b52614; }
  .nav-main .dropdown-menu a {
    color: #7e2006;
    padding: 5px 10px;
    padding-bottom: 5px;
    display: block; }
  .nav-main .dropdown-menu li.h5 {
    padding: 5px 10px; }
.nav-main .dropdown {
  position: static; }
.nav-main__sn1:hover .nav-main__sn2 {
  width: 200px;
  -webkit-transition: width linear 0.4s;
  transition: width linear 0.4s; }
.nav-main__sn2 {
  position: absolute;
  left: 200px;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  padding: 5px 0;
  background: #EFEFEF;
  border-right: 1px solid #e4e4e4;
  -webkit-transition: width linear 0.2s;
  transition: width linear 0.2s; }
  .nav-main__sn2 li {
    width: 198px; }
.nav-main .dropdown-menu.right {
  min-height: 0 !important; }
  .nav-main .dropdown-menu.right .nav-main__sn2 {
    left: -195px;
    border-right: none; }
  .nav-main .dropdown-menu.right .nav-main__sn1:hover .nav-main__sn2 {
    -webkit-transition: width linear 0s, left linear 0s;
    transition: width linear 0s, left linear 0s;
    border-radius: 5px 0 0 5px;
    border-right: 1px solid #e4e4e4; }
.nav-main__highlights {
  float: right;
  padding: 15px 15px 15px 0; }
  .nav-main__highlights a {
    padding: 5px 0 !important; }
  .nav-main__highlights div:first-child {
    border-right: #ededed solid 1px; }
.nav-main__sec {
  background: #b52614;
  width: 100%;
  top: 100%; }
  .nav-main__sec .navbar-nav > li > a {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 13px;
    color: #ffffff; }
.nav-main__pry {
  background-color: #7e2006; }

.nav {
  position: relative; }
  .nav > li {
    position: static;
    display: block; }

@media (max-width: 480px) {
  .prm {
    float: right !important; }

  .wfixm50 {
    width: 50px !important; } }
@media (max-width: 768px) {
  header.main {
    border-bottom: solid 3px #7e2006; } }
@media (min-width: 768px) {
  .nav-main .dropdown-menu.big {
    width: 720px; }
  .nav-main__highlights {
    width: 500px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; }
  .nav-main.os .nav-main__highlights {
    width: 310px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; }
  .nav-main.os .nav-main__sn2 {
    border-left: 1px solid #e4e4e4; } }
@media (min-width: 992px) {
  .nav-main .dropdown-menu.big {
    width: 940px; }
  .nav-main__highlights {
    width: 720px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; }
  .nav-main__sn2 {
    border-right: 1px solid #e4e4e4; }
  .nav-main.os .nav-main__highlights {
    width: 530px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; }

  .margin-top-min-992 {
    margin-top: 11px; } }
@media (min-width: 1200px) {
  .nav-main .dropdown-menu.big {
    width: 1140px; }
  .nav-main__highlights {
    width: 920px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; }
  .nav-main.os .nav-main__highlights {
    width: 730px;
    -webkit-transition: linear 0.3s;
    transition: linear 0.3s; } }
.af {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .af__full {
    width: 100%;
    height: 90px; }
    @media (max-width: 767px) {
      .af__full {
        height: 60px; } }

  .af__234x60 {
    width: 234px;
    height: 60px; }

  .af__300x250 {
    width: 300px;
    height: 250px; }

  .af__728 {
    width: 728px; }

@media (max-width: 767px) {
  iframe#vitrine-side {
    width: 100% !important; } }
@media (max-width: 992px) {
  iframe#vitrine-side {
    width: 220px !important; } }
@media (min-width: 992px) {
  iframe#vitrine-side {
    width: 290px !important; } }
@media (min-width: 1170px) {
  iframe#vitrine-side {
    width: 320px !important; } }

.open .btn-default.dropdown-toggle {
  background: #f1f1f1;
  -webkit-box-shadow: inset 0 -2px 0 #c0c0c0, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -2px 0 #c0c0c0, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  color: #666; }

.btn {
  font-size: 15px;
  line-height: 24px; }
  .btn:hover, .btn:focus, .btn:active, .btn.active {
    outline: 0; }

.btn-default {
  -webkit-box-shadow: inset 0 -2px 0 #c0c0c0, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -2px 0 #c0c0c0, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2); }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background: #f1f1f1; }

.btn-success {
  -webkit-box-shadow: inset 0 -2px 0 #7e2006, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -2px 0 #7e2006, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #7e2006;
  -webkit-transition: background linear 0.3s;
  transition: background linear 0.3s; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    background: #7e2006;
    -webkit-transition: background linear 0.3s;
    transition: background linear 0.3s; }

.btn-warning {
  -webkit-box-shadow: inset 0 -2px 0 #C04E1A, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -2px 0 #C04E1A, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #C04E1A;
  -webkit-transition: background linear 0.3s;
  transition: background linear 0.3s; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    background: #d55007;
    -webkit-transition: background linear 0.3s;
    transition: background linear 0.3s; }

.btn-vrum {
  -webkit-box-shadow: inset 0 -2px 0 #b52614, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -2px 0 #b52614, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #b52614;
  -webkit-transition: background linear 0.3s;
  transition: background linear 0.3s; }
  .btn-vrum:hover, .btn-vrum:focus, .btn-vrum:active, .btn-vrum.active {
    background: #970800;
    -webkit-transition: background linear 0.3s;
    transition: background linear 0.3s; }

.btn-destaque {
  -webkit-box-shadow: inset 0 -2px 0 #1476b5, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -2px 0 #1476b5, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #1476b5;
  -webkit-transition: background linear 0.3s;
  transition: background linear 0.3s; }
  .btn-destaque:hover, .btn-destaque:focus, .btn-destaque:active, .btn-destaque.active {
    background: #005897;
    -webkit-transition: background linear 0.3s;
    transition: background linear 0.3s; }

.btn-destaque2 {
  -webkit-box-shadow: inset 0 -2px 0 #da9211, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -2px 0 #da9211, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid #da9211;
  -webkit-transition: background linear 0.3s;
  transition: background linear 0.3s; }
  .btn-destaque2:hover, .btn-destaque2:focus, .btn-destaque2:active, .btn-destaque2.active {
    background: #bc7400;
    -webkit-transition: background linear 0.3s;
    transition: background linear 0.3s; }

.btn-no-box-shadow, .maps .btn {
  -webkit-box-shadow: inset 0 -2px 0 transparent, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -2px 0 transparent, inset 0 -10px 10px rgba(0, 0, 0, 0.03), inset 0 10px 15px rgba(255, 255, 255, 0.2); }

.btn-share {
  color: #fff !important;
  font-family: "Lato Light", sans-serif;
  display: inline-block;
  padding: 8px;
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px; }
  .btn-share:hover {
    color: #fff !important;
    text-decoration: none; }
  .btn-share i {
    vertical-align: middle; }
  @media (max-width: 992px) {
    .btn-share {
      padding: 8px 10px; } }
  .btn-share--f {
    background-color: #3B5999;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    margin-left: 0;
    -webkit-box-shadow: 0 2px #2B406D, inset 0 -10px 10px rgba(0, 0, 0, 0.1), inset 0 10px 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px #2B406D, inset 0 -10px 10px rgba(0, 0, 0, 0.1), inset 0 10px 15px rgba(255, 255, 255, 0.2); }
  .btn-share--g {
    background-color: #D94939;
    background-position: 5px 10px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 2px #833027, inset 0 -10px 10px rgba(0, 0, 0, 0.1), inset 0 10px 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px #833027, inset 0 -10px 10px rgba(0, 0, 0, 0.1), inset 0 10px 15px rgba(255, 255, 255, 0.2); }
  .btn-share--t {
    background-color: #5cace6;
    background-position: 5px 10px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 2px #397bb2, inset 0 -10px 10px rgba(0, 0, 0, 0.1), inset 0 10px 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px #397bb2, inset 0 -10px 10px rgba(0, 0, 0, 0.1), inset 0 10px 15px rgba(255, 255, 255, 0.2); }
  .btn-share--w {
    background-color: #45a506;
    background-position: 5px 10px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 2px #307b04, inset 0 -10px 10px rgba(0, 0, 0, 0.1), inset 0 10px 15px rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px #307b04, inset 0 -10px 10px rgba(0, 0, 0, 0.1), inset 0 10px 15px rgba(255, 255, 255, 0.2); }

.button_area a {
  min-width: 200px;
  position: relative;
  font-family: 'Lato Regular', sans-serif !important;
  text-align: center; }
  @media (max-width: 480px) {
    .button_area a {
      min-width: 100px; } }
  .button_area a i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .button_area a .icon-left {
    left: 5%; }
  .button_area a .icon-right {
    right: 5%; }

[id^="fs"] .form-control {
  display: block;
  width: 100%; }

.ctrl-view-shearch-mobile {
  background: #fff;
  border: solid 1px #D0D0D0;
  border-radius: 3px;
  padding: 5px;
  position: absolute;
  right: 0;
  width: 100%;
  top: 47px;
  z-index: 9999; }
  @media (min-width: 992px) {
    .ctrl-view-shearch-mobile {
      display: none; } }

.ssm:before {
  content: '';
  position: absolute;
  z-index: 9998;
  top: 15px;
  left: 0;
  border: solid 15px;
  border-color: transparent transparent #D0D0D0 transparent; }
.ssm:after {
  content: '';
  position: absolute;
  z-index: 99999;
  top: 16px;
  left: 0;
  border: solid 15px;
  border-color: transparent transparent #fff transparent; }

.rng:before {
  content: '';
  position: absolute;
  z-index: 998;
  top: 27px;
  left: 33%;
  border: solid 10px;
  border-color: transparent transparent #DADADA transparent; }
.rng:after {
  content: '';
  position: absolute;
  z-index: 999;
  top: 28px;
  left: 33%;
  border: solid 10px;
  border-color: transparent transparent #f0f0f0 transparent; }

.docs {
  border-top: solid 1px #e3e3e3; }
  .docs > .row > div {
    min-height: 45px; }
  .docs a {
    position: relative;
    color: #666; }
    .docs a.rng, .docs a:hover {
      color: #7e2006;
      text-decoration: none; }
  .docs p {
    margin-bottom: 0; }
  .docs__dv {
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: solid 1px #e3e3e3; }
    .docs__dv:first-child {
      border-left: none; }
  .docs__rs {
    width: 45%;
    display: inline-block;
    text-align: center; }
  .docs__a:hover [class*="__irst--"], .docs__a.rng [class*="__irst--"] {
    -ms-background-position-y: -264px;
    background-position-y: -264px; }
  .docs:last-child {
    margin-bottom: 25px; }

.r-docs {
  background: #efefef;
  background: -webkit-linear-gradient(#f0f0f0 5%, #fafafa 25%, white 70%);
  background: -o-linear-gradient(#f0f0f0 5%, #fafafa 25%, white 70%);
  background: -moz-linear-gradient(#f0f0f0 5%, #fafafa 25%, white 70%);
  background: linear-gradient(#f0f0f0 5%, #fafafa 25%, white 70%); }
  .r-docs a:hover, .r-docs a:focus {
    text-decoration: none; }
  .r-docs.open {
    border-top: solid 1px #DADADA;
    border-bottom: solid 1px #DADADA; }
  .r-docs .ccp img {
    width: 100%; }
  .r-docs .send_form {
    display: none;
    height: auto !important; }

.footer {
  font-size: 13px; }
  .footer a {
    color: #fff; }
  .footer__contentshowhide {
    width: 235px; }
  .footer__p {
    background: #efefef;
    color: #2a2c30; }
    .footer__p a {
      color: #2a2c30; }
  .footer__s {
    background: #b52614;
    border-top: solid 1px #dcdcdc; }
    .footer__s .list-unstyled > li:first-child, .footer__s .list-inline > li:first-child, .footer__s .resultados-localizacao ul > li:first-child, .resultados-localizacao .footer__s ul > li:first-child, .footer__s .change-partners__list > li:first-child, .footer__s .my-account__list > li:first-child, .footer__s .slides-int #slider .flex-direction-nav > li:first-child, .slides-int #slider .footer__s .flex-direction-nav > li:first-child,
    .footer__s .slides-int #carousel .flex-direction-nav > li:first-child,
    .slides-int #carousel .footer__s .flex-direction-nav > li:first-child, .footer__s .slide-last-view ul > li:first-child, .slide-last-view .footer__s ul > li:first-child, .footer__s .read-more ul > li:first-child, .read-more .footer__s ul > li:first-child {
      text-transform: uppercase;
      font-size: 15px;
      color: #d2d2d2; }
  .footer__t {
    background: #7e2006;
    color: #fff;
    font-size: 11px; }

#show_hide_footer_mobile:hover, #show_hide_footer_mobile:focus {
  text-decoration: none; }

.nav__support {
  border-bottom: 1px solid #e0e0e0; }

@media (min-width: 992px) {
  #sh_in_tablet_phone {
    display: block !important; } }
@media (max-width: 992px) {
  .nav__support {
    border-bottom: none; } }
.opacity-zero {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1 !important;
  cursor: default; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-container a:active,
.flex-container a:focus, .flexslider a:active,
.flexslider a:focus {
  outline: none; }

.flexslider {
  margin: 0;
  padding: 0;
  zoom: 1;
  overflow: hidden;
  position: relative; }
  .flexslider__photo-credit {
    color: #fff;
    font-size: 70%;
    height: 38px;
    margin: 0 0 -45px 0;
    padding: 10px;
    z-index: 2;
    position: relative;
    font-style: italic;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0); }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides > li {
      display: none;
      -webkit-backface-visibility: hidden; }
      .flexslider .slides > li:first-child {
        display: block; }
    .flexslider .slides img {
      max-width: 100%;
      width: auto;
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-height: 100%; }
    .flexslider .slides:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }

.auto-show {
  width: 36px;
  height: 38px;
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 25px;
  opacity: 0;
  filter: alpha(opacity=0); }

.slide-count {
  font-weight: 900;
  color: #E5E5E5; }

.flex-pauseplay span {
  text-transform: capitalize; }

html[xmlns] .slides {
  display: block; }

.slider,
.slides {
  position: relative; }
  .slider.load,
  .slides.load {
    background: url(https://imgs2.estadodeminas.vrum.com.br/vrum/load-gallery.gif) no-repeat center center; }
    .slider.load .col-md-9, .slider.load .col-md-3,
    .slides.load .col-md-9,
    .slides.load .col-md-3 {
      -webkit-transition: linear opacity 0.3s;
      transition: linear opacity 0.3s;
      opacity: 0;
      filter: alpha(opacity=0); }
  .slider.loaded .col-md-9, .slider.loaded .col-md-3,
  .slides.loaded .col-md-9,
  .slides.loaded .col-md-3 {
    -webkit-transition: linear opacity 0.3s;
    transition: linear opacity 0.3s;
    opacity: 1;
    filter: alpha(opacity=100); }

.flex-viewport {
  max-height: 2000px; }
  .flex-viewport li {
    position: relative; }

.js-gallery {
  background: url(https://imgs2.estadodeminas.vrum.com.br/vrum/loader.gif) no-repeat center center #666666; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.slide-count-int {
  margin-top: -35px; }

.flex-direction-nav li {
  float: left; }

.flex-control-nav {
  text-align: center;
  margin-top: -25px;
  z-index: 999;
  position: relative; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .flex-control-nav li a {
      display: block;
      text-indent: -9999px;
      width: 15px;
      height: 15px;
      background: #e7b1b0;
      cursor: pointer; }
      .flex-control-nav li a.flex-active {
        background: #fff;
        box-shadow: 2px 2px #7e2006;
        width: 17px;
        height: 17px;
        cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

.cctrls {
  height: 100%;
  width: 100%;
  position: absolute;
  background: -webkit-linear-gradient(transparent, transparent, transparent);
  background: -o-linear-gradient(transparent, transparent, transparent);
  background: -moz-linear-gradient(transparent, transparent, transparent);
  background: linear-gradient(transparent, transparent, transparent);
  z-index: 2; }
  .cctrls li a {
    position: absolute;
    height: 100%; }
    .cctrls li a .spr {
      top: 45%;
      margin-left: 20px;
      opacity: 0.2;
      filter: alpha(opacity=20); }
  .cctrls-next a {
    right: 0; }
    .cctrls-next a .spr {
      margin-right: 20px; }
  .cctrls-prev a {
    left: 0; }

.box15-15,
.flex-control-paging li a {
  width: 20px;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #444443;
  cursor: pointer; }

.carousel-indicators > li.active > .box15-15,
.tabs-navs li.active > a > .box15-15,
.box15-15.active {
  background: #fff; }

@-webkit-keyframes load {
  from {
    width: 0; }
  to {
    width: 100%; } }
@-o-keyframes load {
  from {
    width: 0; }
  to {
    width: 100%; } }
@-keyframes load {
  from {
    width: 0; }

  to {
    width: 100%; } }
.content-gallery {
  position: relative;
  overflow: hidden; }
  .content-gallery.auto-slide .js-gallery:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: black;
    box-shadow: 0px -1px 0px #fff;
    z-index: 99999;
    -webkit-animation: load 4s linear infinite;
    -o-animation: load 4s linear infinite;
    animation: load 4s linear infinite; }

.js-close-overlay-finish-show,
.js-close-overlay-show-img {
  top: 20px;
  right: 30px; }

.btn-gallery {
  padding: 10px;
  color: #fff;
  background: #000;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  margin-top: 10px;
  line-height: 16px; }
  .btn-gallery:focus, .btn-gallery:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background: #000; }

.js-ofsc {
  padding: 3px 5px;
  left: 25px;
  top: 10px;
  z-index: 4; }

.fsc {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: 5; }
  .fsc .js-gallery {
    background: transparent; }
    .fsc .js-gallery .img-slide {
      height: auto !important;
      max-width: 100% !important; }

.js-gallery-pause {
  display: none; }

.controls-bottom-left {
  bottom: 30px;
  left: 25px;
  position: absolute;
  z-index: 3;
  opacity: 0;
  filter: alpha(opacity=0); }
  .controls-bottom-left span, .controls-bottom-left i {
    color: #fff; }
  .controls-bottom-left a:hover {
    text-decoration: none; }
  .controls-bottom-left .glyphicon {
    font-size: .7em; }

.view-total,
.view-total-gallery {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  z-index: 9;
  cursor: pointer; }
  .view-total .__imply,
  .view-total-gallery .__imply {
    margin-bottom: -10px; }

.controls-view-total-thumbs {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 1; }

.js-carousel {
  position: absolute;
  bottom: 10px;
  right: 30px;
  width: 552px;
  z-index: 3;
  border: none;
  opacity: 0;
  filter: alpha(opacity=0); }
  .js-carousel .flex-direction-nav {
    background: transparent;
    border: none;
    width: 100%; }
  .js-carousel .flex-viewport li {
    border: 3px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .js-carousel img {
    opacity: .3;
    cursor: pointer;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .js-carousel img:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  .js-carousel li {
    height: 65px;
    overflow: hidden;
    border-color: #000;
    background-color: #000;
    border-color: rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5); }
    .js-carousel li.flex-active-slide {
      border-color: #fff;
      background-color: #fff; }
      .js-carousel li.flex-active-slide img {
        opacity: 0.7;
        filter: alpha(opacity=70);
        cursor: default; }

#view-total-thumbs {
  margin: 8% auto 1%;
  width: 85%; }
  #view-total-thumbs li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid transparent;
    float: left;
    margin: .2%;
    width: 24.6%;
    cursor: pointer;
    background: #444443; }
    #view-total-thumbs li img {
      max-width: 100%;
      display: block;
      margin-right: auto;
      margin-left: auto; }
    #view-total-thumbs li.flex-active-slide {
      background-color: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
  #view-total-thumbs .slides li {
    width: 20% !important;
    margin: 1.3333%;
    margin: 2.5% !important; }

.overlay {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%; }
  .overlay__finish-show {
    background-color: #000;
    background: rgba(0, 0, 0, 0.85); }
  .overlay__show-todo-imgs {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.85); }

.desq-finish {
  display: block;
  margin: 15% auto;
  width: 70%;
  color: #fff; }
  .desq-finish a {
    color: #fff; }
  .desq-finish img {
    max-width: 100%; }

.js .desq-finish {
  position: absolute;
  margin: auto; }

.pagination-centered {
  text-align: center;
  display: block; }

.content-desc-gallery {
  clear: both;
  background: #F5F5F5;
  padding: 15px;
  margin-bottom: 20px;
  border-bottom: solid 2px #DADADA;
  color: #333333; }

.gallery__full {
  width: 100%; }
.gallery__big {
  height: 750px; }
  .gallery__big #view-total-thumbs img {
    min-height: 200px; }
  .gallery__big #view-total-thumbs li {
    max-height: 200px;
    overflow: hidden;
    width: 32.6%; }
  .gallery__big .desq-finish img {
    max-height: 200px; }
.gallery__medium {
  height: 500px; }
  .gallery__medium .controls-bottom-left span {
    display: none; }
  .gallery__medium #view-total-thumbs img {
    min-height: 130px; }
  .gallery__medium #view-total-thumbs li {
    max-height: 130px;
    overflow: hidden; }
  .gallery__medium .desq-finish {
    margin-top: 30px; }
    .gallery__medium .desq-finish img {
      max-height: 130px;
      min-height: 130px; }
.gallery__small {
  height: 405px; }
  .gallery__small #view-total-thumbs img {
    min-height: 80px; }
  .gallery__small #view-total-thumbs li {
    max-height: 80px;
    overflow: hidden; }
  .gallery__small .desq-finish {
    margin-top: 30px; }
.gallery__carousel--medium {
  width: 380px !important; }

@media (max-width: 768px) {
  .gallery__big,
  .gallery__medium {
    max-height: 500px;
    min-height: initial; }

  .gallery__small {
    max-height: 250px;
    min-height: initial; }

  .fsc .gallery__big,
  .fsc .gallery__medium,
  .fsc .gallery__small {
    max-height: 100%;
    min-height: initial; } }
@media (max-width: 480px) {
  .gallery__big,
  .gallery__medium {
    max-height: 250px; }

  .fsc .gallery__big,
  .fsc .gallery__medium,
  .fsc .gallery__small {
    max-height: 100%;
    min-height: initial; } }
.gallery__bx {
  position: relative;
  min-height: 100px;
  background: url(https://imgs2.estadodeminas.vrum.com.br/vrum/loader.gif) no-repeat center center; }

.fsc .gallery__bx {
  background-image: url(https://imgs2.estadodeminas.vrum.com.br/vrum/loader-black.gif); }

.flexslider .slides-thumb img,
.flexslider .gallery__thumb img {
  width: 100%; }

#view-total-thumbs {
  margin: 3% auto 1%;
  width: 85%; }

@media (min-width: 768px) {
  .slider:hover .cctrls {
    background: -webkit-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%);
    background: -moz-linear-gradient(transparent 50%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.5) 100%); } }
.slider:hover .cctrls li a .spr {
  opacity: 1;
  filter: alpha(opacity=100); }
.slider:hover .cctrls li.flex-disabled a {
  cursor: default; }
  .slider:hover .cctrls li.flex-disabled a .spr {
    opacity: 0.2;
    filter: alpha(opacity=20); }
.slider:hover .auto-show,
.slider:hover .controls-bottom-left,
.slider:hover .js-carousel,
.slider:hover .flexslider__photo-credit {
  opacity: 1;
  filter: alpha(opacity=100); }

.no-js .js-gallery li {
  display: none; }
  .no-js .js-gallery li:first-child {
    display: block; }
.no-js [class*="cctrls-"],
.no-js .auto-show,
.no-js .view-total,
.no-js .js-carousel {
  display: none !important; }
.no-js .content-gallery.opacity-zero {
  opacity: 1;
  filter: alpha(opacity=100); }

.no-boxshadow .cctrls {
  background: url(https://imgs2.estadodeminas.vrum.com.br/vrum/no-boxshadow.png) repeat-x center bottom; }

.load-gallery {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -65px;
  margin-left: -28px; }

@media print {
  header,
  .docs,
  .footer__p,
  .footer__s,
  .spr,
  .content-desc-gallery {
    display: none; }

  #gallery li {
    display: none;
    margin: 0; }
    #gallery li:first-child {
      display: block; }
      #gallery li:first-child img {
        margin: 0;
        max-width: 600px !important;
        max-height: 700px !important; }

  .mata-mata.slides > li {
    width: 25% !important;
    display: inline-block; }

  .footer {
    border: none;
    padding: 0;
    margin: 0; } }
.l-generic img {
  margin: 0 auto; }
.l-generic figure {
  background: #ccc; }
.l-generic figcaption {
  background: #fff; }
.l-generic .content__embed {
  display: none; }

.view__content__list {
  margin-bottom: 20px;
  display: none; }

#view__embed {
  display: none;
  background: url(https://imgs2.estadodeminas.vrum.com.br/vrum/loader-embed.gif) center center no-repeat;
  min-height: 100px; }
#view__title {
  padding-right: 45px; }

.list-caracteristicas-veiculo li {
  width: 32%;
  float: left;
  text-transform: capitalize; }
  @media (max-width: 480px) {
    .list-caracteristicas-veiculo li {
      width: 100%; } }

#lightBox {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  top: 0;
  left: 0; }
  #lightBox-content {
    display: block;
    margin: 0 auto; }
    #lightBox-content img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      border: solid 10px #FFF;
      box-shadow: 0px 0px 30px #000;
      max-width: 100%;
      max-height: 100%;
      margin-top: 10%; }
  #lightBox .closefullimg {
    top: 20px;
    right: 50px;
    position: fixed;
    display: block;
    font-size: 50px;
    font-weight: 600;
    color: #fff; }
    #lightBox .closefullimg:hover {
      text-decoration: none; }

.info-geo {
  background-color: #ced8bd; }
  .info-geo .container {
    position: relative; }
  .info-geo a {
    color: #7e2006 !important; }
    .info-geo a:hover {
      color: #7e2006;
      text-decoration: none; }
  .info-geo__btn {
    display: block;
    width: 60px;
    padding: 4px 0; }
    .info-geo__btn.last {
      width: 40px; }
  .info-geo__content-country {
    position: absolute;
    width: 150px;
    height: 40px;
    right: 100%;
    top: 0;
    overflow: hidden; }
  .info-geo__content-country.open ul.list-inline {
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .info-geo__list {
    position: absolute;
    top: 0;
    right: 15px; }
    .info-geo__list > li {
      padding-right: 0 !important;
      padding-left: 0 !important; }
      .info-geo__list > li:first-child {
        vertical-align: text-bottom; }
    .info-geo__list ul.list-inline {
      text-align: center;
      position: absolute;
      top: 0;
      font-size: 85%;
      width: 150px;
      right: -100%;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .info-geo__list ul.list-inline li {
        padding: 10px;
        width: 40px;
        color: green; }

li.item-select-bairro, li.item-select-estado {
  width: 33%;
  float: left; }
  li.item-select-bairro label, li.item-select-estado label {
    cursor: pointer; }
  @media (max-width: 768px) {
    li.item-select-bairro, li.item-select-estado {
      width: 45%; } }
  @media (max-width: 480px) {
    li.item-select-bairro, li.item-select-estado {
      width: 100%; } }

li.item-select-marca {
  width: 35%;
  float: left;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  -o-user-select: none;
  user-select: none; }
  li.item-select-marca label {
    cursor: pointer; }
  @media (max-width: 768px) {
    li.item-select-marca {
      width: 45%; } }
  @media (max-width: 480px) {
    li.item-select-marca {
      width: 100%; } }

#regioes li.item-select-bairro {
  width: 45%;
  float: left; }
  @media (max-width: 768px) {
    #regioes li.item-select-bairro {
      width: 100%; } }

#todas-marcas li.item-select-marca {
  width: 33%;
  float: left; }
  @media (max-width: 768px) {
    #todas-marcas li.item-select-marca {
      width: 100%; } }

li.item-select-marca, li.item-select-modelo, li.item-select-estado, li.item-select-cidade, li.item-select-categoria, li.item-select-acessorio, li.item-select-cor, li.item-select-cilindros, li.item-select-cilindradas, li.item-select-motor {
  width: 33%;
  float: left; }
  li.item-select-marca label, li.item-select-modelo label, li.item-select-estado label, li.item-select-cidade label, li.item-select-categoria label, li.item-select-acessorio label, li.item-select-cor label, li.item-select-cilindros label, li.item-select-cilindradas label, li.item-select-motor label {
    cursor: pointer; }
  @media (max-width: 768px) {
    li.item-select-marca, li.item-select-modelo, li.item-select-estado, li.item-select-cidade, li.item-select-categoria, li.item-select-acessorio, li.item-select-cor, li.item-select-cilindros, li.item-select-cilindradas, li.item-select-motor {
      width: 45%; } }
  @media (max-width: 480px) {
    li.item-select-marca, li.item-select-modelo, li.item-select-estado, li.item-select-cidade, li.item-select-categoria, li.item-select-acessorio, li.item-select-cor, li.item-select-cilindros, li.item-select-cilindradas, li.item-select-motor {
      width: 100%; } }

.limpar-input {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  font-size: 25px;
  display: none; }

.modal-open {
  overflow: hidden; }

.close-modal {
  background: none;
  border: none;
  font-weight: 800; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal hr {
    border-top: 1px solid #ccc; }
  .modal label {
    font-family: "Lato Regular", Helvetica, Arial, sans-serif; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal .has-feedback .form-control {
    padding-left: 51.25px;
    padding-right: 0; }
  .modal .form-control-feedback {
    left: 0;
    top: 0; }
  .modal .tab-content {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden; }
    .modal .tab-content::-webkit-scrollbar-thumb {
      border: 5px solid #fff;
      border-top: 0;
      border-bottom: 0; }
    .modal .tab-content::-webkit-scrollbar-thumb:vertical {
      background-color: #ddd;
      height: 100px; }
    .modal .tab-content::-webkit-scrollbar-thumb:hover {
      background-color: #e4e4e4; }
    .modal .tab-content::-webkit-scrollbar {
      height: 16px;
      width: 16px;
      border: solid 7px #fff;
      background-color: #cccccc; }
    .modal .tab-content::-webkit-scrollbar-corner {
      background-color: #fff; }
    @media (max-width: 480px) {
      .modal .tab-content {
        height: 200px; } }
  @media (max-width: 480px) {
    .modal {
      background: #fff; }
      .modal .modal-content {
        border: 0;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  min-height: 16.4px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.4; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  padding: 19px 20px 20px;
  text-align: right; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
.tab-content {
  position: relative; }

.img-load-modal {
  position: relative;
  left: 50%;
  margin-left: -65px; }

#modal-cadastro {
  margin-top: 30px; }
  #modal-cadastro .modal-dialog {
    max-width: 300px;
    margin: 0 auto; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: none; }
    .nav > li.disabled > a {
      color: #999999; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #999999;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: none;
    border-color: #666; }
  .nav .nav-divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.4;
      border: 1px solid transparent; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.wrapper-hover-layer {
  position: relative; }

.hover-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #b52614 url(https://imgs2.estadodeminas.vrum.com.br/vrum/shearch_white_hover.svg) no-repeat center center;
  background: rgba(131, 38, 20, 0.65) url(https://imgs2.estadodeminas.vrum.com.br/vrum/shearch_white_hover.svg) no-repeat center center; }
  @media (min-width: 481px) and (max-width: 767px) {
    .hover-layer {
      display: none; } }

.orange .hover-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d46020 url(https://imgs2.estadodeminas.vrum.com.br/vrum/shearch_white_hover.svg) no-repeat center center;
  background: rgba(212, 96, 32, 0.65) url(https://imgs2.estadodeminas.vrum.com.br/vrum/shearch_white_hover.svg) no-repeat center center; }

.active-hover-layer {
  position: relative; }
  .active-hover-layer a:hover,
  .active-hover-layer a:hover * {
    text-decoration: none; }
  .active-hover-layer .hover-layer {
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    -webkit-transition: linear opacity 0.3s;
    transition: linear opacity 0.3s; }
  .active-hover-layer:hover .hover-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transition: linear opacity 0.3s;
    transition: linear opacity 0.3s; }
  .active-hover-layer.green:hover .item-titulo,
  .active-hover-layer.green:hover .item-valor {
    color: #b52614; }
  .active-hover-layer.green:hover .item-descricao {
    color: #888; }
  .active-hover-layer.orange .destaques-imobiliaria > div {
    padding: 20px 0 20px 0; }
  .active-hover-layer.orange:hover .item-titulo,
  .active-hover-layer.orange:hover .item-valor {
    color: #d55007; }
  .active-hover-layer.orange:hover .item-descricao {
    color: #888; }

.no-svg .hover-layer {
  background-image: url(https://imgs2.estadodeminas.vrum.com.br/vrum/shearch_white_hover.png); }

.hover-gray:hover .desc-titleBlog,
.hover-gray:hover .desc-Blog {
  color: #888888; }

.breadcrumb {
  padding: 0 15px 8px;
  margin-bottom: 20px;
  list-style: none; }
  .breadcrumb > li {
    display: inline-block;
    font-size: 14px; }
    .breadcrumb > li a {
      color: #b52614; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #999999; }

.resultados-da-busca-numeros-de-itens {
  font-size: 48px;
  font-family: "Lato Light";
  line-height: 0.9; }
  @media (max-width: 767px) {
    .resultados-da-busca-numeros-de-itens {
      font-size: 42px; } }
.resultados-da-busca-localizacao {
  font-size: 16px;
  font-family: "Lato Regular", Helvetica, Arial, sans-serif;
  line-height: 0.9; }
.resultados-da-busca-descricao-dos-itens {
  font-size: 24px;
  font-family: "Lato Light";
  line-height: 0.9; }
  @media (max-width: 480px) {
    .resultados-da-busca-descricao-dos-itens {
      font-size: 18px; } }
.resultados-da-busca-refinar {
  background: #e4e4e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.resultados-da-busca .sprite-add {
  vertical-align: middle; }
.resultados-da-busca label {
  color: #000; }
.resultados-da-busca .remove-button {
  cursor: pointer; }

.anuncio-lista-item {
  padding-bottom: 35px;
  padding-top: 35px; }
  .anuncio-lista-item:first-child {
    padding-top: 0px; }
.anuncio-lista hr {
  border-top: solid 1px #ccc;
  margin-bottom: 0;
  margin-top: 0; }
.anuncio-lista .item-valor {
  font-size: 22px; }
  @media (max-width: 991px) {
    .anuncio-lista .item-valor {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .anuncio-lista .item-valor {
      font-size: 18px; } }
.anuncio-lista .item-descricao {
  font-size: 12px; }
  @media (max-width: 480px) {
    .anuncio-lista .item-descricao {
      font-size: 9px; } }
.anuncio-lista .item-descricao-conteudo {
  font-size: 20px;
  font-weight: 800; }
  @media (max-width: 480px) {
    .anuncio-lista .item-descricao-conteudo {
      font-size: 14px; } }

.property-absolute {
  position: absolute;
  right: 1px;
  z-index: 10; }

.destaques-imobiliaria .property-absolute {
  right: 20px; }

.fotos-anuncio {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px;
  background: #fff;
  border-radius: 3px;
  font-size: 14px;
  color: #666;
  z-index: 1; }

.dados-item li {
  border-left: solid 1px #ccc;
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  min-width: 15%; }
  @media (max-width: 480px) {
    .dados-item li {
      /*border: none;
      /*width: 49%;
      padding-left: 0 !important;*/
      margin-bottom: 5px; } }
  .dados-item li:first-child {
    border: 0;
    padding-left: 0px; }
  .dados-item li span {
    display: block; }
.dados-item .item-descricao {
  font-size: 12px; }
  @media (max-width: 480px) {
    .dados-item .item-descricao {
      font-size: 9px; } }
.dados-item .item-descricao-conteudo {
  font-size: 20px;
  font-family: "Lato Regular", Helvetica, Arial, sans-serif;
  color: #333; }
  @media (max-width: 480px) {
    .dados-item .item-descricao-conteudo {
      font-size: 14px; } }

.container-premium {
  border: solid 1px #ccc;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.visited-figure {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  margin: -5px;
  overflow: hidden;
  z-index: 1; }

.visited-caption {
  background-color: #319dbc;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 65px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Opera, Chrome, and Safari */
  position: absolute;
  top: 20px;
  left: -60px;
  font-size: 11px;
  letter-spacing: 1px; }
  .visited-caption:after, .visited-caption:before {
    content: "";
    width: 2px;
    height: 2px;
    border: solid 4px;
    border-color: #1e7e9a transparent transparent;
    position: absolute;
    top: 35px;
    left: 22px; }
  .visited-caption:before {
    left: 171px; }

.lt-ie9 .visited-caption {
  padding: 10px;
  left: 0; }
  .lt-ie9 .visited-caption:after, .lt-ie9 .visited-caption:before {
    border-color: transparent; }

@media (max-width: 768px) {
  .reset-row-xs > div {
    margin-right: -15px;
    margin-left: -15px; } }

.see-all {
  position: absolute;
  top: -60px;
  right: 0; }

.is_0km {
  background: #b52614;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 5px;
  text-transform: uppercase;
  margin-right: 5px;
  position: relative;
  bottom: 3px; }

.inline-title {
  display: inline; }

.carro-informacoes li {
  width: 33%;
  float: left;
  font-size: 14px; }
  .carro-informacoes li span {
    font-family: "Lato Bold"; }

.linha-busca {
  margin: 0; }

.barradeacoes {
  position: relative;
  margin-bottom: 0;
  height: 35px;
  float: right; }
  @media (max-width: 480px) {
    .barradeacoes {
      float: left !important;
      margin-top: 20px; } }
  .barradeacoes__acionarredessociais:hover .barradeacoes__compartilharredessociais {
    display: block; }

  .barradeacoes__compartilharredessociais {
    background: #b52614;
    border-radius: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: none; }
    .barradeacoes__compartilharredessociais > ul {
      display: table;
      width: 100%; }
    .barradeacoes__compartilharredessociais li {
      padding: 0;
      display: table-cell; }

  .barradeacoes__botao {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .barradeacoes__botao i[class^="sprite-"] {
      display: block;
      margin-right: auto;
      margin-left: auto; }
  .barradeacoes .control:hover {
    background: #b52614; }

.mostraescondetelefone {
  max-width: 190px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-left: 0 !important; }
  .mostraescondetelefone__fone {
    white-space: nowrap;
    vertical-align: middle;
    line-height: 40px; }
  .mostraescondetelefone__controle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 5px 5px;
    background: #e4e4e4;
    -webkit-box-shadow: -10px 0 10px 0 #e4e4e4;
    box-shadow: -10px 0 10px 0 #e4e4e4; }
  @media (max-width: 767px) {
    .mostraescondetelefone.pull-left-xs {
      float: left; } }
  .mostraescondetelefone.white .mostraescondetelefone__fone {
    line-height: 30px; }
  .mostraescondetelefone.white .mostraescondetelefone__controle {
    background: #fff;
    -webkit-box-shadow: -10px 0 10px 0 #fff;
    box-shadow: -10px 0 10px 0 #fff; }

.itenscustos {
  float: right;
  text-align: right; }
  @media (max-width: 767px) {
    .itenscustos {
      display: block;
      float: left;
      text-align: left; } }

.slides-int .view-slides {
  height: 416px; }
  @media (max-width: 480px) {
    .slides-int .view-slides {
      height: 275px; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .slides-int .view-slides {
      height: 340px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .slides-int .view-slides {
      height: 360px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .slides-int .view-slides {
      height: 360px; } }
  .slides-int .view-slides .slides img {
    max-height: 100%; }
.slides-int #slider .flex-direction-nav,
.slides-int #carousel .flex-direction-nav {
  list-style: none;
  margin-bottom: 0; }
.slides-int #slider a:focus,
.slides-int #carousel a:focus {
  outline: 0; }
.slides-int #slider .content-nav-flex-prev,
.slides-int #slider .content-nav-flex-next {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }
.slides-int #slider .content-nav-flex-next {
  right: 0;
  left: auto; }
.slides-int #slider .content-nav-flex-prev a,
.slides-int #slider .content-nav-flex-next a {
  width: 75px !important;
  display: inline-block !important;
  height: 100% !important; }
  .slides-int #slider .content-nav-flex-prev a i[class^="sprite-"],
  .slides-int #slider .content-nav-flex-next a i[class^="sprite-"] {
    position: absolute; }
.slides-int #slider .slides,
.slides-int #slider .flex-viewport {
  background: #e4e4e4;
  height: 416px !important; }
.slides-int #carousel img {
  display: block;
  cursor: pointer;
  opacity: .7;
  filter: alpha(opacity=70); }
.slides-int #carousel .flex-active-slide img {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default; }
.slides-int #carousel .content-nav-flex-prev,
.slides-int #carousel .content-nav-flex-next {
  height: 25px;
  background: #e4e4e4;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: block !important; }
  .slides-int #carousel .content-nav-flex-prev a,
  .slides-int #carousel .content-nav-flex-next a {
    display: block;
    text-align: center;
    height: 100%; }
  .slides-int #carousel .content-nav-flex-prev:hover,
  .slides-int #carousel .content-nav-flex-next:hover {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    background: #b52614; }
@media (min-width: 992px) {
  .slides-int #carousel {
    height: 416px !important; }
    .slides-int #carousel .flex-viewport {
      max-height: 362px;
      -webkit-transition: all linear 0.3s;
      transition: all linear 0.3s;
      margin-top: 30px; }
    .slides-int #carousel ul {
      width: 165px !important;
      max-height: 379px !important; }
      .slides-int #carousel ul li {
        width: 165px !important; }
    .slides-int #carousel img {
      margin: 0 auto 10px;
      max-width: 100%; }
    .slides-int #carousel .content-nav-flex-prev {
      position: absolute;
      top: 0; }
    .slides-int #carousel .content-nav-flex-prev,
    .slides-int #carousel .content-nav-flex-next {
      height: 25px;
      background: #e4e4e4;
      display: block !important; }
      .slides-int #carousel .content-nav-flex-prev a,
      .slides-int #carousel .content-nav-flex-next a {
        display: block;
        text-align: center;
        height: 100%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .slides-int #carousel ul li {
    width: 132px !important; } }
@media (max-width: 991px) {
  .slides-int #carousel {
    height: auto !important; }
    .slides-int #carousel .flex-viewport {
      height: auto !important;
      padding-left: 25px;
      padding-right: 25px; }
    .slides-int #carousel li {
      margin-right: 10px;
      margin-left: 10px; }
      .slides-int #carousel li img {
        max-height: 120px; }
    .slides-int #carousel .flex-direction-nav li {
      margin-right: 0;
      margin-left: 0; }
    .slides-int #carousel .content-nav-flex-prev,
    .slides-int #carousel .content-nav-flex-next {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background: #e4e4e4; }
    .slides-int #carousel .content-nav-flex-next {
      right: 0;
      left: auto; }
    .slides-int #carousel .content-nav-flex-prev a,
    .slides-int #carousel .content-nav-flex-next a {
      width: 25px !important;
      display: inline-block !important;
      height: 100% !important; } }
@media (max-width: 991px) {
  .slides-int {
    /*teste*/ }
    .slides-int > .col-md-9 {
      padding-bottom: 15px; }
    .slides-int > .col-md-3 {
      padding-top: 15px; } }
.slides-int.load {
  background: url(https://imgs2.estadodeminas.vrum.com.br/vrum/load-gallery.gif) no-repeat center center; }
  .slides-int.load .col-md-9, .slides-int.load .col-md-3 {
    -webkit-transition: linear opacity 0.3s;
    transition: linear opacity 0.3s;
    opacity: 0;
    filter: alpha(opacity=0); }
.slides-int.loaded .col-md-9, .slides-int.loaded .col-md-3 {
  -webkit-transition: linear opacity 0.3s;
  transition: linear opacity 0.3s;
  opacity: 1;
  filter: alpha(opacity=100); }

.alert-slide {
  display: none; }

.no-js .slides-int #carousel {
  display: none; }
.no-js .alert-slide {
  display: block; }

.js-slide-last-view > div {
  -webkit-transition: opacity linear 0.3s;
  transition: opacity linear 0.3s; }
.js-slide-last-view.load {
  background: url(https://imgs2.estadodeminas.vrum.com.br/vrum/load-gallery.gif) no-repeat center center;
  height: 350px;
  overflow: hidden; }
  .js-slide-last-view.load > div {
    height: 330px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity linear 0.3s;
    transition: opacity linear 0.3s;
    visibility: hidden; }

.no-js .js-last-realty-view {
  display: none; }

.slide-last-view {
  position: relative; }
  .slide-last-view .flex-viewport {
    height: auto !important; }
  .slide-last-view .content-nav-flex-prev,
  .slide-last-view .content-nav-flex-next {
    position: absolute;
    top: 0;
    left: -75px;
    height: 100%; }
    @media (max-width: 991px) {
      .slide-last-view .content-nav-flex-prev,
      .slide-last-view .content-nav-flex-next {
        left: -55px; } }
  .slide-last-view .content-nav-flex-next {
    right: -95px;
    left: auto; }
    @media (max-width: 991px) {
      .slide-last-view .content-nav-flex-next {
        right: -75px; } }
  .slide-last-view .content-nav-flex-prev a,
  .slide-last-view .content-nav-flex-next a {
    width: 75px !important;
    display: inline-block !important;
    height: 100% !important; }
    .slide-last-view .content-nav-flex-prev a i[class^="sprite-"],
    .slide-last-view .content-nav-flex-next a i[class^="sprite-"] {
      position: absolute; }
    .slide-last-view .content-nav-flex-prev a:focus,
    .slide-last-view .content-nav-flex-next a:focus {
      outline: 0; }
  @media (max-width: 767px) {
    .slide-last-view .content-nav-flex-prev,
    .slide-last-view .content-nav-flex-next {
      display: none; } }
  .slide-last-view .itens-slide-last-view {
    margin-right: 10px; }

.maps {
  border: solid 1px #ccc;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden; }
  .maps__img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    background-size: 120%;
    background-position: center; }
    .maps__img--blur {
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px); }

@media (min-width: 1200px) {
  .maps.controllerheight {
    height: 280px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .maps.controllerheight {
    height: 175px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .maps.controllerheight {
    height: 266px; } }
@media (min-width: 481px) and (max-width: 767px) {
  .maps.controllerheight {
    height: 150px; } }
@media (max-width: 480px) {
  .maps.controllerheight {
    height: 100px; } }

.explorar {
  position: absolute; }

.map-load {
  background: url(https://imgs2.estadodeminas.vrum.com.br/vrum/load-gallery.gif) no-repeat center center !important; }

.mapBuscaImovelItens__photosVideos {
  font-size: 13px; }

.mapBuscaImovel {
  position: relative;
  overflow: hidden;
  border: solid 1px #ccc;
  width: 100%;
  height: 530px; }
  .mapBuscaImovel__list {
    width: 275px;
    height: 528px;
    position: absolute;
    top: 0;
    right: -255px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s; }
    .mapBuscaImovel__list--link {
      display: block;
      margin-top: 20px; }
      .mapBuscaImovel__list--link:first-child {
        margin-top: 0; }
      .mapBuscaImovel__list--link:hover, .mapBuscaImovel__list--link:focus, .mapBuscaImovel__list--link:active {
        text-decoration: none; }
    .mapBuscaImovel__list--wrapper {
      width: 250px;
      margin: 20px 0 20px 20px;
      position: relative;
      height: 100%;
      overflow: auto; }
      .mapBuscaImovel__list--wrapper::-webkit-scrollbar-thumb {
        border: 5px solid #fff;
        border-top: 0;
        border-bottom: 0; }
      .mapBuscaImovel__list--wrapper::-webkit-scrollbar-thumb:vertical {
        background-color: #ddd;
        height: 100px; }
      .mapBuscaImovel__list--wrapper::-webkit-scrollbar-thumb:hover {
        background-color: #e4e4e4; }
      .mapBuscaImovel__list--wrapper::-webkit-scrollbar {
        height: 16px;
        width: 16px;
        border: solid 7px #fff;
        background-color: #cccccc; }
      .mapBuscaImovel__list--wrapper::-webkit-scrollbar-corner {
        background-color: #fff; }
    .mapBuscaImovel__list--itens {
      width: 240px;
      font-size: 14px;
      border-bottom: solid 1px #9A9899;
      position: relative;
      padding-right: 10px; }
      .mapBuscaImovel__list--itens img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 80px;
        max-height: 55px; }
    .mapBuscaImovel__list--wrapper-desc {
      padding-left: 100px;
      min-height: 55px;
      margin-bottom: 10px; }
  .mapBuscaImovel__list--nav {
    width: 20px;
    position: relative;
    height: 528px;
    cursor: pointer;
    overflow: hidden;
    float: left; }
    .mapBuscaImovel__list--nav:before {
      content: '';
      width: 0;
      height: 0;
      border: 10px solid;
      border-color: transparent #666 transparent transparent;
      position: absolute;
      top: 50%;
      left: -6px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .mapBuscaImovel__list--nav:hover:before {
      border-color: transparent #000 transparent transparent; }
    .mapBuscaImovel__list--nav.open:before {
      content: '';
      width: 0;
      height: 0;
      border: 10px solid;
      border-color: transparent transparent transparent #000;
      position: absolute;
      top: 50%;
      left: 5px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

@media (min-width: 992px) and (max-width: 1199px) {
  .mapBuscaImovel {
    height: 436px; }

  .mapBuscaImovel__list--wrapper,
  .mapBuscaImovel__list,
  .mapBuscaImovel__list--nav {
    height: 434px; } }
@media (max-width: 991px) {
  .mapBuscaImovel {
    height: 258px; }

  .mapBuscaImovel__list--wrapper,
  .mapBuscaImovel__list,
  .mapBuscaImovel__list--nav {
    height: 256px; } }
.gm-style-iw {
  left: 20px !important; }
  .gm-style-iw > div {
    height: auto !important; }

.view-info-map {
  width: 230px;
  padding: 15px 0; }
  .view-info-map__wrapperImg {
    width: 100px;
    height: 70px;
    margin-left: 10px;
    overflow: hidden;
    background: url("https://imgs2.estadodeminas.vrum.com.br/vrum/preloader-autocomplete.gif") center center no-repeat; }
  .view-info-map img {
    width: 100px; }
  .view-info-map__desc {
    font-size: 14px; }
  .view-info-map__details {
    border-top: solid 1px #9A9899;
    padding-top: 10px; }
  .view-info-map .btn {
    font-size: 11px;
    line-height: 15px; }

.js-map-canvas {
  background-size: 120%;
  background-position: center; }

.bar-fixed {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #efefef;
  border-bottom: solid 1px #d9d9d9;
  position: fixed;
  z-index: 1035;
  width: 100%;
  top: -100px;
  -webkit-transition: top linear 0.5s;
  transition: top linear 0.5s; }
  .bar-fixed .resultados-da-busca-descricao-dos-itens {
    font-size: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    text-overflow: ellipsis;
    font-family: "Lato Light" !important; }
    .bar-fixed .resultados-da-busca-descricao-dos-itens .text-no-wrapper {
      white-space: nowrap; }
  .bar-fixed.see {
    position: fixed;
    top: 0;
    -webkit-transition: top linear 0.5s;
    transition: top linear 0.5s;
    -webkit-transform: translateZ(0); }
  .bar-fixed__container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 1200px) {
      .bar-fixed__container {
        width: 1170px; } }
  .bar-fixed .list-inline > li {
    vertical-align: middle;
    padding: 0 10px; }
    .bar-fixed .list-inline > li:first-child {
      padding: 0; }
    .bar-fixed .list-inline > li:last-child {
      padding-right: 0; }
    @media (min-width: 1200px) {
      .bar-fixed .list-inline > li {
        padding: 0 15px; } }
  .bar-fixed .mostraescondetelefone {
    float: none;
    margin-right: 0; }
    .bar-fixed .mostraescondetelefone__controle {
      background: #efefef;
      -webkit-box-shadow: -10px 0 10px 0 #efefef;
      box-shadow: -10px 0 10px 0 #efefef; }
    @media (max-width: 1199px) {
      .bar-fixed .mostraescondetelefone__fone {
        font-size: 18px; } }
    .bar-fixed .mostraescondetelefone__controle {
      margin-right: 0; }
      @media (max-width: 1199px) {
        .bar-fixed .mostraescondetelefone__controle {
          font-size: 13px; } }

.btn-fixed-action-form {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  display: none; }
  .btn-fixed-action-form__content {
    -webkit-box-shadow: 0 -10px 5px -5px #e4e4e4;
    box-shadow: 0 -10px 5px -5px #e4e4e4;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transition: linear all 0.3s;
    transition: linear all 0.3s;
    background: #e4e4e4; }
    .btn-fixed-action-form__content:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: linear all 0.3s;
      transition: linear all 0.3s; }

.captioned-figure {
  display: table;
  table-layout: fixed; }

.captioned-figure img {
  margin-bottom: 10px;
  border: 0; }

.captioned-figure .figcaption {
  display: table-caption;
  caption-side: bottom; }

.captioned-figure .figcaption {
  margin: 0 15px; }

.captioned-figure-outer {
  display: inline-block;
  border-bottom: solid 2px #DADADA;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background: #F5F5F5; }
  .captioned-figure-outer.left {
    margin: 0 20px 0 0; }
  .captioned-figure-outer.right {
    margin: 0 0 0 20px; }

.centered {
  text-align: center; }

.no-label {
  border-bottom: 0;
  padding-bottom: 0; }
  .no-label a .captioned-figure img {
    margin-bottom: 0 !important; }

.read-more {
  border-top: solid 1px #CCCCCC;
  width: 240px; }
  .read-more.last-news-sidebar {
    width: 100%; }
  @media (max-width: 480px) {
    .read-more {
      width: 100%; } }
  .read-more li {
    border-bottom: dotted 1px #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative; }
    .read-more li:first-child {
      padding-top: 0; }
      .read-more li:first-child figure {
        top: 0; }
  .read-more a {
    display: block; }
    .read-more a:hover * {
      text-decoration: none; }
  .read-more figure {
    width: 70px;
    height: 60px;
    background: #ccc;
    float: left; }
    .read-more figure img {
      max-width: 100%;
      max-height: auto;
      display: block;
      margin: 0 auto; }
  .read-more__description {
    padding-left: 90px;
    display: block; }

.crtl-view-embed img {
  padding: 0px;
  -webkit-transition: padding, ease-in-out, 0.3s;
  transition: padding, ease-in-out, 0.3s; }
.crtl-view-embed.active-embed figure {
  background: #b52614; }
.crtl-view-embed.active-embed figcaption {
  color: #b52614; }
.crtl-view-embed.active-embed img {
  padding: 5px;
  -webkit-transition: padding, ease-in-out, 0.3s;
  transition: padding, ease-in-out, 0.3s; }

.show-embed {
  background: #E4E4E4;
  padding: 25px 0; }

.view__content__list {
  display: none; }

.ofertas-para-perfil .data-perfil-yes {
  display: none; }
.ofertas-para-perfil.js-yes-perfil .data-perfil-no {
  display: none; }
.ofertas-para-perfil.js-yes-perfil .data-perfil-yes {
  display: block; }

.refine-search .input-append input {
  border-right-color: transparent;
  font-size: .8em; }
.refine-search .input-group-addon {
  background: #fff; }

.inactive-text {
  color: #666 !important;
  cursor: default; }
  .inactive-text i {
    top: 3px; }

.text-gray {
  color: #666 !important; }

.sprite-logo {
  height: 50px;
  width: 130px; }
  @media (min-width: 1200px) {
    .sprite-logo {
      margin-top: -10px;
      width: 210px;
      height: 81px;
      background-position: -2525px 0; } }
  @media (max-width: 480px) {
    .sprite-logo {
      margin-top: 5px;
      width: 30.601px;
      height: 30.601px; } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 = 56.25% */
  padding-top: 25px;
  height: 0; }
  .videoWrapper object,
  .videoWrapper embed,
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 */
.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 3000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  /*.dow {
  border-top: 1px solid #ddd !important;
  }*/ }
  .bootstrap-datetimepicker-widget:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .bootstrap-datetimepicker-widget:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }
  .bootstrap-datetimepicker-widget.pull-right:before, .bootstrap-datetimepicker-widget.view-info-map__wrapperImg:before, .bootstrap-datetimepicker-widget.captioned-figure-outer.right:before {
    left: auto;
    right: 6px; }
  .bootstrap-datetimepicker-widget.pull-right:after, .bootstrap-datetimepicker-widget.view-info-map__wrapperImg:after, .bootstrap-datetimepicker-widget.captioned-figure-outer.right:after {
    left: auto;
    right: 7px; }
  .bootstrap-datetimepicker-widget > ul {
    list-style-type: none;
    margin: 0; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 100%;
    font-weight: bold;
    font-size: 1.2em; }
  .bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
    width: 4px;
    padding: 0;
    margin: 0; }
  .bootstrap-datetimepicker-widget .datepicker > div {
    display: none; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
  .bootstrap-datetimepicker-widget td,
  .bootstrap-datetimepicker-widget th {
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover {
    background: #eeeeee;
    cursor: pointer; }
  .bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new {
    color: #999999; }
  .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background: #b52614;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
  .bootstrap-datetimepicker-widget td.disabled, .bootstrap-datetimepicker-widget td.disabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed; }
  .bootstrap-datetimepicker-widget td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .bootstrap-datetimepicker-widget td span:hover {
      background: #eeeeee; }
    .bootstrap-datetimepicker-widget td span.active {
      background: #b52614;
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .bootstrap-datetimepicker-widget td span.old {
      color: #999999; }
    .bootstrap-datetimepicker-widget td span.disabled, .bootstrap-datetimepicker-widget td span.disabled:hover {
      background: none;
      color: #999999;
      cursor: not-allowed; }
  .bootstrap-datetimepicker-widget th.switch {
    width: 145px; }
  .bootstrap-datetimepicker-widget th.next, .bootstrap-datetimepicker-widget th.prev {
    font-size: 24px; }
  .bootstrap-datetimepicker-widget th.disabled, .bootstrap-datetimepicker-widget th.disabled:hover {
    background: none;
    color: #999999;
    cursor: not-allowed; }
  .bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer; }
    .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
      background: #eeeeee; }

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px; }

.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px; }
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px; }

.real-estate {
  height: 454px;
  overflow-y: scroll;
  overflow-x: hidden; }
  .real-estate::-webkit-scrollbar-thumb {
    border: 5px solid #fff;
    border-top: 0;
    border-bottom: 0; }
  .real-estate::-webkit-scrollbar-thumb:vertical {
    background-color: #ddd;
    height: 100px; }
  .real-estate::-webkit-scrollbar-thumb:hover {
    background-color: #b52614; }
  .real-estate::-webkit-scrollbar {
    height: 16px;
    width: 16px;
    border: solid 7px #fff;
    background-color: #cccccc; }
  .real-estate::-webkit-scrollbar-corner {
    background-color: #fff; }

#js-map-canvas {
  height: 454px;
  background-position: center center; }

.anuncio-lista #js-map-canvas {
  height: 300px; }

.revendas #js-map-canvas {
  height: 200px; }

.js-img-google {
  max-height: 100%; }

@media (max-width: 1200px) {
  .real-estate,
  #js-map-canvas {
    height: 344px; } }
@media (max-width: 991px) {
  .real-estate,
  #js-map-canvas {
    height: 261px; } }
.filter-start-char {
  border-bottom: solid 1px #ccc; }
  .filter-start-char a {
    position: relative;
    width: 16px;
    display: block;
    text-align: center; }
    .filter-start-char a span {
      width: 10px;
      height: 10px;
      display: block;
      border: solid 8px;
      border-color: transparent; }
    .filter-start-char a.active:hover span, .filter-start-char a.active span {
      border: solid 8px;
      border-color: transparent transparent #ccc; }
      .filter-start-char a.active:hover span:before, .filter-start-char a.active span:before {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0px;
        border: solid 8px;
        border-color: transparent transparent #fff; }
    .filter-start-char a:hover {
      text-decoration: none; }
      .filter-start-char a:hover span {
        border: solid 8px;
        border-color: transparent transparent #efefef; }

.controlheight {
  overflow: hidden; }
  .controlheight-x-large {
    height: 190px; }
  .controlheight-large {
    height: 140px; }
  .controlheight-medium {
    height: 110px; }
  .controlheight-mediumtwo {
    height: 116px; }
  .controlheight-small {
    height: 90px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .controlheight-x-large {
      height: 163.7931px; }
    .controlheight-large {
      height: 120.68966px; }
    .controlheight-medium {
      height: 94.82759px; }
    .controlheight-mediumtwo {
      height: 100px; }
    .controlheight-small {
      height: 77.58621px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .controlheight-x-large {
      height: 143.93939px; }
    .controlheight-large {
      height: 106.06061px; }
    .controlheight-medium {
      height: 83.33333px; }
    .controlheight-mediumtwo {
      height: 87.87879px; }
    .controlheight-small {
      height: 68.18182px; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .controlheight-x-large {
      height: 133.80282px; }
    .controlheight-large {
      height: 98.59155px; }
    .controlheight-medium {
      height: 77.46479px; }
    .controlheight-mediumtwo {
      height: 81.69014px; }
    .controlheight-small {
      height: 63.38028px; } }
  @media (max-width: 480px) {
    .controlheight-x-large {
      height: 125px; }
    .controlheight-large {
      height: 92.10526px; }
    .controlheight-medium {
      height: 72.36842px; }
    .controlheight-mediumtwo {
      height: 76.31579px; }
    .controlheight-small {
      height: 59.21053px; } }

@media (min-width: 480px) {
  .search-keyword__label {
    text-align: right; } }

.search-realty__btn {
  line-height: 21px;
  font-size: 13px;
  text-align: center; }
  @media (max-width: 992px) {
    .search-realty__btn {
      width: 175px; } }

.search-box-capa select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url("https://imgs2.estadodeminas.vrum.com.br/vrum/arrow-down.png") no-repeat 95% center; }
.search-box-capa select::-ms-expand {
  /* for IE 11 */
  display: none !important; }
.search-box-capa label {
  font-size: 14px;
  color: #333 !important; }

.js-box-raio {
  position: relative; }

.show-tooltip:hover .tooltip-raio {
  display: block; }

.tooltip-raio {
  position: absolute;
  left: 105%;
  top: 0;
  background: rgba(181, 38, 20, 0.9);
  color: #fff;
  width: 220px;
  padding: 10px;
  z-index: 9999;
  border-radius: 4px;
  display: none; }
  .tooltip-raio:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent rgba(181, 38, 20, 0.9) transparent transparent;
    position: absolute;
    left: -10px;
    content: '';
    top: 50%;
    margin-top: -8px; }

.item-titulo-box {
  font-family: "Lato Bold", sans-serif;
  color: #b52614;
  font-size: 18px; }

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  width: 100%;
  line-height: 22px;
  cursor: text; }

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit; }

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none; }

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white; }

.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer; }

.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px; }

.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.tag-vrum {
  font-weight: normal !important;
  text-transform: capitalize;
  line-height: 2 !important;
  font-size: 12px !important;
  padding: 5px !important;
  margin: 0 !important;
  margin-left: 2px !important; }

.veiculos-revenda--list {
  padding: 0;
  list-style: none; }

.veiculos-revenda--item {
  width: 49%;
  float: left;
  padding: 0 10px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .veiculos-revenda--item {
      font-size: 12px; }
      .veiculos-revenda--item h4 {
        font-size: 14px; } }

.tabela-fipe {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  margin: 20px 0 60px; }
  .tabela-fipe h3 {
    margin: 0 0 15px;
    font-family: 'Lato Regular';
    font-size: 18px;
    color: #333; }
  .tabela-fipe p {
    font-family: 'Lato Regular';
    font-size: 14px;
    color: #333;
    margin: 0;
    padding-right: 0;
    padding-left: 20px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .tabela-fipe .line-right {
      border: none; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .tabela-fipe .line-right {
      border: none; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .tabela-fipe .line-right {
      border: none; } }
  @media (max-width: 480px) {
    .tabela-fipe .line-right {
      border: none; } }
  @media (max-width: 480px) {
    .tabela-fipe .clearfix, .tabela-fipe .text-int, .tabela-fipe .clearfix-sxs, .tabela-fipe .read-more a, .read-more .tabela-fipe a {
      margin-bottom: 20px; } }

.destaque-feirao {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 10px #BABABA;
  box-shadow: 2px 2px 10px #BABABA;
  padding: 20px; }

.destaque-line {
  border-top: solid 1px #cccccc;
  height: 1px;
  width: 100%; }

.logo-feirao {
  margin: 20px 0 0 0;
  display: block; }
  @media (min-width: 481px) and (max-width: 767px) {
    .logo-feirao img {
      margin: auto; } }
  @media (max-width: 480px) {
    .logo-feirao img {
      margin: auto; } }

.tab-destaques {
  border-bottom: 1px dotted #ccc; }
  .tab-destaques li {
    margin-bottom: 0; }
    .tab-destaques li:first-child a {
      padding-left: 0; }
    .tab-destaques li a {
      border: none !important; }
      @media (max-width: 480px) {
        .tab-destaques li a {
          text-transform: capitalize; } }

.item-titulo {
  font-family: "Lato Bold", sans-serif;
  color: #b52614;
  font-size: 16px; }
  @media (max-width: 991px) {
    .item-titulo {
      font-size: 16px; } }
.item-descricao {
  color: #666; }
  @media (max-width: 991px) {
    .item-descricao {
      font-size: 14px; } }
.item-valor {
  font-family: "Lato Bold", sans-serif;
  color: #b52614;
  font-size: 22px; }
  @media (max-width: 991px) {
    .item-valor {
      font-size: 16px; } }
.item-valor--destaques {
  font-family: "Lato Bold", sans-serif;
  color: #b52614;
  font-size: 16px; }
.item:hover-titulo {
  color: #70180c; }
.item:hover-descricao {
  color: #404040; }

.adicionar-favorito {
  font-size: 14px; }

@media (max-width: 480px) {
  .btn-group-fipe label {
    padding: 5px 20px !important; } }

.box-fipe select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url("https://imgs2.estadodeminas.vrum.com.br/vrum/arrow-down.png") no-repeat 95% center; }
.box-fipe select::-ms-expand {
  /* for IE 11 */
  display: none !important; }
.box-fipe button {
  margin-top: 3px; }

.box-fipe--resultado .preco-cod {
  font-family: 'Lato Regular';
  font-size: 20px !important;
  color: #333; }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-fipe--resultado .preco-cod {
      font-size: 16px !important; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .box-fipe--resultado .preco-cod {
      font-size: 16px !important; } }
  @media (max-width: 480px) {
    .box-fipe--resultado .preco-cod {
      font-size: 16px !important; } }
.box-fipe--resultado .box-fipe--local {
  font-family: 'Lato Bold';
  font-size: 14px !important;
  color: #333;
  display: block; }
.box-fipe--resultado .box-fipe--titulo {
  text-transform: uppercase;
  font-family: 'Lato Bold';
  font-size: 12px !important;
  color: #666; }
.box-fipe--resultado .row div:nth-of-type(2) {
  padding-top: 53px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-fipe--resultado .row div:nth-of-type(2) {
      padding-top: 71px; } }
@media (max-width: 480px) {
  .box-fipe--resultado .row div:nth-of-type(3) {
    padding-top: 0; } }
.box-fipe--resultado .row div:nth-of-type(4) {
  padding-top: 33px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-fipe--resultado .row div:nth-of-type(4) {
      padding-top: 51px; } }
  @media (max-width: 480px) {
    .box-fipe--resultado .row div:nth-of-type(4) {
      padding-top: 33px; } }

.box-fipe--info {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 10px #ccc;
  margin: 0 0 30px !important; }
  .box-fipe--info h3 {
    font-size: 16px; }
  .box-fipe--info p {
    font-size: 14px;
    color: #333; }

.btn-ver-ofertas {
  padding: 3px 20px; }

.bg-danger {
  background: #fff;
  border: 1px solid #b52614;
  text-align: left;
  padding: 15px;
  color: #b52614; }
  .bg-danger p {
    color: #333; }
  .bg-danger .close {
    opacity: 1; }

.msg-error {
  color: #b52614;
  font-size: 12px; }

@media (min-width: 481px) and (max-width: 767px) {
  #js-form-fipe select {
    font-size: 12px;
    padding: 0 0 0 10px; } }
@media (max-width: 480px) {
  #js-form-fipe select {
    font-size: 12px;
    padding: 0 0 0 10px; } }

.box-vrumtv {
  box-shadow: 3px 3px 10px #ccc;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 20px 20px 0 20px; }
  @media (min-width: 481px) and (max-width: 767px) {
    .box-vrumtv {
      padding: 20px; } }
  @media (max-width: 480px) {
    .box-vrumtv a {
      font-size: 13px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .box-vrumtv--image {
      margin-top: 43px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .box-vrumtv--image {
      margin-top: 81px; } }

@media (max-width: 480px) {
  .link-vrumtv {
    font-size: 13px; } }

.img-destaque_vrumtv {
  float: left;
  margin-right: 20px;
  max-width: 50%; }
  @media (min-width: 481px) and (max-width: 767px) {
    .img-destaque_vrumtv {
      float: none;
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 480px) {
    .img-destaque_vrumtv {
      float: none;
      max-width: 100%;
      width: 100%; } }

.image-center_vrumtv {
  margin: 0 auto 10px; }

.box-nav-categorias:hover .box-nav-categorias--item {
  opacity: 0.6; }
.box-nav-categorias a:hover {
  text-decoration: none; }
.box-nav-categorias .box-nav-categorias--item {
  margin-bottom: 20px !important; }
  .box-nav-categorias .box-nav-categorias--item:hover {
    opacity: 1; }

.calendario {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px; }
  .calendario .mes {
    text-align: center;
    color: #b52614;
    font-family: "Lato Bold", sans-serif;
    margin: 5px 0 15px; }
    .calendario .mes .nav_esq i, .calendario .mes .nav_dir i {
      margin-top: 3px; }
    .calendario .mes .nav_esq {
      float: left; }
    .calendario .mes .nav_dir {
      float: right; }
  .calendario table {
    width: 100%;
    text-align: center; }
    .calendario table thead {
      background: #ddd; }
      .calendario table thead th {
        text-align: center; }
    .calendario table tr {
      height: 35px;
      border-bottom: 1px solid #ccc; }
      .calendario table tr:last-child {
        border-bottom: none; }
      .calendario table tr td a {
        color: #b52614;
        font-family: "Lato Bold", sans-serif; }

.colunistas--item {
  height: 185px;
  overflow: hidden;
  margin-bottom: 15px; }

.splash {
  display: table;
  position: absolute;
  top: 50%;
  height: auto;
  width: 100%;
  left: 0;
  margin: 0; }
  .splash > div {
    display: table-cell;
    vertical-align: middle;
    float: none; }
    .splash > div:first-child {
      border-right: 1px solid #aaaaaa; }
      @media (min-width: 481px) and (max-width: 767px) {
        .splash > div:first-child {
          border: none; } }
      @media (max-width: 480px) {
        .splash > div:first-child {
          border: none; } }
      @media (min-width: 481px) and (max-width: 767px) {
        .splash > div:first-child img {
          float: none !important; } }
      @media (max-width: 480px) {
        .splash > div:first-child img {
          float: none !important; } }
    @media (min-width: 481px) and (max-width: 767px) {
      .splash > div {
        display: block;
        text-align: center; } }
    @media (max-width: 480px) {
      .splash > div {
        display: block;
        text-align: center; } }
  .splash-title {
    font-family: "Lato Bold", sans-serif;
    color: #b52614;
    font-size: 36px; }
    @media (min-width: 481px) and (max-width: 767px) {
      .splash-title {
        font-size: 32px; } }
    @media (max-width: 480px) {
      .splash-title {
        font-size: 32px; } }
  .splash-description {
    font-family: "Lato Light";
    font-size: 28px; }
    @media (min-width: 481px) and (max-width: 767px) {
      .splash-description {
        font-size: 24px; } }
    @media (max-width: 480px) {
      .splash-description {
        font-size: 24px; } }

.count_char {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #fff none repeat scroll 0 0;
  border-color: #ccc;
  border-image: none;
  border-radius: 5px 0 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  padding: 0 7px;
  position: absolute;
  right: 15px; }

.txt-actions {
  font-size: 14px !important; }

.texto-comentario {
  position: relative; }
  .texto-comentario .count_char {
    position: absolute;
    bottom: 0;
    right: 0; }

.tab-multimidia .nav-tabs li {
  border: none; }
  .tab-multimidia .nav-tabs li a {
    border: none;
    color: #b52614;
    font-size: 14px; }
.tab-multimidia .nav-tabs li.active {
  border: none;
  border-bottom: 1px solid #ddd; }
  .tab-multimidia .nav-tabs li.active a {
    color: #333 !important; }
    .tab-multimidia .nav-tabs li.active a:hover {
      border: none; }
    .tab-multimidia .nav-tabs li.active a:focus {
      border: none; }
    .tab-multimidia .nav-tabs li.active a:before {
      position: absolute;
      bottom: 0px;
      left: 50%;
      margin-left: -3px;
      content: "";
      display: inline-block;
      vertical-align: middle;
      /* margin-right: 10px; */
      width: 0;
      height: 0;
      border-left: 6px solid rgba(210, 210, 210, 0);
      border-right: 6px solid transparent;
      border-bottom: 6px solid #cdcdcd; }
    .tab-multimidia .nav-tabs li.active a:after {
      position: absolute;
      bottom: -1px;
      left: 50%;
      content: "";
      display: inline-block;
      vertical-align: middle;
      /* margin-right: 10px; */
      width: 0;
      height: 0;
      border-left: 6px solid rgba(210, 210, 210, 0);
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      margin-left: -3px; }
.tab-multimidia .tab-pane {
  margin-top: 30px; }

.veiculos-relacionados--list {
  padding: 0;
  list-style: none; }
.veiculos-relacionados--item {
  width: 50%;
  float: left; }
  @media (min-width: 768px) and (max-width: 991px) {
    .veiculos-relacionados--item {
      font-size: 12px; }
      .veiculos-relacionados--item h4 {
        font-size: 14px; } }

.vrum-seguros ol {
  margin-left: 0;
  padding: 0;
  list-style-type: none; }
  .vrum-seguros ol li {
    counter-increment: step-counter;
    font-size: 22px;
    margin-bottom: 20px; }
    .vrum-seguros ol li:before {
      content: counter(step-counter);
      margin-right: 5px;
      font-size: 80%;
      background-color: #c8c8c8;
      color: white;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      display: inline-block;
      text-align: center; }
.vrum-seguros--box {
  text-align: center; }
  @media (min-width: 481px) and (max-width: 767px) {
    .vrum-seguros--box {
      margin-bottom: 30px; } }
  .vrum-seguros--box img {
    margin: 0 auto;
    border: 2px solid #b52614;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 10px #E0E0D1; }
@media (min-width: 481px) and (max-width: 767px) {
  .vrum-seguros--seguradoras {
    margin-top: 0 !important; } }
.vrum-seguros--seguradoras img {
  border: 1px solid #ddd;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 130px;
  height: 130px; }
  .vrum-seguros--seguradoras img:last-child {
    margin-right: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .vrum-seguros--seguradoras img {
      width: 115px;
      height: 115px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .vrum-seguros--seguradoras img {
      width: 85px;
      height: 85px; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .vrum-seguros--seguradoras img {
      width: 100px;
      height: 100px; } }
.vrum-seguros--seguradoras .logo-seguradoras {
  text-align: center; }

.consulte {
  text-transform: uppercase;
  font-size: 26px; }

.link-seguro {
  margin: 20px 0; }
  .link-seguro h2 {
    margin: 5px 0 5px; }

#fichatecnica table tbody tr:first-child {
  font-family: 'Lato Bold', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #333;
  background: #fff !important; }
  #fichatecnica table tbody tr:first-child td {
    padding: 0 !important; }
#fichatecnica table tbody tr td {
  width: 70%;
  height: 30px;
  padding: 0 15px;
  vertical-align: middle; }
  #fichatecnica table tbody tr td:first-child {
    width: 30%; }
#fichatecnica table tbody tr:nth-child(odd) {
  background: #ececec; }
#fichatecnica table tbody tr:hover {
  background: #ccc; }

.nb {
  font-family: 'Lato Bold', sans-serif;
  margin-bottom: 5px;
  padding: 0 !important;
  text-transform: uppercase;
  color: #b52614;
  border-bottom: 1px solid #333;
  background: #fff !important; }

#abas {
  padding: 0;
  list-style: none; }
  #abas li {
    float: left;
    width: auto;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ececec; }
    #abas li a {
      font-size: 12px;
      text-transform: uppercase; }
      #abas li a:hover {
        text-decoration: none; }
      #abas li a:focus {
        text-decoration: none; }

.cinzalight {
  display: none; }

#abanoticia .image {
  display: block;
  clear: both; }

.selecionado {
  background: #b52614 !important; }
  .selecionado a {
    color: #fff; }

.ug-gallery-wrapper,
.ug-gallery-wrapper * {
  transition: all;
  -o-transition: all;
  -webkit-transition: all;
  -moz-transition: all;
  -ms-transition: all;
  max-width: none; }

.ug-gallery-wrapper {
  overflow: hidden;
  position: relative;
  font-family: Arial, Helvetica, sans-serif; }

.ug-error-message {
  text-align: center;
  padding-top: 30px;
  font-size: 20px;
  color: #F30D0D; }

.ug-gallery-wrapper .ug-canvas-pie {
  position: absolute;
  z-index: 4; }

.ug-gallery-wrapper .ug-progress-bar {
  position: absolute;
  overflow: hidden;
  z-index: 4; }

.ug-gallery-wrapper .ug-progress-bar-inner {
  xposition: absolute; }

.ug-gallery-wrapper.ug-fullscreen {
  height: 100% !important;
  width: 100% !important;
  max-width: none !important;
  max-height: none !important; }

.ug-gallery-wrapper .ug-preloader-trans {
  display: block;
  height: 35px;
  width: 32px;
  height: 32px;
  background-image: url("../images/loader_skype_trans.gif");
  background-repeat: no-repeat; }

.ug-gallery-wrapper .ug-slider-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  background-color: #e4e4e4; }

.ug-slider-wrapper .ug-slider-controls {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3; }

.ug-slider-wrapper .ug-slide-wrapper {
  position: absolute; }

.ug-slider-wrapper .ug-slider-inner {
  position: absolute;
  z-index: 0; }

.ug-slider-wrapper .ug-item-wrapper {
  position: absolute;
  overflow: hidden; }

.ug-slider-wrapper,
.ug-item-wrapper img {
  -webkit-user-select: none;
  /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  max-width: none !important;
  box-sizing: border-box; }

.ug-slider-wrapper .ug-slider-preloader {
  position: absolute;
  z-index: 1;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat; }

.ug-slider-preloader.ug-loader1 {
  width: 30px;
  height: 30px;
  /*background-image:url('../images/loader-white1.gif');*/
  background-image: url("data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAHAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQABwABACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAAHAAIALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQABwADACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkEAAcABAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAAHAAUALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAAHAAYALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkEAAcABwAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAAHAAgALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAAHAAkALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkEAAcACgAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAAHAAsALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA=="); }

.ug-gallery-wrapper .ug-thumbs-strip,
.ug-gallery-wrapper .ug-thumbs-grid {
  position: absolute;
  overflow: hidden;
  -webkit-user-select: none;
  /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  xbackground-color: green;
  z-index: 10; }

.ug-thumbs-strip.ug-dragging {
  xcursor: -webkit-grab;
  xcursor: -moz-grab; }

.ug-gallery-wrapper .ug-thumbs-strip-inner,
.ug-gallery-wrapper .ug-thumbs-grid-inner {
  position: absolute; }

.ug-thumb-wrapper.ug-thumb-generated {
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  -webkit-user-select: none;
  /* make unselectable */
  -moz-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.ug-thumb-wrapper.ug-thumb-generated.ug-thumb-selected {
  cursor: default; }

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader,
.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error {
  position: absolute;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: center center; }

.ug-thumb-wrapper .ug-thumb-border-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-style: solid; }

.ug-thumb-wrapper .ug-thumb-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3; }

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-loader-dark {
  /*background-image:url('../images/loader.gif');*/
  background-image: url("data:image/gif;base64,R0lGODlhEAAQAPIAAP///wAAAMLCwkJCQgAAAGJiYoKCgpKSkiH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAADMwi63P4wyklrE2MIOggZnAdOmGYJRbExwroUmcG2LmDEwnHQLVsYOd2mBzkYDAdKa+dIAAAh+QQJCgAAACwAAAAAEAAQAAADNAi63P5OjCEgG4QMu7DmikRxQlFUYDEZIGBMRVsaqHwctXXf7WEYB4Ag1xjihkMZsiUkKhIAIfkECQoAAAAsAAAAABAAEAAAAzYIujIjK8pByJDMlFYvBoVjHA70GU7xSUJhmKtwHPAKzLO9HMaoKwJZ7Rf8AYPDDzKpZBqfvwQAIfkECQoAAAAsAAAAABAAEAAAAzMIumIlK8oyhpHsnFZfhYumCYUhDAQxRIdhHBGqRoKw0R8DYlJd8z0fMDgsGo/IpHI5TAAAIfkECQoAAAAsAAAAABAAEAAAAzIIunInK0rnZBTwGPNMgQwmdsNgXGJUlIWEuR5oWUIpz8pAEAMe6TwfwyYsGo/IpFKSAAAh+QQJCgAAACwAAAAAEAAQAAADMwi6IMKQORfjdOe82p4wGccc4CEuQradylesojEMBgsUc2G7sDX3lQGBMLAJibufbSlKAAAh+QQJCgAAACwAAAAAEAAQAAADMgi63P7wCRHZnFVdmgHu2nFwlWCI3WGc3TSWhUFGxTAUkGCbtgENBMJAEJsxgMLWzpEAACH5BAkKAAAALAAAAAAQABAAAAMyCLrc/jDKSatlQtScKdceCAjDII7HcQ4EMTCpyrCuUBjCYRgHVtqlAiB1YhiCnlsRkAAAOwAAAAAAAAAAAA=="); }

.ug-thumb-wrapper.ug-thumb-generated .ug-thumb-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAAGgrv1cAAAACXBIWXMAAFxGAABcRgEUlENBAAAACXRFWHRDb21tZW50AACJKo0GAAABAlBMVEX///9kZGTBAADBAABkZGRkZGRkZGTBAABkZGTBAABkZGRkZGRkZGRkZGRkZGRkZGRkZGTBAABkZGRkZGRkZGRkZGTBAABkZGTBAADBAABkZGRkZGRkZGRkZGTBAADBAABkZGRkZGTBAABkZGRkZGRkZGTBAABkZGTBAABkZGTBAABkZGRkZGRkZGTBAADDBwfDCAjFDg7FDw/FEBDFERHGExPIHBzIHR3JHx/JISHKIiLMLCzMLS3NMDDRQEDdc3PednbihobjjIzkjY3mmJjqp6frqqrutrbxwsLyx8fyyMjzycnzzMz109P219f22tr33t744OD65ub66ur76ur///9rMN0tAAAALXRSTlMAAQECBwoWFhgjKDI0QUJZWm9wcXN0dH6AiY2So6Sks77C0ePk7+/y8vP4/f4Z1DnhAAABdElEQVQYGVXBh5bSUABF0RNKKKGHUEJooYT2ro51dOy9O6O+//8VE0SW7g0OOJcCCQIoCVAZ9pU1Ed1YVsAYagWg5ZFy4mEfRrp8vlmCPt/Tiq2kXggzMGSSeaMaHDqkEibK5CKXZnGqu/bDTwmDV2/r5c1DK2HA9/M7SQMMGXdhjAk58YKWwx+dQ1BtzBMyUZ/hOq44e8CNcspMSGDJRq9060qlkYNB+vLdPtG02GSFdGG/STFdDJJ9fP1a7bpHWO7piC1gGEja5X0fKJgaqdmYo9AYs3A5c8OFOVqELmeFsZnVOKnNzLjAkW988oOdjnaDPL7xSYXbMj39o0d5G4Jn6rQlvbDXD26/t28ltakbj+4KYqXuf7X215VSMay6NE2RqaQ7H+2PG/vpQtKUomniLEeUNtLTN5fSo3fPpE2J0dIBN4nITXQ2yRElLplo33eoDOP1Oh5WcPr7iL86yWEeNKrVRjA/JB3+43itIGh5Die/Ady1OeeY9d/ZAAAAAElFTkSuQmCC"); }

.ug-thumb-wrapper.ug-thumb-generated img {
  position: absolute;
  z-index: 1;
  max-width: none !important; }

.ug-thumb-wrapper.ug-thumb-generated img.ug-thumb-image-overlay {
  position: absolute;
  z-index: 2;
  max-width: none !important; }

.ug-gallery-wrapper .ug-bullets {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px; }

.ug-gallery-wrapper .ug-bullets .ug-bullet {
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  z-index: 2; }

.ug-gallery-wrapper .ug-bullets .ug-bullet:first-child {
  margin-left: 0px; }

.ug-gallery-wrapper .ug-grid-panel {
  position: absolute;
  z-index: 2; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow {
  position: absolute;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 11; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow.ug-button-disabled {
  cursor: default;
  opacity: .8 !important; }

/* handle tip */
.ug-gallery-wrapper .ug-panel-handle-tip {
  position: absolute;
  z-index: 13;
  cursor: pointer; }

.ug-gallery-wrapper .ug-panel-disabled-overlay {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("../images/cover-grid.png"); }

.ug-gallery-wrapper .ug-strip-panel {
  position: absolute;
  background-color: #000000;
  z-index: 2; }

.ug-strip-panel .ug-strip-arrow {
  position: absolute;
  cursor: pointer; }

.ug-strip-panel .ug-strip-arrow.ug-button-disabled {
  cursor: default; }

.ug-strip-panel .ug-strip-arrow-tip {
  position: absolute; }

.ug-gallery-wrapper .ug-carousel-wrapper {
  position: absolute;
  overflow: hidden; }

.ug-gallery-wrapper .ug-carousel-inner {
  position: absolute; }

/* --- arrows -- */
.ug-arrow-left.ug-skin-default,
.ug-arrow-right.ug-skin-default {
  width: 25px;
  height: 41px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAMAAAD3TXL8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0NBRTA2QzMyNDBEMTFFNTlGQTg4QUNCNjBFN0Y2M0IiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0NBRTA2QzQyNDBEMTFFNTlGQTg4QUNCNjBFN0Y2M0IiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0FFMDZDMTI0MEQxMUU1OUZBODhBQ0I2MEU3RjYzQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Q0FFMDZDMjI0MEQxMUU1OUZBODhBQ0I2MEU3RjYzQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgyfZ9QAAAEOUExURQAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgICAgICAgQEBAYGBgYGBgoKChAQEBgYGBoaGhgYGBcXFx0dHSgoKCwsLDAwMDMzMzQ0NDg4ODk5OTo6Ojs7Oz8/P0FBQUNDQ1FRUVJSUlhYWGNjY2RkZGVlZXBwcHd3d3d3d3p6enp6enp6eoCAgIWFhYqKio+Pj5CQkJSUlJ+fn6WlpampqaqqqqysrLGxsbS0tMfHx9LS0tbW1tfX19vb29/f3+Tk5O/v7/Dw8PPz8/T09Pv7+////6lz+5wAAABGdFJOUwAAAQIDBQoOEhYXGB4fICUmJzI5OkFCREhJV2BkZmtwcnh/hoiJi4yWmp2foKOkpaapq627vMPQ0tPj6+zu7/H0+Pr8/f6wbdRmAAABBElEQVQ4y3XUx1oCQRAE4GrDmrNrFnMWMIMRFRVFDJjr/V/EA7uzE/v6H+ab6aqBhAYCa9pGJicGATgSzR2elgozHY5EufLTR/PheMqWKFdukPy7W+s0JQGysddriALWtrp0yeDtbF4/J4P385U+TQzo1+7jQCouJKLBRQIt8QEkBBATVhVAQgAJAWS2lMGA/rySr/kBcvJKkmxW1k2AHL2QJH/vD6Yt2bj99pOMF6t+EsQBEoRIECJBiFr78VGyUw+lOXBJZcehLG82aRnVaH/M7IKin5vldrMLip4LPVZ/UqrvdNudi4vVL/LzatHtaZy/rj9ebg67gtGl3e2FIQDB/+AfRM52r5x7h30AAAAASUVORK5CYII=");
  background-position: 0px 0px;
  cursor: pointer; }

.ug-arrow-right.ug-skin-default {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAMAAAD3TXL8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODlCMzdGRTIyNDBEMTFFNThFNkQ5MjMyQ0FBQkNGRTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODlCMzdGRTMyNDBEMTFFNThFNkQ5MjMyQ0FBQkNGRTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4OUIzN0ZFMDI0MEQxMUU1OEU2RDkyMzJDQUFCQ0ZFNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4OUIzN0ZFMTI0MEQxMUU1OEU2RDkyMzJDQUFCQ0ZFNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PshHnnQAAAEOUExURQAAAP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICAgICAgICAgQEBAYGBgYGBgoKChAQEBgYGBoaGhgYGBcXFx0dHSgoKCwsLDAwMDMzMzQ0NDg4ODk5OTo6Ojs7Oz8/P0FBQUNDQ1FRUVJSUlhYWGNjY2RkZGVlZXBwcHd3d3d3d3p6enp6enp6eoCAgIWFhYqKio+Pj5CQkJSUlJ+fn6WlpampqaqqqqysrLGxsbS0tMfHx9LS0tbW1tfX19vb29/f3+Tk5O/v7/Dw8PPz8/T09Pv7+////6lz+5wAAABGdFJOUwAAAQIDBQoOEhYXGB4fICUmJzI5OkFCREhJV2BkZmtwcnh/hoiJi4yWmp2foKOkpaapq627vMPQ0tPj6+zu7/H0+Pr8/f6wbdRmAAAA90lEQVQ4y3XTxUJCURSF4bUMMC42tqJiK9hiKyohYmDv938RB8Q9sc+afqM1+MHQEBZgOLO9uzwGZwRGNq+rtbtc2pelm0+Rr4e9tCt9OzURkW+XiP78s2hEdK8UfzQiMH5Q+lWIAGYONSJCRISoKRq1RKG2+NQRj2JxyRCHTLFowhKD7jdsienl2JHU+m1DREReT21JrV69i4iIVHLUoV6YMyWK4WwxwRAYfxyIJcra0BEP2uJDS6LspQtN0QAMAQgMqgACCxdvCoBIblU0ADGwX9cARO/a458CIDB9Um58PLkAAj2z+cL50XzC7xQYmpwa7fLa/gdqvnavC3oRgAAAAABJRU5ErkJggg=="); }

.ug-arrow-left.ug-skin-default.ug-arrow-disabled,
.ug-arrow-right.ug-skin-default.ug-arrow-disabled {
  background-position: 0px -60px; }

/* --- Grid Panel Arrows -- */
/*--- down arrow ---*/
.button-disabled {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
  cursor: default !important; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-down.ug-skin-default,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default {
  background-color: #e4e4e4;
  width: 170px;
  height: 14px;
  padding: 5px 0;
  background-position: center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAAOCAMAAACIJXdIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MThFNEYzMzAyNTczMTFFNTk5RjVFMDRBNkY2NzE0NjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MThFNEYzMzEyNTczMTFFNTk5RjVFMDRBNkY2NzE0NjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxOEU0RjMyRTI1NzMxMUU1OTlGNUUwNEE2RjY3MTQ2OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxOEU0RjMyRjI1NzMxMUU1OTlGNUUwNEE2RjY3MTQ2OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pg1t7E4AAAD/UExURQAAAAEBAQICAgMDAwQEBAUFBQYGBggICAkJCQoKCgsLCwwMDP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQUFBQYGBgEBAQwMDBoaGhgYGBoaGiwsLCEhISkpKSYmJigoKC8vLzU1NUlJSTg4OExMTDw8PEJCQlJSUkhISEpKSldXV1tbW4KCgmVlZXl5eY6OjmhoaGlpaXJycnR0dG9vb3x8fH9/f4aGho+Pj6mpqbu7u8HBwcnJyba2ttLS0svLy8/Pz9PT09XV1dfX19nZ2d3d3d/f3+Dg4Orq6uvr6+/v7/b29vj4+Pn5+fz8/P///zJKIRoAAABEdFJOUwAAAAAAAAAAAAAAAAADBAcMEhcbICEkKiotLTI8Q1VfYWhvc3Z9g4eJiYyQnaCgqa6vsLK4vL3Dw8XFzM/T6/H4+fv9Zj8SeAAAALZJREFUSMft1flaAWEchuH3m/lmGBpbQmTfSihLKJQsZQ+9538sncavi+cI7v8eXP2bcK7URP31DgZgeYFk7zktmPrwzXEKgOUg9sZNRzA1906O4oBtXPePnFYFU93MBzm8ASIvJ37mQ4KpBrITchAOtn+5KMIjmGoqFOY8PDV2XFVg+mVTUZrxZ8/NfUBrn2iqUigvye2jqy3tF07VqH2tm67X1qYjmAoACtFW9xZaKaUuYxXfH+Yje/8MQ7pkAAAAAElFTkSuQmCC");
  /*HACK*/
  top: auto !important;
  bottom: 0 !important; }

/*--- up arrow ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-up.ug-skin-default {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKoAAAAOCAMAAACIJXdIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI5QjkyNDIyNTczMTFFNTk2RURDMzkzRTVCOUMyQ0UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI5QjkyNDMyNTczMTFFNTk2RURDMzkzRTVCOUMyQ0UiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjlCOTI0MDI1NzMxMUU1OTZFREMzOTNFNUI5QzJDRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjlCOTI0MTI1NzMxMUU1OTZFREMzOTNFNUI5QzJDRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpWsS4gAAAD/UExURQAAAAEBAQICAgMDAwQEBAUFBQYGBggICAkJCQoKCgsLCwwMDP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0NDQUFBQYGBgEBAQwMDBoaGhgYGBoaGiwsLCEhISkpKSYmJigoKC8vLzU1NUlJSTg4OExMTDw8PEJCQlJSUkhISEpKSldXV1tbW4KCgmVlZXl5eY6OjmhoaGlpaXJycnR0dG9vb3x8fH9/f4aGho+Pj6mpqbu7u8HBwcnJyba2ttLS0svLy8/Pz9PT09XV1dfX19nZ2d3d3d/f3+Dg4Orq6uvr6+/v7/b29vj4+Pn5+fz8/P///zJKIRoAAABEdFJOUwAAAAAAAAAAAAAAAAADBAcMEhcbICEkKiotLTI8Q1VfYWhvc3Z9g4eJiYyQnaCgqa6vsLK4vL3Dw8XFzM/T6/H4+fv9Zj8SeAAAALZJREFUSMft1flaAWEcxfHzzrzDDCayRnaytyBriaKQbDn3fy1u49ej7xV8nvPPQeDPhEulKqWURvK5HYUCAMFUx9Qe2334/mpAK6VMwVS/trTb/CFXdxBO9Wl9Vdtwt+e8DMhe1URlze3944GLomyqF6VPnjrB6yE5y8EQTA0V3vnbCwOxF3KadQVTqx88DiKGB0i8km95wdTuhuM4HAvA7YTLumBq5qmfAmwLMJAetW7+j1V8Z/W3e/90wibrAAAAAElFTkSuQmCC");
  /*HACK*/
  top: 0 !important; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover {
  background-position: 0px -0px; }

.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-hover.ug-button-disabled,
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right.ug-skin-default.ug-button-disabled {
  background-position: 0px -80px; }

/*--- left arrow - horizontal panel type ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-left-hortype.ug-skin-default {
  width: 18px;
  height: 50px;
  padding: 0 2px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAyCAYAAABRYothAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUUzQkY4RkMyNEIzMTFFNTgzNzk4NUE2MDEwRUM4Q0YiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUUzQkY4RkQyNEIzMTFFNTgzNzk4NUE2MDEwRUM4Q0YiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1RTNCRjhGQTI0QjMxMUU1ODM3OTg1QTYwMTBFQzhDRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1RTNCRjhGQjI0QjMxMUU1ODM3OTg1QTYwMTBFQzhDRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjBtccMAAAK/SURBVHjaYvz//z8DNQDjqEGjBo0aNGoQAwMzMzMDExMTw9+/fxlg4oyMjHA2UF7J2Ng4goeHR/DChQub3717dxwo9xssCVIEwyBDWFhYwJrhNkHZQFrKyclpwsaNG58cOnToTUJCwgqggeYwvQQNAgGguLyXl9fMkydP/vgPBUuWLHmkoKCQQrRBQLZKQEDAIqBXfsMMefz48f+UlJQN3NzcxLkIyNcKDw9feeXKFbghjx49+p+amrqNi4vLBBbGOA0CAVZWVoPY2NiNN27cgBty+/btv/Hx8RvY2dn1kSMCq0EgwMnJaZacnLzz/v37/2CGXL169WdERMQqoEVaIDUwl2M1CGQJ0N9WOTk5+54+fQoz4//Fixd/BQUFLQZqVIWFHV6DpKSkQgoLCw+8ePECbMCfP3/+nzhx4jMwxmYD9SogxyRegxobGw+CwgHmkiNHjvyws7ObBNQnjp6S0Q1iQpYExgQnMCDhYt++ffv/8ePHT0DmdzY2NngYgsC/f/8YULIXsovU1dXTmpqazgOTPthFP378+L958+a3NjY2bXx8fKIoeQuaRHAFNouQkJB3XV0d3DAQOHDgwBdHR8d+oLwYUQaBJIFeYxATE3MtKys78erVK7hhR48e/erq6joDqEaGKIOA0Q9KRwy8vLy2eXl5B588eQJPS2fPnv3p5+e3ABjQyuhBg9UgYHiAAxboOsvMzMxdDx48QE5Tf0NCQpYCU746UQaBvAgCwNgyTkxM3Hrnzh24YdeuXfsTGhq6AOhyfaIMAhV00HynGxkZueb69et/kIqRJ8BiJBWmlwVrsYlUjIAM+/379+VVq1ZVf//+/Ut2drYvsEDjPHbs2IUPHz7chidQdAOAmhiA6Qec4JDFgcXvzb179y7g5+fnAiYRwd27d68DGnRhtF4bNWjUoFGDqGQQQIABAPkmvtHK6lfyAAAAAElFTkSuQmCC");
  background-position: center;
  background-color: #e4e4e4;
  /*hACK*/
  left: 0 !important; }

/*--- right arrow - horizontal panel type ---*/
.ug-gallery-wrapper .ug-grid-panel .grid-arrow-right-hortype.ug-skin-default {
  width: 18px;
  height: 50px;
  padding: 0 2px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAyCAYAAABRYothAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTI2RjJCODEyNEIzMTFFNThGOEVEOTUxNjc2NDcxOTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTI2RjJCODIyNEIzMTFFNThGOEVEOTUxNjc2NDcxOTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MjZGMkI3RjI0QjMxMUU1OEY4RUQ5NTE2NzY0NzE5NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MjZGMkI4MDI0QjMxMUU1OEY4RUQ5NTE2NzY0NzE5NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnIv99cAAALMSURBVHjaYvz//z8DNQDjqEGjBo0aNNINYmRkFFBVVQ3y8fGJfPfu3ft169ZN+/z58wGgOIoGJiYmBmZmZoY/f/4w/P37Fy7OAmMICAgYuLq6BoWFhVl/+fLl+8ePH79t3rz5OVDxTZBGsGIWFgYODg6wIb9//0Z1EshFIKygoJC6ZMmSJ/+h4Pr1638iIyPXsLKy6oLUgQxjZ2dn4OPjY+Dm5gb5AK4X7CsYg5OTUz80NHTBtWvX/sAMu3Pnzv/ExMStbGxsxiDDiDIIBIC2q4eEhCy9ePHiX5hhDx48+J+ZmbkLaIglKHyIMggaDsp+fn4Lzp49+xNm2JMnT/7l5eUd5OXltQW6nLBBsBgC0jLAgJ9x9OjRrzDDXr169b+srOyEmJiYK8iLRBkEBWKOjo79Bw4c+AIzDJgs/tfV1Z0XEhLyBjmeWINA4SFqY2PTBkwGb3/8+AE3rKmp6by6unoaToNAgYmc8ICxBTZPX1+/ZdeuXd9hLnv06NH/7u7uU8gGwXWCXINs0L9//xh+/foFYnLy8/PzcXFxwZ378+fPf9++ffuONUGCDAKlXDSg4OXlNfvEiROfgakZ7JoXL178LywsPCAlJRWC1WvoBgH5qkFBQYuBaeoXzEtPnz79n5OTsw8Y/VawfIrXICCtFRERserq1avwtHT//v1/ycnJO4HpyAwWhjgNgmYD/fj4+A23b9+Gp+4bN278jo2N3QhM+QawzIvTIJBTgQFqkpqaug0UKzBw5cqV3+Hh4SuBGrVgkYLXIKC/zVNSUjY8fvwYbsiFCxd+BwQELAJqVkGOXbwGAYuRFGAxAnfKyZMnfwBjbCZQgzxKSUjIIB4eHvOEhIQVhw4derNx48YnTk5OE4CapNBTPC6DkItaVmAesjQwMPAFlpDvgbl/BbB0vAfTjJyNQIUcKMEiF7Wj9dqoQaMGjRpEIQAIMAA0gcD2gfNmXQAAAABJRU5ErkJggg==");
  background-position: center;
  background-color: #e4e4e4;
  /*hACK*/
  left: auto !important;
  right: 0 !important; }

.gallery-product {
  margin: 0 auto;
  display: none; }

.no-js .loading-gallery {
  display: none; }

/*--- noscript style ---*/
.noscript figure {
  max-width: 600px;
  display: block;
  margin: 0 auto;
  background-color: #ffffc5;
  border: solid 1px #E6E6B3; }

.noscript figure img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box; }

.noscript figcaption {
  padding: 0 20px 20px;
  text-align: center;
  font: sans-serif 18/14px italic;
  font: bold 14px/18px Arial, sans-serif;
  color: #82823b; }

/*--- loading galery ---*/
.loading-gallery {
  width: 770px;
  max-width: 100%;
  display: block;
  margin: 0 auto; }

.loading-gallery figure {
  padding: 0;
  margin: 0 190px 0 0;
  /*width: 580px;*/
  height: 430px;
  background-color: #e4e4e4;
  max-width: 580px;
  display: flex;
  align-items: center; }

.loading-gallery img {
  margin: 0 auto;
  /*Modificado*/
  padding: 0;
  max-width: 100%;
  max-height: 100%;
  /*Modificado*/ }

@media (max-width: 768px) {
  .loading-gallery {
    width: 100%; }

  .loading-gallery figure {
    height: 314px;
    max-width: 100%;
    width: 100%; }

  .loading-gallery img {
    max-height: 100%;
    margin: auto;
    display: block; } }
@media (max-width: 480px) {
  .loading-gallery figure {
    height: 200px; } }
.box_vitrine {
  margin-top: 30px;
  cursor: pointer; }
  .box_vitrine--item {
    width: 235px;
    height: 160px;
    border-radius: 4px;
    border: 1px solid black;
    float: left;
    margin-right: 22px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat; }
    .box_vitrine--item a:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(252, 252, 252, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(252, 252, 252, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99000000',GradientType=0 );
      /* IE6-9 */
      z-index: 10; }
    .box_vitrine--item:last-child {
      margin-right: 0; }
    .box_vitrine--item:hover .box_vitrine--image {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-transition: transform linear 0.3s;
      -moz-transition: transform linear 0.3s;
      -ms-transition: transform linear 0.3s;
      -o-transition: transform linear 0.3s;
      transition: transform linear 0.3s; }
  .box_vitrine--0km {
    width: 50px;
    height: 20px;
    background: #b52614;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 12;
    text-align: center;
    font-size: 14px;
    font-family: "Lato Bold", sans-serif;
    color: #ffffff;
    border-radius: 3px; }
  .box_vitrine--image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .box_vitrine--description {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    z-index: 11; }
    .box_vitrine--description p {
      margin: 0;
      line-height: 1.3;
      color: #fff;
      font-size: 14px;
      font-family: "Lato Bold", sans-serif; }

#login_tab {
  min-height: 350px;
  max-width: 400px;
  margin: 50px auto 0; }
  #login_tab ul li {
    width: 50%;
    text-align: center;
    border: none;
    background: #f5f5f5;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4; }
    #login_tab ul li a {
      border-radius: 0px;
      text-transform: uppercase;
      background: transparent;
      border: none;
      color: #888;
      font-family: "Lato Regular", Helvetica, Arial, sans-serif !important; }
    #login_tab ul li.active {
      background: #b52614;
      border-top: 1px solid #b52614;
      border-left: 1px solid #b52614;
      border-right: 1px solid #b52614; }
      #login_tab ul li.active a {
        color: #fff !important; }
  #login_tab .tab-content {
    padding: 15px;
    border: 1px solid #e4e4e4;
    position: relative; }
  #login_tab .login_tab--logo {
    width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 10px; }
  #login_tab .forgot_password {
    margin-bottom: 20px;
    margin-top: 5px;
    display: block; }
    #login_tab .forgot_password a {
      font-size: 12px;
      color: #b52614;
      cursor: pointer; }
  #login_tab .linked_emails {
    display: none; }
    #login_tab .linked_emails ul {
      padding: 0px;
      list-style: none; }
      #login_tab .linked_emails ul li {
        background: none;
        border: none;
        text-align: left;
        width: 100%;
        margin: 5px 0; }
        #login_tab .linked_emails ul li a {
          color: #b52614;
          text-transform: initial; }
  #login_tab a {
    color: #b52614; }
  #login_tab .new_account {
    display: block;
    text-align: right;
    margin: 10px 0;
    color: #222;
    width: 100%;
    border-top: 1px solid #ccc; }
  #login_tab .esqueci_senha {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background-color: white;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none; }

#busca_anuncio h2 {
  font-family: "Lato Light";
  font-size: 24px;
  margin-top: 0; }

#form_busca_portal label, #form_busca_jornal label {
  font-family: "Lato Bold", sans-serif;
  font-size: 14px; }
#form_busca_portal button, #form_busca_jornal button {
  width: 130px; }

@media (min-width: 481px) and (max-width: 767px) {
  #form_busca_jornal {
    margin-top: 35px; } }

@media (max-width: 480px) {
  #form_busca_portal {
    margin-bottom: 35px; } }

.help_form {
  margin-bottom: 30px; }
  .help_form span {
    margin-right: 35px;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
    font-size: 12px; }
    .help_form span:before {
      content: '\203A';
      font-size: 18px;
      margin-right: 3px;
      color: #8c8c8c; }
    .help_form span a {
      color: #8c8c8c; }

#box_filter {
  background: #e4e4e4;
  margin-top: 50px;
  padding: 20px;
  border-radius: 3px; }
  #box_filter > span {
    font-family: "Lato Bold", sans-serif;
    font-size: 16px;
    color: #b52614; }
  #box_filter label {
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
    font-size: 14px; }
  #box_filter .checkbox {
    margin-bottom: 5px; }
  #box_filter button {
    text-transform: uppercase;
    margin-top: 30px;
    width: auto; }
  #box_filter input {
    width: auto !important; }
  @media (min-width: 768px) and (max-width: 991px) {
    #box_filter {
      padding: 15px; } }

#login h2 {
  font-family: "Lato Light";
  font-size: 24px;
  margin-top: 0; }

#form_login label, #form_register label {
  font-family: "Lato Bold", sans-serif;
  font-size: 14px; }
#form_login button, #form_register button {
  width: 170px; }

.help_form {
  margin-bottom: 30px; }
  .help_form span {
    margin-right: 35px;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
    font-size: 12px; }
    .help_form span:before {
      content: '\203A';
      font-size: 18px;
      margin-right: 3px;
      color: #8c8c8c; }
    .help_form span a {
      color: #8c8c8c; }

#meus_anuncios {
  margin-top: 50px;
  border-top: 1px solid #e4e4e4;
  position: relative; }
  #meus_anuncios h2 {
    font-family: "Lato Light";
    font-size: 24px;
    margin: 10px 0 30px 0; }
  @media (max-width: 480px) {
    #meus_anuncios {
      margin-top: 30px; } }
  #meus_anuncios > p {
    font-size: 16px; }

.group_button_actions {
  margin-top: 10px;
  font-size: 14px; }
  .group_button_actions button {
    padding: 5px 10px;
    margin-right: 10px; }
    .group_button_actions button:last-child {
      margin-right: 0; }
    @media (max-width: 480px) {
      .group_button_actions button {
        padding: 5px; } }
  @media (max-width: 480px) {
    .group_button_actions {
      float: left !important; } }

#anuncios_list {
  position: relative;
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0; }
  #anuncios_list li {
    margin-bottom: 30px; }
    #anuncios_list li:last-child {
      margin-bottom: 0; }

.anuncios_list--item {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 20px 20px 0 20px; }
  .anuncios_list--item hr {
    border: 0;
    border-bottom: 1px dotted #b2b2b2;
    margin: 20px 0 10px; }

.anuncio_status {
  font-family: "Lato Bold", sans-serif !important;
  font-size: 16px;
  color: #b52614; }

.anuncio_list_actions {
  text-align: right; }
  .anuncio_list_actions a {
    margin-right: 5px;
    color: #333;
    font-size: 14px; }
    .anuncio_list_actions a:hover {
      text-decoration: none;
      color: #b52614; }
    .anuncio_list_actions a:last-child {
      margin-right: 0; }
    .anuncio_list_actions a span:before {
      content: "";
      display: inline-block;
      margin-right: 5px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .anuncio_list_actions a {
        display: block;
        max-width: 150px;
        text-align: left;
        padding: 0px 10px 0 15px !important;
        right: 0;
        margin-bottom: 5px;
        width: 100%; }
        .anuncio_list_actions a:first-child {
          margin-top: 5px; }
        .anuncio_list_actions a:hover {
          background: #f0f0f0; } }
    @media (min-width: 481px) and (max-width: 767px) {
      .anuncio_list_actions a {
        display: block;
        max-width: 150px;
        text-align: left;
        padding: 0px 10px 0 15px !important;
        right: 0;
        margin-bottom: 5px;
        width: 100%; }
        .anuncio_list_actions a:first-child {
          margin-top: 5px; }
        .anuncio_list_actions a:hover {
          background: #f0f0f0; } }
    @media (max-width: 480px) {
      .anuncio_list_actions a {
        display: block;
        max-width: 150px;
        text-align: left;
        padding: 0px 10px 0 15px !important;
        right: 0;
        margin-bottom: 5px;
        width: 100%; }
        .anuncio_list_actions a:first-child {
          margin-top: 5px; }
        .anuncio_list_actions a:hover {
          background: #f0f0f0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .anuncio_list_actions {
      position: absolute !important;
      right: -16px;
      width: 150px !important;
      background: #fff;
      z-index: 10;
      border-radius: 3px !important;
      border: 1px solid #ccc !important;
      padding: 0px !important;
      top: 40px;
      display: none; }
      .anuncio_list_actions:before, .anuncio_list_actions:after {
        bottom: 100%;
        right: 15px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .anuncio_list_actions:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px; }
      .anuncio_list_actions:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #ccc;
        border-width: 11px;
        margin-right: -1px; } }
  @media (min-width: 481px) and (max-width: 767px) {
    .anuncio_list_actions {
      position: absolute !important;
      right: -16px;
      width: 150px !important;
      background: #fff;
      z-index: 10;
      border-radius: 3px !important;
      border: 1px solid #ccc !important;
      padding: 0px !important;
      top: 40px;
      display: none;
      -webkit-box-shadow: 0 3px 0 #b3b3b3;
      -moz-box-shadow: 0 3px 0 #b3b3b3;
      -ms-box-shadow: 0 3px 0 #b3b3b3;
      -o-box-shadow: 0 3px 0 #b3b3b3;
      box-shadow: 0 3px 0 #b3b3b3;
      border: none;
      border-radius: 3px !important; }
      .anuncio_list_actions:before, .anuncio_list_actions:after {
        bottom: 100%;
        right: 15px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .anuncio_list_actions:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px; }
      .anuncio_list_actions:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #ccc;
        border-width: 11px;
        margin-right: -1px; } }
  @media (max-width: 480px) {
    .anuncio_list_actions {
      position: absolute !important;
      right: -16px;
      width: 150px !important;
      background: #fff;
      z-index: 10;
      border-radius: 3px !important;
      border: 1px solid #ccc !important;
      padding: 0px !important;
      top: 40px;
      display: none;
      -webkit-box-shadow: 0 3px 0 #b3b3b3;
      -moz-box-shadow: 0 3px 0 #b3b3b3;
      -ms-box-shadow: 0 3px 0 #b3b3b3;
      -o-box-shadow: 0 3px 0 #b3b3b3;
      box-shadow: 0 3px 0 #b3b3b3;
      border: none;
      border-radius: 3px !important; }
      .anuncio_list_actions:before, .anuncio_list_actions:after {
        bottom: 100%;
        right: 15px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .anuncio_list_actions:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px; }
      .anuncio_list_actions:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #ccc;
        border-width: 11px;
        margin-right: -1px; } }

.item_image figure {
  width: 170px;
  height: 110px;
  overflow: hidden;
  border-radius: 3px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .item_image figure {
      width: 145px;
      height: 95px; } }
  .item_image figure img {
    width: 100%; }
  @media (min-width: 481px) and (max-width: 767px) {
    .item_image figure {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .item_image figure {
      width: 130px;
      height: 80px;
      margin-bottom: 15px; } }

.item_descricao {
  display: inline-block;
  font-family: "Lato Bold", sans-serif;
  font-size: 18px;
  color: #b52614; }
  @media (max-width: 480px) {
    .item_descricao {
      font-size: 16px; } }

.item_preco {
  position: relative;
  font-family: "Lato Bold", sans-serif !important;
  right: 15px; }
  .item_preco:before {
    content: 'R$ '; }
  @media (min-width: 481px) and (max-width: 767px) {
    .item_preco {
      left: 15px; } }
  @media (max-width: 480px) {
    .item_preco {
      left: 15px; } }

.item_localizacao {
  color: #333;
  font-family: "Lato Regular", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
  margin-left: 0; }
  .item_localizacao:before {
    content: "";
    display: inline-block;
    margin-right: 5px; }
  .item_localizacao:after {
    content: ' | ';
    margin-left: 5px;
    color: #333; }
    @media (max-width: 480px) {
      .item_localizacao:after {
        content: ''; } }
  @media (max-width: 480px) {
    .item_localizacao {
      font-size: 12px;
      display: block; } }

.item_multimidia {
  color: #333;
  font-family: "Lato Regular", Helvetica, Arial, sans-serif;
  font-size: 14px; }
  .item_multimidia a {
    margin-right: 10px;
    color: #333; }
    .item_multimidia a:hover {
      text-decoration: none;
      color: #333; }
    .item_multimidia a:last-child {
      margin-right: 0; }
  .item_multimidia span {
    margin-right: 10px;
    color: #333; }
    .item_multimidia span:before {
      content: "";
      display: inline-block;
      margin-right: 5px; }
  @media (min-width: 481px) and (max-width: 767px) {
    .item_multimidia {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .item_multimidia {
      margin-bottom: 10px;
      font-size: 12px; } }

.item_tipo_veiculo {
  font-size: 14px;
  font-family: "Lato Regular", Helvetica, Arial, sans-serif; }
  .item_tipo_veiculo:before {
    content: 'Tipo: ';
    font-family: "Lato Bold", sans-serif; }

.item_estado_veiculo {
  font-size: 14px;
  font-family: "Lato Regular", Helvetica, Arial, sans-serif; }
  .item_estado_veiculo:before {
    content: 'Estado: ';
    font-family: "Lato Bold", sans-serif; }

.item_num_anuncio {
  font-size: 14px;
  font-family: "Lato Regular", Helvetica, Arial, sans-serif; }
  .item_num_anuncio:before {
    content: 'Num. do anuncio: ';
    font-family: "Lato Bold", sans-serif; }

.item_nome {
  font-family: "Lato Bold", sans-serif !important; }

.item_num_placa, .item_plano, .item_periodo, .item_tipo_veiculo, .item_estado_veiculo {
  font-size: 14px;
  font-family: "Lato Regular", Helvetica, Arial, sans-serif;
  color: #333; }

.item_num_placa {
  text-transform: uppercase; }
  .item_num_placa:before {
    content: 'Placa: ';
    font-family: "Lato Bold", sans-serif;
    text-transform: none; }

.item_plano:before {
  content: 'Plano escolhido: ';
  font-family: "Lato Bold", sans-serif; }

.item_periodo:before {
  content: 'Per\00EDodo: ';
  font-family: "Lato Bold", sans-serif; }

.info_pagamento {
  padding-left: 65px !important; }
  .info_pagamento span {
    display: block;
    color: #333;
    font-size: 14px; }
    .info_pagamento span:first-child {
      color: #b52614;
      text-transform: uppercase;
      font-family: "Lato Bold", sans-serif; }
  .info_pagamento a {
    color: #b52614; }
  .info_pagamento:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 15px; }

@media (min-width: 481px) and (max-width: 767px) {
  .social_share {
    display: none; } }
@media (max-width: 480px) {
  .social_share {
    display: none; } }

.share_facebook, .share_twitter, .share_googleplus {
  position: relative;
  margin-right: 20px;
  float: left; }
  @media (min-width: 768px) and (max-width: 991px) {
    .share_facebook, .share_twitter, .share_googleplus {
      margin-right: 15px; } }

.share_facebook .fb_iframe_widget {
  top: -2px !important; }

.share_twitter {
  width: 90px; }
  .share_twitter iframe {
    position: relative;
    top: 5px;
    left: -3px; }

.share_googleplus {
  margin-right: 0;
  width: 59px;
  top: 5px !important;
  left: -10px !important; }
  .share_googleplus #___plusone_0 {
    position: relative !important; }

.item_link_externo {
  position: relative;
  top: 5px;
  text-align: right;
  font-size: 14px; }
  .item_link_externo a {
    color: #b52614; }
    .item_link_externo a:hover {
      color: #b52614;
      text-decoration: none; }
    .item_link_externo a:active {
      color: #b52614;
      text-decoration: none; }
  .item_link_externo:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    position: relative; }
  @media (min-width: 481px) and (max-width: 767px) {
    .item_link_externo {
      text-align: left; } }
  @media (max-width: 480px) {
    .item_link_externo {
      text-align: left; } }

.more_options {
  position: absolute;
  right: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }
  .more_options:before {
    display: block;
    content: ""; }

.visible_options {
  display: block !important; }

.anuncios_enriqueca {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 20px 15px 20px 65px !important;
  margin: 20px 0;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .anuncios_enriqueca span {
    color: #b52614;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif; }
  .anuncios_enriqueca p {
    font-size: 14px;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
    color: #333333; }
    .anuncios_enriqueca p a {
      color: #b52614; }
  .anuncios_enriqueca:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 15px; }
  @media (max-width: 480px) {
    .anuncios_enriqueca {
      padding: 20px 15px 20px 40px !important;
      margin-top: 65px; }
      .anuncios_enriqueca span, .anuncios_enriqueca p {
        font-size: 13px; } }

.box_info {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin: 20px 0;
  padding: 15px 0; }
  .box_info span {
    color: #b52614;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
    cursor: pointer; }
  .box_info p {
    font-size: 14px;
    font-family: "Lato Regular", Helvetica, Arial, sans-serif;
    color: #333333; }
    .box_info p a {
      color: #b52614;
      cursor: pointer; }
  @media (max-width: 480px) {
    .box_info {
      margin-top: 65px; }
      .box_info span, .box_info p {
        font-size: 13px; } }

#select_all {
  width: auto !important; }

#vincular_anuncios {
  margin-top: 50px;
  border-top: 1px solid #e4e4e4;
  position: relative; }
  #vincular_anuncios h2 {
    font-family: "Lato Light";
    font-size: 24px;
    margin: 10px 0 30px 0; }
  #vincular_anuncios > p {
    font-size: 16px; }
  @media (min-width: 481px) and (max-width: 767px) {
    #vincular_anuncios h2 {
      margin: 10px 0 20px 0; }
    #vincular_anuncios .group_button_actions {
      position: relative;
      top: 0;
      margin-bottom: 20px; } }
  #vincular_anuncios .btn-block {
    margin-top: 0; }

#vincular_anuncios_list {
  position: relative;
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
  #vincular_anuncios_list li {
    margin-bottom: 30px; }
    #vincular_anuncios_list li:last-child {
      margin-bottom: 0; }
  #vincular_anuncios_list .checkbox {
    margin: 0; }
    #vincular_anuncios_list .checkbox label {
      font-family: "Lato Bold", sans-serif;
      font-size: 16px;
      color: #b52614; }

.vincular_list--item {
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  padding: 20px; }
  .vincular_list--item hr {
    border: 0;
    border-bottom: 1px dotted #b2b2b2; }

.origem_jornal, .num_anuncio_jornal {
  font-size: 14px;
  font-family: "Lato Regular", Helvetica, Arial, sans-serif;
  color: #b52614; }

.origem_jornal {
  text-transform: uppercase; }
  .origem_jornal:before {
    content: 'Origem: ';
    font-family: "Lato Bold", sans-serif;
    text-transform: none; }

.num_anuncio_jornal:before {
  content: 'N\00BA  do an\00FAncio no jornal: ';
  font-family: "Lato Bold", sans-serif;
  text-transform: none; }

.caracteres {
  position: absolute;
  bottom: 20px;
  right: 42px;
  border-top: #ccc solid 1px;
  padding: 2px 5px;
  background-color: white;
  border-left: #ccc solid 1px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 5px 0 0 0; }

.updated__bx, .faq_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  top: 0;
  left: 0;
  text-align: center; }
  .updated__bx h1, .faq_modal h1 {
    color: #b52614;
    margin-top: 25%; }
  .updated__bx h2, .faq_modal h2 {
    color: #b52614; }

.faq_modal {
  overflow: auto; }
  .faq_modal h1, .faq_modal h2, .faq_modal p {
    text-align: left; }
  .faq_modal h1 {
    margin-top: 20px; }
  .faq_modal .close_faq {
    position: absolute;
    color: #b52614;
    font-size: 24px;
    right: 20px;
    top: 0;
    cursor: pointer; }

input, button, select, textarea, span {
  font-family: "Lato Regular", Helvetica, Arial, sans-serif; }

label span {
  font-family: 'Lato Regular'; }

#modal_mask {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none; }

.modal_window {
  background: #fff;
  padding: 30px;
  width: 570px;
  min-height: 200px;
  position: fixed;
  top: 100px;
  display: none;
  z-index: 99999; }
  .modal_window span {
    display: block;
    text-align: center; }
  .modal_window a {
    line-height: 40px;
    color: #666;
    margin-left: 15px;
    font-size: 16px;
    font-weight: "Lato Regular", Helvetica, Arial, sans-serif; }
    .modal_window a:hover {
      text-decoration: none;
      color: #666; }
  @media (min-width: 481px) and (max-width: 767px) {
    .modal_window {
      max-width: 100%;
      width: 100%; } }
  @media (max-width: 480px) {
    .modal_window {
      max-width: 100%;
      width: 100%; } }

.modal_window--actions {
  max-width: 400px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .modal_window--actions {
      text-align: center; }
      .modal_window--actions button {
        width: 100%; } }

.modal_close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer; }

.modal_title {
  font-family: "Lato Light";
  font-size: 24px;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .modal_title {
      font-size: 18px; } }

.modal_car--name, .modal_car--price {
  font-family: "Lato Regular", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #666; }
  @media (max-width: 480px) {
    .modal_car--name, .modal_car--price {
      font-size: 12px; } }

.modal_car--price {
  margin-bottom: 20px; }

.change-partners {
  cursor: pointer; }

.media__thumb__image {
  cursor: move; }

.alert button, .container-error button {
  width: auto; }

.choice_part-prof label {
  width: 150px;
  font-size: 14px !important; }
  .choice_part-prof label span {
    font-family: "Lato Bold", sans-serif !important; }
  .choice_part-prof label input[type="radio"] {
    float: right;
    position: absolute;
    width: 100%;
    right: 0; }

button {
  font-family: 'Lato Regular', Helvetica, Arial, sans-serif !important; }

.radio__bx span {
  font-family: 'Lato Regular', Helvetica, Arial, sans-serif !important; }

label span {
  font-family: 'Lato Regular' !important; }

.rrssb-buttons {
  box-sizing: border-box;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 36px;
  margin: 0;
  padding: 0;
  width: 100%; }
  .rrssb-buttons:after {
    clear: both; }
  .rrssb-buttons:before, .rrssb-buttons:after {
    content: ' ';
    display: table; }
  .rrssb-buttons li {
    box-sizing: border-box;
    float: left;
    height: 100%;
    line-height: 13px;
    list-style: none;
    margin: 0;
    padding: 0 2px; }
    .rrssb-buttons li.rrssb-email a {
      background-color: #0a88ff; }
      .rrssb-buttons li.rrssb-email a:hover {
        background-color: #006ed6; }
    .rrssb-buttons li.rrssb-facebook a {
      background-color: #306199; }
      .rrssb-buttons li.rrssb-facebook a:hover {
        background-color: #244872; }
    .rrssb-buttons li.rrssb-tumblr a {
      background-color: #32506d; }
      .rrssb-buttons li.rrssb-tumblr a:hover {
        background-color: #22364a; }
    .rrssb-buttons li.rrssb-linkedin a {
      background-color: #007bb6; }
      .rrssb-buttons li.rrssb-linkedin a:hover {
        background-color: #005983; }
    .rrssb-buttons li.rrssb-twitter a {
      background-color: #26c4f1; }
      .rrssb-buttons li.rrssb-twitter a:hover {
        background-color: #0eaad6; }
    .rrssb-buttons li.rrssb-googleplus a {
      background-color: #e93f2e; }
      .rrssb-buttons li.rrssb-googleplus a:hover {
        background-color: #ce2616; }
    .rrssb-buttons li.rrssb-youtube a {
      background-color: #df1c31; }
      .rrssb-buttons li.rrssb-youtube a:hover {
        background-color: #b21627; }
    .rrssb-buttons li.rrssb-reddit a {
      background-color: #8bbbe3; }
      .rrssb-buttons li.rrssb-reddit a:hover {
        background-color: #62a3d9; }
    .rrssb-buttons li.rrssb-pinterest a {
      background-color: #b81621; }
      .rrssb-buttons li.rrssb-pinterest a:hover {
        background-color: #8a1119; }
    .rrssb-buttons li.rrssb-pocket a {
      background-color: #ed4054; }
      .rrssb-buttons li.rrssb-pocket a:hover {
        background-color: #e4162d; }
    .rrssb-buttons li.rrssb-github a {
      background-color: #444; }
      .rrssb-buttons li.rrssb-github a:hover {
        background-color: #2b2b2b; }
    .rrssb-buttons li.rrssb-instagram a {
      background-color: #517fa4; }
      .rrssb-buttons li.rrssb-instagram a:hover {
        background-color: #406582; }
    .rrssb-buttons li.rrssb-delicious a {
      background-color: #0B79E5; }
      .rrssb-buttons li.rrssb-delicious a:hover {
        background-color: #095fb4; }
    .rrssb-buttons li.rrssb-vk a {
      background-color: #4d71a9; }
      .rrssb-buttons li.rrssb-vk a:hover {
        background-color: #3d5a86; }
    .rrssb-buttons li.rrssb-hackernews a {
      background-color: #ff6600; }
      .rrssb-buttons li.rrssb-hackernews a:hover {
        background-color: #cc5200; }
    .rrssb-buttons li a {
      background-color: #ccc;
      border-radius: 2px;
      box-sizing: border-box;
      display: block;
      font-size: 11px;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-weight: bold;
      height: 100%;
      padding: 11px 7px 12px 27px;
      position: relative;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color .2s ease-in-out;
      width: 100%; }
      .rrssb-buttons li a .rrssb-icon {
        display: block;
        left: 10px;
        padding-top: 9px;
        position: absolute;
        top: 0;
        width: 10%; }
        .rrssb-buttons li a .rrssb-icon svg {
          height: 17px;
          width: 17px; }
          .rrssb-buttons li a .rrssb-icon svg path {
            fill: #fff; }
      .rrssb-buttons li a .rrssb-text {
        color: #fff; }
      .rrssb-buttons li a:active {
        box-shadow: inset 1px 3px 15px 0 rgba(22, 0, 0, 0.25); }
    .rrssb-buttons li.small a {
      padding: 0; }
      .rrssb-buttons li.small a .rrssb-icon {
        left: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        top: auto;
        width: 100%; }
      .rrssb-buttons li.small a .rrssb-text {
        visibility: hidden; }
  .rrssb-buttons.large-format {
    height: auto; }
    .rrssb-buttons.large-format li {
      height: auto; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(1) a {
        font-size: 20px;
        font-size: 4vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(2) a, .rrssb-buttons.large-format li:first-child:nth-last-child(2) ~ li a {
        font-size: 16px;
        font-size: 2vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(3) a, .rrssb-buttons.large-format li:first-child:nth-last-child(3) ~ li a {
        font-size: 14px;
        font-size: 1.7vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(4) a, .rrssb-buttons.large-format li:first-child:nth-last-child(4) ~ li a {
        font-size: 13px;
        font-size: 1.4vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(5) a, .rrssb-buttons.large-format li:first-child:nth-last-child(5) ~ li a {
        font-size: 13px;
        font-size: 1.2vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(6) a, .rrssb-buttons.large-format li:first-child:nth-last-child(6) ~ li a {
        font-size: 12px;
        font-size: 1.05vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(7) a, .rrssb-buttons.large-format li:first-child:nth-last-child(7) ~ li a {
        font-size: 11px;
        font-size: .9vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(8) a, .rrssb-buttons.large-format li:first-child:nth-last-child(8) ~ li a {
        font-size: 11px;
        font-size: .8vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(9) a, .rrssb-buttons.large-format li:first-child:nth-last-child(9) ~ li a {
        font-size: 11px;
        font-size: .7vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(10) a, .rrssb-buttons.large-format li:first-child:nth-last-child(10) ~ li a {
        font-size: 11px;
        font-size: .6vw; }
      .rrssb-buttons.large-format li:first-child:nth-last-child(11) a, .rrssb-buttons.large-format li:first-child:nth-last-child(11) ~ li a {
        font-size: 11px;
        font-size: .5vw; }
      .rrssb-buttons.large-format li a {
        backface-visibility: hidden;
        border-radius: .2em;
        padding: 8.5% 0 8.5% 12%; }
        .rrssb-buttons.large-format li a .rrssb-icon {
          height: 100%;
          left: 7%;
          padding-top: 0;
          width: 12%; }
          .rrssb-buttons.large-format li a .rrssb-icon svg {
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%; }
        .rrssb-buttons.large-format li a .rrssb-text {
          backface-visibility: hidden; }
  .rrssb-buttons.small-format {
    padding-top: 5px; }
    .rrssb-buttons.small-format li {
      height: 80%;
      padding: 0 1px; }
      .rrssb-buttons.small-format li a .rrssb-icon {
        height: 100%;
        padding-top: 0; }
        .rrssb-buttons.small-format li a .rrssb-icon svg {
          height: 48%;
          position: relative;
          top: 6px;
          width: 80%; }
  .rrssb-buttons.tiny-format {
    height: 22px;
    position: relative; }
    .rrssb-buttons.tiny-format li {
      padding-right: 7px; }
      .rrssb-buttons.tiny-format li a {
        background-color: transparent;
        padding: 0; }
        .rrssb-buttons.tiny-format li a .rrssb-icon svg {
          height: 70%;
          width: 100%; }
        .rrssb-buttons.tiny-format li a:hover, .rrssb-buttons.tiny-format li a:active {
          background-color: transparent; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path {
        fill: #0a88ff; }
      .rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #0054a3; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path {
        fill: #306199; }
      .rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #18304b; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path {
        fill: #32506d; }
      .rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #121d27; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path {
        fill: #007bb6; }
      .rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #003650; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path {
        fill: #26c4f1; }
      .rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #0b84a6; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path {
        fill: #e93f2e; }
      .rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #a01e11; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path {
        fill: #df1c31; }
      .rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #84111d; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path {
        fill: #8bbbe3; }
      .rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #398bcf; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path {
        fill: #b81621; }
      .rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #5d0b11; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path {
        fill: #ed4054; }
      .rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #b61124; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path {
        fill: #444; }
      .rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #111111; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path {
        fill: #517fa4; }
      .rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #2f4a60; }
      .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path {
        fill: #0B79E5; }
      .rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #064684; }
      .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path {
        fill: #4d71a9; }
      .rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #2d4263; }
      .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path {
        fill: #ff6600; }
      .rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path {
        fill: #993d00; }

.datepicker-days {
  text-align: center; }
  .datepicker-days th {
    text-align: center;
    cursor: pointer; }
  .datepicker-days .prev, .datepicker-days .next {
    font-size: 24px; }
    .datepicker-days .prev:hover, .datepicker-days .next:hover {
      color: #b52614; }
  .datepicker-days .day {
    cursor: pointer;
    border-radius: 3px; }
    .datepicker-days .day:hover {
      background: #eeeeee; }
  .datepicker-days .active {
    background: #b52614;
    color: #ffffff; }
    .datepicker-days .active:hover {
      background: #b52614;
      color: #ffffff; }

/*# sourceMappingURL=total.style.vrum-2015.css.map */


/*Vinícius - SUNET DF*/
.nav-main .dropdown-menu .levels .vrum-tv-hidden{
  display: none;
}