/* These are just a test styles - you don't need them in your project */

.numero{font-size: 45px;}
.letranum{font-size: 20px; font-weight: lighter;}
.circles {
  margin-bottom: -10px;
}

.circle {
  width: 300px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle canvas {
  vertical-align: top;
}

.circle strong {
  position: absolute;
  top: 43px;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 40px;
}

.circle strong i {
  font-style: normal;
  font-size: 0.6em;
  font-weight: normal;
}

.circle span {
  display: block;
  color: #aaa;
  margin-top: 12px;
}

#indicadores p {
  margin: 40px 0;
}

.install {
  display: inline-block;
}

.install a {
  display: block;
  width: auto;
  vertical-align: middle;
  padding: 6px 12px;
  line-height: 20px;
  background-color: #111;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  margin: 5px auto;
  transition: all .3s;
}

.install code {
  padding: 6px 12px;
  display: block;
  font: 13px/20px Courier New, Liberation Mono, monospase;
  background-color: #333333;
  border-radius: 4px;
  margin: 5px 0;
  white-space: nowrap;
}

.install a:hover {
  background-color: #222;
}

.credits {
  color: #aaa;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.credits img {
  margin-left: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
#indicadores{text-align: center;}
.tituloindicador h1, .subtituloindicador h2{font-size: 22px;}
#indicadores{
  background: var(--fondofooter); margin-bottom: 80px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20) inset; padding-top: 30px;padding-bottom: 30px;font-size: 20px;font-weight: bold;
}
#indicadores h1, #indicadores h2{color:var(--colorfinal);}
@media (max-height: 600px), (max-width: 480px) {
  .credits {
    position: inherit;
  }
}
@media (max-height: 800px) {
.indicador .tituloindicador h1 {
  line-height: 0.8;
}
}
