*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  -webkit-user-select: none;
  /* Safari */
  /* IE 10 and IE 11 */
  -moz-user-select: none;
  user-select: none;
  /* Standard syntax */
}

body {
  margin: 0;
  padding: 0;
}

:root {
  --largura: 600px;
  --tituloFontsize: 25px;
  --larguraSlider: 500px;
  --alturaSlider: 3px;
  --alturaAviso: 0px;
  --fontearange: 15px;
  --olableFont: 18px;
  --referenciaFontsize: 16px;
  --areferenciaFontsize: 15px;
  --glicada: 0px;
  --albumina: 0px;
  --foraBmi: 0px;
  --foraIdade: 0px;
  --ostrinta: auto;
  --osdez: auto;
}

.container {
  position: relative;
  width: var(--largura);
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto var(--foraBmi) auto auto auto auto auto auto auto var(--glicada) var(--albumina) var(--osdez) var(--foraIdade) var(--ostrinta) auto;
  margin-left: auto;
  margin-right: auto;
}

.titulo {
  padding: 15px 0px 5px 0px;
  font-size: var(--tituloFontsize);
  text-align: center;
}

.subt {
  font-size: var(--subtituloFontsize);
  text-align: center;
}

.rotas {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  justify-content: end;
  margin-bottom: 3px;
  margin-right: 3px;
}

.lang a {
  padding: 3px 12px 3px 12px;
  text-decoration: none;
  background-color: black;
  color: white;
  font-size: 11px;
  border-radius: 5px;
  margin-right: 3px;
}

.item {
  background-color: #9eecef;
  border-bottom: 3px solid rgb(194, 240, 249);
  overflow: hidden;
}

.modelo {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.reseta {
  float: right;
  margin-right: 5px;
  margin-bottom: 5px;
}

#recomeca {
  font-size: 11px;
  cursor: pointer;
}

.custom-menu {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  padding: 4px;
}

.item-wrapper {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}

.item-indicado {
  font-style: italic;
  font-size: 12px;
}

.osexo {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.botaosex {
  width: 100px;
  height: 45px;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#sex .fundo {
  paint-order: markers stroke fill;
  stroke-width: 1.2;
  stroke: #000000;
  fill: #ff2ad4;
  x: 2.8563;
  y: 8.2364;
  transition: fill 1s ease, transform 1s ease;
}

#sex .bola {
  fill: yellow;
  paint-order: markers stroke fill;
  stroke-width: 0;
  transition: transform 0.5s ease;
}

#sex .feminino {
  fill: #ffffff;
  font-family: Georgia;
  font-size: 8px;
  font-weight: bold;
  paint-order: markers stroke fill;
  stroke-linecap: square;
  stroke-width: 0;
  stroke: #ffffff;
  transition: opacity 1.5s ease, background-color 1.5s ease;
}

#sex .masculino {
  fill: #ffffff;
  font-family: Georgia;
  font-size: 8px;
  font-weight: bold;
  paint-order: markers stroke fill;
  stroke-linecap: square;
  stroke-width: 0;
  stroke: #ffffff;
  transition: opacity 1.5s ease, background-color 1.5s ease;
}

.esconde {
  opacity: 0;
}

#sex .fundo-masculino {
  fill: blue;
}

.mexeSexo {
  transform: translate(68px);
}

.molduraRange {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  justify-items: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
}

.limitIdade,
.limitBmi {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
  overflow: hidden;
}

.limitedoBmi,
.limitedaIdade {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
  width: 74%;
  height: auto;
  border-radius: 10px;
  font-size: 16px;
  background-color: white;
  color: black;
  text-align: center;
  padding: 5px;
  filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.5));
  margin: 10px 0px;
}

.olable {
  font-size: var(--olableFont);
}

.fxabmi {
  justify-self: end;
  align-self: baseline;
  margin-right: 4px;
  font-size: 12px;
}

.aUnidade {
  width: 84px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  height: 24px;
  text-align: center;
}

.visor {
  font-family: Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
  width: 80px;
  height: 24px;
  font-size: 16px;
  text-align: center;
  padding-top: 2px !important;
}

