@charset "UTF-8";
/* ==========================================================================
   Main
 ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*:after,
*:before {
  box-sizing: border-box;
  outline: none; }

html, body, div, span, applet, object, iframe,
h1,
.step .one .text-container h2,
.step .two .text-container h2,
.step .three .text-container h2,
.step .four .text-container h2,
.download .text-container h2,
.start-buying .postalcode-selecction h2,
.why .container h2,
.why .masonry h2,
.faqs.container h2.h1,
.legales.container h2.h1, h2, h3, .hero-banner .hero-banner_cta h1, .hero-banner .hero-banner_cta .step .one .text-container h2, .step .one .text-container .hero-banner .hero-banner_cta h2,
.hero-banner .hero-banner_cta .step .two .text-container h2, .step .two .text-container .hero-banner .hero-banner_cta h2,
.hero-banner .hero-banner_cta .step .three .text-container h2, .step .three .text-container .hero-banner .hero-banner_cta h2,
.hero-banner .hero-banner_cta .step .four .text-container h2, .step .four .text-container .hero-banner .hero-banner_cta h2,
.hero-banner .hero-banner_cta .download .text-container h2, .download .text-container .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .start-buying .postalcode-selecction h2, .start-buying .postalcode-selecction .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .why .container h2, .why .container .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .why .masonry h2, .why .masonry .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .faqs.container h2.h1, .faqs.container .hero-banner .hero-banner_cta h2.h1, .hero-banner .hero-banner_cta .legales.container h2.h1, .legales.container .hero-banner .hero-banner_cta h2.h1, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  text-decoration: none; }

button, input[type="button"] {
  border: none;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  text-align: left; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

/* ==========================================================================
  Mixins
========================================================================== */
/* ==========================================================================
   Mixins - Media Queries


   Usage:

   div {
     width: 100%;

     @include bp-sm { ... }
     @include bp-md { ... }
     @include bp-lg { ... }
     @include bp-hd { ... }
   }
 ========================================================================== */
/* ==========================================================================
  Font
========================================================================== */
/**
 * Se utiliza para importar fuentes
 * @param  {String} $name - Nombre que se utilizará al usar la fuente
 * @param  {String} $src  - Ruta al archivo
 * @param  {[type]} $hash - Hash para el formato SVG
 *
 * Uso:
 * h1 {
 *   @include font(nombreDeLaFuente, rutaALosArchivos, hash)
 * }
 */
/**
 * Setea el tamaño de la fuente en unidades 'rem' con fallback a 'px'
 * Utiliza la función auxiliar 'calculateRem'.
 *
 * @param  {Number + String} $size - tamaño en px
 *
 * Uso:
 * p {
 *   @include font-size(14px)
 * }
 */
