.principal-div {
  background-color: var(--main-light);
  padding: 5rem 2rem;
  display: block;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0;
  width: calc(100% - 22vW);
  margin: 0;
  position: absolute;
  right: 0;
  top: 5rem;
  height: 100%;
}

.principal-div .margin1cent {
  margin-top: 1%;
}

.principal-div .avisos {
  display: flex;
  margin-top: 1rem;
}

.principal-div .cinza {
  color: var(--main-grey);
}

.principal-div .box-alert {
  border: 1px solid #8080805c;
  border-bottom: none;
  margin: 0px !important;
}

.principal-div #fildset-alert:last-child {
  border-bottom: 1px solid #8080805c;
}

.principal-div #fildset-search {
  margin-top: 3%;
  margin-bottom: 3%;
}

.principal-div .title {
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.principal-div .legend {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-left: 0rem;
  margin-top: 0.4rem;
}

.principal-div .view {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 1rem;
  margin-left: 0rem;
}

.btn {
  background-color: transparent;
  border-color: transparent;
  margin-left: 5rem;
  margin-bottom: 1rem;
  color: var(--main-blue);
}

.principal-div .font14Px {
  font-size: 0.9rem;
}

.principal-div .texto {
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.principal-div img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  padding-right: 1rem;
}

.modal-title {
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0 2rem;
  color: var(--main-blue);
  margin-top: 1rem;
}

#closePdf {
  background: var(--main-link);
  border: 1px solid var(--main-link);
  border-radius: 100px;
  width: 100px;
  color: var(--main-light);
  font-weight: bold;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

#pdfShow {
  top: 0rem;
  width: 50rem;
  height: 40rem;
  margin: 5.5rem auto;
  border-radius: 45px;
}

.handle-pdf {
  width: 40rem;
  height: 40rem;
}

#pdf {
  top: 0rem !important;
  width: 50rem !important;
  height: 40rem !important;
  margin: 5.5rem auto !important;
  position: absolute;
  left: 15rem;
}

.modal.show .modal-dialog {
  transform: scale(0.8) translate(-10%, -10%);
}

/*# sourceMappingURL=avisos.scss.map */

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