@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,800");
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 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 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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;
}

/**
 * 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

p:last-child {
  margin-bottom: 0;
}

html {
  font-size: 16px;
}

body {
  min-height: 100vh;
  font-family: "Barlow", sans-serif;
}

@media screen\0 {
  body {
    /* Estilos CSS para IE8, IE9, IE10  */
    height: 100vh;
  }
}

@media screen and (min-width: 48em) {
  body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Raleway", sans-serif;
}

p {
  font-family: "Barlow", sans-serif;
}

img, a {
  display: block;
}

.l-container {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grid-item {
  position: relative;
  margin: 10px;
}

.grid-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 200;
  left: 0;
  top: 0;
}

.grid-item .grid-item__text {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 500;
  top: 50%;
  transform: translate(0, -50%);
  bottom: auto;
  margin: auto;
  color: #fff;
  font-size: 26px;
  line-height: 1.5;
}

.grid-item .grid-item__text a {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 64em) {
  .grid-item .grid-item__text, .grid-item a {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .grid-item {
    position: relative;
  }
  .grid-item::before {
    display: none;
  }
  .grid-item:hover {
    transition: all 1s;
  }
  .grid-item:hover::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 200;
    top: 0;
    left: 0;
  }
  .grid-item:hover .grid-item__text {
    display: block;
    line-height: 1.5;
    z-index: 500;
    color: #fff;
    font-size: 26px;
  }
  .grid-item:hover a {
    display: block;
    font-size: 16px;
    color: #fff;
  }
}

header {
  background-color: #ececec;
  height: 20.625em;
}

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

header .main-header .logo-image {
  margin: 1.25em auto;
}

header .main-header .category-item,
header .main-header .social-item {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0.625em;
  position: relative;
}

header .main-header .category-item::after,
header .main-header .social-item::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: -6px;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  background-color: #000;
  width: 20px;
  height: 1px;
}

header .main-header .category-item:last-child,
header .main-header .social-item:last-child {
  margin-bottom: 0;
}

header .main-header .category-item:last-child::after,
header .main-header .social-item:last-child::after {
  content: '';
  display: none;
}

header.ruca {
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}

header.ruca .hi {
  position: absolute;
  z-index: 200;
  transform: rotate(90deg);
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  top: 150px;
  height: 250px;
}

@media screen and (min-width: 64em) {
  header.ruca .hi {
    transform: rotate(0deg);
    height: 613px;
    top: 50px;
    left: 25px;
    right: auto;
  }
}

header.ruca::before {
  background-color: teal;
  position: absolute;
  height: 47px;
  width: 613px;
  background-image: url("../img/ruca/hola.png");
  background-repeat: no-repeat;
  display: block;
}

