.tablaPrincipal {
  width: fit-content;
  padding: 10px;
  height: 70%;
}

.introduccion {
  height: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}

.tarjetaPrincipal {
  padding-bottom: 20px;
}

.aCompras {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 15px;
  width: fit-content;
  margin: auto;
  margin-top: 30px;
}

.tarjetaSecundariaContainer {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.tarjetaSecundaria {
  height: 50%;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  padding: 20px;
}

.mBottom {
  margin-bottom: 15px;
}

.btnAma {
  background-color: #fbba31 !important;
}

.btnAma:hover {
  background-color: #ffca57 !important;
}

.btnRojo {
  background-color: #f61d1a !important;
}

.btnRojo:hover {
  background-color: #ff3733 !important;
}

.contIcon {
  padding: 8px;
  border-radius: 10px;
  min-width: 50px;
  height: auto;
}

.icon {
  font-size: 32px;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.agregarBtn {
  text-align: center;
}

#myButton {
  width: 50%;
}

.sinPad1 {
  padding-left: 0% !important;
  padding-bottom: 0px;
}

.sinPad2 {
  padding-right: 0% !important;
  padding-bottom: 0px;
}

@media screen and (max-width: 573px) {
    #myButton {
        width: 100%;
      }
      
      .sinPad1 {
        padding-right: 0% !important;
        padding-bottom: 0px;
      }
      
      .sinPad2 {
        padding-left: 0% !important;
        padding-bottom: 0px;
      }
  }
  

/* -- */

.dataTables_wrapper .dataTables_length label {
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.dataTables_wrapper .dataTables_length select {
  margin: 10px;
  /* Agregar un margen izquierdo para separar "Mostrar" del select */
  width: 90px;
}

.dataTables_filter {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.pagination {
  justify-content: flex-end;
}

.dataTables_info {
  padding: 10px;
}

.art {
  padding-bottom: 8px;
}