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

a {
  text-decoration: none; }

.container-form-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  height: 100vh;
  background-color: #e8e8f0; }

.container-form-category .update-img-thumbnail {
  min-width: 100px;
  max-width: 100px;
  max-height: 100px;
  min-height: 100px;
  border-radius: 5px; }

.container-form-category .title {
  color: #fff; }

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

.container-update-category .categories-card {
  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; }

.container-update-category .categories-card .title-category {
  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; }

.container-update-category .categories-card .actions {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #b8d840;
  position: absolute;
  bottom: 10px;
  color: #383890;
  font-weight: 900;
  gap: 20px;
  border-radius: 25px;
  padding: 10px;
  max-width: 230px;
  min-width: 230px; }

.container-update-category .categories-card img {
  max-width: 250px;
  min-width: 250px;
  max-height: 250px;
  min-height: 250px;
  border-radius: 8px; }

.container-update-category .categories-card .fa-pen-to-square,
.container-update-category .categories-card .fa-trash-can,
.container-update-category .categories-card .fa-image {
  color: #383890;
  font-size: 1.3rem; }

.alert-del-category {
  color: #383890;
  font-weight: 900;
  font-size: 1.2rem;
  background-color: #b8d840;
  max-width: 200px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 25px; }

.texto-alerta {
  font-size: 0.7rem; }

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