html, body {
  background-color: #ffffff !important;
  color: #1a1a1a !important;
}

:root {
  color-scheme: only light;
}

.folder-label-cobertura .title {
  width: 30%;
  font-family: "raleway", sans-serif;
  font-weight: 800;
  letter-spacing: 1pt;
  display: flex;
  justify-content: center;
  padding: 24px;
  margin-bottom: -1%;
  background-color: #f1f9fa;
  border-radius: 24px 24px 0 0;
  color: #00526A;
}
@media (max-width: 1023px) {
  .folder-label-cobertura .title {
    width: 45%;
  }
}

.cobertura {
  background-color: #f1f9fa;
}
.cobertura .title {
  font-family: "raleway", sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  color: #00526A;
  padding: 5%;
}
@media (max-width: 1023px) {
  .cobertura .title {
    margin-bottom: 5%;
    padding: 10%;
  }
}
.cobertura .subtitle {
  font-family: "Montserrat", sans-serif;
  line-height: 3em;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .cobertura .subtitle {
    line-height: 2em;
  }
}/*# sourceMappingURL=cobertura.css.map */