@media (max-width: 1199.98px) {
  .navbar {
    width: 35%;
  }
  .card-text {
    grid-template-columns: 1.5fr 3.5fr;
  }
  .information img {
    width: 45%;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .navbar {
    width: 50%;
  }
  .card-text {
    grid-template-columns: 2fr 3fr;
  }
  .information img {
    width: 50%;
    height: auto;
  }
}
.header-menu-burger {
  border: 0;
  font-size: 1.5rem;
  background-color: #ffffff;
  display: none;
  outline: 0;
}
.show {
  display: inline-block !important;
}
@media (max-width: 575.98px) {
  .header-menu-burger {
    display: inline-block;
  }
  .header-container .header-logo {
    position: absolute;
    left: 0;
  }
  .navbar-items {
    display: none;
    width: 100%;
    margin: 5px;
  }
  .navbar-items li {
    display: block;
    border-bottom: 1px solid #cecece;
    padding: 10px 0;
  }
  .navbar-items #l3 {
    border-bottom: 0;
  }
  .card-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .title-total {
    align-items: center;
  }
  .card {
    max-width: 50%;
  }
  .card-text img {
    width: 70%;
    height: 70%;
  }
  .card .title {
    font-size: 1rem;
  }
  .actions button {
    margin-left: 0;
    padding: 5px;
  }
  .information img {
    width: 65%;
    height: 0;
  }
}
@media (max-width: 345px) {
  .app{
    height: 500px;
  }
}
@media (max-width: 306px) {
  .app{
    height: 530px;
  }
}

