body {
  margin: 0;
  padding: 0;
}

:root {
  --Alturahasbleed: 500px;
  --Alturaorbit: 0px;
  --Alturatria: 0px;
  --referenciaFontsize: 12px;
  --areferenciaFontsize: 12px;
}

*,
*::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 */
}

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

.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: 600px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto var(--Alturahasbleed) var(--Alturaorbit) var(--Alturatria) 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);
}

.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;
}

.selecCenter {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
}

.selecMenu {
  border-radius: 5px;
  padding: 2px 0px;
}

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

.item-3,
.item-4,
.item-5 {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  overflow: hidden;
}

.condicao {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  justify-content: start;
  align-items: center;
  margin: 5px;
}

.pergunta {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  justify-content: start;
}

.rim {
  display: flex;
  justify-content: end;
}

.rim button {
  font-size: 10px;
  width: 220px;
  margin-right: 10px;
}

.hasbleedMoldura,
.orbitMoldura,
.atriaMoldura {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
}

/* ******************** Overlay *********** */
/* The Overlay (background) */
.overlay {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
}

.overlay a {
  text-decoration: none;
  font-size: 36px;
  color: #c7c7c7;
  display: inline;
  transition: 0.3s;
}

.closebtn {
  position: absolute;
  color: #c7c7c7;
  right: 10px;
}

.closebtn:hover {
  color: white;
}

iframe {
  position: relative;
  top: 40px;
  left: -4px;
  width: 100%;
  height: 100%;
}

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

/* After slide changes */
.toggle:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  top: 3px;
  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: 10px;
  padding: 0;
  margin: 0;
  top: 5px;
  left: 4px;
  opacity: 0;
  transition: all 0.7s;
}

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

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

