/*Theme Name: GS Automoveis
/*Author: ALASKA agency
/*Author URI: http://alaska.agency
/*Description: Created by Alaska Agency. We don't use templates, we create them!
/*Version: 1.0
/*License: GNU General Public License v2 or later
/*License URI: http://www.gnu.org/licenses/gpl-2.0.html
/*This theme, like WordPress, is licensed under the GPL */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px; }

section {
  margin: 0;
  padding: 64px 0; }

.container {
  padding: 0 5% 0 5%; }

.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  padding: 60px 5%;
  grid-column-gap: 2.5%;
  grid-row-gap: 32px; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .grid-container {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 567px) {
    .grid-container {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr); } }
  @media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .grid-container {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr); } }

@supports not ((display: -ms-grid) or (display: grid)) {
  .grid-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 5%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .grid-container .automovel {
      width: 30%;
      margin-top: 32px; }
      @media screen and (min-width: 569px) and (max-width: 768px) {
        .grid-container .automovel {
          width: 47.5%; } }
      @media screen and (max-width: 567px) {
        .grid-container .automovel {
          width: 100%; } } }

ul {
  list-style: none;
  padding: 0; }

li {
  line-height: 32px; }

form {
  padding: 0; }

input {
  border: none;
  margin: 16px 0 0 0;
  padding-left: 8px;
  line-height: 32px;
  font-size: 16px; }
  input:focus {
    outline: none; }

select {
  border: none; }

button {
  border: none; }

figure {
  margin: 0; }

img {
  width: 100%;
  height: auto;
  margin: 0; }

.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 3em;
  line-height: 64px;
  margin-top: 32px;
  margin-bottom: 0;
  font-weight: 500;
  color: #404040; }

h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 32px;
  margin-bottom: 0;
  font-weight: 500;
  color: #404040;
  text-align: center; }

h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.5em;
  line-height: 32px;
  margin-top: 32px;
  margin-bottom: 0;
  font-weight: 500;
  color: #404040; }

h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1.25em;
  line-height: 24px;
  margin-top: 32px;
  margin-bottom: 0;
  font-weight: 500;
  color: #404040; }

h5 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 1em;
  line-height: 24px;
  margin-top: 32px;
  margin-bottom: 0;
  font-weight: 500;
  color: #404040; }

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-top: 1em;
  margin-bottom: 0;
  font-weight: 600;
  color: #404040; }

p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 24px;
  margin: 1em 0;
  color: #808080; }

a {
  text-decoration: none;
  color: #404040;
  font-family: inherit; }

.sub-header {
  font-family: "Open Sans", sans-serif;
  line-height: 24px;
  font-size: 20px;
  color: #808080;
  text-align: center; }

/* h1,
h2,
h3,
h4,
h5,
h6,
p {
    background-color: rgba( 255, 0, 0, 0.3)
} */
.link {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-left: -24px; }
  .link::before {
    content: " ";
    width: 16px;
    height: 12px;
    background: url(assets/images/link.svg) no-repeat center;
    display: inline-block;
    margin-right: 8px; }

.link-small {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: block;
  font-size: 12px;
  margin-left: -20px; }
  .link-small::before {
    content: " ";
    width: 16px;
    height: 8px;
    background: url(assets/images/link.svg) no-repeat center;
    display: inline-block;
    margin-right: 4px; }

#cookie-law {
  background-color: #ffffff;
  margin-top: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 5%;
  font-size: 14px;
  line-height: 16px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  border-top: 1px solid #d1d1d1; }
  #cookie-law .aceitar {
    margin-left: 32px; }
    #cookie-law .aceitar a {
      padding: 4px 8px;
      background-color: #FFE335;
      border-radius: 2px; }
  #cookie-law p {
    margin: 0; }

