@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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;
}

body {
  background-color: #fff;
  color: #949494;
  text-align: center;
}

h1 {
  font-size: 32px;
}

p {
  font-size: 18px;
}

img {
  width: 60%;
}

.btn {
  background-color: #b1ca39;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  padding: 8px 0px;
  width: 150px;
}
/*# sourceMappingURL=ajustes.css.map */