@charset "UTF-8";
/*
 *  Brought to you by Yago Estévez. https://twitter.com/yagoestevez
 */
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker|Merienda");
*,
*::before,
*::after,
:root {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  line-height: 1.8rem;
}

body {
  font-family: "Merienda", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
}
body a {
  color: #5aac46 !important;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  outline: none;
  transition: color 300ms;
}
body a:hover {
  color: #dc0f17 !important;
  text-decoration: none;
}

.wave__bottom, .wave__top {
  position: absolute;
  left: 0;
  width: 100%;
  fill: #fafafa;
}

.wave__bottom {
  bottom: 0;
  margin-bottom: -2px;
}

.wave__top {
  top: 0;
  margin-top: -2px;
}

#header {
  min-height: 100%;
}
#header #nav-bar {
  background: #fafafa;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 1024;
}
@media (max-height: 400px) {
  #header #nav-bar {
    height: 45px;
  }
}
#header #nav-bar .navbar__toggler {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 60px;
  border: none;
  padding: 1rem;
  transition: 200ms;
  background: none !important;
  color: #dc0f17 !important;
}
@media (max-width: 600px) {
  #header #nav-bar .navbar__toggler {
    display: flex;
  }
}
@media (max-height: 400px) {
  #header #nav-bar .navbar__toggler {
    height: 45px;
    padding: 0.5rem;
  }
}
#header #nav-bar .navbar__toggler:hover {
  background: #dc0f17 !important;
  color: #fff !important;
}
#header #nav-bar .navbar {
  height: 100%;
  padding: 0.5rem;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #nav-bar .navbar .navbar__brand {
  display: flex;
}
@media (max-width: 600px) {
  #header #nav-bar .navbar .navbar__brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #header #nav-bar .navbar .navbar__brand #header-img {
    height: 15px !important;
  }
}
#header #nav-bar .navbar .navbar__item {
  padding: 0.5rem;
}
@media (max-width: 900px) {
  #header #nav-bar .navbar .navbar__item {
    padding: 0.3rem;
  }
}
#header #nav-bar .navbar .navbar__item.active, #header #nav-bar .navbar .navbar__item.active a {
  color: #dc0f17 !important;
}
#header #nav-bar .navbar .navbar__links {
  list-style-type: none;
  transition: opacity 200ms;
  display: flex;
}
@media (max-width: 600px) {
  #header #nav-bar .navbar .navbar__links {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    height: 100vh;
    width: 100vw;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: -1;
    opacity: 0;
  }
}
@media (max-height: 400px) {
  #header #nav-bar .navbar .navbar__links {
    flex-direction: row !important;
  }
}
#header #nav-bar .navbar .navbar__links.show {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 600px) {
  #header #nav-bar .navbar .navbar__links .navbar__item {
    margin-bottom: 1.4rem !important;
  }
}
@media (max-width: 900px) {
  #header #nav-bar .navbar .navbar__links .nav-link {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 600px) {
  #header #nav-bar .navbar .navbar__links .nav-link {
    font-size: 1.4rem !important;
  }
}
#header #banner {
  position: relative;
  height: 100vh;
  background: #5aac46;
  background: repeating-linear-gradient(45deg, #5aac46, #5aac46 15px, #5cb047 15px, #5cb047 30px);
  background-attachment: fixed;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #header #banner {
    background-attachment: scroll;
  }
}
@media (max-width: 900px) {
  #header #banner {
    padding-top: 60px;
  }
}
#header #banner .banner__header {
  height: 100%;
  margin: 0;
  padding: 5rem;
  background: url("https://raw.githubusercontent.com/yagoestevez/tomate-timer-landing-page/master/src/Assets/Images/Header-Background.svg?sanitize=true") no-repeat bottom;
  background-attachment: fixed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 600px) {
  #header #banner .banner__header {
    background-attachment: scroll;
  }
}
@media (max-width: 900px) {
  #header #banner .banner__header {
    padding: 2rem 1rem 1rem 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
#header #banner .banner__header .banner__intro {
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem;
  color: #444;
  border: 2px solid #fff;
  font-family: "Merienda", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 900px) {
  #header #banner .banner__header .banner__intro {
    padding: 1.4rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-height: 400px) {
  #header #banner .banner__header .banner__intro {
    padding: 0.5rem;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#header #banner .banner__header .banner__intro .banner__title {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: normal;
  color: #dc0f17 !important;
  font-size: 2rem !important;
  font-family: "Permanent Marker", sans-serif;
  font-weight: normal;
}
@media (max-width: 600px) {
  #header #banner .banner__header .banner__intro .banner__title {
    font-size: 1.5rem !important;
  }
}
@media (max-height: 400px) {
  #header #banner .banner__header .banner__intro .banner__title {
    font-size: 1.1rem !important;
    margin-bottom: 0.3rem;
  }
}
#header #banner .banner__header .banner__intro .banner__desc {
  line-height: 1.6rem;
  font-size: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  #header #banner .banner__header .banner__intro .banner__desc {
    font-size: 0.8rem !important;
  }
}
@media (max-height: 400px) {
  #header #banner .banner__header .banner__intro .banner__desc {
    margin-bottom: 0.5rem;
    font-size: 0.7rem !important;
    line-height: 1.1rem;
  }
}
#header #banner .banner__header .banner__intro .banner__cta {
  display: block;
  width: 100%;
  padding: 0.8rem;
  margin-top: 1.3rem;
  text-align: center;
  transition: 200ms;
  background: #dc0f17 !important;
  color: #fff !important;
  font-family: "Permanent Marker", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (max-width: 600px) {
  #header #banner .banner__header .banner__intro .banner__cta {
    padding: 0.5rem;
    font-size: 1rem !important;
  }
}
@media (max-height: 400px) {
  #header #banner .banner__header .banner__intro .banner__cta {
    padding: 0.3rem;
    margin-top: 0.3rem;
    line-height: 1rem;
    font-size: 1rem !important;
  }
}
#header #banner .banner__header .banner__intro .banner__cta:hover {
  background: #5aac46 !important;
  color: #fff !important;
}