.arange {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.mais,
.menos {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: bold;
  border-radius: 50%;
  border: 2px solid black;
  height: 30px;
  width: 30px;
  background-color: white;
  color: black;
  cursor: pointer;
}

.range {
  width: var(--larguraSlider);
  height: var(--alturaSlider);
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: black;
  border-radius: 5px;
  outline: none;
}

/* Webkit browsers (Chrome, Safari, Edge) */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: #4CAF50;
  border-radius: 50%;
  cursor: pointer;
}

/* Firefox */
input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #4CAF50;
  border-radius: 50%;
  cursor: pointer;
}

/* Internet Explorer */
input[type=range]::-ms-thumb {
  width: 24px;
  height: 24px;
  background: #4CAF50;
  border-radius: 50%;
  cursor: pointer;
}

.informes {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  justify-items: center;
  align-items: center;
  margin: 10px 0px;
}

.osinformes {
  border-collapse: collapse;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.osinformes tr {
  border: 1px solid black;
  padding-left: 8px;
  height: 34px;
}

.osinformes td:last-child {
  padding-left: 20px;
  font-size: 18px;
}

.osinformes .primeira {
  padding-top: 8px;
  width: 70px;
}

.simNao .fundo {
  fill: #44aa00;
  paint-order: markers stroke fill;
  stroke-linecap: square;
  stroke-width: 0.6;
  stroke: #000000;
  transition: fill 1s ease, transform 1s ease;
}

.simNao .bola {
  fill: #ffff00;
  paint-order: markers stroke fill;
  stroke-linecap: square;
  stroke-width: 0.55893;
  stroke: #000000;
  transition: transform 0.5s ease;
}

.simNao .Nao,
.simNao .Sim {
  fill: #ffffff;
  font-family: Georgia;
  font-size: 13px;
  paint-order: markers stroke fill;
  stroke-linecap: square;
  stroke-width: 0;
  stroke: #ffffff;
  transition: opacity 1.5s ease;
}

.simNao .fundoNao {
  fill: red;
}

.mexeSimNao {
  transform: translate(44px);
}

.riscos {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  justify-items: center;
  row-gap: 5px;
  align-items: center;
  margin: 10px 0px;
}

.cabeca {
  font-size: 20px;
}

.tabelaRiscos {
  width: 90%;
}

.tabRisc {
  border-collapse: collapse;
  width: 100%;
  background: white;
}

.tabRisc td {
  padding: 2px 4px 2px 4px;
}

.tabRisc tr {
  border: 1px solid black;
  padding: 4px;
  text-align: center;
}

.tabRisc td:first-child {
  text-align: left;
}

.item-15 {
  overflow: hidden;
}

.referencia,
.areferencia {
  padding: 2px 5px 4px 20px;
  text-indent: -15px;
  font-size: var(--referenciaFontsize);
  font-weight: bold;
}

.referencia {
  font-style: italic;
  text-decoration: underline;
}

.areferencia {
  font-size: var(--areferenciaFontsize);
  font-weight: normal;
}

@media screen and (max-width: 480px) {
  :root {
    --largura: 100%;
    --tituloFontsize: 25px;
    --larguraSlider: 340px;
    --alturaSlider: 3px;
    --alturaAviso: 0px;
    --fontearange: 15px;
    --olableFont: 13px;
    --referenciaFontsize: 13px;
    --areferenciaFontsize: 12px;
    --glicada: 0px;
    --albumina: 0px ;
  }
}
@media screen and (max-width: 395px) {
  :root {
    --larguraSlider: 320px;
  }
}
@media screen and (max-width: 390px) {
  :root {
    --larguraSlider: 310px;
  }
}
@media screen and (max-width: 375px) {
  :root {
    --larguraSlider: 300px;
  }
  .cabeca {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  :root {
    --larguraSlider: 280px;
  }
  .molduraRange {
    font-size: 14px;
  }
  .visor {
    width: 50px;
    font-size: 13px !important;
    height: 18px;
  }
  .aUnidade {
    width: 76px;
    height: 20px;
    font-size: 13px !important;
  }
  .osinformes td:last-child {
    font-size: 14px;
  }
  .tabRisc {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  :root {
    --larguraSlider: 240px;
  }
}/*# sourceMappingURL=prevent.css.map */