.headercms {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  padding: 20px;
  margin-bottom: 40px;
}
.headercms_right{
  font-size: 36px;
  font-family: Arial, sans-serif;
  color: #847f7f;
  font-weight: bold;
  width: 200px;
}
.headercms_right_botton{
  font-size: 12 px;
  font-family: 'Courier New', monospace;
  color: #000000;
  font-weight: 400;
}
.subtitulos_header{
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 10px;
}
.subtitulo_item{
  font-size: 14pt;
  font-family: Arial, sans-serif;
}
.creditos_container{
  display: flex;
  flex-flow: column nowrap;
  gap:8px;
  margin-bottom: 20px;
}
.creditos_subheader{
  font-size: 12pt;
  color: #847f7f;
}
.creditos_item{
  font-family: Arial, sans-serif;
  font-size: 11pt;
  padding-left: 20px;
}
.creditos_fecha{
  font-size: 12pt;
  color:#847f7f;
  border-bottom: 1px dashed black;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.subtitulo_h3{
  font-size: 18pt;
  color: #6e6d6d;
  padding-top: 20px;
  padding-bottom: 8px;
}
.parrafo_container {
  line-height: 1.38;
  text-align: justify;
}
.parrafo {
  font-size: 11pt;
  font-family: Arial, sans-serif;
}
.resaltado{
  font-weight: bold;
}
.imagen_contenedor{
  line-height: 1.38;
  text-align: center;
}
.imagen{
  margin: 10pt; 
  border: 2pt solid #8a8888
}
.notas_cms{
  padding-left: 20px;
  color: #4b4747;
}
.lista_cms{
  list-style: circle;
  padding-left: 35px;
}
.soporte_email_container{
  text-indent: 36pt;
  margin-top: 18pt;
  margin-bottom: 6pt;
}
.soporte_email{
  font-size: 14pt;
  font-family: 'Courier New', monospace;
  font-weight: bold;
}
.bton-pdf-parrafo-container{
  text-align: end;
  line-height: 1.38;
}
.bton-pdf-parrafo{
  font-size: 9pt;
  font-family: Arial, sans-serif;
}