:root {
  --green: #5ab566;
}
.factsheet-body#main-content {
  background-color: #f2efef;
  box-sizing: border-box;
  padding: 40px 0;
  min-height: 100vh;
  min-height: 100dvh;
}
.factsheet-body .container {
  max-width: 992px;
  margin: 0 auto;
}
#main-content .container::before {
  content: none;
}
.factsheet-body h1,
.factsheet-body h2,
.factsheet-body h3,
.factsheet-body p {
  color: #000;
}
.header-factsheet {
  display: flex;
  padding: 20px 30px;
  align-items: center;
  gap: 3%;
  background-color: #355058;
}
#chartdiv {
  width: 100%;
  height: 470px;
}
.factsheet-header-col {
  flex-basis: 50%;
}
.header-factsheet h1 {
  font-size: 35px;
  padding: 0 0px 5px;
  color: #fff;
}
.header-factsheet h4 {
  color: #fff;
  font-size: 15px;
  padding: 0;
}
.header-factsheet h5 {
  color: #fff;
  font-size: 20px;
  padding: 0;
}
.header-factsheet p {
  color: #fff;
  font-size: 14px;
  padding: 0;
}
.factsheet-header-col:last-child {
  text-align: right;
}
.save-pdf:hover {
  box-shadow: 0 6px 20px 3px rgba(0, 0, 0, 0.3);
}
.save-pdf.active {
  filter: grayscale(0%);
  pointer-events: all;
  cursor: pointer;
}
.save-pdf img {
  opacity: 0;
  transition: opacity 0.4s;
  transition-delay: 0.4s;
}
.save-pdf.active img {
  opacity: 1;
}
.save-pdf {
  color: #fff;
  padding: 12px;
  border-radius: 100px;
  border: none;
  position: fixed;
  bottom: 5%;
  right: 5%;
  cursor: not-allowed;
  background-color: var(--green);
  filter: grayscale(90%);
  transition: all 0.6s;
  box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.3);
  z-index: 3;
  pointer-events: none;
}
.body-factsheet {
  padding: 30px;
}
.factsheet-body-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 4%;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.factsheet-body-col:first-child {
  flex-basis: 38%;
}
.factsheet-body-col {
  flex-basis: 58%;
}
.factsheet-body p {
  font-size: 15px;
  line-height: 1.1em;
  margin: 0 0 10px;
}
#main-content .body-factsheet h4 small {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.body-factsheet tr:nth-child(2n + 1) {
  background-color: #d4dcda;
}
.body-factsheet hr {
  border: none;
  border-top: 2px solid #e1e1e1;
  margin: 22px 0;
}
#content-area .body-factsheet td,
#content-area .body-factsheet th {
  text-align: left;
  border-top: none;
  padding: 2px 5px;
  font-size: 14px;
  color: #000;
}
#content-area .body-factsheet td {
  color: #355058;
}
.body-factsheet .regular-table td:last-child,
.body-factsheet .regular-table th:last-child {
  text-align: right;
}
.body-factsheet th {
  font-weight: 400;
}
.factsheet-performance-table td,
.factsheet-performance-table th {
  padding: 9px 10px;
}
.factsheet-body p.patrimonio-text {
  color: #51a178;
  font-weight: 600;
  font-size: 25px;
}
#main-content .body-factsheet h1 {
  line-height: 1.1em;
  color: #355058;
  margin: 0 0 60px;
  font-size: 55px;
}
#main-content .body-factsheet h2 {
  font-size: 24px;
  color: #355058;
  margin: 0 0 5px;
  line-height: 1.1em;
  font-weight: 400;
}
#main-content .body-factsheet h4 {
  color: #25222f;
  font-size: 19px;
  padding-bottom: 15px;
  line-height: 1.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 14px;
  padding: 0;
}
.factsheet-body-block {
  margin-bottom: 40px;
}
.portafolio-section-factsheet {
  display: flex;
  gap: 4%;
}
.riesgos-holder {
  flex-basis: 25%;
}
.piecharts-section {
  flex-basis: 71%;
}
.piecharts-holder .col {
  flex-basis: 48%;
  height: 380px;
  overflow: hidden;
}
.piecharts-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 4%;
}
.riesgos-holder .regular-table:first-of-type {
  margin-bottom: 30px;
}
.fondo-chart-factsheet {
  height: 200px;
  margin-bottom: 30px;
}
.factsheet-body article {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  overflow: hidden;
}
.save-pdf.active .lds-ellipsis {
  opacity: 0;
}
.lds-ellipsis {
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 18px);
  transition: opacity 0.4s;
}
.lds-ellipsis div {
  position: absolute;
  top: 15.5px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 4px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 4px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 16px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 28px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(12px, 0);
  }
}
#content-area .body-factsheet .rentabilidad-graph {
  border: 1px solid #869393;
  width: 100%;
}
#content-area .body-factsheet .rentabilidad-graph tbody tr {
  background-color: transparent;
}
#content-area .body-factsheet .rentabilidad-graph thead tr {
  background-color: #d4dcda;
}
#content-area .body-factsheet .rentabilidad-graph td,
#content-area .body-factsheet .rentabilidad-graph th {
  border-right: 1px solid #869393;
  color: #51a178;
  text-align: center;
  padding: 4px 1px;
  font-size: 10px;
}
.factsheet-body p.factsheet-disclaimer {
  line-height: 1.2em;
  font-size: 15px;
  text-align: justify;
  text-justify: inter-word;
  color: #355058;
}
.factsheet-footer {
  padding: 40px 96px;
}
.factsheet-contact {
  border-bottom: 2px solid #355058;
  display: flex;
  justify-content: space-between;
  padding: 0 0 10px;
  margin-bottom: 30px;
}
.factsheet-contact-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.factsheet-contact p {
  padding: 0;
  font-size: 16px;
  color: #355058;
}
.factsheet-logos {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.analisis-factsheet {
  padding: 30px;
}
#main-content .analisis-factsheet h4 {
  margin: 0 0 2px;
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
#main-content .analisis-factsheet p.analisis-author {
  color: #25222f;
  font-size: 18px;
  margin-bottom: 30px;
}
#main-content .analisis-factsheet p {
  font-size: 18px;
}

.factsheet-graphs-holder {
  flex-basis: 85%;
  display: flex;
  gap: 4%;
  margin: 0 auto;
  border-top: 2px solid #e1e1e1;
  padding-top: 25px;
}
.factsheet-line-graph-holder {
  flex-basis: 48%;
}
.fondo-linechart-factsheet {
  height: 200px;
}
.factsheet-sociedades-wrapper {
  display: flex;
  gap: 60px;
  margin: 0 auto;
  justify-content: center;
  width: 80%;
  border-top: 2px solid #355058;
  padding: 30px 0 0;
}
.factsheet-sociedad p {
  color: #355058;
  text-align: center;
}
.factsheet-logo-separator {
  background-color: #355058;
  padding: 25px 0;
  margin-top: 40px;
}
.factsheet-logo-separator img {
  width: 460px;
  margin: 0 auto;
  display: block;
}
