*,
*::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 {
  padding: 0;
  margin: 0;
}

:root {
  --largura: 600px;
  --fonteMaxMin: 14px;
  --alturaFib: 480px;
  --fonteVisor: 16px;
  --fonteUnidade: 14px;
  --alturaApri: 0px;
  --alturaNafld: 0px;
  --referenciaFontsize: 12px;
  --areferenciaFontsize: 12px;
}

.titulo {
  padding: 15px 0px 5px 0px;
  font-size: 25px;
  text-align: center;
}

.titul {
  font-size: 14px;
}

.subt {
  font-size: 18px;
  text-align: center;
}

.rotas {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 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;
}

.container {
  position: relative;
  width: var(--largura);
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto var(--alturaFib) var(--alturaApri) var(--alturaNafld) auto;
  margin-left: auto;
  margin-right: auto;
}

.item:nth-child(2) {
  overflow: visible;
}

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

.item:last-child {
  border-bottom: none;
}

.backmetodo {
  position: relative;
  margin: 8px 0px;
}

.backmetodo:hover .escolha,
.backmetodo:focus .escolha {
  background-color: rgb(214, 212, 212);
}

.escolha {
  display: inline-block;
  position: relative;
  background: white;
  width: 90px;
  padding: 2px 5px 2px 0px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}

.escolha div:first-child {
  display: inline;
  padding: 0;
}

.estemetodo {
  text-align: center;
  font-size: 14px;
}

.aseta {
  position: absolute;
  right: 2px;
  top: 8px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: black transparent transparent transparent;
  transform: rotate(0deg);
}

.backmetodo-content {
  display: none;
  position: absolute;
  left: 0px;
  background-color: white;
  min-width: 90px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.backmetodo-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  margin-top: 1px;
  font-size: 14px;
  text-align: center;
  background-color: #ebecec;
}

.backmetodo-content a:hover {
  background-color: #ddd;
}

.rodaM {
  transform: rotateX(180deg);
}

.showM {
  display: block;
}

.escolha {
  width: 120px;
}

.backmetodo-content {
  width: 120px;
}

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

.caixa {
  position: relative;
  display: grid;
  grid-template-columns: 0.1fr 3fr 0.1fr;
  grid-template-rows: auto 30px;
  justify-items: center;
  align-items: center;
  padding: 5px;
  margin-bottom: 10px;
}

.vmin {
  position: absolute;
  font-size: var(--fonteMaxMin);
  text-align: center;
  left: 35px;
  top: 34px;
}

.vmax {
  position: absolute;
  font-size: var(--fonteMaxMin);
  text-align: center;
  top: 34px;
  right: 40px;
}

.visor {
  grid-area: 1/1/1/4;
}

.doVisor {
  display: flex;
  align-items: center;
  justify-items: center;
  margin-bottom: 5px;
}

.slide-value {
  font-size: var(--fonteVisor);
  background-color: black;
  font-weight: bold;
  width: 80px;
  text-align: center;
  border-radius: 5px;
  padding: 2px 0px 0px 2px;
  color: white;
  margin: 5px 5px;
}

.orange {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 12px;
}

.orange::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
}

.orange::-moz-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 2px;
}

.orange::-ms-track {
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
}

.orange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background: rgb(65, 194, 15);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  margin-top: -9px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  border: 1px solid white;
}

.orange::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background: rgb(65, 194, 15);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  margin-top: -9px;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
  border: 1px solid white;
}

.orange::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 20px;
  width: 20px;
  background: rgb(65, 194, 15);
  border-radius: 50%;
  cursor: pointer;
  border: none;
  margin-top: -9px;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
  border: 1px solid white;
}

.orange::-webkit-slider-thumb:hover {
  margin-top: -12px;
  height: 26px;
  width: 26px;
}

.orange::-moz-range-thumb:hover {
  margin-top: -12px;
  height: 26px;
  width: 26px;
}

.orange::-ms-thumb:hover {
  margin-top: -12px;
  height: 26px;
  width: 26px;
}

.orange:active::-webkit-slider-thumb {
  background: white;
  border: 2px solid rgb(65, 194, 15);
}

.orange:active::-moz-range-thumb {
  background: white;
  border: 2px solid rgb(65, 194, 15);
}

.orange:active::-ms-thumb {
  background: white;
  border: 2px solid rgb(65, 194, 15);
}

.mais,
.menos {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  border: 3px solid blue;
  margin: 0px 2px;
  transform-style: preserve-3d;
}

.omenos,
.omais {
  position: absolute;
  background-color: black;
  width: 18px;
  height: 4px;
  border-radius: 6px;
}

.omenos {
  transform: translate(4px, 10px);
}

.omais {
  transform: translate(4px, 10px);
}

.omais:last-child {
  transform: translate(4px, 10px) rotate(90deg);
}

.drop {
  position: relative;
}

.dropbtn {
  position: relative;
  background: white;
  width: 110px;
  padding: 4px 0px 4px 8px;
  font-size: var(--fonteUnidade);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: left;
}

.dropbtn div:first-child {
  display: inline;
  padding: 0;
}

