/*
    - Name: "full.scss" de Contacto de instituto de la mujer
    - Description: "Add custom styles to article content, view mode full content"
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.ui-autocomplete {
  border-color: #002855;
  border-color: rgba(0, 40, 85, 0.5);
  background-clip: padding-box;
}
.ui-autocomplete li a {
  display: block;
  color: #002855;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-size: var(--font-16);
  text-decoration: none;
}
.ui-autocomplete li a.ui-state-active, .ui-autocomplete li a:hover {
  border-color: #002855;
  background-color: #CCD5E2;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  color: #002855;
}

.node--type-report.node--view-mode-full .section__header .block-field__title {
  margin-bottom: 10px;
}
.node--type-report.node--view-mode-full .section__header .block-field__title .content .field--name-title h1 {
  margin: 0;
  color: #002855;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.node--type-report.node--view-mode-full .section__header .block-field__topic {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  background: #CCD5E2;
}
.node--type-report.node--view-mode-full .section__header .block-field__topic .field__item {
  color: #002855;
  font-size: var(--font-14);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.node--type-report.node--view-mode-full .section__header .block-field__body {
  margin-top: 20px;
}
.node--type-report.node--view-mode-full .section__header .block-field__body .field--name-body p {
  color: #002855;
}
/*# sourceMappingURL=full.css.map */
