.contPrincipal {
  padding-top: 110px;
}

.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;
}
