@charset "UTF-8";
/*   	
	Author URI: http://olivasdigital.com.br/
	Developer: Olivas Digital
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700");
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.row:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
}

/* GRID */
.col {
  float: left;
  padding: 0 20px;
  /*GRID MOBILE*/
  /*GRID TABLET*/
  /*GRID DESKTOP*/
  /*GRID WIDE*/
}

.col.centralized {
  float: none;
  margin: 0 auto;
}

.col.right {
  float: right;
}

.col.one-mobile {
  width: calc(100% / 12);
}

.col.two-mobile {
  width: calc((100% / 12) * 2);
}

.col.three-mobile {
  width: calc((100% / 12) * 3);
}

.col.four-mobile {
  width: calc((100% / 12) * 4);
}

.col.five-mobile {
  width: calc((100% / 12) * 5);
}

.col.six-mobile {
  width: calc((100% / 12) * 6);
}

.col.seven-mobile {
  width: calc((100% / 12) * 7);
}

.col.eight-mobile {
  width: calc((100% / 12) * 8);
}

.col.nine-mobile {
  width: calc((100% / 12) * 9);
}

.col.ten-mobile {
  width: calc((100% / 12) * 10);
}

.col.eleven-mobile {
  width: calc((100% / 12) * 11);
}

.col.twelve-mobile {
  width: 100%;
}

@media (min-width: 768px) {
  .col.one-tablet {
    width: calc(100% / 12);
  }
  .col.two-tablet {
    width: calc((100% / 12) * 2);
  }
  .col.three-tablet {
    width: calc((100% / 12) * 3);
  }
  .col.four-tablet {
    width: calc((100% / 12) * 4);
  }
  .col.five-tablet {
    width: calc((100% / 12) * 5);
  }
  .col.six-tablet {
    width: calc((100% / 12) * 6);
  }
  .col.seven-tablet {
    width: calc((100% / 12) * 7);
  }
  .col.eight-tablet {
    width: calc((100% / 12) * 8);
  }
  .col.nine-tablet {
    width: calc((100% / 12) * 9);
  }
  .col.ten-tablet {
    width: calc((100% / 12) * 10);
  }
  .col.eleven-tablet {
    width: calc((100% / 12) * 11);
  }
  .col.twelve-tablet {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .col.one-desktop {
    width: calc(100% / 12);
  }
  .col.two-desktop {
    width: calc((100% / 12) * 2);
  }
  .col.three-desktop {
    width: calc((100% / 12) * 3);
  }
  .col.four-desktop {
    width: calc((100% / 12) * 4);
  }
  .col.five-desktop {
    width: calc((100% / 12) * 5);
  }
  .col.six-desktop {
    width: calc((100% / 12) * 6);
  }
  .col.seven-desktop {
    width: calc((100% / 12) * 7);
  }
  .col.eight-desktop {
    width: calc((100% / 12) * 8);
  }
  .col.nine-desktop {
    width: calc((100% / 12) * 9);
  }
  .col.ten-desktop {
    width: calc((100% / 12) * 10);
  }
  .col.eleven-desktop {
    width: calc((100% / 12) * 11);
  }
  .col.twelve-desktop {
    width: 100%;
  }
}

@media (min-width: 1368px) {
  .col.one-wide {
    width: calc(100% / 12);
  }
  .col.two-wide {
    width: calc((100% / 12) * 2);
  }
  .col.three-wide {
    width: calc((100% / 12) * 3);
  }
  .col.four-wide {
    width: calc((100% / 12) * 4);
  }
  .col.five-wide {
    width: calc((100% / 12) * 5);
  }
  .col.six-wide {
    width: calc((100% / 12) * 6);
  }
  .col.seven-wide {
    width: calc((100% / 12) * 7);
  }
  .col.eight-wide {
    width: calc((100% / 12) * 8);
  }
  .col.nine-wide {
    width: calc((100% / 12) * 9);
  }
  .col.ten-wide {
    width: calc((100% / 12) * 10);
  }
  .col.eleven-wide {
    width: calc((100% / 12) * 11);
  }
  .col.twelve-wide {
    width: 100%;
  }
}

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon/Flaticon.eot");
  src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/flaticon/Flaticon.woff") format("woff"),
    url("../fonts/flaticon/Flaticon.ttf") format("truetype"),
    url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
}

