.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
*:focus {
  outline: none;
}
*:focus-visible {
  outline: 2px solid #13162f;
  outline-offset: 2px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 9999;
  padding: 12px 24px;
  background: #13162f;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0 0 4px 0;
}
.skip-link:focus {
  top: 0;
}
html {
  min-height: 100%;
  position: relative;
}
body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  margin: 0;
}
body,
button,
input,
textarea,
select {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #13162f;
}
a,
button,
input,
textarea,
select {
  transition: 0.2s ease;
}
a {
  color: #5c7315;
  text-decoration: none;
}
a.a-classic {
  text-decoration: underline;
}
a:hover {
  cursor: pointer;
}
button:hover,
select:hover,
label:hover,
input[type='checkbox']:hover,
input[type='radio']:hover {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
p {
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 38px;
  line-height: 42px;
}
@media (min-width: 960px) {
  h1,
  .h1 {
    font-size: 46px;
    line-height: 51px;
  }
}
h2,
.h2 {
  font-size: 30px;
  line-height: 33px;
}
@media (min-width: 720px) {
  h2,
  .h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
h3,
.h3 {
  font-size: 22px;
  line-height: 25px;
}
@media (min-width: 480px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 33px;
  }
}
h4,
.h4 {
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 480px) {
  h4,
  .h4 {
    font-size: 22px;
    line-height: 25px;
  }
}
h5,
.h5 {
  font-size: 14px;
  line-height: 16px;
}
ul,
ol {
  list-style-type: none;
}
img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
svg {
  display: block;
  max-width: 100%;
}
html[data-font-size="1"] body {
  zoom: 1.1;
  -moz-transform: scale(1.1);
  -moz-transform-origin: 0 0;
}
html[data-font-size="2"] body {
  zoom: 1.2;
  -moz-transform: scale(1.2);
  -moz-transform-origin: 0 0;
}
html[data-font-size="-1"] body {
  zoom: 0.9;
  -moz-transform: scale(0.9);
  -moz-transform-origin: 0 0;
}
html[data-font-size="-2"] body {
  zoom: 0.8;
  -moz-transform: scale(0.8);
  -moz-transform-origin: 0 0;
}
html.dark-mode {
  background-color: #1a1a1a;
  color: #e0e0e0;
}
html.dark-mode body {
  background-color: #1a1a1a;
  color: #e0e0e0;
}
html.dark-mode header {
  background-color: #2a2a2a !important;
  color: #e0e0e0;
  box-shadow: 0px 2px 2px rgba(255,255,255,0.3) !important;
}
html.dark-mode header .header__primary {
  background-color: #333 !important;
  color: #e0e0e0;
}
html.dark-mode header .header__primary a {
  color: #e0e0e0;
}
html.dark-mode header .header__secondary {
  background-color: #2a2a2a !important;
}
html.dark-mode header .header__nav .header__menu nav ul li a {
  color: #e0e0e0 !important;
}
html.dark-mode header .header__nav .header__menu nav ul li a:hover {
  color: #c9aeef !important;
}
html.dark-mode header .header__nav .header__menu nav ul li ul {
  background-color: #333 !important;
}
html.dark-mode header .header__nav .header__menu nav ul li ul li {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
html.dark-mode header .header__nav .header__menu nav ul li ul li:hover {
  background-color: #404040;
}
html.dark-mode header .header__nav .header__menu nav ul li ul li a {
  color: #e0e0e0 !important;
}

/* header__search__row (mobile search bar) */
html.dark-mode header .header__search__row {
  background-color: #1a1a1a !important;
  border-top-color: #404040 !important;
}

/* search button icons with explicit #13162f */
html.dark-mode header .header__primary .header__search button .fa,
html.dark-mode header .header__search__row .header__search button .fa,
html.dark-mode header .header__medio .header__search button .fa {
  color: #e0e0e0 !important;
}

/* dropdown nav menus */
html.dark-mode header .header__nav ul li ul,
html.dark-mode header .header__nav ul li ul li > ul {
  background: #2a2a2a !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}
html.dark-mode header .header__nav ul li ul li,
html.dark-mode header .header__nav ul li ul li > ul li {
  border-bottom-color: #404040 !important;
}
html.dark-mode header .header__nav ul li ul li a,
html.dark-mode header .header__nav ul li ul li > ul li a {
  color: #e0e0e0 !important;
}
html.dark-mode header .header__nav ul li ul li:hover,
html.dark-mode header .header__nav ul li ul li > ul li:hover {
  background-color: #3a3a3a !important;
}

/* header__actions dropdown (desktop top nav hover) */
html.dark-mode header .header__actions ul li:hover,
html.dark-mode header .header__actions .header__nav ul li:hover {
  background-color: #3a3a3a !important;
}
html.dark-mode header .header__actions .header__nav ul li:hover a,
html.dark-mode header .header__actions ul li:hover a {
  color: #e0e0e0 !important;
}

/* accessibility dropdown menu */
html.dark-mode header .header__right .header__accessibility .header__item__nav ul {
  background: #2a2a2a !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}
html.dark-mode header .header__right .header__accessibility .header__item__nav ul li a {
  color: #e0e0e0 !important;
}

/* mobile nav panel */
html.dark-mode header .header__nav__mobile .header__nav__nav {
  background: #1a1a1a !important;
  color: #e0e0e0 !important;
  border-top-color: #404040 !important;
}
html.dark-mode header .header__nav__mobile .header__nav__nav .header__nav__nav__submenu {
  background: #2a2a2a !important;
}
html.dark-mode header .header__nav__mobile .header__nav__nav ul li a {
  color: #e0e0e0 !important;
}
html.dark-mode .header__search input {
  background-color: #333 !important;
  color: #e0e0e0 !important;
  border-color: #555 !important;
}
html.dark-mode .header__search input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
html.dark-mode .header__search input::-moz-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
html.dark-mode .header__search input:-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
html.dark-mode .header__search input::placeholder {
  color: rgba(255,255,255,0.5) !important;
}
html.dark-mode .header__accessibility__btn {
  border-color: #666 !important;
  color: #e0e0e0 !important;
}
html.dark-mode .header__accessibility__btn:hover {
  background-color: #666 !important;
  color: #fff !important;
}
html.dark-mode .btn.btn--white {
  background-color: #333 !important;
  color: #e0e0e0 !important;
  border-color: #666 !important;
}
html.dark-mode .btn.btn--white:hover {
  background-color: #404040 !important;
}
html.dark-mode section {
  background-color: #1a1a1a;
  color: #e0e0e0;
}
html.dark-mode .section {
  background-color: #1a1a1a;
  color: #e0e0e0;
}
html.dark-mode input,
html.dark-mode textarea,
html.dark-mode select {
  background-color: #333 !important;
  color: #e0e0e0 !important;
  border-color: #555 !important;
}
html.dark-mode input::-webkit-input-placeholder,
html.dark-mode textarea::-webkit-input-placeholder,
html.dark-mode select::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
html.dark-mode input::-moz-placeholder,
html.dark-mode textarea::-moz-placeholder,
html.dark-mode select::-moz-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
html.dark-mode input:-ms-input-placeholder,
html.dark-mode textarea:-ms-input-placeholder,
html.dark-mode select:-ms-input-placeholder {
  color: rgba(255,255,255,0.5) !important;
}
html.dark-mode input::placeholder,
html.dark-mode textarea::placeholder,
html.dark-mode select::placeholder {
  color: rgba(255,255,255,0.5) !important;
}
html.dark-mode .card,
html.dark-mode .box {
  background-color: #2a2a2a;
  color: #e0e0e0;
  border-color: #404040;
}
html.dark-mode footer {
  background-color: #3e5749 !important;
  color: #e0e0e0;
}
html.dark-mode footer a {
  color: #e0e0e0 !important;
}

/* ==========================================================================
   DARK MODE — Extended component overrides
   Colors validated against WCAG 2.2 AA (≥4.5:1 normal text, ≥3:1 large text)
   Surface palette:
     bg       #1a1a1a   (page)
     surface  #2a2a2a   (cards, panels)
     surface2 #333333   (modal headers, elevated)
     surface3 #404040   (hover, borders)
     text     #e0e0e0   ~9.5:1 on surface
     muted    #a0a0a0   ~4.6:1 on surface  ✓ AA
     subtle   #b0b0b0   ~5.8:1 on surface  ✓ AA
   ========================================================================== */

/* --- Focus visibility (keyboard accessibility) --- */
html.dark-mode :focus-visible {
  outline: 2px solid #c9aeef !important;
  outline-offset: 2px !important;
}

/* --- Section color variants (explicit bg overrides) --- */
html.dark-mode section.section--light,
html.dark-mode section.section--white,
html.dark-mode section.section--header {
  background-color: #1a1a1a !important;
  color: #e0e0e0 !important;
}

/* --- Ficha widget cards --- */
html.dark-mode .section__ficha__item,
html.dark-mode .section__ficha__group {
  background: #2a2a2a !important;
  border: 1px solid #404040 !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}

html.dark-mode .section__ficha__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.45) !important;
}

html.dark-mode .section__ficha__item .ficha__value,
html.dark-mode .section__ficha__group .ficha__group__title {
  color: #e0e0e0 !important;
}

html.dark-mode .section__ficha__item .ficha__label,
html.dark-mode .section__ficha__group .ficha__entidad .ficha__label {
  color: #a0a0a0 !important;
}

html.dark-mode .section__ficha__item .ficha__icon,
html.dark-mode .section__ficha__group .ficha__group__header .ficha__icon {
  background: rgba(145, 176, 36, 0.15) !important;
}

html.dark-mode .section__ficha__group .ficha__group__header {
  border-bottom-color: #404040 !important;
}

html.dark-mode .ficha__tag {
  background: rgba(145, 176, 36, 0.2) !important;
  color: #b5d14f !important;
}

/* --- Filter panels (overrides inline style via !important) --- */
html.dark-mode .agenda__filters,
html.dark-mode .section__filters {
  background: #2a2a2a !important;
  border: 1px solid #404040 !important;
}

html.dark-mode .agenda__filters label,
html.dark-mode .section__filters label {
  color: #e0e0e0 !important;
}

/* --- Calendar tooltip --- */
html.dark-mode .calendar-tooltip {
  background: #2a2a2a !important;
  border-color: #404040 !important;
  color: #e0e0e0 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5) !important;
}

/* --- Lightbox (shared: actividad-detalle, participation-tabs) --- */
html.dark-mode .sbap-lightbox__content {
  background: #2a2a2a !important;
  color: #e0e0e0 !important;
}

html.dark-mode .sbap-lightbox__header {
  background: #333 !important;
  border-bottom-color: #404040 !important;
}

html.dark-mode .sbap-lightbox__title {
  color: #e0e0e0 !important;
}

html.dark-mode .sbap-lightbox__close {
  color: #a0a0a0 !important;
}

html.dark-mode .sbap-lightbox__close:hover {
  background: #404040 !important;
  color: #e0e0e0 !important;
}

html.dark-mode .sbap-lightbox__counter {
  color: #a0a0a0 !important;
}

html.dark-mode .sbap-preview-btn {
  background: #2a2a2a !important;
  border-color: #555 !important;
  color: #e0e0e0 !important;
}

html.dark-mode .sbap-preview-btn:hover {
  background: #333 !important;
  border-color: #777 !important;
}

/* --- Modals (participation-tabs: confirmation + location) --- */
html.dark-mode .participation-confirm-modal__content,
html.dark-mode .location-modal__content {
  background: #2a2a2a !important;
  color: #e0e0e0 !important;
}

html.dark-mode .participation-confirm-modal__content h3,
html.dark-mode .location-modal__title {
  color: #e0e0e0 !important;
}

html.dark-mode .participation-confirm-modal__content p,
html.dark-mode .location-modal__address {
  color: #b0b0b0 !important;
}

html.dark-mode .location-modal__close {
  color: #a0a0a0 !important;
}

html.dark-mode .location-modal__close:hover {
  color: #e0e0e0 !important;
}

html.dark-mode .location-modal__map {
  background: #333 !important;
}

/* --- Postulante modal (formulario-votacion) --- */
html.dark-mode .postulante-modal .modal__content {
  background: #2a2a2a !important;
  color: #e0e0e0 !important;
}

/* --- Form containers (formulario-postulacion, formulario-seleccion) --- */
html.dark-mode .contact__form-container {
  background: #2a2a2a !important;
  border: 1px solid #404040 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

html.dark-mode .contact__form-header h2 {
  color: #e0e0e0 !important;
}

html.dark-mode .form-description {
  color: #b0b0b0 !important;
}

html.dark-mode .form__label {
  color: #e0e0e0 !important;
}

/* --- Form loading overlay --- */
html.dark-mode .form__loading-overlay {
  background: rgba(26, 26, 26, 0.95) !important;
}

/* --- Form state messages (WCAG AA contrast validated) --- */
html.dark-mode .form__message--warning {
  background: rgba(255, 193, 7, 0.12) !important;
  border-color: rgba(255, 193, 7, 0.4) !important;
  color: #e8cc73 !important;
}

html.dark-mode .form__message--warning i {
  color: #e8cc73 !important;
}

html.dark-mode .form__message--info {
  background: rgba(33, 150, 243, 0.12) !important;
  border-color: rgba(33, 150, 243, 0.4) !important;
  color: #90c8f8 !important;
}

html.dark-mode .form__message--info i {
  color: #90c8f8 !important;
}

html.dark-mode .form__message--error {
  background: rgba(231, 76, 60, 0.12) !important;
  border-color: rgba(231, 76, 60, 0.4) !important;
  color: #f4a59a !important;
}

html.dark-mode .form__message--error i {
  color: #f4a59a !important;
}

html.dark-mode .form__message--success {
  background: rgba(39, 174, 96, 0.12) !important;
  border-color: rgba(39, 174, 96, 0.4) !important;
  color: #81d4a7 !important;
}

html.dark-mode .form__message--success i {
  color: #81d4a7 !important;
}

/* --- Inscription info box (participation-tabs) --- */
html.dark-mode .info__box {
  background-color: rgba(39, 174, 96, 0.12) !important;
  border-color: rgba(39, 174, 96, 0.4) !important;
  color: #e0e0e0 !important;
}

/* --- Form input error state
     Widget CSS uses !important with specificity (0,2,0):
       .section--formulario-X .form__input--error { background: #fde8e8 !important }
     Override requires specificity (0,3,0) to win in the !important layer.
--- */
html.dark-mode .section--formulario-postulacion .form__input--error,
html.dark-mode .section--formulario-seleccion .form__input--error {
  background-color: rgba(231, 76, 60, 0.15) !important;
  border-color: rgba(231, 76, 60, 0.6) !important;
  color: #e0e0e0 !important;
}

/* ==========================================================================
   DARK MODE — Articles, cards, and global component resets
   ========================================================================== */

/* --- Base article card (line 1987 in main.css) ---
     All articles inherit white bg + dark text by default.
     Override here; exceptions below restore specific variants.
--- */
html.dark-mode article {
  background-color: #2a2a2a !important;
  color: #e0e0e0 !important;
  border-color: #404040 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

/* Preserve stat articles: transparent bg on colored section */
html.dark-mode article.article--stat {
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: none !important;
}

/* Preserve entity articles: dark green bg */
html.dark-mode article.article--entity {
  background-color: #315242 !important;
  color: #fff !important;
  border-color: transparent !important;
}

/* Article sub-elements with explicit color: #13162f declarations */
html.dark-mode article .article__body,
html.dark-mode article .article__header {
  background-color: #2a2a2a !important;
  color: #e0e0e0 !important;
}

html.dark-mode article .article__title a {
  color: #e0e0e0 !important;
}

html.dark-mode article .article__title a:hover {
  color: #5c7315 !important;
}

html.dark-mode article .article__description {
  color: #b0b0b0 !important;
}

/* Category badge on participation cards: adapt to dark context */
html.dark-mode article.article--participation .article__image .article__category {
  background-color: rgba(145, 176, 36, 0.25) !important;
  color: #c8e06a !important;
}

/* Gobernanza article title */
html.dark-mode article.article--gobernanza .article__header .article__title {
  color: #e0e0e0 !important;
}

/* --- Breadcrumbs --- */
html.dark-mode .section__breadcrumb a {
  color: #a0a0a0 !important;
}

html.dark-mode .section__breadcrumb span {
  color: #a0a0a0 !important;
}
html.dark-mode .section__breadcrumb span.current {
  color: #e0e0e0 !important;
  opacity: 1;
}

/* --- Button hover (default green → white/dark in light mode, keep green in dark) --- */
html.dark-mode .btn:hover {
  background-color: #a0c028 !important;
  color: #fff !important;
}

/* Preserve btn--white hover already defined above (higher specificity wins) */

/* --- Section: tabs-participation (white bg section) --- */
html.dark-mode section.section--tabs-participation {
  background-color: #1a1a1a !important;
  color: #e0e0e0 !important;
}

html.dark-mode section.section--tabs-participation .section__tabs .tabs__header {
  border-bottom-color: #404040 !important;
}

/* --- Section: register content box (white card on dark-green section) --- */
html.dark-mode section.section--register .section__content {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #e0e0e0 !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

/* --- FAQ items (two variants: scoped + generic) --- */
html.dark-mode .section--faq .faq__item,
html.dark-mode .faq .faq__item {
  background-color: #2a2a2a !important;
  border-color: #404040 !important;
  color: #e0e0e0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

html.dark-mode .section--faq .faq__question .question__titulo,
html.dark-mode .faq .faq__question {
  color: #e0e0e0 !important;
}

/* --- Cookies banner and modal --- */
html.dark-mode .cookies-banner {
  background-color: #2a2a2a !important;
  color: #e0e0e0 !important;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.4) !important;
}

html.dark-mode .cookies-banner .cookies-banner__title {
  color: #e0e0e0 !important;
}

html.dark-mode .cookies-banner .cookies-banner__text {
  color: #b0b0b0 !important;
}

html.dark-mode .cookies-banner .cookies-banner__text a {
  color: #c9aeef !important;
}

html.dark-mode .cookies-modal .cookies-modal__content {
  background-color: #2a2a2a !important;
  color: #e0e0e0 !important;
}

html.dark-mode .cookies-modal .cookies-modal__header {
  border-bottom-color: #404040 !important;
}

html.dark-mode .cookies-modal .cookies-modal__title {
  color: #e0e0e0 !important;
}

/* --- Metrics dashboard chart --- */
html.dark-mode .metrics__chart {
  background: #2a2a2a !important;
  border-color: #404040 !important;
}

/* --- section--tabs-participation sub-elements with light bg --- */
html.dark-mode section.section--tabs-participation .section__cta-box,
html.dark-mode section.section--tabs-participation .expediente__item,
html.dark-mode section.section--tabs-participation .resumen__galeria .galeria__principal {
  background: #2a2a2a !important;
  border-color: #404040 !important;
}

html.dark-mode section.section--tabs-participation .event--child,
html.dark-mode section.section--tabs-participation .event--level-2 {
  background: #2d3a1a !important;
}

html.dark-mode section.section--tabs-participation .section__comments .comments__form .form__textarea:disabled {
  background: #333 !important;
}

/* --- section--agenda-global calendar cells --- */
html.dark-mode section.section--agenda-global .calendar__day--empty {
  background: #222 !important;
}

html.dark-mode section.section--agenda-global .calendar__day:hover:not(.calendar__day--empty) {
  background: #2a2a2a !important;
}

html.dark-mode section.section--agenda-global .calendar__mini .calendar__date:hover {
  background: #2a2a2a !important;
}

/* ── dark-mode: remaining color:#13162f overrides ─────────────────────── */

/* FAQ headings not covered by faq__item/faq__question rules */
html.dark-mode section.section--faq .faq__intro h2,
html.dark-mode section.section--faq .faq__category-title {
  color: #e0e0e0 !important;
}

/* Cookies modal cookie-category title */
html.dark-mode .cookies-modal .cookie-category .cookie-category__title {
  color: #e0e0e0 !important;
}

/* Cookies btn--settings (text button inside banner) */
html.dark-mode .cookies-banner .btn--settings {
  color: #c9aeef !important;
}

/* Modal generic paragraph */
html.dark-mode .modal .modal__content p {
  color: #e0e0e0 !important;
}

/* blockquote inside section content */
html.dark-mode section .section__content blockquote p {
  color: #e0e0e0 !important;
}

/* tabs-participation: expediente */
html.dark-mode section.section--tabs-participation .expediente__group-title,
html.dark-mode section.section--tabs-participation .archivo__name,
html.dark-mode section.section--tabs-participation .documento__name {
  color: #e0e0e0 !important;
}

/* tabs-participation: comments */
html.dark-mode section.section--tabs-participation .section__comments .comments__form .form__notice p,
html.dark-mode section.section--tabs-participation .section__comments .comments__list .comment .comment__author,
html.dark-mode section.section--tabs-participation .section__comments .comments__list .comment .comment__text {
  color: #e0e0e0 !important;
}

/* tabs-participation: agenda events */
html.dark-mode section.section--tabs-participation .section__agenda .event__title,
html.dark-mode section.section--tabs-participation .section__agenda .event__description,
html.dark-mode section.section--tabs-participation .section__agenda .calendar__info h5 {
  color: #e0e0e0 !important;
}

/* tabs-participation: comentarios section */
html.dark-mode section.section--tabs-participation .section__comentarios .comentarios__title,
html.dark-mode section.section--tabs-participation .section__comentarios .comentario__name {
  color: #e0e0e0 !important;
}

/* agenda-global: text elements */
html.dark-mode section.section--agenda-global .agenda__title,
html.dark-mode section.section--agenda-global .calendar__day .day__number,
html.dark-mode section.section--agenda-global .agenda__legend h4,
html.dark-mode section.section--agenda-global .agenda__legend .legend__item {
  color: #e0e0e0 !important;
}

/* metrics-dashboard: chart & summary text */
html.dark-mode section.section--metrics-dashboard .chart__header h4,
html.dark-mode section.section--metrics-dashboard .chart__bar-value,
html.dark-mode section.section--metrics-dashboard .summary__header h4,
html.dark-mode section.section--metrics-dashboard .summary__value {
  color: #e0e0e0 !important;
}

/* daily-stats */
html.dark-mode section.section--daily-stats .stats-card__value {
  color: #e0e0e0 !important;
}

/* contact-form section text */
html.dark-mode section.section--contact-form .contact__info h3,
html.dark-mode section.section--contact-form .contact__info .info-item__content,
html.dark-mode section.section--contact-form .contact__info .contact__map h4,
html.dark-mode section.section--contact-form .contact__form-header h3,
html.dark-mode section.section--contact-form .form__radio label,
html.dark-mode section.section--contact-form .form__file-upload {
  color: #e0e0e0 !important;
}

/* sesion-content */
html.dark-mode section.section--sesion-content .expediente__group-title,
html.dark-mode section.section--sesion-content .documento__name {
  color: #e0e0e0 !important;
}

/* login & payment tabs */
html.dark-mode .tabs.tabs--login .tabs__header .tab,
html.dark-mode .tabs.tabs--payment .tabs__header .tab {
  color: #e0e0e0 !important;
}

/* WordPress content area */
html.dark-mode .wp,
html.dark-mode .wp p {
  color: #e0e0e0 !important;
}

/* enlaces-institucionales cards */
html.dark-mode .section--enlaces-institucionales .enlace-card,
html.dark-mode .section--enlaces-institucionales .enlace-card:hover {
  color: #e0e0e0 !important;
}

/* ── end dark-mode color overrides ────────────────────────────────────── */

/* ── gobernanza-entidad-detalle widget classes ────────────────────────── */

.section__descripcion { font-size: 15px; font-weight: lighter; }

.section__loading,
.section__empty {
  text-align: center;
  padding: 40px 0;
}

.section__loading__icon {
  font-size: 24px;
  margin-bottom: 10px;
  display: block;
}

.section__error {
  text-align: center;
  padding: 40px 0;
  color: #e74c3c;
}

/* Badge estado */
.badge--estado-activo {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  line-height: 1.4;
  white-space: nowrap;
  color: #2e7d32;
  background-color: rgba(76, 175, 80, 0.12);
}

.badge--estado-borrador {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  line-height: 1.4;
  white-space: nowrap;
  color: #616161;
  background-color: rgba(158, 158, 158, 0.12);
}

.badge--estado-realizado {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  line-height: 1.4;
  white-space: nowrap;
  color: #e65100;
  background-color: rgba(255, 152, 0, 0.12);
}

.badge--estado-proximo {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  line-height: 1.4;
  white-space: nowrap;
  color: #1565c0;
  background-color: rgba(33, 150, 243, 0.12);
}

/* Actividad actions (footer del accordion item) */
.actividad__actions {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

/* Actividades hijas */
.actividades-hijas {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.actividades-hijas__title {
  margin-bottom: 10px;
  font-size: 12px;
  color: #666;
  text-transform: uppercase !important;
}

.actividades-hijas-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.actividad-hija {
  padding: 15px;
  background: #f9f9f9;
  border-radius: 4px;
  margin-bottom: 10px;
}

.actividad-hija__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.actividad-hija__titulo {
  font-size: 14px;
  color: #333;
}

.actividad-hija__fecha {
  color: #666;
}

.actividad-hija__badges {
  margin-bottom: 8px;
}

.actividad-hija__desc {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* Dark mode overrides */
html.dark-mode .section__descripcion { color: #b0b0b0 !important; }
html.dark-mode .section__loading { color: #b0b0b0 !important; }
html.dark-mode .section__empty { color: #b0b0b0 !important; }
html.dark-mode .section__error { color: #f4a59a !important; }

html.dark-mode .badge--estado-activo {
  color: #81d4a7 !important;
  background-color: rgba(76, 175, 80, 0.18) !important;
}
html.dark-mode .badge--estado-borrador {
  color: #b0b0b0 !important;
  background-color: rgba(158, 158, 158, 0.18) !important;
}
html.dark-mode .badge--estado-realizado {
  color: #ffb74d !important;
  background-color: rgba(255, 152, 0, 0.18) !important;
}
html.dark-mode .badge--estado-proximo {
  color: #64b5f6 !important;
  background-color: rgba(33, 150, 243, 0.18) !important;
}

html.dark-mode .actividad__actions {
  border-top-color: #404040 !important;
}

html.dark-mode .actividades-hijas {
  border-top-color: #404040 !important;
}

html.dark-mode .actividades-hijas__title {
  color: #b0b0b0 !important;
}

html.dark-mode .actividad-hija {
  background: #2a2a2a !important;
}

html.dark-mode .actividad-hija__titulo {
  color: #e0e0e0 !important;
}

html.dark-mode .actividad-hija__fecha {
  color: #b0b0b0 !important;
}

html.dark-mode .actividad-hija__desc {
  color: #b0b0b0 !important;
}

/* ── end gobernanza-entidad-detalle widget classes ────────────────────── */

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.row {
  margin-left: -5px;
  margin-right: -5px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.cols {
  margin-left: -5px;
  margin-right: -5px;
}
.cols:before,
.cols:after {
  content: " ";
  display: table;
}
.cols:after {
  clear: both;
}
.cols>div {
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.cols:last-child {
  margin-bottom: -10px;
}
.cols.cols-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 260px), 1fr));
  gap: 10px;
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-grid::before,
.cols.cols-grid::after {
  content: none;
  display: none;
}
.cols.cols-grid > div {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  float: none;
}
.section--participations .cols-grid {
  grid-template-columns: 1fr;
}
@media (min-width: 480px) {
  .section--participations .cols-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 720px) {
  .section--participations .cols-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cols.cols-gutter-0 {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-0:before,
.cols.cols-gutter-0:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-0:after {
  clear: both;
}
.cols.cols-gutter-0>div {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.cols.cols-gutter-0:last-child {
  margin-bottom: 0;
}
.cols.cols-gutter-1 {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-1:before,
.cols.cols-gutter-1:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-1:after {
  clear: both;
}
.cols.cols-gutter-1>div {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 5px;
}
.cols.cols-gutter-1>div:last-child {
  margin-bottom: 0px;
}
@media (min-width: 960px) {
  .cols.cols-gutter-1>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
  }
  .cols.cols-gutter-1>div:last-child {
    margin-bottom: 5px;
  }
}
.cols.cols-gutter-buttons {
  margin-left: 0;
  margin-right: 0;
}
.cols.cols-gutter-buttons:before,
.cols.cols-gutter-buttons:after {
  content: " ";
  display: table;
}
.cols.cols-gutter-buttons:after {
  clear: both;
}
.cols.cols-gutter-buttons>div {
  padding-left: 0px;
  padding-right: 4px;
  margin-bottom: 10px;
}
.cols.cols-gutter-buttons>div:last-child {
  padding-right: 0px;
}
@media (min-width: 960px) {
  .cols.cols-gutter-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .cols.cols-gutter-2:before,
  .cols.cols-gutter-2:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-2:after {
    clear: both;
  }
  .cols.cols-gutter-2>div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
  .cols.cols-gutter-2:last-child {
    margin-bottom: -20px;
  }
}
@media (max-width: 960px) {
  .cols.cols-scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 -20px -20px;
    padding: 0 20px 20px;
  }
  .cols.cols-scroll>div {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    white-space: normal;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .cols.cols-scroll>div:last-child {
    margin-right: 15px;
  }
  .cols.cols-gutter-min {
    margin-left: 0;
    margin-right: 0;
  }
  .cols.cols-gutter-min:before,
  .cols.cols-gutter-min:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-min:after {
    clear: both;
  }
  .cols.cols-gutter-min>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .cols.cols-gutter-min:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .cols.cols-scroll-limit {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 -20px -20px;
    padding: 0 20px 20px;
  }
  .cols.cols-scroll-limit>div {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    white-space: normal;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .cols.cols-scroll-limit>div:last-child {
    margin-right: 15px;
  }
  .cols.cols-gutter-min {
    margin-left: 0;
    margin-right: 0;
  }
  .cols.cols-gutter-min:before,
  .cols.cols-gutter-min:after {
    content: " ";
    display: table;
  }
  .cols.cols-gutter-min:after {
    clear: both;
  }
  .cols.cols-gutter-min>div {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  .cols.cols-gutter-min:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 960px) and (min-width: 960px) {
  .cols.cols-scroll {
    margin-right: -40px;
  }
}
@media (max-width: 1200px) and (min-width: 720px) {
  .cols.cols-scroll-limit {
    margin-right: -40px;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 480px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 720px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
}
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes slideFadeUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@keyframes slideFadeUp {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideUpOut {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideUpOut {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes slideFadeDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes slideFadeDown {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideDownOut {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes slideDownOut {
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slideFadeLeft {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}
@keyframes slideFadeLeft {
  0% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideLeftOut {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideLeftOut {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes slideFadeRight {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
}
@keyframes slideFadeRight {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
}
@-webkit-keyframes slideRightOut {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes slideRightOut {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slideDiagonal-1 {
  50% {
    -webkit-transform: translate(-60px, 60px);
            transform: translate(-60px, 60px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonal-1 {
  50% {
    -webkit-transform: translate(-60px, 60px);
            transform: translate(-60px, 60px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideDiagonal-2 {
  50% {
    -webkit-transform: translate(-40px, 40px);
            transform: translate(-40px, 40px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonal-2 {
  50% {
    -webkit-transform: translate(-40px, 40px);
            transform: translate(-40px, 40px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideDiagonal-3 {
  50% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonal-3 {
  50% {
    -webkit-transform: translate(-20px, 20px);
            transform: translate(-20px, 20px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideDiagonalloading-1 {
  0% {
    -webkit-transform: translate(60px, -60px);
            transform: translate(60px, -60px);
  }
  30% {
    -webkit-transform: translate(80px, -80px);
            transform: translate(80px, -80px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonalloading-1 {
  0% {
    -webkit-transform: translate(60px, -60px);
            transform: translate(60px, -60px);
  }
  30% {
    -webkit-transform: translate(80px, -80px);
            transform: translate(80px, -80px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideDiagonalloading-2 {
  0% {
    -webkit-transform: translate(40px, -40px);
            transform: translate(40px, -40px);
  }
  30% {
    -webkit-transform: translate(60px, -60px);
            transform: translate(60px, -60px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonalloading-2 {
  0% {
    -webkit-transform: translate(40px, -40px);
            transform: translate(40px, -40px);
  }
  30% {
    -webkit-transform: translate(60px, -60px);
            transform: translate(60px, -60px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideDiagonalloading-3 {
  0% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  30% {
    -webkit-transform: translate(40px, -40px);
            transform: translate(40px, -40px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes slideDiagonalloading-3 {
  0% {
    -webkit-transform: translate(20px, -20px);
            transform: translate(20px, -20px);
  }
  30% {
    -webkit-transform: translate(40px, -40px);
            transform: translate(40px, -40px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@-webkit-keyframes slideLeftloading {
  0% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
  20% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
}
@keyframes slideLeftloading {
  0% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
  20% {
    -webkit-transform: translateX(500%);
            transform: translateX(500%);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scaleFadeIn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes scaleFadeIn {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes scaleOut {
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scaleOut {
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scaleFadeOut {
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes scaleFadeOut {
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes translateBg {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes translateBg {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes heightMd {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    overflow: hidden;
  }
}
@keyframes heightMd {
  0% {
    max-height: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    overflow: hidden;
  }
}
@-webkit-keyframes bgIn {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes bgIn {
  0% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes lettertop {
  0% {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  50% {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes lettertop {
  0% {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  50% {
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes letterleft {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  70% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes letterleft {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  70% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
article {
  position: relative;
  overflow: hidden;
  color: #13162f;
  transition: 0.2s;
  padding: 10px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.08);
}
@media (min-width: 720px) {
  article {
    padding: 20px;
  }
}
article:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
article .article__title {
  margin-bottom: 10px;
  font-weight: 500;
}
article .article__description,
article p {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
article .article__body p,
article .article__header p {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
article.article--institution {
  min-height: 230px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
article.article--institution .article__icon img {
  width: initial;
  height: initial;
  max-width: 140px;
  max-height: 100px;
}
article.article--institution .article__body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
  text-align: center;
}
article.article--institution .article__body .article__title {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}
article.article--institution .article__body .article__button {
  position: initial;
}
article.article--institution .article__body .article__button a {
  position: initial;
}
article.article--institution .article__body .article__button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
article.article--entity {
  background-color: #315242;
}
article.article--entity:hover .article__bg {
  opacity: 0.3;
}
article.article--entity:hover .article__bg .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
article.article--entity .article__bg {
  opacity: 0.5;
  transition: 0.5s;
}
article.article--entity .article__bg .bg {
  transition: 0.5s;
}
article.article--entity .article__body {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
  color: #fff;
  text-align: center;
  min-height: 200px;
}
article.article--entity .article__body .article__title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
article.article--entity .article__body .article__subtitle {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.85);
  font-weight: 400;
}
article.article--entity .article__body .article__button {
  position: initial;
}
article.article--entity .article__body .article__button a {
  position: initial;
}
article.article--entity .article__body .article__button a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
article.article--new {
  position: relative;
  border: none;
  box-shadow: none;
  min-height: 450px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
}
article.article--new .article__image {
  width: 100%;
  position: relative;
  height: 200px;
}
article.article--new .article__image .article__category {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #0f69b4;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
article.article--new .article__image .bg {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
article.article--new .article__body {
  position: relative;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 20px 0;
  color: #13162f;
}
article.article--new .article__body .article__date {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #5e6170;
}
article.article--new .article__body .article__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
}
article.article--new .article__body .article__title:hover a {
  color: #5c7315;
}
article.article--new .article__body .article__title a {
  color: #13162f;
}
article.article--new .article__body .article__title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
article.article--new .article__button .btn {
  width: 100%;
}
article.article--participation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
article.article--participation .article__image {
  position: relative;
  height: 200px;
  overflow: hidden;
  border-radius: 0px;
  margin: -10px;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  article.article--participation .article__image {
    margin: -20px;
    margin-bottom: 20px;
  }
}
article.article--participation .article__image .article__category {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  color: #5c7315;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  z-index: 2;
}
@media (min-width: 720px) {
  article.article--participation .article__image .article__category {
    top: 20px;
    left: 20px;
  }
}
article.article--participation .article__image .bg {
  height: 200px;
}
@media (min-width: 720px) {
  article.article--participation .article__image .bg {
    height: 250px;
  }
}
article.article--participation .article__body {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  min-height: 230px;
}
article.article--participation .article__body .article__status {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  border-left: 5px solid #91b024;
  padding-left: 5px;
  margin-bottom: 10px;
  text-decoration: underline;
}
article.article--participation .article__body .article__title {
  font-size: 18px;
  line-height: 24px;
}
article.article--participation .article__body .article__title::first-letter {
  text-transform: uppercase;
}
article.article--participation .article__body p::first-letter {
  text-transform: uppercase;
}
article.article--participation .article__button .btn {
  width: 100%;
}
article.article--stat {
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  margin: 0;
  border: 1px solid rgba(255,255,255,0.2);
  height: 100%;
}
article.article--stat .article__stat__icon {
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}
@media (min-width: 720px) {
  article.article--stat .article__stat__icon {
    width: 100px;
    height: 100px;
  }
}
article.article--stat .article__stat__icon span {
  font-size: 36px;
  color: #fff;
}
@media (min-width: 720px) {
  article.article--stat .article__stat__icon span {
    font-size: 48px;
  }
}
article.article--stat .article__stat__data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
article.article--stat .article__stat__number {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
  order: 1;
}
@media (min-width: 720px) {
  article.article--stat .article__stat__number {
    font-size: 64px;
    line-height: 72px;
  }
}
article.article--stat .article__stat__label {
  font-size: 16px;
  line-height: 22px;
  color: rgba(255,255,255,0.9);
  font-weight: 400;
  order: 2;
}
@media (min-width: 720px) {
  article.article--stat .article__stat__label {
    font-size: 18px;
    line-height: 24px;
  }
}
article.article--stat:hover .article__stat__icon {
  background-color: rgba(255,255,255,0.3);
}
article.article--guide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
  text-align: center;
}
article.article--guide .article__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 0;
  margin: -10px;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  article.article--guide .article__icon {
    margin: -20px;
    margin-bottom: 20px;
    padding: 40px 0;
  }
}
article.article--guide .article__icon span {
  font-size: 60px;
  color: #5c7315;
}
@media (min-width: 720px) {
  article.article--guide .article__icon span {
    font-size: 80px;
  }
}
article.article--guide .article__body {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: left;
}
article.article--guide .article__body .article__title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  article.article--guide .article__body .article__title {
    font-size: 18px;
    line-height: 24px;
  }
}
article.article--guide .article__body .article__description {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  -ms-flex: 1;
      flex: 1;
}
article.article--guide .article__button .btn {
  width: 100%;
}
article.article--guide .article__button .btn.btn--download {
  background-color: #7b7b7b;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding: 10px 20px;
}
article.article--guide .article__button .btn.btn--download:hover {
  background-color: #5c7315;
}
article.article--guide .article__button .btn.btn--download span.fa {
  font-size: 16px;
}
article.article--video {
  cursor: pointer;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
article.article--video:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
article.article--video .article__video {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin: -10px;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  article.article--video .article__video {
    margin: -20px;
    margin-bottom: 20px;
  }
}
article.article--video .article__video .video-placeholder {
  position: relative;
  height: 180px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #000;
}
@media (min-width: 720px) {
  article.article--video .article__video .video-placeholder {
    height: 200px;
  }
}
article.article--video .article__video .video-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
article.article--video .article__video .video-placeholder span.fa {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #fff;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (min-width: 720px) {
  article.article--video .article__video .video-placeholder span.fa {
    font-size: 60px;
  }
}
article.article--video:hover .video-placeholder span.fa {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
article.article--video .article__body .article__title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  article.article--video .article__body .article__title {
    font-size: 18px;
    line-height: 24px;
  }
}
article.article--video .article__body .article__description {
  font-size: 14px;
  line-height: 20px;
}
article.article--result {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  border-radius: 0;
  border: none;
  border-left: 4px solid #91b024;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  padding: 20px;
}
@media (min-width: 720px) {
  article.article--result {
    padding: 30px;
  }
}
article.article--result:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  border-left-color: #315242;
}
article.article--result .article__body {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
article.article--result .article__body .article__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
article.article--result .article__body .article__meta .article__category {
  display: inline-block;
  background-color: #91b024;
  color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}
article.article--result .article__body .article__meta .article__date {
  display: inline-block;
  font-size: 13px;
  color: #76777a;
  font-weight: 400;
}
article.article--result .article__body .article__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  article.article--result .article__body .article__title {
    font-size: 20px;
    line-height: 28px;
  }
}
article.article--result .article__body .article__title a {
  color: #13162f;
  transition: color 0.2s;
}
article.article--result .article__body .article__title a:hover {
  color: #5c7315;
}
article.article--result .article__body .article__title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
article.article--result .article__body .article__description {
  font-size: 14px;
  line-height: 22px;
  color: #76777a;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
}
article.article--result .article__body .article__button {
  margin-top: auto;
}
article.article--result .article__body .article__button .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
article.article--result .article__body .article__button .btn .fa {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
article.article--result .article__body .article__button .btn:hover .fa {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
article.article--gobernanza {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%;
  min-height: 250px;
}
article.article--gobernanza:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}
article.article--gobernanza .article__header .article__title {
  color: #13162f;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  article.article--gobernanza .article__header .article__title {
    font-size: 22px;
    line-height: 28px;
  }
}
article.article--gobernanza .article__body {
  margin-bottom: 20px;
}
article.article--gobernanza .article__body .article__description {
  color: #3e5749;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 720px) {
  article.article--gobernanza .article__body .article__description {
    font-size: 15px;
    line-height: 24px;
  }
}
article.article--gobernanza .article__footer .btn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
article.article--gobernanza .article__footer .btn .fa {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
article.article--gobernanza .article__footer .btn:hover .fa {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  line-height: 1.4;
  white-space: nowrap;
}
.badge.badge--primary {
  background-color: rgba(145,176,36,0.12);
  color: #5c7315;
}
.badge.badge--info {
  background-color: rgba(33,150,243,0.12);
  color: #1565c0;
}
.badge.badge--success {
  background-color: rgba(76,175,80,0.12);
  color: #2e7d32;
}
.badge.badge--warning {
  background-color: rgba(255,152,0,0.12);
  color: #e65100;
}
.badge.badge--danger {
  background-color: rgba(244,67,54,0.12);
  color: #c62828;
}
.badge.badge--default {
  background-color: rgba(158,158,158,0.12);
  color: #616161;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
  opacity: 0;
  display: block;
}
.bg.bg-loaded {
  -webkit-animation: fadeIn 1s ease both;
          animation: fadeIn 1s ease both;
  opacity: 1;
}
.bg img {
  display: none;
}
.section__breadcrumb {
  margin-bottom: 15px;
  font-size: 13px;
}
@media (max-width: 480px) {
  .section__breadcrumb {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.section__breadcrumb a {
  color: #13162f;
  text-decoration: none;
  transition: all 0.2s ease;
}
.section__breadcrumb a:hover {
  color: #315242;
  text-decoration: underline;
}
.section__breadcrumb span {
  color: #13162f;
  margin: 0 5px;
  opacity: 0.5;
}
.section__breadcrumb .current {
  color: #5c7315;
  font-weight: 600;
  margin-left: 0;
}
section.section--header--search .section__breadcrumb a, section.section--header--search .section__breadcrumb span {
  color: white;
}
section.section--header--search .section__breadcrumb .current {
  color: white;
}
.btn {
  position: relative;
  display: inline-block;
  padding: 10px 10px;
  background-color: #91b024;
  border: 1px solid #91b024;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  min-width: 150px;
  transition: 0.2s;
}
.btn span {
  margin-left: 10px;
}
.btn:hover {
  background-color: #fff;
  color: #13162f;
}
.btn.btn--secondary {
  background-color: #315242;
  border: 1px solid #315242;
  color: #fff;
}
.btn.btn--white {
  background-color: #fff;
  color: #13162f;
  border: 1px solid #91b024;
}
.btn.btn--transparent {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn--transparent:hover {
  background-color: #fff;
  color: #5c7315;
}
.btn.btn--sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}
@media (min-width: 720px) {
  .btn.btn--sm {
    padding: 7px 10px;
    font-size: 16px;
    line-height: 22px;
  }
}
.btn.btn--xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 18px;
  min-width: 100px;
  font-weight: 500;
}
@media (min-width: 720px) {
  .btn.btn--xs {
    padding: 5px 10px;
  }
}
.cookies-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
  padding: 20px;
  z-index: 9999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media (min-width: 720px) {
  .cookies-banner {
    padding: 30px;
  }
}
.cookies-banner--visible {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.cookies-banner .cookies-banner__wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}
@media (min-width: 720px) {
  .cookies-banner .cookies-banner__wrap {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.cookies-banner .cookies-banner__content {
  -ms-flex: 1;
      flex: 1;
}
.cookies-banner .cookies-banner__content .cookies-banner__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #13162f;
}
.cookies-banner .cookies-banner__content .cookies-banner__text {
  font-size: 14px;
  line-height: 20px;
  color: rgba(19,22,47,0.8);
  margin-bottom: 0;
}
.cookies-banner .cookies-banner__content .cookies-banner__text a {
  color: #5c7315;
  text-decoration: underline;
}
.cookies-banner .cookies-banner__content .cookies-banner__text a:hover {
  color: #839e20;
}
.cookies-banner .cookies-banner__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}
@media (min-width: 480px) {
  .cookies-banner .cookies-banner__actions {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 720px) {
  .cookies-banner .cookies-banner__actions {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.cookies-banner .cookies-banner__actions .btn {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px 20px;
}
.cookies-banner .cookies-banner__actions .btn--settings {
  background-color: transparent;
  color: #13162f;
  border: 1px solid rgba(19,22,47,0.2);
}
.cookies-banner .cookies-banner__actions .btn--settings:hover {
  background-color: rgba(19,22,47,0.05);
}
.cookies-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 10000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.cookies-modal--visible {
  opacity: 1;
  visibility: visible;
}
.cookies-modal .cookies-modal__content {
  background-color: #fff;
  border-radius: 12px;
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
.cookies-modal .cookies-modal__header {
  padding: 30px;
  border-bottom: 1px solid rgba(19,22,47,0.1);
}
.cookies-modal .cookies-modal__header .cookies-modal__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #13162f;
}
.cookies-modal .cookies-modal__header .cookies-modal__subtitle {
  font-size: 14px;
  line-height: 20px;
  color: rgba(19,22,47,0.7);
  margin-bottom: 0;
}
.cookies-modal .cookies-modal__body {
  padding: 30px;
}
.cookies-modal .cookie-category {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(19,22,47,0.1);
}
.cookies-modal .cookie-category:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cookies-modal .cookie-category .cookie-category__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
}
.cookies-modal .cookie-category .cookie-category__header .cookie-category__title {
  font-size: 16px;
  font-weight: 600;
  color: #13162f;
  margin: 0;
}
.cookies-modal .cookie-category .cookie-category__header .cookie-category__toggle {
  position: relative;
  width: 50px;
  height: 26px;
}
.cookies-modal .cookie-category .cookie-category__header .cookie-category__toggle input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookies-modal .cookie-category .cookie-category__header .cookie-category__toggle input[type="checkbox"]:checked + .toggle-slider {
  background-color: #5c7315;
}
.cookies-modal .cookie-category .cookie-category__header .cookie-category__toggle input[type="checkbox"]:checked + .toggle-slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}
.cookies-modal .cookie-category .cookie-category__header .cookie-category__toggle input[type="checkbox"]:disabled + .toggle-slider {
  background-color: rgba(19,22,47,0.2);
  cursor: not-allowed;
}
.cookies-modal .cookie-category .cookie-category__header .cookie-category__toggle .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(19,22,47,0.3);
  transition: 0.3s;
  border-radius: 26px;
}
.cookies-modal .cookie-category .cookie-category__header .cookie-category__toggle .toggle-slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: #fff;
  transition: 0.3s;
  border-radius: 50%;
}
.cookies-modal .cookie-category .cookie-category__description {
  font-size: 14px;
  line-height: 20px;
  color: rgba(19,22,47,0.7);
  margin: 0;
}
.cookies-modal .cookie-category .cookie-category__badge {
  display: inline-block;
  background-color: rgba(145,176,36,0.1);
  color: #5c7315;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 4px;
  margin-top: 10px;
}
.cookies-modal .cookies-modal__footer {
  padding: 30px;
  border-top: 1px solid rgba(19,22,47,0.1);
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 480px) {
  .cookies-modal .cookies-modal__footer {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
@media (min-width: 480px) {
  .cookies-modal .cookies-modal__footer .btn {
    width: auto;
  }
}
.dscroll {
  opacity: 0;
  -webkit-animation: none;
          animation: none;
  transition: none;
}
.dscroll.dscroll--in {
  -webkit-animation: slideFadeUp 0.8s ease-out backwards;
          animation: slideFadeUp 0.8s ease-out backwards;
  opacity: 1;
}
.dscroll.dscroll--in>* {
  -webkit-animation: slideFadeUp 0.5s ease backwards;
          animation: slideFadeUp 0.5s ease backwards;
}
.dscroll.dscroll--in>*:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.dscroll.dscroll--in>*:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.dscroll.dscroll--in>*:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.dscroll.dscroll--in>*:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.dscroll.dscroll--in>*:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.dscroll.dscroll--in>*:nth-child(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
section.section--faq .faq__container {
  max-width: 1000px;
  margin: 0 auto;
}
section.section--faq .faq__intro {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 720px) {
  section.section--faq .faq__intro {
    margin-bottom: 35px;
  }
}
section.section--faq .faq__intro h2 {
  margin: 0 0 15px 0;
  font-size: 32px;
  font-weight: 700;
  color: #13162f;
}
@media (max-width: 720px) {
  section.section--faq .faq__intro h2 {
    font-size: 26px;
  }
}
section.section--faq .faq__intro p {
  margin: 0;
  font-size: 16px;
  color: #666;
}
html.dark-mode section.section--faq .faq__intro p {
  color: #999;
}
@media (max-width: 480px) {
  section.section--faq .faq__intro p {
    font-size: 14px;
  }
}
section.section--faq .faq__category {
  margin-bottom: 40px;
}
section.section--faq .faq__category:last-child {
  margin-bottom: 0;
}
section.section--faq .faq__category-title {
  margin: 0 0 25px 0;
  font-size: 24px;
  font-weight: 600;
  color: #13162f;
  padding-bottom: 15px;
  border-bottom: 2px solid #5c7315;
}
@media (max-width: 720px) {
  section.section--faq .faq__category-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
section.section--faq .faq__items .faq__item {
  position: relative;
  margin-bottom: 15px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
  background-color: #fff;
  transition: box-shadow 0.2s ease;
}
section.section--faq .faq__items .faq__item:last-child {
  margin-bottom: 0;
}
section.section--faq .faq__items .faq__item:hover {
  box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.1);
}
section.section--faq .faq__items .faq__item.faq__open .faq__question .faq__icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.section--faq .faq__items .faq__question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 25px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  section.section--faq .faq__items .faq__question {
    padding: 15px 20px;
  }
}
section.section--faq .faq__items .faq__question .question__titulo {
  margin: 0 0 4px 0;
  font-size: 16px;
  font-weight: 600;
  color: #13162f;
  line-height: 1.5;
  width: 100%;
}
@media (max-width: 480px) {
  section.section--faq .faq__items .faq__question .question__titulo {
    font-size: 15px;
  }
}
section.section--faq .faq__items .faq__question .question__tipo {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
html.dark-mode section.section--faq .faq__items .faq__question .question__tipo {
  color: #999;
}
section.section--faq .faq__items .faq__question .question__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  gap: 10px;
}
section.section--faq .faq__items .faq__question .question__bottom .meta__fecha {
  font-size: 13px;
  color: #888;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  font-weight: 600;
  -ms-flex: 1;
      flex: 1;
}
section.section--faq .faq__items .faq__question .question__bottom .meta__fecha i {
  font-size: 12px;
}
section.section--faq .faq__items .faq__question .question__estado {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
section.section--faq .faq__items .faq__question .faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: rgba(145,176,36,0.1);
  border-radius: 50%;
}
section.section--faq .faq__items .faq__question .faq__icon i {
  font-size: 14px;
  color: #5c7315;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
section.section--faq .faq__items .faq__question:hover {
  background-color: rgba(145,176,36,0.02);
}
section.section--faq .faq__items .faq__answer {
  display: none;
  padding: 20px 25px;
  border-top: 1px solid rgba(0,0,0,0.05);
}
@media (max-width: 480px) {
  section.section--faq .faq__items .faq__answer {
    padding: 15px 20px;
  }
}
section.section--faq .faq__items .faq__answer p {
  margin: 0 0 15px 0;
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}
@media (max-width: 480px) {
  section.section--faq .faq__items .faq__answer p {
    font-size: 14px;
  }
}
section.section--faq .faq__items .faq__answer p:last-child {
  margin-bottom: 0;
}
section.section--faq .faq__footer {
  margin-top: 60px;
}
@media (max-width: 720px) {
  section.section--faq .faq__footer {
    margin-top: 40px;
  }
}
section.section--faq .faq__contact-box {
  background: linear-gradient(135deg, #5c7315 0%, #839e20 100%);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
@media (max-width: 720px) {
  section.section--faq .faq__contact-box {
    padding: 30px 25px;
  }
}
section.section--faq .faq__contact-box h3 {
  margin: 0 0 15px 0;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 720px) {
  section.section--faq .faq__contact-box h3 {
    font-size: 22px;
  }
}
section.section--faq .faq__contact-box p {
  margin: 0 0 25px 0;
  font-size: 16px;
  color: rgba(255,255,255,0.95);
}
@media (max-width: 480px) {
  section.section--faq .faq__contact-box p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
section.section--faq .faq__contact-box .btn {
  background: #fff;
  color: #5c7315;
  border: none;
}
section.section--faq .faq__contact-box .btn:hover {
  background: rgba(255,255,255,0.9);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.faq {
  radius: rad;
  overflow: hidden;
  padding: 10px 0px;
}
@media (min-width: 720px) {
  .faq {
    padding: 20px 0px;
  }
}
.faq .faq__item {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.07);
  background-color: #fff;
  transition: 0.4s;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}
.faq .faq__item.faq__open .faq__question .fa {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq .faq__question {
  margin-bottom: 0;
  padding: 15px 0px;
  transition: 0.5s;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-style: initial;
  color: #13162f;
}
@media (min-width: 720px) {
  .faq .faq__question {
    padding: 10px 0px;
    font-size: 18px;
    line-height: 24px;
  }
}
.faq .faq__question .fa {
  float: right;
  transition: 0.5s;
  color: #5c7315;
  margin-left: 10px;
}
.faq .faq__question:hover {
  cursor: pointer;
  color: #5c7315;
}
.faq .faq__answer {
  padding: 20px 0px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
@media (min-width: 720px) {
  .faq .faq__answer {
    padding: 20px 0px 20px;
  }
}
.faq .faq__answer li {
  position: relative;
  padding-left: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
.faq .faq__answer li:before {
  content: "";
  width: 5px;
  height: 5px;
  line-height: 5px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #5c7315;
}
.faq .faq__answer .section__description {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.faq .faq__answer .section__description:last-child {
  margin-bottom: 0;
}
@font-face {
  font-family: 'adobe';
  src: url("../fonts/AdobeClean-Light.ttf") format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'adobe';
  src: url("../fonts/AdobeClean-LightIt.ttf") format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'adobe';
  src: url("../fonts/AdobeClean-Regular.ttf") format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'adobe';
  src: url("../fonts/AdobeClean-Bold.ttf") format('opentype');
  font-weight: bold;
  font-style: normal;
}
footer {
  position: relative;
  background-color: #315242;
}
footer .footer__bg {
  opacity: 0.1;
}
footer .footer__primary {
  position: relative;
  color: #fff;
  background-color: #315242;
  overflow: hidden;
}
footer .footer__secondary {
  background-color: #5c7315;
  color: #fff;
}
footer .footer__secondary .footer__copyright p {
  margin-bottom: 0;
}
footer .footer__top {
  min-height: 250px;
}
footer .footer__logo {
  margin-bottom: 40px;
}
footer .footer__logo img {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 720px) {
  footer .footer__logo img {
    margin: initial;
  }
}
@media (min-width: 720px) {
  footer .footer__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
footer .footer__info {
  max-width: 90%;
}
footer .footer__description {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
footer .footer__wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (min-width: 720px) {
  footer .footer__wrap {
    padding: 50px 40px;
    max-width: 1400px;
  }
}
@media (min-width: 720px) {
  footer .footer__wrap.footer__wrap--min {
    padding: 10px 20px;
  }
}
footer .footer__contact .footer__contact__item {
  padding-bottom: 10px;
}
footer .footer__contact .footer__contact__item span {
  padding-right: 10px;
}
footer .footer__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (min-width: 720px) {
  footer .footer__socials {
    margin-bottom: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
footer .footer__socials .footer__social {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-right: 20px;
}
footer .footer__socials .footer__social:last-child {
  margin-right: 0;
}
footer .footer__socials .footer__social a {
  color: #fff;
  font-size: 28px;
}
footer .footer__info span {
  float: left;
  margin-right: 10px;
}
footer .footer__nav {
  text-align: center;
}
@media (min-width: 720px) {
  footer .footer__nav {
    text-align: left;
    min-height: 250px;
  }
}
footer .footer__nav h4 {
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 10px;
}
footer .footer__nav ul {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 720px) {
  footer .footer__nav ul {
    text-align: left;
  }
}
footer .footer__nav ul li {
  position: relative;
  padding: 5px 0;
}
@media (min-width: 720px) {
  footer .footer__nav ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
footer .footer__nav ul li:hover a {
  opacity: 1;
}
footer .footer__nav ul li:hover a:before {
  width: 5px;
}
footer .footer__nav ul li a {
  color: #fff;
  font-weight: 400px;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
}
footer .footer__nav ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .footer__nav ul li a:before {
  content: "";
  position: absolute;
  top: 35%;
  left: 120%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0px;
  height: 5px;
  background-color: #fff;
  transition: 0.2s;
}
footer .footer__copyright,
footer .footer__terms {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  footer .footer__copyright,
  footer .footer__terms {
    margin-bottom: 0;
  }
}
footer .footer__copyright .footer__description,
footer .footer__terms .footer__description {
  opacity: 0.6;
}
footer .footer__copyright a,
footer .footer__terms a {
  color: #fff;
  text-decoration: underline;
}
form,
.form {
  position: relative;
}
input,
select,
textarea {
  display: block;
  width: 100%;
  padding: 15px 10px 10px;
  vertical-align: top;
  background: #fff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 100;
}
input:focus,
select:focus,
textarea:focus {
  border-color: color;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=checkbox],
input[type=radio] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding: 0;
  border: none;
  background: #fafafa url("../img/icons/icon-checked.png") 50% -100% no-repeat;
  border: 1px solid #fafafa;
  border-radius: 10px;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #5c7315;
  background-position: 50% 50%;
  border-color: #5c7315;
}
select {
  display: inline-block;
  border: none;
  opacity: 1;
  padding: 15px 10px 10px;
  margin-bottom: 0;
  background: url("../img/icon-select.png") 100% 50% no-repeat;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0,0,0,0.7);
}
textarea {
  height: 100px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.form__element {
  padding-top: 10px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.form__element:hover {
  cursor: text;
}
.form__element .form__title,
.form__element .form__title__notfocus {
  font-size: 14px;
  font-weight: 400;
  transition: 0.2s ease;
  font-size: 12px;
  margin-bottom: 5px;
}
.form__element .form__title__notfocus {
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.form__element .form__input {
  position: relative;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 5px;
  z-index: 2;
}
.form__element .form__input input,
.form__element .form__input select,
.form__element .form__input textarea {
  background-color: transparent;
  border: 0;
  padding-left: 10px;
  padding-right: 0;
}
.form__element.form__element--radio:after {
  content: '';
  display: none;
}
.form__element .form__checkbox__item {
  display: inline-block;
  margin-top: 30px;
  margin-right: 20px;
}
.form__element .form__checkbox__item input {
  border: none;
}
.form__element .form__checkbox__item label {
  font-size: 16px;
  font-weight: 500;
  opacity: 0.7;
}
.form__element .form__select {
  position: relative;
  border-bottom: 1px solid #fafafa;
  cursor: pointer;
  color: #13162f;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.form__element .form__select select {
  display: none;
}
.form__element .form__select .form__select__value {
  font-weight: 100;
  min-height: 42px;
  padding: 10px 15px 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.form__element .form__select .form__select__options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 10px;
  -webkit-animation: heightMd 0.5s ease;
          animation: heightMd 0.5s ease;
  background: #fff;
  box-shadow: $shadow;
  border-radius: 0 0 10px 10px;
  max-height: 320px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 3;
  display: none;
  margin-top: 1px;
}
.form__element .form__select .form__select__option {
  transition: 0.2s ease;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  opacity: 0.8;
}
.form__element .form__select .form__select__option:hover {
  background: $lighter;
}
.form__element .form__select .form__select__option.selected {
  display: block;
}
.form__element .form__select .form__select__icon {
  position: absolute;
  top: 10px;
  right: 0;
  opacity: 0.4;
}
.form__element .form__select.opened .form__select__options {
  display: block;
}
.form__element:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0%;
  height: 1px;
  border-radius: 2px;
  background: #315242;
  transition: 0.2s;
  z-index: 2;
}
.form__considerations {
  font-size: 14px;
}
.form__considerations p {
  margin-bottom: 10px;
}
.form__c {
  margin-bottom: 20px;
}
.form__button {
  margin-top: 20px;
}
.form__resetpass {
  color: $blue;
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 5px;
  float: right;
  cursor: pointer;
}
header {
  height: 85px;
  line-height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  color: #fff;
  font-family: $font-new;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
}
header .header__primary {
  z-index: 22;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
}
header .header__primary {
  position: relative;
  z-index: 20;
  height: 35px;
  line-height: 35px;
  transition: 0.25s ease;
  color: #13162f;
}
header .header__primary a {
  color: #13162f;
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 720px) {
  header .header__primary {
    display: block;
  }
}
header .header__primary .header__contact {
  display: inline-block;
}
header .header__primary .header__contact .header__icon {
  float: left;
  position: relative;
  top: 10px;
}
header .header__primary .header__contact .header__icon img {
  width: 20px;
}
header .header__primary .header__contact .header__phone {
  padding-left: 40px;
}
header .header__primary .header__contact .header__phone a {
  text-decoration: underline;
}
header .header__primary .header__inner {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
header .header__primary .header__search {
  display: none;
  position: relative;
  margin-right: 20px;
}
@media (min-width: 720px) {
  header .header__primary .header__search {
    display: block;
  }
}
header .header__primary .header__search form {
  position: relative;
  width: 100%;
  max-width: 200px;
}
header .header__primary .header__search input {
  width: 100%;
  height: 28px;
  border: 1px solid #76777a;
  border-radius: 4px;
  padding: 0 40px 0 15px;
  font-size: 13px;
  line-height: 28px;
  background: #fff;
}
header .header__primary .header__search input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.4);
}
header .header__primary .header__search input::-moz-placeholder {
  color: rgba(0,0,0,0.4);
}
header .header__primary .header__search input:-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
}
header .header__primary .header__search input::placeholder {
  color: rgba(0,0,0,0.4);
}
header .header__primary .header__search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 28px;
  width: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
header .header__primary .header__search button .fa {
  color: #13162f;
  font-size: 14px;
}
header .header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
header .header__medio {
  display: none;
  height: 60px;
  line-height: 60px;
}
@media (min-width: 720px) {
  header .header__medio {
    display: block;
  }
}
header .header__medio .header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
header .header__medio .header__search {
  width: 100%;
  max-width: 270px;
  position: relative;
}
header .header__medio .header__search form {
  position: relative;
  width: 100%;
}
header .header__medio .header__search input {
  height: 35px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  padding: 5px 15px;
  font-size: 14px;
}
header .header__medio .header__search input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.7);
}
header .header__medio .header__search input::-moz-placeholder {
  color: rgba(0,0,0,0.7);
}
header .header__medio .header__search input:-ms-input-placeholder {
  color: rgba(0,0,0,0.7);
}
header .header__medio .header__search input::placeholder {
  color: rgba(0,0,0,0.7);
}
header .header__medio .header__search button {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 32px;
  width: 32px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.2s;
  background-color: transparent;
  color: inherit;
}
header .header__medio .header__search button:hover {
  background: #839e20;
}
header .header__medio .header__search button .fa {
  color: #13162f;
  font-size: 14px;
}
header .header__secondary {
  background-color: #fff;
  height: 50px;
  line-height: 50px;
}
header .header__secondary .header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}
header .header__search__row {
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  border-top: 1px solid rgba(0,0,0,0.1);
}
@media (min-width: 720px) {
  header .header__search__row {
    padding: 0 40px;
  }
}
header .header__search__row .header__search {
  max-width: 400px;
  position: relative;
  display: none;
}
@media (min-width: 720px) {
  header .header__search__row .header__search {
    display: block;
  }
}
header .header__search__row .header__search form {
  position: relative;
  width: 100%;
}
header .header__search__row .header__search input {
  width: 100%;
  height: 28px;
  border: 1px solid #76777a;
  border-radius: 4px;
  padding: 0 40px 0 15px;
  font-size: 13px;
  line-height: 28px;
}
header .header__search__row .header__search input::-webkit-input-placeholder {
  color: rgba(0,0,0,0.4);
}
header .header__search__row .header__search input::-moz-placeholder {
  color: rgba(0,0,0,0.4);
}
header .header__search__row .header__search input:-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
}
header .header__search__row .header__search input::placeholder {
  color: rgba(0,0,0,0.4);
}
header .header__search__row .header__search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 28px;
  width: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
header .header__search__row .header__search button .fa {
  color: #13162f;
  font-size: 14px;
}
header .header__search__row .header__menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
header .header__search__row .header__menu .header__cart {
  position: relative;
  border-left: 1px solid rgba(0,0,0,0.3);
  margin-left: 0px;
  padding-left: 20px;
}
header .header__search__row .header__menu .header__cart .header__cart__cant {
  position: absolute;
  z-index: 1;
  top: -7px;
  right: -7px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #315242;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
header .header__search__row .header__menu .header__cart img {
  width: 30px;
}
header .header__search__row .header__item--ham {
  display: block;
}
header .header__left {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-right: 20px;
}
@media (min-width: 720px) {
  header .header__left {
    display: -ms-flexbox;
    display: flex;
  }
}
header .header__left .header__nav {
  display: block;
}
header .header__left .header__nav ul {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
header .header__left .header__nav ul li {
  display: inline-block;
}
header .header__left .header__nav ul li:after {
  content: "";
  position: absolute;
  top: 30%;
  right: -7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background-color: rgba(0,0,0,0.2);
}
header .header__left .header__nav ul li:last-child:after {
  display: none;
}
header .header__left .header__nav ul li a {
  font-size: 12px;
  line-height: 35px;
  font-weight: 400;
  transition: 0.2s;
}
header .header__left .header__nav ul li a:hover {
  color: #5c7315;
  text-decoration: underline;
}
header .header__actions {
  display: none;
}
header .header__secondary {
  background-color: #fff;
  z-index: 0;
}
header .header__wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  height: 100%;
  padding: 0 10px;
}
header .header__primary .header__inner .header__socials {
  display: none;
}
header .header__inner {
  position: relative;
  height: 100%;
  width: 100%;
}
header .header__actions {
  display: none;
  text-align: center;
  position: relative;
}
header .header__actions ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  transition: 0.2s;
}
header .header__actions ul li a {
  transition: 0.2s;
}
header .header__actions ul li:hover {
  background-color: #fff;
}
header .header__actions ul li:hover a {
  color: $newcolor_primary;
}
header .header__actions .header__action {
  display: inline-block;
  margin: 0px 5px;
}
header .header__logo {
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 100;
}
header .header__logo img {
  display: inline-block;
  width: 100px;
}
header .header__logo.header__logo--color {
  display: none;
}
header .header__nav,
header .header__nav__mobile {
  display: none;
  z-index: 1;
}
header .header__nav .header__nav__back,
header .header__nav__mobile .header__nav__back,
header .header__nav .header__nav__close,
header .header__nav__mobile .header__nav__close {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
  z-index: 100;
  display: none;
}
header .header__nav .header__nav__back div,
header .header__nav__mobile .header__nav__back div,
header .header__nav .header__nav__close div,
header .header__nav__mobile .header__nav__close div {
  height: 2px;
  background: #76777a;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  border-radius: 2px;
  margin-left: -7.5px;
}
header .header__nav .header__nav__close,
header .header__nav__mobile .header__nav__close {
  right: 0;
}
header .header__nav .header__nav__close div,
header .header__nav__mobile .header__nav__close div {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .header__nav .header__nav__close div:last-child,
header .header__nav__mobile .header__nav__close div:last-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
header .header__nav .header__nav__back,
header .header__nav__mobile .header__nav__back {
  left: 0;
  -webkit-animation: slideFadeLeft 0.5s ease;
          animation: slideFadeLeft 0.5s ease;
}
header .header__nav .header__nav__back div:first-child,
header .header__nav__mobile .header__nav__back div:first-child {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}
header .header__nav .header__nav__back div:last-child,
header .header__nav__mobile .header__nav__back div:last-child {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
}
header .header__ham {
  position: relative;
  background-color: transparent;
  width: 45px;
  height: 42px;
  padding: 3px 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  height: 45px;
  text-align: center;
  height: 25px;
}
header .header__ham span {
  display: block;
  height: 3px;
  border-radius: 5px;
  margin: 0 auto 4px;
  background: #91b024;
  width: 30px;
  transition: 0.2s ease;
}
header .header__right {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 35px;
  line-height: 35px;
  gap: 15px;
}
header .header__right ul {
  display: none;
}
header .header__right .header__buttons {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
header .header__right .header__buttons .btn {
  padding: 5px 15px;
  margin: 0;
  min-width: initial;
  font-size: 12px;
  line-height: 16px;
  height: 26px;
}
@media (min-width: 720px) {
  header .header__right .header__buttons .btn {
    min-width: 90px;
    padding: 5px 15px;
  }
}
header .header__right .header__item {
  float: left;
  min-width: 40px;
  cursor: pointer;
}
header .header__right .header__item.header__item--social {
  display: none;
}
header .header__right .header__item.header__item--ham {
  padding: 0px 7px;
  line-height: 45px;
}
header .header__right .header__item.header__item--button {
  margin-right: 40px;
  display: none;
}
header .header__right .header__item.header__item--search {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: $newcolor_secondary;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 30px;
}
header .header__right .header__item.header__item--search img {
  width: 15px;
}
header .header__right .header__accessibility {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
}
header .header__right .header__accessibility .header__accessibility__btn {
  background-color: transparent;
  border: 1px solid #76777a;
  border-radius: 3px;
  width: 26px;
  height: 26px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  cursor: pointer;
  color: #13162f;
  font-size: 11px;
  font-weight: 600;
  padding: 0;
  transition: 0.2s;
}
header .header__right .header__accessibility .header__accessibility__btn:hover {
  background-color: #fafafa;
}
header .header__right .header__accessibility .header__accessibility__btn:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
header .header__right .header__accessibility .header__accessibility__btn span {
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
header .header__right .header__accessibility .header__accessibility__btn .fa {
  font-size: 14px;
}
header .header__right .header__accessibility.header__item--user {
  position: relative;
  margin-left: 10px;
}
header .header__right .header__accessibility.header__item--user:hover .header__item__menu ul {
  display: block;
}
header .header__right .header__accessibility .header__item__nav ul {
  position: absolute;
  top: 100%;
  height: auto;
  left: 0;
  background: #fff;
  width: 200px;
  padding: 10px 0;
  display: none;
  -webkit-animation: heightMd 0.5s ease;
          animation: heightMd 0.5s ease;
  box-shadow: $shadow;
}
header .header__right .header__accessibility .header__item__nav ul li {
  display: block;
}
header .header__right .header__accessibility .header__item__nav ul li a {
  display: block;
  line-height: 22px;
  padding: 10px 20px;
  opacity: 0.6;
  color: #13162f;
  font-size: 15px;
  font-weight: 500;
}
header .header__right .header__accessibility .header__item__nav ul li a:hover {
  opacity: 1;
}
header .header__right .header__accessibility .header__item__nav ul li a img {
  float: left;
  margin: 5px;
  width: 20px;
  opacity: 1;
}
header .header__right .header__accessibility .header__item__nav ul li:after {
  display: none;
}
header.header--color .header__secondary,
header.header--hover .header__secondary,
header.header--static .header__secondary {
  background: #fff;
}
header.header--color .header__logo.header__logo--color,
header.header--hover .header__logo.header__logo--color,
header.header--static .header__logo.header__logo--color {
  display: block;
}
header.header--color .header__logo.header__logo--white,
header.header--hover .header__logo.header__logo--white,
header.header--static .header__logo.header__logo--white {
  display: none;
}
@media (max-width: 1090px) {
  header .header__nav__mobile {
    display: none;
    line-height: 22px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    z-index: 9999999;
  }
  header .header__nav__mobile .header__nav__opacity {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    opacity: 0;
  }
  header .header__nav__mobile .header__nav__supramobile .menu li a .fa-angle-down {
    display: none;
  }
  header .header__nav__mobile .header__nav__nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #13162f;
    -webkit-animation: slideLeft 0.5s ease;
            animation: slideLeft 0.5s ease;
    overflow-y: scroll;
    border-top: 5px solid $darkblue;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    padding: 20px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__header .header__nav__isotipo img {
    width: 80px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body {
    padding: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body.header__nav__nav__body--light {
    padding-top: 50px;
    background-color: #fafafa;
    border-top: 1px solid rgba(0,0,0,0.07);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body.header__nav__nav__body--light h4 {
    color: $darkblue;
    font-weight: 300;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul {
    padding-bottom: 0;
    text-align: right;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li {
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li:last-child,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li:last-child {
    border-bottom: 0;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li a,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li a {
    color: #13162f;
    font-weight: 300;
    padding: 15px 0px;
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li a .fa,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li a .fa {
    float: left;
    opacity: 0.5;
    margin-left: 10px;
    position: relative;
    top: 4px;
    font-size: 18px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li .header__nav__school,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li .header__nav__school {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li .header__nav__school .header__nav__school__icon,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li .header__nav__school .header__nav__school__icon {
    margin-right: 10px;
    width: 30px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li .header__nav__school .header__nav__school__icon img,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li .header__nav__school .header__nav__school__icon img {
    width: 30px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li .header__nav__school .header__nav__school__text a,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li .header__nav__school .header__nav__school__text a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li ul,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    box-shadow: $shadow;
    z-index: 2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
    padding: 10px 20px;
    padding-top: 55px;
    border-top: 1px solid rgba(0,0,0,0.07);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li ul.ul--in,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li ul.ul--in {
    display: block;
    -webkit-animation: slideLeft 0.5s ease;
            animation: slideLeft 0.5s ease;
    z-index: 99;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li ul.ul--out,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li ul.ul--out {
    display: block;
    -webkit-animation: slideRightOut 0.5s ease both;
            animation: slideRightOut 0.5s ease both;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li ul li.header__nav__title,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li ul li.header__nav__title {
    color: #13162f;
    font-weight: 300;
    padding: 15px 0px;
    display: block;
    font-size: 14px;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 50px;
    border-bottom: none;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__menu ul li ul li a,
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li ul li a {
    font-weight: 300;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li {
    border: none;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__body .header__nav__nav__submenu ul li a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 10px 0px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer {
    padding: 20px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__search {
    margin-bottom: 20px;
    position: relative;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__search form {
    position: relative;
    width: 100%;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__search input {
    height: 40px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    padding: 5px 45px 5px 15px;
    font-size: 14px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__search input::-webkit-input-placeholder {
    color: rgba(0,0,0,0.7);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__search input::-moz-placeholder {
    color: rgba(0,0,0,0.7);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__search input:-ms-input-placeholder {
    color: rgba(0,0,0,0.7);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__search input::placeholder {
    color: rgba(0,0,0,0.7);
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__search button {
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 32px;
    width: 32px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    transition: 0.2s;
    background-color: #fff;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__search button:hover {
    background: #839e20;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__search button .fa {
    color: #13162f;
    font-size: 14px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 10px;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__buttons .btn {
    max-width: 100%;
    width: 100%;
  }
  header .header__nav__mobile .header__nav__nav .header__nav__nav__footer .header__nav__buttons .btn:first-child {
    margin-bottom: 10px;
  }
  header .header__nav__mobile .header__nav__bg {
    -webkit-animation: fadeIn 0.5s ease;
            animation: fadeIn 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 5000%;
    background: #13162f;
    opacity: 0.5;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  header .header__nav__mobile .header__nav__close {
    display: block;
  }
  header .header__nav__mobile.header__nav--ul-in .header__nav__back {
    display: block;
  }
  header.header--nav-in .header__nav__mobile {
    display: block;
  }
  header.header--nav-in .header__nav__mobile .header__nav__opacity {
    -webkit-animation: fadeIn 0.3s ease both;
            animation: fadeIn 0.3s ease both;
    opacity: 1;
  }
  header.header--nav-out .header__nav__mobile {
    display: block;
  }
  header.header--nav-out .header__nav__mobile .header__nav__opacity {
    -webkit-animation: fadeOut 0.3s ease both;
            animation: fadeOut 0.3s ease both;
  }
  header.header--nav-out .header__nav__mobile .header__nav__bg {
    -webkit-animation: fadeOut 0.5s ease both;
            animation: fadeOut 0.5s ease both;
  }
  header.header--nav-out .header__nav__mobile .header__nav__nav {
    -webkit-animation: slideRightOut 0.5s ease both;
            animation: slideRightOut 0.5s ease both;
  }
}
@media (min-width: 720px) {
  header {
    height: 140px;
    line-height: 140px;
  }
  header .header__wrap {
    padding: 0 40px;
  }
  header .header__wrap .header__nav .header__menu nav {
    margin-right: 20px;
  }
  header .header__nav__supramobile {
    display: none !important;
  }
  header .header__secondary {
    height: 40px;
    line-height: 50px;
  }
  header .header__secondary .header__inner {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  header .header__secondary .header__inner .header__socials {
    display: inline-block;
    float: right;
  }
  header .header__primary {
    display: block;
  }
  header .header__primary .header__inner .header__socials {
    display: none;
  }
  header .header__primary .header__nav {
    display: none;
  }
  header .header__logo {
    position: relative;
    top: -40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .header__logo img {
    width: 240px;
  }
  header .header__ham {
    display: block;
    margin-right: -20px;
  }
  header .header__actions {
    display: block;
  }
  header .header__socials {
    display: inline-block;
    line-height: 50px;
    margin-left: 10px;
  }
  header .header__actions {
    display: inline-block;
    line-height: 40px;
  }
  header .header__actions .header__nav ul li:hover {
    background-color: #fff;
  }
  header .header__actions .header__nav ul li:hover a {
    color: #13162f;
  }
  header .header__actions .header__nav ul li a {
    color: #13162f;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 12px;
  }
  header .header__actions .header__nav ul li ul li {
    width: 100%;
  }
  header .header__button {
    display: inline-block;
  }
  header .header__search {
    z-index: 50;
    display: inline-block;
  }
  header .header__nav {
    transition: ease-in-out all 0s;
  }
  header .header__nav .header__nav-close {
    display: none;
  }
  header .header__nav .header__nav__back {
    display: none;
  }
  header .header__nav ul {
    padding-top: 0;
    display: inline-block;
  }
  header .header__nav ul.header__nav__li__blocked {
    display: none !important;
  }
  header .header__nav .header__nav__left {
    text-align: left;
  }
  header .header__nav .header__nav__right {
    display: inline-block;
    text-align: right;
    float: right;
  }
  header .header__nav .header__nav__nav ul li .header__nav__submenu {
    left: initial;
    right: 0px;
    overflow: hidden;
  }
  header .header__nav .header__nav__nav ul li:first-child .header__nav__submenu {
    left: 0;
    right: initial;
  }
  header .header__nav .header__nav__nav ul li.header__nav__button {
    line-height: initial;
    height: initial;
  }
  header .header__nav .header__nav__nav ul li.header__nav__button .btn {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    background-color: #5c7315;
    border: 1px solid #5c7315;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    font-weight: 500;
    border-radius: 50px;
    min-width: 100px;
    transition: 0.3s;
  }
  header .header__nav .header__nav__nav ul li.header__nav__button .btn:hover {
    background-color: rgba(162,51,136,0.25);
    border-color: rgba(162,51,136,0);
    color: #5c7315;
  }
  header .header__right ul {
    display: block;
  }
  header .header__right .header__item.header__item--cart {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    overflow: initial;
  }
  header .header__right .header__item.header__item--cart img {
    width: 20px;
  }
  header .header__right .header__item.header__item--search {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
  }
  header .header__right .header__item.header__item--search img {
    width: 20px;
  }
  header .header__right .header__item.header__item--button {
    display: block;
  }
  header .header__right ul {
    float: left;
  }
  header .header__right ul li {
    display: inline-block;
    position: relative;
  }
  header .header__right ul li.header__nav__li {
    cursor: pointer;
  }
  header .header__right ul li.header__nav__li:hover .header__nav__li__blocked {
    display: block;
  }
  header .header__right ul li a {
    letter-spacing: 0.5px;
    position: relative;
    padding: 15px 10px;
    line-height: 50px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
  }
  header .header__right ul li a .fa {
    margin-left: 5px;
  }
}
@media (min-width: 1090px) {
  header .header__ham {
    display: none;
  }
  header .header__item--ham {
    display: none;
  }
  header .header__primary .header__nav {
    display: block;
  }
  header .header__primary .header__search {
    left: initial;
    right: 105%;
  }
  header .header__primary ul li a:hover {
    background-color: transparent;
    opacity: 1;
  }
  header .header__primary ul li a:after {
    display: none;
  }
  header .header__logo {
    position: relative;
    top: -40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 60px;
  }
  header .header__logo img {
    width: 250px;
  }
  header .header__nav {
    display: inline-block;
  }
  header .header__nav ul li {
    display: inline-block;
    position: relative;
  }
  header .header__nav ul li a {
    letter-spacing: 0.5px;
    position: relative;
    padding: 15px 8px;
    line-height: 50px;
    font-size: 13px;
    font-weight: bold;
    color: #3e5749;
  }
  header .header__nav ul li a .fa {
    margin-left: 5px;
  }
  header .header__nav ul li a:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #5c7315;
    transition: 0.5s;
  }
  header .header__nav ul li:hover a {
    color: #13162f;
  }
  header .header__nav ul li:hover a:after {
    width: 100%;
  }
  header .header__nav ul li:hover > ul {
    display: block;
  }
  header .header__nav ul li:hover .header__nav__submenu {
    display: block;
    border-radius: 0px 0px 9px 9px;
  }
  header .header__nav ul li ul {
    position: absolute;
    top: 98%;
    height: auto;
    left: 0;
    background: #fff;
    width: 200px;
    padding: 10px 0;
    display: none;
    -webkit-animation: heightMd 0.5s ease;
            animation: heightMd 0.5s ease;
    box-shadow: $shadow;
  }
  header .header__nav ul li ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  header .header__nav ul li ul li:hover {
    background-color: #fafafa;
  }
  header .header__nav ul li ul li:hover > a {
    color: #5c7315;
  }
  header .header__nav ul li ul li a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    color: #3e5749;
  }
  header .header__nav ul li ul li a:after {
    display: none;
  }
  header .header__nav ul li ul li a:hover {
    opacity: 1;
  }
  header .header__nav ul li ul li a .fa {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  header .header__nav ul li ul li:after {
    display: none;
  }
  header .header__nav ul li ul li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 250px;
    padding: 10px 0;
    display: none;
    background: #fff;
    box-shadow: $shadow;
    border-radius: 0 9px 9px 0;
  }
  header .header__nav ul li ul li > ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.05);
  }
  header .header__nav ul li ul li > ul li:last-child {
    border-bottom: none;
  }
  header .header__nav ul li ul li > ul li:hover {
    background-color: #fafafa;
  }
  header .header__nav ul li ul li > ul li a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    color: #3e5749;
    font-weight: normal;
  }
  header .header__nav ul li ul li > ul li a:after {
    display: none;
  }
  header .header__nav ul li ul li:hover > ul {
    display: block;
  }
  header .header__nav ul li ul.header__nav__li__blocked {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .header__logo {
    position: relative;
    top: -40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  header .header__logo img {
    width: 250px;
  }
  header .header__nav ul li a {
    letter-spacing: 0.5px;
    position: relative;
    padding: 15px 12px;
    line-height: 50px;
    font-size: 13px;
    font-weight: bold;
    color: #3e5749;
  }
  header .header__nav ul li a:hover {
    color: #5c7315;
  }
  header .header__nav ul li a:hover:after {
    opacity: 1;
  }
  header .header__nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #5c7315;
    transition: 0.5s;
  }
}
@media (min-width: 1300px) {
  header .header__nav ul li a {
    letter-spacing: 0.5px;
    position: relative;
    padding: 15px 12px;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #3e5749;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  header .btn {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 30px;
    min-width: 200px;
  }
}
.loader-space {
  height: 300px;
  position: relative;
}
.loader {
  z-index: 18;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  display: block;
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
  background-color: rgba(176,31,140,0.95);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 0 !important;
  border-top: initial !important;
  margin-left: initial !important;
  border: none !important;
}
.loader.out {
  -webkit-animation: fadeOut 0.2s ease both;
          animation: fadeOut 0.2s ease both;
}
.loader.loader-fixed {
  position: fixed;
}
.loader.loader-sm .loader-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  padding: 0;
}
.loader svg {
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
  z-index: 1;
  -webkit-animation: loaderRotate 2s linear infinite;
          animation: loaderRotate 2s linear infinite;
  width: 150px;
  opacity: 1;
}
.loader svg circle {
  -webkit-animation: loaderDash 2s ease-in-out infinite;
          animation: loaderDash 2s ease-in-out infinite;
  stroke-linecap: round;
  stroke-width: 5;
  stroke: #fff;
  fill: none;
  opacity: 0.7;
}
.form__loader .loader {
  background: transparent;
}
.form__loader .loader svg circle {
  stroke: #5c7315;
}
@-webkit-keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loaderRotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes loaderDash {
  0% {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -20px;
  }
  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -125px;
  }
}
@keyframes loaderDash {
  0% {
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -20px;
  }
  100% {
    stroke-dasharray: 100, 200;
    stroke-dashoffset: -125px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: none;
  padding-top: 70px;
  transition: 0.5s;
}
@media (min-width: 720px) {
  .modal {
    padding-top: 0;
  }
}
.modal.modal--in {
  display: table;
  -webkit-animation: fadeIn 0.1s ease;
          animation: fadeIn 0.1s ease;
}
.modal.modal--in .modal__box {
  -webkit-animation: scaleFadeIn 0.5s 0.2s ease backwards;
          animation: scaleFadeIn 0.5s 0.2s ease backwards;
}
.modal.modal--out {
  display: table;
  -webkit-animation: fadeOut 1s ease both;
          animation: fadeOut 1s ease both;
}
.modal.modal--out .modal__box {
  -webkit-animation: scaleFadeOut 1s ease both;
          animation: scaleFadeOut 1s ease both;
}
.modal .modal__icon {
  margin-bottom: 20px;
}
.modal .modal__icon img {
  width: 80px;
}
.modal .modal__back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.modal .modal__front {
  position: relative;
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.modal .modal__box {
  position: relative;
  padding: 20px 10px;
  min-height: auto;
  border-radius: 5px;
  margin: 10px;
  text-align: center;
  z-index: 2;
  background: #fff;
}
@media (min-width: 720px) {
  .modal .modal__box {
    margin: 0 auto;
    padding: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.modal .modal__box .modal__content {
  margin-bottom: 20px;
}
.modal .modal__box.modal__box--lg {
  max-width: 900px;
}
.modal .modal__box .form__element {
  margin-bottom: 10px;
}
.modal .modal__box .form__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 720px) {
  .modal .modal__box .form__buttons {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.modal .modal__box .form__buttons .btn {
  margin: 5px 0;
}
@media (min-width: 720px) {
  .modal .modal__box .form__buttons .btn {
    margin: 0 5px;
  }
}
.modal .modal__header {
  margin-bottom: 20px;
}
.modal .modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  color: #5c7315;
  opacity: 1;
  font-weight: bold;
  font-size: 16px;
  transition: 0.5s;
  background: none;
  border: none;
  padding: 8px 12px;
  line-height: 1;
}
@media (min-width: 720px) {
  .modal .modal__close {
    padding: 10px 15px;
    background-color: transparent;
    opacity: 0.7;
    font-size: 18px;
  }
}
.modal .modal__close:hover {
  cursor: pointer;
  opacity: 1;
}
.modal .modal__close span {
  margin-left: 10px;
}
.modal .modal__content {
  margin-bottom: 20px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 720px) {
  .modal .modal__content {
    padding: 0;
  }
}
.modal .modal__content p:first-child {
  line-height: 26px;
  font-size: 18px;
  color: #13162f;
}
@media (min-width: 720px) {
  .modal .modal__content p:first-child {
    font-size: 20px;
  }
}
.modal .form__button {
  margin-top: 10px;
}
.modal .modal__button {
  max-width: 300px;
  margin: 0 auto;
}
.modal .modal__button a {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .modal .modal__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
.modal.modal--video .modal__box {
  max-width: 1200px;
  width: 95%;
  padding: 10px;
}
@media (min-width: 720px) {
  .modal.modal--video .modal__box {
    padding: 20px;
  }
}
.modal.modal--video .modal__video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #000;
}
.modal.modal--video .modal__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
section {
  position: relative;
  background-color: #fff;
  color: #13162f;
  overflow: hidden;
  text-align: left;
}
section .section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section .section__title {
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
}
section .section__description {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 32px;
}
section p {
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}
section .section__subtitle {
  display: inline-block;
  color: #5c7315;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
section .section__content .section__category {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  background-color: #0f69b4;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
section .section__header {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 720px) {
  section .section__header {
    margin-bottom: 40px;
  }
}
section .section__footer {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 720px) {
  section .section__footer {
    margin-top: 40px;
  }
}
section .section__content {
  position: relative;
  line-height: 26px;
  font-size: 17px;
  text-align: left;
}
section .section__content>* {
  -webkit-animation: slideFadeUp 0.5s ease backwards;
          animation: slideFadeUp 0.5s ease backwards;
}
section .section__content>*:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
section .section__content>*:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
section .section__content>*:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
section .section__content>*:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
section .section__content>*:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
section .section__content.section--left {
  text-align: left;
}
section .section__content.section--right {
  text-align: right;
}
section .section__content.section--center {
  text-align: center;
}
section .section__content.section--justify {
  text-align: justify;
}
section .section__content blockquote {
  text-align: left;
}
section .section__content blockquote p {
  line-height: 26px;
  font-size: 18px;
  color: #13162f;
}
@media (min-width: 720px) {
  section .section__content blockquote p {
    font-size: 20px;
  }
}
section .section__content ul {
  margin-bottom: 20px;
}
section .section__content ul li:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -5px;
  width: 6px;
  height: 6px;
  text-align: center;
  border-radius: 50%;
  overflow: initial;
  background-color: #315242;
}
@media (min-width: 480px) {
  section .section__content.section__content--2col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 480px) {
  section .section__content.section__content--3col {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 720px) {
  section .section__content.section__content--3col {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 720px) {
  section .section__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
  }
}
section .section__wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (min-width: 720px) {
  section .section__wrap {
    padding: 60px 60px;
    max-width: 1400px;
  }
}
section .section__wrap.section__wrap--hero {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--hero {
    padding: 140px 60px;
  }
}
section .section__wrap.section__wrap--header {
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--header {
    padding: 40px 40px;
  }
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--sm {
    padding: 40px;
  }
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--xs {
    padding: 20px;
  }
}
@media (min-width: 720px) {
  section .section__wrap.section__wrap--lg {
    padding: 60px 40px;
  }
}
@media (min-width: 960px) {
  section .section__wrap.section__wrap--lg {
    padding: 80px 40px;
  }
}
section .section__wrap.section--sm {
  max-width: 900px;
}
section .section__wrap.section--md {
  max-width: 1060px;
}
section .section__wrap.section--lg {
  max-width: 1200px;
}
section.section--dark {
  background: $darkblue;
  color: #fff;
}
section.section--light {
  background-color: #fafafa;
  color: #13162f;
}
section.section--white {
  background: #fff;
  color: #13162f;
}
section.section--white {
  background-color: #fff;
  color: #13162f;
}
section.section--color-primary {
  background: #5c7315;
  color: #fff;
}
section.section--color-secundary {
  background: #5c7315;
  color: #fff;
}
section.section--gray {
  background: #76777a;
  color: #fff;
}
section.section--grayten {
  background: grayter;
  color: #fff;
}
section.section--hero {
  margin-top: 70px;
}
@media (min-width: 720px) {
  section.section--hero {
    margin-top: 100px;
  }
}
section.section--hero .section__wrap {
  position: relative;
  z-index: 2;
}
@media (min-width: 720px) {
  section.section--hero .section__wrap {
    padding-top: 140px;
  }
}
section.section--hero .section__bg {
  position: relative;
  height: 300px;
}
@media (min-width: 720px) {
  section.section--hero .section__bg {
    position: absolute;
    height: 100%;
    max-width: 50%;
    left: initial;
    right: 0;
  }
}
section.section--hero .section__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media (min-width: 720px) {
  section.section--hero .section__slide {
    display: block;
  }
}
section.section--hero .section__body .section__content {
  background-color: #fff;
}
@media (min-width: 720px) {
  section.section--hero .section__body .section__content {
    max-width: 45%;
  }
}
section.section--hero .section__body .section__content .section__date {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  border-left: 5px solid #5c7315;
  padding-left: 5px;
  margin-bottom: 10px;
}
section.section--hero .section__body .section__content .section__title {
  font-size: 24px;
  line-height: 28px;
}
section.section--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  margin-top: 70px;
  background-color: #fafafa;
}
@media (min-width: 720px) {
  section.section--header {
    display: block;
    margin-top: 140px;
  }
}
section.section--header .section__wrap {
  position: relative;
  z-index: 2;
}
section.section--header .section__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media (min-width: 720px) {
  section.section--header .section__slide {
    display: block;
  }
}
section.section--header .section__image img {
  margin: initial;
}
@media (min-width: 720px) {
  section.section--header .section__image img {
    float: right;
  }
}
@media (min-width: 720px) {
  section.section--header .section__flex {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
section.section--header .section__body {
  width: 100%;
}
section.section--header .section__body .section__content {
  display: block;
}
section.section--header .section__body .section__content .section__date {
  display: block;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  border-left: 5px solid #5c7315;
  padding-left: 5px;
  margin-bottom: 10px;
}
section.section--header .section__body .section__content .section__title {
  font-size: 24px;
  line-height: 28px;
}
section.section--header .section__body .section__content .section__title.section__title--lg {
  font-size: 30px;
}
section.section--header .section__body .section__content .section__status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 25px;
}
section.section--header .section__body .section__content .section__status .status-badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
@media (max-width: 480px) {
  section.section--header .section__body .section__content .section__status .status-badge {
    font-size: 14px;
    padding: 10px 20px;
  }
}
section.section--header .section__body .section__content .section__status .status-badge .fa,
section.section--header .section__body .section__content .section__status .status-badge svg,
section.section--header .section__body .section__content .section__status .status-badge i {
  font-size: 20px;
}
section.section--header .section__body .section__content .section__status .status-badge svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
section.section--header .section__body .section__content .section__status .status-badge.status-badge--active {
  background: #f0f5e0;
  color: #5c7315;
}
section.section--header .section__body .section__content .section__status .status-badge.status-badge--closed {
  background: #fde8e8;
  color: #e74c3c;
}
section.section--header--noticia .section__wrap .section__body .section__flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media (min-width: 720px) {
  section.section--header--noticia .section__wrap .section__body .section__flex {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    gap: 40px;
  }
}
section.section--header--noticia .section__wrap .section__body .section__content {
  background-color: transparent;
  max-width: 100%;
}
@media (min-width: 720px) {
  section.section--header--noticia .section__wrap .section__body .section__content {
    max-width: 100%;
  }
}
section.section--header--noticia .section__wrap .section__body .section__image {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 720px) {
  section.section--header--noticia .section__wrap .section__body .section__image {
    height: 100%;
    min-height: 300px;
  }
}
section.section--header--noticia .section__wrap .section__body .section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
section.section--header--noticia .section__bg {
  display: none;
}
section.section--header--search {
  background-color: #315242;
  color: #fff;
}
@media (min-width: 720px) {
  section.section--header--search .section__wrap {
    padding: 60px 40px;
  }
}
section.section--header--search .section__content {
  max-width: 700px;
}
section.section--header--search .section__content .section__title {
  color: #fff;
}
section.section--header--search .section__content p {
  color: rgba(255,255,255,0.85);
  font-size: 18px;
  line-height: 28px;
}
section.section--header--search .section__content p strong {
  color: #fff;
}
section.section--search-results .section__header {
  text-align: left;
  margin-bottom: 30px;
}
@media (min-width: 720px) {
  section.section--search-results .section__header {
    margin-bottom: 40px;
  }
}
section.section--search-results .section__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}
section.section--register {
  background-color: #315242;
}
section.section--register .section__content {
  background-color: #fff;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
}
@media (min-width: 720px) {
  section.section--register .section__content {
    padding: 40px;
  }
}
section.section--register .section__bg {
  opacity: 0.4;
}
section.section--ficha .section__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  text-align: left;
  margin-bottom: 40px;
  gap: 20px;
}
@media (max-width: 720px) {
  section.section--ficha .section__header {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
section.section--ficha .section__header .section__header__content {
  -ms-flex: 1;
      flex: 1;
}
section.section--ficha .section__header .section__header__content .section__title {
  margin-bottom: 10px;
}
section.section--ficha .section__header .section__header__content .section__subtitle {
  color: #76777a;
  font-size: 14px;
  line-height: 1.6;
}
section.section--ficha .section__header .section__header__actions .btn {
  white-space: nowrap;
}
section.section--ficha .section__header .section__header__actions .btn .fa {
  margin-left: 8px;
}
section.section--ficha .section__body .section__ficha .section__ficha__status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
@media (max-width: 720px) {
  section.section--ficha .section__body .section__ficha .section__ficha__status {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
  }
}
section.section--ficha .section__body .section__ficha .section__ficha__status .status-badge {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
}
section.section--ficha .section__body .section__ficha .section__ficha__status .status-badge .fa {
  font-size: 20px;
}
section.section--ficha .section__body .section__ficha .section__ficha__status .status-badge.status-badge--active {
  background: #f0f5e0;
  color: #5c7315;
}
section.section--ficha .section__body .section__ficha .section__ficha__status .status-badge.status-badge--closed {
  background: #fde8e8;
  color: #e74c3c;
}
section.section--ficha .section__body .section__ficha .section__ficha__status .status-countdown {
  text-align: center;
}
section.section--ficha .section__body .section__ficha .section__ficha__status .status-countdown .countdown__number {
  font-size: 48px;
  font-weight: 700;
  color: #5c7315;
  line-height: 1;
  margin-bottom: 5px;
}
section.section--ficha .section__body .section__ficha .section__ficha__status .status-countdown .countdown__label {
  font-size: 14px;
  color: #76777a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.section--ficha .section__body .section__ficha .section__ficha__grid .cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
section.section--ficha .section__body .section__ficha .section__ficha__grid .cols:last-child {
  margin-bottom: 0;
}
section.section--ficha .section__body .section__ficha .section__ficha__grid .cols [class*="col-"] {
  display: -ms-flexbox;
  display: flex;
}
section.section--ficha .section__body .section__ficha .section__ficha__item {
  width: 100%;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}
section.section--ficha .section__body .section__ficha .section__ficha__item:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
section.section--ficha .section__body .section__ficha .section__ficha__item .ficha__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f0f5e0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.section--ficha .section__body .section__ficha .section__ficha__item .ficha__icon .fa {
  font-size: 20px;
  color: #5c7315;
}
section.section--ficha .section__body .section__ficha .section__ficha__item .ficha__content {
  -ms-flex: 1;
      flex: 1;
}
section.section--ficha .section__body .section__ficha .section__ficha__item .ficha__content .ficha__label {
  font-size: 12px;
  color: #76777a;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.section--ficha .section__body .section__ficha .section__ficha__item .ficha__content .ficha__value {
  font-size: 16px;
  font-weight: 600;
  color: #13162f;
  display: block;
}
section.section--ficha .section__body .section__ficha .section__ficha__group {
  width: 100%;
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  height: 100%;
}
section.section--ficha .section__body .section__ficha .section__ficha__group .ficha__group__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
section.section--ficha .section__body .section__ficha .section__ficha__group .ficha__group__header .ficha__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0f5e0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.section--ficha .section__body .section__ficha .section__ficha__group .ficha__group__header .ficha__icon .fa {
  font-size: 18px;
  color: #5c7315;
}
section.section--ficha .section__body .section__ficha .section__ficha__group .ficha__group__header .ficha__group__title {
  font-size: 15px;
  font-weight: 600;
  color: #13162f;
  margin: 0;
}
section.section--ficha .section__body .section__ficha .section__ficha__group .ficha__group__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 12px;
}
section.section--ficha .section__body .section__ficha .section__ficha__group .ficha__group__body .ficha__entidad .ficha__label {
  font-size: 12px;
  color: #76777a;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.section--ficha .section__body .section__ficha .section__ficha__group .ficha__group__body .ficha__entidad .ficha__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
section.section--ficha .section__body .section__ficha .section__ficha__group .ficha__group__body .ficha__entidad .ficha__tags .ficha__tag {
  display: inline-block;
  padding: 4px 12px;
  background: #f0f5e0;
  color: #5c7315;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}
section.section--wp .section__footer .section__socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
section.section--wp .section__footer .section__socials .section__social a {
  background-color: #fff;
  box-shadow: 1px 3px 20px -2px rgba(0,0,0,0.149);
  padding: 5px 10px;
  font-size: 24px;
  line-height: 24px;
  margin: 10px;
  border-radius: 5px;
  color: #315242;
}
section.section--wp .section__footer .section__socials .section__social a:hover {
  background-color: #5c7315;
  color: #fff;
}
section.section--content .section__content {
  max-width: 1000px;
  margin: 0 auto;
}
section.section--stats {
  background-color: #5c7315;
  color: #fff;
}
section.section--stats .section__header {
  text-align: center;
  margin-bottom: 40px;
}
section.section--stats .section__body .cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  align-items: stretch;
}
section.section--guides .section__header {
  text-align: center;
}
section.section--guides .section__body .section__tabs-guides .tabs .tabs__header {
  margin-bottom: 40px;
}
section.section--tabs-participation {
  background: #fff;
}
section.section--tabs-participation .section__tabs .tabs__header {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 0;
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 0;
  overflow-x: auto;
}
@media (max-width: 720px) {
  section.section--tabs-participation .section__tabs .tabs__header {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
section.section--tabs-participation .section__tabs .tabs__header .tab {
  position: relative;
  padding: 16px 32px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #76777a;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__tabs .tabs__header .tab {
    padding: 14px 24px;
    font-size: 14px;
  }
}
section.section--tabs-participation .section__tabs .tabs__header .tab:hover {
  cursor: pointer;
  background: transparent;
  color: #5c7315;
  border-bottom-color: rgba(145,176,36,0.3);
}
section.section--tabs-participation .section__tabs .tabs__header .tab.tab--current {
  background: transparent;
  color: #5c7315;
  border-bottom-color: #5c7315;
  font-weight: 600;
}
section.section--tabs-participation .section__tabs .tabs__header .tab.tab--current:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: #5c7315;
}
section.section--tabs-participation .section__tabs .tabs__body .tab {
  display: none;
}
section.section--tabs-participation .section__tabs .tabs__body .tab.tab--current {
  display: block;
}
section.section--tabs-participation .resumen__galeria {
  max-width: 800px;
  margin: 0 auto;
}
section.section--tabs-participation .resumen__galeria .galeria__principal {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #f5f5f5;
}
section.section--tabs-participation .resumen__galeria .galeria__principal .galeria__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background: rgba(0,0,0,0.4);
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 16px;
  z-index: 2;
  transition: background 0.2s ease;
}
section.section--tabs-participation .resumen__galeria .galeria__principal .galeria__arrow:hover {
  background: rgba(0,0,0,0.6);
}
section.section--tabs-participation .resumen__galeria .galeria__principal .galeria__arrow.galeria__arrow--prev {
  left: 12px;
}
section.section--tabs-participation .resumen__galeria .galeria__principal .galeria__arrow.galeria__arrow--next {
  right: 12px;
}
section.section--tabs-participation .resumen__galeria .galeria__principal img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-height: 420px;
  margin-bottom: 0 !important;
}
@media (max-width: 480px) {
  section.section--tabs-participation .resumen__galeria .galeria__principal img {
    max-height: 250px;
  }
}
section.section--tabs-participation .resumen__galeria .galeria__thumbs {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
}
section.section--tabs-participation .resumen__galeria .galeria__thumbs .galeria__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 80px;
  height: 56px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.6;
  transition: all 0.2s ease;
}
@media (max-width: 480px) {
  section.section--tabs-participation .resumen__galeria .galeria__thumbs .galeria__thumb {
    width: 64px;
    height: 44px;
  }
}
section.section--tabs-participation .resumen__galeria .galeria__thumbs .galeria__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
section.section--tabs-participation .resumen__galeria .galeria__thumbs .galeria__thumb:hover {
  opacity: 0.9;
}
section.section--tabs-participation .resumen__galeria .galeria__thumbs .galeria__thumb.galeria__thumb--active {
  border-color: #5c7315;
  opacity: 1;
}
section.section--tabs-participation .section__content {
  max-width: 800px;
  margin: 0 auto;
}
section.section--tabs-participation .section__content img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 30px;
}
section.section--tabs-participation .section__content h3 {
  margin-bottom: 20px;
  margin-top: 40px;
}
section.section--tabs-participation .section__content h3:first-child {
  margin-top: 0;
}
section.section--tabs-participation .section__content h4 {
  margin-bottom: 15px;
  margin-top: 30px;
  color: #5c7315;
}
section.section--tabs-participation .section__content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
section.section--tabs-participation .section__content ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}
section.section--tabs-participation .section__content .section__cta-box {
  background: #fafafa;
  border-left: 4px solid #5c7315;
  padding: 24px;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
section.section--tabs-participation .section__content .section__cta-box .cta-box__icon .fa {
  font-size: 32px;
  color: #5c7315;
}
section.section--tabs-participation .section__content .section__cta-box .cta-box__content {
  -ms-flex: 1;
      flex: 1;
}
section.section--tabs-participation .section__content .section__cta-box .cta-box__content h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
section.section--tabs-participation .section__content .section__cta-box .cta-box__content p {
  margin: 0;
}
section.section--tabs-participation .section__participation .participation__banner {
  position: relative;
  background-color: #315242;
  border-radius: 12px;
  padding: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 720px) {
  section.section--tabs-participation .section__participation .participation__banner {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 40px 30px;
    text-align: center;
  }
}
section.section--tabs-participation .section__participation .participation__banner .participation__banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.section--tabs-participation .section__participation .participation__banner .participation__banner__bg .bg {
  opacity: 0;
}
section.section--tabs-participation .section__participation .participation__banner .banner__content {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}
section.section--tabs-participation .section__participation .participation__banner .banner__content .banner__icon {
  margin-bottom: 20px;
}
section.section--tabs-participation .section__participation .participation__banner .banner__content .banner__icon img {
  height: 50px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
section.section--tabs-participation .section__participation .participation__banner .banner__content .banner__title {
  font-size: 32px;
  margin-bottom: 15px;
  color: #fff;
}
@media (max-width: 720px) {
  section.section--tabs-participation .section__participation .participation__banner .banner__content .banner__title {
    font-size: 24px;
  }
}
section.section--tabs-participation .section__participation .participation__banner .banner__content .banner__description {
  font-size: 16px;
  margin-bottom: 25px;
  opacity: 0.95;
}
section.section--tabs-participation .section__participation .participation__banner .banner__content .banner__actions .btn {
  background: #fff;
  color: #5c7315;
  font-weight: 600;
}
section.section--tabs-participation .section__participation .participation__banner .banner__content .banner__actions .btn:hover {
  background: #fafafa;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
section.section--tabs-participation .section__participation .participation__banner .banner__content .banner__actions .btn .fa {
  margin-right: 8px;
}
section.section--tabs-participation .section__participation .participation__banner .banner__image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 720px) {
  section.section--tabs-participation .section__participation .participation__banner .banner__image {
    display: none;
  }
}
section.section--tabs-participation .section__participation .participation__banner .banner__image .fa {
  font-size: 80px;
  color: #fff;
  opacity: 0.8;
}
section.section--tabs-participation .section__participation .participation__info {
  max-width: 800px;
}
section.section--tabs-participation .section__participation .participation__info h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #5c7315;
}
section.section--tabs-participation .section__participation .participation__info ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
section.section--tabs-participation .section__participation .participation__info ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}
section.section--tabs-participation .section__participation .participation__info .info__box {
  background: #fff9e6;
  border-left: 4px solid #ffc107;
  padding: 20px;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 30px;
}
section.section--tabs-participation .section__participation .participation__info .info__box .fa {
  font-size: 24px;
  color: #ffc107;
}
section.section--tabs-participation .section__participation .participation__info .info__box p {
  margin: 0;
  -ms-flex: 1;
      flex: 1;
}
section.section--tabs-participation .section__results,
section.section--tabs-participation .section__expediente,
section.section--tabs-participation .section__comments,
section.section--tabs-participation .section__agenda {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.08);
}
@media (min-width: 720px) {
  section.section--tabs-participation .section__results,
  section.section--tabs-participation .section__expediente,
  section.section--tabs-participation .section__comments,
  section.section--tabs-participation .section__agenda {
    padding: 40px;
  }
}
section.section--tabs-participation .section__results .results__intro,
section.section--tabs-participation .section__expediente .results__intro,
section.section--tabs-participation .section__comments .results__intro,
section.section--tabs-participation .section__agenda .results__intro {
  font-size: 16px;
  color: #76777a;
  margin-bottom: 40px;
}
section.section--tabs-participation .section__results .results__stats,
section.section--tabs-participation .section__expediente .results__stats,
section.section--tabs-participation .section__comments .results__stats,
section.section--tabs-participation .section__agenda .results__stats {
  margin-bottom: 50px;
}
section.section--tabs-participation .section__results .results__stats .stat-card,
section.section--tabs-participation .section__expediente .results__stats .stat-card,
section.section--tabs-participation .section__comments .results__stats .stat-card,
section.section--tabs-participation .section__agenda .results__stats .stat-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}
section.section--tabs-participation .section__results .results__stats .stat-card:hover,
section.section--tabs-participation .section__expediente .results__stats .stat-card:hover,
section.section--tabs-participation .section__comments .results__stats .stat-card:hover,
section.section--tabs-participation .section__agenda .results__stats .stat-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
section.section--tabs-participation .section__results .results__stats .stat-card .stat-card__icon,
section.section--tabs-participation .section__expediente .results__stats .stat-card .stat-card__icon,
section.section--tabs-participation .section__comments .results__stats .stat-card .stat-card__icon,
section.section--tabs-participation .section__agenda .results__stats .stat-card .stat-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #f0f5e0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto 20px;
}
section.section--tabs-participation .section__results .results__stats .stat-card .stat-card__icon .fa,
section.section--tabs-participation .section__expediente .results__stats .stat-card .stat-card__icon .fa,
section.section--tabs-participation .section__comments .results__stats .stat-card .stat-card__icon .fa,
section.section--tabs-participation .section__agenda .results__stats .stat-card .stat-card__icon .fa {
  font-size: 28px;
  color: #5c7315;
}
section.section--tabs-participation .section__results .results__stats .stat-card .stat-card__number,
section.section--tabs-participation .section__expediente .results__stats .stat-card .stat-card__number,
section.section--tabs-participation .section__comments .results__stats .stat-card .stat-card__number,
section.section--tabs-participation .section__agenda .results__stats .stat-card .stat-card__number {
  font-size: 36px;
  font-weight: 700;
  color: #5c7315;
  margin-bottom: 8px;
}
section.section--tabs-participation .section__results .results__stats .stat-card .stat-card__label,
section.section--tabs-participation .section__expediente .results__stats .stat-card .stat-card__label,
section.section--tabs-participation .section__comments .results__stats .stat-card .stat-card__label,
section.section--tabs-participation .section__agenda .results__stats .stat-card .stat-card__label {
  font-size: 14px;
  color: #76777a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
section.section--tabs-participation .section__results h4,
section.section--tabs-participation .section__expediente h4,
section.section--tabs-participation .section__comments h4,
section.section--tabs-participation .section__agenda h4 {
  margin-top: 40px;
  margin-bottom: 25px;
  color: #5c7315;
}
section.section--tabs-participation .section__results .results__topics,
section.section--tabs-participation .section__expediente .results__topics,
section.section--tabs-participation .section__comments .results__topics,
section.section--tabs-participation .section__agenda .results__topics {
  margin-bottom: 40px;
}
section.section--tabs-participation .section__results .results__topics .topic-item,
section.section--tabs-participation .section__expediente .results__topics .topic-item,
section.section--tabs-participation .section__comments .results__topics .topic-item,
section.section--tabs-participation .section__agenda .results__topics .topic-item {
  margin-bottom: 20px;
  position: relative;
}
section.section--tabs-participation .section__results .results__topics .topic-item .topic__bar,
section.section--tabs-participation .section__expediente .results__topics .topic-item .topic__bar,
section.section--tabs-participation .section__comments .results__topics .topic-item .topic__bar,
section.section--tabs-participation .section__agenda .results__topics .topic-item .topic__bar {
  height: 40px;
  background: linear-gradient(90deg, #5c7315 0%, #a5c929 100%);
  border-radius: 6px;
  transition: width 0.6s ease;
}
section.section--tabs-participation .section__results .results__topics .topic-item .topic__label,
section.section--tabs-participation .section__expediente .results__topics .topic-item .topic__label,
section.section--tabs-participation .section__comments .results__topics .topic-item .topic__label,
section.section--tabs-participation .section__agenda .results__topics .topic-item .topic__label {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
section.section--tabs-participation .section__results .results__topics .topic-item .topic__value,
section.section--tabs-participation .section__expediente .results__topics .topic-item .topic__value,
section.section--tabs-participation .section__comments .results__topics .topic-item .topic__value,
section.section--tabs-participation .section__agenda .results__topics .topic-item .topic__value {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
section.section--tabs-participation .section__results .results__download,
section.section--tabs-participation .section__expediente .results__download,
section.section--tabs-participation .section__comments .results__download,
section.section--tabs-participation .section__agenda .results__download {
  margin-top: 40px;
}
section.section--tabs-participation .section__results .results__download .btn .fa,
section.section--tabs-participation .section__expediente .results__download .btn .fa,
section.section--tabs-participation .section__comments .results__download .btn .fa,
section.section--tabs-participation .section__agenda .results__download .btn .fa {
  margin-left: 8px;
}
section.section--tabs-participation .section__agenda {
  max-width: 1400px;
}
section.section--tabs-participation .content__loader {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
@media (max-width: 480px) {
  section.section--tabs-participation .content__loader {
    padding: 40px 20px;
  }
}
section.section--tabs-participation .content__loader .loader__spinner {
  margin-bottom: 20px;
}
section.section--tabs-participation .content__loader .loader__spinner .fa-spinner {
  font-size: 48px;
  color: #5c7315;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
@media (max-width: 480px) {
  section.section--tabs-participation .content__loader .loader__spinner .fa-spinner {
    font-size: 40px;
  }
}
section.section--tabs-participation .content__loader p {
  font-size: 16px;
  color: #76777a;
  margin: 0;
}
@media (max-width: 480px) {
  section.section--tabs-participation .content__loader p {
    font-size: 14px;
  }
}
section.section--tabs-participation .section__expediente {
  max-width: 1200px;
}
section.section--tabs-participation .section__expediente .expediente__intro {
  font-size: 16px;
  color: #76777a;
  margin-bottom: 40px;
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group {
  background: #fff;
  border-radius: 0;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border-left: 4px solid #5c7315;
  overflow: hidden;
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-header {
  background: linear-gradient(135deg, #5c7315 0%, #8aa722 100%);
  padding: 20px 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 20px;
}
@media (max-width: 720px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-header {
    padding: 16px 20px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-header .group-header__main {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 6px;
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-header .group-header__main h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-header .group-header__main h4 {
    font-size: 16px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-header .group-header__main .group-header__date {
  font-size: 14px;
  color: rgba(255,255,255,0.95);
  font-weight: 400;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-header .group-header__main .group-header__date {
    font-size: 13px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-header .expediente__count {
  background: rgba(255,255,255,0.25);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
@media (max-width: 720px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-header .expediente__count {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-header .expediente__count {
    font-size: 12px;
    padding: 6px 12px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items {
  padding: 20px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items {
    padding: 16px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item {
  background: #fafafa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item {
    padding: 16px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item:last-child {
  margin-bottom: 0;
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item:hover {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: linear-gradient(135deg, #a5c929 0%, #5c7315 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__icon {
    width: 45px;
    height: 45px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__icon .fa {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__icon .fa {
    font-size: 20px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__content {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__content .expediente__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #13162f;
  line-height: 1.3;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__content .expediente__title {
    font-size: 15px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__content .expediente__description {
  font-size: 14px;
  color: #76777a;
  margin: 0 0 8px 0;
  line-height: 1.5;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__content .expediente__description {
    font-size: 13px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__content .expediente__meta {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0;
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__content .expediente__meta span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #76777a;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__content .expediente__meta span {
    font-size: 12px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__item-header .expediente__content .expediente__meta span .fa {
  color: #5c7315;
  font-size: 14px;
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo {
  background: #fff;
  border-radius: 6px;
  padding: 12px 16px;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo {
    padding: 10px 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo:last-child {
  margin-bottom: 0;
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo:hover {
  border-color: #5c7315;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .archivo__icon {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #f0f5e0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .archivo__icon {
    width: 35px;
    height: 35px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .archivo__icon .fa {
  font-size: 20px;
  color: #5c7315;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .archivo__icon .fa {
    font-size: 18px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .archivo__info {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .archivo__info {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .archivo__info .archivo__name {
  font-size: 14px;
  font-weight: 500;
  color: #13162f;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .archivo__info .archivo__name {
    font-size: 13px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .archivo__info .archivo__type {
  font-size: 12px;
  color: #76777a;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .archivo__info .archivo__type {
    font-size: 11px;
  }
}
section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__expediente .expediente__list .expediente__group .expediente__group-items .expediente__item .expediente__archivos .expediente__archivo .btn {
    -ms-flex-order: 3;
        order: 3;
    margin-left: auto;
  }
}
section.section--tabs-participation .section__documentos {
  max-width: 1000px;
  margin: 0 auto;
}
section.section--tabs-participation .section__documentos .documentos__intro {
  font-size: 16px;
  color: #76777a;
  margin-bottom: 40px;
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #5c7315;
}
@media (max-width: 720px) {
  section.section--tabs-participation .section__documentos .documentos__list .documento__item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__icon {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  background: linear-gradient(135deg, #5c7315 0%, #839e20 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__icon {
    width: 60px;
    height: 60px;
  }
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__icon .fa {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__icon .fa {
    font-size: 28px;
  }
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__content {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__content .documento__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #13162f;
  line-height: 1.3;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__content .documento__title {
    font-size: 15px;
  }
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__content .documento__meta {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__content .documento__meta {
    gap: 12px;
  }
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__content .documento__meta span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #76777a;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__content .documento__meta span {
    font-size: 12px;
  }
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__content .documento__meta span .fa {
  color: #5c7315;
  font-size: 14px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__content .documento__meta span .fa {
    font-size: 13px;
  }
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__actions {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__actions {
    width: 100%;
  }
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__actions .btn {
  white-space: nowrap;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__actions .btn {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
section.section--tabs-participation .section__documentos .documentos__list .documento__item .documento__actions .btn .fa {
  margin-left: 8px;
}
section.section--tabs-participation .section__comments {
  max-width: 900px;
}
section.section--tabs-participation .section__comments .comments__intro {
  font-size: 16px;
  color: #76777a;
  margin-bottom: 40px;
}
section.section--tabs-participation .section__comments .comments__form {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
section.section--tabs-participation .section__comments .comments__form h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #5c7315;
}
section.section--tabs-participation .section__comments .comments__form .form__notice {
  background: #e3f2fd;
  border-left: 4px solid #2196f3;
  padding: 15px;
  border-radius: 6px;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
section.section--tabs-participation .section__comments .comments__form .form__notice .fa {
  font-size: 20px;
  color: #2196f3;
}
section.section--tabs-participation .section__comments .comments__form .form__notice p {
  margin: 0;
  font-size: 14px;
  color: #13162f;
}
section.section--tabs-participation .section__comments .comments__form .form__textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  resize: vertical;
  margin-bottom: 15px;
}
section.section--tabs-participation .section__comments .comments__form .form__textarea:focus {
  outline: none;
  border-color: #5c7315;
  box-shadow: 0 0 0 3px rgba(92,115,21,0.2);
}
section.section--tabs-participation .section__comments .comments__form .form__textarea:disabled {
  background: #fafafa;
  cursor: not-allowed;
}
section.section--tabs-participation .section__comments .comments__form .form__actions {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__comments .comments__form .form__actions {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
section.section--tabs-participation .section__comments .comments__form .form__actions .btn .fa {
  margin-left: 8px;
  margin-right: 0;
}
section.section--tabs-participation .section__comments .comments__form .form__actions .btn.btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
section.section--tabs-participation .section__comments .comments__list h4 {
  margin-bottom: 30px;
  color: #5c7315;
}
section.section--tabs-participation .section__comments .comments__list .comment {
  background: #fff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__comments .comments__list .comment {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
section.section--tabs-participation .section__comments .comments__list .comment .comment__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f0f5e0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.section--tabs-participation .section__comments .comments__list .comment .comment__avatar .fa {
  font-size: 32px;
  color: #5c7315;
}
section.section--tabs-participation .section__comments .comments__list .comment .comment__content {
  -ms-flex: 1;
      flex: 1;
}
section.section--tabs-participation .section__comments .comments__list .comment .comment__content .comment__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__comments .comments__list .comment .comment__content .comment__header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 5px;
  }
}
section.section--tabs-participation .section__comments .comments__list .comment .comment__content .comment__header .comment__author {
  font-size: 16px;
  font-weight: 600;
  color: #13162f;
  margin: 0;
}
section.section--tabs-participation .section__comments .comments__list .comment .comment__content .comment__header .comment__date {
  font-size: 13px;
  color: #76777a;
}
section.section--tabs-participation .section__comments .comments__list .comment .comment__content .comment__text {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #13162f;
}
section.section--tabs-participation .section__comments .comments__list .comment .comment__content .comment__actions {
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
section.section--tabs-participation .section__comments .comments__list .comment .comment__content .comment__actions button {
  background: none;
  border: none;
  color: #76777a;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
section.section--tabs-participation .section__comments .comments__list .comment .comment__content .comment__actions button:hover {
  background: #fafafa;
  color: #5c7315;
}
section.section--tabs-participation .section__comments .comments__list .comment .comment__content .comment__actions button .fa {
  font-size: 14px;
}
section.section--tabs-participation .section__comments .comments__list .comments__load-more {
  text-align: center;
  margin-top: 30px;
}
section.section--tabs-participation .section__comments .comments__list .comments__load-more .btn .fa {
  margin-left: 8px;
}
section.section--tabs-participation .section__agenda .agenda__intro {
  font-size: 16px;
  color: #76777a;
  margin-bottom: 40px;
}
section.section--tabs-participation .section__agenda .agenda__filtros {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
section.section--tabs-participation .section__agenda .agenda__filtro {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 20px;
  border: 2px solid;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
section.section--tabs-participation .section__agenda .agenda__filtro-count {
  background: rgba(0,0,0,0.12);
  border-radius: 10px;
  padding: 1px 7px;
  font-size: 12px;
}
section.section--tabs-participation .section__agenda .agenda__filtro--activas {
  border-color: #27ae60;
  color: #27ae60;
}
section.section--tabs-participation .section__agenda .agenda__filtro--activas:hover,
section.section--tabs-participation .section__agenda .agenda__filtro--activas.agenda__filtro--activo {
  background: #27ae60;
  color: #fff;
}
section.section--tabs-participation .section__agenda .agenda__filtro--proximamente {
  border-color: #2980b9;
  color: #2980b9;
}
section.section--tabs-participation .section__agenda .agenda__filtro--proximamente:hover,
section.section--tabs-participation .section__agenda .agenda__filtro--proximamente.agenda__filtro--activo {
  background: #2980b9;
  color: #fff;
}
section.section--tabs-participation .section__agenda .agenda__filtro--cerradas {
  border-color: #7f8c8d;
  color: #7f8c8d;
}
section.section--tabs-participation .section__agenda .agenda__filtro--cerradas:hover,
section.section--tabs-participation .section__agenda .agenda__filtro--cerradas.agenda__filtro--activo {
  background: #7f8c8d;
  color: #fff;
}
section.section--tabs-participation .section__agenda .agenda__panel {
  display: none;
}
section.section--tabs-participation .section__agenda .agenda__panel--activo {
  display: block;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 16px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--parent {
  border-left: 4px solid #5c7315;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--parent.event--has-children {
  margin-bottom: 10px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--parent.event--has-children:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child {
  background: #fafafa;
  border-left: 3px solid #b4d739;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
  padding: 14px;
  margin-bottom: 10px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child:hover {
  background: #fff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__date {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #afd42d 0%, #9bbc27 100%);
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__date {
    width: 45px;
    height: 45px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__date .date__day {
  font-size: 20px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__date .date__day {
    font-size: 18px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__date .date__month {
  font-size: 10px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__date .date__month {
    font-size: 9px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__title {
  font-size: 15px !important;
  font-weight: 500 !important;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__title {
    font-size: 14px !important;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__description {
  font-size: 13px !important;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__description {
    font-size: 12px !important;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__meta .event__meta-item {
  font-size: 12px !important;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__meta .event__meta-item {
    font-size: 11px !important;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__meta .event__meta-item .fa {
  font-size: 12px !important;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__meta .event__meta-item .fa {
    font-size: 11px !important;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__actions .event__details-btn {
  padding: 8px 16px !important;
  font-size: 12px !important;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__actions .event__details-btn {
    padding: 8px 12px !important;
    font-size: 11px !important;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__actions .event__toggle {
  padding: 6px 10px !important;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__actions .event__toggle .event__badge {
  width: 20px !important;
  height: 20px !important;
  font-size: 10px !important;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--child .event__actions .event__toggle .fa {
  font-size: 12px !important;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-1 {
  margin-left: 0;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 {
  margin-left: 0;
  background: #f5f5f5;
  border-left-color: #bddc52;
  padding: 12px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 .event__date {
  background: linear-gradient(135deg, #b8d945 0%, #afd42d 100%);
  width: 45px;
  height: 45px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 .event__date .date__day {
  font-size: 18px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 .event__date .date__month {
  font-size: 9px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 .event__title {
  font-size: 14px !important;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 .event__description {
  font-size: 12px !important;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 .event__meta .event__meta-item {
  font-size: 11px !important;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 .event__meta .event__meta-item .fa {
  font-size: 11px !important;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 .event__actions .event__details-btn {
  padding: 6px 12px !important;
  font-size: 11px !important;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 .event__actions .event__toggle {
  padding: 5px 8px !important;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 .event__actions .event__toggle .event__badge {
  width: 18px !important;
  height: 18px !important;
  font-size: 9px !important;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event.event--level-2 .event__actions .event__toggle .fa {
  font-size: 11px !important;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__date {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #5c7315 0%, #839e20 100%);
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__date {
    width: 70px;
    height: 70px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__date .date__day {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__date .date__day {
    font-size: 28px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__date .date__month {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__date .date__month {
    font-size: 12px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__body {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 16px;
}
@media (min-width: 720px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__body {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__main {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__main .event__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #13162f;
  line-height: 1.3;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__main .event__title {
    font-size: 16px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__main .event__description {
  color: #76777a;
  margin: 0 0 12px 0;
  line-height: 1.6;
  font-size: 14px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__main .event__description {
    font-size: 13px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__main .event__meta {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__main .event__meta {
    gap: 12px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__main .event__meta .event__meta-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #76777a;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__main .event__meta .event__meta-item {
    font-size: 12px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__main .event__meta .event__meta-item .fa {
  color: #5c7315;
  font-size: 14px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__main .event__meta .event__meta-item .fa {
    font-size: 13px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__toggle {
  background: #fff;
  border: 2px solid #5c7315;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  -ms-flex-order: 2;
      order: 2;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__toggle {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 1;
        flex: 1;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__toggle:hover {
  background: #5c7315;
  border-color: #5c7315;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__toggle:hover .event__badge {
  background: #fff;
  color: #5c7315;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__toggle:hover .fa {
  color: #fff;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__toggle.event__toggle--active {
  background: #5c7315;
  border-color: #5c7315;
  color: #fff;
  font-weight: 500;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__toggle.event__toggle--active .event__badge {
  background: #fff;
  color: #5c7315;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__toggle.event__toggle--active .fa {
  color: #fff;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__toggle .event__badge {
  background: #5c7315;
  color: #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 11px;
  font-weight: 700;
  transition: all 0.3s ease;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__toggle .fa {
  font-size: 14px;
  color: #5c7315;
  transition: all 0.3s ease;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__details-btn {
  background: transparent;
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #13162f;
  transition: all 0.3s ease;
  white-space: nowrap;
  -ms-flex-order: 1;
      order: 1;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__details-btn {
    -ms-flex-order: 2;
        order: 2;
    -ms-flex: 1;
        flex: 1;
    padding: 10px 16px;
    font-size: 13px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event .event__actions .event__details-btn:hover {
  background: #315242;
  border-color: #315242;
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event__children {
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event__children {
    padding-left: 10px;
  }
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__events .event__children:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #5c7315 0%, #bddc52 100%);
  border-radius: 2px;
  opacity: 0.3;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #5c7315;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini {
  margin-bottom: 20px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 15px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__header .calendar__month {
  font-weight: 600;
  font-size: 14px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__header button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  color: #76777a;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__header button:hover {
  background: #fafafa;
  color: #5c7315;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__grid .calendar__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 8px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__grid .calendar__days span {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #76777a;
  padding: 4px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__grid .calendar__dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__grid .calendar__dates .calendar__date {
  aspect-ratio: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__grid .calendar__dates .calendar__date:hover {
  background: #fafafa;
  color: #5c7315;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__grid .calendar__dates .calendar__date.calendar__date--inactive {
  color: #ccc;
  cursor: default;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__grid .calendar__dates .calendar__date.calendar__date--inactive:hover {
  background: transparent;
  color: #ccc;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__grid .calendar__dates .calendar__date.calendar__date--event {
  background: #5c7315;
  color: #fff;
  font-weight: 600;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__mini .calendar__grid .calendar__dates .calendar__date.calendar__date--event:hover {
  background: #839e20;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__info h5 {
  font-size: 14px;
  margin-bottom: 12px;
  color: #13162f;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__info ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #76777a;
}
section.section--tabs-participation .section__agenda .agenda__calendar .calendar__widget .calendar__info ul li .fa {
  font-size: 6px;
  color: #5c7315;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
section.section--agenda-global .section__body {
  padding: 20px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.08);
}
section.section--agenda-global .agenda__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
  gap: 20px;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__header {
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
  }
}
section.section--agenda-global .agenda__header .agenda__header__info {
  -ms-flex: 1;
      flex: 1;
}
section.section--agenda-global .agenda__header .agenda__header__info .agenda__title {
  font-size: 32px;
  font-weight: 700;
  color: #13162f;
  margin-bottom: 8px;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__header .agenda__header__info .agenda__title {
    font-size: 24px;
  }
}
section.section--agenda-global .agenda__header .agenda__header__info .agenda__subtitle {
  font-size: 16px;
  color: #76777a;
  margin: 0;
}
section.section--agenda-global .agenda__header .agenda__header__nav {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
section.section--agenda-global .agenda__header .agenda__header__nav .btn-nav {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 2px solid #e2e2e2;
  background: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 0.3s ease;
}
section.section--agenda-global .agenda__header .agenda__header__nav .btn-nav .fa {
  font-size: 18px;
  color: #76777a;
}
section.section--agenda-global .agenda__header .agenda__header__nav .btn-nav:hover {
  background: #5c7315;
  border-color: #5c7315;
}
section.section--agenda-global .agenda__header .agenda__header__nav .btn-nav:hover .fa {
  color: #fff;
}
section.section--agenda-global .agenda__calendar {
  margin-bottom: 40px;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  section.section--agenda-global .agenda__calendar::-webkit-scrollbar {
    height: 8px;
  }
  section.section--agenda-global .agenda__calendar::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
  }
  section.section--agenda-global .agenda__calendar::-webkit-scrollbar-thumb {
    background: #5c7315;
    border-radius: 4px;
  }
  section.section--agenda-global .agenda__calendar::-webkit-scrollbar-thumb:hover {
    background: #839e20;
  }
}
section.section--agenda-global .agenda__calendar .calendar__header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0;
  margin-bottom: 2px;
  background: #e2e2e2;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar .calendar__header {
    min-width: 800px;
  }
}
section.section--agenda-global .agenda__calendar .calendar__header .calendar__day-name {
  padding: 16px 8px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #315242;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar .calendar__header .calendar__day-name {
    font-size: 12px;
    padding: 12px 6px;
  }
}
section.section--agenda-global .agenda__calendar .calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  background: #e2e2e2;
  border-radius: 0 0 8px 8px;
  overflow: visible;
  position: relative;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar .calendar__grid {
    min-width: 800px;
  }
}
section.section--agenda-global .agenda__calendar .calendar__grid .event-bar-week {
  position: absolute;
  height: 28px;
  border-radius: 4px;
  padding: 4px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
  margin-top: 32px;
  left: 0;
  right: 0;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar .calendar__grid .event-bar-week {
    font-size: 10px;
    padding: 3px 8px;
    height: 24px;
    margin-top: 28px;
  }
}
section.section--agenda-global .agenda__calendar .calendar__grid .event-bar-week:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  z-index: 20;
}
section.section--agenda-global .agenda__calendar .calendar__grid .event-bar-week .event-bar__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day {
  background: #fff;
  min-height: 180px;
  padding: 8px;
  position: relative;
  transition: all 0.2s ease;
  overflow: visible;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day {
    min-height: 100px;
    max-height: 100px;
    padding: 6px;
  }
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day.calendar__day--empty {
  background: #fafafa;
  cursor: default;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day.calendar__day--has-events {
  background: #f0f5e0;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day.calendar__day--has-events .day__number {
  color: #5c7315;
  font-weight: 700;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day.calendar__day--today .day__number {
  background: #5c7315;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day:hover:not(.calendar__day--empty) {
  background: #fafafa;
  cursor: pointer;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__number {
  font-size: 14px;
  font-weight: 700;
  color: #13162f;
  margin-bottom: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__number {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3px;
  overflow-y: auto;
  max-height: calc(100% - 24px);
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events::-webkit-scrollbar {
  width: 4px;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events::-webkit-scrollbar-track {
  background: transparent;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 2px;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-bar-simple {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-bar-simple:hover {
  height: 8px;
  opacity: 0.8;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-bar-with-text {
  width: 100%;
  min-height: 24px;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-bar-with-text {
    min-height: 20px;
    padding: 3px 6px;
  }
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-bar-with-text:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-bar-with-text .event-bar__text {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-bar-with-text .event-bar__text {
    font-size: 9px;
    line-height: 1.2;
  }
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-item {
  background: #fff;
  border-left: 3px solid #5c7315;
  padding: 6px;
  border-radius: 4px;
  font-size: 11px;
  transition: all 0.2s ease;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-item {
    padding: 5px;
    font-size: 10px;
  }
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-item:hover {
  background: #5c7315;
  color: #fff;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-item:hover .event-item__meta span {
  color: #fff;
  background: rgba(255,255,255,0.2);
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-progress-bar {
  width: 100%;
  height: 4px;
  background: #5c7315;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-progress-bar:hover {
  height: 6px;
  background: #839e20;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-progress-bar .event-item__title {
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.2;
  font-size: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-progress-bar .event-item__title {
    margin-bottom: 3px;
    font-size: 9px;
    -webkit-line-clamp: 1;
  }
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-progress-bar .event-item__meta {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-progress-bar .event-item__meta span {
  font-size: 8px;
  padding: 2px 6px;
  border-radius: 8px;
  background: #f0f5e0;
  color: #5c7315;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.2s ease;
  line-height: 1.2;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-progress-bar .event-item__meta span {
    font-size: 7px;
    padding: 2px 4px;
  }
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-progress-bar .event-item__meta span.event-item__type {
  background: #e3f2fd;
  color: #1976d2;
}
section.section--agenda-global .agenda__calendar .calendar__grid .calendar__day .day__events .event-progress-bar .event-item__meta span.event-item__status {
  background: #f0f5e0;
  color: #5c7315;
}
section.section--agenda-global .agenda__legend {
  padding: 24px;
  background: #fafafa;
  border-radius: 8px;
}
section.section--agenda-global .agenda__legend h4 {
  font-size: 16px;
  margin-bottom: 16px;
  color: #13162f;
}
section.section--agenda-global .agenda__legend .legend__items {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 720px) {
  section.section--agenda-global .agenda__legend .legend__items {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 12px;
  }
}
section.section--agenda-global .agenda__legend .legend__items .legend__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #13162f;
}
section.section--agenda-global .agenda__legend .legend__items .legend__item .legend__color {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.section--agenda-global .agenda__legend .legend__items .legend__item .legend__color.legend__color--event {
  background: #f0f5e0;
  border: 2px solid #5c7315;
}
section.section--agenda-global .agenda__legend .legend__items .legend__item .legend__color.legend__color--today {
  background: #5c7315;
}
section.section--media .section__body .section__content {
  padding: 20px;
}
section.section--metrics-dashboard .section__header {
  text-align: center;
  margin-bottom: 40px;
}
section.section--metrics-dashboard .metrics__chart {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.08);
}
@media (max-width: 720px) {
  section.section--metrics-dashboard .metrics__chart {
    padding: 20px;
    margin-bottom: 20px;
  }
}
section.section--metrics-dashboard .metrics__chart .chart__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e2e2e2;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__chart .chart__header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 10px;
  }
}
section.section--metrics-dashboard .metrics__chart .chart__header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #13162f;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__chart .chart__header h4 {
    font-size: 16px;
  }
}
section.section--metrics-dashboard .metrics__chart .chart__header .chart__period .chart__period-label {
  font-size: 14px;
  color: #76777a;
  padding: 6px 12px;
  background: #fafafa;
  border-radius: 6px;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__chart .chart__header .chart__period .chart__period-label {
    font-size: 13px;
  }
}
section.section--metrics-dashboard .metrics__chart .chart__body .chart__bars {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 20px;
  height: 300px;
  padding: 20px 0;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__chart .chart__body .chart__bars {
    gap: 10px;
    height: 250px;
  }
}
section.section--metrics-dashboard .metrics__chart .chart__body .chart__bars .chart__bar-group {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  height: 100%;
}
section.section--metrics-dashboard .metrics__chart .chart__body .chart__bars .chart__bar-group .chart__bar-label {
  font-size: 14px;
  font-weight: 600;
  color: #76777a;
  -ms-flex-order: 3;
      order: 3;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__chart .chart__body .chart__bars .chart__bar-group .chart__bar-label {
    font-size: 12px;
  }
}
section.section--metrics-dashboard .metrics__chart .chart__body .chart__bars .chart__bar-group .chart__bar-container {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  -ms-flex-order: 2;
      order: 2;
}
section.section--metrics-dashboard .metrics__chart .chart__body .chart__bars .chart__bar-group .chart__bar-container .chart__bar {
  width: 100%;
  max-width: 80px;
  border-radius: 8px 8px 0 0;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__chart .chart__body .chart__bars .chart__bar-group .chart__bar-container .chart__bar {
    max-width: 60px;
  }
}
section.section--metrics-dashboard .metrics__chart .chart__body .chart__bars .chart__bar-group .chart__bar-container .chart__bar:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
section.section--metrics-dashboard .metrics__chart .chart__body .chart__bars .chart__bar-group .chart__bar-value {
  font-size: 16px;
  font-weight: 700;
  color: #13162f;
  -ms-flex-order: 1;
      order: 1;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__chart .chart__body .chart__bars .chart__bar-group .chart__bar-value {
    font-size: 14px;
  }
}
section.section--metrics-dashboard .metrics__summary {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.08);
  height: 100%;
}
@media (max-width: 720px) {
  section.section--metrics-dashboard .metrics__summary {
    padding: 20px;
  }
}
section.section--metrics-dashboard .metrics__summary .summary__header {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e2e2e2;
}
section.section--metrics-dashboard .metrics__summary .summary__header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #13162f;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__summary .summary__header h4 {
    font-size: 16px;
  }
}
section.section--metrics-dashboard .metrics__summary .summary__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px;
}
section.section--metrics-dashboard .metrics__summary .summary__body .summary__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 16px;
  padding: 16px;
  background: #fafafa;
  border-radius: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__summary .summary__body .summary__item {
    padding: 12px;
    gap: 12px;
  }
}
section.section--metrics-dashboard .metrics__summary .summary__body .summary__item:hover {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5c7315 0%, #839e20 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__icon {
    width: 45px;
    height: 45px;
  }
}
section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__icon .fa {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__icon .fa {
    font-size: 20px;
  }
}
section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__icon svg {
    width: 20px;
    height: 20px;
  }
}
section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__icon i {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__icon i {
    font-size: 20px;
  }
}
section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__content {
  -ms-flex: 1;
      flex: 1;
}
section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__content .summary__label {
  font-size: 13px;
  color: #76777a;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__content .summary__label {
    font-size: 12px;
  }
}
section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__content .summary__value {
  font-size: 20px;
  font-weight: 700;
  color: #13162f;
}
@media (max-width: 480px) {
  section.section--metrics-dashboard .metrics__summary .summary__body .summary__item .summary__content .summary__value {
    font-size: 18px;
  }
}
section.section--daily-stats {
  background: #fff;
}
section.section--daily-stats .section__header {
  text-align: center;
  margin-bottom: 40px;
}
section.section--daily-stats .section__header .section__description {
  max-width: 700px;
  margin: 0 auto;
}
section.section--daily-stats .stats-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.08);
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
@media (max-width: 720px) {
  section.section--daily-stats .stats-card {
    padding: 25px;
  }
}
section.section--daily-stats .stats-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
section.section--daily-stats .stats-card .stats-card__icon {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  section.section--daily-stats .stats-card .stats-card__icon {
    width: 60px;
    height: 60px;
  }
}
section.section--daily-stats .stats-card .stats-card__icon .fa {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 480px) {
  section.section--daily-stats .stats-card .stats-card__icon .fa {
    font-size: 28px;
  }
}
section.section--daily-stats .stats-card .stats-card__icon svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
@media (max-width: 480px) {
  section.section--daily-stats .stats-card .stats-card__icon svg {
    width: 28px;
    height: 28px;
  }
}
section.section--daily-stats .stats-card .stats-card__icon i {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 480px) {
  section.section--daily-stats .stats-card .stats-card__icon i {
    font-size: 28px;
  }
}
section.section--daily-stats .stats-card .stats-card__icon.stats-card__icon--green {
  background: linear-gradient(135deg, #66bb6a 0%, #43a047 100%);
  box-shadow: 0 4px 12px rgba(102,187,106,0.4);
}
section.section--daily-stats .stats-card .stats-card__icon.stats-card__icon--blue {
  background: linear-gradient(135deg, #42a5f5 0%, #1e88e5 100%);
  box-shadow: 0 4px 12px rgba(66,165,245,0.4);
}
section.section--daily-stats .stats-card .stats-card__icon.stats-card__icon--orange {
  background: linear-gradient(135deg, #ffa726 0%, #fb8c00 100%);
  box-shadow: 0 4px 12px rgba(255,167,38,0.4);
}
section.section--daily-stats .stats-card .stats-card__icon.stats-card__icon--purple {
  background: linear-gradient(135deg, #ab47bc 0%, #8e24aa 100%);
  box-shadow: 0 4px 12px rgba(171,71,188,0.4);
}
section.section--daily-stats .stats-card .stats-card__content {
  -ms-flex: 1;
      flex: 1;
}
section.section--daily-stats .stats-card .stats-card__content .stats-card__value {
  font-size: 42px;
  font-weight: 700;
  color: #13162f;
  line-height: 1;
  margin-bottom: 12px;
}
@media (max-width: 480px) {
  section.section--daily-stats .stats-card .stats-card__content .stats-card__value {
    font-size: 36px;
  }
}
section.section--daily-stats .stats-card .stats-card__content .stats-card__label {
  font-size: 14px;
  color: #76777a;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 500;
}
@media (max-width: 480px) {
  section.section--daily-stats .stats-card .stats-card__content .stats-card__label {
    font-size: 13px;
  }
}
section.section--daily-stats .stats-card .stats-card__content .stats-card__trend {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #43a047;
  background: rgba(102,187,106,0.1);
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
}
@media (max-width: 480px) {
  section.section--daily-stats .stats-card .stats-card__content .stats-card__trend {
    font-size: 12px;
    padding: 5px 10px;
  }
}
section.section--daily-stats .stats-card .stats-card__content .stats-card__trend .fa {
  font-size: 12px;
}
section.section--daily-stats .stats-card .stats-card__content .stats-card__trend svg {
  width: 12px;
  height: 12px;
  fill: currentColor;
}
section.section--daily-stats .stats-card .stats-card__content .stats-card__trend i {
  font-size: 12px;
}
@media (max-width: 480px) {
  section.section--daily-stats .stats-card .stats-card__content .stats-card__trend i {
    font-size: 11px;
  }
}
section.section--contact-form .contact__info {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.08);
  height: 100%;
}
@media (max-width: 720px) {
  section.section--contact-form .contact__info {
    padding: 25px;
    margin-bottom: 30px;
  }
}
section.section--contact-form .contact__info .contact__info-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e2e2e2;
}
section.section--contact-form .contact__info .contact__info-header h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 600;
  color: #13162f;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__info .contact__info-header h3 {
    font-size: 20px;
  }
}
section.section--contact-form .contact__info .contact__info-header p {
  margin: 0;
  font-size: 14px;
  color: #76777a;
  line-height: 1.6;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__info .contact__info-header p {
    font-size: 13px;
  }
}
section.section--contact-form .contact__info .contact__info-items {
  margin-bottom: 30px;
}
section.section--contact-form .contact__info .contact__info-items .contact__info-item {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__info .contact__info-items .contact__info-item {
    gap: 12px;
    margin-bottom: 20px;
  }
}
section.section--contact-form .contact__info .contact__info-items .contact__info-item:last-child {
  margin-bottom: 0;
}
section.section--contact-form .contact__info .contact__info-items .contact__info-item .info-item__icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(135deg, #5c7315 0%, #839e20 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(124,179,66,0.3);
}
@media (max-width: 480px) {
  section.section--contact-form .contact__info .contact__info-items .contact__info-item .info-item__icon {
    width: 45px;
    height: 45px;
  }
}
section.section--contact-form .contact__info .contact__info-items .contact__info-item .info-item__icon .fa {
  font-size: 22px;
  color: #fff;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__info .contact__info-items .contact__info-item .info-item__icon .fa {
    font-size: 20px;
  }
}
section.section--contact-form .contact__info .contact__info-items .contact__info-item .info-item__content {
  -ms-flex: 1;
      flex: 1;
}
section.section--contact-form .contact__info .contact__info-items .contact__info-item .info-item__content h4 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 600;
  color: #13162f;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__info .contact__info-items .contact__info-item .info-item__content h4 {
    font-size: 15px;
  }
}
section.section--contact-form .contact__info .contact__info-items .contact__info-item .info-item__content p {
  margin: 0 0 4px 0;
  font-size: 14px;
  color: #76777a;
  line-height: 1.5;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__info .contact__info-items .contact__info-item .info-item__content p {
    font-size: 13px;
  }
}
section.section--contact-form .contact__info .contact__info-items .contact__info-item .info-item__content p:last-child {
  margin-bottom: 0;
}
section.section--contact-form .contact__info .contact__map h4 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 600;
  color: #13162f;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__info .contact__map h4 {
    font-size: 16px;
  }
}
section.section--contact-form .contact__info .contact__map .map__container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
section.section--contact-form .contact__form-container {
  background: #fff;
  border-radius: 12px;
  padding: 35px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  border: 1px solid rgba(0,0,0,0.08);
}
@media (max-width: 720px) {
  section.section--contact-form .contact__form-container {
    padding: 25px;
  }
}
section.section--contact-form .contact__form-container .contact__form-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e2e2e2;
}
section.section--contact-form .contact__form-container .contact__form-header h3 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 600;
  color: #13162f;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form-header h3 {
    font-size: 20px;
  }
}
section.section--contact-form .contact__form-container .contact__form-header p {
  margin: 0;
  font-size: 14px;
  color: #76777a;
  line-height: 1.6;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form-header p {
    font-size: 13px;
  }
}
section.section--contact-form .contact__form-container .contact__form .form__row {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form .form__row {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
  }
}
section.section--contact-form .contact__form-container .contact__form .form__group {
  margin-bottom: 20px;
}
section.section--contact-form .contact__form-container .contact__form .form__group.form__group--half {
  -ms-flex: 1;
      flex: 1;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form .form__group.form__group--half {
    -ms-flex: none;
        flex: none;
  }
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #13162f;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form .form__group .form__label {
    font-size: 13px;
  }
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__label .required {
  color: #e74c3c;
  margin-left: 4px;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__input,
section.section--contact-form .contact__form-container .contact__form .form__group .form__select,
section.section--contact-form .contact__form-container .contact__form .form__group .form__textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  color: #13162f;
  transition: all 0.3s ease;
  background: #fff;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form .form__group .form__input,
  section.section--contact-form .contact__form-container .contact__form .form__group .form__select,
  section.section--contact-form .contact__form-container .contact__form .form__group .form__textarea {
    font-size: 13px;
    padding: 10px 14px;
  }
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__input:focus,
section.section--contact-form .contact__form-container .contact__form .form__group .form__select:focus,
section.section--contact-form .contact__form-container .contact__form .form__group .form__textarea:focus {
  outline: none;
  border-color: #5c7315;
  box-shadow: 0 0 0 3px rgba(92,115,21,0.2);
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__input::-webkit-input-placeholder,
section.section--contact-form .contact__form-container .contact__form .form__group .form__select::-webkit-input-placeholder,
section.section--contact-form .contact__form-container .contact__form .form__group .form__textarea::-webkit-input-placeholder {
  color: #bbb;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__input::-moz-placeholder,
section.section--contact-form .contact__form-container .contact__form .form__group .form__select::-moz-placeholder,
section.section--contact-form .contact__form-container .contact__form .form__group .form__textarea::-moz-placeholder {
  color: #bbb;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__input:-ms-input-placeholder,
section.section--contact-form .contact__form-container .contact__form .form__group .form__select:-ms-input-placeholder,
section.section--contact-form .contact__form-container .contact__form .form__group .form__textarea:-ms-input-placeholder {
  color: #bbb;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__input::placeholder,
section.section--contact-form .contact__form-container .contact__form .form__group .form__select::placeholder,
section.section--contact-form .contact__form-container .contact__form .form__group .form__textarea::placeholder {
  color: #bbb;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 10px;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__checkbox input[type="checkbox"] {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__checkbox label {
  font-size: 13px;
  color: #76777a;
  line-height: 1.6;
  cursor: pointer;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form .form__group .form__checkbox label {
    font-size: 12px;
  }
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__checkbox label a {
  color: #5c7315;
  text-decoration: underline;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__checkbox label a:hover {
  color: #839e20;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__radio-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 8px;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form .form__group .form__radio-group {
    gap: 10px;
  }
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__radio input[type="radio"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__radio label {
  font-size: 14px;
  color: #13162f;
  cursor: pointer;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form .form__group .form__radio label {
    font-size: 13px;
  }
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__file-upload {
  position: relative;
  margin-bottom: 8px;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__file-upload .form__file {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__file-upload .form__file-label {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #13162f;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form .form__group .form__file-upload .form__file-label {
    font-size: 13px;
    padding: 10px 16px;
  }
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__file-upload .form__file-label:hover {
  border-color: #5c7315;
  background: rgba(145,176,36,0.05);
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__file-upload .form__file-label .fa {
  color: #5c7315;
  font-size: 16px;
}
section.section--contact-form .contact__form-container .contact__form .form__group .form__help {
  font-size: 12px;
  color: #999;
  margin: 4px 0 0 0;
  line-height: 1.4;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form .form__group .form__help {
    font-size: 11px;
  }
}
section.section--contact-form .contact__form-container .contact__form .form__actions {
  margin-top: 25px;
}
section.section--contact-form .contact__form-container .contact__form .form__actions .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form .form__actions .btn {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 15px;
    padding: 12px 24px;
  }
}
section.section--contact-form .contact__form-container .contact__form .form__actions .btn .fa {
  font-size: 16px;
}
@media (max-width: 480px) {
  section.section--contact-form .contact__form-container .contact__form .form__actions .btn .fa {
    font-size: 15px;
  }
}
section.section--cosoc .section__body .section__content .section__title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  section.section--cosoc .section__body .section__content .section__title {
    font-size: 36px;
    line-height: 42px;
  }
}
section.section--cosoc-info .section__content .section__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  section.section--cosoc-info .section__content .section__title {
    font-size: 28px;
    line-height: 34px;
  }
}
section.section--cosoc-info .section__content p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  section.section--cosoc-info .section__body > .cols > .col-md-4 {
    padding-left: 40px;
  }
}
section.section--cosoc-info .section__links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
}
section.section--cosoc-info .section__links .link-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px 20px;
  background: #91b024;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
@media (min-width: 720px) {
  section.section--cosoc-info .section__links .link-item {
    padding: 18px 25px;
    font-size: 16px;
  }
}
section.section--cosoc-info .section__links .link-item:hover {
  background: #85a221;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
section.section--cosoc-info .section__links .link-item .fa {
  font-size: 14px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
section.section--cosoc-info .section__links .link-item:hover .fa {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
section.section--historial-cosoc .section__header {
  text-align: center;
  margin-bottom: 40px;
}
section.section--historial-cosoc .section__header .section__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media (min-width: 720px) {
  section.section--historial-cosoc .section__header .section__title {
    font-size: 28px;
    line-height: 34px;
  }
}
section.section--historial-cosoc .section__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}
@media (min-width: 720px) {
  section.section--historial-cosoc .section__filters {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
section.section--historial-cosoc .section__filters .filter__search {
  position: relative;
  -ms-flex: 1;
      flex: 1;
}
@media (min-width: 720px) {
  section.section--historial-cosoc .section__filters .filter__search {
    max-width: 500px;
  }
}
section.section--historial-cosoc .section__filters .filter__search .search-input {
  width: 100%;
  padding: 12px 45px 12px 15px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.3s ease;
}
section.section--historial-cosoc .section__filters .filter__search .search-input:focus {
  outline: none;
  border-color: #5c7315;
  box-shadow: 0 0 0 3px rgba(92,115,21,0.2);
}
section.section--historial-cosoc .section__filters .filter__search .fa-search {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
  font-size: 16px;
}
section.section--historial-cosoc .section__filters .filter__date .btn--filter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding: 12px 20px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #3e5749;
  transition: all 0.3s ease;
  cursor: pointer;
}
section.section--historial-cosoc .section__filters .filter__date .btn--filter:hover {
  border-color: #5c7315;
  color: #5c7315;
}
section.section--historial-cosoc .section__filters .filter__date .btn--filter .fa {
  font-size: 16px;
}
section.section--historial-cosoc .faq__categories--two-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 720px) {
  section.section--historial-cosoc .faq__categories--two-columns {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
section.section--historial-cosoc .faq__container {
  max-width: 100%;
}
section.section--historial-cosoc .faq__documents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
section.section--historial-cosoc .faq__documents .document-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding: 12px 15px;
  background: rgba(145,176,36,0.05);
  border-left: 3px solid #5c7315;
  border-radius: 6px;
  text-decoration: none;
  color: #3e5749;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}
section.section--historial-cosoc .faq__documents .document-link:hover {
  background: rgba(145,176,36,0.1);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
section.section--historial-cosoc .faq__documents .document-link .fa-file-pdf-o {
  color: #5c7315;
  font-size: 18px;
}
section.section--historial-cosoc .faq__documents .document-link .fa-external-link {
  margin-left: auto;
  font-size: 12px;
  color: #999;
}

/* ── historial-cosoc: sesion card layout ────────────────────────────────
   Overrides generic .section--faq rules, scoped to avoid breaking other
   FAQ instances elsewhere.
   ─────────────────────────────────────────────────────────────────────── */

/* Chevron out of flow so question__bottom can breathe */
section.section--historial-cosoc .faq__items .faq__question {
  position: relative;
  flex-wrap: wrap;
  padding-right: 55px;
}

/* question__content: alternate structure used in single-gobernanza_entidad.php */
section.section--historial-cosoc .faq__items .faq__question .question__content {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  min-width: 0;
}

section.section--historial-cosoc .faq__items .faq__question .question__meta {
  margin-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

section.section--historial-cosoc .faq__items .faq__question .question__meta .meta__fecha {
  color: #888;
  font-size: 13px;
  font-weight: 600;
}

html.dark-mode section.section--historial-cosoc .faq__items .faq__question .question__meta .meta__fecha {
  color: #b0b0b0 !important;
}


section.section--historial-cosoc .faq__items .faq__question .question__titulo {
  -ms-flex: 1 1 100%;
      flex: 1 1 100%;
  margin-bottom: 4px;
}

section.section--historial-cosoc .faq__items .faq__question .question__tipo {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-bottom: 10px;
}

/* Chevron pinned to vertical center of question header */
section.section--historial-cosoc .faq__items .faq__question .faq__icon {
  position: absolute;
  right: 20px;
  top: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section.section--historial-cosoc .faq__items .faq__question .question__bottom {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}

section.section--historial-cosoc .faq__items .faq__question .question__bottom .question__estado {
  margin-left: 0;
}

section.section--historial-cosoc .faq__items .faq__question .question__bottom .meta__fecha {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}



/* Open state: chevron rotation (target via faq__question sibling, not question__bottom) */
section.section--historial-cosoc .faq__items .faq__item.faq__open > .faq__question > .faq__icon i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Dark mode */
html.dark-mode section.section--historial-cosoc .faq__items .faq__question .faq__icon {
  background-color: rgba(201, 174, 239, 0.12) !important;
}

/* ── historial-cosoc: actividades hijas — diseño opción A ───────────────
   Scoped bajo section--historial-cosoc para no afectar otros .btn ni .badge
   ─────────────────────────────────────────────────────────────────────── */

/* Botón padre: ancho automático, sin min-width global */
section.section--historial-cosoc .actividad__actions .btn {
  min-width: auto;
  padding: 8px 18px;
  font-size: 13px;
  line-height: 1.4;
}

/* Card hija: borde sutil para separar del fondo */
section.section--historial-cosoc .actividad-hija {
  border: 1px solid #e8e8e8;
}

/* Link sutil para actividades hijas */
section.section--historial-cosoc .hija__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #5c7315;
  text-decoration: none;
  transition: color 0.15s;
  margin-top: 6px;
}
section.section--historial-cosoc .hija__link:hover {
  color: #315242;
}
section.section--historial-cosoc .hija__link .fa {
  font-size: 11px;
}

/* Dark mode — botón padre */
html.dark-mode section.section--historial-cosoc .actividad__actions .btn {
  background-color: #5c7315;
  border-color: #5c7315;
  color: #fff;
}
html.dark-mode section.section--historial-cosoc .actividad__actions .btn:hover {
  background-color: transparent;
  color: #5c7315;
}

/* Dark mode — link hija */
html.dark-mode section.section--historial-cosoc .hija__link {
  color: #b5d36f;
}
html.dark-mode section.section--historial-cosoc .hija__link:hover {
  color: #d4e89a;
}

/* Dark mode — card hija */
html.dark-mode section.section--historial-cosoc .actividad-hija {
  background: #1e2035;
  border-color: #2a2d45;
}
html.dark-mode section.section--historial-cosoc .actividad-hija__titulo {
  color: #e0e0e0;
}
html.dark-mode section.section--historial-cosoc .actividad-hija__fecha {
  color: #888;
}
html.dark-mode section.section--historial-cosoc .actividad-hija__desc {
  color: #999;
}

section.section--integrantes .section__header {
  text-align: center;
  margin-bottom: 50px;
}
section.section--integrantes .section__header .section__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  section.section--integrantes .section__header .section__title {
    font-size: 28px;
    line-height: 34px;
  }
}
section.section--integrantes .section__header p {
  max-width: 900px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
}
section.section--integrantes .integrantes__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 720px) {
  section.section--integrantes .integrantes__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
section.section--integrantes .integrante__item {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (min-width: 720px) {
  section.section--integrantes .integrante__item {
    gap: 25px;
  }
}
section.section--integrantes .integrante__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.section--integrantes .integrante__photo .photo-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #5c7315;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
}
@media (min-width: 720px) {
  section.section--integrantes .integrante__photo .photo-circle {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
}
section.section--integrantes .integrante__photo .photo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section--integrantes .integrante__info {
  -ms-flex: 1;
      flex: 1;
}
section.section--integrantes .integrante__info .integrante__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #3e5749;
  margin: 0 0 10px 0;
}
@media (min-width: 720px) {
  section.section--integrantes .integrante__info .integrante__name {
    font-size: 20px;
    line-height: 26px;
  }
}
section.section--integrantes .integrante__info p {
  font-size: 14px;
  line-height: 22px;
  color: #3e5749;
  margin: 0;
}
@media (min-width: 720px) {
  section.section--integrantes .integrante__info p {
    font-size: 15px;
    line-height: 24px;
  }
}
section.section--integrantes .section__footer {
  margin-top: 50px;
  text-align: center;
}
section.section--integrantes .section__footer .btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
}
section.section--integrantes .section__footer .btn .fa {
  font-size: 18px;
}
section.section--proceso-eleccion .section__header {
  text-align: center;
  margin-bottom: 50px;
}
section.section--proceso-eleccion .section__header .section__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}
@media (min-width: 720px) {
  section.section--proceso-eleccion .section__header .section__title {
    font-size: 28px;
    line-height: 34px;
  }
}
section.section--proceso-eleccion .proceso__timeline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 720px) {
  section.section--proceso-eleccion .proceso__timeline {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 0;
  }
}
section.section--proceso-eleccion .proceso__step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  max-width: 180px;
}
@media (max-width: 720px) {
  section.section--proceso-eleccion .proceso__step {
    -ms-flex-direction: row;
        flex-direction: row;
    max-width: none;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
  }
  section.section--proceso-eleccion .proceso__step:last-child {
    margin-bottom: 0;
  }
  section.section--proceso-eleccion .proceso__step:last-child:after {
    display: none;
  }
  section.section--proceso-eleccion .proceso__step:after {
    content: '';
    position: absolute;
    left: 39px;
    top: 80px;
    width: 2px;
    height: calc(100% - 50px);
    background: #e2e2e2;
  }
}
section.section--proceso-eleccion .proceso__step .step__circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
}
@media (max-width: 720px) {
  section.section--proceso-eleccion .proceso__step .step__circle {
    margin-bottom: 0;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
section.section--proceso-eleccion .proceso__step .step__circle .step__number {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}
section.section--proceso-eleccion .proceso__step:nth-child(4n+1) .step__circle {
  background: #3e5749;
}
section.section--proceso-eleccion .proceso__step:nth-child(4n+3) .step__circle {
  background: #00b4d8;
}
section.section--proceso-eleccion .proceso__step:nth-child(4n+5) .step__circle {
  background: #5c7315;
}
section.section--proceso-eleccion .proceso__step:nth-child(4n+7) .step__circle {
  background: #3e5749;
}
section.section--proceso-eleccion .proceso__step:nth-child(4n+9) .step__circle {
  background: #00b4d8;
}
@media (max-width: 720px) {
  section.section--proceso-eleccion .proceso__step .step__content {
    -ms-flex: 1;
        flex: 1;
  }
}
section.section--proceso-eleccion .proceso__step .step__content .step__title {
  font-size: 18px;
  font-weight: 600;
  color: #3e5749;
  margin: 0 0 8px 0;
}
html.dark-mode section.section--proceso-eleccion .proceso__step .step__content .step__title {
  color: #5c7315;
}
@media (max-width: 720px) {
  section.section--proceso-eleccion .proceso__step .step__content .step__title {
    font-size: 20px;
  }
}
section.section--proceso-eleccion .proceso__step .step__content p {
  font-size: 13px;
  line-height: 20px;
  color: #666;
  margin: 0;
}
html.dark-mode section.section--proceso-eleccion .proceso__step .step__content p {
  color: #999;
}
@media (max-width: 720px) {
  section.section--proceso-eleccion .proceso__step .step__content p {
    font-size: 14px;
    line-height: 22px;
  }
}
section.section--proceso-eleccion .proceso__arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #5c7315;
  font-size: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 720px) {
  section.section--proceso-eleccion .proceso__arrow {
    display: none;
  }
}
section.section--sesion-header {
  margin-top: 70px;
  background-color: #fafafa;
}
@media (min-width: 720px) {
  section.section--sesion-header {
    display: block;
    margin-top: 120px;
  }
}
section.section--sesion-header .sesion__info .sesion__title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #3e5749;
  margin: 0 0 10px 0;
}
html.dark-mode section.section--sesion-header .sesion__info .sesion__title {
  color: #5c7315;
  opacity: 0.8;
}
@media (min-width: 720px) {
  section.section--sesion-header .sesion__info .sesion__title {
    font-size: 28px;
    line-height: 34px;
  }
}
section.section--sesion-header .sesion__info .sesion__subtitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #3e5749;
  margin: 0 0 25px 0;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0,0,0,0.1);
}
html.dark-mode section.section--sesion-header .sesion__info .sesion__subtitle {
  color: #5c7315;
  opacity: 0.8;
}
@media (min-width: 720px) {
  section.section--sesion-header .sesion__info .sesion__subtitle {
    font-size: 24px;
    line-height: 30px;
  }
}
section.section--sesion-header .sesion__info .sesion__datos {
  margin-bottom: 20px;
}
section.section--sesion-header .sesion__info .sesion__datos h3 {
  font-size: 16px;
  font-weight: 600;
  color: #3e5749;
  margin: 0 0 12px 0;
}
html.dark-mode section.section--sesion-header .sesion__info .sesion__datos h3 {
  color: #5c7315;
  opacity: 0.8;
}
section.section--sesion-header .sesion__info .sesion__datos .datos__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.section--sesion-header .sesion__info .sesion__datos .datos__list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
}
section.section--sesion-header .sesion__info .sesion__datos .datos__list li:last-child {
  margin-bottom: 0;
}
section.section--sesion-header .sesion__info .sesion__datos .datos__list li .fa {
  color: #5c7315;
  width: 16px;
  text-align: center;
}
section.section--sesion-header .sesion__info .sesion__description {
  font-size: 14px;
  line-height: 22px;
  color: #3e5749;
  margin: 0;
}
@media (min-width: 720px) {
  section.section--sesion-header .sesion__info .sesion__description {
    font-size: 15px;
    line-height: 24px;
  }
}
section.section--sesion-header .sesion__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
  padding-left: 40px;
}
@media (max-width: 720px) {
  section.section--sesion-header .sesion__actions {
    margin-top: 30px;
    padding-left: 0;
  }
}
section.section--sesion-header .sesion__actions .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
section.section--sesion-header .sesion__actions .btn .fa {
  font-size: 18px;
}
section.section--sesion-header .sesion__actions .btn--download {
  background: #91b024;
  color: #fff;
}
section.section--sesion-header .sesion__actions .btn--download:hover {
  background: #839e20;
}
section.section--sesion-header .sesion__actions .btn--video {
  background: #c9a227;
  color: #fff;
}
section.section--sesion-header .sesion__actions .btn--video:hover {
  background: #b59223;
}
section.section--sesion-header .sesion__info .sesion__datos .datos__list li .link--maps {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  margin-left: 6px;
  font-size: 12px;
  color: #5c7315;
  white-space: nowrap;
  transition: color 0.2s;
  text-decoration: underline;
}
section.section--sesion-header .sesion__info .sesion__datos .datos__list li .link--maps:hover {
  color: #6d8a1a;
}
section.section--sesion-content h3 {
  font-size: 18px;
  font-weight: 600;
  color: #3e5749;
  margin: 0 0 20px 0;
}
html.dark-mode section.section--sesion-content h3 {
  color: #5c7315;
  opacity: 0.8;
}
@media (min-width: 720px) {
  section.section--sesion-content h3 {
    font-size: 20px;
  }
}
section.section--sesion-content .sesion__tabla {
  margin-bottom: 40px;
}
section.section--sesion-content .sesion__tabla ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.section--sesion-content .sesion__tabla ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #333;
}
@media (min-width: 720px) {
  section.section--sesion-content .sesion__tabla ul li {
    font-size: 15px;
    line-height: 24px;
  }
}
section.section--sesion-content .sesion__tabla ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #5c7315;
}
section.section--sesion-content .sesion__tabla ul li:last-child {
  margin-bottom: 0;
}
section.section--sesion-content .sesion__detalle {
  margin-bottom: 40px;
}
section.section--sesion-content .sesion__detalle p {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 20px 0;
}
@media (min-width: 720px) {
  section.section--sesion-content .sesion__detalle p {
    font-size: 15px;
    line-height: 26px;
  }
}
section.section--sesion-content .sesion__detalle p:last-child {
  margin-bottom: 0;
}
section.section--sesion-content .sesion__acuerdos ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.section--sesion-content .sesion__acuerdos ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
@media (min-width: 720px) {
  section.section--sesion-content .sesion__acuerdos ul li {
    font-size: 15px;
    line-height: 26px;
  }
}
section.section--sesion-content .sesion__acuerdos ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #5c7315;
}
section.section--sesion-content .sesion__acuerdos ul li:last-child {
  margin-bottom: 0;
}
section.section--sesion-content .sesion__documentos {
  margin-top: 40px;
}
section.section--sesion-content .sesion__documentos .documentos__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}
section.section--sesion-content .sesion__documentos .documentos__header h3 {
  margin: 0;
}
section.section--sesion-content .sesion__documentos .documentos__header .btn-download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  color: #5c7315;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
section.section--sesion-content .sesion__documentos .documentos__header .btn-download:hover {
  color: #839e20;
}
section.section--sesion-content .sesion__documentos .expediente__group {
  margin-bottom: 24px;
}
section.section--sesion-content .sesion__documentos .expediente__group:last-child {
  margin-bottom: 0;
}
section.section--sesion-content .sesion__documentos .expediente__group .expediente__group-title {
  font-size: 15px;
  font-weight: 600;
  color: #13162f;
  margin-bottom: 8px;
}
section.section--sesion-content .sesion__documentos .expediente__group .expediente__group-desc {
  font-size: 14px;
  color: #76777a;
  margin-bottom: 12px;
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  margin-bottom: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #5c7315;
}
@media (max-width: 720px) {
  section.section--sesion-content .sesion__documentos .documentos__list .documento__item,
  section.section--sesion-content .sesion__documentos .expediente__group .documento__item {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item:hover,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__icon,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__icon {
  width: 70px;
  height: 70px;
  border-radius: 8px;
  background: linear-gradient(135deg, #5c7315 0%, #839e20 100%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__icon,
  section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__icon {
    width: 60px;
    height: 60px;
  }
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__icon .fa,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__icon .fa {
  font-size: 32px;
  color: #fff;
}
@media (max-width: 480px) {
  section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__icon .fa,
  section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__icon .fa {
    font-size: 28px;
  }
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__content,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__content {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__content .documento__title,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__content .documento__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #13162f;
  line-height: 1.3;
}
@media (max-width: 480px) {
  section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__content .documento__title,
  section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__content .documento__title {
    font-size: 15px;
  }
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__content .documento__meta,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__content .documento__meta {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 480px) {
  section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__content .documento__meta,
  section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__content .documento__meta {
    gap: 12px;
  }
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__content .documento__meta span,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__content .documento__meta span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #76777a;
}
@media (max-width: 480px) {
  section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__content .documento__meta span,
  section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__content .documento__meta span {
    font-size: 12px;
  }
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__content .documento__meta span .fa,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__content .documento__meta span .fa {
  color: #5c7315;
  font-size: 14px;
}
@media (max-width: 480px) {
  section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__content .documento__meta span .fa,
  section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__content .documento__meta span .fa {
    font-size: 13px;
  }
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__actions,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__actions {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
}
@media (max-width: 480px) {
  section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__actions,
  section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__actions {
    width: 100%;
  }
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__actions .btn,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__actions .btn {
  white-space: nowrap;
}
@media (max-width: 480px) {
  section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__actions .btn,
  section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__actions .btn {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__actions .btn .fa,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__actions .btn .fa {
  margin-left: 8px;
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__actions .sbap-preview-btn,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__actions .sbap-preview-btn {
  cursor: pointer;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  padding: 6px 10px;
  transition: background 0.2s, border-color 0.2s;
}
section.section--sesion-content .sesion__documentos .documentos__list .documento__item .documento__actions .sbap-preview-btn:hover,
section.section--sesion-content .sesion__documentos .expediente__group .documento__item .documento__actions .sbap-preview-btn:hover {
  background: #f0f0f0;
  border-color: #bbb;
}
section.section--sesion-content .sesion__documentos .documentos__viewer {
  border-radius: 8px;
  overflow: hidden;
}
section.section--sesion-content .sesion__documentos .documentos__viewer .viewer__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #d4e8f0;
  cursor: pointer;
}
section.section--sesion-content .sesion__documentos .documentos__viewer .viewer__video.played .video-bg,
section.section--sesion-content .sesion__documentos .documentos__viewer .viewer__video.played .play {
  display: none;
}
section.section--sesion-content .sesion__documentos .documentos__viewer .viewer__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
section.section--sesion-content .sesion__documentos .documentos__viewer .viewer__video .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section.section--sesion-content .sesion__documentos .documentos__viewer .viewer__video .video-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section--sesion-content .sesion__documentos .documentos__viewer .viewer__video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 80px;
  height: 80px;
  background: #5c7315;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
@media (min-width: 720px) {
  section.section--sesion-content .sesion__documentos .documentos__viewer .viewer__video .play {
    width: 100px;
    height: 100px;
    font-size: 36px;
  }
}
section.section--sesion-content .sesion__documentos .documentos__viewer .viewer__video .play .fa {
  margin-left: 5px;
}
section.section--sesion-content .sesion__documentos .documentos__viewer .viewer__video:hover .play {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  background: #839e20;
}
section.section--sesion-content .sesion__galeria {
  margin-top: 40px;
}
section.section--sesion-content .sesion__galeria .galeria__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
}
section.section--sesion-content .sesion__galeria .galeria__header h3 {
  margin: 0;
}
section.section--sesion-content .sesion__galeria .galeria__header .btn-download {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 40px;
  height: 40px;
  color: #5c7315;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
section.section--sesion-content .sesion__galeria .galeria__header .btn-download:hover {
  color: #839e20;
}
section.section--sesion-content .sesion__galeria .galeria__main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  section.section--sesion-content .sesion__galeria .galeria__main {
    gap: 10px;
  }
}
section.section--sesion-content .sesion__galeria .galeria__viewer {
  -ms-flex: 1;
      flex: 1;
  position: relative;
  background: #d4e8f0;
  border-radius: 8px;
  overflow: hidden;
}
section.section--sesion-content .sesion__galeria .galeria__viewer .galeria__image {
  width: 100%;
  height: auto;
  min-height: 250px;
  max-height: 450px;
  object-fit: cover;
  display: block;
}
@media (min-width: 720px) {
  section.section--sesion-content .sesion__galeria .galeria__viewer .galeria__image {
    min-height: 350px;
  }
}
section.section--sesion-content .sesion__galeria .galeria__viewer .galeria__counter {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
}
section.section--sesion-content .sesion__galeria .galeria__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 50%;
  color: #3e5749;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 480px) {
  section.section--sesion-content .sesion__galeria .galeria__nav {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
section.section--sesion-content .sesion__galeria .galeria__nav:hover {
  background: #5c7315;
  border-color: #5c7315;
  color: #fff;
}
section.section--sesion-content .sesion__galeria .galeria__thumbs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media (max-width: 480px) {
  section.section--sesion-content .sesion__galeria .galeria__thumbs {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
section.section--sesion-content .sesion__galeria .galeria__thumb {
  position: relative;
  padding: 0;
  border: 3px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  background: none;
}
section.section--sesion-content .sesion__galeria .galeria__thumb:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.3);
  opacity: 1;
  transition: all 0.3s ease;
}
section.section--sesion-content .sesion__galeria .galeria__thumb:hover,
section.section--sesion-content .sesion__galeria .galeria__thumb.is-active {
  border-color: #5c7315;
}
section.section--sesion-content .sesion__galeria .galeria__thumb:hover:after,
section.section--sesion-content .sesion__galeria .galeria__thumb.is-active:after {
  opacity: 0;
}
section.section--sesion-content .sesion__galeria .galeria__thumb img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  display: block;
}
@media (min-width: 720px) {
  section.section--sesion-content .sesion__galeria .galeria__thumb img {
    height: 100px;
  }
}
.section--votacion-cosoc .votacion__container {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
html.dark-mode .section--votacion-cosoc .votacion__container {
  background: none;
  box-shadow: none;
  border: #666 solid 1px;
}
.section--votacion-cosoc .votacion__header {
  text-align: center;
  margin-bottom: 30px;
}
.section--votacion-cosoc .votacion__header h2 {
  color: #5c7315;
  margin-bottom: 15px;
  font-size: 28px;
}
.section--votacion-cosoc .votacion__header p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}
.section--votacion-cosoc .votacion__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .section--votacion-cosoc .votacion__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .section--votacion-cosoc .votacion__grid {
    grid-template-columns: 1fr;
  }
}
.section--votacion-cosoc .votacion__option {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.section--votacion-cosoc .votacion__option:hover {
  border-color: #5c7315;
  background: rgba(145,176,36,0.03);
}
.section--votacion-cosoc .votacion__option:hover .option__check {
  border-color: #5c7315;
}
.section--votacion-cosoc .votacion__option input {
  display: none;
}
.section--votacion-cosoc .votacion__option .option__check {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 0.25s ease;
}
.section--votacion-cosoc .votacion__option .option__check .fa {
  font-size: 12px;
  color: #fff;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: all 0.25s ease;
}
.section--votacion-cosoc .votacion__option input:checked ~ .option__check {
  background: #315242;
  border-color: #315242;
  box-shadow: 0 2px 8px rgba(49,82,66,0.4);
}
.section--votacion-cosoc .votacion__option input:checked ~ .option__check .fa {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.section--votacion-cosoc .votacion__option input:checked ~ .option__name {
  color: #315242;
  font-weight: 600;
}
.section--votacion-cosoc .votacion__option:has(input:checked) {
  border-color: #315242;
  background: linear-gradient(135deg, rgba(49,82,66,0.12), rgba(49,82,66,0.05));
  box-shadow: 0 4px 12px rgba(49,82,66,0.15);
}
.section--votacion-cosoc .votacion__option .option__name {
  font-size: 14px;
  color: #333;
  transition: all 0.2s ease;
  -ms-flex: 1;
      flex: 1;
}
.section--votacion-cosoc .votacion__actions {
  text-align: center;
  margin-top: 30px;
}
.section--votacion-cosoc .votacion__actions .btn-enviar-votacion {
  padding: 15px 40px;
  font-size: 16px;
}
.section--votacion-cosoc .votacion__actions .btn-enviar-votacion:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.section--votacion-cosoc .votacion__actions .btn-enviar-votacion .fa {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .section--votacion-cosoc .votacion__container {
    padding: 25px 20px;
  }
  .section--votacion-cosoc .votacion__header h2 {
    font-size: 22px;
  }
}
.slider {
  position: relative;
  width: 100%;
}
.slider .slider-slides {
  position: relative;
  overflow: hidden;
}
.slider .slide {
  position: relative;
  overflow: hidden;
  display: none;
}
.slider .slide.slide-current {
  display: block;
  z-index: 1;
}
.slider .slide.slide-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.slider .slider-bullets {
  display: block;
  position: absolute;
  z-index: 3;
  width: 100%;
  text-align: center;
  bottom: -40px;
}
@media (min-width: 720px) {
  .slider .slider-bullets {
    text-align: center;
    bottom: -40px;
  }
}
.slider .slider-bullets .slider-bullets-limit {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 720px) {
  .slider .slider-bullets .slider-bullets-limit {
    padding: 0 40px;
  }
}
.slider .slider-bullets .slider-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px;
  transition: 0.2s ease;
  background-color: rgba(0,0,0,0.3);
  opacity: 0.3;
}
.slider .slider-bullets .slider-bullet.slider-bullet-current {
  background-color: #315242;
  opacity: 1;
}
.slider .slider-bullets .slider-bullet:hover {
  cursor: pointer;
}
.slider .slider-navigation .slider-nav {
  position: absolute;
  background: #5c7315;
  color: #fff;
  opacity: 0.7;
  z-index: 3;
  width: 30px;
  height: 60px;
  line-height: 60px;
  border: 0;
  text-align: center;
  font-size: 150%;
  transition: 0.2s ease;
  top: 40%;
}
@media (min-width: 720px) {
  .slider .slider-navigation .slider-nav {
    opacity: 0.7;
    background: #5c7315;
    width: 35px;
    height: 60px;
    top: 50%;
    line-height: 60px;
    color: #fff;
    font-size: 150%;
    display: block;
    margin-top: -30px;
  }
}
.slider .slider-navigation .slider-nav.slider-nav-left {
  left: -5px;
}
@media (min-width: 720px) {
  .slider .slider-navigation .slider-nav.slider-nav-left {
    left: 20px;
  }
}
.slider .slider-navigation .slider-nav.slider-nav-right {
  right: -5px;
}
@media (min-width: 720px) {
  .slider .slider-navigation .slider-nav.slider-nav-right {
    right: 20px;
  }
}
.slider .slider-navigation .slider-nav:hover {
  cursor: pointer;
}
@media (min-width: 720px) {
  .slider .slider-navigation .slider-nav:hover {
    opacity: 1;
  }
}
.slider.slider-dir-left .slide.slide-current,
.slider.slider-dir-right .slide.slide-current {
  -webkit-animation: fadeIn 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          animation: fadeIn 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.slider.slider-dir-left .slide.slide-out,
.slider.slider-dir-right .slide.slide-out {
  -webkit-animation: fadeOut 0.5s cubic-bezier(0.77, 0, 0.175, 1) both;
          animation: fadeOut 0.5s cubic-bezier(0.77, 0, 0.175, 1) both;
}
.tabs .tabs__header {
  display: block;
  text-align: center;
  color: #000;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 0 20px;
  line-height: 42px;
  margin-right: -20px;
}
@media (min-width: 720px) {
  .tabs .tabs__header {
    padding: 0 40px;
    margin-right: initial;
  }
}
@media (min-width: 960px) {
  .tabs .tabs__header {
    overflow: visible;
    white-space: normal;
  }
}
.tabs .tabs__header .tab {
  position: relative;
  padding: 10px 0;
  margin: 0px 17px;
  margin-left: 0;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  transition: 0.2s ease;
  background-color: transparent;
  border: 1px solid #5c7315;
  color: #5c7315;
  padding: 5px 20px;
  font-weight: 400;
  border-radius: 50px;
}
@media (min-width: 480px) {
  .tabs .tabs__header .tab {
    margin: 0px 10px;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 30px;
  }
}
.tabs .tabs__header .tab:hover {
  cursor: pointer;
  text-decoration: none;
  background: #5c7315;
  color: #fff;
}
.tabs .tabs__header .tab.tab--current {
  background: #5c7315;
  color: #fff;
}
.tabs .tabs__header.tabs__header--red {
  padding: 0px 0px 50px;
  margin: 60px 0px;
  border-bottom: 1px solid #b2b2b2;
}
.tabs .tabs__body {
  background: transparent;
  margin: 0 auto;
  text-align: center;
}
.tabs .tabs__body .tab {
  display: none;
}
.tabs .tabs__body .tab.tab--current {
  display: block;
}
.tabs.tabs--login .tabs__header {
  min-height: initial;
}
.tabs.tabs--login .tabs__header .tab {
  font-size: 16px;
  line-height: 18px;
  border-radius: 0;
  position: relative;
  border: none;
  color: #13162f;
  opacity: 0.3;
}
.tabs.tabs--login .tabs__header .tab span {
  float: left;
  margin-right: 10px;
  padding: 1px 3px;
  background-color: #76777a;
  color: #76777a;
  font-size: 14px;
  line-height: 16px;
}
.tabs.tabs--login .tabs__header .tab:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 5px;
  background-color: $color_terciary;
  transition: 0.3s;
}
.tabs.tabs--login .tabs__header .tab.tab--current {
  background-color: initial;
  color: #13162f;
  opacity: 1;
}
.tabs.tabs--login .tabs__header .tab.tab--current:after {
  width: 100%;
}
.tabs.tabs--login .tabs__header .tab.tab--current span {
  opacity: 1;
  background-color: $color_terciary;
  color: #fff;
}
.tabs.tabs--login .tabs__header .tab .form__option {
  z-index: 5;
}
.tabs.tabs--payment .tabs__header {
  min-height: initial;
  text-align: left;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.tabs.tabs--payment .tabs__header .tab {
  font-size: 16px;
  line-height: 18px;
  border-radius: 0;
  position: relative;
  border: none;
  color: #13162f;
  opacity: 0.3;
  padding: 0;
}
.tabs.tabs--payment .tabs__header .tab span {
  float: left;
  margin-right: 10px;
  padding: 3px 5px;
  background-color: #76777a;
  color: #76777a;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid rgba(0,0,0,0.6);
  position: relative;
  top: -3px;
}
.tabs.tabs--payment .tabs__header .tab.tab--current {
  background-color: initial;
  color: #13162f;
  opacity: 1;
}
.tabs.tabs--payment .tabs__header .tab.tab--current span {
  opacity: 1;
  background-color: $color_terciary;
  color: #fff;
  border-color: $color_terciary;
}
.tabs.tabs--payment .tabs__header .tab .form__option {
  z-index: 5;
}
.wp {
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  color: #13162f;
}
.wp p {
  font-weight: 400;
  margin-bottom: 20px;
  color: #13162f;
  opacity: 0.8;
}
@media (min-width: 720px) {
  .wp p {
    font-size: 16px;
    line-height: 24px;
  }
}
.wp img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .wp img.alignright {
    float: right;
    margin-left: 40px;
  }
}
@media (min-width: 960px) {
  .wp img.alignleft {
    float: left;
    margin-right: 40px;
  }
}
.wp img.aligncenter {
  margin: 0 auto;
}
.wp h1,
.wp h2,
.wp h3,
.wp h4,
.wp p,
.wp ol,
.wp ul,
.wp table,
.wp blockquote,
.wp pre,
.wp iframe {
  margin-bottom: 20px;
}
.wp h1:last-child,
.wp h2:last-child,
.wp h3:last-child,
.wp h4:last-child,
.wp p:last-child,
.wp ol:last-child,
.wp ul:last-child,
.wp table:last-child,
.wp blockquote:last-child,
.wp pre:last-child,
.wp iframe:last-child {
  margin-bottom: 20px;
}
.wp h1,
.wp h2,
.wp h3,
.wp h4,
.wp h5 {
  font-weight: bold;
}
.wp ol {
  list-style-type: decimal;
  margin-left: 20px;
}
.wp ul {
  margin: 10px 20px;
}
.wp ul li {
  margin-bottom: 10px;
  position: relative;
  opacity: 0.8;
  font-size: 16px;
  line-height: 22px;
}
.wp ul li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  left: 0;
  color: #5c7315;
}
.wp blockquote {
  padding: 10px 10px;
  padding-left: 20px;
  border-left: 2px solid color;
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
  position: relative;
  border-left: 4px solid $color_quaternary;
  margin-bottom: 20px;
}
.wp pre {
  background: rgba(0,0,0,0.05);
  padding: 10px sep;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.wp a {
  text-decoration: none;
}
.wp a:hover:not(.btn) {
  text-decoration: underline;
}

/* section--cards-imagen */
.section--cards-imagen {
  padding: 40px 0;
}
.section--cards-imagen .section__wrap {
  padding: 20px;
}
.section--cards-imagen .cards-imagen__grid {
  display: grid;
  gap: 12px;
}
.section--cards-imagen .cards-imagen__grid.cols--1 { grid-template-columns: 1fr; }
.section--cards-imagen .cards-imagen__grid.cols--2 { grid-template-columns: repeat(2, 1fr); }
.section--cards-imagen .cards-imagen__grid.cols--3 { grid-template-columns: repeat(3, 1fr); }
.section--cards-imagen .cards-imagen__grid.cols--4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 600px) {
  .section--cards-imagen .cards-imagen__grid.cols--3,
  .section--cards-imagen .cards-imagen__grid.cols--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .section--cards-imagen .cards-imagen__grid {
    grid-template-columns: 1fr !important;
  }
}
.section--cards-imagen .card-imagen {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 160px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #1a2a40;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.section--cards-imagen .card-imagen:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  text-decoration: none;
  color: #fff;
}
.section--cards-imagen .card-imagen__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 60%, transparent 100%);
  border-radius: 4px;
}
.section--cards-imagen .card-imagen__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  padding: 16px 14px;
  text-align: right;
}
.section--cards-imagen .card-imagen__icon {
  display: block;
  margin-bottom: 8px;
  font-size: 28px;
  opacity: 0.9;
}
.section--cards-imagen .card-imagen__text {
  display: block;
  font-size: 15px;
  line-height: 1.35;
  text-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.section--cards-imagen .card-imagen__text strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

/* section--enlaces-institucionales */
.section--enlaces-institucionales {
  padding: 40px 0;
}
.section--enlaces-institucionales .section__wrap{
  padding: 20px;
}
.section--enlaces-institucionales .enlaces-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section--enlaces-institucionales .enlace-card {
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 14px 20px 18px;
  text-decoration: none;
  color: #13162f;
  font-size: 15px;
  text-align: center;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.section--enlaces-institucionales .enlace-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transform: translateY(-1px);
  text-decoration: none;
  color: #13162f;
}
.section--enlaces-institucionales .enlace-card__text {
  display: block;
  line-height: 1.4;
}
.section--enlaces-institucionales .enlace-card__stripe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #003f8a 50%, #d52b1e 50%);
}

/* =============================================
   TAB COMENTARIOS - section--tabs-participation
   ============================================= */

section.section--tabs-participation .section__comentarios .comentarios__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
section.section--tabs-participation .section__comentarios .comentarios__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #13162f;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
section.section--tabs-participation .section__comentarios .comentarios__count {
  background: #5c7315;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 20px;
  line-height: 1.6;
}
/* Auth notice */
section.section--tabs-participation .section__comentarios .comentarios__auth-notice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
  background: #f5f7f0;
  border: 1px solid #d4e298;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #555;
}
section.section--tabs-participation .section__comentarios .comentarios__auth-notice .fa {
  font-size: 20px;
  color: #5c7315;
  flex-shrink: 0;
}
section.section--tabs-participation .section__comentarios .comentarios__auth-notice a {
  color: #5c7315;
  font-weight: 600;
  text-decoration: none;
}
section.section--tabs-participation .section__comentarios .comentarios__auth-notice a:hover {
  text-decoration: underline;
}
/* New comment form */
section.section--tabs-participation .section__comentarios .comentarios__form-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: flex-start;
      align-items: flex-start;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 24px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
section.section--tabs-participation .section__comentarios .comentarios__form-avatar {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e8f0d0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
section.section--tabs-participation .section__comentarios .comentarios__form-avatar .fa {
  font-size: 22px;
  color: #5c7315;
}
section.section--tabs-participation .section__comentarios .comentarios__form-body {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
section.section--tabs-participation .section__comentarios .comentarios__textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #13162f;
  resize: vertical;
  transition: border-color 0.2s;
  font-family: inherit;
  box-sizing: border-box;
}
section.section--tabs-participation .section__comentarios .comentarios__textarea:focus {
  outline: none;
  border-color: #5c7315;
  box-shadow: 0 0 0 3px rgba(92,115,21,0.2);
}
section.section--tabs-participation .section__comentarios .comentarios__textarea--sm {
  font-size: 13px;
  rows: 2;
  min-height: 60px;
}
section.section--tabs-participation .section__comentarios .comentarios__form-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 8px;
  gap: 8px;
}
section.section--tabs-participation .section__comentarios .comentarios__char-count {
  font-size: 12px;
  color: #aaa;
}
/* Comments list */
section.section--tabs-participation .section__comentarios .comentarios__empty,
section.section--tabs-participation .section__comentarios .comentarios__error {
  text-align: center;
  padding: 40px 20px;
  color: #999;
  font-size: 15px;
}
section.section--tabs-participation .section__comentarios .comentarios__error {
  color: #e74c3c;
}
/* Comment item */
section.section--tabs-participation .section__comentarios .comentario__item {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #f0f0f0;
}
section.section--tabs-participation .section__comentarios .comentario__item:last-child {
  border-bottom: none;
}
section.section--tabs-participation .section__comentarios .comentario__avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e8f0d0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
section.section--tabs-participation .section__comentarios .comentario__avatar .fa {
  font-size: 20px;
  color: #5c7315;
}
section.section--tabs-participation .section__comentarios .comentario__content {
  -ms-flex: 1;
      flex: 1;
  min-width: 0;
}
section.section--tabs-participation .section__comentarios .comentario__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
section.section--tabs-participation .section__comentarios .comentario__name {
  font-weight: 600;
  font-size: 14px;
  color: #13162f;
}
section.section--tabs-participation .section__comentarios .comentario__text {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
  margin: 0 0 8px 0;
  word-break: break-word;
  text-align: justify;
}
/* Actions row */
section.section--tabs-participation .section__comentarios .comentario__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
section.section--tabs-participation .section__comentarios .comentario__like-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 5px;
  background: none;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 13px;
  color: #76777a;
  cursor: pointer;
  transition: all 0.15s;
  line-height: 1;
}
section.section--tabs-participation .section__comentarios .comentario__like-btn:hover:not(:disabled) {
  border-color: #5c7315;
  color: #5c7315;
  background: #f5f7f0;
}
section.section--tabs-participation .section__comentarios .comentario__like-btn--liked {
  border-color: #5c7315;
  color: #5c7315;
  background: #f5f7f0;
  font-weight: 600;
}
section.section--tabs-participation .section__comentarios .comentario__like-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
section.section--tabs-participation .section__comentarios .comentario__like-count {
  font-size: 12px;
  font-weight: 600;
}
section.section--tabs-participation .section__comentarios .comentario__reply-btn {
  background: none;
  border: none;
  font-size: 13px;
  color: #76777a;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
  line-height: 1;
}
section.section--tabs-participation .section__comentarios .comentario__reply-btn:hover {
  color: #5c7315;
  background: #f5f7f0;
}
section.section--tabs-participation .section__comentarios .comentario__delete-btn {
  background: none;
  border: none;
  font-size: 13px;
  color: #bbb;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
  line-height: 1;
}
section.section--tabs-participation .section__comentarios .comentario__delete-btn:hover {
  color: #e74c3c;
  background: #fef0ef;
}
/* Inline reply form */
section.section--tabs-participation .section__comentarios .comentario__reply-form {
  margin-top: 10px;
  padding-top: 10px;
}
/* Nested replies */
section.section--tabs-participation .section__comentarios .comentario__respuestas {
  margin-top: 8px;
  padding-left: 16px;
  border-left: 2px solid #e8f0d0;
}
section.section--tabs-participation .section__comentarios .comentario__item--reply .comentario__avatar {
  width: 30px;
  height: 30px;
}
section.section--tabs-participation .section__comentarios .comentario__item--reply .comentario__avatar .fa {
  font-size: 17px;
}
section.section--tabs-participation .section__comentarios .comentario__item--reply .comentario__name {
  font-size: 13px;
}
section.section--tabs-participation .section__comentarios .comentario__item--reply .comentario__text {
  font-size: 13px;
}
@media (max-width: 480px) {
  section.section--tabs-participation .section__comentarios .comentarios__form-wrapper {
    gap: 8px;
    padding: 12px;
  }
  section.section--tabs-participation .section__comentarios .comentario__item {
    gap: 8px;
  }
  section.section--tabs-participation .section__comentarios .comentarios__title {
    font-size: 17px;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