header {
  width: 100%;
  height: 64px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  header .logo {
    width: 131px;
    height: 40px;
    background: url(assets/images/logo.svg) no-repeat center;
    background-size: 100%;
    margin-left: 5%; }
  header .header-nav {
    display: none; }
    header .header-nav ul {
      margin: 0;
      height: 62px; }
    header .header-nav li {
      display: inline-block;
      line-height: 62px;
      border-top: 2px solid transparent;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      header .header-nav li.current_page_item {
        border-top: 2px solid #FFE335; }
      header .header-nav li:hover {
        border-top: 2px solid #404040; }
    header .header-nav a {
      font-weight: 500;
      font-family: "IBM Plex Sans", sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 14px;
      margin: 0 16px; }
  header .social {
    padding: 0px 8px;
    margin-right: 128px; }
    header .social a {
      margin: 8px 4px 0 4px;
      display: inline-block; }

.menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
  height: 64px;
  background-color: #FFE335;
  z-index: 5; }
  @media screen and (min-width: 1025px) {
    .menu-container {
      display: none; } }
  .menu-container.open {
    position: fixed; }

#menu-icon {
  width: 30px;
  height: 23px;
  position: absolute;
  right: 49px;
  top: 20px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 10; }
  #menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #404040;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    #menu-icon span:nth-child(1) {
      top: 0px; }
    #menu-icon span:nth-child(2) {
      top: 10px; }
    #menu-icon span:nth-child(3) {
      top: 20px; }
  #menu-icon.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  #menu-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  #menu-icon.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.phones-container {
  position: absolute;
  right: 0;
  width: 128px;
  height: 64px;
  background-color: #FFE335;
  z-index: 1;
  display: none; }

.phone-icon {
  display: none; }

.numbers {
  display: none; }

@media screen and (min-width: 1025px) {
  #menu-icon {
    display: none; }
  header .header-nav {
    display: block; }
  header .social {
    margin-right: 198px; }
  .phones-container {
    width: 182px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .phones-container .phone-icon {
      display: block;
      background: url(assets/images/phone-icon.svg) no-repeat center;
      width: 20px;
      height: 20px;
      margin-right: 16px; }
    .phones-container .numbers {
      width: 100px;
      text-align: left;
      display: block; }
    .phones-container .number {
      font-size: 14px;
      color: #404040;
      line-height: 16px;
      font-family: "IBM Plex Sans", sans-serif;
      font-weight: 500;
      padding-top: 0; } }

.logged-in .menu-container.open {
  top: 32px; }
  @media screen and (max-width: 799px) {
    .logged-in .menu-container.open {
      top: 46px; } }

footer {
  width: 100%;
  background-color: #d1d1d1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2.5%;
  padding: 64px 5% 32px 5%;
  font-size: 12px;
  background-color: #404040;
  color: #d1d1d1; }
  footer a {
    color: #d1d1d1; }
    footer a:hover {
      color: #ffffff; }
  footer address {
    font-style: normal; }
  footer .social a {
    margin-right: 8px; }
    footer .social a:hover svg g {
      fill: #ffffff; }
  footer .copy {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    border-top: 1px solid #d1d1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
    padding-top: 8px; }
    footer .copy .madeby a {
      color: #ffffff; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    footer {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      grid-row-gap: 32px; }
      footer .copy {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3; } }
  @media screen and (max-width: 567px) {
    footer {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
      grid-row-gap: 32px; }
      footer .copy {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2; } }

@supports not ((display: -ms-grid) or (display: grid)) {
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer address,
    footer .contactos,
    footer .horario,
    footer .social {
      width: 25%; }
    @media screen and (max-width: 567px) {
      footer address,
      footer .contactos,
      footer .horario,
      footer .social {
        width: 100%;
        margin-bottom: 32px; } }
    footer .copy {
      width: 100%; } }

#side-menu {
  width: 100%;
  height: 100vh;
  background-color: #404040;
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 64px 10% 96px 10%; }
  #side-menu .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 128px;
    height: 64px;
    background-color: #ffffff; }
  #side-menu.open {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  #side-menu nav li {
    padding: 16px 0; }
    #side-menu nav li a {
      font-size: 1em;
      font-weight: 600;
      text-transform: uppercase;
      color: #d1d1d1; }
      #side-menu nav li a::before {
        content: " ";
        width: 16px;
        height: 12px;
        background: url(assets/images/link.svg) no-repeat center;
        display: inline-block;
        margin-right: 8px; }
    #side-menu nav li:hover {
      color: #ffffff; }
  #side-menu nav li.current-menu-item a {
    color: #ffffff; }
  #side-menu .more-info {
    color: #d1d1d1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-family: "IBM Plex Sans", sans-serif; }
    #side-menu .more-info address {
      border-left: 1px solid #d1d1d1;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-style: normal;
      padding-left: 10%; }
      #side-menu .more-info address a {
        color: #d1d1d1; }
      @media screen and (max-width: 567px) {
        #side-menu .more-info address {
          display: none; } }
    #side-menu .more-info .contactos {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      #side-menu .more-info .contactos a {
        color: #d1d1d1; }

