/* HTML5 Boilerplate
 * ==|== normalize.css ==========================================================
 */
* {
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  height: 100%; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #efe5d5;
  color: #fff;
  text-shadow: none; }

a {
  color: #00e;
  text-decoration: none; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 0;
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

input:invalid, textarea:invalid {
  /* background-color: #f0dddd; */ }

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

td {
  vertical-align: top; }

/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

/**
 * fullPage 2.1.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
@media all and (min-width: 681px) {
  html.inicio, html.home, body.inicio, body.home {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: transparent; }

  #superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none; }

  .fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box; }

  .fp-slide {
    float: left; }

  .fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block; }

  .fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out; }

  .fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width: 100%; }

  .fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%; }

  .fp-slidesContainer {
    float: left;
    position: relative; }

  .fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px; }

  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }

  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

  .fp-scrollable {
    overflow: scroll; }

  .fp-easing {
    -webkit-transition: all 0.7s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.7s ease-out; }

  #fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    z-index: 900; }

  #fp-nav.right {
    right: 17px; }

  #fp-nav.left {
    left: 17px; }

  .fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1; }

  .fp-slidesNav.bottom {
    bottom: 17px; }

  .fp-slidesNav.top {
    top: 17px; }

  #fp-nav ul,
  .fp-slidesNav ul {
    margin: 0;
    padding: 0; }

  #fp-nav li,
  .fp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative; }

  .fp-slidesNav li {
    display: inline-block; }

  #fp-nav li a,
  .fp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none; }

  #fp-nav li .active span,
  .fp-slidesNav .active span {
    background: #000; }

  #fp-nav span,
  .fp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 900; }

  .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px; }

  .fp-tooltip.right {
    right: 20px; }

  .fp-tooltip.left {
    left: 20px; } }
@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/myr/MYRIADPRO-REGULAR.woff") format("woff"); }
@font-face {
  font-family: 'Myriad Pro Semi';
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/myr/MYRIADPRO-SEMIBOLD.woff") format("woff"); }
* {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Myriad Pro Regular';
  background: white;
  color: #9a999e;
  font-size: 100%; }

* li {
  list-style: none; }
  * li li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }

a,
a:visited {
  color: #4f4e50; }
  a:hover,
  a:visited:hover {
    color: #eb740d; }

svg {
  position: absolute;
  top: 0;
  left: 0; }

.page {
  overflow: hidden; }

.row {
  width: 100%;
  margin: 50px 0;
  overflow: hidden;
  *zoom: 1; }

.col {
  float: left;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.full, .contact-us .container .row-2 .col h3, .contacto .container .row-2 .col h3 {
  width: 100%; }

.half {
  width: 49.5%;
  margin-right: 1%; }

.third {
  width: 32.666666666666664%;
  margin-right: 1%; }

.omega, .contact-us .container .row-2 .col.col-3, .contacto .container .row-2 .col.col-3 {
  margin-right: 0; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  /*reset for mobile browsers */
  font-weight: normal;
  text-shadow: 0 0 0; }

.orange {
  color: #eb740d; }

.blue {
  color: #4675b8; }

form {
  text-align: right; }
  form input, form textarea, form select {
    float: left;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0 15px;
    line-height: 100%;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    background-color: #F1F1F1;
    border: 1px solid #ddd;
    border-top-color: #999;
    border-radius: 5px; }
    form input:focus, form textarea:focus, form select:focus {
      outline: 0px solid transparent;
      border: 1px solid #f7aa67;
      border-top: 1px solid #eb740d;
      box-shadow: inset 0 0 5px 1px #fce0c8; }
  form input[type="submit"] {
    background-color: #4f4e50;
    color: white;
    width: auto;
    position: relative;
    float: right;
    border: none; }
  form textarea {
    height: 80px; }

button:focus {
  outline: 0px solid transparent;
  border: 1px solid #eb740d; }

@media all and (max-width: 2560px) and (min-width: 1281px) {
  .container {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px; }
    .container:after {
      content: " ";
      display: block;
      clear: both; } }
@media all and (max-width: 1280px) and (min-width: 881px) {
  .container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px; }
    .container:after {
      content: " ";
      display: block;
      clear: both; } }
@media all and (max-width: 880px) and (min-width: 681px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px; }
    .container:after {
      content: " ";
      display: block;
      clear: both; } }
@media all and (max-width: 680px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px; }
    .container:after {
      content: " ";
      display: block;
      clear: both; } }
.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 700; }

.bar-top {
  position: relative;
  background: black;
  width: 100%;
  height: 24px;
  border-top: #eb740d 1px solid;
  display: block;
  font-size: 10px;
  font-weight: bold;
  z-index: 900; }

.bar-bottom {
  height: 76px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  padding-top: 16px;
  z-index: 800; }

.logo {
  float: left;
  margin: 0; }

