* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a {
  text-decoration: none; }

.content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  height: 100vh;
  font-size: 1rem;
  padding: 80px 5px 5px 5px; }

.content .msg-home {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.content a {
  text-decoration: none; }

.div-categories {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  border-radius: 8px;
  background-color: #383890;
  padding: 5px;
  box-shadow: 1px 2px 10px 2px #000; }

.div-categories p {
  padding: 10px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  overflow: hidden; }

.div-categories img {
  max-width: 285px;
  min-width: 285px;
  max-height: 285px;
  min-height: 285px;
  border-radius: 8px; }

.div-categories a.icon-edit-img {
  position: absolute;
  border-radius: 6px;
  background-color: #383890;
  padding: 2px;
  left: 10px;
  bottom: 15px; }

.div-categories i {
  font-size: 1.8rem;
  color: #b8d840; }

.content a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b8d840;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border: none !important;
  transition: all linear 160ms;
  cursor: pointer;
  margin: 0 !important;
  text-align: center;
  width: 300px;
  height: 40px;
  border-radius: 8px; }

@media screen and (max-width: 468px) {
  .div-categories {
    max-width: 140px;
    max-height: 140px; }

  .div-categories p {
    font-size: 0.5rem; }

  .div-categories img {
    max-width: 120px;
    max-height: 100px;
    min-width: 120px;
    min-height: 100px;
    border-radius: 4px; } }

/*# sourceMappingURL=home.css.map */