.share {
  padding: 26px 0; }
  .share a {
    padding: 0 8px; }
  .share svg g {
    -webkit-transition: fill .3s ease-in-out;
    transition: fill .3s ease-in-out; }

a:hover svg g {
  fill: #000; }

.map {
  width: 50%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
  z-index: 2; }

/* fixes potential theme css conflict */
.map img {
  max-width: inherit !important; }

.automovel .img-container {
  width: 100%;
  height: 240px;
  overflow: hidden; }
  .automovel .img-container:hover + h5 {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .automovel .img-container:hover + h5::before {
      opacity: 1; }
  .automovel .img-container:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.automovel img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in;
  -webkit-transform-origin: center;
          transform-origin: center; }

.automovel h5 {
  margin-top: 8px;
  -webkit-transform: translateX(-24px);
          transform: translateX(-24px);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .automovel h5::before {
    content: " ";
    width: 16px;
    height: 12px;
    background: url(assets/images/link.svg) no-repeat center;
    display: inline-block;
    margin-right: 8px;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in; }
  .automovel h5:hover {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .automovel h5:hover::before {
      opacity: 1; }
    .automovel h5:hover .img-container img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

.automovel .detalhes {
  color: #808080;
  font-size: 14px;
  line-height: 24px; }

.automovel .preco {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #404040;
  font-size: 16px; }

.automovel .vendido {
  font-size: 14px;
  color: #808080; }
  .automovel .vendido .preco {
    text-decoration: line-through;
    color: #808080; }
  .automovel .vendido .label {
    display: inline-block;
    padding: 0 4px;
    background-color: #404040;
    color: #ffffff;
    border-radius: 2px;
    line-height: 20px; }

.slider {
  width: 100%;
  height: calc(90vh - 64px);
  position: relative; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .slider {
      height: 70vh; } }
  @media screen and (max-width: 567px) {
    .slider {
      height: 70vh; } }
  .slider .container-slider {
    width: 100%;
    height: 100%; }

.slider-single {
  width: 100%;
  height: calc(90vh - 64px); }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .slider-single {
      height: 70vh;
      min-height: 300px; } }
  @media screen and (max-width: 567px) {
    .slider-single {
      height: 60vh; } }

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: transparent; }

.flickity-button:hover {
  background: transparent;
  cursor: pointer; }

.flickity-button:focus {
  outline: none; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  display: none; }

.flickity-button-icon {
  fill: #fff; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media screen and (max-width: 567px) {
    .flickity-prev-next-button {
      display: none; } }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .flickity-prev-next-button {
      display: none; } }

.flickity-prev-next-button.previous {
  left: 16px; }

.flickity-prev-next-button.next {
  right: 16px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 32px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 24px;
  height: 2px;
  margin: 0 4px;
  background: #fff;
  border-radius: 0;
  cursor: pointer; }
  @media screen and (max-width: 567px) {
    .flickity-page-dots .dot {
      width: 3%;
      height: 1px; } }

.flickity-page-dots .dot.is-selected {
  background-color: #FFE335; }

.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 35px;
  z-index: 11;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px; }

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: #ffffff; }

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden; }

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 24px;
  top: 32px;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px; }

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px; }