.nav-social {
  position: absolute;
  display: block;
  top: -2px;
  right: 100px;
  height: 24px;
  width: 48px;
  color: white; }
  .nav-social a {
    position: relative;
    height: 24px;
    width: 24px;
    margin: 0;
    padding: 0;
    float: left;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
    .nav-social a img {
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .nav-social a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

.nav-lang {
  position: absolute;
  cursor: pointer;
  right: 0;
  margin-right: 30px;
  padding: 0;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  color: white;
  z-index: 900; }
  .nav-lang .langs {
    top: 23px;
    background: black;
    position: absolute;
    left: -10px;
    padding: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    @media screen and (max-width: 680px) {
      .nav-lang .langs {
        left: auto;
        right: -10px; } }
    .nav-lang .langs a {
      font-size: 12px;
      line-height: 28px;
      height: 25px;
      vertical-align: middle;
      padding: 0 15px 0 40px;
      display: block;
      color: white; }
      .nav-lang .langs a.en-toggle {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAIAAACgpqunAAAAiUlEQVR4AaWSUQrDMAxD9bftINn97yd5WYyZwdmSBlbE4xVaVLUFWvc8S3h78H4djEv1ktOIFu4cMSfD9csRVcOSaH1VpeqY7rSPf4VWvTa3oJ+eDObcXDbTuQ1iZDKSq7RvnoaFHAarN5nk0muzOWuMm8eBjj5pZHbIeLTWWDw3X/7JWhD9j+MNAnol85NMM/cAAAAASUVORK5CYII=') no-repeat 10px center; }
      .nav-lang .langs a.es-toggle {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAIAAACgpqunAAAAG0lEQVR4AWP8zcHJQC4YsprfctBL86jmkZjCAMGqFA8WkcJXAAAAAElFTkSuQmCC') no-repeat 10px center; }
    .nav-lang .langs.collapsed {
      height: 0;
      overflow: hidden;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .nav-lang .langs.expanded {
      height: 53px;
      overflow: hidden;
      z-index: 900;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
      opacity: 0.9; }

.nav-main {
  float: right;
  margin: 0;
  z-index: 900; }
  .nav-main .nav-toggle {
    display: none;
    z-index: 900; }
  .nav-main .page-links {
    font-size: 0;
    z-index: 800;
    overflow: hidden; }
    .nav-main .page-links a {
      height: 50px;
      padding: 15px;
      font-family: 'Myriad Pro Regular';
      font-size: 14px;
      margin: 0;
      z-index: 900;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      -webkit-transform-style: preserve-3d; }
      .nav-main .page-links a.active {
        color: #eb740d; }

@media all and (max-width: 880px) and (min-width: 681px) {
  .logo {
    width: 100%;
    text-align: center; }

  .bar-bottom {
    height: 115px; }

  .nav-main {
    width: 100%;
    text-align: center; }
    .nav-main a {
      float: none; } }
@media all and (max-width: 680px) {
  .header-main {
    position: fixed;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }
    .header-main.show {
      top: 0px;
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; }
    .header-main.hide {
      top: -100px;
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; }

  .nav-lang {
    margin-right: 15px; }

  .nav-social {
    right: 75px; }

  .nav-main .page-links {
    position: fixed;
    background: white;
    top: 0px;
    right: 10%;
    width: 80%;
    text-align: center;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    .nav-main .page-links.collapsed {
      height: 0px;
      top: 100px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .nav-main .page-links.expanded {
      height: 800px;
      top: 100px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
      opacity: 0.95; }
    .nav-main .page-links a {
      height: auto;
      font-size: 14px;
      margin: 5px;
      padding: 7px;
      display: block;
      position: relative;
      border-bottom: 1px solid #EEE; }
  .nav-main .nav-toggle {
    display: block;
    color: white;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    position: absolute;
    cursor: pointer;
    cursor: hand;
    top: 10px;
    right: 15px;
    width: 40px;
    height: 30px;
    background: #9a999e;
    border-radius: 4px; } }
@media all and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) and (max-width: 680px) {
  .nav-main .page-links {
    height: 680px;
    width: 100%;
    left: 0%;
    top: 24px; }
    .nav-main .page-links.expanded {
      height: 100%;
      position: fixed; }
    .nav-main .page-links a {
      width: 30%;
      float: left;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; } }
.footer-main {
  height: 75px;
  background: #4f4e50;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 50000;
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%); }
  .footer-main .page-links a {
    color: #9a999e; }
  .footer-main .copy {
    position: relative;
    float: left;
    padding: 0 15px;
    bottom: 5px;
    right: 0;
    width: 100%;
    font-size: 80%;
    text-align: right; }
    .footer-main .copy a, .footer-main .copy a:hover {
      color: #eeebe6; }

@media all and (max-width: 880px) and (min-width: 681px) {
  .footer-main {
    height: 90px;
    bottom: 0px; }
    .footer-main .page-links {
      display: none; }
    .footer-main .copy {
      text-align: center; } }
@media all and (max-width: 1100px) and (min-width: 801px) and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) {
  .footer-main {
    bottom: 0px; } }
@media screen and (max-width: 680px) {
  .footer-main {
    height: 75px;
    bottom: 0;
    text-align: center; }
    .footer-main .logo {
      float: none; }
    .footer-main .copy {
      text-align: center;
      float: none; } }
/* // FOOTER --------------------------------------------------------------------------------------START //
// VARIABLES
// BASIC RULES
.footer-main {
    &.products,
    &.senseflo,
    &.contact-us,
    &.about-us,
    &.productos,
    &.contacto,
    &.acerca-de {
        position: relative;
    }
    &.where-to-buy,
    &.support,
    &.donde-comprar,
    &.soporte,
    &.media {
        // top: auto;
        // bottom: 0;
        // position: absolute;
    }
}

*/
.main {
  padding-top: 100px;
  z-index: 200; }
  .main.one-page {
    margin-top: 0px; }

.super-container {
  min-height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 75px; }

.buy-amazon-btn {
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 150%;
  line-height: 150%;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s; }

.inicio .buy-amazon-btn,
.home .buy-amazon-btn {
  position: absolute;
  top: calc( 100% + 10px);
  right: calc( 0% + 50px);
  width: 300px;
  z-index: 100000;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 100%; }
  .inicio .buy-amazon-btn img,
  .home .buy-amazon-btn img {
    width: 100px;
    height: auto; }
  @media all and (max-width: 680px) {
    .inicio .buy-amazon-btn,
    .home .buy-amazon-btn {
      top: 100%;
      width: 100%;
      left: 0%;
      border-radius: 0;
      padding: 0; } }
.inicio .super-container,
.home .super-container {
  padding-bottom: 0; }

.page {
  position: relative;
  background-size: cover;
  padding-top: 100px;
  width: 100%;
  height: 100%; }
  .page .container {
    height: 100%; }
    .page .container .block .link-more {
      width: 100%;
      text-align: right;
      position: relative;
      display: block;
      padding: 0.5em 0;
      font-size: 130%;
      height: auto;
      line-height: 150%; }

h2 {
  font-family: 'Myriad Pro Semi';
  font-size: 350%;
  line-height: 95%;
  margin: 0;
  letter-spacing: -1px; }

h3 {
  font-family: 'Myriad Pro Regular';
  font-size: 190%;
  margin-bottom: 0.5em;
  font-weight: 100; }

p {
  font-family: 'roboto', sans-serif;
  font-size: 100%;
  line-height: 150%;
  margin: 0; }

.accent {
  font-size: 220%;
  line-height: 150%;
  font-weight: 300;
  vertical-align: middle; }

@media all and (max-width: 680px) {
  .main {
    margin-top: 0px;
    padding-top: 100px; }
    .main.one-page {
      padding-top: 0px;
      margin-top: 100px; }

  .page {
    padding-top: 0;
    position: relative;
    min-height: 370px; }
    .page .block {
      position: relative;
      height: auto; }

  body,
  html {
    font-size: 90%; }

  h2 {
    font-size: 250%;
    margin-bottom: 0.5em; }

  .accent {
    font-size: 180%; } }
.page-1 {
  background: url("/img/bg-page-cover-1.jpg") center top no-repeat;
  background-size: cover; }
  .page-1 .block-1 {
    position: absolute;
    width: 60%;
    display: block;
    top: 10%;
    height: 90%; }
  .page-1 .block-2 {
    position: relative;
    width: 80%;
    height: auto; }
  .page-1 .block-3 {
    position: relative;
    top: 5%;
    width: 70%;
    height: auto;
    text-align: center; }
    .page-1 .block-3 img {
      margin: auto;
      display: block;
      position: absolute;
      top: 5%;
      left: 10%;
      height: auto;
      width: 80%; }
    .page-1 .block-3 .biberon-amarillo {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -moz-transform: translate3d(0%, 0%, 0) scale(0.5);
      -webkit-transform: translate3d(0%, 0%, 0) scale(0.5);
      transform: translate3d(0%, 0%, 0) scale(0.5); }
    .page-1 .block-3 .biberon-transparente {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5;
      -moz-transform: translate3d(0%, 0%, 0) scale(0.5);
      -webkit-transform: translate3d(0%, 0%, 0) scale(0.5);
      transform: translate3d(0%, 0%, 0) scale(0.5); }
  .page-1.active .block-3 .biberon-amarillo {
    -moz-animation: ani-page-1-block-3-biberon-amarillo 1.5s cubic-bezier(0.665, 0.36, 0.255, 1.26) forwards;
    -webkit-animation: ani-page-1-block-3-biberon-amarillo 1.5s cubic-bezier(0.665, 0.36, 0.255, 1.26) forwards;
    animation: ani-page-1-block-3-biberon-amarillo 1.5s cubic-bezier(0.665, 0.36, 0.255, 1.26) forwards; }
  .page-1.reset .block-3 .biberon-amarillo {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate3d(-20%, 0%, 0) scale(1);
    -webkit-transform: translate3d(-20%, 0%, 0) scale(1);
    transform: translate3d(-20%, 0%, 0) scale(1);
    -moz-animation: ani-page-1-block-3-biberon-amarillo-reset 1.5s forwards;
    -webkit-animation: ani-page-1-block-3-biberon-amarillo-reset 1.5s forwards;
    animation: ani-page-1-block-3-biberon-amarillo-reset 1.5s forwards; }
  .page-1.active .block-3 .biberon-transparente {
    -moz-animation: ani-page-1-block-3-biberon-transparente 1.5s cubic-bezier(0.665, 0.36, 0.255, 1.26) forwards 0.2s;
    -webkit-animation: ani-page-1-block-3-biberon-transparente 1.5s cubic-bezier(0.665, 0.36, 0.255, 1.26) forwards 0.2s;
    animation: ani-page-1-block-3-biberon-transparente 1.5s cubic-bezier(0.665, 0.36, 0.255, 1.26) forwards 0.2s; }
  .page-1.reset .block-3 .biberon-transparente {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transform: translate3d(28%, 0%, 0) scale(0.8);
    -webkit-transform: translate3d(28%, 0%, 0) scale(0.8);
    transform: translate3d(28%, 0%, 0) scale(0.8);
    -moz-animation: ani-page-1-block-3-biberon-transparente-reset 1.5s forwards;
    -webkit-animation: ani-page-1-block-3-biberon-transparente-reset 1.5s forwards;
    animation: ani-page-1-block-3-biberon-transparente-reset 1.5s forwards; }

@-moz-keyframes ani-page-1-block-3-biberon-amarillo {
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -moz-transform: translate3d(-20%, 0%, 0) scale(1);
    transform: translate3d(-20%, 0%, 0) scale(1); } }
@-webkit-keyframes ani-page-1-block-3-biberon-amarillo {
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-20%, 0%, 0) scale(1);
    transform: translate3d(-20%, 0%, 0) scale(1); } }
@keyframes ani-page-1-block-3-biberon-amarillo {
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -moz-transform: translate3d(-20%, 0%, 0) scale(1);
    -webkit-transform: translate3d(-20%, 0%, 0) scale(1);
    transform: translate3d(-20%, 0%, 0) scale(1); } }
@-moz-keyframes ani-page-1-block-3-biberon-amarillo-reset {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.5;
    -moz-transform: translate3d(0%, 0%, 0) scale(0.5);
    transform: translate3d(0%, 0%, 0) scale(0.5); } }
@-webkit-keyframes ani-page-1-block-3-biberon-amarillo-reset {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(0%, 0%, 0) scale(0.5);
    transform: translate3d(0%, 0%, 0) scale(0.5); } }
@keyframes ani-page-1-block-3-biberon-amarillo-reset {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.5;
    -moz-transform: translate3d(0%, 0%, 0) scale(0.5);
    -webkit-transform: translate3d(0%, 0%, 0) scale(0.5);
    transform: translate3d(0%, 0%, 0) scale(0.5); } }
@-moz-keyframes ani-page-1-block-3-biberon-transparente {
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -moz-transform: translate3d(28%, 0%, 0) scale(0.8);
    transform: translate3d(28%, 0%, 0) scale(0.8); } }
@-webkit-keyframes ani-page-1-block-3-biberon-transparente {
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(28%, 0%, 0) scale(0.8);
    transform: translate3d(28%, 0%, 0) scale(0.8); } }
