* {
    font-family: "Open Sans", serif;
    font-family: "Jura", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
  }

  

  html{
    border: none;
  }

  body {
    height: 100vh;
    width: 100vw;
    max-width: 700px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(64,167,255,1) 0%, rgba(150,60,255,1) 100%);
  }

  .container{
    padding: 2.34vh;
    height: 100vh;
    width: 100vw;
    max-width: 700px;
    background: rgb(46,54,88);
    background: linear-gradient(135deg, rgba(46,54,88,1) 0%, rgba(26,31,55,1) 100%);
    display: grid;
    grid-template-rows: min-content min-content auto auto min-content;
    gap: 2.34vh;
  }


  .blocos{
    border-radius: .78vh;
    box-shadow: -0.2vh 0.2vh 0.2vh 0 rgba(0,0,0,0.5);
    border: none;
    background: rgb(67,78,122);
    background: linear-gradient(135deg, rgba(67,78,122,0.5) 0%, rgba(123,143,224,0) 100%);
  }

  .selecao{
    display: grid;
    grid-template-rows: repeat(2, min-content);
  }

  .t1{
    padding: 1.5vh;
    font-size: 2vh;
    text-align: center;
    color: #AAB6D7;
    border-bottom: 1px solid rgba(255,255,255,.2);
  }

  
  .caixaSelecao{
    padding: 1.5vh;
    text-align: center;
    color: #fff;
    font-weight: bolder;
    font-size: 2.8vh;
    background: transparent;
    border: none;
  }

  option{
    background:  rgb(46,54,88);
    font-size: 3vh;
  }

  .calcular{
    height: 8vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgb(64,167,255);
    background: linear-gradient(135deg, rgba(64,167,255,1) 0%, rgba(150,60,255,1) 100%);
    cursor: pointer;
  }

  .calcular:hover{
    background: rgb(64,167,255);
    background: linear-gradient(135deg, rgba(64,167,255,.5) 0%, rgba(150,60,255,.5) 100%);
  }

  .calcular:active{
    background: rgb(64,167,255);
    background: linear-gradient(135deg, rgba(64,167,255,.8) 0%, rgba(150,60,255,.8) 100%);
    transform: scale(.99);
  }

  .textoCalcular{
    text-align: center;
    font-size: 2.5vh;
    color: #fff;
  }

  .tituloProduto{
    height: min-content;
    padding: 1.5vh;

  }

  #Prod1, #Prod2{
    border-radius: .78vh .78vh 0 0;
  }

  #Prod1{
      background-color: rgba(64, 167, 255, .3);
  }

  #Prod2{
    background-color: rgba(150, 60, 255, .3);
  }

  .textoTituloProduto{
    color: #fff;
    text-align: center;
    font-size: 2.5vh;
    font-weight: bold;
  }

  .blocoInternoProduto{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: 78%;
  }

  .coluna{
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1.5vh;
    padding: 0 1.5vh;
  }

  .divValor{
    color: #fff;
    text-align: center;
    align-self: flex-end;
    font-weight: normal;
  }

  input{
    width: 100%;
    color: #fff;
    font-size: 2.8vh;
    background: transparent;
    border: none;
    text-align: center;
  }

  #product1Unit, #product2Unit{
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 3.5vh;
    border: none;
    text-align: center;
  }

  .divLabel{
    font-size: 1.7vh;
    color: #AAB6D7; 
    text-align: center;
    padding-bottom: 2.5vh;
  }


  

  .bloco{
    display: flex;
    justify-content: end;
    justify-content: space-between;
  }

  #vazia{
    width: 8%;
    height: 8%;
  }

  #donate{
    width: 100%;
  }

  #icons8-reset-384{
    width: 8%;
    height: 8%;
  }

  #LogoNome{
    width: 50%;
  }

  .divValor, .textoCalcular, input{
    font-family: "Michroma", serif;
  }

  
  .t1, .divLabel{
    font-weight: 700;
  }
  
  
  input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para o Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

#Produto1B, #Produto1C, #Produto1D, #Produto2B, #Produto2C, #Produto2D{
  display: none;
}


.CaixaVerde{
  background: linear-gradient(135deg, rgba(0, 140, 128, 0.5) 0%, rgba(1, 122, 93, .2) 100%);
}

.CaixaVermelha{
  background: linear-gradient(135deg, rgba(140, 0, 0, 0.5) 0%, rgba(122, 1, 1, 0.2) 100%);
}

#Resultado{
  padding: 1.5vh;
  line-height: 3vh;
  text-align: justify;
  color: #fff;
  display: none;
}

#icons8-reset-384 {
  transition: transform 0.5s;
}

.rotate {
  transform: rotate(360deg);
}