#story {
  background: #fafafa;
  padding: 3rem;
}
#story .story__title {
  padding: 3rem 0;
  max-width: 900px;
  margin: 0 auto;
  color: #444 !important;
  font-size: 2rem !important;
  font-family: "Permanent Marker", sans-serif;
  font-weight: normal;
}
@media (max-width: 600px) {
  #story .story__title {
    display: none;
  }
}
#story .story__title--phone {
  padding: 1.5rem 0;
  text-align: center;
  display: none;
  color: #444 !important;
  font-size: 2rem !important;
  font-family: "Permanent Marker", sans-serif;
  font-weight: normal;
}
@media (max-width: 600px) {
  #story .story__title--phone {
    font-size: 1.4rem !important;
    display: block;
  }
}
#story .story__body {
  min-height: 100vh;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  #story .story__body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
#story .story__image {
  width: 33%;
  margin-right: 3rem;
  float: left;
  shape-outside: circle(50%);
}
@media (max-width: 600px) {
  #story .story__image {
    width: 50%;
    margin-right: 0;
    float: none;
  }
}
#story p {
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  color: #444;
  margin-bottom: 1rem;
}
#story a {
  text-decoration: underline;
}
#story .em {
  color: #dc0f17;
}

#features {
  background: #dc0f17;
  background: repeating-linear-gradient(-45deg, #dc0f17, #dc0f17 15px, #e10f17 15px, #e10f17 30px);
  background-attachment: fixed;
  position: relative;
  padding: 10rem 3rem;
}
@media (max-width: 600px) {
  #features {
    background-attachment: scroll;
  }
}
@media (max-width: 600px) {
  #features {
    padding: 3rem;
  }
}
#features .features__title {
  padding: 3rem 0;
  margin: 0 auto !important;
  text-align: center;
  color: #fff !important;
  font-size: 2rem !important;
  font-family: "Permanent Marker", sans-serif;
  font-weight: normal;
}
@media (max-width: 600px) {
  #features .features__title {
    font-size: 1.4rem !important;
  }
}
#features .features__title .em {
  color: #ffcc00;
}
#features .features__container {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
#features .features__container .features__item, #features .features__container .features__item--reverse {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  #features .features__container .features__item, #features .features__container .features__item--reverse {
    flex-direction: column;
  }
}
#features .features__container .features__item .features__image, #features .features__container .features__item--reverse .features__image {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 1rem;
}
@media (max-width: 900px) {
  #features .features__container .features__item .features__image, #features .features__container .features__item--reverse .features__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#features .features__container .features__item .features__subtitle, #features .features__container .features__item--reverse .features__subtitle {
  color: #fff !important;
  font-size: 1.6rem !important;
  font-family: "Permanent Marker", sans-serif;
  font-weight: normal;
}
@media (max-width: 600px) {
  #features .features__container .features__item .features__subtitle, #features .features__container .features__item--reverse .features__subtitle {
    font-size: 1.2rem;
  }
}
#features .features__container .features__item .separator, #features .features__container .features__item--reverse .separator {
  width: 50px;
  height: 2px;
  margin: 1.4rem 0;
  background: #ffcc00;
}
#features .features__container .features__item p, #features .features__container .features__item--reverse p {
  font-weight: bold;
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  #features .features__container .features__item p, #features .features__container .features__item--reverse p {
    font-weight: normal;
    font-size: 1rem;
  }
}
@media (max-width: 900px) {
  #features .features__container .features__item--reverse {
    flex-direction: column-reverse;
  }
}