header.ruca .logo__ruca {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

header.ruca .ruca-links {
  display: -ms-flexbox;
  display: flex;
  width: 315px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto 15px;
  letter-spacing: 3px;
}

@media screen and (min-width: 64em) {
  header.ruca .ruca-links {
    margin: 0 50px 25px auto;
  }
}

header.ruca .ruca-links a {
  color: #5b5477;
}

header.ruca .ruca-links a:nth-child(even) {
  margin: 0 15px;
}

@media screen and (min-width: 48em) {
  header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .main-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  header .main-header .logo {
    -ms-flex-order: 2;
        order: 2;
  }
  header .main-header .logo-image {
    margin: 0;
  }
  header .main-header .category {
    -ms-flex-positive: 1;
        flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
  }
  header .main-header .category-item {
    margin-right: 0.625em;
    margin-bottom: 0;
    font-size: 0.8125em;
  }
  header .main-header .category-item::after {
    top: 0;
    bottom: 0;
    right: -13px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #000;
    width: 1px;
    height: 15px;
    margin-right: 0.625em;
  }
}

@media screen and (min-width: 64em) {
  header .main-header .logo {
    -ms-flex-order: 2;
        order: 2;
  }
  header .main-header .category-item {
    margin-right: 0.625em;
    font-size: 1em;
  }
  header .main-header .category-item::after {
    top: 0;
    bottom: 0;
    right: -21px;
    margin-right: 0.9375em;
  }
  header.ruca {
    -ms-flex-align: start;
        align-items: flex-start;
    height: 35em;
    width: 40%;
    margin: 0 0 0 auto;
  }
  header.ruca .logo__ruca {
    margin: 75px 70px 0 0;
  }
  header.ruca .logo__ruca a {
    margin-left: auto;
  }
}

.full {
  width: 100%;
}

.list {
  padding-top: 6.875em;
}

.list-title {
  padding-bottom: 6.875em;
}

.list-content .gallery-item {
  text-align: center;
  margin-bottom: 1.875em;
}

.list-content .gallery-item:last-child {
  margin-bottom: 0;
}

.list-content .gallery-item__image {
  margin-bottom: 3.125em;
}

.list-content .gallery-item__image.saled, .list-content .gallery-item__image.saled-1, .list-content .gallery-item__image.leased, .list-content .gallery-item__image.leased-1 {
  position: relative;
}

.list-content .gallery-item__image.saled::before, .list-content .gallery-item__image.saled-1::before, .list-content .gallery-item__image.leased::before, .list-content .gallery-item__image.leased-1::before {
  content: 'Vendida';
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  font-size: 2.5em;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.list-content .gallery-item__image.saled-1::before {
  content: 'Vendido';
}

.list-content .gallery-item__image.leased::before {
  content: 'Arrendado';
}

.list-content .gallery-item__image.leased-1::before {
  content: 'Arrendada';
}

.list-content .gallery-item__image img {
  width: 100%;
}

.file {
  padding: 5em 0;
}

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

.file-description__text {
  line-height: 2;
  padding-bottom: 3.75em;
  text-align: left;
}

@media screen and (min-width: 48em) {
  .file-image__one {
    margin-left: 0.625em;
  }
}

@media screen and (min-width: 48em) {
  .file-image__two {
    margin-right: 0.625em;
  }
}

.file-image__item img {
  margin-bottom: 1.25em;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media screen and (min-width: 48em) {
  .file-image__item:last-child img {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 48em) {
  .file-image__item.flex {
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 48em) {
  .file-image__item--left {
    -ms-flex-order: 2;
        order: 2;
    margin-left: 0.625em;
  }
}

@media screen and (min-width: 48em) {
  .file-image__item--right {
    margin-right: 0.625em;
  }
}

.form {
  background-color: #ececec;
  padding: 3.125em 0;
}

.form-content {
  margin-right: auto !important;
  margin-left: auto !important;
}

.form-item__submit {
  margin-right: auto;
  margin-left: auto;
}

.top-left .social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.top-left .social-item {
  margin-right: 10px;
}

.top-left .social-item:last-child {
  margin-right: 0;
}

.top-left__image img {
  margin: 0 auto 20px;
}

.top-right p {
  position: relative;
  font-size: 13px;
  line-height: 2;
}

.top-right p::before {
  content: '';
  background-color: #a7d7b8;
  width: 265px;
  height: 9px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.properties {
  background-color: #aad4d9;
  padding: 70px 0;
  margin: 70px 0;
}

.blog-aliances {
  background-color: #868686;
  padding: 50px 0;
}

.blog-aliances__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog-aliances__content .item {
  margin: 0 auto 20px;
  position: relative;
}

.blog-aliances__content .item:last-child {
  margin-bottom: 0;
}

.blog-aliances__content .item a {
  position: absolute;
  top: 80px;
  left: 80px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 35px;
  letter-spacing: 5px;
}

.blog-aliances__content .item a:hover {
  text-decoration: none;
}

.blog-aliances__content .item a::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.blog-aliances__content .item a span {
  display: block;
}

@media screen and (min-width: 30em) {
  .list-content .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .list-content .gallery .gallery-item {
    width: calc(50% - 1em);
    margin: 0.5em;
  }
  .list-content .gallery-item__image.saled::before, .list-content .gallery-item__image.saled-1::before, .list-content .gallery-item__image.leased::before, .list-content .gallery-item__image.leased-1::before {
    font-size: 2em;
  }
  .list-content .gallery-item__description .features {
    line-height: 1.5;
  }
  .list-content .gallery-item__description .features span {
    display: block;
  }
}

@media screen and (min-width: 48em) {
  .list-content .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
  .list-content .gallery .gallery-item {
    width: calc(33.33333% - 25px);
    margin: 12.5px;
  }
  .list-content .gallery-item {
    text-align: left;
  }
  .file-description {
    text-align: left;
  }
}

@media screen and (min-width: 64em) {
  .list-content .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
  .list-content .gallery .gallery-item {
    width: calc(33.33333% - 35px);
    margin: 17.5px;
  }
  .list-content .gallery-item {
    text-align: left;
  }
  .list-content .gallery-item__image.saled::before, .list-content .gallery-item__image.saled-1::before, .list-content .gallery-item__image.leased::before, .list-content .gallery-item__image.leased-1::before {
    font-size: 3.125em;
  }
  .file-description {
    display: inline-block;
    width: 50%;
  }
  .form-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
  .form-content .form-item {
    width: calc(33.33333% - 1em);
    margin: 0.5em;
  }
  .form-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .top {
    display: -ms-flexbox;
    display: flex;
    margin-top: -25em;
  }
  .top-left {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
  }
  .top-left__image {
    position: relative;
  }
  .top-left__image .franja,
  .top-left__image .c {
    position: absolute;
    top: 150px;
    right: -200px;
    z-index: 100;
  }
  .top-left__image .c {
    bottom: -150px;
    left: 20%;
    right: auto;
    top: auto;
  }
  .top-left .social {
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-left: 20px;
    margin-top: 0;
  }
  .top-left .social-item {
    margin-right: 10px;
  }
  .top-left .social-item:last-child {
    margin-right: 0;
  }
  .top-right {
    -ms-flex-positive: 1;
        flex-grow: 1;
    padding-top: 500px;
    padding-left: 6.25em;
  }
  .top-right::before {
    content: '';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .top-right p::before {
    top: -20px;
    left: 0;
    right: auto;
    margin: 0;
  }
  .properties {
    margin: 70px 0 400px;
  }
  .blog-aliances {
    padding: 0;
    height: 585px;
  }
  .blog-aliances__content {
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    top: -230px;
  }
  .blog-aliances__content .item {
    margin: 0 10px 0 0;
  }
  .blog-aliances__content .item:last-child {
    margin: 0 0 0 10px;
  }
}

main .container {
  background-color: #dfdfdf;
  max-width: 1100px;
  position: relative;
  z-index: 200;
  margin: 50px auto;
  padding: 3.125em 1.5625em;
  box-shadow: 2px 2px 20px 10px rgba(0, 0, 0, 0.2);
}

main .container.blog {
  max-width: 100%;
  width: 100%;
  box-shadow: 0;
}

main .post {
  margin-bottom: 20px;
}

main .post p {
  color: #5b5477;
  line-height: 1.5;
}

main .post:last-child {
  margin-bottom: 0;
}

main .post__image {
  margin: 20px auto 0;
}

main .post__image img {
  margin-right: auto;
  margin-left: auto;
}

.wrapper,
.d-wrapper {
  text-align: center;
}

.wrapper::after,
.d-wrapper::after {
  content: '';
  clear: both;
  display: block;
}

.d-wrapper .grid-item {
  position: relative;
}

.d-wrapper .grid-item::before, .d-wrapper .grid-item::after {
  display: none;
}

.wrapper figure,
.d-wrapper figure {
  margin: 10px;
  padding: 0;
}

.wrapper figure:last-child,
.d-wrapper figure:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .wrapper figure,
  .d-wrapper figure {
    display: inline-block;
    vertical-align: middle;
  }
  .wrapper figure:first-child img,
  .d-wrapper figure:first-child img {
    max-width: 400px;
    max-height: 350px;
  }
  .wrapper figure:nth-child(2) img,
  .d-wrapper figure:nth-child(2) img {
    max-width: 500px;
    max-height: 500px;
  }
  .wrapper figure:nth-child(3) img,
  .d-wrapper figure:nth-child(3) img {
    max-width: 250px;
    max-height: 380px;
  }
  .wrapper figure:nth-child(4) img,
  .d-wrapper figure:nth-child(4) img {
    max-width: 280px;
    max-height: 400px;
  }
  .wrapper figure:nth-child(5) img,
  .d-wrapper figure:nth-child(5) img {
    max-width: 420px;
    max-height: 450px;
  }
  .wrapper figure:nth-child(6) img,
  .d-wrapper figure:nth-child(6) img {
    max-width: 500px;
    max-height: 500px;
  }
  .wrapper figure:nth-child(7) img,
  .d-wrapper figure:nth-child(7) img {
    max-width: 450px;
    max-height: 400px;
  }
  .wrapper figure:nth-child(8) img,
  .d-wrapper figure:nth-child(8) img {
    max-width: 300px;
    max-height: 450px;
  }
  .wrapper figure:nth-child(9) img,
  .d-wrapper figure:nth-child(9) img {
    max-width: 400px;
    max-height: 500px;
  }
  .wrapper figure:nth-child(10) img,
  .d-wrapper figure:nth-child(10) img {
    max-width: 280px;
    max-height: 350px;
  }
  .wrapper figure:nth-child(11) img,
  .d-wrapper figure:nth-child(11) img {
    max-width: 250px;
    max-height: 350px;
  }
  .wrapper figure:nth-child(12) img,
  .d-wrapper figure:nth-child(12) img {
    max-width: 300px;
    max-height: 300px;
  }
  .wrapper figure:nth-child(13) img,
  .d-wrapper figure:nth-child(13) img {
    max-width: 360px;
    max-height: 450px;
  }
  .wrapper figure:nth-child(14) img,
  .d-wrapper figure:nth-child(14) img {
    max-width: 310px;
    max-height: 520px;
  }
  .wrapper figure:nth-child(15) img,
  .d-wrapper figure:nth-child(15) img {
    max-width: 390px;
    max-height: 500px;
  }
  .wrapper figure:nth-child(16) img,
  .d-wrapper figure:nth-child(16) img {
    max-width: 400px;
    max-height: 500px;
  }
  .wrapper figure:nth-child(17) img,
  .d-wrapper figure:nth-child(17) img {
    max-width: 250px;
    max-height: 320px;
  }
  .wrapper figure:nth-child(18) img,
  .d-wrapper figure:nth-child(18) img {
    max-width: 600px;
    max-height: 350px;
  }
  .wrapper figure:nth-child(19) img,
  .d-wrapper figure:nth-child(19) img {
    max-width: 500px;
    max-height: 250px;
  }
  .wrapper figure:nth-child(20) img,
  .d-wrapper figure:nth-child(20) img {
    max-width: 480px;
    max-height: 350px;
  }
  .wrapper figure:nth-child(9) img,
  .d-wrapper figure:nth-child(9) img {
    max-width: 400px;
    max-height: 500px;
  }
  .wrapper figure:nth-child(21) img,
  .d-wrapper figure:nth-child(21) img {
    max-width: 280px;
    max-height: 350px;
  }
  .wrapper figure:nth-child(22) img,
  .d-wrapper figure:nth-child(22) img {
    max-width: 250px;
    max-height: 350px;
  }
  .wrapper figure:nth-child(23) img,
  .d-wrapper figure:nth-child(23) img {
    max-width: 300px;
    max-height: 300px;
  }
  .wrapper figure:nth-child(24) img,
  .d-wrapper figure:nth-child(24) img {
    max-width: 360px;
    max-height: 450px;
  }
  .wrapper figure:nth-child(25) img,
  .d-wrapper figure:nth-child(25) img {
    max-width: 310px;
    max-height: 520px;
  }
  .wrapper figure:last-child img,
  .d-wrapper figure:last-child img {
    max-width: 500px;
    max-height: 600px;
  }
}

.wrapper figure img,
.d-wrapper figure img {
  width: 100%;
}

footer {
  background-color: #ececec;
  min-height: 20.625em;
  padding: 3.125em 0;
}

footer .footer {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer-left {
  text-transform: uppercase;
  color: #565655;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1.5;
}

footer .footer-left a {
  color: #565655;
}

footer .footer-left__image {
  margin: 0 auto 1.5625em;
}

footer .footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.5625em;
}

footer .footer-social__item {
  margin-right: 0.9375em;
}

footer .footer-social__item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 48em) {
  footer {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  footer .footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  footer .footer-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  footer .footer-left__image {
    margin: 0 1.5625em 0 0;
  }
  footer .footer-left__text {
    margin: auto;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-social {
    margin-top: 0;
  }
  footer .footer-social__item {
    margin-right: 0.9375em;
  }
}

@media screen and (min-width: 64em) {
  footer .footer-left__text {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
}

.menu {
  max-width: 1100px;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  display: none;
  right: 0;
  left: 0;
  width: 100%;
}

.menu.mostrar {
  display: block;
  background-color: gray;
  margin-top: 1em;
  position: relative;
  z-index: 3000;
}

@media screen and (min-width: 48em) {
  .menu.mostrar {
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
  }
}

.menu .sub-menu {
  right: 0;
  left: 0;
  top: 100%;
  margin-top: 5px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  padding-left: 0;
  list-style: none;
  line-height: 1.5;
  padding: 10px;
}

@media screen and (min-width: 48em) {
  .menu .sub-menu {
    margin-left: -25%;
    position: absolute;
    width: auto;
    display: none;
  }
  .menu .sub-menu.auto {
    width: auto;
  }
}

@media screen and (min-width: 64em) {
  .menu .sub-menu {
    width: 230px;
  }
  .menu .sub-menu.auto {
    width: auto;
  }
}

@media screen and (min-width: 87.5em) {
  .menu .sub-menu {
    width: 280px;
  }
}

.menu .sub-menu .menu__item {
  color: #5b5477;
  margin-bottom: 15px;
  font-size: 1em;
}

.menu .sub-menu .menu__item::before {
  display: none;
}

.menu .sub-menu .menu__item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 48em) {
  .menu .sub-menu .menu__item {
    text-align: left;
  }
}

.menu .sub-menu .menu__link {
  color: #5b5477;
}

.menu .logo {
  display: none;
}

.menu__item {
  color: #fff;
  position: relative;
  text-align: center;
  line-height: 2;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.125em;
  position: relative;
}

.menu__item.one:hover .sub-menu {
  display: block;
}

.menu__item.no-styles {
  color: #fff;
}

.menu__item:last-child.no-styles::before {
  display: none;
}

@media screen and (min-width: 64em) {
  .menu__item:last-child::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ff6400;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -1.5em;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.menu__link {
  color: #fff;
}

.menu__link.no-styles {
  color: #fff !important;
}

@media screen and (min-width: 48em) {
  .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 1em;
  }
  .menu-logo {
    margin-top: 1em;
  }
  .menu .logo {
    display: block;
    width: auto;
  }
  .menu__item {
    margin-right: auto;
    margin-left: auto;
    font-size: 0.8125em;
    line-height: 1;
  }
  .menu__item:first-child {
    -ms-flex-order: 4;
        order: 4;
  }
  .menu__item:nth-child(2) {
    -ms-flex-order: 2;
        order: 2;
  }
  .menu__item:nth-child(3) {
    -ms-flex-order: 3;
        order: 3;
  }
  .menu__item:nth-child(4) {
    -ms-flex-order: 4;
        order: 4;
    display: -ms-flexbox;
    display: flex;
  }
  .menu__item:nth-child(4) span {
    padding-right: 1em;
  }
  .menu__item:nth-child(5) {
    -ms-flex-order: 5;
        order: 5;
  }
  .menu__item:nth-child(4) a, .menu__item:last-child a {
    color: #ff6400;
  }
  .icon-menu {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .menu__item {
    font-size: 1.125em;
  }
}

.icon-menu::before {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2em;
}

.icon-menu:hover {
  cursor: pointer;
}

.show-sub:hover .sub-menu {
  display: block;
}

@font-face {
  font-family: "kinect";
  src: url("../fonts/kinect.eot");
  src: url("../fonts/kinect.eot?#iefix") format("embedded-opentype"), url("../fonts/kinect.woff") format("woff"), url("../fonts/kinect.ttf") format("truetype"), url("../fonts/kinect.svg#kinect") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "kinect" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "kinect" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
  content: "\61";
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.title-1, .title-2, .title-3 {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  font-size: 3.75em;
  color: #5b5477;
}

.title-2 {
  font-size: 2.8125em;
  margin-bottom: 1.5625em;
  font-style: italic;
}

.title-3 {
  font-size: 1.875em;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

@media screen and (min-width: 400px) {
  .title-3 {
    font-size: 2.8125em;
  }
}

@media screen and (min-width: 48em) {
  .title-3 {
    font-size: 3.75em;
  }
}

.title-4, .title-5 {
  color: #606263;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 2.25em;
  font-weight: 700;
  margin-top: 0.3125em;
  margin-bottom: 0.3125em;
  line-height: 1;
}

.title-4:first-child, .title-5:first-child {
  margin-top: 0;
}

.title-5 {
  font-size: 1.75em;
}

.subtitle-1, .subtitle-2 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.subtitle-1 a, .subtitle-2 a {
  color: #5b5477;
}

.price {
  font-size: 1.5em;
  margin-bottom: 0.125em;
}

.button-1 {
  display: block;
  width: 180px;
  color: #fff;
  font-weight: 300;
  font-style: italic;
  font-family: "Raleway", sans-serif;
  background-color: #868686;
  text-transform: uppercase;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  margin: 3.125em auto 0;
  border: none;
  display: block;
}

.button-1:hover {
  background-color: #797979;
  transition: all .3s;
  cursor: pointer;
}

.paginator {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 1.875em 0;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  color: #fcb4af;
}

.paginator p, .paginator-item {
  color: #fcb4af;
  margin-right: 0.9375em;
}

.paginator p:last-child, .paginator-item:last-child {
  margin-right: 0;
}

.paginator-item {
  position: relative;
}

.paginator-item::after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #fcb4af;
  position: absolute;
  top: 3px;
  right: -8px;
}

.paginator-item:last-child::after {
  display: none;
}

label {
  display: block;
  text-transform: uppercase;
  color: #5b5477;
}

input {
  outline: none;
  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #5b5477;
  background-color: transparent;
  width: 100%;
  margin-bottom: 1.25em;
}

@media screen and (min-width: 48em) {
  input {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 48em) {
  .paginator {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