/* 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;
}

.reinicia {
  display: flex;
  justify-content: end;
  width: 100%;
}

.reinicia button {
  font-size: 10px;
  margin: 0px 5px;
}

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

.showM {
  display: block;
}

#janelaHasbleed,
#janelaOrbit,
#janelaAtria {
  width: 460px;
  height: 120px;
  position: relative;
  perspective: 200;
  margin: 20px auto;
  overflow: hidden;
}

#janelaOrbit {
  height: 70px;
}

#janelaAtria {
  height: 45px;
}

.roda {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  left: 4px;
}

.panel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 450px;
  height: 120px;
  margin-top: 2px;
}

#janelaOrbit .panel {
  margin: 0;
  height: 70px;
}

#janelaAtria .panel {
  margin: 0;
  height: 45px;
}

#rodaBleed .panel:nth-child(n+1) {
  transform: rotateX(0deg) translateZ(180px);
}

#rodaOrbit .panel:nth-child(n+1) {
  transform: rotateX(0deg) translateZ(85px);
}

#rodaBleed .panel:nth-child(n+2) {
  transform: rotateX(45deg) translateZ(180px);
}

#rodaOrbit .panel:nth-child(n+2) {
  transform: rotateX(45deg) translateZ(85px);
}

#rodaBleed .panel:nth-child(n+3) {
  transform: rotateX(90deg) translateZ(180px);
}

#rodaOrbit .panel:nth-child(n+3) {
  transform: rotateX(90deg) translateZ(85px);
}

#rodaBleed .panel:nth-child(n+4) {
  transform: rotateX(135deg) translateZ(180px);
}

#rodaOrbit .panel:nth-child(n+4) {
  transform: rotateX(135deg) translateZ(85px);
}

#rodaBleed .panel:nth-child(n+5) {
  transform: rotateX(180deg) translateZ(180px);
}

#rodaOrbit .panel:nth-child(n+5) {
  transform: rotateX(180deg) translateZ(85px);
}

#rodaBleed .panel:nth-child(n+6) {
  transform: rotateX(225deg) translateZ(180px);
}

#rodaOrbit .panel:nth-child(n+6) {
  transform: rotateX(225deg) translateZ(85px);
}

#rodaBleed .panel:nth-child(n+7) {
  transform: rotateX(270deg) translateZ(180px);
}

#rodaOrbit .panel:nth-child(n+7) {
  transform: rotateX(270deg) translateZ(85px);
}

#rodaBleed .panel:nth-child(n+8) {
  transform: rotateX(315deg) translateZ(180px);
}

#rodaOrbit .panel:nth-child(n+8) {
  transform: rotateX(315deg) translateZ(85px);
}

#rodaAtria .panel:nth-child(n+1) {
  transform: rotateX(0deg) translateZ(120px);
}

#rodaAtria .panel:nth-child(n+2) {
  transform: rotateX(30deg) translateZ(120px);
}

#rodaAtria .panel:nth-child(n+3) {
  transform: rotateX(60deg) translateZ(120px);
}

#rodaAtria .panel:nth-child(n+4) {
  transform: rotateX(90deg) translateZ(120px);
}

#rodaAtria .panel:nth-child(n+5) {
  transform: rotateX(120deg) translateZ(120px);
}

#rodaAtria .panel:nth-child(n+6) {
  transform: rotateX(150deg) translateZ(120px);
}

#rodaAtria .panel:nth-child(n+7) {
  transform: rotateX(180deg) translateZ(120px);
}

#rodaAtria .panel:nth-child(n+8) {
  transform: rotateX(210deg) translateZ(120px);
}

#rodaAtria .panel:nth-child(n+9) {
  transform: rotateX(240deg) translateZ(120px);
}

#rodaAtria .panel:nth-child(n+10) {
  transform: rotateX(270deg) translateZ(120px);
}

#rodaAtria .panel:nth-child(n+11) {
  transform: rotateX(300deg) translateZ(120px);
}

#rodaAtria .panel:nth-child(n+12) {
  transform: rotateX(330deg) translateZ(120px);
}

table,
th,
td {
  border-collapse: collapse;
}

td {
  width: 240px;
}

table {
  border: 1px solid black;
  background-color: white;
}

td:nth-child(2) {
  width: 180px;
  text-align: left;
}

tr:nth-child(even) {
  background-color: rgba(185, 186, 186, 0.5568627451);
}

.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 {
    --Alturahasbleed: 540px;
  }
  .container {
    width: 100%;
  }
  .hasbleedMoldura,
  .orbitMoldura,
  .atriaMoldura {
    width: 70px;
  }
  .pergunta {
    font-size: 14px;
    padding: 0px 5px 0px 5px;
  }
  td {
    font-size: 12px;
    width: 180px;
  }
  td:nth-child(2) {
    width: 140px;
  }
  #janelaHasbleed,
  #janelaOrbit,
  #janelaAtria {
    height: 120px;
    width: 340px;
  }
  #janelaOrbit {
    height: 72px;
    width: 340px;
  }
  #janelaAtria {
    height: 40px;
    width: 340px;
  }
  .panel {
    height: 90px;
    width: 340px;
  }
  #janelaOrbit .panel {
    margin: 2px;
    height: 70px;
  }
  #janelaAtria .panel {
    margin: 2px;
    height: 40px;
  }
  .roda {
    left: 1px;
  }
  .titulo {
    font-size: 22px;
  }
  .selecCenter {
    font-size: 12px;
    padding: 1px 0px;
  }
}
@media screen and (max-width: 320px) {
  :root {
    --Alturahasbleed: 550px;
  }
  .container {
    width: 100%;
    padding: 0 2px;
  }
  .hasbleedMoldura,
  .orbitMoldura,
  .atriaMoldura {
    width: 50px;
  }
  .pergunta {
    font-size: 12px;
    padding: 0 2px;
  }
  td {
    font-size: 10px;
    width: 200px;
  }
  td:nth-child(2) {
    width: 100px;
  }
  #janelaHasbleed,
  #janelaOrbit,
  #janelaAtria {
    height: 140px;
    width: 290px;
  }
  #janelaOrbit {
    height: 66px;
    width: 220px;
  }
  #janelaAtria {
    height: 30px;
    width: 220px;
  }
  .panel {
    height: 110px;
    width: 290px;
  }
  #janelaOrbit .panel {
    margin: 1px;
    height: 64px;
    width: 210px;
  }
  #janelaAtria .panel {
    margin: 1px;
    height: 26px;
    width: 210px;
  }
  .roda {
    left: 0;
  }
  .titulo {
    font-size: 16px;
  }
}