@charset "UTF-8";
/*  Matías Martínez
    6/11/19
*/
.tomaco {
  font-family: "Avenir Next", Avenir, sans-serif;
  font-weight: 400;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  /*
      Introduction.
  */
  /*
      Apps.
  */
  /*
      How it works.
  */
  /*
    Links.
  */
  /*
    Footer
  */
}
.tomaco .content {
  padding-left: 52px;
  padding-right: 52px;
  margin: 0 auto;
  max-width: 1037px;
}
@media (max-width: 600px) {
  .tomaco .content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.tomaco .rounded-button {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  will-change: box-shadow, transform;
  transition: box-shadow, transform, 0.2s ease-out;
  display: inline-block;
  padding: 10px 16px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
  border-radius: 10px;
  background-color: #2b2b2b;
}
.tomaco .rounded-button:hover {
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.tomaco .rounded-button:active {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
  transform: translateY(1px);
}
.tomaco .rounded-button:active {
  background: black;
}
@media (max-width: 600px) {
  .tomaco .rounded-button {
    font-size: 15px;
    padding: 8px;
  }
}
.tomaco * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.tomaco main > section header {
  zoom: 1;
  padding-bottom: 52px;
  display: table;
  width: 100%;
}
.tomaco main > section header:before, .tomaco main > section header:after {
  content: "";
  display: table;
}
.tomaco main > section header:after {
  clear: both;
}
@media (max-width: 600px) {
  .tomaco main > section header {
    padding-bottom: 32px;
  }
}
.tomaco main > section header .leading, .tomaco main > section header .between, .tomaco main > section header .trailing {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.tomaco main > section header .between {
  text-align: center;
}
.tomaco main > section header .trailing {
  text-align: right;
}
.tomaco main > section header h1 {
  font-family: "Avenir Next Condensed", "Avenir Next", Avenir, sans-serif;
  font-weight: 700;
  font-size: 44px;
  text-transform: uppercase;
}
.tomaco main > section header h2 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 600px) {
  .tomaco main > section header.compactable {
    display: block;
  }
  .tomaco main > section header.compactable .leading, .tomaco main > section header.compactable .trailing {
    display: block;
    text-align: center;
    float: none;
  }
  .tomaco main > section header.compactable .leading {
    margin-bottom: 16px;
  }
}
.tomaco section.introduction .logo {
  display: block;
  fill: #4a4a4a;
}
@media (max-width: 600px) {
  .tomaco section.introduction .logo {
    min-width: 100px;
  }
  .tomaco section.introduction .logo svg {
    max-width: 70%;
    height: auto;
  }
}
.tomaco section.introduction span {
  display: inline-block;
  font-weight: 500;
  color: #888B90;
  padding: 8px;
}
.tomaco section.introduction span a {
  font-weight: 600;
  color: #888B90;
}
.tomaco section.introduction h1 {
  padding-right: 52px;
  padding-bottom: 52px;
  padding-left: 52px;
  color: #ff0026;
  font-family: "Avenir Next Condensed", "Avenir Next", Avenir, sans-serif;
  font-weight: 700;
  font-size: 70px;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 600px) {
  .tomaco section.introduction h1 {
    padding-right: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 600px) {
  .tomaco section.introduction h1 {
    font-size: 49px;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.tomaco section.introduction form {
  text-align: center;
  font-size: 0;
  margin: -6px;
}
@media (max-width: 600px) {
  .tomaco section.introduction form {
    display: none;
  }
}
.tomaco section.introduction form > * {
  display: inline-block;
  vertical-align: middle;
  margin: 6px;
}
.tomaco section.introduction form input, .tomaco section.introduction form button, .tomaco section.introduction form select {
  height: 55px;
  border: 2px solid #d9d9d9;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  padding-right: 16px;
  padding-left: 16px;
  font: inherit;
  font-size: 20px;
  font-weight: 500;
  transition-property: none;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.tomaco section.introduction form input:active, .tomaco section.introduction form input:focus, .tomaco section.introduction form button:active, .tomaco section.introduction form button:focus, .tomaco section.introduction form select:active, .tomaco section.introduction form select:focus {
  transition-duration: 10ms;
}
.tomaco section.introduction form input[type=text] {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
  max-width: 180px;
  transition-property: border-color, box-shadow;
}
.tomaco section.introduction form input[type=text]::placeholder {
  font: inherit;
  line-height: normal;
}
.tomaco section.introduction form input[type=text]:active {
  border-color: #007aff;
}
.tomaco section.introduction form input[type=text]:focus {
  border-color: #007aff;
  box-shadow: 0 0 8px rgba(0, 122, 255, 0.25), 0 0 2px rgba(0, 122, 255, 0.5);
}
.tomaco section.introduction form button {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  will-change: box-shadow, transform;
  transition: box-shadow, transform, 0.2s ease-out;
  cursor: pointer;
  color: white;
  background: #ff0026;
  border-color: #f50024;
  font-weight: 600;
  transition-property: border-color, box-shadow, transform, background-color;
}
.tomaco section.introduction form button:hover {
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.tomaco section.introduction form button:active {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
  transform: translateY(1px);
}
.tomaco section.introduction form button:active {
  background-color: #e60022;
  border-color: #cc001e;
  transition-duration: 0.15s;
}
.tomaco section.introduction form button:focus {
  border-color: #800013;
  box-shadow: 0 0 8px rgba(255, 0, 38, 0.25), 0 0 2px rgba(255, 0, 38, 0.5);
}
.tomaco section.introduction form select {
  cursor: pointer;
  padding-right: 40px;
  background-color: white;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="2b2b2b"><path d="M0.9 1.2C1.4 0.7 2.2 0.7 2.7 1.2L8 6.5C8.4 7 8.4 7.8 8 8.3 7.5 8.7 6.7 8.7 6.2 8.3L0.9 3C0.4 2.5 0.4 1.7 0.9 1.2Z" /><path d="M13.3 1.2C13.7 1.7 13.7 2.5 13.3 3L8 8.3C7.5 8.7 6.7 8.7 6.2 8.3 5.7 7.8 5.7 7 6.2 6.5L11.5 1.2C12 0.7 12.8 0.7 13.3 1.2Z" /></svg>') no-repeat center right 16px;
  transition-property: border-color, box-shadow;
}
.tomaco section.introduction form select:active {
  border-color: #007aff;
}
.tomaco section.introduction form select:focus {
  border-color: #007aff;
  box-shadow: 0 0 8px rgba(0, 122, 255, 0.25), 0 0 2px rgba(0, 122, 255, 0.5);
}
.tomaco section.introduction form select::-ms-expand {
  margin-right: -24px;
  margin-left: 16px;
  background: none;
  border: none;
}
.tomaco section.introduction .log-in {
  text-align: center;
  margin: 16px 0 32px 0;
}
.tomaco section.introduction .action-hero {
  position: relative;
  z-index: -1;
  max-width: 100%;
  height: 583px;
  overflow: hidden;
  background-position: center top;
  background-size: 450px 583px;
  background-repeat: no-repeat;
  background-image: url(img/TomatoPoster_1x.jpg);
  margin-bottom: -291.5px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tomaco section.introduction .action-hero {
    background-image: url(img/TomatoPoster_2x.jpg);
  }
}
@media (max-width: 600px) {
  .tomaco section.introduction .action-hero {
    margin-bottom: -378.95px;
  }
}
.tomaco section.introduction .action-hero .animation {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -225px;
  width: 450px;
  height: 583px;
  background-position: left center;
  background-size: 4050px 583px;
  background-image: url(img/ToysSprite_1x.jpg);
  animation-name: play;
  animation-duration: 5s;
  animation-timing-function: steps(9);
  animation-iteration-count: infinite;
  animation-delay: 2s;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tomaco section.introduction .action-hero .animation {
    background-image: url(img/ToysSprite_1x.jpg);
  }
}
@keyframes play {
  100% {
    background-position: -4050px;
  }
}
.tomaco section.apps {
  padding-top: 52px;
  padding-bottom: 52px;
  background-color: rgba(220, 220, 223, 0.9);
}
@media (max-width: 600px) {
  .tomaco section.apps {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@supports (backdrop-filter: blur(20px)) or (-webkit-backdrop-filter: blur(20px)) {
  .tomaco section.apps {
    background-color: rgba(220, 220, 223, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
}
.tomaco section.apps .links {
  font-size: 0;
  margin-left: -8px;
  margin-right: -8px;
}
.tomaco section.apps .links li {
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
  will-change: box-shadow, transform;
  transition: box-shadow, transform, 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
  transition: all 0.15s ease-out;
  transition-property: filter, transform, opacity;
  will-change: filter, transform, opacity;
}
.tomaco section.apps .links li:hover {
  filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.15));
  transform: translateY(-4px);
}
.tomaco section.apps .links li:active {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0));
  transform: translateY(2px);
}
.tomaco section.apps .links li:active {
  opacity: 0.65;
}
.tomaco section.apps h2 {
  white-space: nowrap;
  margin-right: 16px;
}
@media (max-width: 600px) {
  .tomaco section.apps {
    box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: -90px;
  }
  .tomaco section.apps h2 {
    margin-right: 0;
  }
}
.tomaco section.how-it-works {
  padding-top: 52px;
  text-align: center;
}
@media (max-width: 600px) {
  .tomaco section.how-it-works {
    padding-top: 32px;
  }
}
.tomaco section.how-it-works .steps {
  zoom: 1;
  margin: -16px;
}
.tomaco section.how-it-works .steps:before, .tomaco section.how-it-works .steps:after {
  content: "";
  display: table;
}
.tomaco section.how-it-works .steps:after {
  clear: both;
}
.tomaco section.how-it-works .steps > * {
  float: left;
  width: 33.3333333333%;
  padding: 16px;
}
.tomaco section.how-it-works .steps li {
  line-height: 1.2;
}
.tomaco section.how-it-works .steps li:nth-child(1) figure {
  border: 2px solid #ff000e;
  background: #ff0a17;
}
.tomaco section.how-it-works .steps li:nth-child(2) figure {
  border: 2px solid #f58900;
  background: #ff8f00;
}
.tomaco section.how-it-works .steps li:nth-child(3) figure {
  border: 2px solid #00d44e;
  background: #00de52;
}
.tomaco section.how-it-works .steps figure {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  font-size: 42px;
  font-weight: 500;
  border-radius: 8px;
  color: white;
}
.tomaco section.how-it-works .steps h2 {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.tomaco section.how-it-works .steps p {
  font-size: 18px;
  color: #2b2b2b;
}
@media (max-width: 600px) {
  .tomaco section.how-it-works .steps {
    zoom: 1;
    margin: -16px;
  }
  .tomaco section.how-it-works .steps:before, .tomaco section.how-it-works .steps:after {
    content: "";
    display: table;
  }
  .tomaco section.how-it-works .steps:after {
    clear: both;
  }
  .tomaco section.how-it-works .steps > * {
    float: left;
    width: 100%;
    padding: 16px;
  }
}
.tomaco section.how-it-works .fruit {
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url(img/Fruit_1x.jpg);
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .tomaco section.how-it-works .fruit {
    background-size: 540px;
    height: 120px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .tomaco section.how-it-works .fruit {
    background-image: url(img/Fruit_2x.jpg);
  }
}
.tomaco section.links {
  padding-top: 52px;
  padding-bottom: 52px;
  position: relative;
  background: #dcdcdf;
}
@media (max-width: 600px) {
  .tomaco section.links {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.tomaco section.links:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 16px;
  background: linear-gradient(rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
}
.tomaco section.links .stories {
  zoom: 1;
  margin: -25px;
  line-height: 1.4;
  text-align: center;
}
.tomaco section.links .stories:before, .tomaco section.links .stories:after {
  content: "";
  display: table;
}
.tomaco section.links .stories:after {
  clear: both;
}
.tomaco section.links .stories > * {
  float: left;
  width: 50%;
  padding: 25px;
}
.tomaco section.links .stories li a {
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.15);
  will-change: box-shadow, transform;
  transition: box-shadow, transform, 0.2s ease-out;
  display: block;
  cursor: pointer;
  min-height: 400px;
  background-color: white;
  border-radius: 12px;
  text-decoration: none;
}
.tomaco section.links .stories li a:hover {
  box-shadow: 0px 2px 48px rgba(0, 0, 0, 0.15);
  transform: translateY(-6px);
}
.tomaco section.links .stories li a:active {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
  transform: translateY(3px);
}
.tomaco section.links .stories li a header {
  background: linear-gradient(rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0) 100%);
  padding: 16px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  color: black;
  text-shadow: 0px 2px 4px rgba(255, 255, 255, 0.5);
}
.tomaco section.links .stories li a.light-content {
  fill: white;
  background-color: #2b2b2b;
}
.tomaco section.links .stories li a.light-content header {
  background: linear-gradient(rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0) 100%);
  color: white;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.tomaco section.links .stories li a.disable-background header {
  background-image: none;
}
.tomaco section.links .stories li a.for-stores {
  background-size: cover;
  background-position: center center;
  background-image: url(img/Storefront_2x.jpg);
}
.tomaco section.links .stories li a.for-shoppers {
  background-size: cover;
  background-position: center center;
  background-image: url(img/Bags_2x-compressed.jpg);
}
.tomaco section.links .stories span {
  display: block;
  font-weight: 500;
  opacity: 0.65;
  margin-bottom: 8px;
}
.tomaco section.links .stories h2 {
  font-size: 36px;
  font-weight: 600;
}
.tomaco section.links .stories h2 * {
  vertical-align: middle;
}
@media (max-width: 600px) {
  .tomaco section.links .stories h2 {
    font-size: 26px;
  }
}
.tomaco section.links .stories.single {
  zoom: 1;
  margin: -25px;
}
.tomaco section.links .stories.single:before, .tomaco section.links .stories.single:after {
  content: "";
  display: table;
}
.tomaco section.links .stories.single:after {
  clear: both;
}
.tomaco section.links .stories.single > * {
  float: left;
  width: 100%;
  padding: 25px;
}
.tomaco section.links .stories.single li a {
  min-height: auto;
}
.tomaco section.links .stories.single header {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 600px) {
  .tomaco section.links .stories {
    zoom: 1;
    margin: -16px;
  }
  .tomaco section.links .stories:before, .tomaco section.links .stories:after {
    content: "";
    display: table;
  }
  .tomaco section.links .stories:after {
    clear: both;
  }
  .tomaco section.links .stories > * {
    float: left;
    width: 100%;
    padding: 16px;
  }
}
.tomaco section.footer {
  padding-bottom: 52px;
  background: #2b2b2b;
  color: white;
}
@media (max-width: 600px) {
  .tomaco section.footer {
    padding-bottom: 32px;
  }
}
.tomaco section.footer .content {
  position: relative;
}
.tomaco section.footer .logo {
  fill: white;
}
.tomaco section.footer .up {
  fill: white;
  text-align: right;
  transition: opacity 0.15s ease-out;
}
.tomaco section.footer .up:active {
  opacity: 0.5;
}
.tomaco section.footer .series-of-tubes {
  padding-top: 16px;
}
.tomaco section.footer .series-of-tubes nav {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 16px;
  color: #888B90;
  line-height: 1.8;
}
.tomaco section.footer .series-of-tubes nav a {
  color: inherit;
  text-decoration: none;
}
.tomaco section.footer .series-of-tubes nav a:hover {
  color: white;
}
@media (max-width: 600px) {
  .tomaco section.footer .series-of-tubes nav {
    width: auto;
  }
}
.tomaco section.footer .series-of-tubes .arrow-up {
  position: absolute;
  right: 55px;
  top: 28px;
}
.tomaco section.footer .series-of-tubes .social {
  color: #DCDCDF;
}
.tomaco section.footer .series-of-tubes .apps svg {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  will-change: box-shadow, transform;
  transition: box-shadow, transform, 0.2s ease-out;
  width: 111px;
  height: 38px;
}
.tomaco section.footer .series-of-tubes .apps svg:hover {
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.15));
  transform: translateY(-2px);
}
.tomaco section.footer .series-of-tubes .apps svg:active {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0));
  transform: translateY(1px);
}
.tomaco section.footer .series-of-tubes section.copyright-phrase {
  color: #888B90;
  font-size: 12px;
  padding: 16px;
}
.tomaco section.footer .series-of-tubes section.copyright-phrase p {
  margin: 8px 0 8px 0;
}
.tomaco section.footer:after {
  content: "";
  display: block;
  height: 64px;
}

#language-selection-footer {
  background-color: #cccccc;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
  border: 2px solid #d9d9d9;
  border-radius: 5px;
  height: 38px;
  width: 200px;
  box-sizing: border-box;
  padding: 0px;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 500;
  font-family: "Avenir Next", Avenir, sans-serif;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  background-image: url("/static/landings/language_selection/select_chevron.svg");
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}
@media screen and (min-width: 450px) {
  #language-selection-footer {
    position: absolute;
    right: 55px;
    bottom: 88px;
  }
}
#language-selection-footer:focus {
  border-color: #007aff;
  box-shadow: 0 0 8px rgba(0, 122, 255, 0.25), 0 0 2px rgba(0, 122, 255, 0.5);
}
#language-selection-footer #selected-language-footer {
  box-sizing: border-box;
  height: 100%;
  padding: 10px;
  cursor: pointer;
  text-align: left;
}
#language-selection-footer #selected-language-footer .flag-icon {
  margin-right: 10px;
}
#language-selection-footer #language-selection-options-footer {
  display: none;
  background-color: white;
  position: absolute;
  bottom: 36px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  box-shadow: 0px 3px 10px #333333;
  border-radius: 5px;
  border: 2px solid #d9d9d9;
}
#language-selection-footer #language-selection-options-footer.visible {
  display: block;
}
#language-selection-footer #language-selection-options-footer .country {
  margin: 0px;
  width: 100%;
  padding: 10px;
  color: #2b2b2b;
  cursor: pointer;
  text-align: left;
  display: block;
  text-decoration: none;
}
#language-selection-footer #language-selection-options-footer .country .flag-icon {
  margin-right: 10px;
}
#language-selection-footer #language-selection-options-footer .country:hover {
  background-color: #007aff;
  color: white;
}

.see-stores {
  text-align: center;
}
@media (max-width: 600px) {
  .see-stores {
    padding-top: 32px;
  }
}
.see-stores a {
  height: 55px;
  border: 2px solid #f50024;
  border-radius: 10px;
  padding: 10px 16px;
  font: inherit;
  font-size: 20px;
  outline: none;
  appearance: none;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
  will-change: box-shadow, transform;
  cursor: pointer;
  color: white;
  background: #ff0026;
  font-weight: 600;
}
.see-stores a:link {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
