/*
    - Name: "full.scss" de Contratos
    - Description: "Estilos para el tipo de contenido Contract, view mode full content"
    - Based on: theme/report/full.scss
*/
/* 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-contract.node--view-mode-full .section__header .block-field__type_of_contract, .node--type-contract.node--view-mode-full .section__header .block-field__tender_year {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  background: #CCD5E2;
}
.node--type-contract.node--view-mode-full .section__header .block-field__type_of_contract .field__item, .node--type-contract.node--view-mode-full .section__header .block-field__tender_year .field__item {
  color: #002855;
  font-size: var(--font-14);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.node--type-contract.node--view-mode-full .section__header .block-field__title {
  margin-bottom: 10px;
}
.node--type-contract.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-contract.node--view-mode-full .section__header .block-field__commission_date {
  display: flex;
  gap: 5px;
  align-items: center;
}
.node--type-contract.node--view-mode-full .section__header .block-field__commission_date::before {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.25rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92b";
  position: relative;
  top: -2px;
  color: #405D8F;
}
.node--type-contract.node--view-mode-full .section__header .block-field__commission_date .content .field__item {
  color: #002855;
  font-size: var(--font-16);
}
.node--type-contract.node--view-mode-full .section__header .block-field__body {
  margin-top: 20px;
}
.node--type-contract.node--view-mode-full .section__header .block-field__body .field--name-body p {
  color: #002855;
}
.node--type-contract.node--view-mode-full .section__documents .block-field__field_document_link .field__items {
  display: grid;
  gap: 10px;
  align-items: start;
}
.node--type-contract.node--view-mode-full .section__documents .block-field__field_document_link .field__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.node--type-contract.node--view-mode-full .section__documents .block-field__field_document_link .field__item::before {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.125rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e9cb";
  position: relative;
  top: 4px;
  color: #002855;
}
.node--type-contract.node--view-mode-full .section__documents .block-field__field_document_link .field__item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  color: #002855;
}
.node--type-contract.node--view-mode-full .section__documents .block-field__field_document_link .field__item a:hover {
  text-shadow: 0 0 1px #002855;
}
.node--type-contract.node--view-mode-full .section__documents .block-field__field_document_link .field__item:has(a[target=_blank])::before {
  content: "\e921";
}
.node--type-contract.node--view-mode-full .section__documents .block-field__field_document_link .field__item:has(a[target=_blank]) a::before {
  display: none;
}
/*# sourceMappingURL=full.css.map */