@keyframes ani-page-1-block-3-biberon-transparente {
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -moz-transform: translate3d(28%, 0%, 0) scale(0.8);
    -webkit-transform: translate3d(28%, 0%, 0) scale(0.8);
    transform: translate3d(28%, 0%, 0) scale(0.8); } }
@-moz-keyframes ani-page-1-block-3-biberon-transparente-reset {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.5;
    -moz-transform: translate3d(0%, 0%, 0) scale(0.5);
    transform: translate3d(0%, 0%, 0) scale(0.5); } }
@-webkit-keyframes ani-page-1-block-3-biberon-transparente-reset {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(0%, 0%, 0) scale(0.5);
    transform: translate3d(0%, 0%, 0) scale(0.5); } }
@keyframes ani-page-1-block-3-biberon-transparente-reset {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0.5;
    -moz-transform: translate3d(0%, 0%, 0) scale(0.5);
    -webkit-transform: translate3d(0%, 0%, 0) scale(0.5);
    transform: translate3d(0%, 0%, 0) scale(0.5); } }
@media screen and (min-aspect-ratio: 1 / 10) and (max-aspect-ratio: 1 / 1) {
  .page-1 {
    background: url("/img/bg-page-tile-4.jpg") center top repeat-x;
    -webkit-background-size: 100px 1000px;
    text-align: center; }
    .page-1 .block-1 {
      position: relative;
      width: 90% !important;
      text-align: center;
      margin: 0 auto; } }
@media all and (max-width: 880px) and (min-width: 681px) and (max-aspect-ratio: 1 / 1) and (min-aspect-ratio: 1 / 10) {
  .page-1 .block-1 {
    top: 10%; }
  .page-1 .block-2 {
    left: 20%;
    width: 60%; }
  .page-1 .block-3 {
    left: 15%;
    top: 0%; } }
@media all and (max-width: 1100px) and (min-width: 801px) and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) {
  .page-1 .block-2 h2 {
    white-space: nowrap; }
  .page-1 .block-3 {
    top: 0%;
    width: 55%; } }
@media all and (max-width: 680px) {
  .page-1 {
    padding-top: 0;
    height: 550px; }
    .page-1 .block-1 {
      width: 100%; }
    .page-1 .block-2 {
      width: 100%; }
    .page-1 .block-3 {
      top: 0%;
      width: 100%; } }
@media screen and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) and (max-width: 680px) {
  .page-1 {
    height: auto;
    min-height: 260px; }
    .page-1 .block-2 {
      margin-top: 5%;
      left: 5%;
      width: 32%;
      float: left;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
    .page-1 .block-3 {
      top: 0%;
      width: 28%;
      float: left;
      margin-left: 8%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; } }
.page-2 {
  background: url("/img/bg-page-tile-2.png") repeat;
  -webkit-background-size: 150px 150px;
  padding-top: 10%;
  z-index: 100; }
  .page-2 .block-1 {
    position: relative;
    top: 25%;
    left: 10%;
    width: 40%;
    height: 50%;
    display: block; }
    .page-2 .block-1 .link-more {
      color: #9a999e; }
  .page-2 .block-2 {
    position: relative;
    right: 5%;
    top: 25%;
    width: 30%;
    height: 80%; }
    .page-2 .block-2 img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 40%;
      -webkit-transform: translateZ(0);
      -webkit-perspective: 1000;
      -webkit-backface-visibility: hidden; }
    .page-2 .block-2 .biberon-tapa {
      top: 0px;
      z-index: 5300; }
    .page-2 .block-2 .biberon-tetina {
      top: 0px;
      z-index: 5000; }
    .page-2 .block-2 .biberon-envase {
      top: 0px;
      z-index: 5100; }
    .page-2 .block-2 .biberon-anillo {
      top: 0px;
      z-index: 5200; }
  .page-2.active .block-2 .biberon-tapa {
    -moz-animation: ani-p2b2-biberon-tapa 1s forwards 0.5s;
    -webkit-animation: ani-p2b2-biberon-tapa 1s forwards 0.5s;
    animation: ani-p2b2-biberon-tapa 1s forwards 0.5s; }
  .page-2.active .block-2 .biberon-tetina {
    -moz-animation: ani-p2b2-biberon-tetina 1s forwards 0.5s;
    -webkit-animation: ani-p2b2-biberon-tetina 1s forwards 0.5s;
    animation: ani-p2b2-biberon-tetina 1s forwards 0.5s; }
  .page-2.active .block-2 .biberon-envase {
    -moz-animation: ani-p2b2-biberon-envase 1s forwards 0.5s;
    -webkit-animation: ani-p2b2-biberon-envase 1s forwards 0.5s;
    animation: ani-p2b2-biberon-envase 1s forwards 0.5s; }
  .page-2.reset .block-2 .biberon-tapa {
    -moz-transform: translate3d(0, -20%, 0);
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
    -moz-animation: ani-p2b2-biberon-tapa-reset 1.5s forwards;
    -webkit-animation: ani-p2b2-biberon-tapa-reset 1.5s forwards;
    animation: ani-p2b2-biberon-tapa-reset 1.5s forwards; }
  .page-2.reset .block-2 .biberon-tetina {
    -moz-transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -moz-animation: ani-p2b2-biberon-tetina-reset 1.5s forwards;
    -webkit-animation: ani-p2b2-biberon-tetina-reset 1.5s forwards;
    animation: ani-p2b2-biberon-tetina-reset 1.5s forwards; }
  .page-2.reset .block-2 .biberon-envase {
    -moz-transform: translate3d(0, 15%, 0);
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
    -moz-animation: ani-p2b2-biberon-envase-reset 1.5s forwards;
    -webkit-animation: ani-p2b2-biberon-envase-reset 1.5s forwards;
    animation: ani-p2b2-biberon-envase-reset 1.5s forwards; }

@-moz-keyframes ani-p2b2-biberon-tapa {
  100% {
    -moz-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); } }
