.foto_titular {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.foto_titular .titular {
  padding: 10px;
}

.foto_titular .titular p {
  margin: 0;
  /* text-align: justify; */
}

.foto_titular .titular p.fecha {
  margin-bottom: 4px;
  font-weight: bold;
}

.link_redondo {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #226e6a;
  border-radius: 20px;
  background-color: #226e6a;
  color: #fff;
}

.link_redondo:focus,
.link_redondo:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
}

.carrito-formulario-foto {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

.liga-carrito-foto {
  color: #000;
  text-decoration: underline;
}

.liga-carrito-foto:focus,
.liga-carrito-foto:hover {
  color: #226e6a;
}

.tarjeta-carrito-foto {
  border: 1px solid #ababab;
  padding: 25px;
  border-radius: 9px;
}

.error-label {
  display: block;
  color: red;
  font-weight: 600;
}

.no-display {
  display: none;
}

.campo-error {
  border-color: #e71616;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(163 0 0 / 25%);
}

label.error {
  display: block;
  color: #e10000;
}

input.error,
input.error:focus,
textarea.error:focus,
textarea.error {
  border-color: #e71616;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(163 0 0 / 25%);
}