.flaticon-menu-button:before {
  content: "\f100";
}

.flaticon-youtube:before {
  content: "\f101";
}

.flaticon-google-plus:before {
  content: "\f102";
}

.flaticon-linkedin:before {
  content: "\f103";
}

.flaticon-twitter:before {
  content: "\f104";
}

.flaticon-facebook:before {
  content: "\f105";
}

.flaticon-new-email-outline:before {
  content: "\f106";
}

.flaticon-close-button:before {
  content: "\f107";
}

.flaticon-cancel:before {
  content: "\f108";
}

.flaticon-right-arrow:before {
  content: "\f109";
}

.flaticon-left-arrow:before {
  content: "\f10a";
}

.flaticon-instagram:before {
  content: "\f10b";
}

.flaticon-magnifying-glass:before {
  content: "\f10c";
}

.row:after,
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  overflow: hidden;
}

.sprite {
  background-image: url(../img/spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}

.sprite-bottom {
  width: 40px;
  height: 40px;
  background-position: -5px -5px;
}

.sprite-envelope {
  width: 29px;
  height: 29px;
  background-position: -5px -55px;
}

.sprite-next {
  width: 27px;
  height: 48px;
  background-position: -5px -94px;
}

.sprite-phone {
  width: 29px;
  height: 29px;
  background-position: -5px -152px;
}

.sprite-play {
  width: 106px;
  height: 106px;
  background-position: -5px -191px;
}

.sprite-prev {
  width: 27px;
  height: 48px;
  background-position: -5px -307px;
}

.sprite-whats {
  width: 30px;
  height: 30px;
  background-position: -5px -365px;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}

.fancybox-infobar {
  display: none;
}

.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}

.fancybox-show-buttons .fancybox-buttons {
  display: block;
}

.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide--image {
  overflow: hidden;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}

.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}

.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font: 80px/30px Roboto, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
  border-width: 0;
  background: #a80733;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}

/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}

.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}

.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close {
  float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}

/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}

.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}

/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}

.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0,
    4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/****ALL*****/
html,
body {
  height: 100%;
  min-height: 100%;
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 15px;
  color: #000;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.right {
  float: right;
}

.left {
  float: left;
}