.flickity-fullscreen-button-exit {
  display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 4px;
  top: 4px; }

.is-fullscreen .flickity-page-dots .dot.is-selected {
  background-color: #FFE335; }

#home-slider .info {
  border-left: 2px solid #FFE335;
  padding-left: 8px;
  position: absolute;
  left: 5%;
  bottom: 48px; }
  #home-slider .info h3 {
    color: #ffffff;
    margin-top: 0; }
    @media screen and (max-width: 567px) {
      #home-slider .info h3 {
        font-size: 20px; } }
  #home-slider .info .detalhes {
    color: #ffffff;
    font-family: "Open Sans", sans-serif; }
    @media screen and (max-width: 567px) {
      #home-slider .info .detalhes {
        font-size: 14px; } }
  #home-slider .info .preco {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px; }
    @media screen and (max-width: 567px) {
      #home-slider .info .preco {
        font-size: 16px; } }
  #home-slider .info .vendido span {
    padding: 0px 8px;
    background-color: #ffffff;
    border-radius: 2px; }

#home-slider .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15); }

#oportunidades .automovel:nth-child(4) {
  display: none; }

@media screen and (min-width: 569px) and (max-width: 768px) {
  #oportunidades .automovel:nth-child(4) {
    display: block; } }

@supports not ((display: -ms-grid) or (display: grid)) {
  @media screen and (max-width: 567px) {
    .grid-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .grid-container .automovel {
        width: 100%; } } }

.grid-about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5% (1fr)[3] 5%;
      grid-template-columns: 5% repeat(3, 1fr) 5%;
  grid-auto-rows: 520px;
  grid-column-gap: 2.5%;
  grid-row-gap: 32px;
  margin-top: 64px; }
  .grid-about .detalhe-1 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / 4;
    background: url(assets/images/detalhe-1.jpg) no-repeat center;
    background-size: cover;
    padding: 32px 5%; }
    .grid-about .detalhe-1 h3 {
      color: #ffffff; }
    .grid-about .detalhe-1 p {
      color: #ffffff; }
  .grid-about .detalhe-2 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4 / 6;
    background: url(assets/images/detalhe-2.jpg) no-repeat center;
    background-size: cover; }
  .grid-about .detalhe-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    background: url(assets/images/detalhe-3.jpg) no-repeat center;
    background-size: cover; }
  .grid-about .manutencao {
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-column: 3 / 6;
    background: url(assets/images/manutencao.jpg) no-repeat center;
    background-size: cover;
    padding: 32px 5%; }
    .grid-about .manutencao h3 {
      color: #ffffff; }
    .grid-about .manutencao p {
      color: #ffffff; }
  @media screen and (max-width: 567px) {
    .grid-about {
      grid-auto-rows: 520px 120px 520px;
      grid-row-gap: 16px; }
      .grid-about .detalhe-1 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1 / 6; }
      .grid-about .detalhe-2 {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3; }
      .grid-about .detalhe-3 {
        -ms-grid-column: 3;
        -ms-grid-column-span: 3;
        grid-column: 3 / 6; }
      .grid-about .manutencao {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1 / 6; } }

@supports not ((display: -ms-grid) or (display: grid)) {
  .grid-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .grid-about .detalhe-1 {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 360px;
      text-align: center; }
    .grid-about .detalhe-2 {
      display: none; }
    .grid-about .detalhe-3 {
      display: none; }
    .grid-about .manutencao {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      height: 360px;
      text-align: center; } }

#servicos .grid-container {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    #servicos .grid-container {
      -ms-grid-columns: 1fr 1fr 1fr;
          grid-template-columns: 1fr 1fr 1fr;
      padding: 60px 2.5%; } }