#guide {
  position: relative;
  padding: 10rem 3rem;
  background: #dc0f17;
  background: repeating-linear-gradient(-45deg, #dc0f17, #dc0f17 15px, #e10f17 15px, #e10f17 30px);
  background-attachment: fixed;
}
@media (max-width: 600px) {
  #guide {
    background-attachment: scroll;
  }
}
@media (max-width: 600px) {
  #guide {
    padding: 3rem;
  }
}
#guide .guide__title {
  padding: 3rem 0;
  margin: 0 auto !important;
  text-align: center;
  color: #fff !important;
  font-size: 2rem !important;
  font-family: "Permanent Marker", sans-serif;
  font-weight: normal;
}
@media (max-width: 600px) {
  #guide .guide__title {
    font-size: 1.4rem !important;
  }
}
#guide .guide__title .em {
  color: #ffcc00;
}
#guide .guide__container {
  max-width: 900px;
  margin: 0 auto;
}
#guide .guide__container .video__wrapper {
  position: relative;
  padding: 25px 0 53% 0;
  height: 0;
  width: 100%;
}
#guide .guide__container .video__wrapper #video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#guide p {
  padding: 2rem;
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  #guide p {
    padding: 2rem 0;
    font-size: 1rem;
  }
}

#app {
  background: #fafafa;
  padding: 10rem 3rem;
  color: #444;
}
@media (max-width: 600px) {
  #app {
    padding: 3rem;
  }
}
#app .app__container {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  #app .app__container {
    flex-direction: column;
  }
}
#app .app__container .app__image {
  padding-right: 1rem;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 600px) {
  #app .app__container .app__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#app .app__container .app__title {
  padding: 3rem 0;
  margin: 0 auto !important;
  text-align: center;
  color: #444 !important;
  font-size: 2rem !important;
  font-family: "Permanent Marker", sans-serif;
  font-weight: normal;
}
@media (max-width: 600px) {
  #app .app__container .app__title {
    padding: 1rem;
    font-size: 1.4rem !important;
  }
}
#app .app__container .app__title .em {
  color: #dc0f17;
}
#app .app__container .app__cta {
  display: block;
  width: 100%;
  padding: 0.8rem;
  margin-top: 2rem;
  text-align: center;
  transition: 200ms;
  background: #dc0f17 !important;
  color: #fff !important;
  font-family: "Permanent Marker", sans-serif;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (max-width: 600px) {
  #app .app__container .app__cta {
    padding: 0.5rem;
    font-size: 1rem !important;
  }
}
#app .app__container .app__cta:hover {
  background: #5aac46 !important;
  color: #fff !important;
}
#app .app__container .separator {
  width: 50px;
  height: 2px;
  margin: 1.4rem 0;
  background: #dc0f17;
}
#app .app__container .em {
  color: #dc0f17;
}
#app .app__container p {
  text-align: justify;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-bottom: 1rem;
}
@media (max-width: 600px) {
  #app .app__container p {
    font-size: 1rem;
  }
}

