@charset "UTF-8";
/*!
* ress.css • v1.2.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {

  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* 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, main, menu, nav, section, summary {
  display: block; }

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

[hidden], template {
  display: none;
  /* Add the correct display in IE */ }

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

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

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

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default; }

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

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

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */ }

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  display: inline-block;
  vertical-align: top; }

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* Responsive media elements so that images and embeds scale with the browser width */
img, embed, object, audio, video {
  height: auto;
  max-width: 100%; }

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/*
	Usage: @include prefixer(border-radius, $radii, webkit ms spec);
*/
html {
  width: 100%;
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
  background: #ffffff;
  box-sizing: border-box;
  font-synthesis: none;
  font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  width: 100%;
  height: auto;
  margin: 0;
  background-color: #ffffff;
  color: #78716e;
  font-size: 0.875rem;
  line-height: 1.875rem;
  font-family: "raleway", sans-serif;
  text-align: left;
  letter-spacing: 2px;
  -webkit-overflow-scrolling: touch; }

* {
  font-synthesis: inherit;
  font-smoothing: inherit; }
  *, *::before, *::after {
    box-sizing: inherit; }

address {
  font-style: inherit; }

figure {
  margin: 0; }

.touch {
  cursor: pointer; }

a, a:active {
  word-wrap: break-word;
  color: #78716e;
  text-decoration: none; }

p {
  margin: 0 0 10px;
  color: inherit;
  font-family: 'Raleway', sans-serif;
  font-size: inherit;
  line-height: inherit; }

ul {
  padding: 0; }

li {
    font-family: 'Raleway', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 100; }