@-webkit-keyframes ani-p2b2-biberon-tapa {
  100% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); } }
@keyframes ani-p2b2-biberon-tapa {
  100% {
    -moz-transform: translate3d(0, -20%, 0);
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0); } }
@-moz-keyframes ani-p2b2-biberon-tetina {
  100% {
    -moz-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0); } }
@-webkit-keyframes ani-p2b2-biberon-tetina {
  100% {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0); } }
@keyframes ani-p2b2-biberon-tetina {
  100% {
    -moz-transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0); } }
@-moz-keyframes ani-p2b2-biberon-envase {
  100% {
    -moz-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0); } }
@-webkit-keyframes ani-p2b2-biberon-envase {
  100% {
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0); } }
@keyframes ani-p2b2-biberon-envase {
  100% {
    -moz-transform: translate3d(0, 15%, 0);
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0); } }
@-moz-keyframes ani-p2b2-biberon-tapa-reset {
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes ani-p2b2-biberon-tapa-reset {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes ani-p2b2-biberon-tapa-reset {
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes ani-p2b2-biberon-tetina-reset {
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes ani-p2b2-biberon-tetina-reset {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes ani-p2b2-biberon-tetina-reset {
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes ani-p2b2-biberon-envase-reset {
  100% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes ani-p2b2-biberon-envase-reset {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes ani-p2b2-biberon-envase-reset {
  100% {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@media all and (max-width: 1280px) and (min-width: 880px) {
  .page-2 {
    padding-top: 15%; } }
@media all and (max-width: 880px) {
  .page-2 {
    height: auto; }
    .page-2 .block-1 {
      top: 10%;
      right: auto;
      width: 90%;
      top: 5%;
      text-align: center;
      height: auto; }
    .page-2 .block-2 {
      top: 10%;
      margin: auto !important;
      width: 50%;
      left: 0; }
      .page-2 .block-2 img {
        left: auto !important;
        margin-left: auto !important; } }
@media all and (max-width: 880px) and (min-width: 681px) and (max-aspect-ratio: 1 / 1) and (min-aspect-ratio: 1 / 10) {
  .page-2 {
    padding-top: 100px; }
    .page-2 .block-1 {
      left: 25%;
      width: 50%;
      top: 10%; }
    .page-2 .block-2 {
      top: 10%;
      width: 23%; } }
@media all and (max-width: 1100px) and (min-width: 801px) and (min-aspect-ratio: 1 / 10) and (max-aspect-ratio: 1 / 1) {
  .page-2 {
    padding-top: 0px; }
    .page-2 .block-2 {
      top: 15%; } }
@media all and (max-width: 680px) {
  .page-2 {
    height: 600px;
    padding: 0; }
    .page-2 .block-1 {
      left: 5%; }
    .page-2 .block-2 img {
      margin-top: 10%; } }
@media all and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) {
  .page-2 .block {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .page-2 .block-1 {
    top: 5%;
    width: 40%; }
  .page-2 .block-2 {
    top: 15%;
    width: 20%;
    left: 20%; } }
@media all and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) and (max-width: 680px) {
  .page-2 {
    height: 390px; }
    .page-2 .block-1 {
      text-align: left; }
    .page-2 .block-2 {
      margin-top: 3% !important; } }
.page-3 {
  background: #5b69b2; }
  .page-3 .block-1 {
    position: absolute;
    top: 25%;
    width: 37%;
    right: 5%;
    height: 50%;
    display: block;
    z-index: 200;
    text-align: left; }
    .page-3 .block-1 p, .page-3 .block-1 .link-more {
      color: white; }
  .page-3 .block-2 {
    position: absolute;
    top: -5%;
    left: -25%;
    width: auto;
    height: 110%;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
    .page-3 .block-2 img {
      width: auto;
      height: 100%; }

@media screen and (max-width: 1280px) and (min-width: 881px) {
  .page-3 .block-1 {
    top: 20%; } }
@media all and (max-width: 880px) and (min-width: 681px) and (max-aspect-ratio: 1 / 1) and (min-aspect-ratio: 1 / 10) {
  .page-3 .block-1 {
    right: 25%;
    width: 50%;
    top: 10%;
    text-align: center; }
  .page-3 .block-2 {
    top: 38%;
    left: -15%;
    height: 77%; } }
@media all and (max-width: 680px) {
  .page-3 {
    height: 500px; }
    .page-3 .block-1 {
      position: relative;
      top: 5%;
      width: 80%;
      height: auto;
      left: 10%;
      text-align: center; }
      .page-3 .block-1 img {
        width: 100%;
        height: auto; }
    .page-3 .block-2 {
      position: relative;
      top: auto;
      left: -10%;
      top: -3%;
      width: 120%;
      height: auto;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: 1s;
      -o-transition: 1s;
      -webkit-transition: 1s;
      transition: 1s; }
      .page-3 .block-2 img {
        width: 100%;
        height: auto; }

  .page-3.active .block-2 {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }
@media all and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) and (max-width: 680px) {
  .page-3 {
    height: 320px;
    min-height: 320px; }
    .page-3 .block-1 {
      margin-top: 5%;
      text-align: left;
      width: 45%;
      left: 50%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
    .page-3 .block-2 {
      position: absolute;
      top: 5%;
      width: 60%;
      left: -5%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; } }
@media all and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) and (max-width: 480px) {
  .page-3 .block-2 {
    top: 8%;
    width: 68%;
    left: -8%; } }
.page-4 {
  background: white url("/img/bg-page-tile-4.jpg") repeat-x;
  background-size: auto 100%;
  z-index: 100; }
  .page-4 .block-1 {
    position: absolute;
    top: 10%;
    width: 47%;
    left: 26.5%;
    height: 20%;
    display: block;
    text-align: center; }
  .page-4 .block-2 {
    position: absolute;
    width: 100%;
    height: 50%;
    min-height: 210px;
    left: 0%;
    top: 40%; }
    .page-4 .block-2 img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      width: auto;
      margin: auto; }
      .page-4 .block-2 img.biberon-amarillo-2 {
        z-index: 9003;
        -moz-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }
      .page-4 .block-2 img.biberon-magenta {
        z-index: 8505;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }
      .page-4 .block-2 img.biberon-azul {
        z-index: 5000;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }
  .page-4.active .block-2 .biberon-azul {
    -moz-animation: ani-p4b2-biberon-azul 1.5s forwards 0.5s;
    -webkit-animation: ani-p4b2-biberon-azul 1.5s forwards 0.5s;
    animation: ani-p4b2-biberon-azul 1.5s forwards 0.5s; }
  .page-4.active .block-2 .biberon-magenta {
    -moz-animation: ani-p4b2-biberon-magenta 1.5s forwards;
    -webkit-animation: ani-p4b2-biberon-magenta 1.5s forwards;
    animation: ani-p4b2-biberon-magenta 1.5s forwards; }
  .page-4.active .block-2 .biberon-amarillo-2 {
    -moz-animation: ani-p4b2-biberon-amarillo-2 1.5s forwards;
    -webkit-animation: ani-p4b2-biberon-amarillo-2 1.5s forwards;
    animation: ani-p4b2-biberon-amarillo-2 1.5s forwards; }
  .page-4.reset .block-2 .biberon-azul {
    -moz-transform: translate3d(55%, -5%, 0) scale(0.9);
    -webkit-transform: translate3d(55%, -5%, 0) scale(0.9);
    transform: translate3d(55%, -5%, 0) scale(0.9);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-animation: ani-p4b2-biberon-azul-reset 1.5s forwards;
    -webkit-animation: ani-p4b2-biberon-azul-reset 1.5s forwards;
    animation: ani-p4b2-biberon-azul-reset 1.5s forwards; }
  .page-4.reset .block-2 .biberon-magenta {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-animation: ani-p4b2-biberon-magenta-reset 1.5s forwards;
    -webkit-animation: ani-p4b2-biberon-magenta-reset 1.5s forwards;
    animation: ani-p4b2-biberon-magenta-reset 1.5s forwards; }
  .page-4.reset .block-2 .biberon-amarillo-2 {
    -moz-transform: translate3d(-60%, 5%, 0) scale(1.1);
    -webkit-transform: translate3d(-60%, 5%, 0) scale(1.1);
    transform: translate3d(-60%, 5%, 0) scale(1.1);
    -moz-animation: ani-p4b2-biberon-amarillo-2-reset 1.5s forwards;
    -webkit-animation: ani-p4b2-biberon-amarillo-2-reset 1.5s forwards;
    animation: ani-p4b2-biberon-amarillo-2-reset 1.5s forwards; }

@-moz-keyframes ani-p4b2-biberon-azul {
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -moz-transform: translate3d(55%, -5%, 0) scale(0.9);
    transform: translate3d(55%, -5%, 0) scale(0.9); } }
@-webkit-keyframes ani-p4b2-biberon-azul {
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(55%, -5%, 0) scale(0.9);
    transform: translate3d(55%, -5%, 0) scale(0.9); } }
@keyframes ani-p4b2-biberon-azul {
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -moz-transform: translate3d(55%, -5%, 0) scale(0.9);
    -webkit-transform: translate3d(55%, -5%, 0) scale(0.9);
    transform: translate3d(55%, -5%, 0) scale(0.9); } }
@-moz-keyframes ani-p4b2-biberon-magenta {
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes ani-p4b2-biberon-magenta {
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes ani-p4b2-biberon-magenta {
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes ani-p4b2-biberon-amarillo-2 {
  100% {
    -moz-transform: translate3d(-60%, 5%, 0) scale(1.1);
    transform: translate3d(-60%, 5%, 0) scale(1.1); } }
@-webkit-keyframes ani-p4b2-biberon-amarillo-2 {
  100% {
    -webkit-transform: translate3d(-60%, 5%, 0) scale(1.1);
    transform: translate3d(-60%, 5%, 0) scale(1.1); } }
@keyframes ani-p4b2-biberon-amarillo-2 {
  100% {
    -moz-transform: translate3d(-60%, 5%, 0) scale(1.1);
    -webkit-transform: translate3d(-60%, 5%, 0) scale(1.1);
    transform: translate3d(-60%, 5%, 0) scale(1.1); } }
@-moz-keyframes ani-p4b2-biberon-azul-reset {
  100% {
    opacity: 0;
    -moz-transform: translate3d(0%, 0%, 0) scale(1);
    transform: translate3d(0%, 0%, 0) scale(1); } }
@-webkit-keyframes ani-p4b2-biberon-azul-reset {
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 0%, 0) scale(1);
    transform: translate3d(0%, 0%, 0) scale(1); } }
@keyframes ani-p4b2-biberon-azul-reset {
  100% {
    opacity: 0;
    -moz-transform: translate3d(0%, 0%, 0) scale(1);
    -webkit-transform: translate3d(0%, 0%, 0) scale(1);
    transform: translate3d(0%, 0%, 0) scale(1); } }
@-moz-keyframes ani-p4b2-biberon-magenta-reset {
  100% {
    opacity: 0; } }
@-webkit-keyframes ani-p4b2-biberon-magenta-reset {
  100% {
    opacity: 0; } }
@keyframes ani-p4b2-biberon-magenta-reset {
  100% {
    opacity: 0; } }
@-moz-keyframes ani-p4b2-biberon-amarillo-2-reset {
  100% {
    -moz-transform: translate3d(0%, 0%, 0) scale(1);
    transform: translate3d(0%, 0%, 0) scale(1); } }
@-webkit-keyframes ani-p4b2-biberon-amarillo-2-reset {
  100% {
    -webkit-transform: translate3d(0%, 0%, 0) scale(1);
    transform: translate3d(0%, 0%, 0) scale(1); } }
@keyframes ani-p4b2-biberon-amarillo-2-reset {
  100% {
    -moz-transform: translate3d(0%, 0%, 0) scale(1);
    -webkit-transform: translate3d(0%, 0%, 0) scale(1);
    transform: translate3d(0%, 0%, 0) scale(1); } }
@media all and (max-width: 880px) and (min-width: 681px) and (max-aspect-ratio: 1 / 1) and (min-aspect-ratio: 1 / 10) {
  .page-4 .block-1 {
    left: 25%;
    width: 50%;
    top: 10%;
    text-align: center; }
  .page-4 .block-2 {
    top: 38%; } }
@media all and (max-width: 680px) {
  .page-4 {
    height: 450px; }
    .page-4 .block-1 {
      position: relative;
      top: 10%;
      left: 10%;
      width: 80%; }
    .page-4 .block-2 {
      position: relative;
      top: 30%;
      height: 45%; } }
@media all and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) and (max-width: 680px) {
  .page-4 {
    height: 260px;
    min-height: 260px; }
    .page-4 .block-1 {
      top: 13%;
      height: auto;
      width: 37%;
      left: 5%;
      text-align: left; }
    .page-4 .block-2 {
      width: 40%;
      left: 54%;
      top: -60%;
      height: 80%; } }
@media all and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) and (max-width: 480px) {
  .page-4 {
    height: 350px;
    min-height: 350px; }
    .page-4 .block-1 h2 {
      white-space: nowrap; }
    .page-4 .block-2 {
      width: 34%;
      left: 60%;
      top: -42%;
      height: 40%; } }
.page-5 {
  background: white;
  position: relative; }
  .page-5 .block-1 {
    position: absolute;
    top: 15%;
    width: 50%;
    left: 0%;
    height: 70%;
    display: block; }
  .page-5 .block-2 {
    position: absolute;
    top: 20%;
    width: 50%;
    right: 0%;
    height: 50%;
    display: block; }
  .page-5 .block-3 {
    position: absolute;
    bottom: 120px;
    background: #eeebe6;
    width: 100%;
    height: 80px;
    z-index: 5000; }
    .page-5 .block-3 p {
      color: #4675b8;
      font-size: 300%;
      line-height: 80px;
      vertical-align: middle;
      text-align: center;
      font-weight: 300; }

@media screen and (max-width: 1280px) and (min-width: 881px) {
  .page-5 .block-1 {
    top: 10%; }
    .page-5 .block-1 img {
      width: 100%;
      height: auto; }
  .page-5 .block-2 {
    top: 15%; } }
@media screen and (max-width: 880px) {
  .page-5 .block-1 {
    width: 60%;
    left: 20%;
    top: 35%; }
    .page-5 .block-1 img {
      width: 100%;
      height: auto; }
  .page-5 .block-2 {
    width: 60%;
    top: 5%;
    left: 20%;
    height: 90%;
    text-align: center; }
  .page-5 .block-3 {
    bottom: 110px; }
    .page-5 .block-3 p {
      font-size: 200%; } }
@media all and (max-width: 1100px) and (min-width: 801px) and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) {
  .page-5 .block-1 {
    width: 45%;
    left: 5%;
    top: 5%; }
  .page-5 .block-2 {
    left: 50%;
    width: 40%;
    top: 10%;
    text-align: left; }
  .page-5 .block-3 {
    bottom: 120px;
    height: 70px; }
    .page-5 .block-3 p {
      line-height: 70px; }
  .page-5 .footer-main {
    bottom: 20px; } }
@media screen and (max-width: 680px) {
  .page-5 {
    height: auto; }
    .page-5 .block-1 {
      position: relative;
      height: auto;
      margin-top: 5%;
      top: 0; }
    .page-5 .block-2 {
      position: relative;
      width: 90%;
      left: 5%;
      margin-top: 5%;
      width: 90%;
      text-align: center;
      top: 0; }
    .page-5 .block-3 {
      height: 50px;
      margin-top: 40px;
      bottom: 25%;
      position: relative; }
      .page-5 .block-3 p {
        color: #4675b8;
        font-size: 150%;
        line-height: 50px;
        vertical-align: middle;
        text-align: center;
        font-weight: 300; } }
@media all and (max-aspect-ratio: 10 / 1) and (min-aspect-ratio: 1 / 1) and (max-width: 680px) {
  .page-5 .block-1 {
    width: 45%;
    left: 5%;
    float: left; }
  .page-5 .block-2 {
    width: 45%;
    left: 5%;
    float: left; } }
.products #filters, .productos #filters {
  background: white;
  margin-top: 0px;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  margin-top: 50px; }
  .products #filters button, .productos #filters button {
    text-transform: uppercase;
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #eb740d;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .products #filters button.current, .productos #filters button.current {
      color: #000; }
  @media screen and (max-width: 680px) {
    .products #filters, .productos #filters {
      display: none;
      margin-top: 0px; } }
.products #project, .productos #project {
  width: 100%;
  background: #fff;
  display: none;
  z-index: 400;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 680px) {
    .products #project, .productos #project {
      height: 650px; } }
  .products #project .contenedor, .productos #project .contenedor {
    width: 100%;
    height: 80%;
    margin: auto;
    padding-top: 0; }
    .products #project .contenedor .contenedor-inner, .productos #project .contenedor .contenedor-inner {
      margin: auto;
      width: 100%;
      margin-top: 0; }
      .products #project .contenedor .contenedor-inner .imgproduct, .productos #project .contenedor .contenedor-inner .imgproduct {
        margin-top: 50px;
        width: 45%;
        position: relative;
        padding-top: 0;
        float: left;
        margin-left: 0;
        margin-bottom: 20px;
        display: table; }
        .products #project .contenedor .contenedor-inner .imgproduct img, .productos #project .contenedor .contenedor-inner .imgproduct img {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          width: 100%;
          height: auto; }
      .products #project .contenedor .contenedor-inner .contenido, .productos #project .contenedor .contenedor-inner .contenido {
        width: 40%;
        background: white;
        float: left;
        position: relative;
        margin-left: 5%;
        margin-top: 100px; }
        .products #project .contenedor .contenedor-inner .contenido .titulo, .productos #project .contenedor .contenedor-inner .contenido .titulo {
          width: 100%;
          background: white;
          float: left;
          position: relative;
          margin-left: 0;
          margin-top: 0; }
          .products #project .contenedor .contenedor-inner .contenido .titulo #cerrar, .productos #project .contenedor .contenedor-inner .contenido .titulo #cerrar {
            float: right;
            margin-top: -33px;
            margin-right: -80px;
            font-size: 16px;
            color: #8f8f8c;
            font-family: 'Myriad Pro Semi'; }
            .products #project .contenedor .contenedor-inner .contenido .titulo #cerrar #close, .productos #project .contenedor .contenedor-inner .contenido .titulo #cerrar #close {
              float: right;
              font-size: 35px;
              font-family: Verdana, Geneva, sans-serif;
              color: #eb740d;
              margin-left: 10px;
              cursor: pointer;
              text-decoration: none;
              line-height: 14px;
              padding: 2px;
              margin-top: 3px; }
          .products #project .contenedor .contenedor-inner .contenido .titulo h1, .productos #project .contenedor .contenedor-inner .contenido .titulo h1 {
            color: #91918f;
            font-size: 33px;
            margin: 0 0;
            line-height: 0.9;
            font-family: 'Myriad Pro Semi'; }
            @media screen and (max-width: 680px) {
              .products #project .contenedor .contenedor-inner .contenido .titulo h1, .productos #project .contenedor .contenedor-inner .contenido .titulo h1 {
                font-size: 25px; } }
          .products #project .contenedor .contenedor-inner .contenido .titulo h4, .productos #project .contenedor .contenedor-inner .contenido .titulo h4 {
            color: #91918f;
            font-size: 1.5em;
            margin: 0 0;
            line-height: 1em;
            margin-bottom: 10px; }
        .products #project .contenedor .contenedor-inner .contenido span, .productos #project .contenedor .contenedor-inner .contenido span {
          color: #91918f;
          font-size: 16px; }
        .products #project .contenedor .contenedor-inner .contenido p, .productos #project .contenedor .contenedor-inner .contenido p {
          color: #91918f;
          font-size: 12px; }
        .products #project .contenedor .contenedor-inner .contenido #details, .productos #project .contenedor .contenedor-inner .contenido #details {
          color: #999;
          font-weight: bold;
          display: block;
          cursor: pointer;
          width: 100%; }
        .products #project .contenedor .contenedor-inner .contenido #detalles, .products #project .contenedor .contenedor-inner .contenido #detalles2, .productos #project .contenedor .contenedor-inner .contenido #detalles, .productos #project .contenedor .contenedor-inner .contenido #detalles2 {
          list-style-type: disc;
          margin-top: 10px;
          background: white; }
          .products #project .contenedor .contenedor-inner .contenido #detalles li, .products #project .contenedor .contenedor-inner .contenido #detalles2 li, .productos #project .contenedor .contenedor-inner .contenido #detalles li, .productos #project .contenedor .contenedor-inner .contenido #detalles2 li {
            color: #91918f;
            font-size: 11px;
            float: left;
            width: 50%;
            padding-right: 20px;
            margin-bottom: 6px; }