.container {
  width: 100%;
  max-width: 768px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .container {
    width: 100%;
    max-width: 1260px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

.row {
  width: calc(100% + 40px);
  margin-left: -20px;
}

.clearfix {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ul.inline li {
  display: inline-block;
  margin: 3px 0px;
}

input:focus,
textarea:focus,
select:focus,
a:focus {
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

figure,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/*FLEXVIDEO*/
.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 0 auto;
}

.flex-video iframe,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.relative {
  position: relative;
}

/*IMAGES*/
img.responsive {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

/*HIDE*/
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .hide-tablet {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hide-desktop {
    display: none !important;
  }
}

/*LINKS*/
a {
  color: inherit;
}

/*TRANSITION*/
a,
button,
input,
span,
img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.5s ease;
}

.bt-saiba .button {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px;
  padding: 10px 25px;
  font-weight: 500;
  border: 2px solid #000;
  background: #000;
  color: #fff;
}

.button {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px;
  padding: 10px 25px;
  font-weight: 500;
  border: 2px solid #000;
}

.button.thin {
  border: 1px solid #000;
  font-weight: 300;
}

.button.fat {
  font-weight: 700;
}

.button i {
  margin-left: 5px;
}

.button i:before {
  font-size: 16px;
}

.button.small {
  font-size: 12px;
}

.button.small i:before {
  font-size: 12px;
}

.button.wire:hover {
  background: #000;
  color: #fff;
}

.button.solid {
  background: #000;
  color: #fff;
}

.button.solid:hover {
  background: transparent;
  color: #000;
}

.valor {
  float: left;
}

.entre-contanto .button {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0px;
  padding: 5px 10px;
  font-weight: 500;
  border: 2px solid #000;
  background: #000;
  color: #fff;
}

.entre-contanto .button.thin {
  border: 1px solid #000;
  font-weight: 300;
}

.entre-contanto .button.fat {
  font-weight: 700;
}

.entre-contanto .button i {
  margin-left: 5px;
}

.entre-contanto .button i:before {
  font-size: 16px;
}

.entre-contanto .button.small {
  font-size: 12px;
}

.entre-contanto .button.small i:before {
  font-size: 12px;
}

.entre-contanto .button.wire:hover {
  background: #fff;
  color: #000;
}

.entre-contanto .button.solid {
  background: #000;
  color: #fff;
}

.entre-contanto .button.solid:hover {
  background: transparent;
  color: #000;
}

.card {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.card.layout-1.destaque-leilao {
  position: relative;
  padding: 20px;
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
}

@media (min-width: 1280px) {
  .card.layout-1.destaque-leilao {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .card.layout-1.destaque-leilao img {
    margin-bottom: 20px;
  }
}

.card.layout-1.destaque-leilao a.button {
  bottom: 40px;
  right: 40px;
  margin-top: 20px;
  font-size: 12px;
}

@media (min-width: 1280px) {
  .card.layout-1.destaque-leilao a.button {
    position: absolute;
  }
}

.card.layout-1.destaque-leilao span {
  margin-bottom: 7px;
}

.card.layout-1 .thumbnail {
  width: 100%;
  height: auto;
}

.card.layout-1 .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.card.layout-1 h3,
.card.layout-1 span {
  display: block;
  margin: 0 0 10px;
}

.card.layout-1 h3.more,
.card.layout-1 span.more {
  margin: 0;
  height: auto;
  line-height: 20px;
}

.card.layout-1 span {
  display: block;
  display: -webkit-box;
  height: 63px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1279px) {
  .card.layout-1 h3 {
    display: block;
    display: -webkit-box;
    height: 44.8px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (min-width: 1280px) {
  .card.layout-1 h3 {
    height: 45px;
    font-size: 16px;
    line-height: 17px;
  }
}

.card.layout-1 .descricao {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card.layout-1 a.categoria {
  color: #fff;
  padding: 5px 0;
  background: #000;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 23px;
  text-align: center;
}

.card.layout-1 a.sub-categoria {
  color: #fff;
  padding: 5px 8px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 35px;
}

.card.layout-1 a.id {
  color: #fff;
  padding: 5px 8px;
  background: #000;
  position: absolute;
  top: 10px;
  left: 40px;
}

.card.layout-1 .information {
  bottom: -40px;
  left: 0;
  padding: 20px;
  width: 100%;
  background: #fff;
  transition: bottom 0.5s ease-out;
}

@media (min-width: 1280px) {
  .card.layout-1 .information {
    position: absolute;
  }
}

.card.layout-1:hover .information {
  bottom: 0;
}

.card.layout-2 .thumbnail {
  width: 100%;
  height: auto;
}

.card.layout-2 .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  -ms-filter: grayscale(0.5);
  filter: grayscale(0.5);
}

.card.layout-2 h3,
.card.layout-2 span {
  display: block;
  margin: 0 0 10px;
}

.card.layout-2 h3.more,
.card.layout-2 span.more {
  margin: 0;
}

.card.layout-2 .information {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 80%;
  height: 80%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease;
}

.card.layout-2 .information:after {
  content: "";
  display: block;
  width: 110%;
  height: 110%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.5s ease;
}

.card.layout-2:hover .information {
  transform: translate(-50%, -50%) scale(1);
}

.card.layout-2:hover .information:after {
  transform: translate(-50%, -50%) scale(1);
}

.card.layout-2:hover img {
  -ms-filter: grayscale(0.2);
  filter: grayscale(0.2);
}

.card.layout-3 .thumbnail {
  width: 100%;
  height: auto;
}

@media (min-width: 1280px) {
  .card.layout-3 .thumbnail {
    padding-bottom: 40px;
  }
}

.card.layout-3 .thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

.card.layout-3 .information {
  bottom: 60px;
  left: 20px;
  padding: 10px 20px;
  background: #fff;
  transition: bottom 0.5s ease-out;
}

@media (min-width: 1280px) {
  .card.layout-3 .information {
    position: absolute;
  }
}

.card.layout-3 .information.small h3,
.card.layout-3 .information.small span {
  font-size: 12px;
}

.card.layout-3 h3,
.card.layout-3 span {
  display: block;
  margin: 5px 0;
}

.title {
  display: block;
  color: #000;
  display: block;
}

.title h2 {
  font-weight: 300;
  font-size: 32px;
}

.title hr {
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  border: none;
  margin: 0 auto 60px;
}

/*TOPO*/
@media (max-width: 1279px) {
  .header {
    position: fixed;
    width: 220px;
    height: 100%;
    background: #fff;
    border-right: 1px solid #000;
    z-index: 999;
    left: -220px;
    transition: left 1s ease;
    overflow-y: auto;
    padding-bottom: 50px;
  }
  .header.slide-menu {
    left: 0;
  }
}

@media (min-width: 1280px) {
  .header {
    display: block;
  }
}

.header img {
  display: block;
  width: 60%;
  max-width: 110px;
  height: auto;
  margin: 0 auto 12px;
}

.header hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 0;
  padding: 0;
  border: none;
}

.header nav {
  text-align: right;
  min-height: 50px;
}

@media (min-width: 1280px) {
  .header nav {
    text-align: center;
  }
}

@media (max-width: 1279px) {
  .header nav li {
    display: block;
  }
}

.header nav li.active a {
  border: 1px solid #000;
}

.header nav li.menu-item-has-children {
  position: relative;
}

.header nav li.menu-item-has-children:hover .sub-menu {
  display: block;
}

.header nav li .sub-menu {
  height: auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background: #fff;
}

@media (min-width: 1280px) {
  .header nav li .sub-menu {
    display: none;
    text-align: left;
    position: absolute;
    z-index: 2;
    width: 220px;
  }
}

.header nav li .sub-menu li {
  border-bottom: 1px solid #000;
  display: block;
  text-align: right;
}

@media (min-width: 1280px) {
  .header nav li .sub-menu li {
    text-align: left;
  }
}

.header nav li .sub-menu li a {
  text-transform: uppercase;
  font-size: 12px;
  margin: 0;
  padding: 10px;
  display: block;
  border: none !important;
}

@media (min-width: 1280px) {
  .header nav li .sub-menu li a {
    font-size: 14px;
  }
}

.header nav li .sub-menu li.active a {
  background: #000;
  color: #fff;
}

.header nav li .sub-menu li .sub-menu {
  top: -1px;
  right: -100%;
  display: none !important;
}

.header nav li .sub-menu li.menu-item-has-children:hover .sub-menu {
  display: block !important;
}

.header nav a {
  display: inline-block;
  padding: 3px 6px 2px;
  margin: 12px 0;
  border: 1px solid #fff;
}

@media (min-width: 1280px) {
  .header nav a {
    margin: 12px;
  }
}

.header nav a:hover {
  border: 1px solid #000;
}

.header .other-menu {
  padding-top: 10px;
}

@media (min-width: 1280px) {
  .header .other-menu li {
    margin-right: 20px;
  }
}

.header .other-menu li a {
  color: #000;
}

.header .other-menu li a i:before {
  font-size: 14px;
}

.header .other-menu li a img {
  width: 32px;
  margin: 0;
  border: 1px solid #f3f3f3;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

@media (min-width: 1280px) {
  .header .other-menu li.space {
    margin-right: 5px;
  }
}

.header .other-menu li.has-content {
  position: relative;
}

.header .other-menu li.has-content form {
  position: absolute;
  display: block;
  width: 270px;
  left: 0;
  bottom: -80px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}

.header .other-menu li.has-content form input {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #000;
  padding: 10px 20px;
}

.header .other-menu li.has-content form.active {
  bottom: -50px;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1279px) {
  .header .other-menu {
    display: block;
    width: 100%;
    padding-top: 60px;
  }
  .header .other-menu li {
    display: block;
    text-align: right;
    margin-bottom: 10px;
  }
  .header .other-menu li img {
    display: inline-block;
  }
}

@media (min-width: 1280px) {
  .header.fixed ul {
    display: block;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #000;
    position: fixed;
    top: -50px;
    left: 0;
    z-index: 999;
    transition: top 0.5s ease-out;
  }
  .header.fixed.active ul {
    top: 0;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #000;
}

.mobile-menu .logotipo {
  max-width: 50px;
}

.mobile-menu .logotipo img {
  width: auto;
  height: 50px;
}

.mobile-menu .hamburguer {
  display: block;
  float: right;
  margin-top: 18px;
}

/*SLIDER*/
.slider .owl-home .item.expand {
  overflow: hidden;
}

.slider .owl-home .item.expand img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 12s ease;
}

.slider .owl-home .active .item.expand img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

.slider .owl-home .item.walkLeft {
  overflow: hidden;
}

.slider .owl-home .item.walkLeft img {
  -webkit-transform: scale(1.2) translateX(50px);
  -moz-transform: scale(1.2) translateX(50px);
  -ms-transform: scale(1.2) translateX(50px);
  -o-transform: scale(1.2) translateX(50px);
  transform: scale(1.2) translateX(50px);
  transition: all 12s ease;
}

.slider .owl-home .active .item.walkLeft img {
  -webkit-transform: scale(1.2) translateX(0);
  -moz-transform: scale(1.2) translateX(0);
  -ms-transform: scale(1.2) translateX(0);
  -o-transform: scale(1.2) translateX(0);
  transform: scale(1.2) translateX(0);
}

.slider .owl-home .item.walkRight {
  overflow: hidden;
}

.slider .owl-home .item.walkRight img {
  -webkit-transform: scale(1.2) translateX(-50px);
  -moz-transform: scale(1.2) translateX(-50px);
  -ms-transform: scale(1.2) translateX(-50px);
  -o-transform: scale(1.2) translateX(-50px);
  transform: scale(1.2) translateX(-50px);
  transition: all 12s ease;
}

.slider .owl-home .active .item.walkRight img {
  -webkit-transform: scale(1.2) translateX(0);
  -moz-transform: scale(1.2) translateX(0);
  -ms-transform: scale(1.2) translateX(0);
  -o-transform: scale(1.2) translateX(0);
  transform: scale(1.2) translateX(0);
}

.slider .owl-home .call {
  width: 100%;
}

@media (max-width: 767px) {
  .slider .owl-home .call {
    background: #000;
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  .slider .owl-home .call {
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 60%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 1.5s ease-out;
  }
}

.slider .owl-home .call h2 {
  box-shadow: 15px 0 0 0 #000, -5px 0 0 0 #000;
  background: #000;
  display: inline;
  padding: 3px 0;
  position: relative;
  color: #fff;
  font-size: 18px;
}

@media (min-width: 768px) {
  .slider .owl-home .call h2 {
    font-size: 28px;
    line-height: 43px;
  }
}

@media (min-width: 1280px) {
  .slider .owl-home .call h2 {
    font-size: 32px;
    line-height: 48px;
  }
}

.slider .owl-home .call .button {
  margin: 40px 0 0;
}

@media (max-width: 767px) {
  .slider .owl-home .call .button {
    margin: 10px 0 0;
    color: #fff;
    border-color: #fff;
  }
}

.slider .owl-home .active .call {
  top: 50%;
  opacity: 1;
}

.slider .owl-home .owl-dots {
  display: block;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .slider .owl-home .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.slider .owl-home .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #000;
  margin: 20px 5px;
  transition: all 0.2s ease;
}

.slider .owl-home .owl-dots .owl-dot.active {
  background: #000;
  border: 1px solid transparent;
}

.modulo {
  margin: 60px 0 0;
}

.modulo .button {
  margin: 60px 0 0;
}

/*OBRAS UNICAS*/
.obras {
  padding: 60px 0;
  background: #f3f3f3;
}

.gravuras {
  padding: 60px 0;
}

/*FEIRAS*/
.feiras .owl-dots {
  display: block;
  width: 100%;
  text-align: center;
}

.feiras .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border: 1px solid #000;
  margin: 20px 5px 0;
  transition: all 0.2s ease;
}

.feiras .owl-dots .owl-dot.active {
  background: #000;
  border: 1px solid transparent;
}

/*FOOTER*/
.rodape {
  padding: 0;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  text-align: center;
}

@media (min-width: 768px) {
  .rodape {
    text-align: left;
  }
}

.rodape .social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #000;
  color: #fff;
  margin-right: 10px;
  border: 1px solid #000;
}

.rodape .social a:hover {
  background: #fff;
  color: #000;
}

.rodape .news input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #000;
  padding: 10px 20px;
  height: 50px;
}

@media (min-width: 1280px) {
  .rodape .news input {
    max-width: 300px;
  }
}

.rodape .news input[type="submit"] {
  background: #000;
  color: #fff;
  cursor: pointer;
}

.rodape .contact address {
  font-style: nomal;
}

.rodape .menu li {
  margin-bottom: 10px;
}

.rodape .menu li a {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #f3f3f3;
  letter-spacing: 5px;
}

.rodape .menu li a:hover {
  border-color: #000;
}

.rodape .social,
.rodape .news,
.rodape .information {
  padding: 40px 0 20px;
}

.rodape .logotipo {
  text-align: center;
}

@media (min-width: 1280px) {
  .rodape .logotipo {
    height: 400px;
    /* border-right: 1px solid #000; */
  }
}

.copy {
  padding: 20px 0;
}

.forehead {
  background: #f3f3f3;
  color: #000;
}

.forehead h1 {
  margin: 100px 0 40px;
  font-size: 42px;
  font-weight: 300;
  position: relative;
}

@media (min-width: 1280px) {
  .forehead h1 {
    margin: 40px 0;
  }
}

/*PAGINAÇÃO*/
.pagination {
  padding: 40px 0 80px;
  vertical-align: middle;
}

.pagination li {
  margin: 0 5px;
}

.pagination a,
.pagination span {
  font-size: 14px;
  vertical-align: middle;
  padding: 5px 10px;
}

.pagination a:hover {
  color: #000;
}

.pagination .back,
.pagination .next {
  font-size: 18px;
}

.pagination .current {
  border: 1px solid #000;
}

.single .card.layout-1 {
  margin-bottom: 40px;
}

.single .ui-widget {
  padding-top: 5px;
  margin-bottom: 40px;
}

.single .ui-widget input {
  width: 100%;
  max-width: 280px;
  height: 35px;
  border: 1px solid #000;
  padding: 5px 20px;
}

.single .filtro {
  margin-bottom: 40px;
}

.single .filtro h3 {
  font-size: 12px;
}

.single .filtro ul,
.single .filtro h3 {
  display: inline-block;
}

.single .filtro a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #000;
}

.single .filtro a:hover,
.single .filtro a.active {
  background: #000;
  color: #fff;
}

.interna {
  max-width: 768px;
  height: auto;
  padding: 20px 0;
  position: relative;
}

.interna.feira {
  max-width: 390px;
}

.interna.feira img {
  margin-bottom: 10px;
}

.interna .content {
  padding: 10px 0;
}

.interna .head {
  height: 100px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.interna .status-compra {
  background: black;
  color: #fff;
  padding: 8px;
  font-size: 12px;
}

.interna h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.interna h2 {
  margin: 5px 0 10px;
}

.interna hr {
  border: 0;
  background: #000;
  height: 1px;
}

.interna img {
  width: auto;
  max-width: 100%;
  float: right;
  height: auto;
}

.interna .owl-dots {
  bottom: -45px !important;
}

.contato {
  padding: 0;
  margin: 0;
}

.contato h3 {
  margin-top: 60px;
}

.contato .formulario {
  padding: 60px 0 60px 40px;
  border-left: 1px solid #000;
}

.contato .formulario input,
.contato .formulario textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #000;
  padding: 10px 20px;
  height: 50px;
}

.contato .formulario textarea {
  height: 200px;
  padding: 20px;
}

.contato .formulario .button {
  margin: 0;
}

.contato .formulario input[type="submit"] {
  background: #000;
  color: #fff;
  cursor: pointer;
}

.sobre {
  padding: 0;
  margin: 0;
}

.sobre .content {
  padding: 40px 0;
}

.sobre .owl-sobre {
  padding: 40px 40px 40px 0;
  border-right: 1px solid #000;
}

.fancybox-close-small:after {
  background: #000;
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 40px;
}

.artistas .artistas-leterring {
  font-size: 48px;
  text-align: center;
  position: relative;
}

@media (min-width: 768px) {
  .artistas .artistas-leterring {
    padding: 0 0 400px;
  }
}

.artistas .artistas-leterring:after {
  content: "";
  width: 1px;
  height: 700px;
  background: #000;
  position: absolute;
  bottom: -150%;
}

@media (min-width: 768px) {
  .artistas .artistas-leterring:after {
    height: 400px;
    bottom: 0;
    left: 50%;
  }
}

.artistas .artistas-leterring:before {
  width: 1px;
  height: 1000px;
  background: #000;
  position: absolute;
  top: 50px;
  left: 0;
  transform-origin: top;
  transform: rotate(80deg);
}

@media (min-width: 768px) {
  .artistas .artistas-leterring:before {
    content: "";
  }
}

@media (min-width: 1280px) {
  .artistas .artistas-leterring:before {
    left: 50px;
  }
}

@media (min-width: 768px) {
  .artistas .lista-artistas {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .artistas .lista-artistas {
    text-align: right;
  }
}

.artistas .lista-artistas li {
  margin-bottom: 40px;
}

.artistas .lista-artistas a {
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid transparent;
}

@media (min-width: 1280px) {
  .artistas .lista-artistas a {
    font-size: 20px;
    padding: 10px 20px;
  }
}

.artistas .lista-artistas a:hover {
  border-color: #000;
}

.error {
  border-color: red !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #000000 !important;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #000000 !important;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #000000 !important;
}

.cinza {
  background: #f3f3f3;
  padding: 0;
}

.cinza .destaque-leilao {
  padding: 0;
}

.sem-img {
  background: #f4f4f4 url("../img/Imagem_Indisponivel.png") no-repeat center top;
}

@media (min-width: 1280px) {
  .sem-img {
    height: 480px !important;
  }
}

@media (max-width: 1279px) {
  .sem-img {
    height: 450px !important;
  }
}

@media (max-width: 767px) {
  .sem-img {
    height: 183px !important;
    background: #f4f4f4 url("../img/Imagem_Indisponivel.png") no-repeat center;
    background-size: 100%;
  }
}

.sem-img-feira-home {
  background: #f4f4f4 url("../img/Imagem_Indisponivel.png") no-repeat center top;
}

@media (min-width: 1280px) {
  .sem-img-feira-home {
    height: 300px !important;
  }
}

@media (max-width: 1279px) {
  .sem-img-feira-home {
    height: 220px !important;
  }
}

@media (max-width: 767px) {
  .sem-img-feira-home {
    height: 155px !important;
    background: #f4f4f4 url("../img/Imagem_Indisponivel.png") no-repeat center;
    background-size: 100%;
  }
}

.sem-img-feira {
  background: #f4f4f4 url("../img/Imagem_Indisponivel.png") no-repeat center top;
}

@media (min-width: 1280px) {
  .sem-img-feira {
    height: 325px !important;
  }
}

@media (max-width: 1279px) {
  .sem-img-feira {
    height: 295px !important;
  }
}

@media (max-width: 767px) {
  .sem-img-feira {
    height: 120px !important;
    background: #f4f4f4 url("../img/Imagem_Indisponivel.png") no-repeat center;
    background-size: 100%;
  }
}

.sem-img-obra-grande {
  background: #f4f4f4 url("../img/Imagem_Indisponivel.png") no-repeat center;
}

@media (min-width: 1280px) {
  .sem-img-obra-grande {
    height: 590px !important;
  }
}

@media (max-width: 1279px) {
  .sem-img-obra-grande {
    height: 728px !important;
  }
}

@media (max-width: 767px) {
  .sem-img-obra-grande {
    height: 280px !important;
    background-size: 100%;
  }
}

.sem-img-obra-pequena {
  background: #f4f4f4 url("../img/Imagem_Indisponivel.png") no-repeat center;
}

@media (min-width: 1280px) {
  .sem-img-obra-pequena {
    height: 275px !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 1279px) {
  .sem-img-obra-pequena {
    height: 344px !important;
  }
}

@media (max-width: 767px) {
  .sem-img-obra-pequena {
    height: 120px !important;
    background-size: 100%;
  }
}

.sem-img-leilao-destaque {
  background: #f4f4f4 url("../img/Imagem_Indisponivel.png") no-repeat center;
}

@media (min-width: 1280px) {
  .sem-img-leilao-destaque {
    height: 333px !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 1279px) {
  .sem-img-leilao-destaque {
    height: 423px !important;
  }
}

@media (max-width: 767px) {
  .sem-img-leilao-destaque {
    height: 312px !important;
    background-size: 100%;
  }
}

.sem-img-leilao-destaque-fancy {
  background: #f4f4f4 url("../img/Imagem_Indisponivel.png") no-repeat center;
}

@media (min-width: 1280px) {
  .sem-img-leilao-destaque-fancy {
    height: 290px !important;
    margin-bottom: 40px;
  }
}

@media (max-width: 1279px) {
  .sem-img-leilao-destaque-fancy {
    height: 390px !important;
  }
}

@media (max-width: 767px) {
  .sem-img-leilao-destaque-fancy {
    height: 279px !important;
    background-size: 100%;
  }
}

.thumbnail_zoom .zoom {
  position: relative;
}

.thumbnail_zoom .zoom img {
  transition: none;
}

.thumbnail_zoom .zoom:hover:after {
  opacity: 0;
}

.thumbnail_zoom .zoom:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  transition: opacity 0.3s ease;
  background: url("../img/icon.png");
}

.select-filter {
  margin-top: 5px;
}

.select-filter a.btn {
  display: block;
  background: #000;
  color: #fff;
  padding: 10px;
  height: 35px;
  width: 120px;
  position: relative;
}

.select-filter a.btn:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 17px;
  right: 10px;
}

.select-filter ul {
  display: none;
  width: 200px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  z-index: 2;
}

.select-filter ul li {
  display: block;
}

.select-filter ul li a {
  display: block;
  padding: 10px;
}

.select-filter ul li ul {
  border: none;
  width: 100%;
  position: relative;
}

.select-filter ul li ul li {
  padding-left: 12px;
}

.select-filter ul li ul li a {
  border-left: 1px solid #000;
}

.select-filter:hover ul {
  display: block;
}

/* Filtro ordenação página livro */
.single .filtragemLivro:hover ul.inline li {
  width: 100%;
}

.single .filtragemLivro:hover ul.inline {
  display: flex !important;
  flex-wrap: wrap;
  padding: 10px;
}

.single .filtragemLivro ul.inline {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.single .filtragemLivro {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 80px;
}
.filtro.filtragemLivro h3::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  top: 17px;
  right: -15px;
}

@media (max-width: 991px) {
  .single .filtragemLivro {
    float: left;
  }
}

@media (min-width: 1280px) {
  .header nav li .sub-menu li {
    margin-bottom: 0 !important;
  }
}

/* NOVA HOME */
@media (min-width: 992px) {
  .new-home-slider {
    margin-top: 95px;
  }
  .new-home-slider .owl-home .owl-dots {
    position: relative;
  }
  .new-home-feiras .card.layout-2 .thumbnail img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }
  .new-home-feiras .sem-img-feira-home {
    height: auto !important;
    width: auto !important;
  }
  .new-home-feiras img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: initial;
  }
  .page-template-page-new-home .container {
    max-width: 1240px !important;
  }

  section.obras.modulo.new-home-obras-unicas,
  section.gravuras.modulo.new-home-gravuras,
  section.gravuras.livros.modulo {
    padding: 0;
  }

  footer.rodape {
    margin: 40px 0px 0px 0px;
  }
  footer.rodape .row {
    display: flex;
  }
  footer.rodape .row form .row {
    display: block;
  }
  footer.rodape .row .col.three-desktop {
    width: 22%;
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    padding: 0;
  }

  footer.rodape .row .col.three-tablet.two-desktop {
    width: 25%;
    border-left: 2px solid #000;
  }

  footer.rodape .row .five-tablet.four-desktop {
    width: 25%;
  }

  footer.rodape .row .four-tablet.three-desktop {
    width: 25%;
  }
  .home-imagem-post-principal.mobile {
    display: none;
  }
}

section.gravuras.fotografias.modulo .container {
  max-width: 100% !important;
  padding: 0;
}

section.gravuras.fotografias.modulo
  .container
  .home-imagem-post-principal-fotografias
  img {
  max-width: 100%;
  height: 480px;
  object-fit: cover;
  width: 100%;
}

.page-template-page-new-home .button {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  max-width: 130px !important;
  margin: 30px auto 0 auto !important;
}
.new-home-obras-unicas {
  background-color: #fff;
}
.page-template-page-new-home .home-imagem-post-principal img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .home-imagem-post-principal.desktop {
    display: none;
  }
  .home-imagem-post-principal.mobile {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
  }
}
/* NOVA HOME */