#servicos .finaciamento {
  text-align: center;
  padding: 0 32px; }
  #servicos .finaciamento .icon {
    width: 90px;
    height: 82px;
    background: url(assets/images/financiamento.svg) no-repeat center;
    background-size: 100%;
    margin: 0 auto; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    #servicos .finaciamento {
      padding: 0 8px;
      font-size: 14px; } }

#servicos .garantia {
  text-align: center;
  padding: 0 32px; }
  #servicos .garantia .icon {
    width: 90px;
    height: 82px;
    background: url(assets/images/garantia.svg) no-repeat center;
    background-size: 100%;
    margin: 0 auto; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    #servicos .garantia {
      padding: 0 8px;
      font-size: 14px; } }

#servicos .seguro {
  text-align: center;
  padding: 0 32px; }
  #servicos .seguro .icon {
    width: 90px;
    height: 82px;
    background: url(assets/images/seguro.svg) no-repeat center;
    background-size: 90%;
    margin: 0 auto; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    #servicos .seguro {
      padding: 0 8px;
      font-size: 14px; } }

@supports not ((display: -ms-grid) or (display: grid)) {
  @media screen and (max-width: 567px) {
    #servicos .grid-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #servicos .grid-container div {
        width: 100%;
        margin-bottom: 64px; } } }

#instagram h2 {
  margin-top: 0; }

#instafeed {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  padding: 64px 5%;
  grid-auto-rows: 160px;
  grid-column-gap: 2.5%;
  grid-row-gap: 32px; }
  #instafeed a img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  #instafeed a:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3; }
  #instafeed a:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2; }
  #instafeed a:nth-child(4) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / 7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3; }
  #instafeed a:nth-child(6) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2 / 4; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    #instafeed {
      -ms-grid-columns: (1fr)[3];
          grid-template-columns: repeat(3, 1fr);
      grid-auto-flow: dense; }
      #instafeed a:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1 / 3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1 / 3; }
      #instafeed a:nth-child(2) {
        grid-column: auto;
        grid-row: auto; }
      #instafeed a:nth-child(4) {
        grid-column: auto;
        grid-row: auto; }
      #instafeed a:nth-child(6) {
        grid-column: auto; }
      #instafeed a:nth-child(9) {
        display: none; } }
  @media screen and (max-width: 567px) {
    #instafeed {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      grid-auto-flow: dense;
      grid-row-gap: 8px; }
      #instafeed a:nth-child(1) {
        grid-column: auto;
        grid-row: auto; }
      #instafeed a:nth-child(2) {
        grid-column: auto;
        grid-row: auto; }
      #instafeed a:nth-child(4) {
        grid-column: auto; }
      #instafeed a:nth-child(6) {
        grid-column: auto; }
      #instafeed a:nth-child(9) {
        display: none; } }

@supports not ((display: -ms-grid) or (display: grid)) {
  #instafeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #instafeed a {
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      #instafeed a:last-of-type {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0; } }

#home-map .map {
  width: 100%;
  border: none;
  height: 472px;
  margin-top: 64px; }

.main-img {
  width: 100%;
  height: 484px; }
  .main-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  @media screen and (max-width: 567px) {
    .main-img {
      height: 400px; } }

.page-container {
  padding: 32px 20%; }
  .page-container h2 {
    text-align: left; }
  .page-container p {
    line-height: 32px; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .page-container {
      padding: 32px 10%; } }
  @media screen and (max-width: 567px) {
    .page-container {
      padding: 32px 5%; }
      .page-container h2 {
        font-size: 24px; } }

#contactos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0; }

#contactos img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover; }
  @media screen and (max-width: 567px) {
    #contactos img {
      width: 100%;
      height: 240px; } }

#contactos .map {
  width: 50%;
  margin: 0;
  border: none;
  height: auto; }
  @media screen and (max-width: 567px) {
    #contactos .map {
      display: none; } }