.products #filters, .products ul, .productos #filters, .productos ul {
  text-align: left; }
.products #productslist, .productos #productslist {
  margin-bottom: 50px; }
.products #productslist, .products #filters, .productos #productslist, .productos #filters {
  background: white;
  z-index: 500; }
.products .category-wrapper, .productos .category-wrapper {
  width: 100%;
  position: relative; }
  @media screen and (max-width: 680px) {
    .products .category-wrapper, .productos .category-wrapper {
      text-align: center; } }
  .products .category-wrapper h1, .productos .category-wrapper h1 {
    padding-top: 10px;
    border-top: 1px solid #CCC; }
.products .product-wrapper, .productos .product-wrapper {
  overflow: hidden;
  position: relative;
  background: #fff;
  cursor: pointer;
  width: auto;
  height: 300px;
  padding-bottom: 40px;
  margin-right: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
  @media screen and (max-width: 680px) {
    .products .product-wrapper, .productos .product-wrapper {
      margin-bottom: 15px;
      padding-bottom: 20px;
      margin-right: 0;
      height: auto; } }
  .products .product-wrapper .product-image-wrapper, .productos .product-wrapper .product-image-wrapper {
    display: table;
    height: 260px; }
    @media screen and (max-width: 680px) {
      .products .product-wrapper .product-image-wrapper, .productos .product-wrapper .product-image-wrapper {
        height: auto; } }
    .products .product-wrapper .product-image-wrapper a.product-trigger, .productos .product-wrapper .product-image-wrapper a.product-trigger {
      height: auto;
      width: auto;
      overflow: hidden;
      display: table-cell;
      vertical-align: bottom; }
      .products .product-wrapper .product-image-wrapper a.product-trigger img, .productos .product-wrapper .product-image-wrapper a.product-trigger img {
        position: relative;
        max-height: 260px;
        width: auto;
        height: auto; }
  .products .product-wrapper .product-label-wrapper, .productos .product-wrapper .product-label-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
    bottom: -40px;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    @media screen and (max-width: 680px) {
      .products .product-wrapper .product-label-wrapper, .productos .product-wrapper .product-label-wrapper {
        bottom: 0px; } }
    .products .product-wrapper .product-label-wrapper .label-product, .productos .product-wrapper .product-label-wrapper .label-product {
      color: #888;
      position: relative;
      z-index: 500;
      padding: 5px 8px;
      font-size: 16px; }
    .products .product-wrapper .product-label-wrapper .label-product > a, .productos .product-wrapper .product-label-wrapper .label-product > a {
      color: #888;
      font-size: 14px; }
    .products .product-wrapper .product-label-wrapper .label-category, .productos .product-wrapper .product-label-wrapper .label-category {
      display: block;
      font-size: 10px; }
  .products .product-wrapper:hover .product-label-wrapper, .productos .product-wrapper:hover .product-label-wrapper {
    bottom: 0; }

@media screen and (max-width: 3840px) and (min-width: 881px) {
  .products #project, .productos #project {
    width: 80%;
    margin-left: 10%; } }
@media screen and (max-width: 880px) and (min-width: 681px) {
  .products #project .contenedor .contenedor-inner .imgproduct, .productos #project .contenedor .contenedor-inner .imgproduct {
    margin-top: 50px; } }
