/*
  Theme Name: ONU DH COLOMBIA
  Author: Nodo
  Author URI: http://nodo.pw/
  Description: Hoja de estilos de la página de 
  Version: 1.0
  */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family: system-ui, -apple-system,
    /* Firefox supports this but not yet `system-ui` */ "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

:root {
  --black: #000;
  --black-transparency: rgba(0, 0, 0, 0.161);
  --white: #fff;
  --white-transparency: rgba(255, 255, 255, 0.9);
  --white-400: #fcfcfc;
  --gray-400: #f5f5f1;
  --gray-500: #d9d9d9;
  --gray-600: #b9b6b6;
  --gray-700: #707070;
  --blue-100: #e7f7ff;
  --blue-official: #0064aa;
  --blue-official-2: #0094d2;
  --blue-official-3: #32c1fb;
  --blue-400: var(--blue-official-3);
  --blue-400-opacity: rgba(50, 193, 251, 0.933);
  --blue-500: var(--blue-official-3);
  --blue-600: var(--blue-official);
  --blue-700: var(--blue-official-2);
  --blue-750: var(--blue-official);
  --blue-800: var(--blue--oficial);
  --blue-transparency: rgba(25, 119, 191, 0.4);
  --green-400: #2ea367;
  --yellow-600: #f8a232;
  --font-primary: Roboto, Helvetica, sans-serif;
  --font-n: 16px;
  --font-sm: 0.75rem;
  --font-sm-x: 0.625;
  --font-md: 1.125rem;
  --font-lg: 1.25rem;
  --font-lg-x: 1.5rem;
  --font-hg: 2.8125rem;
  --title-1: 500 var(--font-lg-x, 24px) / 1.33 var(--font-primary);
  --title-2: 700 var(--font-lg, 20px) / 1.25 var(--font-primary);
  --title-3: 700 var(--font-md, 18px) / 1 var(--font-primary);
  --title-4: 500 var(--font-n, 16px) / 1.3125 var(--font-primary);
  --title-5: 300 var(--font-n, 16px) / 1.125 var(--font-primary);
  --text: 300 var(--font-n, 16px) / 1.3125 var(--font-primary);
  --text-md: 400 var(--font-md, 18px) / 1.27 var(--font-primary);
  --text-white: var(--text-md);
  --text-banner: 700 var(--font-hg) / 1.22 var(--font-primary);
  --line-height: 1rem;
  --line-height-sm: 0.8125rem;
  --line-height-md: 1.125rem;
  --line-height-lg: 1.25rem;
  --line-height-lg-x: 1.5rem;
  --line-height-hg: 2rem;
  --line-height-hg-x: 3.125;
  --border-radius-sm: 0.25rem;
  --border-radius: 0.5rem;
  --border-radius-md: 0.75rem;
  --border-radius-lg: 1rem;
  --border-radius-lg-x: 1.5rem;
  --border-radius-hg: 2rem;
  --border-radius-hg-x: 5.4375rem;
  --padding: 0.5rem;
  --padding-sm: 0.25rem;
  --padding-md: 0.75rem;
  --padding-lg: 1rem;
  --padding-lg-x: 1.5rem;
  --font-size: 1rem;
}
html {
  font-size: var(--font-n);
  scroll-behavior: smooth;
  transition: font-size 0.25s;
}
body {
  font: var(--font-n) / var(--line-height-md) var(--font-primary);
  line-height: 1.6;
  background: var(--gray-400);
  margin: 0;
}
a {
  word-break: break-word;
}
strong {
  font-weight: 500;
}
h2 {
  line-height: 1.2;
}
blockquote {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-weight: 500;
  text-align: center;
  color: var(--blue-600);
}
@media screen and (max-width: 420px) {
  blockquote {
    flex-direction: column;
    gap: 0.25rem;
  }
}
blockquote::before,
blockquote::after {
  font-size: 8rem;
  line-height: 1;
}
@media screen and (max-width: 420px) {
  blockquote::before,
  blockquote::after {
    font-size: 4rem;
    line-height: 0;
    margin-top: 2rem;
  }
}
blockquote::before {
  content: "\201c";
}
blockquote::after {
  content: "\201d";
}
blockquote.small {
  max-width: 70%;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin: 1rem 0;
  height: 2px;
  border: 0 !important;
  background: var(--blue-500);
}
button {
  cursor: pointer;
}

