/* Dependencies */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * 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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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;
}
/* Parallax base styles
  --------------------------------------------- */
.parallax {
  height: 900px;
  /* fallback for older browsers */
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
  -webkit-overflow-scrolling: touch;
}
.parallax__group {
  position: relative;
  height: 70%;
  /* fallback for older browsers */
  height: 100vh;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.parallax__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.parallax__layer--fore-2 {
  -webkit-transform: translateZ(120px) scale(0.7);
  -moz-transform: translateZ(120px) scale(0.7);
  -o-transform: translateZ(120px) scale(0.7);
  -ms-transform: translateZ(120px) scale(0.7);
  transform: translateZ(120px) scale(0.7);
  z-index: 10;
}
.parallax__layer--fore-1 {
  -webkit-transform: translateZ(90px) scale(0.7);
  -moz-transform: translateZ(90px) scale(0.7);
  -o-transform: translateZ(90px) scale(0.7);
  -ms-transform: translateZ(90px) scale(0.7);
  transform: translateZ(90px) scale(0.7);
  z-index: 9;
}
.parallax__layer--fore {
  -webkit-transform: translateZ(40px) scale(0.7);
  -moz-transform: translateZ(40px) scale(0.7);
  -o-transform: translateZ(40px) scale(0.7);
  -ms-transform: translateZ(40px) scale(0.7);
  transform: translateZ(40px) scale(0.7);
  z-index: 10;
}
.parallax__layer--base {
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  transform: translateZ(0px);
  z-index: 40;
}
.parallax__layer--back {
  -webkit-transform: translateZ(-300px) scale(2);
  -moz-transform: translateZ(-300px) scale(2);
  -o-transform: translateZ(-300px) scale(2);
  -ms-transform: translateZ(-300px) scale(2);
  transform: translateZ(-300px) scale(2);
  z-index: 30;
}
.parallax__layer--deep {
  -webkit-transform: translateZ(-600px) scale(3);
  -moz-transform: translateZ(-600px) scale(3);
  -o-transform: translateZ(-600px) scale(3);
  -ms-transform: translateZ(-600px) scale(3);
  transform: translateZ(-600px) scale(3);
  z-index: 20;
}
/* demo styles
  --------------------------------------------- */
body,
html {
  overflow: hidden;
}
body {
  font: 100% / 1.5 Arial;
}
* {
  margin: 0;
  padding: 0;
}
.parallax {
  font-size: 200%;
}
/* style the groups
  --------------------------------------------- */
#group1 {
  z-index: 5;
  /* slide over group 2 */
}
#group2 {
  z-index: 3;
  /* slide under groups 1 and 3 */
}
#group3 {
  z-index: 4;
  /* slide over group 2 and 4 */
}
#group4 {
  z-index: 2;
  /* slide under group 3 and 5 */
}
#group4 .parallax__layer--deep {
  background: #b8df65;
}
#group5 {
  z-index: 3;
  /* slide over group 4 and 6 */
}
#group5 .parallax__layer--base {
  background: #d6e564;
}
#group6 {
  z-index: 2;
  /* slide under group 5 and 7 */
}
#group6 .parallax__layer--back {
  background: #f5eb64;
}
#group7 {
  z-index: 3;
  /* slide over group 7 */
}
#group7 .parallax__layer--base {
  background: #fff164;
}
/* misc
  --------------------------------------------- */
