html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.ruta {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 100px;
    width: 60%;
    max-width: 800px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.ruta_text {
    font-size: 50px;
    color: white;
}

.total_consumption_text {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.4);
}