#newsletter {
  background: #dc0f17;
  background: repeating-linear-gradient(90deg, #dc0f17, #dc0f17 15px, #e10f17 15px, #e10f17 30px);
  background-attachment: fixed;
  position: relative;
  padding: 10rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  #newsletter {
    background-attachment: scroll;
  }
}
@media (max-width: 600px) {
  #newsletter {
    padding: 5rem 3rem;
  }
}
#newsletter .newsletter__container {
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#newsletter .newsletter__box {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 99% 80%, 85% 80%, 70% 100%, 75% 80%, 2% 80%);
          clip-path: polygon(0% 0%, 100% 0%, 99% 80%, 85% 80%, 70% 100%, 75% 80%, 2% 80%);
  padding: 3rem 3rem 7rem 3rem;
  color: #444;
  transition: background 200ms 200ms;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  #newsletter .newsletter__box {
    padding: 2rem 2rem 7rem 2rem;
  }
}
#newsletter .newsletter__box .newsletter__form {
  transition: opacity 200ms 200ms;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
#newsletter .newsletter__box .newsletter__form .newsletter__subtitle {
  margin-bottom: 0.5rem;
  line-height: 1.4rem;
}
@media (max-width: 600px) {
  #newsletter .newsletter__box .newsletter__form .newsletter__subtitle {
    font-size: 1rem !important;
  }
}
#newsletter .newsletter__box .newsletter__form .newsletter__title {
  padding-bottom: 1rem;
  line-height: 1.4rem;
  color: #dc0f17 !important;
  font-size: 2rem !important;
  font-family: "Permanent Marker", sans-serif;
  font-weight: normal;
}
@media (max-width: 600px) {
  #newsletter .newsletter__box .newsletter__form .newsletter__title {
    font-size: 1.4rem !important;
  }
}
#newsletter .newsletter__box .newsletter__form input {
  padding: 1rem;
  background: #fff;
  border: none;
  float: left;
}
#newsletter .newsletter__box .newsletter__form input[type=email] {
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
}
@media (max-width: 600px) {
  #newsletter .newsletter__box .newsletter__form input[type=email] {
    width: 100%;
    border-radius: 0;
  }
}
#newsletter .newsletter__box .newsletter__form input[type=submit] {
  cursor: pointer;
  font-weight: bold;
  transition: 150ms;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 0;
  background: #5aac46 !important;
  color: #fff !important;
}
@media (max-width: 600px) {
  #newsletter .newsletter__box .newsletter__form input[type=submit] {
    background: #dc0f17 !important;
    color: #fff !important;
    width: 100%;
    border-radius: 0;
  }
}
#newsletter .newsletter__box .newsletter__form input[type=submit]:hover {
  background: #dc0f17 !important;
  color: #fff !important;
}
#newsletter .newsletter__box .newsletter__form input[type=submit]:active {
  background: #c40d15;
}
@media (max-width: 600px) {
  #newsletter .newsletter__box .newsletter__form input[type=submit]:active {
    background: #5aac46 !important;
    color: #fff !important;
  }
}
#newsletter .newsletter__box .newsletter__sent {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  padding: 2rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  opacity: 0;
  transition: opacity 200ms 500ms;
}
#newsletter .newsletter__box .newsletter__sent .newsletter__title {
  color: #fff !important;
  font-size: 2rem !important;
  font-family: "Permanent Marker", sans-serif;
  font-weight: normal;
  padding-bottom: 1rem;
  line-height: 1rem;
}
#newsletter .newsletter__box .newsletter__sent p {
  margin-bottom: 1rem;
}
#newsletter .newsletter__image {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}
#newsletter .sent {
  background: #5aac46 !important;
}
#newsletter #credits {
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold !important;
}
#newsletter #credits a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: bold;
  outline: none;
  transition: color 300ms;
}
#newsletter #credits a:hover {
  color: #fff !important;
  text-decoration: none;
}