@media screen and (max-width: 680px) and (max-aspect-ratio: 1 / 1) and (min-aspect-ratio: 1 / 10) {
  .products #project, .productos #project {
    height: auto; }
    .products #project .contenedor .contenedor-inner .imgproduct, .productos #project .contenedor .contenedor-inner .imgproduct {
      margin: 0 auto;
      width: 100%;
      text-align: center; }
      .products #project .contenedor .contenedor-inner .imgproduct img#producto, .productos #project .contenedor .contenedor-inner .imgproduct img#producto {
        width: 70%;
        margin-left: 15%; }
    .products #project .contenedor .contenedor-inner .contenido, .productos #project .contenedor .contenedor-inner .contenido {
      width: 100%;
      margin-top: 10px;
      margin-left: 0; }
      .products #project .contenedor .contenedor-inner .contenido #details, .productos #project .contenedor .contenedor-inner .contenido #details {
        float: left;
        color: #999;
        height: auto;
        font-weight: bold;
        display: block;
        cursor: pointer;
        width: 100%; }
      .products #project .contenedor .contenedor-inner .contenido .detalles, .productos #project .contenedor .contenedor-inner .contenido .detalles {
        background: white;
        float: left;
        display: block;
        height: auto; }
        .products #project .contenedor .contenedor-inner .contenido .detalles #detalles, .products #project .contenedor .contenedor-inner .contenido .detalles #detalles2, .productos #project .contenedor .contenedor-inner .contenido .detalles #detalles, .productos #project .contenedor .contenedor-inner .contenido .detalles #detalles2 {
          float: left;
          display: block;
          height: auto; }
          .products #project .contenedor .contenedor-inner .contenido .detalles #detalles li, .products #project .contenedor .contenedor-inner .contenido .detalles #detalles2 li, .productos #project .contenedor .contenedor-inner .contenido .detalles #detalles li, .productos #project .contenedor .contenedor-inner .contenido .detalles #detalles2 li {
            color: #91918f;
            font-size: 10px;
            float: left;
            width: 50%;
            padding-right: 20px;
            margin-bottom: 6px; } }