.main {
  margin-left: auto;
  margin-right: auto;
  background: var(--gray-400);
}
.main h2 {
  font-weight: 500;
}
.title-rounded-blue {
  width: max-content;
  padding: 0.25rem 1rem;
  font: var(--title-1);
  border-radius: 0 var(--border-radius-lg);
  background: var(--blue-400);
  color: var(--white);
}
.paginator {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
}
.paginator li {
  display: inline-grid;
  place-items: center;
  width: 1.75rem;
  height: 1.75rem;
  line-height: 0;
  border-radius: 50%;
  color: var(--blue-600);
}
.paginator li.active {
  color: var(--white);
  background: var(--blue-600);
}
.paginator a {
  text-decoration: none;
  color: inherit;
}
.informes__widgets form {
  margin: 1rem 0;
}
.informes__widgets button {
  display: block;
  width: 100%;
  padding: 1rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid var(--blue-600);
  border-radius: var(--border-radius-hg);
  background: var(--gray-400);
  color: var(--blue-600);
}
.informs__container {
  border-top-left-radius: 1rem;
}
.informs__container > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem auto;
  padding: 1rem;
  font-size: var(--font-sm);
  font-weight: 600;
  text-decoration: none;
  border-radius: var(--border-radius-hg);
  background: var(--white);
  color: var(--blue-600);
}
.informs__container > a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: url("imgs/icons/icon__chevron-right-circled.png") no-repeat
    center/cover;
}
.informs__container p {
  width: inherit;
  padding: 0.5rem;
  margin: 0;
  text-align: center;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  background: var(--blue-400);
  color: var(--white);
}
.informs__container h3 {
  margin: 0;
  background: var(--blue-100);
}
.informs__container {
  display: grid;
  place-items: center;
  width: 100%;
}
.informs__list {
  display: flex;
  width: 100%;
  overflow: hidden;
  scroll-behavior: smooth;
}
.informs__list div {
  flex: 1 0 100%;
  background: var(--blue-300);
}
.informs__list div h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0.25rem 0;
  font-weight: 300;
}
.informs__list div h3 a {
  padding: 0;
}
.informs__list div ul {
  list-style: none;
  height: 7.25rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  background: var(--white);
  overflow-y: auto;
}
.informs__list div ul li {
  text-align: center;
}
.informs__list div ul li a {
  display: block;
  padding: 1rem 0.5rem;
  font-weight: 300;
  font-size: var(--font-n);
  text-decoration: none;
  border-radius: 0 !important;
  color: currentColor;
  cursor: pointer;
}
.informs__list div ul li a.active {
  background: var(--blue-400);
  color: var(--white);
}
.list__filter {
  min-width: 18rem;
  margin: auto;
}
.list__filter button {
  transition: box-shadow 0.25s;
}
.list__filter button:hover {
  box-shadow: 0 0 20px var(--gray-500);
}
.custom-select {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem 0;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 2rem;
  background: var(--blue-600);
  color: var(--white);
}
.custom-select .input-tags {
  flex: 1;
  margin: 0.45rem 0;
  padding: 0 0.5rem 0 0.25rem;
  background: none;
  border: 0;
  color: inherit;
  outline: 0;
}
.custom-select .input-tags:focus {
  box-shadow: none;
}
.custom-select .filter-icon {
  position: absolute;
  top: 1.05rem;
  right: 1rem;
  cursor: pointer;
}
.custom-select .tag {
  margin: 0.25rem 0.15rem;
  padding: 0.1rem 1rem;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid var(--white);
  border-radius: var(--border-radius-lg);
  white-space: nowrap;
  color: var(--white);
  cursor: pointer;
  user-select: none;
}
.custom-select .tag:hover {
  border-color: var(--blue-400);
  color: var(--blue-400);
}
.custom-select .tags-drop {
  display: inline-block;
  list-style: none;
  width: 100%;
  padding: 0;
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  background: var(--white);
  position: absolute;
  top: calc(100% - 1rem);
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
.custom-select .tags-drop.active {
  opacity: 1;
  pointer-events: auto;
  max-height: 20rem;
  overflow-y: auto;
}
.custom-select .tags-drop li {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid var(--gray-500);
  color: var(--blue-600);
  cursor: pointer;
}
.custom-select .tags-drop li:hover,
.custom-select .tags-drop li:focus {
  background: var(--blue-100);
}
.modal {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transition: opacity 0.5s;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
  user-select: auto;
}
.modal__container {
  position: relative;
  width: min(calc(100vw - 2rem), 60rem);
  height: min(100vh - 4rem, 30rem);
  background: var(--white);
  border-radius: var(--border-radius);
}
.modal__content {
  padding: 2rem;
}
.modal__content h3 {
  width: fit-content;
}
.modal__content img {
  width: 20rem;
  max-width: 100%;
}
.modal__text {
  max-height: 12rem;
  overflow-y: auto;
}
.modal__close {
  position: absolute;
  top: -3.5rem;
  right: -1rem;
  font-size: 3rem;
  color: var(--white);
  cursor: pointer;
}
.modal .question {
  font-weight: 500;
  font-size: var(--font-lg);
  line-height: 1.2;
  margin-bottom: 1rem;
}
div p.starred {
  max-width: unset !important;
  padding: var(--padding-lg);
  border-radius: var(--border-radius-lg) 0 var(--border-radius-lg) 0;
  background: var(--blue-600);
  color: var(--white) !important;
}
div p.starred a {
  font-weight: 500;
  color: var(--white);
}
.phrases {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 75rem;
  margin: 0 auto 1.25rem;
  padding: 0.25rem 1rem;
  border-radius: 0 var(--border-radius-md);
  background: var(--blue-500);
  color: var(--white);
}
section.informes-single figure div.phrases {
  padding: 0.5rem;
  margin-block: 1rem;
  background-color: var(--blue-500) !important;
  color: var(--white) !important;
}
@media screen and (max-width: 640px) {
  .phrases {
    flex-direction: column;
    gap: 0;
  }
  .phrases *:not(img) {
    display: none;
  }
}
.phrases img {
  display: block;
  height: 48px;
  width: max-content;
  border-radius: 2px;
  object-fit: cover;
  object-position: top center;
}
@media screen and (max-width: 640px) {
  .phrases img {
    height: unset;
    max-width: 250px;
    max-height: 250px;
    object-fit: contain;
  }
}
.phrases p {
  margin: 0;
  line-height: 1.4;
}
.phrases a {
  text-decoration: none;
  color: var(--white);
}
.video-s {
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: auto !important;
  aspect-ratio: 16/9;
  margin-inline: auto;
  height: auto;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-width: 8rem;
  padding: 0.5rem 1.25rem;
  text-decoration: none;
  border: 1px solid transparent;
  background: var(--white);
  color: var(--blue-600);
  border: 1px solid var(--blue-600);
  border-radius: var(--border-radius-lg-x);
}
.button.floated-right {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.header {
  position: relative;
  background: var(--blue-600);
}
.header img {
  max-height: 6.25rem;
}
@media screen and (max-width: 720px) {
  .header img {
    max-height: 4rem;
  }
}
.header button {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin: 0;
  padding: 0.6rem;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .header button {
    top: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .header button {
    display: flex;
  }
}
.header button span {
  display: block;
  width: 1rem;
  height: 2px;
  background: var(--blue-600);
  transition: transform 0.25s;
}
.header button.active span:nth-child(1) {
  transform-origin: 50% 50%;
  transform: translateY(0.3rem) rotate(45deg);
}
.header button.active span:nth-child(2) {
  display: none;
}
.header button.active span:nth-child(3) {
  transform-origin: 50% 50%;
  transform: translateY(-0.325rem) rotate(-45deg);
}
/*@media screen and (max-width: 720px) {
  .header .logo-rights {
    display: none;
  }
}*/
.header__container,
.contact__container {
  display: flex;
  align-items: center;
  gap: 50px;
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.5rem 0;
  background: url("imgs/background__header-onu.svg") no-repeat center top/cover;
  color: var(--white);
}
@media screen and (max-width: 640px) {
  .header__container {
    gap: 20px;
  }
}
.social-icons {
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: end;
  gap: 0.5rem;
}
@media screen and (max-width: 500px) {
  .social-icons {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .social-icons {
    margin-right: 1.5rem;
  }
}
.social-icons form {
  grid-column-start: span 4;
  justify-self: end;
}
.social-icons input {
  padding: var(--padding);
  border: 0;
  height: 32px;
  width: 32px;
  border-radius: var(--border-radius-hg);
  background: var(--white) url("imgs/icons/icon__search-white.png") no-repeat
    right center;
  color: transparent;
  cursor: pointer;
  /*transform: translateY(-2px);*/
  transition: width 0.25s linear, border-radius 0.25s linear;
}
.social-icons input::placeholder {
  color: transparent;
}
.social-icons input:focus,
.social-icons input:hover {
  width: 10rem;
  border-radius: 0;
  border-top-right-radius: var(--border-radius-lg);
  color: var(--black);
}
.social-icons input:focus::placeholder,
.social-icons input:hover::placeholder {
  color: var(--black);
}
.breadcrumb {
  padding-top: 1rem;
  background: var(--gray-400);
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1280px) {
  .breadcrumb ul {
    padding-left: 1.5rem;
    font-size: var(--font-sm);
  }
}
.breadcrumb ul li {
  font-size: var(--font-sm);
}
.breadcrumb ul li:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--blue-600);
}
.breadcrumb ul li:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("imgs/icons/icon__chevron-right.png") no-repeat center/contain;
}
.breadcrumb ul a {
  font-weight: 500;
  text-decoration: none;
  color: inherit;
}
.navbar {
  background: var(--gray-400);
  box-shadow: 0 3px 16px var(--black-transparency);
  position: relative;
}
.navbar__header {
  display: none;
}
.navbar .buttons {
  display: none;
}
.navbar__search {
  display: none;
}
.menu {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0.75rem 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .menu {
    padding: 0.5rem;
    justify-content: start;
    gap: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .menu {
    padding: 0.75rem 1rem;
  }
}
.menu__li {
  position: relative;
  padding: 0.25rem 0;
  border-radius: var(--border-radius-sm);
}
.menu__li.active,
.menu__li:hover {
  text-decoration: underline;
  text-decoration-color: var(--blue-500);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25rem;
}
.menu__li:focus-within > .menu__submenu,
.menu__li:hover > .menu__submenu {
  pointer-events: auto;
  user-select: auto;
  opacity: 1;
}
.menu__li:focus-within > .menu__submenu .menu__submenu,
.menu__li:hover > .menu__submenu .menu__submenu {
  top: 0;
  right: 100%;
}
.menu__item {
  display: block;
  font-weight: 500;
  text-decoration: none;
  text-decoration-color: var(--blue-500);
  color: currentColor;
}
@media screen and (max-width: 960px) {
  .menu__item {
    font-size: 14px;
  }
}
.menu__sublink {
  display: none;
}
.menu__submenu {
  position: absolute;
  top: 100%;
  width: max-content;
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  font-size: var(--font-sm);
  border-radius: var(--border-radius-sm);
  opacity: 0;
  box-shadow: 0 5px 15px var(--black-transparency);
  background: var(--white);
  pointer-events: none;
  user-select: none;
  transition: opacity 0.25s;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .menu__submenu {
    max-width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .navbar,
  .navbar__header,
  .navbar .buttons,
  .menu,
  .menu__submenu,
  .menu__li,
  .menu__li:hover,
  .menu__item {
    all: revert;
    box-sizing: border-box;
  }
  .navbar {
    position: fixed;
    top: 0;
    right: -100vw;
    display: flex;
    flex-direction: column;
    width: 100vw;
    min-height: 100vh;
    z-index: 99;
    border-left: 1rem solid var(--blue-400);
    background: var(--gray-400);
    box-shadow: 0 -5px 25px var(--black-transparency);
    transition: right 0.5s;
  }
  .navbar.active {
    right: 0;
  }
  .navbar__search {
    display: revert;
    border: 0;
    height: 22px;
    width: 22px;
    font-size: var(--font-sm);
    border-radius: var(--border-radius-hg);
    background: var(--white) url("imgs/icons/icon__search-white.png") no-repeat
      right center/contain;
    color: transparent;
    outline: 0;
    cursor: pointer;
    transition: width 0.25s linear, border-radius 0.25s linear;
  }
  .navbar__search::placeholder {
    color: transparent;
  }
  .navbar__search:focus,
  .navbar__search:hover {
    width: 10rem;
    border-radius: 0;
    border-top-right-radius: var(--border-radius-lg);
    color: var(--black);
  }
  .navbar__search:focus::placeholder,
  .navbar__search:hover::placeholder {
    color: var(--black);
  }
  .navbar__header {
    background: var(--blue-600);
    padding: 1rem 1rem 0.5rem;
  }
  .navbar__header .buttons {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
  }
  .navbar__header .buttons a:first-child {
    margin-right: auto;
  }
  .menu,
  .menu__submenu {
    padding: 0;
    margin: 0;
    list-style: none;
    background: var(--gray-400);
  }
  .menu {
    position: relative;
    z-index: 1;
    flex: 1;
    font-weight: 500;
    scroll-behavior: smooth;
    overflow: hidden;
  }
  .menu > .menu__li:first-child {
    height: 0;
    overflow: hidden;
  }
  .menu__submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(100vw - 1rem);
    height: 100%;
    font-weight: 300;
  }
  .menu__li,
  .menu__li:hover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding-right: 0.5rem;
  }
  .menu__item {
    display: inline-block;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: currentColor;
  }
  .menu__item.active,
  .menu__item:hover {
    text-decoration: underline;
    text-decoration-color: var(--blue-500);
    text-decoration-thickness: 2px;
    text-underline-offset: 0.25rem;
  }
  .menu__sublink {
    display: grid;
    place-items: center;
    width: 1.5rem;
    height: 1.5rem;
    text-decoration: none;
    line-height: 0;
    border-radius: 50%;
    background: var(--blue-600);
    color: var(--white);
  }
  .menu__sublink::after {
    content: "";
    display: block;
    border: 0.35rem solid transparent;
    border-left-color: var(--white);
    margin-left: 0.42rem;
  }
  .menu .menu__submenu:target,
  .menu__submenu:focus-within {
    z-index: 3;
  }
}
.navbar__breadcrumbs {
  display: none;
}
@media screen and (max-width: 767px) {
  .navbar__breadcrumbs {
    display: flex;
    gap: 1rem;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-bottom: 0.5rem;
    font-size: var(--font-sm);
    list-style: none;
  }
  .navbar__breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
  }
  .navbar__breadcrumbs li:not(:last-child) {
    color: var(--blue-600);
  }
  .navbar__breadcrumbs li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url("imgs/icons/icon__chevron-right.png") no-repeat
      center/contain;
  }
  .navbar__breadcrumbs li a {
    text-decoration: none;
    color: inherit;
  }
}
section.news {
  /*max-width: calc(100% - 1rem);*/
  padding-inline: 1.5rem;
  margin: 1rem auto 3rem;
}
@media screen and (max-width: 1024px) {
  section.news {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
section.news > h1 {
  max-width: 75rem;
  margin: 0 auto 0.5rem;
  padding: var(--padding-sm);
  font: 400 var(--font-lg-x) var(--font-primary);
  text-align: center;
  border-radius: 0 var(--border-radius-lg) 0 var(--border-radius-lg);
  background: var(--blue-600);
  color: var(--white);
}
section.news > h1 a {
  color: currentColor;
  text-decoration: none;
}
section.news > h1 p {
  margin: 0.25rem;
}
@media screen and (max-width: 960px) {
  section.news > h1 {
    font-size: 1rem;
  }
}
div.news__main {
  display: flex;
  /*height: 488px;*/
}
@media screen and (max-width: 1024px) {
  div.news__main {
    display: initial;
  }
}
div.news__main aside {
  flex: 1;
  max-width: 20rem;
  padding-left: 0.75rem;
}
div.news__main article {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex: 2;
  max-height: inherit;
  /*position: relative;*/
  /*padding-right: 0.75rem;*/
  border-right: 1px solid var(--gray-600);
}
@media screen and (max-width: 1024px) {
  div.news__main article {
    /*min-height: 80vh;*/
    margin-bottom: 1.5rem;
    padding-right: 0;
    border-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  div.news__main article {
    padding-right: 0.75rem;
  }
}
div.news__main article div {
  flex: 1 0 16rem;
  /*position: absolute;*/
  /*height: 100%;*/
  /*margin-right: 0.75rem;*/
  max-height: inherit;
  padding: 1rem;
  border-radius: var(--border-radius);
  background: var(--white-transparency);
}
@media screen and (max-width: 1024px) {
  div.news__main article div {
    margin-right: 0;
  }
}
/*div.news__main article img + div {*/
/*bottom: 0;*/
/*height: fit-content;*/
/*max-height: 50%;*/
/*width: calc(100% - 0.75rem);*/
/*}*/
/*@media screen and (max-width: 1024px) {*/
/*div.news__main article img + div {*/
/*position: revert;*/
/*}*/
/*}*/
div.news__main a {
  text-decoration: none;
  color: currentColor;
}

.news-article__container > a:last-child {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: max-content;
  margin-left: auto;
  font-weight: 300;
  text-decoration-line: underline;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--blue-600);
  color: inherit !important;
}
.news-article__container > a:last-child::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("imgs/icons/icon__chevron-right.png") no-repeat center;
}
div.news__main img {
  flex: 3 0 40rem;
  display: block;
  max-width: calc(100% - 17rem);
  /* max-height: 35rem; */
  max-height: inherit;
  /*width: 100%;*/
  /*height: 100%;*/
  background-color: var(--blue-official);
  object-fit: contain;
  object-position: top left;
}
@media screen and (max-width: 1024px) {
  div.news__main img {
    height: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  div.news__main img {
    max-width: 100%;
  }
}
div.news__main time {
  font-size: var(--font-sm);
}
div.news__main h2 {
  font: var(--title-4);
  color: var(--blue-official);
}
div.news__main p {
  font: var(--text);
}
div.news__news {
  display: flex;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 639px) {
  div.news__news {
    overflow-x: hidden;
    scroll-behavior: smooth;
    gap: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
div.news__news article,
div.communicates__news article,
div.news__news figure,
div.communicates__news figure {
  flex: 1;
  padding: 1rem;
}
@media screen and (max-width: 639px) {
  div.news__news article,
  div.communicates__news article,
  div.news__news figure,
  div.communicates__news figure {
    flex: 1 0 100%;
  }
}
div.news__news article:not(:last-child),
div.communicates__news article:not(:last-child) {
  border-right: 1px solid var(--gray-600);
}
div.news__news time,
div.communicates__news time {
  font-size: var(--font-sm);
}
div.news__news h2,
div.communicates__news h2 {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  font: var(--title-4);
  line-height: var(--line-height-md);
}
div.news__news p,
div.communicates__news p {
  font: var(--text);
}
div.news__news a,
div.communicates__news a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: max-content;
  margin-left: auto;
  font-weight: 300;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--blue-600);
  color: currentColor;
}
div.news__news a::after,
div.communicates__news a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("imgs/icons/icon__chevron-right.png") no-repeat center;
}
.news__pills {
  display: none;
  width: max-content;
  margin: 0.25rem auto;
}
@media screen and (max-width: 639px) {
  .news__pills {
    display: flex;
  }
}
.news__pills a {
  line-height: 0 !important;
  font-size: 8rem;
  text-decoration: none;
  color: var(--gray-700);
}
.news__pills a.active {
  color: var(--blue-400) !important;
}
.main .twitter.last {
  display: none;
}
@media screen and (max-width: 1024px) {
  .main .twitter {
    padding-left: 0;
  }
  .main .twitter.first {
    display: none;
  }
  .main .twitter.last {
    display: block;
    margin-top: 2rem;
  }
}
section.banners {
  max-width: 75rem;
  margin: 1.5rem auto;
}
@media screen and (max-width: 1024px) {
  section.banners {
    margin: 0 auto;
    padding: 0 1.5rem;
  }
}
section.banners article {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 12rem;
  margin: 3rem auto;
  padding: 1rem;
  border: 3px solid transparent;
}
@media screen and (max-width: 1024px) {
  section.banners article {
    padding-top: 0;
  }
}
section.banners article p {
  margin: 0;
  font: var(--text-banner);
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  section.banners article p {
    padding-top: 0;
    font-size: var(--font-lg-x);
    line-height: var(--line-height-hg);
  }
}
section.banners article p span {
  display: block;
}
section.banners article a {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  section.banners article a {
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
section.banners article:first-child p {
  color: var(--blue-700);
}
section.banners article:nth-child(2) {
  background: var(--green-400);
  color: var(--blue-600);
}
@media screen and (max-width: 1024px) {
  section.banners article:nth-child(2) p {
    font-size: var(--font-md);
  }
}
section.banners article:last-child {
  background: var(--black);
  color: var(--white);
}
section.banners article:last-child span:last-child {
  color: var(--yellow-600);
}
section.informs {
  max-width: 75rem;
  margin: 3rem auto;
}
@media screen and (max-width: 1024px) {
  section.informs {
    padding: 0 1.5rem;
  }
}
section.informs h2 {
  font-size: var(--font-lg);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
section.informs > div {
  display: flex;
}
@media screen and (max-width: 1024px) {
  section.informs > div {
    flex-direction: column;
  }
}
section.informs > div > div:first-child a {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: var(--font-sm);
  font-weight: 600;
  border-radius: var(--border-radius-hg) !important;
  border-color: transparent !important;
}
section.informs > div > div:first-child {
  flex: 2;
  background: var(--blue-700);
}
@media screen and (max-width: 1024px) {
  section.informs > div > div:first-child {
    border-radius: var(--border-radius-lg-x) 0 0 0;
  }
}
section.informs > div > div:first-child div:first-child {
  display: flex;
  align-items: center;
  margin: 1.5rem;
  padding: 0;
  border-radius: var(--border-radius-lg-x) 0 0 0;
  border: 2px solid var(--white);
}
@media screen and (max-width: 1024px) {
  section.informs > div > div:first-child div:first-child {
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
section.informs > div > div:first-child div:first-child p {
  margin: 0;
  padding: 0 1rem;
  font-size: 146px;
  font-weight: 900;
  line-height: 0.65;
  border-radius: var(--border-radius-lg) 0;
  background: var(--white);
  color: var(--blue-700);
}
@media screen and (max-width: 1024px) {
  section.informs > div > div:first-child div:first-child p {
    font-size: 105px;
  }
}
section.informs > div > div:first-child div:first-child div {
  display: flex;
  justify-content: center;
  width: 100%;
}
section.informs > div > div:last-child {
  flex: 1;
  display: grid;
  place-items: center;
  background: var(--blue-400);
}
@media screen and (max-width: 1024px) {
  section.informs > div > div:last-child a.button.bordered {
    background: none;
    color: var(--white);
  }
  section.informs > div > div:last-child a.button.bordered img {
    display: none;
  }
}
section.communicates {
  max-width: 75rem;
  margin: 3rem auto;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  section.communicates {
    display: block;
    padding: 0 1.5rem;
  }
}
section.communicates > div:first-child {
  flex: 1;
}
section.communicates > div:first-child > h2 {
  margin-top: 0;
  font-size: var(--font-lg-x);
}
section.communicates > div:first-child article {
  padding: 1rem 0;
  border-right: 0;
  border-bottom: 2px solid var(--gray-500);
}
section.communicates > div:first-child > a {
  display: block;
  margin-top: 2rem;
  font-weight: 600;
  text-align: center;
  color: var(--blue-700);
}
section.communicates > div:first-child > a::before {
  background: transparent;
}
section.communicates > div:first-child > a::after {
  width: 0;
}
section.communicates > div:last-child {
  flex: 2;
}
@media screen and (max-width: 1024px) {
  section.communicates > div:last-child {
    margin-top: 3rem;
  }
}
section.communicates > div:last-child h2 {
  margin-top: 0;
  font-size: var(--font-lg-x);
}
section.communicates > div:last-child > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: min(100%, 36rem);
}
@media screen and (max-width: 1024px) {
  section.communicates > div:last-child > div {
    flex-direction: column;
    gap: 1.5rem;
  }
}
section.communicates > div:last-child > div article {
  flex: 1;
  display: flex;
  gap: 1rem;
  max-height: 11rem;
  overflow: hidden;
  /*position: relative;*/
  /*min-height: 350px;*/
}
section.communicates > div:last-child > div article img {
  flex: 1 0 25%;
  display: block;
  /*width: 100%;*/
  width: 25%;
  height: 11rem;
  object-fit: cover;
  object-position: top;
}
section.communicates > div:last-child > div article p {
  /*position: absolute;*/
  /*bottom: 0;*/
  margin: 0;
  max-width: 100%;
  padding: 1rem 1.5rem;
  font-weight: 600;
  /*border-radius: 0.5rem 0.5rem 0 0;*/
  background: var(--white-transparency);
}
section.communicates > div:last-child > div article p a {
  text-decoration: none;
  color: var(--blue-700);
}
@media screen and (max-width: 640px) {
  section.communicates > div:last-child > div article {
    flex-direction: column;
    gap: 0;
    max-height: unset;
  }
  section.communicates > div:last-child > div article img {
    width: unset;
    min-height: 11rem;
    max-height: 18rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  section.communicates > div:last-child > div article p {
    border-radius: 0 0 0.5rem 0.5rem;
  }
}
section.microsites {
  max-width: 75rem;
  margin: 6rem auto;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  section.microsites {
    flex-direction: column-reverse;
    gap: 1.5rem;
    padding: 0 1.5rem;
  }
}
section.microsites > div:first-child {
  flex: 1;
}
section.microsites > div:first-child div {
  max-height: 16rem;
  overflow-x: visible;
  overflow-y: auto;
}
section.microsites > div:first-child h2 {
  margin-top: 0;
}
section.microsites > div:first-child a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.25rem 0;
  text-decoration: none;
  color: var(--gray-700);
  position: relative;
  padding: 0.5rem 0;
  line-height: 1.5;
}
section.microsites > div:first-child a:hover {
  padding: 0.5rem 1rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--blue-700);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25rem;
  border-radius: var(--border-radius);
  background: var(--white);
  box-shadow: 0 0 16px var(--black-transparency);
  color: var(--black);
}
section.microsites > div:first-child a:hover::before {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background: url("imgs/icons/icon__chevron-right.png") no-repeat center;
}
section.microsites > div:last-child {
  flex: 1;
  align-self: flex-start;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section.microsites > div:last-child {
    flex: 1;
    order: -1;
    flex-direction: column;
  }
}
section.microsites > div:last-child img {
  display: block;
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  object-fit: cover;
}
section.microsites > div:last-child a {
  display: block;
  margin: 1rem 0;
  max-width: max-content;
  text-align: center;
}
section.contact {
  display: flex;
  gap: 1rem;
  background: var(--blue-400);
  color: var(--white);
}
section.contact > div:first-child {
  width: calc(100% - 13rem);
  max-width: 75rem;
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  gap: 2.5rem;
}
section.contact > div:first-child > img {
  width: 17.5rem;
  height: 7.9rem;
}
@media screen and (max-width: 768px) {
  section.contact > div:first-child {
    flex-direction: column;
    gap: 1rem;
    margin: 0 1.5rem;
    width: 100%;
  }
}
section.contact > div:first-child div p {
  font-size: var(--font-n);
}
section.contact > div:first-child h2 {
  margin-top: 0.7rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  section.contact > div:first-child h2 {
    margin-left: 0;
  }
}
section.contact > div:first-child > div:last-child {
  padding-top: 1rem;
}
section.contact > div:first-child > div:last-child p {
  margin: 0 0 0.25rem;
}
section.contact > div:first-child > div:last-child a {
  font-weight: 600;
  text-decoration: none;
  color: currentColor;
}
.social-icons {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 1rem;
}
.social-icons .button {
  margin-left: auto;
}
.social-icons img {
  display: block;
  border-radius: 50%;
  max-width: 32px;
  max-height: 32px;
}
section.donors {
  max-width: 75rem;
  margin: 3rem auto;
}
@media screen and (max-width: 1024px) {
  section.donors {
    padding: 0 1.5rem;
  }
}
section.donors div {
  /*display: flex
    justify-content: center
    flex-wrap: wrap*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
}
section.donors div article {
  max-width: 230px;
}
@media screen and (max-width: 768px) {
  section.donors div article {
    max-width: 150px;
  }
}
section.donors div article > img:first-child {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid var(--blue-700);
}
section.donors div article a {
  display: block;
  width: max-content;
  margin: 0.25rem 2px 0.25rem auto;
}
footer.footer {
  padding: 3rem 6rem;
  background: var(--blue-700) url("imgs/image__footer.webp") no-repeat
    center/cover;
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  footer.footer {
    padding: 1.5rem;
  }
}
footer.footer > h2 {
  padding-left: calc(50vw - 600px);
}
footer.footer > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  max-width: 75rem;
  margin: auto;
}
footer.footer > div div {
  flex: 1 0 300px;
  gap: 2rem;
}
footer.footer h2 {
  font: var(--title-1);
}
footer.footer h3 {
  margin-bottom: 0.25rem;
  font-size: var(--font-n);
  font-weight: 500;
}
footer.footer ul {
  margin-top: 0;
  padding-left: 0.5rem;
  list-style: "· ";
}
footer.footer a {
  line-height: var(--line-height-lg-x);
  text-decoration: none;
  color: inherit;
}
section.world {
  max-width: 75rem;
  margin: 3rem auto;
}
@media screen and (max-width: 1024px) {
  section.world {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
div.humanrights {
  margin-bottom: 3rem;
}
div.humanrights > .humanrights__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
}
div.humanrights > .humanrights__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 0;
}
div.humanrights > .humanrights__images img:first-child {
  grid-row: span 2;
}
div.humanrights > .humanrights__images img:last-child {
  grid-column: span 2;
}
div.humanrights > .humanrights__content {
  bottom: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  font-size: var(--font-md);
  border-radius: var(--border-radius-lg) var(--border-radius-lg) 0 0;
  background: var(--blue-official);
  color: var(--white);
}
div.humanrights > .humanrights__images + .humanrights__content {
  transform: translateY(-1rem);
}
div.humanrights__text {
  padding: 1rem;
}
div.highcomissioner {
  display: flex;
  gap: 2em;
  margin-bottom: 3rem;
  padding: 2rem;
  font-size: var(--font-md);
  line-height: var(--line-height-lg-x);
  border-radius: 0 var(--border-radius-hg-x);
  background: var(--blue-400);
  color: var(--white);
}
div.highcomissioner img {
  display: block;
  min-width: 148px;
  height: 170px;
  border-radius: 0 4rem;
  object-fit: cover;
  object-position: top center;
}
div.highcomissioner h2 {
  font: var(--title-1);
}
div.highcomissioner a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: max-content;
  margin-left: auto;
  font-size: var(--font-n);
  font-weight: 500;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--white-transparency);
  color: currentColor;
}
div.highcomissioner a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("imgs/icons/icon__chevron-right-white.png") no-repeat center;
}
div.worldnews {
  display: flex;
}
div.worldnews article {
  flex: 1;
  display: flex;
  flex-direction: column;
}
div.worldnews article:not(:last-child) div {
  flex: 1;
  border-right: 1px solid var(--gray-700);
}
div.worldnews div {
  margin-top: 2rem;
}
div.worldnews img {
  display: block;
  width: calc(100% - 1.25rem);
  height: 240px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
  object-position: center;
}
div.worldnews h2,
div.worldnews h3,
div.worldnews h4 {
  padding: 0 1rem;
  font-size: var(--font-lg);
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
}
div.worldnews a {
  text-decoration: none;
  color: currentColor;
}
div.worldnews p {
  padding: 0 1rem;
  font-weight: 300;
  line-height: var(--line-height-lg);
}
div.links {
  margin: 3rem auto;
  padding: 1.5rem 3rem;
  border-radius: var(--border-radius-hg-x) 0;
  border: 2px solid var(--blue-600);
  background: var(--white);
}
div.links h2 {
  font: var(--title-1);
}
div.links div {
  columns: 3 250px;
  column-gap: 1.5rem;
}
div.links a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.25rem 0;
  text-decoration: none;
  color: currentColor;
  position: relative;
  padding: 0.5rem 0;
}
div.links a:hover {
  padding: 0.5rem 1rem;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: var(--blue-700);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25rem;
  border-radius: var(--border-radius);
  background: var(--white);
  box-shadow: 0 0 16px var(--black-transparency);
  color: var(--black);
}
div.links a:hover::before {
  content: "";
  display: block;
  width: 8px;
  height: 10px;
  background: url("imgs/icons/icon__chevron-right.png") no-repeat center;
}
div.missions,
div.mandato__points {
  margin: 0 auto;
}
div.missions h2,
div.mandato__points h2 {
  margin-bottom: 0;
  padding: 1.25rem 1.75rem 0.75rem;
  font: var(--title-3);
  text-transform: uppercase;
  line-height: var(--line-height-lg-x);
  border-radius: var(--border-radius-lg) 0 0 0;
  background: var(--blue-750);
  color: var(--white);
}
div.missions div,
div.mandato__points div {
  padding: 0.5rem 0;
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid var(--gray-700);
}
div.missions div:last-child,
div.mandato__points div:last-child {
  border-bottom-color: var(--blue-600);
}
div.missions div:hover,
div.mandato__points div:hover {
  background: var(--blue-100);
}
div.missions h3,
div.mandato__points h3 {
  min-width: 10rem;
  max-width: 10rem;
  margin: 0;
  padding: 1rem 1rem 1rem 2rem;
  font-size: var(--font-n);
  text-transform: uppercase;
  border-radius: 0 var(--border-radius-lg) var(--border-radius-lg) 0;
  background: var(--blue-400);
  color: var(--white);
}
div.missions p,
div.mandato__points p {
  margin: 0;
  padding: 0 1.5rem 0 0;
  font-weight: 300;
}
div.missions p + p,
div.mandato__points p + p {
  margin-top: 1rem;
}
div.missions strong,
div.mandato__points strong {
  color: var(--blue-600);
}
div.worldmap img {
  display: block;
  max-width: 100%;
  margin: 3rem auto;
  border: 2px solid var(--blue-600);
}
@media screen and (max-width: 639px) {
  div.humanrights > div:last-child {
    position: relative;
    flex-direction: column;
    top: -1rem;
  }
  div.missions h2,
  div.mandato__points h2 {
    font-size: var(--font-n);
  }
  div.missions h2 span,
  div.mandato__points h2 span {
    display: block;
  }
  div.missions h2 span:first-child,
  div.mandato__points h2 span:first-child {
    margin-bottom: 0.25rem;
  }
  div.missions div,
  div.mandato__points div {
    flex-direction: column;
    align-items: initial;
    gap: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  div.missions p,
  div.mandato__points p {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
  }
  section.world > h2 {
    font: var(--font-text);
    font-weight: 500;
  }
  section.world > h3 {
    font: var(--text-md);
  }
  div.humanrights > div:first-child {
    grid-template-columns: 1fr 1fr;
  }
  div.humanrights > div:first-child img:first-child {
    grid-column: span 2;
    height: 50vh;
    object-position: center;
  }
  div.humanrights > div:first-child p {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  div.highcomissioner {
    flex-direction: column;
    border-radius: 0 4rem 0 0;
  }
  div.highcomissioner img {
    height: auto;
    aspect-ratio: 1;
  }
  div.worldnews {
    overflow-x: hidden;
    scroll-behavior: smooth;
  }
  div.worldnews article {
    flex: 1 0 100%;
  }
  .worldmap img {
    object-fit: cover;
    height: 80vh;
    object-position: left top;
  }
}
section.mandato {
  max-width: 75rem;
  margin: 3rem auto;
}
@media screen and (max-width: 1024px) {
  section.mandato {
    padding: 0 1.5rem;
  }
}
section.mandato .mandato-header {
  display: flex;
  gap: 2px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 720px) {
  section.mandato .mandato-header {
    flex-direction: column;
    gap: 1rem;
  }
}
section.mandato .mandato-header > div {
  min-width: 35%;
}
section.mandato .mandato-header > div h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.25rem 0.5rem;
  font: var(--title-3);
  text-align: center;
  border-radius: 1rem 0 0 0;
  background: var(--blue-700);
  color: var(--white);
}
section.mandato .mandato-header > div p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.25rem;
  font: var(--title-4);
  text-align: center;
  background: var(--blue-400);
  color: var(--white);
}
section.mandato .mandato-header > div button {
  display: block;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 1rem;
  font-weight: 600;
  border: 1px solid var(--blue-600);
  border-radius: var(--border-radius-hg);
  background: var(--gray-400);
  color: var(--blue-600);
  cursor: pointer;
}
section.mandato .mandato-header > div .custom-select {
  width: calc(100% - 2rem);
  margin: 1rem auto;
}
section.mandato .mandato-header blockquote {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 3rem;
  border-radius: 0 var(--border-radius-hg-x) 0 0;
  background: var(--blue-600);
  color: var(--white);
}
@media screen and (max-width: 420px) {
  section.mandato .mandato-header blockquote {
    padding: 2rem 1rem;
  }
}
section.mandato .mandato-header blockquote::before,
section.mandato .mandato-header blockquote::after {
  align-self: start;
  font-size: 8rem;
}
@media screen and (max-width: 420px) {
  section.mandato .mandato-header blockquote::before,
  section.mandato .mandato-header blockquote::after {
    font-size: 4rem;
  }
}
section.mandato .mandato-header blockquote::before {
  content: "\201c";
}
section.mandato .mandato-header blockquote::after {
  content: "\201d";
}
section.mandato iframe,
section.mandato embed {
  width: 100%;
  min-height: 75vh;
  margin-bottom: 3rem;
  border: 0;
}
section.informes {
  max-width: 75rem;
  margin: 3rem auto;
}
@media screen and (max-width: 1024px) {
  section.informes {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
  section.informes > div:first-of-type {
    flex-direction: column;
  }
  section.informes > div:first-of-type > div:first-child {
    order: 1;
  }
}
section.informes .informes-main {
  display: flex;
  gap: 1rem;
  max-width: 75rem;
}
section.informes .informes-main > div:first-child {
  flex: 2;
}
section.informes .informes-main > div:first-child h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 2rem;
  font: var(--title-2);
  border-radius: 1rem 0 0 0;
  background: var(--blue-700);
  color: var(--white);
}
section.informes .informes-main > div:first-child h3 button {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 0;
  background: transparent url("imgs/icons/icon__grid-white.png") no-repeat
    center;
  cursor: pointer;
}
section.informes .informes-main > div:first-child h3 button.active {
  background-image: url("imgs/icons/icon__grid.png");
}
section.informes .informes-main > div:first-child article {
  position: relative;
  padding: 1.5rem 2rem;
  background: var(--white);
  hyphens: auto;
}
section.informes .informes-main > div:first-child article:not(:last-child) {
  border-bottom: 2px solid var(--gray-700);
}
section.informes .informes-main > div:first-child article::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 10px;
  height: 80px;
  border-radius: 0 0.5rem 0.5rem 0;
  background: var(--blue-400);
}
section.informes .informes-main > div:first-child article a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: max-content;
  margin-left: auto;
  font-weight: 300;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--blue-600);
  color: currentColor;
}
section.informes .informes-main > div:first-child article a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("imgs/icons/icon__chevron-right.png") no-repeat;
}
section.informes .informes-main > div:first-child time {
  font-size: var(--font-sm);
  font-weight: 300;
}
section.informes .informes-main > div:first-child h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font: var(--title-2);
  font-weight: 500;
}
section.informes .informes-main > div:first-child p {
  margin-top: 0.5rem;
  font: var(--text);
}
section.informes .informes-main > div:last-child {
  flex: 1;
}
.informes__container.active {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}
section.informes-single {
  max-width: 75rem;
  margin: 3rem auto;
}
@media screen and (max-width: 1024px) {
  section.informes-single {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
section.informes-single figure {
  margin: 0;
}
section.informes-single figure img {
  width: 100%;
  height: auto;
}
section.informes-single figure figcaption {
  font: var(--title-5);
}
section.informes-single .main-info {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  section.informes-single .main-info {
    display: revert;
  }
}
section.informes-single .main-info article {
  flex: 1;
  margin-bottom: 3rem;
}
section.informes-single .main-info article h2 {
  font: var(--title-2);
  font-weight: 500;
}
section.informes-single .main-info article h2 a {
  text-decoration: none;
  color: var(--blue-600);
}
section.informes-single .main-info article time {
  font: var(--font-sm);
}
section.informes-single .main-info article h3 {
  font: var(--title-2);
}
section.informes-single .main-info article p {
  max-width: 56.25rem;
  font: var(--text) !important;
  line-height: 1.4 !important;
}
section.informes-single .main-info article a {
  font-weight: 700;
  color: var(--blue-600);
  line-height: 1.5;
  text-decoration: none;
}
section.informes-single .main-info aside {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  section.informes-single .main-info aside {
    justify-content: revert;
    margin-bottom: 3rem;
  }
}
section.informes-single iframe,
section.informes-single embed {
  width: 100%;
  min-height: 75vh;
  margin-bottom: 3rem;
  border: 0;
}
section.informes-single div {
  background: none !important;
}
section.informes-single .additional-info {
  padding: 2rem 4rem;
  border: 2px solid var(--blue-600);
  border-radius: var(--border-radius-hg-x) 0 var(--border-radius-hg-x) 0;
  background: var(--white);
}
@media screen and (max-width: 1024px) {
  section.informes-single .additional-info {
    padding: 2rem 1rem;
  }
}
section.informes-single .additional-info h2 {
  font: var(--title-1);
}
section.informes-single .additional-info div {
  padding-bottom: 1rem;
}
section.informes-single .additional-info div p {
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 1024px) {
  section.informes-single .additional-info div {
    margin-bottom: 2rem;
  }
}
section.informes-single .additional-info p {
  position: relative;
  padding-left: 1rem;
  font: var(--text);
  word-wrap: break-word;
}
section.informes-single .additional-info p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 8px;
  height: 12px;
  border-radius: 0 0.5rem 0.5rem 0;
  background: var(--blue-400);
}
section.informes-single .additional-info a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: max-content;
  font-weight: 300;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--blue-600);
  color: currentColor;
  margin-left: 1rem;
}
@media screen and (max-width: 1024px) {
  section.informes-single .additional-info a {
    padding-left: 1rem;
  }
}
section.informes-single .additional-info a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("imgs/icons/icon__chevron-right.png") no-repeat center;
}
section.informes-single.single2 figure:first-of-type img {
  display: block;
  height: 52vh;
  object-fit: cover;
}
section.informes-single.single2 figure:first-of-type figcaption {
  min-height: 1.2rem;
}
section.informes-single.single2 .news__carousel {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1rem;
}
section.informes-single.single2 .news__news {
  flex: 1;
  margin-top: 1rem;
  padding: 0;
  overflow: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1024px) {
  section.informes-single.single2 .news__news {
    gap: 0;
  }
}
section.informes-single.single2 .news__news article {
  flex: 1 0 25%;
  margin-bottom: 0;
  padding: 0.5rem;
  border: 0;
}
@media screen and (max-width: 1023px) {
  section.informes-single.single2 .news__news article {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 640px) {
  section.informes-single.single2 .news__news article {
    flex-basis: 100%;
  }
}
section.informes-single.single2 .news__news img {
  pointer-events: none;
}
section.informes-single.single2 .news__news img[src*="."] {
  display: block;
  width: 100%;
  height: 10rem;
  border: 1px solid transparent;
  border-radius: 0 0 var(--border-radius-lg) var(--border-radius-lg);
  object-fit: cover;
  object-position: center;
  cursor: pointer;
  pointer-events: auto;
}
section.informes-single.single2 .news__news p {
  display: none;
}
section.informes-single.single2 .news__pills {
  display: revert;
}
@media screen and (max-width: 1023px) {
  section.informes-single.single2 .news__pills {
    display: none;
  }
}
/* 
 * Fix single imported content
 */
:is(.informes-single) :not(a):not(th):not(.starred) {
  margin-bottom: 0.75rem;
  font-family: inherit !important;
  line-height: 1.4;
  color: inherit !important;
}
/*
 * Fix video thumnails micro sitios
 */
.informes-single #container {
  all: revert !important;
  position: relative !important;
  display: flex !important;
}
.informes-single #container p {
  margin: 0;
}
.informes-single #container:hover #overlays {
  opacity: 1;
}
.informes-single #thumbnail {
  display: block;
  text-decoration: none !important;
  color: var(--white) !important;
}
.informes-single #img {
  display: block;
  width: 15rem;
  max-width: 15rem;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.informes-single #overlays {
  position: absolute;
  top: -1rem;
  left: 1rem;
  z-index: 10;
  opacity: 0;
  text-shadow: 0 0 2px #000;
}
.informes-single #progress {
  display: none;
}
.informes-single #text {
  text-decoration: none;
}
.informes-single #text + span {
  display: none;
}
.informes-single #meta {
  padding-left: 2rem !important;
}
.informes-single #meta ul {
  list-style: none !important;
  padding: 0;
}
.informes-single #video-title {
  font-weight: 600 !important;
  font-size: 1rem !important;
  text-transform: none !important;
  text-decoration: none !important;
}
.informes-single #video-title {
  color: var(--blue-600) !important;
}
.informes-single.video iframe,
.informes-single.audios iframe {
  min-height: unset;
  aspect-ratio: 16/9;
  height: auto;
}
.download-image {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
  width: max-content;
  text-decoration: none;
  color: var(--blue-600);
}
.download-image::after {
  content: "";
  display: block;
  border: 0.5rem solid transparent;
  border-top-color: var(--blue-600);
  transform: translateY(0.25rem);
}
section.publicaciones {
  max-width: 75rem;
  margin: 3rem auto;
}
@media screen and (max-width: 1024px) {
  section.publicaciones {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
  section.publicaciones .pinned {
    flex-direction: column;
  }
  section.publicaciones .pinned > div:first-child {
    order: 1;
  }
}
section.publicaciones embed {
  width: 100%;
  min-height: 75vh;
}
section.publicaciones .pinned {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 5rem;
  max-width: 75rem;
}
section.publicaciones .pinned > div:first-child {
  flex: 2;
  display: flex;
  gap: 1rem;
  padding: 2rem;
  font: var(--text-md);
  border-radius: 0 var(--border-radius-hg-x) 0 var(--border-radius-hg-x);
  background: var(--blue-400);
  color: var(--white);
}
@media screen and (max-width: 1024px) {
  section.publicaciones .pinned > div:first-child {
    display: revert;
  }
}
section.publicaciones .pinned > div:first-child figure {
  margin: 0;
}
section.publicaciones .pinned > div:first-child figure img {
  display: block;
  max-width: 220px;
  border-radius: 0 var(--border-radius-hg) 0 var(--border-radius-hg);
  object-fit: cover;
  object-position: center top;
}
@media screen and (max-width: 1024px) {
  section.publicaciones .pinned > div:first-child figure img {
    max-width: 100%;
    margin: 0 auto 2rem;
  }
}
section.publicaciones .pinned > div:first-child h3 {
  font: var(--title-1);
  margin-top: 0;
  margin-bottom: 0;
}
section.publicaciones .pinned > div:first-child p {
  font: var(--text-md);
  font-weight: 300;
  margin: 0.75rem 0;
}
section.publicaciones .pinned > div:last-child {
  flex: 1;
}
@media screen and (max-width: 960px) {
  section.publicaciones .pinned > div:last-child {
    min-width: 100%;
  }
}
section.publicaciones .list__filter {
  margin-top: 0 !important;
  max-width: 20rem;
  flex-direction: column;
}
section.publicaciones .list__filter .custom-select {
  width: 100%;
}
section.publicaciones > h3 {
  font: var(--title-1);
  color: var(--blue-600);
}
section.publicaciones div.lastpubs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
section.publicaciones div.lastpubs article {
  position: relative;
}
section.publicaciones div.lastpubs article:hover p,
section.publicaciones div.lastpubs article:focus p {
  opacity: 1;
  pointer-events: auto;
}
section.publicaciones div.lastpubs img {
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
  object-position: center;
}
section.publicaciones div.lastpubs p {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 0;
  background: var(--blue-400-opacity);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
section.publicaciones div.lastpubs a {
  min-width: 8rem;
  padding: 0.5rem 1.5rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: var(--border-radius-hg);
  background: var(--white);
  color: var(--blue-600);
}
section.publicaciones iframe {
  width: 100%;
  min-height: 75vh;
  margin-bottom: 3rem auto;
  border: 0;
}
section.publicaciones .search {
  display: block;
  width: 100%;
  padding: 1.15rem var(--padding-md);
  padding-right: 2.5rem;
  border: 0;
  border-radius: 5rem;
  background: var(--blue-600) url("imgs/icons/icon__search-white-small.png")
    no-repeat calc(100% - 1rem) center/22px;
  color: var(--white);
  outline: 0;
}
section.publicaciones .search::placeholder {
  color: var(--white);
}
.allpubs.home,
section.publicaciones .allpubs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1rem;
}
.multimedia {
  max-width: 75rem;
  margin: 1.5rem auto;
}
.allpubs.home {
  grid-template-columns: repeat(
    auto-fill,
    minmax(clamp(300px, 300px + 20vw, 40%), 1fr)
  );
  margin: 2rem auto;
}
.allpubs.home article,
section.publicaciones .allpubs article {
  display: flex;
  flex-direction: column;
  background: var(--white);
  overflow: hidden;
  border-bottom: 2px solid var(--blue-600);
  border-top-left-radius: var(--border-radius-lg);
}
.allpubs.home figure,
section.publicaciones .allpubs figure {
  height: 14rem;
  margin: 0;
}
.allpubs.home img,
section.publicaciones .allpubs img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.allpubs.home time,
section.publicaciones .allpubs time {
  font-size: var(--font-sm);
}
.allpubs.home h3,
section.publicaciones .allpubs h3 {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  font: var(--title-4);
  line-height: var(--line-height-md);
}
.allpubs.home div,
section.publicaciones .allpubs div {
  position: relative;
  padding: 1rem;
}
.allpubs.home div::before,
section.publicaciones .allpubs div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 10px;
  height: 60px;
  border-radius: 0 0.5rem 0.5rem 0;
  background: var(--blue-400);
}
.allpubs.home a:last-of-type,
section.publicaciones .allpubs a:last-of-type {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: max-content;
  margin-top: auto;
  margin-left: auto;
  font-weight: 300;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 2px;
  text-decoration-color: var(--blue-600);
  color: currentColor;
}
.allpubs.home a:last-of-type::after,
section.publicaciones .allpubs a:last-of-type::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  background: url("imgs/icons/icon__chevron-right.png") no-repeat center;
}
.allpubs.home .content,
section.publicaciones .allpubs .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
section.publicaciones .list__filter {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 3rem 0;
  min-width: 100%;
}
section.publicaciones .list__filter.hz {
  flex-direction: revert;
}
@media screen and (max-width: 768px) {
  section.publicaciones .list__filter.hz {
    flex-direction: column;
  }
  section.publicaciones .list__filter.hz .custom-select {
    min-width: 100%;
  }
}
section.publicaciones .list__filter > * {
  flex: 1;
}
section.publicaciones .list__filter button {
  display: block;
  width: 100%;
  padding: 1rem;
  font-weight: 600;
  border: 1px solid var(--blue-600);
  border-radius: var(--border-radius-hg);
  background: var(--gray-400);
  color: var(--blue-600);
  cursor: pointer;
}
section.publicaciones .by-theme figure {
  padding-left: 0;
  padding-right: 0;
}
.allpubs.home iframe,
section.publicaciones .allpubs.by-theme.videos iframe,
section.publicaciones .allpubs.by-theme.audios iframe {
  max-width: 100%;
  max-height: 100% !important;
  min-height: unset;
  aspect-ratio: 16/9;
}
section.examen {
  max-width: 75rem;
  margin: 3rem auto;
}
@media screen and (max-width: 1024px) {
  section.examen {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
section.examen a {
  text-decoration: none;
}
section.examen p {
  line-height: 1.4;
}
section.examen > p {
  max-width: 41rem;
}
section.examen .title-rounded-blue {
  width: revert;
}
section.examen .links div {
  columns: 1;
}
section.examen .missions__points {
  padding: 0.5rem 0;
  border-bottom-width: 1px;
}
section.examen .missions__points .content {
  all: revert;
}
section.examen .missions__points p {
  margin: 0;
  padding: 0 0 0.5rem 0;
}
section.examen .docs {
  margin: 5rem auto;
}
section.examen .docs .content {
  margin: 1rem 0;
  padding: var(--padding-lg-x);
  border-radius: var(--border-radius-lg);
  background: var(--gray-500);
}
section.examen .docs .content h3 {
  font-weight: 500;
}
section.examen .docs .content a {
  font-weight: 500;
  color: var(--blue-600);
}
section.examen .answer {
  display: none;
}
section.fotos {
  max-width: 75rem;
  margin: 3rem auto;
}
@media screen and (max-width: 1024px) {
  section.fotos {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}
section.fotos article {
  margin-bottom: 3.5rem;
}
section.fotos article h3 {
  font: var(--title-1);
  color: var(--blue-600);
  margin: 0;
}
section.fotos article h3 a {
  text-decoration: none;
  color: currentColor;
}
section.fotos article h4 {
  font: var(--title-2);
  text-transform: uppercase;
  margin: 0 0 1rem;
}
section.fotos article time {
  display: block;
  margin: 1rem 0;
  font: var(--text);
  font-size: var(--font-sm);
}
section.fotos article .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-flow: dense;
  gap: 0.5rem;
}
section.fotos article .gallery.gallery--4 img:nth-child(3n + 1) {
  height: 100%;
  aspect-ratio: 2.05/1;
  grid-column: span 2;
}
@media screen and (max-width: 640px) {
  section.fotos article .gallery.gallery--4 img:nth-child(3n + 1) {
    grid-column: unset;
    grid-row: unset;
    aspect-ratio: 1;
  }
}
section.fotos article .gallery.gallery--6 img:nth-child(4n) {
  grid-column: span 2;
  grid-row: span 2;
}
@media screen and (max-width: 640px) {
  section.fotos article .gallery.gallery--6 img:nth-child(4n) {
    grid-column: unset;
    grid-row: unset;
  }
}
section.fotos article .gallery img {
  flex: 1;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 0 0 var(--border-radius) var(--border-radius-lg);
  object-fit: cover;
}
section.fotos article .gallery + a {
  display: block;
  max-width: max-content;
  margin: 1rem 0 0 auto;
  min-width: 8rem;
  padding: 0.5rem 1.5rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  border: 1px solid currentColor;
  border-radius: var(--border-radius-hg);
  background: var(--white);
  color: var(--blue-600);
}
.contact-emails {
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
  margin-bottom: 5rem;
  padding: 2rem;
  font-weight: 800;
  font-size: var(--font-lg-x);
  border-radius: 0 1rem 0 1rem;
  background: var(--blue-official);
  color: var(--white);
}
@media screen and (max-width: 720px) {
  .contact-emails {
    flex-direction: column;
  }
}
.contact-emails .contact-email {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.contact-emails h3 {
  margin: 0 0 1rem;
  text-transform: uppercase;
  line-height: 1.25;
}
.contact-emails a {
  display: block;
  width: fit-content;
  margin-top: auto;
  margin-right: auto;
  text-decoration: none;
  color: currentColor;
}
.accessibility {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  z-index: 100;
  min-height: 96px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding-left: 24px;
  font-weight: 800;
  font-size: 16px;
  background: var(--white);
  box-shadow: 0 -2px 8px var(--gray-600);
  color: var(--blue-600);
  transition: bottom 0.25s;
}
@media screen and (max-width: 720px) {
  .accessibility {
    flex-direction: column;
    align-items: start;
    padding: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .accessibility {
    justify-content: initial;
  }
}
.accessibility.active {
  bottom: 0;
}
.accessibility button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: inherit;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}
.accessibility button img {
  display: inline-block;
  padding: 12px;
  border-radius: 50%;
  background: var(--blue-600);
  object-fit: contain;
  aspect-ratio: 1;
}
.accessibility button.active {
  padding-right: 8px;
  background: var(--blue-600);
  color: var(--white);
  border-radius: var(--border-radius-hg-x);
}
.accessibility > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.accessibility > div div {
  display: flex;
  padding: 4px 1px;
  border-radius: 32px;
  background: var(--blue-600);
}
.accessibility > div img {
  background: var(--white);
}
.accessibility__button {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  gap: 16px;
  height: 96px;
  padding: 0 24px 0 8px;
  font-weight: 800;
  text-transform: uppercase;
  border: 0;
  border-top-left-radius: 16px;
  background: var(--blue-600);
  color: var(--white);
  cursor: pointer;
}
.accessibility__button span {
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.25s;
}
.accessibility__button:hover {
  padding-left: 24px;
}
.accessibility__button:hover span {
  max-width: 160px;
}
.accessibility__popup {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transition: opacity 0.25s;
}
.accessibility__popup.active {
  pointer-events: auto;
  user-select: auto;
  opacity: 1;
}
.accessibility__popup .content {
  position: relative;
  margin-bottom: 6rem;
  padding: 2rem 3rem;
  border-radius: var(--border-radius-lg);
  background: var(--white);
  box-shadow: 0 0 15px var(--black-transparency);
}
.accessibility__popup .content::before {
  content: "\00D7";
  position: absolute;
  top: -0.75rem;
  right: -0.75rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  line-height: 10px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: var(--blue-600);
  color: var(--white);
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .accessibility__popup .content::before {
    top: 0;
    right: 0;
  }
}
.accessibility__popup h3 {
  font: var(--title-1);
}
.accessibility__popup ul {
  padding: 0;
  list-style: none;
}
.accessibility__popup li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}
.accessibility__popup li > span:first-of-type {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--blue-600);
  aspect-ratio: 1;
}
.accessibility__popup li:nth-last-child(2) > span:first-of-type {
  border: 2px solid var(--blue-600);
  background: var(--white);
}
.contrast {
  filter: invert() grayscale() brightness(150%);
  overflow-x: hidden;
}
.contrast img {
  filter: invert();
}
@media screen and (max-width: 768px) {
  .accessibility {
    gap: 0.5rem;
  }
}
.open-modal-image {
  cursor: pointer;
}
.modal-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.667);
}
.modal-close {
  position: absolute;
  top: 2rem;
  right: 1rem;
  display: block;
  font-size: 3rem;
  line-height: 0;
  color: #fff;
  cursor: pointer;
}
.modal-image-figure {
  max-width: calc(100vw - 3rem);
  max-height: calc(100vh - 3rem);
  overflow: auto;
}
.yt-simple-endpoint {
  all: revert !important;
}
#index-container {
  display: none;
}
#menu + p {
  display: none;
}
#menu {
  display: none;
}
.single-eventos.postid-1766 iframe {
  min-height: unset;
}
table,
tr,
td,
tbody,
thead {
  all: revert !important;
  border-collapse: collapse !important;
}
thead tr {
  background: var(--blue-600) !important;
}
tr {
  background: #fff !important;
}
th {
  color: var(--white) !important;
}
td {
  padding: 0.5rem !important;
}
tr td:first-child {
  min-width: 260px !important;
  text-align: center !important;
  font-weight: 600 !important;
}
tr td:first-child:empty {
  display: none !important;
}
tr td:first-child:empty + td {
  min-width: 40vw !important;
}
/**********************
*
*CSS PARA ACORDEON
*
***********************/