/* ==========================================================================
  Transforms

  Mixins para transformaciones css
========================================================================== */
/* ==========================================================================
  Animation

  Uso:

  @include keyframes(slide-down) {
    0% { opacity: 1; }
    90% { opacity: 0; }
  }

  .element {
    width: 100px;
    height: 100px;
    background: black;
    @include animation('slide-down 5s 3');
  }
========================================================================== */
/* ==========================================================================
  Transition

  Mixin para manejar transiciones.
  Maneja transiciones con vendor-prefixed-properties y se pueden animar varias
  propiedades a la vez separadas por comas.

  Uso:
  .foo {
     @include transition(transform 0.2s ease-in 0.2s, opacity 0.2s ease);
  }
========================================================================== */
/* ==========================================================================
  Clearfix

  Uso:

  .container-with-floated-children {
    @extend %clearfix;
  }
  
========================================================================== */
/* ==========================================================================
  box-shadow
========================================================================== */
/* ==========================================================================
  Visually hidden
  Oculta visualmente un elemento sin dejar de ser accesible-

  Uso:
  
  .visually-hidden {
    @extend %visuallyhidden;
  }
========================================================================== */
/* ==========================================================================
  SVG Background

  SVG para imagenes de fondo con fallback a '.png' y retina.

  Uso:

  image.svg
  image.png
  image@2x.png

  body {
    @include background-image('image');
  }
========================================================================== */
/* ==========================================================================
  Grid

  NOTE: no se si esto debería esta aquí o el 'layout' o algo similar
========================================================================== */
.container,
[container] {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .container,
    [container] {
      max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container,
    [container] {
      max-width: 1024px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .container,
    [container] {
      max-width: 1200px; } }
  @media (min-width: 1200px) {
    .container,
    [container] {
      max-width: 1440px; } }

.container-full,
[container-full] {
  position: relative;
  width: 100vw;
  margin: 0 auto; }

[class*="box-"],
[box] {
  padding-left: 30px;
  padding-right: 30px; }

.container-full:after,
[container-full]:after,
.container:after,
[container]:after,
[class*="box-"]:after,
[box]:after {
  content: "";
  display: table;
  clear: both; }

.box-sm-1,
[box~="sm-1"] {
  position: relative;
  float: left;
  width: 8.33333%;
  min-height: 1px; }

.box-offset-sm-1,
[box~="offset-sm-1"] {
  margin-left: 8.33333%; }

.box-sm-2,
[box~="sm-2"] {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px; }

.box-offset-sm-2,
[box~="offset-sm-2"] {
  margin-left: 16.66667%; }

.box-sm-3,
[box~="sm-3"] {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px; }

.box-offset-sm-3,
[box~="offset-sm-3"] {
  margin-left: 25%; }

.box-sm-4,
[box~="sm-4"] {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px; }

.box-offset-sm-4,
[box~="offset-sm-4"] {
  margin-left: 33.33333%; }

.box-sm-5,
[box~="sm-5"] {
  position: relative;
  float: left;
  width: 41.66667%;
  min-height: 1px; }

.box-offset-sm-5,
[box~="offset-sm-5"] {
  margin-left: 41.66667%; }

.box-sm-6,
[box~="sm-6"] {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px; }

.box-offset-sm-6,
[box~="offset-sm-6"] {
  margin-left: 50%; }

.box-sm-7,
[box~="sm-7"] {
  position: relative;
  float: left;
  width: 58.33333%;
  min-height: 1px; }

.box-offset-sm-7,
[box~="offset-sm-7"] {
  margin-left: 58.33333%; }

.box-sm-8,
[box~="sm-8"] {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px; }

.box-offset-sm-8,
[box~="offset-sm-8"] {
  margin-left: 66.66667%; }

.box-sm-9,
[box~="sm-9"] {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px; }

.box-offset-sm-9,
[box~="offset-sm-9"] {
  margin-left: 75%; }

.box-sm-10,
[box~="sm-10"] {
  position: relative;
  float: left;
  width: 83.33333%;
  min-height: 1px; }

.box-offset-sm-10,
[box~="offset-sm-10"] {
  margin-left: 83.33333%; }

.box-sm-11,
[box~="sm-11"] {
  position: relative;
  float: left;
  width: 91.66667%;
  min-height: 1px; }

.box-offset-sm-11,
[box~="offset-sm-11"] {
  margin-left: 91.66667%; }

.box-sm-12,
[box~="sm-12"] {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px; }

.box-offset-sm-12,
[box~="offset-sm-12"] {
  margin-left: 100%; }

@media (min-width: 768px) {
  .box-md-1,
  [box~="md-1"] {
    position: relative;
    float: left;
    width: 8.33333%;
    min-height: 1px; }
  .box-offset-md-1,
  [box~="offset-md-1"] {
    margin-left: 8.33333%; }
  .box-md-2,
  [box~="md-2"] {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px; }
  .box-offset-md-2,
  [box~="offset-md-2"] {
    margin-left: 16.66667%; }
  .box-md-3,
  [box~="md-3"] {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px; }
  .box-offset-md-3,
  [box~="offset-md-3"] {
    margin-left: 25%; }
  .box-md-4,
  [box~="md-4"] {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px; }
  .box-offset-md-4,
  [box~="offset-md-4"] {
    margin-left: 33.33333%; }
  .box-md-5,
  [box~="md-5"] {
    position: relative;
    float: left;
    width: 41.66667%;
    min-height: 1px; }
  .box-offset-md-5,
  [box~="offset-md-5"] {
    margin-left: 41.66667%; }
  .box-md-6,
  [box~="md-6"] {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px; }
  .box-offset-md-6,
  [box~="offset-md-6"] {
    margin-left: 50%; }
  .box-md-7,
  [box~="md-7"] {
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px; }
  .box-offset-md-7,
  [box~="offset-md-7"] {
    margin-left: 58.33333%; }
  .box-md-8,
  [box~="md-8"] {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px; }
  .box-offset-md-8,
  [box~="offset-md-8"] {
    margin-left: 66.66667%; }
  .box-md-9,
  [box~="md-9"] {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px; }
  .box-offset-md-9,
  [box~="offset-md-9"] {
    margin-left: 75%; }
  .box-md-10,
  [box~="md-10"] {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px; }
  .box-offset-md-10,
  [box~="offset-md-10"] {
    margin-left: 83.33333%; }
  .box-md-11,
  [box~="md-11"] {
    position: relative;
    float: left;
    width: 91.66667%;
    min-height: 1px; }
  .box-offset-md-11,
  [box~="offset-md-11"] {
    margin-left: 91.66667%; }
  .box-md-12,
  [box~="md-12"] {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px; }
  .box-offset-md-12,
  [box~="offset-md-12"] {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .box-lg-1,
  [box~="lg-1"] {
    position: relative;
    float: left;
    width: 8.33333%;
    min-height: 1px; }
  .box-offset-lg-1,
  [box~="offset-lg-1"] {
    margin-left: 8.33333%; }
  .box-lg-2,
  [box~="lg-2"] {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px; }
  .box-offset-lg-2,
  [box~="offset-lg-2"] {
    margin-left: 16.66667%; }
  .box-lg-3,
  [box~="lg-3"] {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px; }
  .box-offset-lg-3,
  [box~="offset-lg-3"] {
    margin-left: 25%; }
  .box-lg-4,
  [box~="lg-4"] {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px; }
  .box-offset-lg-4,
  [box~="offset-lg-4"] {
    margin-left: 33.33333%; }
  .box-lg-5,
  [box~="lg-5"] {
    position: relative;
    float: left;
    width: 41.66667%;
    min-height: 1px; }
  .box-offset-lg-5,
  [box~="offset-lg-5"] {
    margin-left: 41.66667%; }
  .box-lg-6,
  [box~="lg-6"] {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px; }
  .box-offset-lg-6,
  [box~="offset-lg-6"] {
    margin-left: 50%; }
  .box-lg-7,
  [box~="lg-7"] {
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px; }
  .box-offset-lg-7,
  [box~="offset-lg-7"] {
    margin-left: 58.33333%; }
  .box-lg-8,
  [box~="lg-8"] {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px; }
  .box-offset-lg-8,
  [box~="offset-lg-8"] {
    margin-left: 66.66667%; }
  .box-lg-9,
  [box~="lg-9"] {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px; }
  .box-offset-lg-9,
  [box~="offset-lg-9"] {
    margin-left: 75%; }
  .box-lg-10,
  [box~="lg-10"] {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px; }
  .box-offset-lg-10,
  [box~="offset-lg-10"] {
    margin-left: 83.33333%; }
  .box-lg-11,
  [box~="lg-11"] {
    position: relative;
    float: left;
    width: 91.66667%;
    min-height: 1px; }
  .box-offset-lg-11,
  [box~="offset-lg-11"] {
    margin-left: 91.66667%; }
  .box-lg-12,
  [box~="lg-12"] {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px; }
  .box-offset-lg-12,
  [box~="offset-lg-12"] {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .box-hd-1,
  [box~="hd-1"] {
    position: relative;
    float: left;
    width: 8.33333%;
    min-height: 1px; }
  .box-offset-hd-1,
  [box~="offset-hd-1"] {
    margin-left: 8.33333%; }
  .box-hd-2,
  [box~="hd-2"] {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px; }
  .box-offset-hd-2,
  [box~="offset-hd-2"] {
    margin-left: 16.66667%; }
  .box-hd-3,
  [box~="hd-3"] {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px; }
  .box-offset-hd-3,
  [box~="offset-hd-3"] {
    margin-left: 25%; }
  .box-hd-4,
  [box~="hd-4"] {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px; }
  .box-offset-hd-4,
  [box~="offset-hd-4"] {
    margin-left: 33.33333%; }
  .box-hd-5,
  [box~="hd-5"] {
    position: relative;
    float: left;
    width: 41.66667%;
    min-height: 1px; }
  .box-offset-hd-5,
  [box~="offset-hd-5"] {
    margin-left: 41.66667%; }
  .box-hd-6,
  [box~="hd-6"] {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px; }
  .box-offset-hd-6,
  [box~="offset-hd-6"] {
    margin-left: 50%; }
  .box-hd-7,
  [box~="hd-7"] {
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px; }
  .box-offset-hd-7,
  [box~="offset-hd-7"] {
    margin-left: 58.33333%; }
  .box-hd-8,
  [box~="hd-8"] {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px; }
  .box-offset-hd-8,
  [box~="offset-hd-8"] {
    margin-left: 66.66667%; }
  .box-hd-9,
  [box~="hd-9"] {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px; }
  .box-offset-hd-9,
  [box~="offset-hd-9"] {
    margin-left: 75%; }
  .box-hd-10,
  [box~="hd-10"] {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px; }
  .box-offset-hd-10,
  [box~="offset-hd-10"] {
    margin-left: 83.33333%; }
  .box-hd-11,
  [box~="hd-11"] {
    position: relative;
    float: left;
    width: 91.66667%;
    min-height: 1px; }
  .box-offset-hd-11,
  [box~="offset-hd-11"] {
    margin-left: 91.66667%; }
  .box-hd-12,
  [box~="hd-12"] {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px; }
  .box-offset-hd-12,
  [box~="offset-hd-12"] {
    margin-left: 100%; } }

/**
 * Application color palette
 */
/* ==========================================================================
   Fonts
 ========================================================================== */
@font-face {
  font-family: 'montserratbold';
  src: url("../font/montserrat-bold-webfont.eot");
  src: url("../font/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-bold-webfont.woff2") format("woff2"), url("../font/montserrat-bold-webfont.woff") format("woff"), url("../font/montserrat-bold-webfont.ttf") format("truetype"), url("../font/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratlight';
  src: url("../font/montserrat-light-webfont.eot");
  src: url("../font/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-light-webfont.woff2") format("woff2"), url("../font/montserrat-light-webfont.woff") format("woff"), url("../font/montserrat-light-webfont.ttf") format("truetype"), url("../font/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserrathairline';
  src: url("../font/montserrat-hairline-webfont.eot");
  src: url("../font/montserrat-hairline-webfont.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-hairline-webfont.woff2") format("woff2"), url("../font/montserrat-hairline-webfont.woff") format("woff"), url("../font/montserrat-hairline-webfont.ttf") format("truetype"), url("../font/montserrat-hairline-webfont.svg#montserrathairline") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratregular';
  src: url("../font/montserrat-regular-webfont.eot");
  src: url("../font/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/montserrat-regular-webfont.woff2") format("woff2"), url("../font/montserrat-regular-webfont.woff") format("woff"), url("../font/montserrat-regular-webfont.ttf") format("truetype"), url("../font/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'montserratbold';
    src: url("../font/montserrat-bold-webfont.svg#montserratbold") format("svg"); }
  @font-face {
    font-family: 'montserratlight';
    src: url("../font/montserrat-light-webfont.svg#montserratlight") format("svg"); }
  @font-face {
    font-family: 'montserrathairline';
    src: url("../font/montserrat-hairline-webfont.svg#montserrathairline") format("svg"); }
  @font-face {
    font-family: 'montserratregular';
    src: url("../font/montserrat-regular-webfont.svg#montserratregular") format("svg"); } }

body {
  font-family: 'montserratregular', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 18px;
  color: #253137;
  font-weight: 400; }


h1,
.step .one .text-container h2,
.step .two .text-container h2,
.step .three .text-container h2,
.step .four .text-container h2,
.download .text-container h2,
.start-buying .postalcode-selecction h2,
.why .container h2,
.why .masonry h2,
.faqs.container h2.h1,
.legales.container h2.h1 {
  font-family: 'montserrathairline', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 50px;
  color: #253137;
  line-height: 1;
  margin-bottom: 40px; }
  @media (min-width: 1px) and (max-width: 767px) {
    
    h1,
    .step .one .text-container h2,
    .step .two .text-container h2,
    .step .three .text-container h2,
    .step .four .text-container h2,
    .download .text-container h2,
    .start-buying .postalcode-selecction h2,
    .why .container h2,
    .why .masonry h2,
    .faqs.container h2.h1,
    .legales.container h2.h1 {
      font-size: 36px; } }

h2 {
  font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 30px;
  color: #253137;
  line-height: 1;
  letter-spacing: 1px; }
  h2.small {
    font-size: 26px;
    color: #149388;
    letter-spacing: 0; }

h3, .hero-banner .hero-banner_cta h1, .hero-banner .hero-banner_cta .step .one .text-container h2, .step .one .text-container .hero-banner .hero-banner_cta h2,
.hero-banner .hero-banner_cta .step .two .text-container h2, .step .two .text-container .hero-banner .hero-banner_cta h2,
.hero-banner .hero-banner_cta .step .three .text-container h2, .step .three .text-container .hero-banner .hero-banner_cta h2,
.hero-banner .hero-banner_cta .step .four .text-container h2, .step .four .text-container .hero-banner .hero-banner_cta h2,
.hero-banner .hero-banner_cta .download .text-container h2, .download .text-container .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .start-buying .postalcode-selecction h2, .start-buying .postalcode-selecction .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .why .container h2, .why .container .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .why .masonry h2, .why .masonry .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .faqs.container h2.h1, .faqs.container .hero-banner .hero-banner_cta h2.h1, .hero-banner .hero-banner_cta .legales.container h2.h1, .legales.container .hero-banner .hero-banner_cta h2.h1 {
  font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 16px;
  color: #253137;
  text-transform: uppercase;
  letter-spacing: 5px; }

h4 {
  font-family: 'montserratregular', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 14px;
  color: #7e878f;
  text-transform: uppercase;
  letter-spacing: 1px; }

p {
  font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 18px;
  color: #7e878f;
  line-height: 1.6;
  max-width: 520px; }
  @media (min-width: 1px) and (max-width: 767px) {
    p {
      font-size: 16px; } }

/* ==========================================================================
   UI - El diseño de la aplicaión
 ========================================================================== */
.pass {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: lightgrey;
  z-index: 999999999; }
  .pass .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center; }
    .pass .wrapper input {
      display: block;
      width: 100%;
      height: 40px;
      padding: 0 20px;
      border-radius: 20px;
      border: 2px solid rgba(0, 0, 0, 0.1);
      font-family: 'montserratregular', 'Helvetica Neue', helvetica, sans-serif;
      font-size: 16px;
      text-rendering: geometricPrecision;
      text-align: left;
      padding-left: 20px;
      color: rgba(0, 0, 0, 0.7);
      background-color: rgba(255, 255, 255, 0.6);
      margin-bottom: 30px; }
      .pass .wrapper input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: white; }
      .pass .wrapper input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: white;
        opacity: 1; }
      .pass .wrapper input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: white;
        opacity: 1; }
      .pass .wrapper input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: white; }

body {
  background-color: #f0f2f7; }

a.simple-link,
div.simple-link {
  display: inline-block;
  font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 14px;
  color: #253137;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  a.simple-link:hover,
  div.simple-link:hover {
    color: #149388; }

a.blue-link {
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: #149388;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  a.blue-link:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    left: 50%;
    bottom: -2px;
    background-color: #149388;
    -webkit-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    -ms-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out; }
  a.blue-link:hover:after {
    width: 100%;
    left: 0%; }

.icon-link {
  font-family: 'montserrathairline', 'Helvetica Neue', helvetica, sans-serif;
  color: #ffffff;
  line-height: 2;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .icon-link svg {
    width: 32px;
    height: 32px;
    fill: #ffffff;
    vertical-align: bottom;
    -webkit-transition: fill 0.2s ease-in-out;
    -moz-transition: fill 0.2s ease-in-out;
    -ms-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out; }
  .icon-link:hover {
    color: #149388; }
    .icon-link:hover svg {
      fill: #149388; }

a.btn,
button.btn {
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 0 30px;
  background-color: #149388;
  border-radius: 20px;
  font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff; }
  a.btn.out-line,
  button.btn.out-line {
    background: transparent;
    color: #149388;
    border: 2px solid #149388;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    a.btn.out-line:hover,
    button.btn.out-line:hover {
      color: #7b529c;
      border: 2px solid #7b529c; }
  a.btn.white,
  button.btn.white {
    color: #149388;
    background-color: #ffffff; }

a.btn.med,
button.btn.med {
  display: inline-block;
  width: auto;
  height: 62px;
  padding: 0 32px;
  background-color: #149388;
  border-radius: 31px;
  font-family: 'montserratbold', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 18px;
  line-height: 62px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.btn.med:hover,
  button.btn.med:hover {
    background-color: #7b529c; }
  a.btn.med.out-line,
  button.btn.med.out-line {
    background: transparent;
    color: #149388;
    border: 2px solid #149388;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    a.btn.med.out-line:hover,
    button.btn.med.out-line:hover {
      color: #7b529c;
      border: 2px solid #7b529c; }

a.btn.big,
button.btn.big {
  display: inline-block;
  width: auto;
  height: 62px;
  padding: 0 52px;
  background-color: #149388;
  border-radius: 31px;
  font-family: 'montserratbold', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 20px;
  line-height: 62px;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  a.btn.big:hover,
  button.btn.big:hover {
    background-color: #7b529c; }
  a.btn.big.out-line,
  button.btn.big.out-line {
    background: transparent;
    color: #149388;
    border: 2px solid #149388;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    a.btn.big.out-line:hover,
    button.btn.big.out-line:hover {
      color: #7b529c;
      border: 2px solid #7b529c; }

header.main-header {
  position: fixed;
  height: 110px;
  padding-top: 30px;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  background-color: transparent;
  z-index: 999999;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  header.main-header.scrolled {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px rgba(37, 49, 55, 0.3);
    -moz-box-shadow: 0px 0px 5px rgba(37, 49, 55, 0.3);
    box-shadow: 0px 0px 5px rgba(37, 49, 55, 0.3); }
  header.main-header .container {
    height: 52px; }
  @media (min-width: 1px) and (max-width: 767px) {
    header.main-header .logo-wrapper {
      padding: 0; } }
  header.main-header .logo {
    z-index: 10; }
  header.main-header .main-navigation {
    margin-top: 10px; }
    @media (min-width: 0px) and (max-width: 1237px) {
      header.main-header .main-navigation {
        display: none; } }
    header.main-header .main-navigation ul li {
      display: inline-block;
      margin-right: 25px; }
    @media (min-width: 1351px) and (max-width: 1436px) {
      header.main-header .main-navigation ul li {
        margin-right: 45px; } }
    @media (min-width: 1265px) and (max-width: 1351px) {
      header.main-header .main-navigation ul li {
        margin-right: 35px; } }
    @media (min-width: 1237px) and (max-width: 1265px) {
      header.main-header .main-navigation ul li {
        margin-right: 25px; } }
  header.main-header .access-navigation {
    float: right; }
    header.main-header .access-navigation ul li {
      display: inline-block;
      margin-right: 20px; }
      @media (min-width: 1237px) and (max-width: 1400px) {
        header.main-header .access-navigation ul li {
          margin-right: 8px; } }
      @media (min-width: 0px) and (max-width: 1237px) {
        header.main-header .access-navigation ul li {
          display: none; } }

.hamburguer {
  position: fixed;
  display: block;
  top: 40px;
  right: 30px;
  width: 40px;
  height: 30px; }
  @media (min-width: 1237px) and (max-width: 9440px) {
    .hamburguer {
      display: none; } }
  @media (min-width: 0px) and (max-width: 1237px) {
    .hamburguer {
      display: block; } }

.hamburguer span,
.hamburguer::before,
.hamburguer::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  right: 0;
  background-color: #149388;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.hamburguer span {
  top: 50%;
  margin-top: -2px; }

.hamburguer:before,
.hamburguer:after {
  content: ""; }

.hamburguer:before {
  top: 0px; }

.hamburguer:after {
  bottom: 0px; }

.hamburguer.close span {
  opacity: 0; }

.hamburguer.close:before {
  top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburguer.close:after {
  bottom: 14px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.responsive-navigation_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  background-color: #2d3a4c;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .responsive-navigation_wrapper.close {
    opacity: 1; }
  @media (min-width: 1237px) and (max-width: 9440px) {
    .responsive-navigation_wrapper {
      display: none; } }
  @media (min-width: 0px) and (max-width: 1237px) {
    .responsive-navigation_wrapper {
      display: block; } }
  .responsive-navigation_wrapper .responsive-navigation {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center; }
    .responsive-navigation_wrapper .responsive-navigation ul li {
      margin-top: 30px; }
      .responsive-navigation_wrapper .responsive-navigation ul li a {
        color: #ffffff;
        font-size: 20px;
        text-transform: uppercase; }
    .responsive-navigation_wrapper .responsive-navigation ul li a.active,
    .responsive-navigation_wrapper .responsive-navigation ul li a:active,
    .responsive-navigation_wrapper .responsive-navigation ul li a:hover,
    .responsive-navigation_wrapper .responsive-navigation ul li a.active {
      color: #7e878f; }
      .responsive-navigation_wrapper .responsive-navigation ul li a.active:after,
      .responsive-navigation_wrapper .responsive-navigation ul li a:active:after,
      .responsive-navigation_wrapper .responsive-navigation ul li a:hover:after,
      .responsive-navigation_wrapper .responsive-navigation ul li a.active:after {
        width: 100%;
        left: 0%; }
  .responsive-navigation_wrapper .responsive-access-navigation {
    position: absolute;
    left: 30px;
    bottom: 20px; }
    .responsive-navigation_wrapper .responsive-access-navigation ul li {
      display: inline-block;
      margin-right: 20px; }
      .responsive-navigation_wrapper .responsive-access-navigation ul li .simple-link {
        color: #d9e1e6; }

.main-navigation ul li a {
  position: relative;
  font-size: 14px;
  color: #253137;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .main-navigation ul li a:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 2px;
    left: 50%;
    bottom: -10px;
    background-color: #7e878f;
    -webkit-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    -ms-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out, left 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, left 0.2s ease-in-out; }

.main-navigation ul li a.active,
.main-navigation ul li a:active,
.main-navigation ul li a:hover,
.main-navigation ul li a.active {
  color: #7e878f; }
  .main-navigation ul li a.active:after,
  .main-navigation ul li a:active:after,
  .main-navigation ul li a:hover:after,
  .main-navigation ul li a.active:after {
    width: 100%;
    left: 0%; }

.hero-banner {
  position: relative;
  height: calc(100vh - 60px);
  z-index: 1;
  overflow: hidden;
  background: #f3e9d4;
  background: -moz-linear-gradient(-45deg, #f3e9d4 0%, #d9e1e6 100%);
  background: -webkit-linear-gradient(-45deg, #f3e9d4 0%, #d9e1e6 100%);
  background: linear-gradient(135deg, #f3e9d4 0%, #d9e1e6 100%); }
  .hero-banner .hero-banner_parallax-container {
    position: relative;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    .hero-banner .hero-banner_parallax-container .parallax-image_wrapper {
      position: absolute;
      width: 90%;
      max-width: 1440px;
      height: auto;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    .hero-banner .hero-banner_parallax-container .parallax {
      position: relative;
      display: block;
      width: 90%;
      height: auto;
      margin: 0 auto; }
  .hero-banner .hero-banner_cta {
    position: absolute;
    left: 50vw;
    bottom: 80px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    text-align: center; }
    .hero-banner .hero-banner_cta h1, .hero-banner .hero-banner_cta .step .one .text-container h2, .step .one .text-container .hero-banner .hero-banner_cta h2,
    .hero-banner .hero-banner_cta .step .two .text-container h2, .step .two .text-container .hero-banner .hero-banner_cta h2,
    .hero-banner .hero-banner_cta .step .three .text-container h2, .step .three .text-container .hero-banner .hero-banner_cta h2,
    .hero-banner .hero-banner_cta .step .four .text-container h2, .step .four .text-container .hero-banner .hero-banner_cta h2,
    .hero-banner .hero-banner_cta .download .text-container h2, .download .text-container .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .start-buying .postalcode-selecction h2, .start-buying .postalcode-selecction .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .why .container h2, .why .container .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .why .masonry h2, .why .masonry .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .faqs.container h2.h1, .faqs.container .hero-banner .hero-banner_cta h2.h1, .hero-banner .hero-banner_cta .legales.container h2.h1, .legales.container .hero-banner .hero-banner_cta h2.h1 {
      margin-bottom: 30px; }

.scroller-wrapper {
  position: relative;
  top: -20px;
  z-index: 99999; }
  .scroller-wrapper .scroller-container {
    position: absolute;
    width: 27px;
    height: 86px;
    border: 25px solid #ffffff;
    border-radius: 37px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    background-color: #ffffff; }
  .scroller-wrapper .scroller {
    position: absolute;
    top: -13px;
    left: -13px; }

@-webkit-keyframes bounce {
  0% {
    top: 30px; }
  90% {
    top: 35px; } }

@-moz-keyframes bounce {
  0% {
    top: 30px; }
  90% {
    top: 35px; } }

@-ms-keyframes bounce {
  .scroller-wrapper 0% {
    top: 30px; }
  .scroller-wrapper 90% {
    top: 35px; } }

@-o-keyframes bounce {
  0% {
    top: 30px; }
  90% {
    top: 35px; } }

@keyframes bounce {
  0% {
    top: 30px; }
  90% {
    top: 35px; } }
  .scroller-wrapper .scroller-arrow {
    position: absolute;
    top: 30px;
    left: -11px;
    -webkit-animation: bounce 1.2s infinite;
    -moz-animation: bounce 1.2s infinite;
    -ms-animation: bounce 1.2s infinite;
    -o-animation: bounce 1.2s infinite;
    animation: bounce 1.2s infinite; }
  .scroller-wrapper h3, .scroller-wrapper .hero-banner .hero-banner_cta h1, .hero-banner .hero-banner_cta .scroller-wrapper h1, .scroller-wrapper .hero-banner .hero-banner_cta .step .one .text-container h2, .hero-banner .hero-banner_cta .step .one .text-container .scroller-wrapper h2, .scroller-wrapper .step .one .text-container .hero-banner .hero-banner_cta h2, .step .one .text-container .hero-banner .hero-banner_cta .scroller-wrapper h2,
  .scroller-wrapper .hero-banner .hero-banner_cta .step .two .text-container h2, .hero-banner .hero-banner_cta .step .two .text-container .scroller-wrapper h2, .scroller-wrapper .step .two .text-container .hero-banner .hero-banner_cta h2, .step .two .text-container .hero-banner .hero-banner_cta .scroller-wrapper h2,
  .scroller-wrapper .hero-banner .hero-banner_cta .step .three .text-container h2, .hero-banner .hero-banner_cta .step .three .text-container .scroller-wrapper h2, .scroller-wrapper .step .three .text-container .hero-banner .hero-banner_cta h2, .step .three .text-container .hero-banner .hero-banner_cta .scroller-wrapper h2,
  .scroller-wrapper .hero-banner .hero-banner_cta .step .four .text-container h2, .hero-banner .hero-banner_cta .step .four .text-container .scroller-wrapper h2, .scroller-wrapper .step .four .text-container .hero-banner .hero-banner_cta h2, .step .four .text-container .hero-banner .hero-banner_cta .scroller-wrapper h2,
  .scroller-wrapper .hero-banner .hero-banner_cta .download .text-container h2, .hero-banner .hero-banner_cta .download .text-container .scroller-wrapper h2, .scroller-wrapper .download .text-container .hero-banner .hero-banner_cta h2, .download .text-container .hero-banner .hero-banner_cta .scroller-wrapper h2, .scroller-wrapper .hero-banner .hero-banner_cta .start-buying .postalcode-selecction h2, .hero-banner .hero-banner_cta .start-buying .postalcode-selecction .scroller-wrapper h2, .scroller-wrapper .start-buying .postalcode-selecction .hero-banner .hero-banner_cta h2, .start-buying .postalcode-selecction .hero-banner .hero-banner_cta .scroller-wrapper h2, .scroller-wrapper .hero-banner .hero-banner_cta .why .container h2, .hero-banner .hero-banner_cta .why .container .scroller-wrapper h2, .scroller-wrapper .why .container .hero-banner .hero-banner_cta h2, .why .container .hero-banner .hero-banner_cta .scroller-wrapper h2, .scroller-wrapper .hero-banner .hero-banner_cta .why .masonry h2, .hero-banner .hero-banner_cta .why .masonry .scroller-wrapper h2, .scroller-wrapper .why .masonry .hero-banner .hero-banner_cta h2, .why .masonry .hero-banner .hero-banner_cta .scroller-wrapper h2, .scroller-wrapper .hero-banner .hero-banner_cta .faqs.container h2.h1, .hero-banner .hero-banner_cta .faqs.container .scroller-wrapper h2.h1, .scroller-wrapper .faqs.container .hero-banner .hero-banner_cta h2.h1, .faqs.container .hero-banner .hero-banner_cta .scroller-wrapper h2.h1, .scroller-wrapper .hero-banner .hero-banner_cta .legales.container h2.h1, .hero-banner .hero-banner_cta .legales.container .scroller-wrapper h2.h1, .scroller-wrapper .legales.container .hero-banner .hero-banner_cta h2.h1, .legales.container .hero-banner .hero-banner_cta .scroller-wrapper h2.h1 {
    position: absolute;
    left: 50%;
    top: 100px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    text-align: center; }

.step {
  height: 100vh;
  max-height: 100vh;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden; }
  @media (min-width: 1px) and (max-width: 767px) {
    .step {
      height: auto !important;
      max-height: none !important;
      padding: 60px 0; } }

article {
  background-color: #f0f2f7; }

.step .one .text-container,
.step .two .text-container,
.step .three .text-container,
.step .four .text-container,
.download .text-container {
  position: relative;
  margin-top: 50vh;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
  @media (min-width: 1px) and (max-width: 767px) {
    .step .one .text-container,
    .step .two .text-container,
    .step .three .text-container,
    .step .four .text-container,
    .download .text-container {
      margin-top: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none; } }
  .step .one .text-container img,
  .step .two .text-container img,
  .step .three .text-container img,
  .step .four .text-container img,
  .download .text-container img {
    margin-top: 20px; }
  .step .one .text-container .btn,
  .step .two .text-container .btn,
  .step .three .text-container .btn,
  .step .four .text-container .btn,
  .download .text-container .btn {
    margin-top: 60px; }
  .step .one .text-container .extra,
  .step .two .text-container .extra,
  .step .three .text-container .extra,
  .step .four .text-container .extra,
  .download .text-container .extra {
    margin-top: 40px; }
  .step .one .text-container .simple-link,
  .step .two .text-container .simple-link,
  .step .three .text-container .simple-link,
  .step .four .text-container .simple-link,
  .download .text-container .simple-link {
    margin-right: 10px; }

.step .one .piture-container .picture-wrapper,
.step .two .piture-container .picture-wrapper,
.step .three .piture-container .picture-wrapper,
.step .four .piture-container .picture-wrapper,
.download .piture-container .picture-wrapper {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  margin-top: 50vh;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
  .step .one .piture-container .picture-wrapper img,
  .step .two .piture-container .picture-wrapper img,
  .step .three .piture-container .picture-wrapper img,
  .step .four .piture-container .picture-wrapper img,
  .download .piture-container .picture-wrapper img {
    max-height: 75vh; }
  @media (min-width: 1px) and (max-width: 767px) {
    .step .one .piture-container .picture-wrapper,
    .step .two .piture-container .picture-wrapper,
    .step .three .piture-container .picture-wrapper,
    .step .four .piture-container .picture-wrapper,
    .download .piture-container .picture-wrapper {
      position: relative;
      margin-top: 0;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none; } }

.step .one {
  margin-top: 60px; }
  .step .one .piture-centered {
    position: relative;
    margin-left: 130px;
    z-index: 1; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .step .one .piture-centered {
        margin-left: 60px; } }
  .step .one .piture-bottom {
    position: absolute;
    bottom: 0;
    z-index: 2; }
  @media (min-width: 1px) and (max-width: 767px) {
    .step .one .piture-centered {
      margin-left: 30px; }
    .step .one .piture-bottom {
      width: 480px;
      margin-left: -30px; }
    .step .one .text-container img {
      width: 200px; } }

article.step.white {
  background-color: #ffffff; }

.step .two .picture-wrapper {
  right: 0; }
  @media (min-width: 1px) and (max-width: 767px) {
    .step .two .picture-wrapper img {
      max-height: 52vh !important;
      margin-left: -230px; } }

.step .two .text-container {
  left: -20px; }
  .step .two .text-container h1.sm,
  .step .two .text-container h2.sm,
  .step .two .text-container a.sm {
    display: none; }
  @media (min-width: 1px) and (max-width: 767px) {
    .step .two .text-container {
      left: 0;
      margin-top: 40px; }
      .step .two .text-container h1.sm,
      .step .two .text-container h2.sm {
        display: block; }
      .step .two .text-container a.sm {
        display: inline-block; }
      .step .two .text-container h1:not(.sm),
      .step .two .text-container h2:not(.sm),
      .step .two .text-container a:not(.sm) {
        display: none; } }

@media (min-width: 1px) and (max-width: 767px) {
  .step .three .text-container {
    margin-bottom: 60px; } }

.step .three .piture-centered {
  position: relative;
  margin-left: 300px;
  z-index: 1; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .step .three .piture-centered {
      margin-left: 80px; } }
  @media (min-width: 1px) and (max-width: 767px) {
    .step .three .piture-centered {
      max-height: 60vh !important;
      margin-left: 100px; } }

.step .three .piture-bottom {
  position: absolute;
  top: 25%;
  z-index: 2; }
  @media (min-width: 1px) and (max-width: 767px) {
    .step .three .piture-bottom {
      max-height: 30vh !important; } }

.step .four .picture-wrapper {
  right: 0; }
  .step .four .picture-wrapper .piture-screen {
    position: relative;
    top: 50px;
    right: 175px;
    z-index: 1; }
    @media (min-width: 1px) and (max-width: 767px) {
      .step .four .picture-wrapper .piture-screen {
        max-height: 60vh !important;
        margin-left: -140px; } }
  .step .four .picture-wrapper .piture-notification {
    top: 0;
    right: 0;
    z-index: 2;
    position: absolute; }
    @media (min-width: 1px) and (max-width: 767px) {
      .step .four .picture-wrapper .piture-notification {
        width: 270px;
        left: -30px; } }
  .step .four .picture-wrapper .piture-dialog {
    top: 160px;
    right: 0;
    z-index: 3;
    position: absolute; }
    @media (min-width: 1px) and (max-width: 767px) {
      .step .four .picture-wrapper .piture-dialog {
        width: 330px;
        top: 90px;
        left: -70px; } }

.step .four .picture-wrapper {
  right: 0; }

.step .four .text-container {
  left: 20px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .step .four .text-container {
      left: 0;
      margin-top: 140px; } }

.start-buying {
  height: 100vh;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden; }
  .start-buying .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100vw;
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 0; }
  .start-buying .filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2d3a4c;
    opacity: 0.5;
    z-index: 0; }
  .start-buying .triangle {
    position: absolute;
    width: 100vw;
    height: 30vh;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(to left top, #f0f2f7 50%, transparent 50%);
    z-index: 2; }
    @media (min-width: 1px) and (max-width: 767px) {
      .start-buying .triangle {
        height: 20vh; } }
  .start-buying .postalcode-selecction {
    text-align: center;
    margin-top: 50vh;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 9; }
    @media (min-width: 1px) and (max-width: 767px) {
      .start-buying .postalcode-selecction {
        margin-top: 42vh; }
        .start-buying .postalcode-selecction .container {
          padding: 0; } }
    .start-buying .postalcode-selecction h2 {
      color: #ffffff; }
    .start-buying .postalcode-selecction .input-wrapper {
      position: relative;
      width: 300px;
      height: 40px;
      margin: 55px auto 60px auto; }
      @media (min-width: 1px) and (max-width: 767px) {
        .start-buying .postalcode-selecction .input-wrapper {
          width: 280px; } }
      .start-buying .postalcode-selecction .input-wrapper .icon {
        position: absolute;
        top: 8px;
        right: 14px;
        cursor: text; }
      .start-buying .postalcode-selecction .input-wrapper input {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        border-radius: 20px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        font-family: 'montserratregular', 'Helvetica Neue', helvetica, sans-serif;
        font-size: 16px;
        text-rendering: geometricPrecision;
        text-align: left;
        padding-left: 20px;
        color: rgba(0, 0, 0, 0.7);
        background-color: rgba(255, 255, 255, 0.6); }
        .start-buying .postalcode-selecction .input-wrapper input::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: white; }
        .start-buying .postalcode-selecction .input-wrapper input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: white;
          opacity: 1; }
        .start-buying .postalcode-selecction .input-wrapper input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: white;
          opacity: 1; }
        .start-buying .postalcode-selecction .input-wrapper input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: white; }

.step.download {
  margin-top: -25vh;
  background-color: transparent;
  z-index: 99; }

.step.download .picture-wrapper {
  right: 0px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .step.download .picture-wrapper img {
      max-height: 45vh; } }
  @media (min-width: 1px) and (max-width: 767px) {
    .step.download .picture-wrapper {
      right: 100px; }
      .step.download .picture-wrapper img {
        max-height: 45vh; } }

.step.download .text-container {
  left: 40px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .step.download .text-container {
      left: 0; } }

picture {
  display: block; }

.why {
  background-color: #ffffff;
  overflow: hidden; }
  .why .container {
    padding-top: 160px;
    text-align: center;
    margin-bottom: 100px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .why .container {
        padding-top: 60px; } }
    .why .container h3, .why .container .hero-banner .hero-banner_cta h1, .hero-banner .hero-banner_cta .why .container h1, .hero-banner .hero-banner_cta .why .container h2, .why .container .hero-banner .hero-banner_cta h2, .why .masonry .hero-banner .hero-banner_cta .container h2, .why .hero-banner .hero-banner_cta .faqs.container h2.h1, .why .hero-banner .hero-banner_cta .legales.container h2.h1 {
      margin-bottom: 30px; }
  .why h1, .why .step .one .text-container h2, .step .one .text-container .why h2,
  .why .step .two .text-container h2, .step .two .text-container .why h2,
  .why .step .three .text-container h2, .step .three .text-container .why h2,
  .why .step .four .text-container h2, .step .four .text-container .why h2,
  .why .download .text-container h2, .download .text-container .why h2, .why .start-buying .postalcode-selecction h2, .start-buying .postalcode-selecction .why h2, .why .container h2, .why .masonry h2, .why .faqs.container h2.h1, .faqs.container .why h2.h1, .why .legales.container h2.h1, .legales.container .why h2.h1, .why h2, .why h3, .why .hero-banner .hero-banner_cta h1, .hero-banner .hero-banner_cta .why h1, .why .hero-banner .hero-banner_cta .step .one .text-container h2, .hero-banner .hero-banner_cta .step .one .text-container .why h2, .why .step .one .text-container .hero-banner .hero-banner_cta h2, .step .one .text-container .hero-banner .hero-banner_cta .why h2,
  .why .hero-banner .hero-banner_cta .step .two .text-container h2, .hero-banner .hero-banner_cta .step .two .text-container .why h2, .why .step .two .text-container .hero-banner .hero-banner_cta h2, .step .two .text-container .hero-banner .hero-banner_cta .why h2,
  .why .hero-banner .hero-banner_cta .step .three .text-container h2, .hero-banner .hero-banner_cta .step .three .text-container .why h2, .why .step .three .text-container .hero-banner .hero-banner_cta h2, .step .three .text-container .hero-banner .hero-banner_cta .why h2,
  .why .hero-banner .hero-banner_cta .step .four .text-container h2, .hero-banner .hero-banner_cta .step .four .text-container .why h2, .why .step .four .text-container .hero-banner .hero-banner_cta h2, .step .four .text-container .hero-banner .hero-banner_cta .why h2,
  .why .hero-banner .hero-banner_cta .download .text-container h2, .hero-banner .hero-banner_cta .download .text-container .why h2, .why .download .text-container .hero-banner .hero-banner_cta h2, .download .text-container .hero-banner .hero-banner_cta .why h2, .why .hero-banner .hero-banner_cta .start-buying .postalcode-selecction h2, .hero-banner .hero-banner_cta .start-buying .postalcode-selecction .why h2, .why .start-buying .postalcode-selecction .hero-banner .hero-banner_cta h2, .start-buying .postalcode-selecction .hero-banner .hero-banner_cta .why h2, .hero-banner .hero-banner_cta .why .container h2, .why .container .hero-banner .hero-banner_cta h2, .hero-banner .hero-banner_cta .why .masonry h2, .why .masonry .hero-banner .hero-banner_cta h2, .why .hero-banner .hero-banner_cta .faqs.container h2.h1, .hero-banner .hero-banner_cta .faqs.container .why h2.h1, .faqs.container .hero-banner .hero-banner_cta .why h2.h1, .why .hero-banner .hero-banner_cta .legales.container h2.h1, .hero-banner .hero-banner_cta .legales.container .why h2.h1, .legales.container .hero-banner .hero-banner_cta .why h2.h1 {
    color: #7e878f; }
  .why .masonry-container {
    position: relative;
    float: left;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin-top: 30px; }
  .why .masonry {
    position: relative;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px;
    text-align: left; }
    .why .masonry h1, .why .masonry .step .one .text-container h2, .step .one .text-container .why .masonry h2,
    .why .masonry .step .two .text-container h2, .step .two .text-container .why .masonry h2,
    .why .masonry .step .three .text-container h2, .step .three .text-container .why .masonry h2,
    .why .masonry .step .four .text-container h2, .step .four .text-container .why .masonry h2, .why .masonry h2, .why .masonry .faqs.container h2.h1, .faqs.container .why .masonry h2.h1, .why .masonry .legales.container h2.h1, .legales.container .why .masonry h2.h1 {
      margin-top: 40px; }
    .why .masonry h2 {
      margin: 40px 0; }
    .why .masonry img:not(.floating) {
      max-width: 100%;
      min-width: 100%;
      height: auto; }
  .why .masonry-000 {
    width: 58%;
    height: auto;
    margin-top: 20px; }
    .why .masonry-000 img.floating {
      position: absolute;
      bottom: -40px;
      left: -30px;
      z-index: 9; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .why .masonry-000 img.floating {
          width: 180px;
          height: auto;
          bottom: -30px;
          left: -20px; } }
      @media (min-width: 1px) and (max-width: 767px) {
        .why .masonry-000 img.floating {
          width: 100px;
          bottom: -10px;
          left: -3px; } }
    @media (min-width: 1px) and (max-width: 767px) {
      .why .masonry-000 {
        width: 100%;
        margin-bottom: 30px; } }
  .why .masonry-001 {
    width: 42%;
    height: auto; }
    @media (min-width: 1px) and (max-width: 767px) {
      .why .masonry-001 {
        width: 100%; } }
  .why .masonry-002 {
    width: 38%;
    height: auto; }
    @media (min-width: 1px) and (max-width: 767px) {
      .why .masonry-002 {
        width: 100%; }
        .why .masonry-002 h2 {
          margin: 0 0  30px 0; } }
  .why .masonry-003 {
    width: 62%;
    height: auto; }
    @media (min-width: 1px) and (max-width: 767px) {
      .why .masonry-003 {
        width: 100%;
        margin-top: 30px; } }
  .why .masonry-004 {
    width: 38%;
    height: auto; }
    .why .masonry-004 img {
      margin-top: -50%; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .why .masonry-004 {
        margin-top: 0%; }
        .why .masonry-004 img {
          margin-top: 0%; } }
    @media (min-width: 1px) and (max-width: 767px) {
      .why .masonry-004 {
        width: 100%; }
        .why .masonry-004 img {
          margin-top: 0%; } }
  .why .masonry-005 {
    width: 45%;
    height: auto; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .why .masonry-005 {
        margin-top: -160px; } }
    .why .masonry-005 img.floating {
      position: absolute;
      top: -100px;
      left: 350px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .why .masonry-005 img.floating {
          width: 500px;
          height: auto;
          top: 180px;
          left: 220px; } }
    @media (min-width: 1px) and (max-width: 767px) {
      .why .masonry-005 {
        width: 100%; } }
  .why .masonry-006 {
    width: 45%;
    height: auto;
    float: right; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .why .masonry-006 {
        margin-top: 30px; } }
    @media (min-width: 1px) and (max-width: 767px) {
      .why .masonry-006 {
        width: 120%;
        left: 20px;
        margin-top: 30px; } }

footer.main-footer {
  padding: 80px 0 40px 0;
  background-color: #2d3a4c; }
  @media (min-width: 768px) and (max-width: 1023px) {
    footer.main-footer .box-md-6 {
      margin-bottom: 40px; }
    footer.main-footer .box-lg-6 {
      margin-top: 20px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    footer.main-footer .box-lg-6 {
      margin-top: 40px; } }
  @media (min-width: 1px) and (max-width: 767px) {
    footer.main-footer .box-sm-12 {
      margin-bottom: 30px; } }
  footer.main-footer h4 {
    margin-bottom: 10px; }
  footer.main-footer p {
    font-family: 'montserrathairline', 'Helvetica Neue', helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 2; }
  footer.main-footer a.simple-link {
    font-family: 'montserrathairline', 'Helvetica Neue', helvetica, sans-serif;
    color: #ffffff;
    line-height: 2;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    footer.main-footer a.simple-link svg {
      width: 20px;
      height: 20px;
      fill: #ffffff;
      vertical-align: bottom;
      -webkit-transition: fill 0.2s ease-in-out;
      -moz-transition: fill 0.2s ease-in-out;
      -ms-transition: fill 0.2s ease-in-out;
      -o-transition: fill 0.2s ease-in-out;
      transition: fill 0.2s ease-in-out; }
    footer.main-footer a.simple-link:hover {
      color: #149388; }
      footer.main-footer a.simple-link:hover svg {
        fill: #149388; }
  footer.main-footer .social-links li {
    display: inline-block;
    margin-right: 20px; }
    footer.main-footer .social-links li a.simple-link svg {
      width: 32px;
      height: 32px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      footer.main-footer .social-links li {
        margin-right: 10px; } }
  footer.main-footer .footer {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1024px) {
      footer.main-footer .footer #terms, footer.main-footer .footer #cookiesConfigButton {
        text-align: right; } }
    footer.main-footer .footer #cookiesConfigButton {
      cursor: pointer; }
    footer.main-footer .footer .logo {
      margin-bottom: 10px; }
    footer.main-footer .footer p {
      font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
      font-size: 13px;
      color: #d9e1e6; }
      footer.main-footer .footer p a {
        font-family: inherit;
        font-size: inherit;
        color: #d9e1e6; }
    footer.main-footer .footer p.abs {
      position: absolute;
      right: 100px;
      bottom: -75px; }
      footer.main-footer .footer p.abs a:hover {
        color: #149388 !important; }
      footer.main-footer .footer p.abs a:active,
      footer.main-footer .footer p.abs a:visited {
        color: #ffffff; }
      @media (min-width: 768px) and (max-width: 1023px) {
        footer.main-footer .footer p.abs {
          right: auto;
          bottom: 0; } }

.cookies-footer {
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  background-color: #253137;
  z-index: 99999;
  flex-direction: column;
  padding: 30px 5px; }
  @media (min-width: 693px) {
    .cookies-footer {
      flex-direction: row;
      padding: 30px 10px; } }
  .cookies-footer .cookies-footer-right-button {
    padding: 10px 20px;
    background-color: #7D7D7D;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: sans-serif;
    margin-bottom: 15px;
    text-align: center; }
    @media (max-width: 693px) {
      .cookies-footer .cookies-footer-right-button {
        margin: 5px 0; } }
  .cookies-footer .cookies-footer-left {
    text-align: center;
    margin-top: 28px;
    position: relative;
    width: 100vw;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    align-items: center; }
    @media screen and (min-width: 1200px) {
      .cookies-footer .cookies-footer-left {
        max-width: 1200px; } }
  .cookies-footer .cookies-footer-left p {
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 100;
    font-family: 'montserratlight';
    max-width: 500%;
    margin-bottom: 10px; }
  .cookies-footer .cookies-footer-left a {
    font-weight: bolder;
    color: #ffffff;
    text-decoration: underline;
    font-size: 16px;
    font-family: 'montserratregular';
    cursor: pointer; }
  .cookies-footer .cookies-footer-right {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-right: auto; }
    @media (max-width: 693px) {
      .cookies-footer .cookies-footer-right {
        justify-content: center;
        align-self: center;
        width: 100%; } }
  .cookies-footer .cookies-footer-right .cookies-footer-right__accept {
    padding: 10px 20px;
    background-color: #7D7D7D;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer;
    font-size: 16px;
    font-family: sans-serif; }
    @media (max-width: 693px) {
      .cookies-footer .cookies-footer-right .cookies-footer-right__accept {
        margin: 10px 0; } }
  .cookies-footer .cookies-footer-right .config-cookies-button {
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    font-family: 'montserratregular'; }
    @media (max-width: 693px) {
      .cookies-footer .cookies-footer-right .config-cookies-button {
        margin: 0 0 20px 0; } }

.cookies-footer-wrapper {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(37, 49, 55, 0.6); }

.modal-wrapper {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(37, 49, 55, 0.6); }
  .modal-wrapper .modal-content {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
    overflow: hidden;
    border-radius: 10px; }
    .modal-wrapper .modal-content .btn-close {
      position: absolute;
      top: 20px;
      right: 20px; }
  .modal-wrapper .bg-close {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }

.cookies-modal {
  width: 90vw;
  min-height: 580px;
  max-height: 100vh;
  height: auto;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  padding: 20px 20px 10px 20px; }
  @media (max-width: 693px) {
    .cookies-modal {
      overflow-y: scroll;
      max-height: 85vh; } }
  .cookies-modal .cookies-page--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25%;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .cookies-modal .cookies-page--header {
        margin-bottom: 10px; } }
    @media (max-width: 320px) {
      .cookies-modal .cookies-page--header {
        padding-top: 15px; } }
    .cookies-modal .cookies-page--header h2 {
      font-weight: bold;
      margin: 0 auto;
      vertical-align: middle;
      font-size: 2rem;
      font-family: sans-serif; }
      @media (max-width: 767px) {
        .cookies-modal .cookies-page--header h2 {
          font-size: 1.5rem; } }
      @media (max-width: 693px) {
        .cookies-modal .cookies-page--header h2 {
          font-size: 1.1rem; } }
    .cookies-modal .cookies-page--header .logotype {
      margin-top: 5px; }
      @media (max-width: 320px) {
        .cookies-modal .cookies-page--header .logotype {
          display: none; } }
      @media (max-width: 693px) {
        .cookies-modal .cookies-page--header .logotype > .symbol img {
          width: 100px; } }
      .cookies-modal .cookies-page--header .logotype > .symbol, .cookies-modal .cookies-page--header .logotype > .logo {
        display: inline-block; }
      .cookies-modal .cookies-page--header .logotype > .symbol {
        margin: 10px 0; }
      .cookies-modal .cookies-page--header .logotype > .logo {
        margin-left: 10px;
        -webkit-transform: translate3d(0, -5px, 0);
        -moz-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0); }
      .cookies-modal .cookies-page--header .logotype .icon-logo g {
        -webkit-transform: translate(0, -64px);
        -moz-transform: translate(0, -64px);
        -ms-transform: translate(0, -64px);
        transform: translate(0, -64px); }
    .cookies-modal .cookies-page--header svg.icon {
      overflow: hidden; }
    .cookies-modal .cookies-page--header svg.icon.grey {
      fill: rgba(37, 49, 55, 0.4); }
  .cookies-modal .cookies-page--content {
    display: flex;
    flex-direction: row;
    min-height: 360px;
    height: auto; }
    @media (max-width: 693px) {
      .cookies-modal .cookies-page--content {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px; } }
    .cookies-modal .cookies-page--content .cookies-page--content__left {
      min-width: 25%;
      max-width: 25%;
      overflow-y: scroll;
      height: auto; }
      @media (max-width: 693px) {
        .cookies-modal .cookies-page--content .cookies-page--content__left {
          width: 100%;
          min-width: 100%;
          margin: 15px 0;
          overflow-y: hidden; } }
      .cookies-modal .cookies-page--content .cookies-page--content__left .option_section {
        position: relative;
        display: flex;
        height: 100%;
        min-height: 40px;
        align-items: center; }
        .cookies-modal .cookies-page--content .cookies-page--content__left .option_section .option_section_complemet {
          position: absolute;
          width: 5px;
          background-color: #149388;
          min-height: 100%;
          margin-right: 10px; }
        .cookies-modal .cookies-page--content .cookies-page--content__left .option_section p {
          vertical-align: middle;
          margin-left: 10px; }
      .cookies-modal .cookies-page--content .cookies-page--content__left button {
        width: 100%; }
      .cookies-modal .cookies-page--content .cookies-page--content__left .selected {
        background-color: #e1e1e1; }
      .cookies-modal .cookies-page--content .cookies-page--content__left::-webkit-scrollbar {
        width: 10px; }
      .cookies-modal .cookies-page--content .cookies-page--content__left::-webkit-scrollbar-track {
        background-color: rgba(37, 49, 55, 0.4);
        border-radius: 5px; }
    .cookies-modal .cookies-page--content .cookies-page--content__rigth {
      padding: 15px; }
      .cookies-modal .cookies-page--content .cookies-page--content__rigth div {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
      .cookies-modal .cookies-page--content .cookies-page--content__rigth h3, .cookies-modal .cookies-page--content .cookies-page--content__rigth .hero-banner .hero-banner_cta h1, .hero-banner .hero-banner_cta .cookies-modal .cookies-page--content .cookies-page--content__rigth h1, .cookies-modal .cookies-page--content .cookies-page--content__rigth .hero-banner .hero-banner_cta .step .one .text-container h2, .hero-banner .hero-banner_cta .step .one .text-container .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .step .one .text-container .hero-banner .hero-banner_cta h2, .step .one .text-container .hero-banner .hero-banner_cta .cookies-modal .cookies-page--content .cookies-page--content__rigth h2,
      .cookies-modal .cookies-page--content .cookies-page--content__rigth .hero-banner .hero-banner_cta .step .two .text-container h2, .hero-banner .hero-banner_cta .step .two .text-container .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .step .two .text-container .hero-banner .hero-banner_cta h2, .step .two .text-container .hero-banner .hero-banner_cta .cookies-modal .cookies-page--content .cookies-page--content__rigth h2,
      .cookies-modal .cookies-page--content .cookies-page--content__rigth .hero-banner .hero-banner_cta .step .three .text-container h2, .hero-banner .hero-banner_cta .step .three .text-container .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .step .three .text-container .hero-banner .hero-banner_cta h2, .step .three .text-container .hero-banner .hero-banner_cta .cookies-modal .cookies-page--content .cookies-page--content__rigth h2,
      .cookies-modal .cookies-page--content .cookies-page--content__rigth .hero-banner .hero-banner_cta .step .four .text-container h2, .hero-banner .hero-banner_cta .step .four .text-container .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .step .four .text-container .hero-banner .hero-banner_cta h2, .step .four .text-container .hero-banner .hero-banner_cta .cookies-modal .cookies-page--content .cookies-page--content__rigth h2,
      .cookies-modal .cookies-page--content .cookies-page--content__rigth .hero-banner .hero-banner_cta .download .text-container h2, .hero-banner .hero-banner_cta .download .text-container .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .download .text-container .hero-banner .hero-banner_cta h2, .download .text-container .hero-banner .hero-banner_cta .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .hero-banner .hero-banner_cta .start-buying .postalcode-selecction h2, .hero-banner .hero-banner_cta .start-buying .postalcode-selecction .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .start-buying .postalcode-selecction .hero-banner .hero-banner_cta h2, .start-buying .postalcode-selecction .hero-banner .hero-banner_cta .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .hero-banner .hero-banner_cta .why .container h2, .hero-banner .hero-banner_cta .why .container .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .why .container .hero-banner .hero-banner_cta h2, .why .container .hero-banner .hero-banner_cta .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .hero-banner .hero-banner_cta .why .masonry h2, .hero-banner .hero-banner_cta .why .masonry .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .why .masonry .hero-banner .hero-banner_cta h2, .why .masonry .hero-banner .hero-banner_cta .cookies-modal .cookies-page--content .cookies-page--content__rigth h2, .cookies-modal .cookies-page--content .cookies-page--content__rigth .hero-banner .hero-banner_cta .faqs.container h2.h1, .hero-banner .hero-banner_cta .faqs.container .cookies-modal .cookies-page--content .cookies-page--content__rigth h2.h1, .cookies-modal .cookies-page--content .cookies-page--content__rigth .faqs.container .hero-banner .hero-banner_cta h2.h1, .faqs.container .hero-banner .hero-banner_cta .cookies-modal .cookies-page--content .cookies-page--content__rigth h2.h1, .cookies-modal .cookies-page--content .cookies-page--content__rigth .hero-banner .hero-banner_cta .legales.container h2.h1, .hero-banner .hero-banner_cta .legales.container .cookies-modal .cookies-page--content .cookies-page--content__rigth h2.h1, .cookies-modal .cookies-page--content .cookies-page--content__rigth .legales.container .hero-banner .hero-banner_cta h2.h1, .legales.container .hero-banner .hero-banner_cta .cookies-modal .cookies-page--content .cookies-page--content__rigth h2.h1 {
        font-weight: bold;
        text-align: left;
        font-size: 1rem;
        line-height: normal;
        font-weight: 700;
        font-family: sans-serif;
        letter-spacing: normal;
        text-transform: none; }
      .cookies-modal .cookies-page--content .cookies-page--content__rigth p {
        margin-top: 15px;
        color: #aaa;
        text-align: left;
        max-width: none;
        font-size: 1rem;
        line-height: normal;
        font-weight: 400;
        font-family: sans-serif; }
  .cookies-modal label {
    font-size: 16px !important; }
  .cookies-modal li {
    text-align: start; }
  .cookies-modal p.p.grey.light {
    margin-bottom: 20px; }
  .cookies-modal .cookies-page--footer {
    height: 15%;
    padding: 0px 15px;
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: 10px 0px; }
    @media (max-width: 693px) {
      .cookies-modal .cookies-page--footer {
        flex-direction: column;
        margin: 0 10px;
        justify-content: center; } }
    @media (max-width: 693px) {
      .cookies-modal .cookies-page--footer .rigthbtn {
        display: flex;
        flex-direction: column; } }
    .cookies-modal .cookies-page--footer .btn {
      position: relative;
      display: inline-block;
      cursor: pointer;
      font-family: 'montserratregular';
      font-size: 1.2rem;
      line-height: 1;
      text-decoration: none;
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media (max-width: 964px) {
        .cookies-modal .cookies-page--footer .btn {
          font-size: 0.8rem; } }
      @media (max-width: 693px) {
        .cookies-modal .cookies-page--footer .btn {
          width: 70vw;
          min-width: 70vw;
          max-width: 70vw;
          text-align: center;
          margin-top: 10px; } }
    .cookies-modal .cookies-page--footer .btn.normal {
      width: auto;
      height: auto;
      min-height: 50px;
      padding: 16px 30px;
      border-radius: 25px; }
      @media (max-width: 767px) {
        .cookies-modal .cookies-page--footer .btn.normal {
          padding: 10px 20px;
          min-height: none; } }
    .cookies-modal .cookies-page--footer .btn.blue {
      color: #fff;
      background-color: #149388; }
    .cookies-modal .cookies-page--footer button {
      margin-right: 20px; }
  .cookies-modal .cookies-page-button {
    width: auto;
    height: auto;
    min-height: 50px;
    padding: 16px 30px;
    border-radius: 25px;
    color: #FFFFFF;
    background-color: #149388; }
    @media (max-width: 500px) {
      .cookies-modal .cookies-page-button {
        margin: 5px 0;
        display: flex;
        min-height: 30px;
        height: 30px;
        font-size: 0.8rem;
        justify-content: center;
        align-items: center;
        min-width: 30px;
        max-width: 300px;
        width: 80vw; } }

.btn.switch {
  width: 60px;
  height: 30px; }
  .btn.switch label {
    display: inline; }
  .btn.switch input[type="checkbox"].switch {
    position: absolute;
    opacity: 0; }
  .btn.switch input[type="checkbox"].switch + div {
    display: inline-block;
    width: 60px;
    height: 30px;
    border-radius: calc(30px/ 2);
    background-color: #7e878f;
    -webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    -moz-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    -ms-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    -o-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer; }
  .btn.switch input[type="checkbox"].switch + div i {
    display: block; }
  .btn.switch input[type="checkbox"].switch + div span {
    position: absolute;
    font-size: 1.6rem;
    color: #ffffff; }
  .btn.switch input[type="checkbox"].switch:checked + div {
    background-position: 0 0;
    background-color: #5cb030; }
  .btn.switch input[type="checkbox"].switch + div > div {
    position: relative;
    float: left;
    width: calc(50% - 4px);
    height: calc(100% - 4px);
    border-radius: inherit;
    background: #ffffff;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(1, 0, 0, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(1, 0, 0, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    pointer-events: none;
    margin-top: 2px;
    margin-left: 2px; }
  .btn.switch input[type="checkbox"].switch:checked + div > div,
  .btn.switch input[type="checkbox"].switch.checked + div > div {
    -webkit-transform: translateX(100%) translateX(4px);
    -moz-transform: translateX(100%) translateX(4px);
    -ms-transform: translateX(100%) translateX(4px);
    transform: translateX(100%) translateX(4px);
    background-color: #ffffff; }

/* ==========================================================================
   UI - Legales y FAQs
 ========================================================================== */
.legales.container,
.faqs.container {
  margin-top: 100px;
  background-color: #ffffff; }
  @media (min-width: 1px) and (max-width: 767px) {
    .legales.container #gastos,
    .faqs.container #gastos {
      padding-top: 1px; } }
  .legales.container aside.sections-menu,
  .faqs.container aside.sections-menu {
    position: fixed;
    margin-top: 100px;
    right: 0; }
    .legales.container aside.sections-menu ul li,
    .faqs.container aside.sections-menu ul li {
      margin-bottom: 24px; }
      .legales.container aside.sections-menu ul li a,
      .faqs.container aside.sections-menu ul li a {
        font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
        font-size: 16px;
        color: #7e878f; }
        .legales.container aside.sections-menu ul li a.active,
        .faqs.container aside.sections-menu ul li a.active {
          font-family: 'montserratregular', 'Helvetica Neue', helvetica, sans-serif;
          color: #253137; }
    @media (min-width: 1px) and (max-width: 767px) {
      .legales.container aside.sections-menu,
      .faqs.container aside.sections-menu {
        display: none; } }
  .legales.container article,
  .faqs.container article {
    background-color: #ffffff;
    margin-bottom: 200px; }
  .legales.container h1:not(.blue), .legales.container .step .one .text-container h2:not(.blue), .step .one .text-container .legales.container h2:not(.blue),
  .legales.container .step .two .text-container h2:not(.blue), .step .two .text-container .legales.container h2:not(.blue),
  .legales.container .step .three .text-container h2:not(.blue), .step .three .text-container .legales.container h2:not(.blue),
  .legales.container .step .four .text-container h2:not(.blue), .step .four .text-container .legales.container h2:not(.blue),
  .legales.container .download .text-container h2:not(.blue), .download .text-container .legales.container h2:not(.blue), .legales.container .start-buying .postalcode-selecction h2:not(.blue), .start-buying .postalcode-selecction .legales.container h2:not(.blue), .why .legales.container h2:not(.blue), .legales.container .why .masonry h2:not(.blue), .legales.container h2.h1:not(.blue),
  .legales.container h1:not(.small),
  .legales.container .step .one .text-container h2:not(.small),
  .step .one .text-container .legales.container h2:not(.small),
  .legales.container .step .two .text-container h2:not(.small),
  .step .two .text-container .legales.container h2:not(.small),
  .legales.container .step .three .text-container h2:not(.small),
  .step .three .text-container .legales.container h2:not(.small),
  .legales.container .step .four .text-container h2:not(.small),
  .step .four .text-container .legales.container h2:not(.small),
  .legales.container .download .text-container h2:not(.small),
  .download .text-container .legales.container h2:not(.small),
  .legales.container .start-buying .postalcode-selecction h2:not(.small),
  .start-buying .postalcode-selecction .legales.container h2:not(.small),
  .why .legales.container h2:not(.small),
  .legales.container .why .masonry h2:not(.small),
  .legales.container h2.h1:not(.small),
  .faqs.container h1:not(.blue),
  .faqs.container .step .one .text-container h2:not(.blue),
  .step .one .text-container .faqs.container h2:not(.blue),
  .faqs.container .step .two .text-container h2:not(.blue),
  .step .two .text-container .faqs.container h2:not(.blue),
  .faqs.container .step .three .text-container h2:not(.blue),
  .step .three .text-container .faqs.container h2:not(.blue),
  .faqs.container .step .four .text-container h2:not(.blue),
  .step .four .text-container .faqs.container h2:not(.blue),
  .faqs.container .download .text-container h2:not(.blue),
  .download .text-container .faqs.container h2:not(.blue),
  .faqs.container .start-buying .postalcode-selecction h2:not(.blue),
  .start-buying .postalcode-selecction .faqs.container h2:not(.blue),
  .why .faqs.container h2:not(.blue),
  .faqs.container .why .masonry h2:not(.blue),
  .faqs.container h2.h1:not(.blue),
  .faqs.container h1:not(.small),
  .faqs.container .step .one .text-container h2:not(.small),
  .step .one .text-container .faqs.container h2:not(.small),
  .faqs.container .step .two .text-container h2:not(.small),
  .step .two .text-container .faqs.container h2:not(.small),
  .faqs.container .step .three .text-container h2:not(.small),
  .step .three .text-container .faqs.container h2:not(.small),
  .faqs.container .step .four .text-container h2:not(.small),
  .step .four .text-container .faqs.container h2:not(.small),
  .faqs.container .download .text-container h2:not(.small),
  .download .text-container .faqs.container h2:not(.small),
  .faqs.container .start-buying .postalcode-selecction h2:not(.small),
  .start-buying .postalcode-selecction .faqs.container h2:not(.small),
  .why .faqs.container h2:not(.small),
  .faqs.container .why .masonry h2:not(.small),
  .faqs.container h2.h1:not(.small) {
    margin-top: 80px;
    margin-bottom: 40px; }
  .legales.container h2,
  .faqs.container h2 {
    margin-top: 30px;
    margin-bottom: 30px; }
  .legales.container h1.small, .legales.container .step .one .text-container h2.small, .step .one .text-container .legales.container h2.small,
  .legales.container .step .two .text-container h2.small, .step .two .text-container .legales.container h2.small,
  .legales.container .step .three .text-container h2.small, .step .three .text-container .legales.container h2.small,
  .legales.container .step .four .text-container h2.small, .step .four .text-container .legales.container h2.small,
  .legales.container .download .text-container h2.small, .download .text-container .legales.container h2.small, .legales.container .start-buying .postalcode-selecction h2.small, .start-buying .postalcode-selecction .legales.container h2.small, .why .legales.container h2.small, .legales.container .why .masonry h2.small, .legales.container h2.small.h1,
  .faqs.container h1.small,
  .faqs.container .step .one .text-container h2.small,
  .step .one .text-container .faqs.container h2.small,
  .faqs.container .step .two .text-container h2.small,
  .step .two .text-container .faqs.container h2.small,
  .faqs.container .step .three .text-container h2.small,
  .step .three .text-container .faqs.container h2.small,
  .faqs.container .step .four .text-container h2.small,
  .step .four .text-container .faqs.container h2.small,
  .faqs.container .download .text-container h2.small,
  .download .text-container .faqs.container h2.small,
  .faqs.container .start-buying .postalcode-selecction h2.small,
  .start-buying .postalcode-selecction .faqs.container h2.small,
  .why .faqs.container h2.small,
  .faqs.container .why .masonry h2.small,
  .faqs.container h2.small.h1 {
    font-family: 'montserrathairline', 'Helvetica Neue', helvetica, sans-serif;
    font-size: 32px; }
  .legales.container h1.blue, .legales.container .step .one .text-container h2.blue, .step .one .text-container .legales.container h2.blue,
  .legales.container .step .two .text-container h2.blue, .step .two .text-container .legales.container h2.blue,
  .legales.container .step .three .text-container h2.blue, .step .three .text-container .legales.container h2.blue,
  .legales.container .step .four .text-container h2.blue, .step .four .text-container .legales.container h2.blue,
  .legales.container .download .text-container h2.blue, .download .text-container .legales.container h2.blue, .legales.container .start-buying .postalcode-selecction h2.blue, .start-buying .postalcode-selecction .legales.container h2.blue, .why .legales.container h2.blue, .legales.container .why .masonry h2.blue, .legales.container h2.blue.h1,
  .faqs.container h1.blue,
  .faqs.container .step .one .text-container h2.blue,
  .step .one .text-container .faqs.container h2.blue,
  .faqs.container .step .two .text-container h2.blue,
  .step .two .text-container .faqs.container h2.blue,
  .faqs.container .step .three .text-container h2.blue,
  .step .three .text-container .faqs.container h2.blue,
  .faqs.container .step .four .text-container h2.blue,
  .step .four .text-container .faqs.container h2.blue,
  .faqs.container .download .text-container h2.blue,
  .download .text-container .faqs.container h2.blue,
  .faqs.container .start-buying .postalcode-selecction h2.blue,
  .start-buying .postalcode-selecction .faqs.container h2.blue,
  .why .faqs.container h2.blue,
  .faqs.container .why .masonry h2.blue,
  .faqs.container h2.blue.h1 {
    font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
    color: #149388;
    margin-bottom: 120px; }
    .legales.container h1.blue:before, .legales.container .step .one .text-container h2.blue:before, .step .one .text-container .legales.container h2.blue:before,
    .legales.container .step .two .text-container h2.blue:before, .step .two .text-container .legales.container h2.blue:before,
    .legales.container .step .three .text-container h2.blue:before, .step .three .text-container .legales.container h2.blue:before,
    .legales.container .step .four .text-container h2.blue:before, .step .four .text-container .legales.container h2.blue:before,
    .legales.container .download .text-container h2.blue:before, .download .text-container .legales.container h2.blue:before, .legales.container .start-buying .postalcode-selecction h2.blue:before, .start-buying .postalcode-selecction .legales.container h2.blue:before, .why .legales.container h2.blue:before, .legales.container .why .masonry h2.blue:before, .legales.container h2.blue.h1:before,
    .faqs.container h1.blue:before,
    .faqs.container .step .one .text-container h2.blue:before,
    .step .one .text-container .faqs.container h2.blue:before,
    .faqs.container .step .two .text-container h2.blue:before,
    .step .two .text-container .faqs.container h2.blue:before,
    .faqs.container .step .three .text-container h2.blue:before,
    .step .three .text-container .faqs.container h2.blue:before,
    .faqs.container .step .four .text-container h2.blue:before,
    .step .four .text-container .faqs.container h2.blue:before,
    .faqs.container .download .text-container h2.blue:before,
    .download .text-container .faqs.container h2.blue:before,
    .faqs.container .start-buying .postalcode-selecction h2.blue:before,
    .start-buying .postalcode-selecction .faqs.container h2.blue:before,
    .why .faqs.container h2.blue:before,
    .faqs.container .why .masonry h2.blue:before,
    .faqs.container h2.blue.h1:before {
      content: '';
      position: absolute;
      width: 90%;
      height: 1px;
      top: 160px;
      left: 30px;
      background-color: #149388; }
      @media (min-width: 1px) and (max-width: 767px) {
        .legales.container h1.blue:before, .legales.container .step .one .text-container h2.blue:before, .step .one .text-container .legales.container h2.blue:before,
        .legales.container .step .two .text-container h2.blue:before, .step .two .text-container .legales.container h2.blue:before,
        .legales.container .step .three .text-container h2.blue:before, .step .three .text-container .legales.container h2.blue:before,
        .legales.container .step .four .text-container h2.blue:before, .step .four .text-container .legales.container h2.blue:before,
        .legales.container .download .text-container h2.blue:before, .download .text-container .legales.container h2.blue:before, .legales.container .start-buying .postalcode-selecction h2.blue:before, .start-buying .postalcode-selecction .legales.container h2.blue:before, .why .legales.container h2.blue:before, .legales.container .why .masonry h2.blue:before, .legales.container h2.blue.h1:before,
        .faqs.container h1.blue:before,
        .faqs.container .step .one .text-container h2.blue:before,
        .step .one .text-container .faqs.container h2.blue:before,
        .faqs.container .step .two .text-container h2.blue:before,
        .step .two .text-container .faqs.container h2.blue:before,
        .faqs.container .step .three .text-container h2.blue:before,
        .step .three .text-container .faqs.container h2.blue:before,
        .faqs.container .step .four .text-container h2.blue:before,
        .step .four .text-container .faqs.container h2.blue:before,
        .faqs.container .download .text-container h2.blue:before,
        .download .text-container .faqs.container h2.blue:before,
        .faqs.container .start-buying .postalcode-selecction h2.blue:before,
        .start-buying .postalcode-selecction .faqs.container h2.blue:before,
        .why .faqs.container h2.blue:before,
        .faqs.container .why .masonry h2.blue:before,
        .faqs.container h2.blue.h1:before {
          display: none; } }
  .legales.container h2.table-title,
  .faqs.container h2.table-title {
    font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
    font-size: 20px;
    color: #7e878f;
    line-height: 1.4;
    margin-left: 20px;
    margin-bottom: 10px; }
  .legales.container .table-footer,
  .faqs.container .table-footer {
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 60px; }
    .legales.container .table-footer b,
    .faqs.container .table-footer b {
      font-family: 'montserratregular', 'Helvetica Neue', helvetica, sans-serif; }
  .legales.container table,
  .faqs.container table {
    width: 100%;
    font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
    font-size: 16px;
    color: #7e878f;
    line-height: 1.4;
    border-top: 1px solid rgba(126, 135, 143, 0.4);
    margin-bottom: 20px; }
    .legales.container table tr,
    .faqs.container table tr {
      height: 40px; }
      .legales.container table tr td,
      .faqs.container table tr td {
        padding-left: 20px;
        padding-right: 20px; }
        .legales.container table tr td.line,
        .faqs.container table tr td.line {
          border-right: 1px solid rgba(126, 135, 143, 0.3);
          width: 65%; }

a {
  color: #149388; }

.tableCookies {
  width: 100%;
  font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 16px;
  color: #7e878f;
  line-height: 1.4;
  border: 1px solid rgba(126, 135, 143, 0.4);
  margin-bottom: 20px;
  border-collapse: collapse; }

.tr_tittle {
  background-color: #f6fbff; }

.tr_normal {
  border: 1px solid rgba(126, 135, 143, 0.4); }

.td_normal {
  border: 1px solid rgba(126, 135, 143, 0.4); }

.faqs.container p {
  font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 16px;
  color: #7e878f;
  line-height: 1.6;
  max-width: none; }
  @media (min-width: 1px) and (max-width: 767px) {
    .faqs.container p {
      font-size: 16px; } }
  .faqs.container p a {
    color: #149388; }
    .faqs.container p a:hover {
      text-decoration: underline; }

.legales.container p {
  font-family: 'montserratlight', 'Helvetica Neue', helvetica, sans-serif;
  font-size: 16px;
  color: #7e878f;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: none; }
  @media (min-width: 1px) and (max-width: 767px) {
    .legales.container p {
      font-size: 16px; } }
  .legales.container p a {
    color: #149388; }
    .legales.container p a:hover {
      text-decoration: underline; }

.legales.container article ul {
  margin-bottom: 30px; }
  .legales.container article ul li {
    padding-left: 30px; }
    .legales.container article ul li:before {
      content: '';
      position: relative;
      display: inline-block;
      top: 17px;
      left: -17px;
      width: 9px;
      height: 2px;
      background-color: #149388; }
    .legales.container article ul li p {
      margin: 0; }

/* ==========================================================================
   UI - Recupera
 ========================================================================== */
.recover-view {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(#7b529c 1%, #7b529c 95%);
  background: #7b529c;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAxOTVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwNWZjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(bottom, #7b529c 1%, #00c2e2 95%);
  background: -webkit-linear-gradient(bottom, #7b529c 1%, #00c2e2 95%);
  background: -o-linear-gradient(bottom, #7b529c 1%, #00c2e2 95%);
  background: -ms-linear-gradient(bottom, #7b529c 1%, #00c2e2 95%);
  background: linear-gradient(to top, #7b529c 1%, #00c2e2 95%); }
  .recover-view .wrapper {
    position: absolute;
    display: block;
    max-width: 400px;
    width: 400px;
    height: 520px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    .recover-view .wrapper .logo {
      text-align: center; }
      .recover-view .wrapper .logo h2, .recover-view .wrapper .logo p {
        padding: 0;
        color: #ffffff;
        margin-top: 36px; }
      .recover-view .wrapper .logo p {
        font-size: 16px;
        margin-bottom: 36px; }
    .recover-view .wrapper form {
      text-align: center; }
      .recover-view .wrapper form input {
        width: 300px;
        height: 40px;
        padding: 0 20px;
        border-radius: 20px;
        font-size: 16px;
        font-family: 'montserratlight';
        text-rendering: geometricPrecision;
        text-align: left;
        padding-left: 20px;
        background-color: rgba(37, 49, 55, 0.15);
        border: 2px solid transparent;
        margin-bottom: 20px;
        color: #ffffff; }
        .recover-view .wrapper form input::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: white; }
        .recover-view .wrapper form input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: white;
          opacity: 1; }
        .recover-view .wrapper form input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: white;
          opacity: 1; }
        .recover-view .wrapper form input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: white; }
      .recover-view .wrapper form .traffic-light {
        position: relative;
        display: inline-block;
        top: 5px;
        left: -36px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #00CA56;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0; }
        .recover-view .wrapper form .traffic-light.warning {
          opacity: 1;
          background-color: #EACA56; }
        .recover-view .wrapper form .traffic-light.ok {
          opacity: 1;
          background-color: #00CA56; }
        .recover-view .wrapper form .traffic-light.error {
          opacity: 1;
          background-color: red; }
      .recover-view .wrapper form p {
        font-size: 14px;
        color: #ffffff;
        opacity: 0.7;
        margin-bottom: 20px; }
      .recover-view .wrapper form .btn-text {
        min-width: 165px;
        text-align: center;
        height: 50px;
        border-radius: 25px; }

/* ==========================================================================
   UI - Termino
 ========================================================================== */
body#terminos {
  background-color: #ffffff !important; }

.terms-view {
  background: white; }
  .terms-view .wrapper {
    position: absolute;
    display: block;
    max-width: 800px;
    width: 800px;
    height: 520px;
    margin-top: 350px;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    .terms-view .wrapper .logotype {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      text-align: center; }
    .terms-view .wrapper .symbol {
      margin: 20px 0;
      display: inline-block; }
    .terms-view .wrapper .logo {
      display: inline-block;
      margin-left: 10px;
      -webkit-transform: translate3d(0, -10px, 0);
      -moz-transform: translate3d(0, -10px, 0);
      -ms-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0); }
      .terms-view .wrapper .logo h2, .terms-view .wrapper .logo p {
        padding: 0;
        color: #ffffff;
        margin-top: 36px; }
      .terms-view .wrapper .logo p {
        font-size: 16px;
        margin-bottom: 36px; }
    .terms-view .wrapper .icon_blue {
      fill: #149388; }
    .terms-view .wrapper .icon_grey {
      fill: rgba(37, 49, 55, 0.4); }
    .terms-view .wrapper form {
      text-align: center; }
      .terms-view .wrapper form input {
        width: 300px;
        height: 40px;
        padding: 0 20px;
        border-radius: 20px;
        font-size: 16px;
        font-family: 'montserratlight';
        text-rendering: geometricPrecision;
        text-align: left;
        padding-left: 20px;
        background-color: rgba(37, 49, 55, 0.15);
        border: 2px solid transparent;
        margin-bottom: 20px;
        color: #253137; }
        .terms-view .wrapper form input::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: white; }
        .terms-view .wrapper form input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: white;
          opacity: 1; }
        .terms-view .wrapper form input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: white;
          opacity: 1; }
        .terms-view .wrapper form input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: white; }
      .terms-view .wrapper form .traffic-light {
        position: relative;
        display: inline-block;
        top: 5px;
        left: -36px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #00CA56;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        opacity: 0; }
        .terms-view .wrapper form .traffic-light.warning {
          opacity: 1;
          background-color: #EACA56; }
        .terms-view .wrapper form .traffic-light.ok {
          opacity: 1;
          background-color: #00CA56; }
        .terms-view .wrapper form .traffic-light.error {
          opacity: 1;
          background-color: red; }
      .terms-view .wrapper form p {
        font-size: 14px;
        color: #253137;
        opacity: 0.7;
        margin-bottom: 30px;
        margin-top: 10px;
        max-width: 800px !important; }
      .terms-view .wrapper form .btn-text {
        min-width: 165px;
        text-align: center;
        height: 50px;
        border-radius: 25px; }
  @media only screen and (max-width: 768px) {
    .terms-view .wrapper {
      max-width: 600px;
      width: 600px;
      margin-top: 250px; }
      .terms-view .wrapper p {
        max-width: 600px !important; }
      .terms-view .wrapper form .btn-text {
        height: 115px;
        margin-bottom: 30px; } }
  @media only screen and (max-width: 599px) {
    .terms-view .wrapper {
      max-width: 550px;
      width: 550px;
      margin-top: 250px; }
      .terms-view .wrapper p {
        max-width: 550px !important; }
      .terms-view .wrapper form .btn-text {
        height: 115px;
        margin-bottom: 30px; } }
  @media only screen and (max-width: 400px) {
    .terms-view .wrapper {
      max-width: 300px;
      width: 300px;
      margin-top: 250px; }
      .terms-view .wrapper p {
        max-width: 550px !important; }
      .terms-view .wrapper form .btn-text {
        height: 115px;
        margin-bottom: 30px; } }

.from-top {
  opacity: 0;
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); }

.from-bottom {
  opacity: 0;
  -webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); }

.from-left {
  opacity: 0;
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  transform: translateX(-120px);
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); }

.from-right {
  opacity: 0;
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -ms-transform: translateX(120px);
  transform: translateX(120px);
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); }

.opacity-transition {
  opacity: 0;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out; }

.scale-transition {
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1); }

.on-screen {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }


/* Estilos para el contenedor del video */
.responsive-video {
  
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
  
}

/* Estilos para la imagen */
.responsive-image {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

/* Media query para pantallas más pequeñas */
@media only screen and (max-width: 768px) {
  .responsive-image {
    width: 80%;
  }

  .responsive-video {
    width: 80%;
    object-fit: contain; /* Asegura que el video no se corte en pantallas más pequeñas */
  }
}