/* DISCLAIMER */
@import url("../core/reset.css");
@import url("../core/variables.css");
@import url("../style.css");
@import url("../../components/header/header.css");

.main.disclaimer {
  /* Margin-padding */
  padding-bottom: 80px;
  /* Display */
  gap: 24px;
}

.section h2,
.section h3,
.section p,
.section ol,
.section img {
  /* Margin-padding */
  padding-bottom: 10px;
}

.section h2 {
  /* Font */
  font-size: 20px;
  font-weight: 700;
}

.section h3,
.section figcaption {
  /* Font */
  font-weight: 700;
}

.section > ul > li {
  /* Font */
  list-style: none;
}

.section ol {
  /* Margin-padding */
  padding-left: 24px;
}

.logo_imforest,
.logo_entidades,
.logo_fondos {
  /* Size */
  width: 100%;
  /* Margin-padding */
  margin: auto;
  /* Display */
  mix-blend-mode: darken;
}

.logo_fondos {
  /* Size */
  max-width: 345px;
}

.logo_entidades {
  /* Size */
  height: 160px;
  /* Background-border */
  background: url("../../assets/logos_entidades_mobile.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.description {
  /* Font */
  font-size: 14px;
  font-weight: 700;
}

.link.mail {
  /* Font */
  font-weight: 600;
}

.link.know-more {
  /* Font */
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}
