@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  scroll-behavior: smooth;
}

body, html {
  height: 100%;
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background: #fbfbfb;
  font-family: "Lato", sans-serif;
  color: #303030;
}

a {
  color: inherit;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

.btn {
  background-color: #b1ca39;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  padding: 8px 0px;
  width: 150px;
}

.close {
  width: 30px;
  height: 30px;
}
.close img {
  width: 15px;
}

::-webkit-scrollbar {
  width: 10px;
  background: #F4F4F4;
}

::-webkit-scrollbar-track {
  background-color: #F4F4F4;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background: #dad7d7;
}

.painel {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-left: 3px solid #b1ca39;
}
.painel h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #4D4D5B;
}

footer span {
  color: #b1ca39;
  font-weight: 600;
}

#quadro tr:hover td {
  background-color: #b1ca39;
}

#graficoPizza tr:hover td {
  background-color: #b1ca39;
}

#ingre:hover {
  background-color: #b1ca39;
}

#dadosDietaII tr:hover td {
  background-color: #b1ca39;
}

nav {
  background-color: #fff;
}
nav p {
  font-weight: 700;
  padding: 5px 10px;
}
nav p:hover, nav p:active {
  color: #b1ca39;
}
nav img {
  width: 280px;
}
nav .btnMenu em {
  color: #b1ca39;
  font-size: 20px;
}
nav .loginMobile {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #fff;
  display: none;
}
nav .loginMobile em {
  font-size: 26px;
  color: #b1ca39;
}
nav .btnCadastro {
  width: 200px;
  margin-left: 600px;
}

#home {
  text-align: left;
}
#home .container {
  width: 100%;
  position: relative;
}
#home .textos {
  margin: 0;
  position: absolute;
  text-align: center;
}
#home h1 {
  color: #b1ca39;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 30px;
}
#home h2 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
#home p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
  display: none;
}
#home img {
  top: 100%;
  width: 65%;
  margin-top: 200px;
  max-width: 30%;
  margin-top: 10px;
  margin-left: 50%;
  border-radius: 50%;
}

#projeto, #beneficioCentral {
  background-color: #fff;
}
#projeto img, #beneficioCentral img {
  margin-bottom: 50px;
  border-radius: 50%;
  width: 60%;
}
#projeto .esquerda, #beneficioCentral .esquerda {
  text-align: center;
}
#projeto .direita, #beneficioCentral .direita {
  text-align: center;
}
#projeto .textos, #beneficioCentral .textos {
  text-align: center;
}
#projeto .textos h1, #beneficioCentral .textos h1 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}
#projeto .textos p, #beneficioCentral .textos p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
}
#projeto .textos span, #beneficioCentral .textos span {
  color: #b1ca39;
  font-weight: 700;
}

#beneficios h1 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 30px;
}
#beneficios .card {
  text-align: center;
  border-radius: 15px;
  border: 1px solid #b1ca39;
  width: 95%;
  height: 95%;
  margin: 0 10px;
  padding: 15px 0px;
  margin-bottom: 30px;
  cursor: pointer;
}
#beneficios .card .card-text {
  line-height: 24px;
}
#beneficios .card em {
  font-size: 44px;
  color: #b1ca39;
}
#beneficios .card button {
  width: 80px;
  height: 80px;
  border: #fff;
  border-radius: 50%;
  padding: 18px 16px;
  background-color: #f5f5dc;
  cursor: default;
  margin-bottom: 30px;
}
#beneficios .card .card-title {
  color: #b1ca39;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
}

#contato {
  background: #fff;
}
#contato h1 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 30px;
}
#contato p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
}
#contato .form-control {
  background-color: #fbfbfb;
  padding: 8px 0px;
}
#contato span {
  color: #b1ca39;
}
#contato h6 span {
  color: #ff0000;
}
#contato .btn {
  margin-left: auto;
  margin-right: auto;
}

#equipe {
  text-align: center;
}
#equipe h1 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 50px;
  margin-top: 30px;
}
#equipe img {
  text-align: center;
  border-radius: 50%;
  width: 65%;
  border: 5px solid #f5f5dc;
}
#equipe h6 {
  font-size: 18px;
  color: #b1ca39;
  font-weight: 600;
}
#equipe a {
  color: #b1ca39;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
#equipe a:hover {
  color: #303030;
}
#equipe .card {
  background-color: inherit;
  border: none;
}
#equipe .card .card-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
#equipe .card .card-text {
  font-size: 16px;
  color: #303030;
  line-height: 24px;
}

#login h1, #recuperarConta h1 {
  color: #b1ca39;
  font-size: 28px;
  font-weight: 700;
}
#login p, #recuperarConta p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 30px;
  text-align: left;
}
#login strong, #recuperarConta strong {
  font-weight: 900;
}
#login a:hover, #recuperarConta a:hover {
  color: #b1ca39;
  font-weight: 600;
  cursor: pointer;
  text-decoration: underline;
}
#login .form-control, #recuperarConta .form-control {
  background-color: #fbfbfb;
  padding: 8px 0px;
}
#login .btn, #recuperarConta .btn {
  width: 100%;
}

#cadastro .propaganda {
  background-color: #b1ca39;
  height: 500px;
  cursor: default;
}
#cadastro .propaganda h1 {
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  margin-top: 30px;
}
#cadastro .propaganda span {
  font-weight: 900;
  color: #fff;
}
#cadastro .propaganda hr {
  margin: 30px 0px;
  background-color: #fff;
  height: 2px;
}
#cadastro .cadastro h1 {
  color: #b1ca39;
  font-size: 28px;
  font-weight: 700;
}
#cadastro .cadastro p {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#cadastro .cadastro strong {
  font-weight: 900;
}
#cadastro .cadastro span {
  color: #ff0000;
}
#cadastro .cadastro h6 {
  font-size: 14px;
  margin-bottom: 20px;
  color: #c0c0c0;
}
#cadastro .cadastro .form-control {
  background-color: #fbfbfb;
  padding: 8px 0px;
}
#cadastro .cadastro .btn {
  width: 100%;
}

#rafael h5, #eliana h5, #gustavo h5 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
#rafael p, #eliana p, #gustavo p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
#rafael a, #eliana a, #gustavo a {
  text-decoration: underline;
}
#rafael a:hover, #eliana a:hover, #gustavo a:hover {
  color: blue;
}

@media screen and (max-width: 992px) {
  nav img {
    width: 150px;
  }
  nav .loginMobile {
    display: inline !important;
  }
  nav .btnCadastro {
    display: none;
  }
  #home .textos {
    position: relative;
  }
  #home .centralizar {
    text-align: center;
  }
  #home img {
    top: 100%;
    margin-top: 0px;
  }
  #desaparer {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #home .textos {
    text-align: left;
  }
  #home .textos h1 {
    font-size: 82px;
  }
  #home .textos h2 {
    font-size: 34px;
    line-height: 42px;
  }
  #home .textos p {
    display: inline;
  }
  #projeto img, #beneficioCentral img {
    width: 80%;
  }
  #projeto .esquerda, #beneficioCentral .esquerda {
    text-align: left;
  }
  #projeto .direita, #beneficioCentral .direita {
    text-align: right;
  }
  #projeto .textos, #beneficioCentral .textos {
    text-align: left;
  }
  #projeto .textos h1, #beneficioCentral .textos h1 {
    font-size: 35px;
    line-height: 38px;
  }
  #equipe h1, #beneficios h1 {
    font-size: 35px;
    line-height: 38px;
  }
}/*# sourceMappingURL=desconectado.css.map */