.oculto{
    display: none;
}
.td-radio{
  width: 6rem;
  height: 2rem !important;
}
.td-lbl{
  width: 13rem;
  height: 3rem !important;
}
table{
 margin: 0.75rem 0;
}

  .form-control:focus {
    border-color: #B7D93D !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
} 
.form-select:focus {
    border-color: #B7D93D !important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
} 


html {
    min-height: 100%;
    position: relative;
    overflow-x: hidden;
  }
  body {
    margin: 0;
    margin-bottom: 25rem;
  }
  footer {
    background-color: #055a1c;
    font-size: 14px;
    color: white;
    height: 5rem; 
    width:100%; 
    position:absolute; 
    bottom:0; 
    left:0; 
  }
  .mb-6{
    margin-bottom: 5.5rem !important;
  }
