input {
  outline: none;
}
textarea {
  outline: none;
  resize: none;
  font-size: 13px;
}
td textarea::placeholder {
  color: rgb(145, 145, 145);
  font-weight: 580;
}
.error {
  position: absolute;
  /* visibility: hidden; */
  color: red;
  /* margin-left: 2%; */
  font-size: 13px;
  /* height: 20px; */
  /* background-color: aqua; */
  top: 75%;
}
.flex {
  display: flex;
  align-items: center;
  /* background-color: antiquewhite; */
  height: inherit;
  width: 180%;
  position: relative;
}
/* table tr:nth-child(7) .error {
  left: 28%;
}
table tr:nth-child(8) .error {
  left: 28%;
} */
table tr:nth-last-child(5) {
  /* background-color: rgb(177, 197, 75); */
  height: 140px;
}
table tr:nth-last-child(5) td:nth-last-child(1) {
  display: block;
  /* background-color: rgb(125, 141, 155); */
  height: 140px;
  width: 150%;
  position: relative;
}

.error-tarea {
  position: absolute;
  /* visibility: hidden; */
  color: red;
  /* margin-left: 2%; */
  font-size: 13px;
}
.td-flex {
  display: flex;
  flex-direction: row;
  height: 130px;
}
.src-position {
  position: absolute;
  top: -78%;
  left: -50%;
  display: none;
  width: 90%;
  height: auto;
}
