@charset "UTF-8";
/* VARIÁVEIS */
/* HEADER */
#header {
  height: 100vh;
  background: url("../imagens/tinified/bg-header-footer.jpg");
  background-size: 100%;
  background-attachment: fixed;
}
#header .container {
  position: relative;
  z-index: 99;
  text-align: center;
}
#header .container .header-tit {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
#header .container .header-desc {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

/* SOBRE */
#sobre .main-tit {
  background-color: #dd1f85;
  color: #fff;
}

/* DESCONTO 1 & DESCONTO 2 */
.desconto .form-container {
  max-width: 300px;
  margin: 20px auto 0;
}
.desconto .form-container .cadastro-input {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 0;
  outline: 0;
  margin-bottom: 15px;
}
.desconto .form-container .cadastro-send {
  padding: 15px;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  color: #fff;
  background-color: #dd1f85;
  border: 0;
  outline: 0;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 18px;
  font-family: "Arial";
}
.desconto .form-container .cadastro-send:hover {
  background-color: #0066cc;
  transition: all 0.4s;
}

#desconto1 {
  background-color: #b3d335;
}
#desconto1 .main-tit {
  color: #dd1f85;
}
#desconto1 .desconto-desc {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
}

#desconto2 {
  background: url("../imagens/tinified/bg-header-footer.jpg");
  background-attachment: fixed;
  background-size: 100%;
  position: relative;
}
#desconto2 .container {
  position: relative;
  z-index: 99;
}
#desconto2 .container .main-tit {
  color: #dd1f85;
}
#desconto2 .container .desconto-desc {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #74dfdb;
}

/* INGREDIENTES */
#ingredientes {
  background: url("../imagens/tinified/bg-ingredientes.jpg");
  background-size: 100%;
  position: relative;
}
#ingredientes .main-tit {
  position: relative;
  z-index: 99;
  color: #dd1f85;
}
#ingredientes .w-45 {
  z-index: 99;
  position: relative;
}
#ingredientes .w-45 .ingrediente-item {
  margin-bottom: 40px;
}
#ingredientes .w-45 .ingrediente-item:last-of-type {
  margin-bottom: 0;
}
#ingredientes .w-45 .ingrediente-item .ingrediente-tit {
  color: #74dfdb;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 15px;
}
#ingredientes .w-45 .ingrediente-item .ingrediente-desc {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: justify;
}
#ingredientes .w-45 .ingrediente-item .ingrediente-vantagem {
  color: #dd1f85;
  font-size: 16px;
  margin-top: 15px;
}

/* TABELA NUTRICIONAL */
#tabela-nutricional .main-tit {
  color: #74dfdb;
}

/* PREPARO */
#preparo {
  background-color: #000;
}
#preparo .main-tit {
  color: #fff;
}
#preparo .preparo-container {
  margin-top: 40px;
}
#preparo .preparo-container .w-30 {
  text-align: center;
}
#preparo .preparo-container .w-30 .preparo-tit {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  color: #fff;
  margin-bottom: 12px;
  padding-bottom: 12px;
  margin-top: 18px;
}
#preparo .preparo-container .w-30 .preparo-tit:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #b3d335;
  left: 0;
  right: 0;
  top: 100%;
}
#preparo .preparo-container .w-30 .preparo-desc {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
}

/* AUMENTA RESULTADOS */
#resultados {
  background: url("../imagens/tinified/bg-resultados.jpg");
}
#resultados .resultados-tit {
  margin: 0 auto;
  max-width: 500px;
}
#resultados .resultados-tit .resultados-min-tit {
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  font-weight: bold;
  margin: 15px 0;
}
#resultados .resultados-tit .resultados-min-tit.resultados-min-tit-center {
  text-align: center;
}
#resultados .resultados-tit .resultados-min-tit.resultados-min-tit-right {
  text-align: right;
}
#resultados .w-30 .img-produto {
  width: 100%;
}
#resultados .w-50 .resultados-cta {
  max-width: fit-content;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #fff;
  background-color: #dd1f85;
  border-radius: 25px;
  display: block;
  padding: 15px 18px;
  font-weight: bold;
}
#resultados .w-50 .resultados-desc {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
}