::-moz-selection {
  background-color: #78716e;
  color: #ffffff; }

::selection {
  background-color: #78716e;
  color: #ffffff; }

.m0 {
  margin: 0px; }

.mt0 {
  margin-top: 0px; }

.mr0 {
  margin-right: 0px; }

.mb0 {
  margin-bottom: 0px; }

.ml0 {
  margin-left: 0px; }

.p0 {
  padding: 0px; }

.pt0 {
  padding-top: 0px; }

.pr0 {
  padding-right: 0px; }

.pb0 {
  padding-bottom: 0px; }

.pl0 {
  padding-left: 0px; }

.m5 {
  margin: 5px; }

.mt5 {
  margin-top: 5px; }

.mr5 {
  margin-right: 5px; }

.mb5 {
  margin-bottom: 5px; }

.ml5 {
  margin-left: 5px; }

.p5 {
  padding: 5px; }

.pt5 {
  padding-top: 5px; }

.pr5 {
  padding-right: 5px; }

.pb5 {
  padding-bottom: 5px; }

.pl5 {
  padding-left: 5px; }

.m10 {
  margin: 10px; }

.mt10 {
  margin-top: 10px; }

.mr10 {
  margin-right: 10px; }

.mb10 {
  margin-bottom: 10px; }

.ml10 {
  margin-left: 10px; }

.p10 {
  padding: 10px; }

.pt10 {
  padding-top: 10px; }

.pr10 {
  padding-right: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pl10 {
  padding-left: 10px; }

.m15 {
  margin: 15px; }

.mt15 {
  margin-top: 15px; }

.mr15 {
  margin-right: 15px; }

.mb15 {
  margin-bottom: 15px; }

.ml15 {
  margin-left: 15px; }

.p15 {
  padding: 15px; }

.pt15 {
  padding-top: 15px; }

.pr15 {
  padding-right: 15px; }

.pb15 {
  padding-bottom: 15px; }

.pl15 {
  padding-left: 15px; }

.m20 {
  margin: 20px; }

.mt20 {
  margin-top: 20px; }

.mr20 {
  margin-right: 20px; }

.mb20 {
  margin-bottom: 20px; }

.ml20 {
  margin-left: 20px; }

.p20 {
  padding: 20px; }

.pt20 {
  padding-top: 20px; }

.pr20 {
  padding-right: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pl20 {
  padding-left: 20px; }

.m25 {
  margin: 25px; }

.mt25 {
  margin-top: 25px; }

.mr25 {
  margin-right: 25px; }

.mb25 {
  margin-bottom: 25px; }

.ml25 {
  margin-left: 25px; }

.p25 {
  padding: 25px; }

.pt25 {
  padding-top: 25px; }

.pr25 {
  padding-right: 25px; }

.pb25 {
  padding-bottom: 25px; }

.pl25 {
  padding-left: 25px; }

.m30 {
  margin: 30px; }

.mt30 {
  margin-top: 30px; }

.mr30 {
  margin-right: 30px; }

.mb30 {
  margin-bottom: 30px; }

.ml30 {
  margin-left: 30px; }

.p30 {
  padding: 30px; }

.pt30 {
  padding-top: 30px; }

.pr30 {
  padding-right: 30px; }

.pb30 {
  padding-bottom: 30px; }

.pl30 {
  padding-left: 30px; }

.m35 {
  margin: 35px; }

.mt35 {
  margin-top: 35px; }

.mr35 {
  margin-right: 35px; }

.mb35 {
  margin-bottom: 35px; }

.ml35 {
  margin-left: 35px; }

.p35 {
  padding: 35px; }

.pt35 {
  padding-top: 35px; }

.pr35 {
  padding-right: 35px; }

.pb35 {
  padding-bottom: 35px; }

.pl35 {
  padding-left: 35px; }

.m40 {
  margin: 40px; }

.mt40 {
  margin-top: 40px; }

.mr40 {
  margin-right: 40px; }

.mb40 {
  margin-bottom: 40px; }

.ml40 {
  margin-left: 40px; }

.p40 {
  padding: 40px; }

.pt40 {
  padding-top: 40px; }

.pr40 {
  padding-right: 40px; }

.pb40 {
  padding-bottom: 40px; }

.pl40 {
  padding-left: 40px; }

.m45 {
  margin: 45px; }

.mt45 {
  margin-top: 45px; }

.mr45 {
  margin-right: 45px; }

.mb45 {
  margin-bottom: 45px; }

.ml45 {
  margin-left: 45px; }

.p45 {
  padding: 45px; }

.pt45 {
  padding-top: 45px; }

.pr45 {
  padding-right: 45px; }

.pb45 {
  padding-bottom: 45px; }

.pl45 {
  padding-left: 45px; }

.m50 {
  margin: 50px; }

.mt50 {
  margin-top: 50px; }

.mr50 {
  margin-right: 50px; }

.mb50 {
  margin-bottom: 50px; }

.ml50 {
  margin-left: 50px; }

.p50 {
  padding: 50px; }

.pt50 {
  padding-top: 50px; }

.pr50 {
  padding-right: 50px; }

.pb50 {
  padding-bottom: 50px; }

.pl50 {
  padding-left: 50px; }

.clearfix::after, .clearfix::before {
  content: ' ';
  display: block; }

.clearfix::after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.w100 {
  width: 100%; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-none {
  display: none; }

.d-table {
  display: table; }

.fl {
  display: inline;
  float: left; }

.fr {
  display: inline;
  float: right; }

.clear--l {
  clear: left; }

.clear--r {
  clear: right; }

.clear--b {
  clear: both; }

.clear--none {
  clear: none; }

[class^='icon-'].icon--reset:before, [class*=' icon-'].icon--reset:before {
  display: block;
  line-height: 50%; }

[class^='icon-'].icon--baseline, [class*=' icon-'].icon--baseline {
  display: inline-block;
  vertical-align: middle; }

[class^='icon-'].icon--block, [class*=' icon-'].icon--block {
  display: block; }

.mb0 {
  margin-bottom: 0px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mt0 {
  margin-top: 0px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.pos--r {
  position: relative; }

.pos--a {
  position: absolute; }

.pos--f {
  position: fixed; }

.text--light {
  font-weight: 100; }

.text--regular {
  font-weight: 400; }

.text--strong {
  font-weight: bold; }

.text--normal {
  font-weight: normal; }

.text--italic {
  font-style: italic; }

.text--upper {
  text-transform: uppercase; }

.text--lower {
  text-transform: lowercase; }

.text--reset {
  text-decoration: none;
  text-transform: none; }

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

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

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

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

.text--underline {
  text-decoration: underline; }

.text--weighted {
  display: block; }

.text--letter-space {
  letter-spacing: 5px; }

.text--shadow {
  text-shadow: 0px 0px 20px #000; }

.text--shadow-small {
  text-shadow: 0px 0px 10px #000; }

.text--shadow-large {
  text-shadow: 0px 0px 40px #000; }

.text--small {
  font-size: 0.8125rem;
  line-height: 0.8125rem; }

.title--small {
  word-wrap: break-word;
  letter-spacing: 5px;
  font-size: 1rem;
  line-height: 1rem; }

.title--medium {
  word-wrap: break-word;
  letter-spacing: 2px;
  font-size: 1.875rem;
  line-height: 1.875rem; }

.title--medium-to-large {
  word-wrap: break-word;
  letter-spacing: 2px;
  font-size: 2.5rem;
  line-height: 2.5rem; }
  @media screen and (max-width: 480px) {
    .title--medium-to-large {
      font-size: 1.875rem;
      line-height: 1.875rem; } }

.title--large {
  word-wrap: break-word;
  font-size: 4.375rem;
  line-height: 4.375rem; }
  @media screen and (max-width: 480px) {
    .title--large {
      font-size: 3.75rem;
      line-height: 3.75rem; } }

.title--xlarge {
  word-wrap: break-word;
  font-size: 8.125rem;
  line-height: 8.125rem; }
  @media screen and (max-width: 680px) {
    .title--xlarge {
      font-size: 5rem;
      line-height: 3.75rem; } }
  @media screen and (max-width: 480px) {
    .title--xlarge {
      font-size: 3.4375rem;
      line-height: 3.75rem; } }

.title--xxlarge {
  word-wrap: break-word;
  font-size: 9.375rem;
  line-height: 9.375rem; }
  @media screen and (max-width: 860px) {
    .title--xxlarge {
      font-size: 4.375rem;
      line-height: 4.375rem; } }
  @media screen and (max-width: 480px) {
    .title--xxlarge {
      font-size: 1.875rem;
      line-height: 1.875rem; } }

.title--cursive {
  font-family: "cursive"; }

.color--white {
  color: #fff; }

.color--black {
  color: #000; }

.color--primary {
  color: #78716e; }

.color--secondary {
  color: #eae9e5; }

.overflow--hidden {
  overflow: hidden; }

.overflow--visible {
  overflow: visible; }

.overflow--auto {
  overflow: auto; }

.overflow--scroll {
  overflow: scroll; }

.vertical-align {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
  .vertical-align--abs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

/* ---- TYPOGRAPHY ---- */
@font-face {
  font-family: 'cursive';
  src: url(src/fonts/BiloxiScript.eot) format("embedded-opentype"), url(src/fonts/BiloxiScript.woff) format("woff"), url(src/fonts/BiloxiScript.ttf) format("truetype");
  font-style: normal; }

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

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

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

.icon-ios-arrow-down:before {
  content: 'a'; }

.icon-ios-arrow-left:before {
  content: 'b'; }

.icon-ios-arrow-right:before {
  content: 'c'; }

.icon-ios-arrow-up:before {
  content: 'd'; }

.icon-facebook-square:before {
  content: 'e'; }

.icon-twitter-square:before {
  content: 'f'; }

.icon-instagram:before {
  content: 'g'; }

.icon-heart-o:before {
  content: 'h'; }

.icon-pinterest-square:before {
  content: 'i'; }

.icon-arrowdown:before {
  content: 'j'; }

/* ---- BOUNCING ---- */

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }

/* ---- LAZYANIM ---- */
.lazyanim {
  position: relative; }
  .lazyanim.fadein img {
    transform: scale(1, 1) translate(-50%, -50%);
    opacity: 1; }
  .lazyanim.fadein:after {
    width: 0; }
  .lazyanim img {
    transform: scale(0.8, 0.8) translate(-50%, -50%);
    transition: all 0.7s ease;
    opacity: 0; }
  .lazyanim:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all 0.7s ease; }

/* ---- DIAGONAL LINE ---- */
.diagonal-line {
  position: absolute;
  display: block;
  width: 100%;
  height: 50%; }
  .diagonal-line line {
    stroke: #eae9e5;
    stroke-width: 1; }

/* ---- BUTTONS ---- */
.button {
  display: inline-block;
  padding: 5px 30px;
  border: 1px solid #78716e;
  border-radius: 30px;
  color: #78716e;
  text-transform: uppercase;
  transition: all 0.2s ease; }
  .button--solid {
    background-color: #fff;
    border: 1px solid #fff; }
    .button--solid:hover {
      background-color: #78716e;
      border-color: #78716e;
      color: #fff; }
  .button--large {
    width: 100%;
    max-width: 160px; }
  .button--center {
    display: block;
    margin: 0 auto; }
  .button:hover {
    background-color: #78716e;
    color: #fff; }

/* ---- CTA BLOCKS ---- */
/* ---- FOOTER ---- */
.footer {
  position: relative;
  z-index: 1;
  display: block;
  padding: 20px 0 0;
  background-color: #eae9e5; }
  .footer__column {
    display: block;
    float: left;
    margin-bottom: 20px; }
    .footer__column--nm {
      margin: 0; }
    .footer__column--half {
      width: 50%; }
      @media screen and (max-width: 680px) {
        .footer__column--half {
          width: 100%; } }
    .footer__column--logo {
      width: 10%; }
      .footer__column--logo img {
        display: block;
        width: 100%;
        max-width: 100px; }/*Cambiar aqui*/
        @media screen and (max-width: 1040px) {
          .footer__column--logo img {
            margin: 0 auto; } }
      @media screen and (max-width: 1040px) {
        .footer__column--logo {
          width: 50%; } }
      @media screen and (max-width: 680px) {
        .footer__column--logo {
          width: 100%; } }
    .footer__column--nav {
      width: 30%; }
      @media screen and (max-width: 1040px) {
        .footer__column--nav {
          width: 50%; } }
      @media screen and (max-width: 680px) {
        .footer__column--nav {
          width: 100%; } }
    .footer__column--social {
      width: 25%; }
      .footer__column--social .social-link {
        display: inline-block;
        padding: 0 15px;
        font-size: 1.375rem;
        line-height: 1.375rem; }
      @media screen and (max-width: 1040px) {
        .footer__column--social {
          width: 50%;
          text-align: center; } }
      @media screen and (max-width: 680px) {
        .footer__column--social {
          width: 100%; } }
    .footer__column--form {
      width: 35%;
      margin-bottom: 0px; }
      @media screen and (max-width: 1040px) {
        .footer__column--form {
          width: 50%; } }
      @media screen and (max-width: 680px) {
        .footer__column--form {
          width: 100%;
          margin-bottom: 20px; } }
  .footer__nav {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer__nav__item {
      display: block;
      float: left;
      width: 50%;
      line-height: 22px; }
      @media screen and (max-width: 480px) {
        .footer__nav__item {
          float: none;
          width: 100%;
          text-align: center; } }
    .footer__nav__link {
      text-transform: uppercase;
      font-size: 0.8125rem;
      line-height: 0.8125rem; }
  .footer__bottom {
    display: block;
    padding: 5px 0;
    background-color: #78716e; }
    .footer__bottom .footer__column:nth-child(2) {
      text-align: right; }
      @media screen and (max-width: 680px) {
        .footer__bottom .footer__column:nth-child(2) {
          text-align: center; } }
    @media screen and (max-width: 680px) {
      .footer__bottom .footer__column {
        text-align: center; } }
  .footer__site-by {
    margin-bottom: 30px;
    text-align: right;
    text-transform: uppercase; }
    .footer__site-by .copyright {
      display: inline-block;
      padding-right: 30px;
      font-size: 0.5rem;
      line-height: 0.5rem; }
      @media screen and (max-width: 680px) {
        .footer__site-by .copyright {
          display: block;
          margin-bottom: 20px;
          padding-right: 0;
          font-size: 0.6875rem;
          line-height: 0.6875rem; } }
    .footer__site-by a {
      margin-right: 30px;
      font-size: 0.5rem;
      line-height: 0.5rem; }
      @media screen and (max-width: 680px) {
        .footer__site-by a {
          display: block;
          font-size: 0.6875rem;
          line-height: 0.6875rem; } }
    @media screen and (max-width: 680px) {
      .footer__site-by {
        text-align: center; } }

/* ---- FORM ---- */
.form.is-success {
  pointer-events: none; }
  .form.is-success .form__field {
    transition: opacity 0.5s ease-in-out;
    opacity: 0.5; }
  .form.is-success .button {
    transition: opacity 0.5s ease-in-out;
    opacity: 0.5; }

.form__field {
  position: relative;
  display: block;
  width: 100%;
  margin: 5px 0;
  transition: opacity 0.5s ease-in-out; }
  .form__field--full {
    margin-bottom: 20px; }
  .form__field--half {
    float: left;
    width: 48%;
    margin: 10px 1%; }
    @media screen and (max-width: 480px) {
      .form__field--half {
        width: 98%; } }
  .form__field--match-half {
    float: left;
    width: 98%;
    margin: 10px 1%; }
  .form__field--recaptcha {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
  .form__field input[type=email], .form__field input[type=text], .form__field select, .form__field textarea {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 6px 20px;
    background-color: #eae9e5;
    border-radius: 30px;
    outline: none;
    letter-spacing: 1px;
    transition: all 0.2s ease; }
    .form__field input[type=email].white-bg, .form__field input[type=text].white-bg, .form__field select.white-bg, .form__field textarea.white-bg {
      background-color: #fff; }
    .form__field input[type=email].error, .form__field input[type=text].error, .form__field select.error, .form__field textarea.error {
      background-color: #ee5739; }
    .form__field input[type=email]:focus, .form__field input[type=text]:focus, .form__field select:focus, .form__field textarea:focus {
      background-color: #d8d8d8; }
    .form__field input[type=email].placeholder, .form__field input[type=text].placeholder, .form__field select.placeholder, .form__field textarea.placeholder {
      color: #78716e; }
    .form__field input[type=email]::-webkit-input-placeholder, .form__field input[type=text]::-webkit-input-placeholder, .form__field select::-webkit-input-placeholder, .form__field textarea::-webkit-input-placeholder {
      color: #78716e; }
    .form__field input[type=email]::-moz-placeholder, .form__field input[type=text]::-moz-placeholder, .form__field select::-moz-placeholder, .form__field textarea::-moz-placeholder {
      color: #78716e; }
    .form__field input[type=email]:-ms-input-placeholder, .form__field input[type=text]:-ms-input-placeholder, .form__field select:-ms-input-placeholder, .form__field textarea:-ms-input-placeholder {
      color: #78716e; }
  .form__field select {
    height: 42px; }
  .form__field textarea {
    height: auto;
    resize: none; }
  .form__field .select__label {
    display: none; }
  .form__field .icon-arrowdown {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 0.5rem;
    line-height: 0.5rem;
    transform: translateY(-50%); }
  .form__field input[type=submit] {
    display: inline-block;
    color: #78716e;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .form__field input[type=submit]:focus {
      outline: none; }
  .form__field--signup {
    background-color: #fff; }
    .form__field--signup input[type=email] {
      display: block;
      float: left;
      width: 70%;
      background-color: transparent;
      border-radius: 0; }
      @media screen and (max-width: 480px) {
        .form__field--signup input[type=email] {
          width: 60%; } }
    .form__field--signup input[type=submit] {
      display: block;
      float: right;
      padding: 6px 20px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px; }
    .form__field--signup::after, .form__field--signup::before {
      content: ' ';
      display: block; }
    .form__field--signup::after {
      clear: both; }
    .form__field--signup {
      *zoom: 1; }

.form::after, .form::before {
  content: ' ';
  display: block; }

.form::after {
  clear: both; }

.form {
  *zoom: 1; }

.form .button {
  transition: opacity 0.5s ease-in-out; }
  .form .button:focus {
    outline: none; }

.successText {
  color: #78716e; }
  .successText--center {
    text-align: center; }
  .successText--prominent {
    padding: 0 10px;
    font-size: 1.53125rem;
    line-height: 1.53125rem;
    color: #d4af37;
    text-transform: uppercase; }
  .successText--less-prominent {
    font-size: 0.875rem;
    line-height: 0.875rem;
    color: #d4af37;
    text-transform: uppercase; }

.signup__form {
  border: 1px solid #78716e;
  border-radius: 10px; }
  @media screen and (max-width: 480px) {
    .signup__form {
      border: none; } }

.checkbox__wrap {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000; }
  .checkbox__wrap input {
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  .checkbox__wrap .checkbox__mark {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    width: 0;
    height: 0;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all 0.2s ease-in-out;
    opacity: 0; }
    .checkbox__wrap .checkbox__mark--active {
      width: 5px;
      height: 10px;
      opacity: 1; }

.checkbox__label {
  font-size: 0.8em;
  cursor: pointer; }

.form__field--checkbox {
  width: auto;
  width: initial;
  margin: 0 2em; }
  .form__field--checkbox.error .checkbox__wrap {
    background-color: #ee5739; }

/* ---- GALLERY ---- */
/* ---- HEADER ---- */
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff; }
  @media screen and (max-width: 1040px) {
    .header.nav-active {
      position: fixed; } }
  @media screen and (min-width: 1040px) {
    .header .navigation__wrap:nth-child(1) {
      padding-right: 7%; }
    .header .navigation__wrap:nth-child(2) {
      padding-left: 7%; } }
  @media screen and (max-width: 1040px) {
    .header nav {
      display: table;
      width: 100%; } }
  .header--sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    border-bottom: 1px solid #eae9e5;
    transform: translateY(-100%); }
    .header--sticky.is-visible {
      transform: translateY(0%);
      transition: all 0.2s ease; }
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 240px;/*Cambiar aqui*/
    transform: translate(-50%, -50%); }
    .header__logo img {
      max-width: 100%; }
    @media screen and (max-width: 1040px) {
      .header__logo {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        transform: translateY(0px); } }
  @media screen and (max-width: 1040px) {
    .header__column {
      display: table-cell;
      vertical-align: middle;
      width: 52%; }
      .header__column--left {
        width: 48%;
        text-align: left; } }
  .header__mobile-btn {
    position: relative;
    z-index: 11;
    display: none;
    width: 30px;
    transition: all 0.2s ease; }
    .header__mobile-btn--active span:nth-child(1) {
      transform: translateY(9px); }
    .header__mobile-btn--active span:nth-child(3) {
      transform: translateY(-9px); }
    .header__mobile-btn span {
      display: block;
      width: 100%;
      height: 5px;
      margin-bottom: 4px;
      background-color: #78716e;
      transition: all 0.2s ease; }
    @media screen and (max-width: 1040px) {
      .header__mobile-btn {
        display: block;
        margin-left: 20px;
        padding: 31px 0; }
        .header__mobile-btn::after, .header__mobile-btn::before {
          content: ' ';
          display: block; }
        .header__mobile-btn::after {
          clear: both; }
        .header__mobile-btn {
          *zoom: 1; } }

/* ---- HERO ---- */
.hero {
  position: relative;
  margin-bottom: 80px; }
  @media screen and (max-width: 480px) {
    .hero__title--mobile {
      font-size: 3rem;
      line-height: 3rem; } }
  .hero__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 8;
    display: block;
    width: 100%;
    max-width: 150px;/*Cambiar aqui*/
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 680px) {
      .hero__logo {
        max-width: 200px; } }
    @media screen and (max-width: 480px) {
      .hero__logo {
        max-width: 150px;
        transform: translate(-50%, -70%); } }
  .hero__slides {
    position: relative;
    display: block;
    width: 100%; }
    .hero__slides--arrows .hero__prev-next {
      display: block; }
    .hero__slides__slide {
      display: block;
      width: 100%;
      height: 650px; }
      .hero__slides__slide--short-height {
        height: 480px; }
        @media screen and (max-width: 480px) {
          .hero__slides__slide--short-height {
            height: 250px; } }
      .hero__slides__slide--large-height {
        height: 850px; }
        @media screen and (max-width: 480px) {
          .hero__slides__slide--large-height {
            height: 330px; } }
      .hero__slides__slide--large-resp-height {
        height: auto;
        padding-bottom: 60%; }
      .hero__slides__slide .img {
        background-position: center center;
        background-size: cover; }
      .hero__slides__slide .img, .hero__slides__slide iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block; }
      .hero__slides__slide iframe {
        width: 100%;
        height: 100%; }
    .hero__slides.flickity-enabled:focus {
      outline: none; }
    .hero__slides .flickity-viewport {
      position: relative;
      overflow: hidden;
      cursor: move;
      cursor: -webkit-grab;
      cursor: grab; }
      .hero__slides .flickity-viewport.is-pointer-down {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
    .hero__slides .flickity-slider {
      position: absolute;
      width: 100%;
      height: 100%; }
  .hero__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    display: block;
    width: 100%;
    max-width: 650px;
    transform: translate(-50%, -50%); }
    .hero__overlay--fullWidth {
      max-width: 800px; }
    .hero__overlay .wrapper {
      display: block;
      padding: 10px; }
      .hero__overlay .wrapper img {
        width: 100%;
        max-width: 300px; }
        @media screen and (max-width: 680px) {
          .hero__overlay .wrapper img {
            max-width: 200px; } }
  .hero__cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%; }
  .hero__prev-next {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: none;
    color: #fff;
    font-size: 4.375rem;
    line-height: 4.375rem;
    transform: translate(0px, -50%); }
    .hero__prev-next.disabled {
      display: none; }
    .hero__prev-next.next {
      right: 30px; 
      text-shadow: -1px 1px 13px rgba(0,0,0,0.6) !important;}
    .hero__prev-next.previous {
      left: 30px; 
      text-shadow: -1px 1px 13px rgba(0,0,0,0.6) !important;}
    .hero__prev-next:focus {
      outline: none; }
    .hero__prev-next--bottom {
      top: auto;
      bottom: 60px; }
      .hero__prev-next--bottom.next {
        right: 50%;
        transform: translate(60px, 0px); }
      .hero__prev-next--bottom.previous {
        left: 50%;
        transform: translate(-60px, 0px); }
      @media screen and (max-width: 480px) {
        .hero__prev-next--bottom {
          bottom: 10px; } }
    @media screen and (max-width: 680px) {
      .hero__prev-next:not(.hero__prev-next--bottom).next {
        right: 10px; }
      .hero__prev-next:not(.hero__prev-next--bottom).previous {
        left: 10px; } }
    @media screen and (max-width: 480px) {
      .hero__prev-next:not(.hero__prev-next--bottom).next {
        right: 5px; }
      .hero__prev-next:not(.hero__prev-next--bottom).previous {
        left: 5px; } }
  .hero__scroll {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 4.375rem;
    line-height: 4.375rem; }
    .hero__scroll i {
      display: block;
      animation: bounce 4s infinite; }
    @media screen and (max-width: 480px) {
      .hero__scroll {
        bottom: 0px; } }
  @media screen and (max-width: 480px) {
    .hero {
      margin-bottom: 20px; } }

/* ---- IMAGE BLOCK ---- */
.image-block {
  position: relative;
  margin-bottom: 80px; }
  .image-block__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    transition: opacity 0.2s ease; }
    .image-block__flex::after, .image-block__flex::before {
      content: ' ';
      display: block; }
    .image-block__flex::after {
      clear: both; }
    .image-block__flex {
      *zoom: 1; }
  .image-block__block {
    position: relative;
    display: block;
    width: 33.333%;
    padding: 0 20px; }
    .image-block__block--float {
      float: left;
      margin-bottom: 40px; }
    @media screen and (max-width: 860px) {
      .image-block__block {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      .image-block__block {
        width: 100%; } }
  .image-block__image {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden; }
    .image-block__image--shorter {
      padding-bottom: 250px; }
    .image-block__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      min-width: 100%;
      max-width: none;
      min-height: 100%;
      transform: translate(-50%, -50%); }
    @media screen and (max-width: 680px) {
      .image-block__image {
        height: auto;
        padding-bottom: 75%; }
        .image-block__image--shorter {
          padding-bottom: 65%; } }
    .image-block__image--press {
      height: 500px; }
      @media screen and (max-width: 680px) {
        .image-block__image--press {
          height: auto;
          padding-bottom: 120%; }
          .image-block__image--press img {
            min-width: auto;
            max-width: 100%;
            min-height: auto; } }
  .image-block__overlay {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%; }
    .image-block__overlay .title--small {
      letter-spacing: 5px; }
    .image-block__overlay .title--large {
      max-width: 90%;
      margin: 0 auto;
      font-size: 3.75rem;
      line-height: 3.75rem; }
      @media screen and (max-width: 1040px) {
        .image-block__overlay .title--large {
          font-size: 2.5rem;
          line-height: 2.5rem; } }
    @media screen and (max-width: 1040px) {
      .image-block__overlay {
        top: 10%; } }
  .image-block__content {
    display: block;
    width: 100%;
    min-height: 110px;/*Cambiar aqui*/
    padding-top: 30px;
    background-color: #eae9e5; }
    .image-block__content--normal {
      min-height: auto;
      padding: 40px 0; }
    .image-block__content .paragraph {
      display: block;
      max-width: 90%;
      min-height: 100px;
      margin: 0 auto 30px; }
      .image-block__content .paragraph p {
        margin-bottom: 0;
        line-height: 25px; }
  .image-block.flickity-enabled:focus {
    outline: none; }
  .image-block .flickity-viewport {
    position: relative;
    overflow: hidden;
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
    .image-block .flickity-viewport.is-pointer-down {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  .image-block .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%; }

/* ---- LOGOS ---- */
.logos {
  position: relative;
  margin-bottom: 80px; }
  .logos__strip {
    position: relative;
    display: block;
    width: 100%; }
    .logos__strip.flickity-enabled:focus {
      outline: none; }
    .logos__strip .flickity-viewport {
      position: relative;
      overflow: hidden;
      cursor: move;
      cursor: -webkit-grab;
      cursor: grab; }
      .logos__strip .flickity-viewport.is-pointer-down {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
    .logos__strip .flickity-slider {
      position: absolute;
      width: 100%;
      height: 100%; }
    .logos__strip::after, .logos__strip::before {
      content: ' ';
      display: block; }
    .logos__strip::after {
      clear: both; }
    .logos__strip {
      *zoom: 1; }
  .logos__cell {
    position: relative;
    display: block;
    width: 16.666%;
    min-height: 150px; }
    .logos__cell img {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 100%;
      max-width: 300px;
      padding: 0 20px;
      transform: translate(-50%, -50%);
      opacity: 0.5; }
    @media screen and (max-width: 1040px) {
      .logos__cell {
        width: 33.333%; } }

/* ---- NAV ---- */
.navigation {
  display: block;
  width: 100%;
  padding: 30px 0;
  transition: all 0.2s ease; }
  .navigation__wrap {
    display: block;
    float: left;
    width: 50%;
    transition: all 0.2s ease; }
    .navigation__wrap:nth-child(1) {
      text-align: right; }
    .navigation__wrap:nth-child(2) {
      text-align: left; }
    @media screen and (max-width: 1040px) {
      .navigation__wrap {
        float: none;
        width: 100%; }
        .navigation__wrap:nth-child(1), .navigation__wrap:nth-child(2) {
          text-align: center; } }
  .navigation__item--active .navigation__link:before {
    width: 100%;
    opacity: 1; }
  @media screen and (max-width: 1040px) {
    .navigation__item {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      padding: 5px 0; } }
  .navigation__item, .navigation__sub-menu__item {
    position: relative;
    display: inline-block;
    padding: 0 3%; }
    .navigation__item:hover .navigation__sub-menu, .navigation__sub-menu__item:hover .navigation__sub-menu {
      opacity: 1;
      visibility: visible; }
  .navigation__link, .navigation__sub-menu__link {
    position: relative;
    padding: 3px 10px;
    color: #78716e;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    text-transform: uppercase; }
    .navigation__link span, .navigation__sub-menu__link span {
      position: relative;
      z-index: 1; }
    .navigation__link:before, .navigation__sub-menu__link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 0;
      height: 100%;
      background-color: #eae9e5;
      border-radius: 13px;
      transition: all 0.4s ease;
      opacity: 0; }
    .navigation__link:hover, .navigation__sub-menu__link:hover {
      color: #000; }
      @media screen and (min-width: 680px) {
        .navigation__link:hover:before, .navigation__sub-menu__link:hover:before {
          width: 100%;
          opacity: 1; } }
    .navigation__link:active:before, .navigation__sub-menu__link:active:before {
      width: 0;
      opacity: 0; }
  .navigation__sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0px;
    background-color: #fff;
    list-style: none;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden; }
    .navigation__sub-menu__item {
      display: block;
      padding-top: 10px;
      text-align: center; }
      .navigation__sub-menu__item:first-of-type {
        padding-top: 15px; }
      @media screen and (max-width: 1040px) {
        .navigation__sub-menu__item {
          padding-top: 0; }
          .navigation__sub-menu__item:first-of-type {
            padding-top: 0; } }
    .navigation__sub-menu__link {
      display: inline-block;
      padding: 5px 0; }
    @media screen and (max-width: 1040px) {
      .navigation__sub-menu {
        position: relative;
        top: auto;
        left: auto;
        height: 0;
        padding: 0;
        overflow: hidden; }
        .navigation__sub-menu.is-active {
          height: auto;
          padding: 10px 0;
          overflow: auto;
          opacity: 1;
          visibility: visible; } }
  @media screen and (max-width: 1040px) {
    .navigation {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10;
      max-width: 300px;
      height: 100vh;
      overflow-y: auto;
      background-color: #fff;
      border-right: 1px solid #eae9e5;
      transform: translateX(-100%);
      opacity: 0;
      visibility: hidden; }
      .navigation--active {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible; } }
  @media screen and (max-width: 480px) {
    .navigation {
      max-width: 100%;
      border-right: 0; } }
  .navigation::after, .navigation::before {
    content: ' ';
    display: block; }
  .navigation::after {
    clear: both; }
  .navigation {
    *zoom: 1; }

/* ---- PAGINATOR ---- */
.paginator {
  margin-bottom: 80px; }
  .paginator__post {
    display: block;
    float: left;
    width: 49.5%;
    height: 400px;
    margin-bottom: 20px;
    padding: 8% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .paginator__post--full {
      width: 100%; }
      .paginator__post--full:nth-child(1) {
        margin-right: 0; }
      .paginator__post--full:nth-child(2) {
        margin-left: 0; }
    @media screen and (max-width: 480px) {
      .paginator__post .title--large {
        font-size: 3rem;
        line-height: 3rem; } }
    .paginator__post:nth-child(1) {
      margin-right: 0.5%; }
    .paginator__post:nth-child(2) {
      margin-left: 0.5%; }
    @media screen and (max-width: 860px) {
      .paginator__post {
        width: 100%;
        height: auto; }
        .paginator__post:nth-child(1) {
          margin-right: 0; }
        .paginator__post:nth-child(2) {
          margin-left: 0; } }
  .paginator::after, .paginator::before {
    content: ' ';
    display: block; }
  .paginator::after {
    clear: both; }
  .paginator {
    *zoom: 1; }

/* ---- PROMO ---- */
.promo {
  margin-bottom: 80px; }
  .promo__content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    background-color: #eae9e5; }
    .promo__content__inner {
      display: block;
      max-width: 500px;
      max-height: 650px;
      margin: 0 auto;
      padding: 12% 0;
      overflow-y: auto; }
      .promo__content__inner .content {
        margin: 20px 0; }
        .promo__content__inner .content.active {
          /* stylelint-disable */
          /* stylelint-enable */ }
          .promo__content__inner .content.active .elipse {
            display: none; }
      .promo__content__inner .elipse {
        display: inline; }
      .promo__content__inner .more-content {
        display: none; }
      @media screen and (max-width: 480px) {
        .promo__content__inner .title--large {
          font-size: 2.375rem;
          line-height: 2.375rem; } }
      @media screen and (max-width: 480px) {
        .promo__content__inner {
          padding: 20% 0; } }
    @media screen and (max-width: 1040px) {
      .promo__content {
        width: 50%;
        padding: 0 20px; } }
    @media screen and (max-width: 680px) {
      .promo__content {
        display: block;
        width: 100%; } }
  .promo__images {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding-left: 30px; }
    .promo__images--reverse {
      padding-right: 30px;
      padding-left: 0; }
    @media screen and (max-width: 1040px) {
      .promo__images {
        width: 50%; } }
    @media screen and (max-width: 680px) {
      .promo__images {
        display: block;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        min-height: 500px;
        margin-bottom: 30px;
        padding: 0; } }
  .promo__subcopy {
    padding: 20px 0;
    text-align: center; }
  .promo__stamp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%; }
    .promo__stamp--static {
      position: relative;
      top: auto;
      left: auto;
      margin-bottom: 30px; }
      .promo__stamp--static .promo__stamp__brick {
        max-width: none;
        margin: 0 auto;
        border: 0;
        transform: translateY(0px); }
    .promo__stamp__inner {
      display: block;
      width: 100%;
      max-width: 500px;
      margin: 0 auto; }
      @media screen and (max-width: 1040px) {
        .promo__stamp__inner {
          padding: 0 20px; } }
    .promo__stamp__brick {
      display: block;
      width: 100%;
      max-width: 135px;
      height: auto;
      padding: 10px 20px 12px;
      background-color: #fff;
      border: 1px solid #dad9d6;
      transform: translateY(-50%); }
      .promo__stamp__brick .title {
        margin: 0; }
      .promo__stamp__brick .title--medium {
        font-size: 2.5rem;
        line-height: 2.5rem; }
  .promo__slides {
    position: relative;
    display: block;
    width: 100%; }
    @media screen and (min-width: 480px) {
      .promo__slides--padding {
        padding: 0 8%; } }
    .promo__slides__slide {
      position: relative;
      display: block;
      width: 100%;
      min-height: 700px; }
      .promo__slides__slide--first {
        min-height: 800px;
        margin-bottom: 50px; }
      .promo__slides__slide .wrapper {
        display: table;
        table-layout: fixed;
        border-collapse: collapse;
        width: 100%; }
        @media screen and (max-width: 680px) {
          .promo__slides__slide .wrapper {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
                flex-direction: row;
            -ms-flex-flow: wrap;
                flex-flow: wrap; } }
      .promo__slides__slide.slide__inner {
        position: absolute;
        left: 0; }
      .promo__slides__slide .img {
        background-position: center center;
        background-size: cover; }
      .promo__slides__slide .img, .promo__slides__slide iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block; }
      .promo__slides__slide iframe {
        width: 100%;
        height: 100%; }
      @media screen and (max-width: 680px) {
        .promo__slides__slide {
          min-height: 1000px; }
          .promo__slides__slide--small {
            min-height: 400px; } }
      @media screen and (max-width: 680px) {
        .promo__slides__slide {
          min-height: 500px; }
          .promo__slides__slide--small {
            min-height: 300px; } }
    .promo__slides.flickity-enabled:focus {
      outline: none; }
    .promo__slides .flickity-viewport {
      position: relative;
      overflow: hidden;
      cursor: move;
      cursor: -webkit-grab;
      cursor: grab;
      transition: all 0.2s ease; }
      .promo__slides .flickity-viewport.is-pointer-down {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
    .promo__slides .flickity-slider {
      position: absolute;
      width: 100%;
      height: 100%; }
    .promo__slides .flickity-prev-next-button {
      display: none; }
  .promo__cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%; }
  .promo__prev-next {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: block;
    color: #fff;
    font-size: 4.375rem;
    line-height: 4.375rem;
    transform: translateY(-50%); }
    .promo__prev-next--major {
      transform: translateY(50%); }
    .promo__prev-next--inverse-color {
      color: #78716e; }
    .promo__prev-next.disabled {
      display: none; }
    .promo__prev-next.next {
      right: -5px; }
    .promo__prev-next.previous {
      left: -5px; }
    .promo__prev-next:focus {
      outline: none; }
    @media screen and (max-width: 480px) {
      .promo__prev-next.next {
        right: 5px; }
      .promo__prev-next.previous {
        left: 5px; }
      .promo__prev-next--major.next {
        top: 0px;
        right: 0px;
        transform: translateY(0px); }
      .promo__prev-next--major.previous {
        top: 0px;
        left: 0px;
        transform: translateY(0px); } }

/* ---- PROMOS ---- */
.promos {
  margin-bottom: 80px; }
  .promos__promo {
    display: table;
    border-spacing: 30px 0;
    width: 100%;
    margin-bottom: 30px; }
    @media screen and (max-width: 680px) {
      .promos__promo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-flow: wrap;
            flex-flow: wrap; } }
  .promos__content {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    background-color: #eae9e5; }
    .promos__content__inner {
      display: block;
      max-width: 500px;
      margin: 0 auto;
      padding: 8% 0; }
      @media screen and (min-width: 680px) {
        .promos__content__inner {
          max-height: 500px;
          overflow-y: auto; } }
      @media screen and (max-width: 480px) {
        .promos__content__inner {
          padding: 20% 0; } }
    .promos__content .content {
      margin: 20px 0; }
      .promos__content .content.active .elipse {
        display: none; }
      .promos__content .content .elipse {
        display: inline; }
      .promos__content .content .more-content {
        display: none; }
    @media screen and (max-width: 860px) {
      .promos__content {
        width: 50%;
        padding: 0 20px; } }
    @media screen and (max-width: 680px) {
      .promos__content {
        display: block;
        width: 100%;
        margin-bottom: 30px; } }
  .promos__slides {
    position: relative;
    display: block;
    width: 100%; }
    .promos__slides__slide {
      position: relative;
      display: block;
      width: 100%;
      min-height: 500px; }
      @media screen and (max-width: 680px) {
        .promos__slides__slide {
          min-height: 500px; } }
    .promos__slides.flickity-enabled:focus {
      outline: none; }
    .promos__slides .flickity-viewport {
      position: relative;
      overflow: hidden;
      cursor: move;
      cursor: -webkit-grab;
      cursor: grab; }
      .promos__slides .flickity-viewport.is-pointer-down {
        cursor: -webkit-grabbing;
        cursor: grabbing; }
    .promos__slides .flickity-slider {
      position: absolute;
      width: 100%;
      height: 100%; }
  .promos__images {
    display: table-cell;
    vertical-align: middle;
    width: 30%; }
    .promos__images--border {
      border: 1px solid #78716e; }
    @media screen and (max-width: 860px) {
      .promos__images {
        width: 50%; } }
    @media screen and (max-width: 680px) {
      .promos__images {
        display: block;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        min-height: 500px;
        margin-bottom: 30px; } }
  .promos__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block; }
    .promos__image--bg {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  .promos__prev-next {
    position: absolute;
    top: 50%;
    z-index: 4;
    display: block;
    color: #fff;
    font-size: 4.375rem;
    line-height: 4.375rem;
    transform: translateY(-50%); }
    .promos__prev-next--inverse-color {
      color: #78716e; }
    .promos__prev-next.disabled {
      display: none; }
    .promos__prev-next.next {
      right: -5px; }
    .promos__prev-next.previous {
      left: -5px; }
    .promos__prev-next:focus {
      outline: none; }
    @media screen and (max-width: 480px) {
      .promos__prev-next.next {
        right: 5px; }
      .promos__prev-next.previous {
        left: 5px; } }

/* ---- SOCIAL ---- */
.social {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
  margin-bottom: 80px; }
  .social--normal {
    display: block;
    border-spacing: 0; }
  .social__column {
    display: table-cell;
    vertical-align: top;
    width: 16.666%; }
    .social__column--color {
      background-color: #eae9e5; }
    .social__column .social__post {
      display: block;
      width: 100%; }
      @media screen and (max-width: 860px) {
        .social__column .social__post {
          float: left;
          width: 50%; } }
    .social__column--middle {
      vertical-align: middle;
      width: 33.333%; }
      @media screen and (max-width: 860px) {
        .social__column--middle .social__post {
          float: none;
          width: 70%;
          margin: 0 auto;
          padding: 15% 10px; } }
      @media screen and (max-width: 480px) {
        .social__column--middle .social__post {
          width: 100%; } }
    .social__column--wrapper {
      width: 50%; }
      .social__column--wrapper .social__post {
        float: left;
        width: 33.333%; }
        .social__column--wrapper .social__post:nth-child(1), .social__column--wrapper .social__post:nth-child(2), .social__column--wrapper .social__post:nth-child(3) {
          margin-bottom: 20px; }
        @media screen and (max-width: 860px) {
          .social__column--wrapper .social__post {
            width: 50%;
            margin-bottom: 20px; } }
      @media screen and (max-width: 860px) {
        .social__column--wrapper {
          width: 100%; } }
    @media screen and (max-width: 860px) {
      .social__column {
        display: block;
        width: 100%; } }
    .social__column::after, .social__column::before {
      content: ' ';
      display: block; }
    .social__column::after {
      clear: both; }
    .social__column {
      *zoom: 1; }
  .social__posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
    .social__posts::after, .social__posts::before {
      content: ' ';
      display: block; }
    .social__posts::after {
      clear: both; }
    .social__posts {
      *zoom: 1; }
  .social__post {
    position: relative;
    display: block;
    float: left;
    width: 16.666%;
    padding: 0 10px; }
    .social__post:nth-child(1) {
      margin-bottom: 20px; }
    .social__post--block .social__post__inner {
      max-width: 400px;
      margin: 0 auto;
      padding-bottom: 0; }
    .social__post--normal {
      width: 19%;
      margin-right: 0.5%;
      margin-left: 0.5%;
      padding: 0; }
      @media screen and (max-width: 1040px) {
        .social__post--normal {
          width: 32.333%; } }
      @media screen and (max-width: 680px) {
        .social__post--normal {
          width: 49%; } }
    .social__post__inner {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      overflow: hidden; }
      .social__post__inner .title--large {
        margin: 30px 0;
        font-size: 3.125rem;
        line-height: 3.125rem; }
      .social__post__inner img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: none;
        min-height: 100%;
        transform: translate(-50%, -50%); }
    .social__post__overlay {
      position: absolute;
      top: 3%;
      left: 3%;
      z-index: 1;
      display: block;
      border-spacing: 8px;
      width: 94%;
      height: 94%;
      overflow: auto;
      transition: all 0.2s ease;
      background-color: rgba(255, 255, 255, .8);
      opacity: 0; }
      .social__post__overlay .v-table {
        display: table;
        width: 100%;
        height: 100%; }
      .social__post__overlay .cell {
        display: table-cell;
        vertical-align: middle;
        padding: 25px 10px 15px; }
        .social__post__overlay .cell .date, .social__post__overlay .cell .likes {
          font-size: 0.875rem;
          line-height: 0.875rem; }
        .social__post__overlay .cell p {
          color: #000;
          line-height: 22px; }
      .social__post__overlay--small {
        left: 8%;
        width: 84%; }
        .social__post__overlay--small .v-table {
          display: block; }
        .social__post__overlay--small .cell {
          display: block; }
      @media screen and (max-width: 860px) {
        .social__post__overlay {
          border-spacing: 0; } }
      @media screen and (max-width: 480px) {
        .social__post__overlay {
          display: none; } }
      .social__post__overlay:hover {
        opacity: 1; }
  .social__filters__filter {
    position: relative;
    display: inline-block;
    margin: 0 2%;
    padding: 3px 10px;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
    text-transform: uppercase; }
    .social__filters__filter span {
      position: relative;
      z-index: 1; }
    .social__filters__filter:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 0;
      height: 100%;
      background-color: #eae9e5;
      border-radius: 13px;
      transition: all 0.4s ease;
      opacity: 0; }
    .social__filters__filter.is-active:before, .social__filters__filter:hover:before {
      width: 100%;
      opacity: 1; }
    @media screen and (max-width: 480px) {
      .social__filters__filter {
        display: block;
        width: 100%;
        margin: 0 0 20px; } }
  .social::after, .social::before {
    content: ' ';
    display: block; }
  .social::after {
    clear: both; }
  .social {
    *zoom: 1; }

/* ---- TEXT BLOCK ---- */
.text-block {
  margin-bottom: 80px; }
  .text-block .title--medium-to-large {
    line-height: 3.2rem; }
  .text-block__column {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px; }
    .text-block__column--half {
      width: 50%; }
      @media screen and (max-width: 680px) {
        .text-block__column--half {
          width: 100%; } }
  .text-block::after, .text-block::before {
    content: ' ';
    display: block; }
  .text-block::after {
    clear: both; }
  .text-block {
    *zoom: 1; }

/* ---- TEXT IMAGE BLOCK ---- */
.textimg-block {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 80px; }
  .textimg-block__column {
    display: table-cell;
    vertical-align: middle;
    width: 50%; }
    .textimg-block__column--text {
      background-color: #eae9e5; }
    .textimg-block__column .wrapper {
      display: block;
      width: 100%; }
      .textimg-block__column .wrapper .title--small {
        letter-spacing: 5px; }
      .textimg-block__column .wrapper .title--large {
        margin: 20px 0; }
        @media screen and (max-width: 480px) {
          .textimg-block__column .wrapper .title--large {
            font-size: 2.375rem;
            line-height: 2.375rem; } }
      .textimg-block__column .wrapper__content {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        padding: 20px; }
        .textimg-block__column .wrapper__content p {
          color: #78716e; }
        .textimg-block__column .wrapper__content .content {
          margin: 20px 0; }
    @media screen and (max-width: 680px) {
      .textimg-block__column {
        display: block;
        width: 100%;
        margin-bottom: 20px; } }
    .textimg-block__column::after, .textimg-block__column::before {
      content: ' ';
      display: block; }
    .textimg-block__column::after {
      clear: both; }
    .textimg-block__column {
      *zoom: 1; }
  .textimg-block__image {
    position: relative;
    display: block;
    float: left;
    width: 47%;
    height: 480px;
    margin: 0 1.5%;
    overflow: hidden;
    transition: all 0.4s ease; }
    .textimg-block__image--mt {
      margin-top: 20%; }
    .textimg-block__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto; }
    @media screen and (min-width: 680px) and (max-width: 860px) {
      .textimg-block__image {
        float: none;
        width: 80%;
        margin: 0 10%; }
        .textimg-block__image--mt {
          margin-top: 10%; } }
    @media screen and (max-width: 680px) {
      .textimg-block__image {
        height: auto;
        padding-bottom: 65%; } }
  .textimg-block::after, .textimg-block::before {
    content: ' ';
    display: block; }
  .textimg-block::after {
    clear: both; }
  .textimg-block {
    *zoom: 1; }

/* ---- TITLE BLOCK ---- */
/* ---- CONTACT ---- */
.contact {
  margin-bottom: 80px; }
  .contact__blocks {
    display: table;
    border-spacing: 20px 0;
    width: 100%; }
    .contact__blocks__cell {
      display: table-cell;
      vertical-align: middle;
      width: 50%;
      background-color: #eae9e5; }
      .contact__blocks__cell .wrapper {
        display: block;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding: 10% 10px; }
      .contact__blocks__cell .paragraph {
        margin: 20px 0; }
      .contact__blocks__cell .social-link {
        display: inline-block;
        padding-right: 20px;
        font-size: 1.375rem;
        line-height: 1.375rem; }
      @media screen and (max-width: 680px) {
        .contact__blocks__cell {
          display: block;
          width: 100%;
          margin-bottom: 20px; } }
    @media screen and (max-width: 680px) {
      .contact__blocks {
        display: block; } }

/* ---- IMAGES ---- */
.images {
  margin-bottom: 80px; }
  .images__wrapper {
    display: block; }
    .images__wrapper::after, .images__wrapper::before {
      content: ' ';
      display: block; }
    .images__wrapper::after {
      clear: both; }
    .images__wrapper {
      *zoom: 1; }
  .images__column {
    display: block;
    float: left;
    width: 50%;
    margin-bottom: 10px; }
    @media screen and (max-width: 680px) {
      .images__column {
        width: 100%; } }
    .images__column::after, .images__column::before {
      content: ' ';
      display: block; }
    .images__column::after {
      clear: both; }
    .images__column {
      *zoom: 1; }
  .images__image {
    position: relative;
    display: block;
    float: left;
    width: 48%;
    margin: 0 1% 2%;
    padding-bottom: 55%;
    overflow: hidden;
    transition: all 0.4s ease;
    background-position: center center;
    background-size: cover; }
    .images__image--fullWidth {
      width: 98%; }
    .images__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      max-width: none;
      min-height: 100%;
      transform: translate(-50%, -50%); }
    .images__image--long {
      margin: 0 1%;
      padding-bottom: 112%; }
      @media screen and (max-width: 1200px) {
        .images__image--long img {
          min-height: auto;
          max-height: 100%; } }
    @media screen and (max-width: 1200px) {
      .images__image--small img {
        width: 100%;
        min-width: auto;
        min-height: auto; } }

/* ---- LAYOUT ---- */
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 10px;
  padding: 0 10px; }
  .container--nm {
    margin: 0 auto; }
  .container--large {
    max-width: 1380px; }
  .container--x-large {
    max-width: 1600px; }
  .container--xx-large {
    max-width: 1700px; }
  .container--full-width {
    max-width: 100%;
    padding: 0; }
  .container::after, .container::before {
    content: ' ';
    display: block; }
  .container::after {
    clear: both; }
  .container {
    *zoom: 1; }

.main {
  position: relative;
  z-index: 1;
  padding-top: 90px; }

.flickity-prev-next-button {
  display: none; }


