/* Tipografía y ajustes generales */

/*// <weight>: Use a value from 400 to 800
// <uniquifier>: Use a unique and descriptive class name

Utilizamos esta tipografía principalmente para títulos o aspectos resaltantes

.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

La siguiente tipografía para textos secundarios 

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}
*/


body {
  margin: 0;
  color: #333;
  font-family: "EB Garamond", serif;
}

header {
  width: 100%;
  height: 600px;
  color: #FFF;
  background-image: url(/img/background-download-grupo-bratila.png);
  background-position: center;
  background-size: cover;
  align-content: center;
}

header p {
  font-size: 5rem;
  text-align: center;
  margin: 0;
  font-family: "Lato", sans-serif;
}

#qr-iden {
  width: 70%;
  height: auto;
  margin-left: 15%;
  background-color: #FFF;
  color: #000;
  font-family: "Lato", sans-serif;
  padding-top: 50px;
  text-align: justify;
  padding-bottom: 50px;
  display: table;
}

.p-texto {
  font-size: 1rem;
}
.p-inciso{
 font-size: 1.2rem;
 font-weight: bold;
}
.li-date{
 font-size: 1rem;
}