/* VIDEO */
#video .container .video {
  width: 100%;
}

/* DEPOIMENTOS */
#depoimentos {
  background-color: #dd1f85;
}
#depoimentos .container .w-33 .img-modelo {
  width: 100%;
  margin-bottom: 25px;
}
#depoimentos .container .w-33 .depoimento-desc {
  text-align: justify;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-style: italic;
}
#depoimentos .container .w-33 .depoimento-nome {
  margin-top: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
#depoimentos .container .w-33 .depoimento-link {
  color: #fff;
  font-style: italic;
  font-size: 13px;
  margin-top: 10px;
  text-decoration: none;
  display: block;
}

/* FOOTER */
#footer .container-footer {
  max-width: 990px;
  margin: 0 auto;
}
#footer .container-footer .copyright-text {
  font-size: 13px;
  color: #70706b;
}
#footer .container-footer .img-logo-nutridirect {
  max-width: 200px;
}

@media screen and (max-width: 990px) {
  /* HEADER */
  #header {
    background-size: auto 100%;
  }
  #header .container {
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 100%;
  }
  #header .container .img-produto, #header .container .img-logo {
    max-width: 90%;
    margin: 0 auto;
  }

  /* SOBRE */
  #sobre .main-tit {
    padding-left: 20px;
    padding-right: 20px;
  }
  #sobre .w-40 {
    margin-top: 30px;
    text-align: center;
  }
  #sobre .w-40 .img-sobre {
    max-width: 100%;
  }

  /* DESCONTO 1 */
  /* INGREDIENTES */
  #ingredientes .ingredientes-container .w-45 {
    text-align: center;
  }
  #ingredientes .ingredientes-container .w-45:first-of-type {
    margin-bottom: 30px;
  }
  #ingredientes .ingredientes-container .w-45 .img-produto {
    max-width: 100%;
    margin: 0 auto;
  }

  /* TABELA NUTRICIONAL */
  #tabela-nutricional .tabela-nutricional-container .img-tabela-nutricional {
    width: 100%;
  }

  /* PREPARO */
  #preparo .preparo-container .w-30 {
    margin-bottom: 50px;
  }
  #preparo .preparo-container .w-30:last-of-type {
    margin-bottom: 0;
  }

  /* AUMENTA RESULTADOS */
  #resultados {
    background-size: auto 100%;
  }
  #resultados .resultados-cta {
    margin-top: 30px;
  }

  /* VIDEO */
  #video .video {
    height: 300px;
  }

  /* DEPOIMENTOS */
  #depoimentos .w-33:first-of-type {
    margin-bottom: 40px;
  }

  /* DESCONTO 2 */
  #desconto2 {
    background-size: auto 100%;
  }

  /* FOOTER */
  #footer .container-footer {
    padding: 20px;
  }
  #footer .container-footer .copyright-text {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  #footer .container-footer .img-logo-nutridirect {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 991px) {
  /* HEADER */
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .container {
    padding: 20px 0;
  }
  #header .container .img-logo {
    max-width: 60%;
    margin: 30px auto;
  }
  #header .container .img-produto {
    width: 100%;
  }
  #header .container .header-tit {
    margin-bottom: 20px;
  }

  /* SOBRE */
  #sobre .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sobre .container .img-sobre {
    max-width: 260px;
    float: right;
  }

  /* DESCONTO 1 */
  /* INGREDIENTES */
  #ingredientes .ingredientes-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }

  /* TABELA NUTRICIONAL */
  #tabela-nutricional .tabela-nutricional-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  /* PREPARO */
  #preparo .preparo-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  /* AUMENTA RESULTADOS */
  #resultados {
    background-size: 100%;
    background-position: center;
  }
  #resultados .resultados-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  #resultados .resultados-container .w-50 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-self: stretch;
  }

  /* VIDEO */
  /* DEPOIMENTOS */
  #depoimentos .container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }

  #desconto2 .desconto-desc {
    max-width: 60%;
    margin: 0 auto 35px;
  }

  /* FOOTER */
  #footer .container-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
  }
  #footer .container-footer .img-logo-nutridirect {
    margin-left: 30px;
  }
}

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