.senseflo .container {
  height: auto; }
  .senseflo .container .col-1 {
    width: 40%;
    margin-right: 10%; }
    .senseflo .container .col-1 img {
      width: 100%;
      max-width: 344px; }
    @media screen and (max-width: 680px) and (min-aspect-ratio: 1 / 10) and (max-aspect-ratio: 1 / 1) {
      .senseflo .container .col-1 {
        display: none; } }
  .senseflo .container .col-2 {
    width: 50%; }
    .senseflo .container .col-2 h2 {
      margin-bottom: 50px; }
    .senseflo .container .col-2 ul li {
      position: relative;
      margin: 0 0 15px 25px;
      display: block;
      list-style-type: circle; }
      .senseflo .container .col-2 ul li:before {
        content: "";
        position: absolute;
        margin-left: -22px;
        margin-top: 5px;
        width: 5px;
        height: 5px;
        background: #9a999e;
        border-radius: 50%; }
    .senseflo .container .col-2 img {
      width: 100%;
      max-width: 354px; }
    @media screen and (max-width: 680px) and (min-aspect-ratio: 1 / 10) and (max-aspect-ratio: 1 / 1) {
      .senseflo .container .col-2 {
        width: 100%;
        display: block;
        margin: 0 0 25px 0; } }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }

.video-wrapper img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  cursor: pointer; }

