.caja {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .caja img {
    display: block;
    border-radius: 50px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    max-width: 782px;
    width: 100%; }
  .caja .lista {
    width: 60%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto; }
    .caja .lista .punto {
      font-size: 5em;
      color: #ff00ff; }
    .caja .lista .box {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .caja .lista .texto {
      padding-top: 32px;
      padding-left: 5px;
      color: #333399;
      font-weight: bold;
      font-size: 1.7em;
      text-align: justify; }
  .caja .pdf {
    width: 20%;
    margin: auto;
    text-align: center; }
