div.claves {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

div.claves span.claves_cifra {
  display: block;
  margin: 0 auto;
  padding: 3px;
  max-width: 30px;
  font-family: "Marcin Ant B";
  font-weight: 700;
  font-size: 3rem;
  border: 4px solid #ffca00;
  margin-bottom: 10px;
  margin-top: 50px;
}

div.videos {
  margin-bottom: 20px;
  outline: none;
}
video.videos_trump {
  margin-bottom: 10px;
  width: 100%;
}
div.img_trump {
  margin: 0 auto;
  margin-bottom: 20px;
  /* max-width: 980px; */
}

div.img_trump img {
  width: 100%;
}

div.img_trump p.pie_foto {
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #909090;
  margin-top: 10px;
}

/* @media (min-width: 980px) {
  div.videos, div.img_trump {
    margin-left: -100px;
    margin-right: -100px;
  }
} */

/* combo fotos */

.row-composition {
  text-align: center;
  margin-bottom: 4px;
}
img {
  vertical-align: top;
}
.first-row img {
  width: 49.8%;
}
.second-row img {
  width: 33.1%;
}
.caption {
  color: #686868;
  fill: #686868;
  text-align: right;
}
.color_black {
  color: #000;
  fill: #000;
}
.light {
  font-weight: 200;
}
.uppercase {
  text-transform: uppercase;
}