.opcao {
  text-align: center;
}

.seta {
  position: absolute;
  right: 2px;
  top: 8px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: black transparent transparent transparent;
  transform: rotate(0deg);
}

.drop:hover .dropbtn,
.drop:focus .dropbtn {
  background-color: rgb(214, 212, 212);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: white;
  min-width: 40px;
  max-height: 110px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  margin-top: 1px;
  background-color: #ebecec;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.show {
  display: block;
}

#fib.cena,
#apri.cena,
#nafld.cena {
  width: 280px;
  height: 120px;
  position: relative;
  perspective: 1700px;
  margin: auto;
  overflow: hidden;
}

#apri.cena {
  height: 130px;
}

#nafld.cena {
  height: 128px;
  margin-top: 20px;
}

#fib.cena .carrossel,
#apri.cena .carrossel,
#nafld.cena .carrossel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
}

#fib.cena .cel-carrossel,
#apri.cena .cel-carrossel,
#nafld.cena .cel-carrossel {
  position: absolute;
  width: 266px;
  height: 108px;
  left: 6px;
  top: 5px;
  background: white;
  border: 1px solid black;
}

#apri.cena .cel-carrossel {
  height: 130px;
  top: 0px;
}

#nafld.cena .cel-carrossel {
  height: 128px;
  top: 0px;
}

#fib .frente,
#apri.cena .frente,
#nafld.cena .frente {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 17px;
  text-align: center;
}

#apri.cena .frente,
#nafld.cena .frente {
  font-size: 17px;
}

.estagio {
  font-size: 18px;
}

#fib .cel-carrossel:nth-child(n+1) {
  transform: rotateX(0deg) translateZ(70px);
}

#fib .cel-carrossel:nth-child(n+2) {
  transform: rotateX(90deg) translateZ(70px);
}

#fib .cel-carrossel:nth-child(n+3) {
  transform: rotateX(180deg) translateZ(70px);
}

#fib .cel-carrossel:nth-child(n+4) {
  transform: rotateX(270deg) translateZ(70px);
}

#apri.cena .cel-carrossel:nth-child(n+1) {
  transform: rotateX(0deg) translateZ(100px);
}

#apri.cena .cel-carrossel:nth-child(n+2) {
  transform: rotateX(72deg) translateZ(100px);
}

#apri.cena .cel-carrossel:nth-child(n+3) {
  transform: rotateX(144deg) translateZ(100px);
}

#apri.cena .cel-carrossel:nth-child(n+4) {
  transform: rotateX(216deg) translateZ(100px);
}

#apri.cena .cel-carrossel:nth-child(n+5) {
  transform: rotateX(288deg) translateZ(100px);
}

#nafld.cena .cel-carrossel:nth-child(n+1) {
  transform: rotateX(0deg) translateZ(80px);
}

#nafld.cena .cel-carrossel:nth-child(n+2) {
  transform: rotateX(120deg) translateZ(80px);
}

#nafld.cena .cel-carrossel:nth-child(n+3) {
  transform: rotateX(240deg) translateZ(80px);
}

.glicose {
  display: grid;
  grid-template-columns: 120px auto;
  grid-template-rows: auto;
  height: 30px;
}

.swix {
  display: flex;
  justify-content: end;
  align-items: center;
}

.aglicose {
  display: flex;
  align-items: center;
  padding-left: 5px;
}

.diabetes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
}

.toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 26px;
  background-color: rgb(10, 165, 4);
  border-radius: 35px;
  color: white;
  cursor: pointer;
}

/* After slide changes */
.toggle:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: white;
  top: 1px;
  left: 2px;
  transition: all 0.7s;
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

/* Toggle text */
.sim,
.nao {
  position: absolute;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 12px;
  padding: 0;
  margin: 0;
  top: 6px;
  left: 5px;
  opacity: 0;
  transition: all 0.7s;
}

.nao {
  left: 29px;
  opacity: 1;
}

/* Checkbox checked effect */
.checkbox:checked + .toggle::after {
  left: 34px;
}

/* Checkbox checked toggle label bg color */
.checkbox:checked + .toggle {
  background-color: rgb(223, 9, 55);
}

/* Apaga Nao */
.checkbox:checked + .toggle .nao {
  opacity: 0;
}

/* Acende Sim */
.checkbox:checked + .toggle .sim {
  opacity: 1;
}

/* Checkbox vanished */
.checkbox {
  display: none;
}

.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: 398px;
  }
  .vmin,
  .vmax {
    top: 36px;
  }
}
@media screen and (max-width: 395px) {
  :root {
    --largura: 370px;
  }
  .vmin, .vmax {
    top: 36px;
  }
}
@media screen and (max-width: 380px) {
  :root {
    --largura: 355px;
  }
  .vmin,
  .vmax {
    top: 36px;
  }
}
@media screen and (max-width: 360px) {
  :root {
    --largura: 340px;
  }
  .vmin,
  .vmax {
    top: 36px;
  }
}
@media screen and (max-width: 325px) {
  :root {
    --largura: 305px;
  }
  .vmin,
  .vmax {
    top: 36px;
  }
}