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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.text-porcen {
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    background: #2bb615;
    margin-bottom: 2px;
}

.text-porcen2 {
    border-radius: 10px;
    text-align: center;
    color: #ffffff;
    background: #ff0000;
    margin-bottom: 5px;
}
.imgPrincipal{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;

}
.margen {
    margin-bottom: 10px;
}

.border-abajo {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.border-arriba {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}