.video-wrapper:after {
  content: "";
  position: absolute;
  display: block;
  background: url("/img/play-button.png") no-repeat 0 0;
  top: 45%;
  left: 45%;
  width: 46px;
  height: 36px;
  z-index: 30;
  cursor: pointer; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* image poster clicked, player class added using js */
.video-wrapper.player img {
  display: none; }

.video-wrapper.player:after {
  display: none; }

.coming-soon .container {
  height: auto; }
  .coming-soon .container .col-1 {
    width: 100%; }
    .coming-soon .container .col-1 img {
      width: 100%;
      max-width: 1233px; }

.where-to-buy .container {
  height: auto; }
  .where-to-buy .container .col-1 {
    padding-top: 20px;
    width: 100%; }

.media .container {
  height: auto; }
  .media .container .col-1 {
    float: left;
    width: 50%;
    overflow: hidden;
    display: block; }
    .media .container .col-1 .reviews li {
      float: left;
      width: 45%;
      background: #f6f6f6;
      text-align: left;
      padding: 10px;
      margin: 10px 2.5% 0 0; }
      .media .container .col-1 .reviews li:hover {
        background: #f1f1f1; }
    .media .container .col-1 .reviews h3 {
      font-size: 150%;
      margin-top: 0;
      margin-bottom: 25px; }
      @media screen and (max-width: 880px) {
        .media .container .col-1 .reviews h3 {
          font-size: 120%; } }
    .media .container .col-1 .reviews .date {
      font-size: 80%; }
    @media screen and (max-width: 680px) {
      .media .container .col-1 {
        width: 100%; } }
  .media .container .col-2 {
    float: left;
    width: 45%;
    margin-left: 5%;
    overflow: hidden;
    display: block; }
    @media screen and (max-width: 680px) {
      .media .container .col-2 {
        width: 100%;
        margin-left: 0; } }

.about-us, .acerca-de {
  text-align: center; }
  .about-us .about-text, .acerca-de .about-text {
    position: relative;
    width: 60%;
    left: 20%;
    display: block; }
    .about-us .about-text .mobile, .acerca-de .about-text .mobile {
      display: none; }
    @media screen and (max-width: 680px) {
      .about-us .about-text, .acerca-de .about-text {
        width: 80%;
        left: 10%; } }
  .about-us .timeline, .acerca-de .timeline {
    position: relative;
    display: block;
    width: 60%;
    left: 20%;
    height: 1px;
    border-bottom: solid 1px #9a999e;
    margin-bottom: 200px; }
    .about-us .timeline:before, .acerca-de .timeline:before {
      content: "2003";
      position: absolute;
      width: 50px;
      top: -6px;
      left: -60px;
      text-align: center; }
    .about-us .timeline:after, .acerca-de .timeline:after {
      content: "2014";
      position: absolute;
      top: -6px;
      width: 50px;
      right: -60px;
      text-align: center; }
    .about-us .timeline .date-box, .acerca-de .timeline .date-box {
      position: absolute;
      width: 30px;
      top: -15px;
      left: 0%;
      margin-left: -15px;
      height: 72px;
      cursor: pointer;
      -webkit-tap-highlight-color: transparent; }
      @media screen and (max-width: 680px) {
        .about-us .timeline .date-box, .acerca-de .timeline .date-box {
          top: -10px;
          height: 60px; } }
      .about-us .timeline .date-box .bullet, .acerca-de .timeline .date-box .bullet {
        background: white;
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: solid 5px #eb740d;
        left: 50%;
        margin-left: -15px;
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transition: cubic-bezier(0.505, 0.78, 0.28, 1.2) 0.25s;
        -o-transition: cubic-bezier(0.505, 0.78, 0.28, 1.2) 0.25s;
        -webkit-transition: cubic-bezier(0.505, 0.78, 0.28, 1.2) 0.25s;
        transition: cubic-bezier(0.505, 0.78, 0.28, 1.2) 0.25s; }
        @media screen and (max-width: 680px) {
          .about-us .timeline .date-box .bullet, .acerca-de .timeline .date-box .bullet {
            width: 20px;
            height: 20px;
            margin-left: -10px;
            border: solid 3px #eb740d; } }
      .about-us .timeline .date-box .bullet-line, .acerca-de .timeline .date-box .bullet-line {
        position: absolute;
        left: 50%;
        margin-left: -2px;
        top: 36px;
        width: 4px;
        height: 0px;
        background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNHB4IiBoZWlnaHQ9IjZweCIgdmlld0JveD0iMCAwIDQgNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNCA2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgZmlsbD0iI0VCNzQwRCIgY3g9IjIiIGN5PSIyIiByPSIyIi8+DQo8L3N2Zz4NCg==") repeat;
        -moz-transition: steps(6) 0.1s;
        -o-transition: steps(6) 0.1s;
        -webkit-transition: steps(6) 0.1s;
        transition: steps(6) 0.1s; }
        @media screen and (max-width: 680px) {
          .about-us .timeline .date-box .bullet-line, .acerca-de .timeline .date-box .bullet-line {
            top: 24px; } }
      .about-us .timeline .date-box .date-content, .acerca-de .timeline .date-box .date-content {
        position: absolute;
        width: 200px;
        left: 50%;
        margin-left: -100px;
        padding-top: 5px;
        height: auto;
        top: 72px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transform: translate3d(0%, -5%, 0);
        -webkit-transform: translate3d(0%, -5%, 0);
        transform: translate3d(0%, -5%, 0);
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s; }
        .about-us .timeline .date-box .date-content strong, .acerca-de .timeline .date-box .date-content strong {
          color: #eb740d; }
        @media screen and (max-width: 680px) {
          .about-us .timeline .date-box .date-content, .acerca-de .timeline .date-box .date-content {
            top: 60px; } }
      .about-us .timeline .date-box:hover .bullet, .about-us .timeline .date-box.hovered .bullet, .acerca-de .timeline .date-box:hover .bullet, .acerca-de .timeline .date-box.hovered .bullet {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
      .about-us .timeline .date-box:hover .bullet-line, .about-us .timeline .date-box.hovered .bullet-line, .acerca-de .timeline .date-box:hover .bullet-line, .acerca-de .timeline .date-box.hovered .bullet-line {
        height: 36px; }
      .about-us .timeline .date-box:hover .date-content, .about-us .timeline .date-box.hovered .date-content, .acerca-de .timeline .date-box:hover .date-content, .acerca-de .timeline .date-box.hovered .date-content {
        -moz-transform: translate3d(0%, 0%, 0);
        -webkit-transform: translate3d(0%, 0%, 0);
        transform: translate3d(0%, 0%, 0);
        -moz-transition: 0.75s 0.25s;
        -o-transition: 0.75s 0.25s;
        -webkit-transition: 0.75s;
        -webkit-transition-delay: 0.25s;
        transition: 0.75s 0.25s;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
      .about-us .timeline .date-box.date-01, .acerca-de .timeline .date-box.date-01 {
        left: 0%; }
      .about-us .timeline .date-box.date-02, .acerca-de .timeline .date-box.date-02 {
        left: 20%; }
      .about-us .timeline .date-box.date-03, .acerca-de .timeline .date-box.date-03 {
        left: 30%; }
      .about-us .timeline .date-box.date-04, .acerca-de .timeline .date-box.date-04 {
        left: 40%; }
      .about-us .timeline .date-box.date-05, .acerca-de .timeline .date-box.date-05 {
        left: 50%; }
      .about-us .timeline .date-box.date-06, .acerca-de .timeline .date-box.date-06 {
        left: 60%; }
      .about-us .timeline .date-box.date-07, .acerca-de .timeline .date-box.date-07 {
        left: 70%; }
      .about-us .timeline .date-box.date-08, .acerca-de .timeline .date-box.date-08 {
        left: 90%; }
      .about-us .timeline .date-box.date-09, .acerca-de .timeline .date-box.date-09 {
        left: 100%; }
  @media screen and (max-width: 880px) and (min-width: 681px) {
    .about-us .container, .acerca-de .container {
      padding-bottom: 0px; }
      .about-us .container .about-text, .acerca-de .container .about-text {
        width: 90%;
        left: 5%; } }

.contact-us .container, .contacto .container {
  height: auto; }
  .contact-us .container .row-1, .contacto .container .row-1 {
    position: relative;
    z-index: 300; }
    @media screen and (max-width: 680px) and (orientation: portrait) {
      .contact-us .container .row-1, .contacto .container .row-1 {
        width: 50%; } }
  .contact-us .container .row-2 .col, .contacto .container .row-2 .col {
    float: left;
    width: 30.66667%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    @media screen and (max-width: 680px) and (orientation: portrait) {
      .contact-us .container .row-2 .col, .contacto .container .row-2 .col {
        width: 100%; } }
    .contact-us .container .row-2 .col h3, .contacto .container .row-2 .col h3 {
      border-bottom: 1px solid #eeebe6;
      padding-bottom: 25px;
      margin-bottom: 20px; }
    .contact-us .container .row-2 .col.col-1, .contacto .container .row-2 .col.col-1 {
      z-index: 100; }
      .contact-us .container .row-2 .col.col-1 img, .contacto .container .row-2 .col.col-1 img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 680px) and (orientation: portrait) {
        .contact-us .container .row-2 .col.col-1, .contacto .container .row-2 .col.col-1 {
          width: 180px;
          position: absolute;
          top: -10px;
          right: -20px; } }
    .contact-us .container .row-2 .col.col-2, .contacto .container .row-2 .col.col-2 {
      z-index: 200;
      position: relative; }
    .contact-us .container .row-2 .col.col-3 a, .contacto .container .row-2 .col.col-3 a {
      position: relative;
      display: block;
      line-height: 33px;
      font-weight: 100;
      color: #9a999e;
      height: 33px;
      width: 33px;
      margin-bottom: 5px;
      padding-left: 45px;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
      .contact-us .container .row-2 .col.col-3 a:hover, .contacto .container .row-2 .col.col-3 a:hover {
        color: #eb740d; }
      .contact-us .container .row-2 .col.col-3 a.icon-fb, .contacto .container .row-2 .col.col-3 a.icon-fb {
        background: url("/img/icon-social.svg") 0px -66px no-repeat; }
        .contact-us .container .row-2 .col.col-3 a.icon-fb:hover, .contacto .container .row-2 .col.col-3 a.icon-fb:hover {
          background: url("/img/icon-social.svg") 0px -99px no-repeat; }
      .contact-us .container .row-2 .col.col-3 a.icon-tw, .contacto .container .row-2 .col.col-3 a.icon-tw {
        background: url("/img/icon-social.svg") 0px 0px no-repeat; }
        .contact-us .container .row-2 .col.col-3 a.icon-tw:hover, .contacto .container .row-2 .col.col-3 a.icon-tw:hover {
          background: url("/img/icon-social.svg") 0px -33px no-repeat; }
