* {
    font-family: 'Century Gothic', 'Helvetica', 'Verdana', 'Arial';
    box-sizing: border-box;
    text-align: justify;
    color: #3b3838;
}

body {
    max-width: 700px;
    margin: 3rem auto;
    padding: 1rem;
}

.logo {
    width: 200px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-justified {
    text-align: justify;
}

.text-indent {
    text-indent: 40px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.mr-auto {
    margin-right: auto;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.ml-2 {
    margin-left: 2rem;
}

.mr-2 {
    margin-right: 2rem;
}

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.color-primary {
    color: #5526ee;
}

.color-secondary {
    color: #47d8b3;
}

.color-gray {
    color: #777;
}

.text-small {
    font-size: 7.5pt;
}

.text-normal {
    font-size: 9.5pt;
}

.subtitle {
    font-size: 10.5pt;
}

.title {
    font-size: 15pt;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.bg {
    background: red;
}

.bg-table {
    background-color: #eee;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.table tr+tr {
    border-top: 1px solid black;
}

.table td+td {
    border-left: 1px solid black;
}

.table td {
    padding: 5px;
}

.parrafo-justificado-cursiva {
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-left: 40pt;
  margin-right: 40pt;
  text-align: justify;
  font-size: 9.5pt;
  font-family: 'Century Gothic';
  color: black;
  font-style: italic;
}
.titulo-principal {
  margin-top: 0pt;
  margin-bottom: 0pt;
  font-size: 10.5pt;
  text-align: center;
  font-family: 'Century Gothic';
  color: #6947F2;
  font-weight: bold;
}
.subtitulo {
  margin-top: 0pt;
  margin-bottom: 0pt;
  font-size: 9.5pt; 
  font-style: italic;
  font-weight: bold;
  color: #47d8b3;
}

.tabla-accesible {
  width: calc(100% - 80pt); 
  margin-left: 40pt;
  margin-right: 40pt;
  border-collapse: collapse;
  font-family: 'Century Gothic';
  font-size: 9.5pt;
  font-style: italic;
}

.tabla-accesible td, .tabla-accesible th {
  border: 1px solid #ccc;
  padding: 6pt 8pt;
  text-align: left;
}

.tabla-accesible thead th {
  font-weight: bold;
  color: black;
  font-style: normal;
  background: #ccc;
}

.tabla-accesible td:first-child {
  font-weight: bold;
  color:  black;
  font-style: normal;
  background: #e7e7e7;
}