/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
.bg-section-transparencia {
  background: #f7f7f7;
}

.img-transparencia {
  background-image: url("https://www.upn.edu.pe/sites/default/files/trama-oscura.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 150px;
  position: relative;
  padding: 2rem 1.3rem;
}

.img-transparencia::before {
  content: "\f067";
  position: absolute;
  right: 0.9rem;
  bottom: 2.5rem;
  font: normal normal normal 36px/1 FontAwesome;
  color: #fdba30;
}

.img-transparencia h4 {
  color: #fff;
  font-family: poppinsblack;
  font-size: 1.36rem;
  line-height: 1.7rem;
  position: absolute;
  bottom: 11px;
  width: 80%;
}

.border-transparencia {
  background: #fff;
  border: 1px solid #dcdcdc;
  min-height: 240px;
  margin-bottom: 1.5rem;
}

.border-transparencia .texto {
  padding: 1.2rem 1.3rem 1rem 1.3rem;
}

.border-transparencia .texto p {
  color: #4b4a4a;
  line-height: 1.4rem;
  font-family: poppinsregular;
  margin: 0px;
}

/*# sourceMappingURL=transparencia.css.map */