#contactos .contacts-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
  padding: 128px 5%; }
  #contactos .contacts-info-container div {
    width: 30%;
    text-align: center;
    padding: 0 32px;
    font-size: 14px; }
    @media screen and (min-width: 569px) and (max-width: 768px) {
      #contactos .contacts-info-container div {
        width: 50%;
        padding: 32px; } }
    @media screen and (max-width: 567px) {
      #contactos .contacts-info-container div {
        border-right: none;
        padding: 32px;
        width: 100%; } }
  #contactos .contacts-info-container a {
    color: #808080; }
  #contactos .contacts-info-container address {
    font-style: normal;
    width: 30%;
    text-align: center;
    padding: 0 32px;
    border-right: 1px solid #d1d1d1;
    display: block;
    font-size: 14px; }
    @media screen and (min-width: 569px) and (max-width: 768px) {
      #contactos .contacts-info-container address {
        padding: 0 32px;
        width: 50%; } }
    @media screen and (max-width: 567px) {
      #contactos .contacts-info-container address {
        border-right: none;
        padding: 0 32px;
        width: 100%; } }
  #contactos .contacts-info-container .contactos {
    border-right: 1px solid #d1d1d1; }
    @media screen and (min-width: 569px) and (max-width: 768px) {
      #contactos .contacts-info-container .contactos {
        border-right: none; } }
    @media screen and (max-width: 567px) {
      #contactos .contacts-info-container .contactos {
        border-right: none; } }

.filter {
  padding: 8px 5%;
  background-color: #404040;
  color: #ffffff;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .filter ul li {
    display: inline-block;
    margin-right: 16px; }
    .filter ul li a {
      color: #d1d1d1;
      font-family: "IBM Plex Sans", sans-serif; }

#single .is-fullscreen .gallery-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in; }
  #single .is-fullscreen .gallery-container img {
    width: 100%;
    height: auto; }

#single .gallery-container {
  height: 100%;
  width: 100%; }
  #single .gallery-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

#single main {
  display: -ms-grid;
  display: grid;
  padding: 64px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#single .main-info {
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 32px;
  border-left: 2px solid #FFE335;
  padding-left: 16px;
  width: 41.75%; }
  @media screen and (max-width: 567px) {
    #single .main-info {
      width: 100%; } }
  #single .main-info .marca {
    font-size: 24px; }
  #single .main-info .modelo {
    font-size: 32px;
    line-height: 48px; }
  #single .main-info .preco {
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold; }
  #single .main-info .vendido .preco {
    text-decoration: line-through; }
  #single .main-info .vendido .label {
    display: inline-block;
    padding: 0 4px;
    background-color: #404040;
    color: #ffffff;
    border-radius: 2px;
    line-height: 24px; }

#single .descricao {
  width: 55.75%;
  line-height: 32px; }
  #single .descricao p {
    margin-top: 0;
    line-height: 32px; }
  @media screen and (max-width: 567px) {
    #single .descricao {
      width: 100%;
      margin-top: 32px; } }

#single .features {
  padding: 0px 5% 80px 5%;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-device-width: 767px) and (orientation: landscape) {
    #single .features {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }
  #single .features .featured {
    padding-right: 32px; }
    #single .features .featured:nth-child(1n + 2) {
      border-left: 1px solid #d1d1d1;
      padding-left: 32px; }
    #single .features .featured .big {
      font-size: 24px;
      line-height: 48px;
      text-transform: capitalize; }
      #single .features .featured .big span {
        font-size: 14px; }
    #single .features .featured .legenda {
      color: #808080;
      font-weight: 300; }
    @media screen and (max-width: 660px) {
      #single .features .featured {
        width: 50%;
        margin-top: 16px;
        padding-right: 0; }
        #single .features .featured .big {
          font-size: 20px; }
        #single .features .featured:nth-child(3) {
          border-left: none;
          padding-left: 0; } }