.demo__info {
  position: absolute;
  z-index: 100;
  bottom: 1vh;
  top: auto;
  font-size: 80%;
  text-align: center;
  width: 100%;
}
html {
  box-sizing: border-box;
}
.no-pointer-events {
  pointer-events: none;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
::scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
::scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #7DA77D;
}
::scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #7DA77D;
}
img {
  max-width: 85%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  text-decoration: none;
}
html,
body {
  height: 100%;
  min-height: 620px;
}
@font-face {
  font-family: "futura-bold";
  src: url('../fonts/futura-bold.ttf') format('truetype');
}
.container {
  margin: 0 auto;
  position: relative;
}
@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -moz-transform: scale3d(0.9, 0.9, 1);
    -o-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
  100% {
    opacity: 1;
  }
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes float{ 0%   { bottom: 30px; } 50% { bottom: 40px; } 100% { bottom: 30px; }}
@-moz-keyframes float{ 0%   { bottom: 30px; } 50% { bottom: 40px; } 100% { bottom: 30px; }}
@-o-keyframes float{ 0%   { bottom: 30px; } 50% { bottom: 40px; } 100% { bottom: 30px; }}
@keyframes float{ 0%   { bottom: 30px; } 50% { bottom: 40px; } 100% { bottom: 30px; };
}
@keyframes popup {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    -moz-transform: scale3d(0.5, 0.5, 1);
    -o-transform: scale3d(0.5, 0.5, 1);
    -ms-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  60% {
    opacity: .8;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
  }
  75% {
    opacity: .9;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    -moz-transform: scale3d(0.9, 0.9, 1);
    -o-transform: scale3d(0.9, 0.9, 1);
    -ms-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.fade {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: fadein 1500ms ease 300ms;
  -moz-animation: fadein 1500ms ease 300ms;
  -o-animation: fadein 1500ms ease 300ms;
  animation: fadein 1500ms ease 300ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}
.fade-first {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
}
.fade-second {
  -webkit-animation-delay: 900ms;
  -moz-animation-delay: 900ms;
  -o-animation-delay: 900ms;
  animation-delay: 900ms;
}
.fade-third {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.fade-fourth {
  -webkit-animation-delay: 1300ms;
  -moz-animation-delay: 1300ms;
  -o-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
#group1 .parallax__layer--base {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 57% top;
}
.verde #group1 .parallax__layer--base {
  background-image: url(../img/back-verde.jpg);
}
.negro #group1 .parallax__layer--base {
  background-image: url(../img/back-negro.jpg);
}
@media (min-width: 768px) {
  #group1 .parallax__layer--base {
    background-position: center top;
  }
}
#group2 .parallax__layer--back {
  background: url(../img/madera.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
#group3 .parallax__layer--base {
  background: #be7935;
  background: url(../img/back-drink.jpg);
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center;
  min-height: 1500px;
}
@media (min-width: 480px) {
  #group3 .parallax__layer--base {
    min-height: 2800px;
  }
}
.parallax__layer--fore-2 {
  min-height: 1700px;
}
@media (min-width: 768px) {
  .parallax__layer--fore-2 {
    min-height: 3200px;
  }
}
.logotipo {
  position: absolute;
  z-index: 3;
  max-width: 100%;
  top: 15px;
  left: 15px;
  width: 90px;
}
@media (min-width: 768px) {
  .logotipo {
    top: 72px;
    left: 10%;
    width: 137px;
    height: 178px;
  }
}
.logotipo .logo-texto {
  margin-bottom: 15px;
  opacity: 0;
}
.logotipo .logo-texto.show {
  opacity: 1;
}
.modelo {
  position: absolute;
}
.modelo.modelo-bottom {
  opacity: 0;
  bottom: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .modelo.modelo-bottom {
    bottom: 75px;
    right: 75px;
  }
}
.modelo.modelo-top {
  top: 15px;
  right: 15px;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
@media (min-width: 768px) {
  .modelo.modelo-top {
    top: 75px;
    right: 90px;
  }
}
.te-frio {
  max-width: 95%;
  margin-top: 155px;
  width: 54%;
  margin-right: 0;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .te-frio {
    width: auto;
    margin-top: 0;
    margin-left: 27%;
    display: inline-block;
    float: left;
  }
}
.kcal {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
@media (min-width: 768px) {
  .kcal {
    position: initial;
    float: left;
    width: 137px;
    height: 137px;
    display: inline-block;
  }
}
@media (min-width: 900px) {
  .kcal {
    margin-left: 10%;
  }
}
@media (min-width: 1100px) {
  .kcal {
    margin-left: 20%;
  }
}
@media (min-width: 768px) {
  .kcal {
    margin-top: 50px;
  }
}
.parallax__layer .content {
  margin: 0 auto;
  padding: 10px 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .parallax__layer .content {
    padding: 70px 0;
  }
}
.arr {
  width: 32px;
  height: 32px;
  -webkit-transition: 300ms bottom;
  -moz-transition: 300ms bottom;
  -o-transition: 300ms bottom;
  transition: 300ms bottom;
  -webkit-animation: fadein 700ms ease 700ms, float 1300ms infinite;
  -moz-animation: fadein 700ms ease 700ms, float 1300ms infinite;
  -o-animation: fadein 700ms ease 700ms, float 1300ms infinite;
  animation: fadein 700ms ease 700ms, float 1300ms infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  -lh-property: 0;
left:-webkit-calc(50% - 15px);
left:-moz-calc(50% - 15px);
left:calc(50% - 15px);
;
  bottom: 40px;
}
.arr.up {
  position: static;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.arr.up:hover {
  -webkit-transform: scale(1.2) rotate(180deg);
  -moz-transform: scale(1.2) rotate(180deg);
  -o-transform: scale(1.2) rotate(180deg);
  -ms-transform: scale(1.2) rotate(180deg);
  transform: scale(1.2) rotate(180deg);
}
@media (min-width: 768px) {
  .arr {
    width: 62px;
    height: 62px;
    -lh-property: 0;
left:-webkit-calc(50% - 31px);
left:-moz-calc(50% - 31px);
left:calc(50% - 31px);
;
  }
}
.taste-tea {
  margin-bottom: 15px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
@media (min-height: 768px) {
  .taste-tea {
    margin-bottom: 20px;
  }
}
.taste-tea img {
  height: 90px;
}
@media (min-width: 768px) {
  .taste-tea img {
    height: 248px;
    width: 312px;
  }
}
.heading {
  margin-bottom: 15px;
}
.line {
  width: 100%;
  height: 35px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  pointer-events: none;
}
.line-simple {
  background-image: url(../img/line.svg);
}
.line-double {
  display: none;
  background-image: url(../img/lines.svg);
}
@media (min-height: 768px) {
  .line-double {
    display: block;
  }
}
.props {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0);
  cursor: pointer;
  margin: 0 auto 20px;
  max-width: 1000px;
  text-align: center;
  margin: 20px auto 50px;
}
@media (min-height: 668px) {
  .props {
    margin: 0 auto;
  }
}
@media (min-height: 768px) {
  .props {
    margin: 50px auto;
    height: 250px;
  }
}
.prop {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 30%;
  max-height: 150px;
  background-size: 90%;
  background-size: contain;
  float: left;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
.prop:hover {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@media (min-height: 668px) {
  .prop {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .prop {
    width: 20%;
  }
}
@media (min-height: 768px) {
  .prop {
    height: 250px;
    max-height: 180px;
  }
}
.prop-1 {
  background-image: url("../img/props-1.svg");
}
.prop-2 {
  background-image: url("../img/props-2.svg");
}
.prop-3 {
  background-image: url("../img/props-3.svg");
}
.prop-4 {
  background-image: url("../img/props-4.svg");
}
.prop-5 {
  background-image: url("../img/props-5.svg");
}
.block-right img {
  margin-left: 25%;
}
.block-left img {
  margin-right: 25%;
}
.block-margin-top {
  margin-top: 200px;
}
@media (min-width: 768px) {
  .block-margin-top {
    margin-top: 420px;
  }
}
.block {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .block img {
    max-width: 700px;
  }
}
.block-blank {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  pointer-events: none;
}
.block-mejora {
  z-index: 4;
}
@media (min-width: 768px) {
  .block-mejora img {
    max-width: 550px;
  }
}
.footer {
  width: 100%;
  text-align: center;
  font-family: "futura-bold", sans-serif;
  color: white;
  font-size: 16px;
}
.footer .taste-tea {
  width: 250px;
}
.footer div {
  margin-bottom: 15px;
}
.footer .text {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-bottom: 40px;
  margin-top: 40px;
}
.leaf,
.ice {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 43%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.leaf-big {
  text-align: center;
  position: absolute;
  -webkit-transform: translate(7%, -86%);
  -moz-transform: translate(7%, -86%);
  -o-transform: translate(7%, -86%);
  -ms-transform: translate(7%, -86%);
  transform: translate(7%, -86%);
}
.leaf-big-2 {
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-114%, 4%);
  -moz-transform: translate(-114%, 4%);
  -o-transform: translate(-114%, 4%);
  -ms-transform: translate(-114%, 4%);
  transform: translate(-114%, 4%);
  z-index: 1;
}
.ice {
  opacity: .8;
  text-align: center;
  position: absolute;
  z-index: 1;
}
.ice-1 {
  top: 60%;
  right: 36%;
  -webkit-transform: translate(126%, -12%) scale(0.7);
  -moz-transform: translate(126%, -12%) scale(0.7);
  -o-transform: translate(126%, -12%) scale(0.7);
  -ms-transform: translate(126%, -12%) scale(0.7);
  transform: translate(126%, -12%) scale(0.7);
}
.ice-2 {
  top: 21%;
  left: 88%;
  -webkit-transform: translate(-200%, -12%) rotate(12deg) scale(1.1);
  -moz-transform: translate(-200%, -12%) rotate(12deg) scale(1.1);
  -o-transform: translate(-200%, -12%) rotate(12deg) scale(1.1);
  -ms-transform: translate(-200%, -12%) rotate(12deg) scale(1.1);
  transform: translate(-200%, -12%) rotate(12deg) scale(1.1);
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}
.ice-3 {
  top: 58%;
  -webkit-transform: translate(126%, -12%) scale(0.7);
  -moz-transform: translate(126%, -12%) scale(0.7);
  -o-transform: translate(126%, -12%) scale(0.7);
  -ms-transform: translate(126%, -12%) scale(0.7);
  transform: translate(126%, -12%) scale(0.7);
  z-index: 1;
}
.ice-4 {
  top: 55%;
  -webkit-transform: translate(126%, -12%) scale(0.5) rotate(35deg);
  -moz-transform: translate(126%, -12%) scale(0.5) rotate(35deg);
  -o-transform: translate(126%, -12%) scale(0.5) rotate(35deg);
  -ms-transform: translate(126%, -12%) scale(0.5) rotate(35deg);
  transform: translate(126%, -12%) scale(0.5) rotate(35deg);
  z-index: 1;
}
.ice-5 {
  top: 56.5%;
  -webkit-transform: translate(91%, -12%) scale(0.5) rotate(35deg);
  -moz-transform: translate(91%, -12%) scale(0.5) rotate(35deg);
  -o-transform: translate(91%, -12%) scale(0.5) rotate(35deg);
  -ms-transform: translate(91%, -12%) scale(0.5) rotate(35deg);
  transform: translate(91%, -12%) scale(0.5) rotate(35deg);
  z-index: 1;
}
.hide {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  opacity: 0 !important;
}
.logo-demo {
  position: absolute;
  top: 30px;
  left: 35px;
}
.arr-up {
  margin-top: 15px;
  display: inline-block;
}
.social {
  margin: 0 auto 50px auto;
  max-width: 350px;
  text-align: center;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 30px 0;
}
.lnk-social {
  background-image: url(../img/sprite-social.svg);
  width: 51px;
  height: 51px;
  display: inline-block;
  text-indent: -9999px;
  color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
.lnk-social.social-tw {
  background-position: -69px;
}
.lnk-social.social-yt {
  background-position: -137px;
}
.lnk-social + .lnk-social {
  margin-left: 20px;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes tada{ @keyframes tada  0% { -webkit-transform: scale3d(1, 1, 1) } 10%, 20% { -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg) } 30%, 50%, 70%, 90% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg) } 40%, 60%, 80% { -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg) } 100% { -webkit-transform: scale3d(1, 1, 1) } }}
@-moz-keyframes tada{ @keyframes tada  0% { -moz-transform: scale3d(1, 1, 1) } 10%, 20% { -moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg) } 30%, 50%, 70%, 90% { -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg) } 40%, 60%, 80% { -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg) } 100% { -moz-transform: scale3d(1, 1, 1) } }}
@-o-keyframes tada{ @keyframes tada  0% { -o-transform: scale3d(1, 1, 1) } 10%, 20% { -o-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg) } 30%, 50%, 70%, 90% { -o-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg) } 40%, 60%, 80% { -o-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg) } 100% { -o-transform: scale3d(1, 1, 1) } }}
@keyframes tada{ @keyframes tada  0% {-webkit-transform: scale3d(1, 1, 1);-moz-transform: scale3d(1, 1, 1);-ms-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);} 10%, 20% {-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);-moz-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);} 30%, 50%, 70%, 90% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);-moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);} 40%, 60%, 80% {-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);-moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);} 100% {-webkit-transform: scale3d(1, 1, 1);-moz-transform: scale3d(1, 1, 1);-ms-transform: scale3d(1, 1, 1);transform: scale3d(1, 1, 1);} };
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
.beneficios {
  position: relative;
  top: -60px;
}
.logo-full {
  opacity: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  position: absolute;
  left: 0;
  top: 12px;
}
.logo-full.active {
  top: 32px;
  opacity: 1;
}
