:root {
  --button-color: #239f8f;
  --font-color: #239f8f;
  --red-color: #e50001;
  /*--maxwpage: 2000px;*/
  font-size: 12px;
}
body{
  min-height: 100vh;
  background: linear-gradient(#e2fff7, #c8ffee);
}
/*---------- INPUT VARI------------*/
* {
  margin: 0;
  padding: 0;
  border-spacing: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5385;
}

ul {
  list-style-type: none;
}
img {
  transition: all 0.3s;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="number"],
textarea,
select {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border: 1px solid #ccc;
  padding: 4px;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #fff;
  cursor: pointer;
  margin-right: 4px;
  transition: all 0.3s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border-color: var(--button-color);
  box-shadow: 0 0 2px var(--button-color);
  -moz-box-shadow: 0 0 2px var(--button-color);
  -webkit-box-shadow: 0 0 2px var(--button-color);
}

select {
  font-size: 0.9em !important;
}

label {
  margin-right: 7px;
  white-space: pre;
  color: var(--font-color);
}

label.error {
  position: absolute;
  color: red;
  margin-top: 20px;
}

button {
  color: #fff;
  background-color: var(--button-color);
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: all 0.3s;
  padding: 2px 12px;
  box-shadow: 1px 1px #ccc;
  font-size: 14px;
  font-weight: 500;
  margin: 5px;
      text-transform: uppercase;
}

i {
  font-size: 1.1em;
  cursor: pointer;
  margin: 0px 5px;
  transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h4,
h5,
p {
  color: var(--font-color);
}
.choise {
  margin: 0px auto;
  border-bottom: 1px solid #e5000124;
  max-width: 650px;
  padding: 10px 0px;
}
p.titolo {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}
p.titolo span {
  color: var(--red-color);
  font-weight: bold;
  display: block;
}
#header {
  width: 100%;
  text-align: center;
}

#logo {
  width: 50%;
  max-width: 300px;
  margin-right: -50px;
}

#tutto {
  width: 100%;
  text-align: center;
  margin: 0px auto;
  padding: 10px;
  min-height: calc(100vh - 70px);
}
/*
#risultato {
  position: fixed;
  bottom: 5px;
  width: 100vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
*/
#risultato {
  background: #c8ffee;
}
#risultato p {
  font-weight: 600;
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-style: italic;
  margin: 0px 15px;
  text-shadow: 1px 1px #333;
}
#risultato .death{
  width:42px;
  height: auto;
}
button.clicked {
  background-color: var(--red-color);
}
p.titolo img {
  width: 16px;
  vertical-align: middle;
  margin-left: 5px;
  color: #fff;
  cursor: pointer;
}
#infopoint {
  float: right;
  margin-right: 50px;
  margin-top: 20px;
  text-decoration: none;
}
#infopoint div {
  background: var(--red-color);
  border-radius: 50%;
  cursor: pointer;
  height: 50px;
  width: 50px;
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5), 0 5px 10px rgba(0, 0, 0, 0.2);
}
#infopoint span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
    top: 2px;
}
#infopoint #tut {
  font-size: 12px;
  top: -6px;
}
#risultato #polso {
  font-size: 0.9em;
}
#risultato #polso button{
  margin: 0 5px 2px 5px;
}
.pulsantiera{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#frequenza button{
  min-height:50px;
}
@media screen and (max-width: 750px) {
  button {
    font-size: 12px;
    padding: 2px 8px;
  }
  #frequenza button{
    min-height:40px;
  }
  p.titolo {
    font-size: 16px;
  }
  #risultato p {
    font-size: 18px;
  }
  #tutto{
    min-height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 550px) {
  #logo{
    margin-right: -35px;
  }
  #infopoint{
    margin-right: 5px;
    margin-top: 4px;
  }
  #infopoint #tut {
    font-size: 8px !important;
    top: -12px;
  }
  #infopoint span {
    font-size: 12px !important;
    top: -1px;
  }
  #infopoint div{
    height: 30px;
   width: 30px;
  }
}