#container-main {
  margin: 40px auto;
  width: 95%;
  min-width: 320px;
  max-width: 960px;
}

.accordion-container {
  width: 100%;
  margin: 0 0 20px;
  clear: both;
}

.accordion-titulo {
  position: relative;
  display: block;
  padding: 0px;

  color: #fff;
  text-decoration: none;
}
.accordion-titulo.open {
  /*  background: #16a085;*/
  color: #fff;
}

.accordion-titulo span.toggle-icon:before {
  content: "+";
}

.accordion-titulo.open span.toggle-icon:before {
  content: "-";
}

.accordion-titulo span.toggle-icon {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 38px;
  font-weight: bold;
}

.accordion-content {
  display: none;
  padding: 20px;
  overflow: auto;
}

.accordion-content p {
  margin: 0;
}

.accordion-content img {
  display: block;
  float: left;
  margin: 0 15px 10px 0;
  width: 50%;
  height: auto;
}

@media (max-width: 767px) {
  .accordion-content {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1280px) {
  section,
  .menu {
    padding-inline: 1.5rem;
  }
  .header__container {
    padding-left: 1.5rem;
  }
}
/*
 * Home video 
 */
.news__main article :is(video, iframe) {
  flex: 1 0 40rem;
  /*position: absolute;*/
  /*width: 100%;*/
  /*max-height: 100%;*/
  max-width: calc(100% - 17rem);
  max-height: 30.55rem;
  background-color: var(--blue-official);
}

.news__main article :is(video, iframe) + p {
  display: none;
}

@media screen and (max-width: 768px) {
  .news__main article :is(video, iframe) {
    max-width: 100%;
  }
}
/*.news__main article.video:hover .news-article__container {*/
/*opacity: 1;*/
/*}*/
.news__main article.video .news-article__container {
  flex: 1 0 16rem;
  margin: 0;
  /*height: fit-content;*/
  border-radius: 0.5rem;
  /*opacity: 0;*/
  /*transition: opacity 0.25s;*/
}
@media screen and (min-width: 1024px) {
  .news__main article.video .news-article__container {
    max-height: 30.5rem;
  }
  .news__main article.video .news-article__container p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  div.news__main article {
    position: relative;
    min-height: unset;
  }
  div.news__main article :is(video, iframe) {
    position: static;
    width: 100%;
  }
  .news__main article.video .news-article__container {
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .news__main article.video .news-article__container a,
  .news__main article.video .news-article__container p {
    font-size: 0.8rem;
  }
}
.news-article__container a {
  font-weight: medium;
  color: var(--blue-official) !important;
}
@media screen and (min-width: 1024px) {
  .home .news__main {
    max-height: 30.5rem;
  }
}
/*
 * Title fixes
 */
.single :is(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(
    1rem,
    1rem + (1vw * var(--font-factor, 1)),
    var(--font-size, 1rem)
  ) !important;
  font-weight: bold !important;
}

h1 {
  --font-size: 2.488rem;
  --font-factor: 2.488;
}
h2 {
  --font-size: 2.074rem;
  --font-factor: 2.074;
}
h3 {
  --font-size: 1.728rem;
  --font-factor: 1.728;
}
h4 {
  --font-size: 1.44rem;
  --font-factor: 1.44;
}
h5 {
  --font-size: 1.2rem;
  --font-factor: 1.2;
}
h6 {
  --font-size: 1.1rem;
  --font-factor: 1.1;
}
/*
 * Fix single icons
 */
article .social-icons > a {
  margin-top: -1.25rem;
  margin-left: -0.25rem;
}