.grid-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5% (1fr)[6] 5%;
      grid-template-columns: 5% repeat(6, 1fr) 5%;
  grid-auto-rows: 120px;
  grid-column-gap: 2.5%;
  grid-row-gap: 32px; }
  @media screen and (min-width: 569px) and (max-width: 768px) {
    .grid-gallery {
      grid-row-gap: 16px; } }
  @media screen and (max-width: 567px) {
    .grid-gallery {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      grid-row-gap: 16px; } }
  .grid-gallery img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .grid-gallery .grid-item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1 / 6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4; }
    @media screen and (max-width: 567px) {
      .grid-gallery .grid-item:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .grid-gallery .grid-item:nth-child(2) {
    -ms-grid-column: 6;
    -ms-grid-column-span: 4;
    grid-column: 6 / 10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4; }
    @media screen and (max-width: 567px) {
      .grid-gallery .grid-item:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2 / 4;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1 / 2; } }
  .grid-gallery .grid-item:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / 5;
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4 / 7; }
    @media screen and (max-width: 567px) {
      .grid-gallery .grid-item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1 / 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }
  .grid-gallery .grid-item:nth-child(4) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
    grid-column: 5 / 10;
    -ms-grid-row: 4;
    -ms-grid-row-span: 3;
    grid-row: 4 / 7; }
    @media screen and (min-width: 569px) and (max-width: 768px) {
      .grid-gallery .grid-item:nth-child(4) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 5;
        grid-column: 5 / 10;
        -ms-grid-row: 4;
        -ms-grid-row-span: 2;
        grid-row: 4 / 6; } }
    @media screen and (max-width: 567px) {
      .grid-gallery .grid-item:nth-child(4) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-column: 2 / 4;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2 / 3; } }

@supports not ((display: -ms-grid) or (display: grid)) {
  .grid-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .grid-gallery .grid-item {
      -ms-flex-preferred-size: 400px;
          flex-basis: 400px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; } }

.dados-equipamento {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .dados-equipamento .half {
    width: 47.5%; }
    @media screen and (max-width: 567px) {
      .dados-equipamento .half {
        width: 100%;
        margin-top: 64px; } }
    .dados-equipamento .half h4 {
      margin-bottom: 8px;
      margin-top: 0; }
    .dados-equipamento .half ul {
      margin-top: 0; }
  .dados-equipamento .tabela {
    border-top: 1px solid #808080; }
  .dados-equipamento .dados-line {
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #d1d1d1; }
    .dados-equipamento .dados-line span.key {
      color: #808080;
      font-size: 14px; }
    .dados-equipamento .dados-line span.value {
      font-size: 14px; }
  .dados-equipamento .disclamer {
    font-size: 10px;
    color: #808080;
    line-height: 24px; }
  .dados-equipamento .equipamento-line {
    line-height: 40px;
    border-bottom: 1px solid #d1d1d1;
    color: #808080;
    font-size: 14px; }

.fale-connosco-container {
  padding: 64px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fale-connosco-container .fale-connosco-box {
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 24px;
    font-weight: 500;
    width: 50%;
    text-align: center; }
    .fale-connosco-container .fale-connosco-box:first-child {
      border-right: 1px solid #d1d1d1; }
    @media screen and (max-width: 567px) {
      .fale-connosco-container .fale-connosco-box {
        font-size: 20px; } }

.fb-btn {
  margin: auto;
  text-align: center;
  padding: 0 0 64px 0; }

@media screen and (min-width: 569px) and (max-width: 768px) {
  .relacionados .automovel:last-of-type {
    display: none; } }

.partilhar-redes {
  margin: 0 5%;
  padding: 32px 0;
  border-top: 1px solid #d1d1d1;
  color: #808080;
  text-align: center;
  font-size: 12px; }
  .partilhar-redes .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .partilhar-redes .share svg:hover g {
      fill: #404040; }

.lost {
  width: 100%;
  height: 100vh;
  background: url(assets/images/404.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .lost h2 {
    font-size: 96px;
    color: #ffffff; }
  .lost p {
    text-align: center;
    color: #ffffff; }
    .lost p a {
      color: #ffffff;
      font-weight: 600; }
/*# sourceMappingURL=style.css.map */