/* tolas secciones inician visible=false */
.tab {
  display: none;
}
#encabezado, #btn, #btn2, #tab1  {
  display: none;
}

  .center-block {
    display: table;  /* Instead of display:block */
    margin-left: auto;
    margin-right: auto;
    background-color: blue;
}
  /* quitar los botones del imput type number */
  input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    appearance: textfield; /* Otros navegadores */
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
.separador{
    background-color: rgb(0, 68, 255, 0.5);

}
   /* .container{
    background-color: rgb(157, 255, 0);
    
    
   } */
  table, th, td {
    border: 1px solid black;
    border-collapse: collapse;  
    
  }
  .fondo-label{
    background-color: rgb(248, 249, 250);
    border-radius: 8%;
    padding: 0.3rem;
  }
 
 
  @media screen and (max-width:500px){
    td{
        font-size: 0.5rem;
        line-height: normal;
        /* font-size: 0.5rem; */
    }
  }
  @media screen and (max-width:500px) {
    img{
        width: 60px;
    }
    
  }
  .img-ul{
    list-style-image: url("../../images/check2.png");
    text-align: start;
}
  
      
  