
  /*
    Theme Name: ONU DH
    Author: Nodo
    Author URI: http://nodo.pw/
    Description: Hoja de estilos de la página de ONU DH México
    Version: 1.0
    */
/* <---------- Valores Stylus ----------> */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;700&display=swap");
/* <---------- Secciones semánticas ----------> */
*,
*:before,
*:after {
  box-sizing: border-box;
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
}
*:focus,
*:before:focus,
*:after:focus {
  outline: 0;
}
::-moz-selection {
  background: #474646;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #474646;
  color: #fff;
  text-shadow: none;
}
a {
  color: #454545;
  text-decoration: none;
}
a img {
  border: 0;
}
a:focus,
a:active,
a:hover {
  text-decoration: underline;
}
blockquote,
q {
  quotes: "" "";
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
}
body {
  background: #fff;
  color: #454545;
  display: flex;
  flex-direction: column;
  font: 16px 'Verdana', sans-serif;
  line-height: 1.35;
  min-height: 100vh;
  width: 100%;
}
body.contrast {
  color: #151515;
}
body.contrast ::-moz-selection {
  background: #ff0;
  background: #151515;
}
body.contrast ::selection {
  background: #ff0;
  background: #151515;
}
body.contrast .access_info__title {
  border-bottom: 1px solid #151515;
}
body.contrast .breadcrumb {
  background: #06c;
}
body.contrast .breadcrumb__icon--inicio:before {
  background: url("imgs/icon__home--contrast.svg") no-repeat center center;
}
body.contrast .breadcrumb__list a {
  color: #f2f2f2;
}
body.contrast .breadcrumb__list a:hover {
  color: #f2f2f2;
}
body.contrast .breadcrumb__list li:not(:last-of-type):after {
  background: url("imgs/icon__arrow--02--contrast.svg") no-repeat center center;
}
body.contrast .breadcrumb__list span {
  color: #f2f2f2;
}
body.contrast .border--bottom {
  border-bottom: 1px solid #151515;
}
body.contrast .border--top {
  border-top: 1px solid #151515;
}
body.contrast .btn--pill {
  background: #fff;
  border: 1px solid #69c;
  color: #69c;
}
body.contrast .btn--pill:hover {
  background: #69c;
  border: 1px solid #06c;
  color: #fff;
}
body.contrast .btn--primary {
  background: #151515;
  border: 1px solid #151515;
  color: #fff;
}
body.contrast .btn--primary:hover {
  background: #e6e6e6;
  color: #151515;
}
body.contrast .btn--secondary {
  background: #fff;
  border: 1px solid #0065ca;
  color: #0065ca !important;
}
body.contrast .btn--secondary:hover {
  background: #69c;
  color: #fff !important;
}
body.contrast .btn--third {
  color: #151515;
}
body.contrast .card__contact li span {
  color: #151515;
}
body.contrast .card__date {
  color: #151515;
}
body.contrast .card__tags p {
  color: #151515;
}
body.contrast .card__title {
  color: #151515;
}
body.contrast .card--multimedia {
  background: #151515;
}
body.contrast .card--secondary:before {
  border-top: 4px solid #151515;
  border-left: 4px solid #151515;
}
body.contrast .card--secondary:after {
  border-bottom: 4px solid #151515;
  border-right: 4px solid #151515;
}
body.contrast .conjunctural-home__abstract p {
  color: #151515;
}
body.contrast .dh-home {
  background: #fff;
  border-bottom: 2px solid #151515;
  border-top: 2px solid #151515;
}
body.contrast .dh-home--abstract p {
  color: #151515;
}
body.contrast .dh-home__block {
  color: #151515;
}
body.contrast .dh-home__block p {
  color: #151515;
}
body.contrast .dh-home__title {
  color: #151515;
}
body.contrast .dh-home .title--section {
  color: #151515;
}
body.contrast .footer {
  background: #151515;
}
body.contrast .footer .btn--third {
  color: #fff;
}
body.contrast .footer__sitemap {
  border-top: 1px solid #fff;
}
body.contrast .header__search--btn {
  background: #151515;
}
body.contrast .header__search--form {
  background: #151515;
}
body.contrast .pager a {
  color: #151515;
}
body.contrast .publications-home {
  background: #fff;
  border-bottom: 2px solid #151515;
  border-top: 2px solid #151515;
}
body.contrast .single__abstract {
  background: #fff;
  border: 2px solid #151515;
}
body.contrast .single__collapse-btn h3 {
  color: #151515;
}
body.contrast .single__date {
  color: #151515;
  border-bottom: 1px solid #151515;
}
body.contrast .single__footer p {
  color: #151515;
}
body.contrast .single__footer strong {
  color: #151515;
}
body.contrast .single__footnotes p {
  color: #151515;
}
body.contrast .single__share {
  border-bottom: 1px solid #151515;
}
body.contrast .slide figcaption {
  background: #151515;
}
body.contrast .subtitle--institutions {
  color: #151515;
}
body.contrast .title--card {
  color: #151515;
}
body.contrast .title--card-out {
  color: #151515;
}
body.contrast .title--card-secondary {
  color: #151515;
}
body.contrast .title--section.color__office {
  color: #151515;
}
body.contrast .title--section--underline:after {
  background: #151515;
}
body.fsize--0 {
  font-size: 11.2px !important;
}
body.fsize--1 {
  font-size: 12.8px !important;
}
body.fsize--2 {
  font-size: 14.4px !important;
}
body.fsize--3 {
  font-size: 16px !important;
}
body.fsize--4 {
  font-size: 17.6px !important;
}
body.fsize--5 {
  font-size: 19.2px !important;
}
body.fsize--6 {
  font-size: 24px !important;
}
body.fsize--7 {
  font-size: 28.8px !important;
}
body.fsize--8 {
  font-size: 33.6px !important;
}
body.fsize--9 {
  font-size: 40px !important;
}
body.fsize--10 {
  font-size: 48px !important;
}
button {
  border: none;
  background: none;
  cursor: pointer !important;
  -webkit-appearance: none;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
em {
  font-style: italic;
}
fieldset {
  border: none;
}
html {
  font-family: 'Verdana', sans-serif;
  font-size: 16px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html.fsize--0 {
  font-size: 11.2px !important;
}
html.fsize--1 {
  font-size: 12.8px !important;
}
html.fsize--2 {
  font-size: 14.4px !important;
}
html.fsize--3 {
  font-size: 16px !important;
}
html.fsize--4 {
  font-size: 17.6px !important;
}
html.fsize--5 {
  font-size: 19.2px !important;
}
html.fsize--6 {
  font-size: 24px !important;
}
html.fsize--7 {
  font-size: 28.8px !important;
}
html.fsize--8 {
  font-size: 33.6px !important;
}
html.fsize--9 {
  font-size: 40px !important;
}
html.fsize--10 {
  font-size: 48px !important;
}
input,
textarea {
  background: none;
  border: none;
  box-sizing: border-box;
  padding: 1rem;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: caret;
  -moz-appearance: caret;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
label:hover {
  cursor: pointer;
}
ol,
ul {
  list-style: none;
}
p {
  line-height: 1.35;
}
strong {
  font-weight: bold;
}
svg:not(:root) {
  overflow: hidden;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* <---------- ID's ----------> */
/* <---------- Framework ----------> */
.animacion {
  transition: 0.3s all ease;
}
.block {
  margin-bottom: 4.5rem;
}
.blocks--flex {
  display: flex;
}
.blocks--reticula {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.blocks--reticula--centrado {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.blocks--reticula--around {
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
}
.blocks--reticula__renglon {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.blocks__renglon {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.blocks__renglon--centrado {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.blocks--renglones {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  flex-direction: column;
}
.blocks--renglones--centrado {
  -ms-align-items: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.block--fixed {
  flex-shrink: 0;
}
.block--grow {
  flex-grow: 1;
}
.block--cuarto {
  width: 25%;
}
.block--full {
  width: 100%;
}
.block--mitad {
  width: 49%;
}
.block--tercio {
  width: calc(100% / 3);
}
.block__columnas {
  margin-top: 1rem;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 56px;
  column-gap: 56px;
}
/* <---------- Classes ----------> */
.access {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 998;
  overflow: visible;
}
.access__btn {
  background: #fff;
  border: 1px solid #900;
  color: #fff;
  font: 1.1rem 'Open Sans', sans-serif;
  height: calc(36px + 1.6rem);
  min-width: calc(36px + 1.6rem);
  padding: 0.8rem;
  border-radius: calc((36px + 1.6rem) / 2);
  box-shadow: rgba(153,0,0,0.5) 0 2px 5px 1px;
  -webkit-box-shadow: rgba(153,0,0,0.5) 0 2px 5px 1px;
  transition: 0.3s all ease;
}
.access__btn:before {
  background: url("imgs/icon__access_rojo.svg") no-repeat left center/36px;
  display: block;
  content: '';
  height: 36px;
  transition: 0.3s all ease;
  width: 36px;
}
.access__btn span {
  max-width: 0;
  overflow: hidden;
  transition: 0.3s all ease;
}
.access__btn:hover,
.access__btn.active {
  border: 1px solid #fff;
}
.access__btn:hover:before,
.access__btn.active:before {
  background: url("imgs/icon__access_blanco.svg") no-repeat left center/36px;
}
.access__btn.active {
  background: #900;
}
.access__btn.active:hover span {
  margin-left: 0;
  max-width: 0;
}
.access__btn--main {
  -ms-align-items: center;
  align-items: center;
  margin: 0 16px 42px 0;
  display: flex;
  z-index: 100;
  position: relative;
}
.access__btn--info,
.access__btn--mouse,
.access__btn--contrast,
.access__btn--keyboard,
.access__btn--text_minus,
.access__btn--text_plus,
.access__btn--sound,
.access__btn--reset {
  flex-shrink: 0;
  width: calc(36px + 1.6rem);
}
.access__btn--text_minus,
.access__btn--text_plus {
  border: 1px solid #900;
  flex-shrink: 0;
  font-size: 0;
  height: calc(26px + 1.6rem);
  min-width: calc(26px + 1.6rem);
  padding: 0.7rem;
  border-radius: calc((26px + 1.6rem) / 2);
  transition: 0.3s all ease;
  width: calc(26px + 1.6rem);
}
.access__btn--text_minus:before,
.access__btn--text_plus:before {
  display: block;
  content: '';
  height: 26px;
  width: 26px;
  transition: 0.3s all ease;
}
.access__btn--text_minus:hover,
.access__btn--text_plus:hover {
  background: #700000;
  border: 1px solid #fff;
}
.access__btn--text_minus.active,
.access__btn--text_plus.active {
  background: #900;
  border: 1px solid #fff;
}
.access__btn--info:before {
  background: url("imgs/icon__access_info-rojo.svg") no-repeat left center/36px;
}
.access__btn--mouse:before {
  background: url("imgs/icon__access_cursor-rojo.svg") no-repeat center center/26px;
}
.access__btn--contrast:before {
  background: url("imgs/icon__access_contraste-rojo.svg") no-repeat left center/36px;
}
.access__btn--keyboard:before {
  background: url("imgs/icon__access_teclado-rojo.svg") no-repeat left center/36px;
}
.access__btn--sound:before {
  background: url("imgs/icon__access_sonido-rojo.svg") no-repeat left center/36px;
}
.access__btn--reset {
  margin-left: 1rem;
}
.access__btn--reset:before {
  background: url("imgs/icon__access_restaurar-rojo.svg") no-repeat left center/36px;
}
.access__btn--text_minus {
  margin-right: 5px;
}
.access__btn--text_minus:before {
  background: url("imgs/icon__access_text-minus-rojo.svg") no-repeat left center/26px;
}
.access__btn--text_minus:hover:before,
.access__btn--text_minus.active:before {
  background: url("imgs/icon__access_text-minus-bco.svg") no-repeat left center/26px;
}
.access__btn--text_plus:before {
  background: url("imgs/icon__access_text-plus-rojo.svg") no-repeat left center/26px;
}
.access__btn--text_plus:hover:before,
.access__btn--text_plus.active:before {
  background: url("imgs/icon__access_text-plus-bco.svg") no-repeat left center/26px;
}
.access__btn--main:hover {
  background: #700000;
}
.access__btn--main:hover span {
  margin-left: 0.5rem;
  max-width: 1000vw;
}
.access__btn__container {
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font: 1.1rem 'Open Sans', sans-serif;
  margin-bottom: 0.8rem;
  cursor: pointer;
}
.access__btn__container .access__btn {
  margin-bottom: 0.2rem;
}
.access__btn__container:hover .access__btn,
.access__btn__container.active .access__btn {
  border: 1px solid #fff;
}
.access__btn__container:hover .access__btn--info:before,
.access__btn__container.active .access__btn--info:before {
  background: url("imgs/icon__access_info-bco.svg") no-repeat left center/36px;
}
.access__btn__container:hover .access__btn--mouse:before,
.access__btn__container.active .access__btn--mouse:before {
  background: url("imgs/icon__access_cursor-bco.svg") no-repeat center center/26px;
}
.access__btn__container:hover .access__btn--contrast:before,
.access__btn__container.active .access__btn--contrast:before {
  background: url("imgs/icon__access_contraste-bco.svg") no-repeat left center/36px;
}
.access__btn__container:hover .access__btn--keyboard:before,
.access__btn__container.active .access__btn--keyboard:before {
  background: url("imgs/icon__access_teclado-bco.svg") no-repeat left center/36px;
}
.access__btn__container:hover .access__btn--sound:before,
.access__btn__container.active .access__btn--sound:before {
  background: url("imgs/icon__access_sonido-bco.svg") no-repeat left center/36px;
}
.access__btn__container:hover .access__btn--reset:before,
.access__btn__container.active .access__btn--reset:before {
  background: url("imgs/icon__access_restaurar-bco.svg") no-repeat left center/36px;
}
.access__btn__container:hover .access__btn {
  background: #700000;
}
.access__btn__container:hover .access__btn span {
  margin-left: 0.5rem;
  max-width: 1000vw;
}
.access__btn__container.active .access__btn {
  background: #900;
}
.access__btn__container.active .access__btn span {
  margin-left: 0.5rem;
  max-width: 1000vw;
}
.access__btn__container--text {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #900;
  background: #fff;
  color: #fff;
  font: 1.1rem 'Open Sans', sans-serif;
  height: calc(36px + 1.6rem);
  min-width: calc(36px + 1.6rem);
  padding: 5px;
  border-radius: calc((36px + 1.6rem) / 2);
  transition: 0.3s all ease;
  box-shadow: rgba(153,0,0,0.5) 0 2px 5px 1px;
  -webkit-box-shadow: rgba(153,0,0,0.5) 0 2px 5px 1px;
}
.access__btns {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  padding-right: 100px;
}
.access__options {
  background: linear-gradient(to bottom, rgba(153,0,0,0) 0%, rgba(153,0,0,0) 30%, #900 30.1%, #900 100%);
  position: relative;
  overflow: hidden;
  transform: translate(0, 100%);
  transition: 0.3s all ease;
  position: absolute;
  z-index: 99;
  width: 100vw;
  right: 0;
  bottom: 0;
}
.access__options.visible {
  transform: translate(0, 0);
}
.access_info {
  -ms-align-items: center;
  align-items: center;
  background: rgba(15,15,15,0.9);
  position: fixed;
  height: 100%;
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 150px;
  top: 0;
  transition: 0.3s all ease;
  width: 100%;
  z-index: 2;
}
.access_info__close {
  position: absolute;
  background: #900 url("imgs/icon__close.svg") no-repeat center center/55%;
  border: 2px solid #f2f2f2;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  font-size: 0;
  height: 40px;
  right: 0;
  border-radius: 50%;
  top: 0;
  transform: translate(50%, -50%);
  transition: 0.3s all ease;
  width: 40px !important;
  z-index: 10;
}
.access_info__content {
  background: #fff;
  height: auto;
  max-width: calc(100% - 2rem);
  max-width: 900px;
  padding: 1rem;
  position: relative;
  border-radius: 0.5rem;
  box-shadow: rgba(15,15,15,0.5) 0px 2px 5px 1px;
  -webkit-box-shadow: rgba(15,15,15,0.5) 0px 2px 5px 1px;
  width: calc(100% - 2rem);
}
.access_info--list {
  -ms-align-items: flex-start;
  align-items: flex-start;
  display: flex;
  font: 1.15rem/1.3 'Verdana', sans-serif;
  font-weight: light;
  letter-spacing: -0.03em;
  margin-bottom: 0.5em;
}
.access_info--list:before {
  content: '';
  display: block;
  height: 36px;
  width: 36px;
  margin-right: 1rem;
  flex-shrink: 0;
}
.access_info--mouse:before {
  background: url("imgs/icon__access_cursor-rojo.svg") no-repeat center center/22px;
}
.access_info--contrast:before {
  background: url("imgs/icon__access_contraste-rojo.svg") no-repeat center center/22px;
}
.access_info--keyboard:before {
  background: url("imgs/icon__access_teclado-rojo.svg") no-repeat center center/22px;
}
.access_info--sound:before {
  background: url("imgs/icon__access_sonido-rojo.svg") no-repeat center center/22px;
}
.access_info--text:before {
  background: url("imgs/icon__access_sonido-rojo.svg") no-repeat center center/22px;
}
.access_info--reset:before {
  background: url("imgs/icon__access_restaurar-rojo.svg") no-repeat center center/22px;
}
.access_info__title {
  border-bottom: 1px solid #8c8c8c;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  -ms-align-items: center;
  align-items: center;
  display: flex;
}
.access_info__title:before {
  background: url("imgs/icon__access_info-rojo.svg") no-repeat center center/28px;
  display: block;
  content: '';
  height: 36px;
  margin-right: 1rem;
  width: 36px;
  flex-shrink: 0;
}
.access_info.visible {
  display: flex;
  opacity: 1;
  max-height: 1000vh;
}
.archive {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.archive--audios .card__media {
  height: 148px;
}
.archive--audios .card iframe {
  height: 148px;
}
.archive--audios .card:nth-of-type(1),
.archive--audios .card:nth-of-type(2) {
  width: calc((100% - 1rem) / 2);
}
.archive--audios .card:nth-of-type(1) .card__media,
.archive--audios .card:nth-of-type(2) .card__media {
  height: 224px;
}
.archive--audios .card:nth-of-type(1) iframe,
.archive--audios .card:nth-of-type(2) iframe {
  height: 224px !important;
}
.archive--general .card {
  width: calc((100% - 1rem) / 2);
}
.archive--multimedia-home {
  margin: 0 0 2rem 0;
}
.archive--releases .card:nth-of-type(1),
.archive--releases .card:nth-of-type(2) {
  width: calc((100% - 1rem) / 2);
}
.archive--releases-home {
  margin: 5.8rem 0 2rem 0;
}
.archive--representatives .card {
  margin-bottom: 2rem;
}
.archive--representatives .card__media {
  max-height: 300px;
}
.archive--videos .card__media {
  height: 200px;
}
.archive--videos .card iframe {
  height: 200px;
}
.archive--videos .card:nth-of-type(1),
.archive--videos .card:nth-of-type(2) {
  width: calc((100% - 1rem) / 2);
}
.archive--videos .card:nth-of-type(1) .card__media,
.archive--videos .card:nth-of-type(2) .card__media {
  height: 322px;
}
.archive--videos .card:nth-of-type(1) iframe,
.archive--videos .card:nth-of-type(2) iframe {
  height: 322px !important;
}
.btn--download {
  background-image: url("imgs/icon__download-2.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 1.125rem center !important;
  background-size: 14px 14px !important;
  padding-left: calc(1.125rem + 27px) !important;
}
.btn--more {
  background-image: url("imgs/icon__more.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 1.125rem center !important;
  background-size: 12px 12px !important;
  padding-left: calc(1.125rem + 27px) !important;
}
.btn--pill {
  background: #fff;
  border: 1px solid #69c;
  color: #69c;
  display: inline-block;
  font: 0.875rem 'Verdana', sans-serif;
  line-height: 1;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.6em 0.88em;
  border-radius: 2em;
  transition: 0.3s all ease;
}
.btn--pill:hover {
  background: #69c;
  border: 1px solid #06c;
  color: #fff;
  text-decoration: none;
}
.btn--pill--small {
  font-size: 0.75rem;
  margin: 0 0.2rem 0 0;
  padding: 0.5em 0.66em;
}
.btn--primary {
  background: #26a465;
  border: 1px solid #26a465;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  color: #fff;
  display: inline-block;
  font: 0.875rem 'Verdana', sans-serif;
  line-height: 1;
  padding: 0.81rem 1.25rem;
  border-radius: 4px;
  transition: 0.3s all ease;
}
.btn--primary:hover {
  background: #d6f5e6;
  color: #26a465;
  text-decoration: none;
}
.btn--secondary {
  background: #fff;
  border: 1px solid #06c;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  color: #06c !important;
  display: inline-block;
  font: 0.875rem 'Verdana', sans-serif;
  line-height: 1;
  padding: 0.6875rem 1.125rem;
  border-radius: 4px;
  text-decoration: none !important;
  transition: 0.3s all ease;
}
.btn--secondary:hover {
  background: #69c;
  color: #fff !important;
  text-decoration: none;
}
.btn--small {
  font-size: 0.75rem;
  padding: 0.6em 0.88em;
}
.btn--third {
  color: #26a465;
}
.btn--wide {
  padding: 0.81rem 2.5rem;
}
.border--bottom {
  border-bottom: 1px solid #26a465;
}
.border--top {
  border-top: 1px solid #26a465;
}
.breadcrumb {
  background: rgba(102,153,204,0.1);
  margin-bottom: 2.5rem;
}
.breadcrumb__btn {
  position: absolute;
  background: #69c url("imgs/icon__breadcrumb--mobile.svg") no-repeat center center;
  border-radius: 5px;
  border: 1px solid #06c;
  height: 1rem;
  display: none;
  padding: 0.4rem 0.8rem;
  right: 0;
  text-decoration: none;
  top: 14px;
  transition: 0.3s all ease;
  width: 1rem;
}
.breadcrumb__btn.visible {
  display: block;
}
.breadcrumb__icon:before {
  background-size: contain !important;
  content: '';
  display: inline-block;
  height: 24px;
  margin-left: 0.45rem;
  width: 24px;
}
.breadcrumb__icon a,
.breadcrumb__icon span {
  padding-left: 0.25rem;
}
.breadcrumb__icon--inicio:before {
  background: url("imgs/icon__home.svg") no-repeat center center;
}
.breadcrumb__list {
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 1.13rem 0;
  overflow: hidden;
  position: relative;
  transition: 0.3s all ease;
}
.breadcrumb__list.collapsable {
  max-height: 2rem;
}
.breadcrumb__list.visible {
  max-height: 2000vh;
}
.breadcrumb__list a,
.breadcrumb__list span {
  font-size: 0.81rem;
  padding: 0.45rem;
  text-decoration: none;
}
.breadcrumb__list a {
  color: #06c;
}
.breadcrumb__list a:hover {
  color: #06c;
  text-decoration: underline;
}
.breadcrumb__list span {
  color: #474646;
}
.breadcrumb__list li {
  -ms-align-items: center;
  align-items: center;
  display: flex;
}
.breadcrumb__list li:not(:last-of-type):after {
  background: url("imgs/icon__arrow--02.svg") no-repeat center center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 15px;
  margin: 0;
  width: 20px;
}
.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  margin-bottom: 1rem;
  width: calc((100% / 3) - (2rem / 3));
}
.card img {
  height: 100%;
  max-width: 4000px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card__abstract {
  margin: 0 1rem 1rem;
  flex-grow: 1;
  font-size: 0.875rem;
  line-height: 1.54;
}
.card__btn {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  padding: 0.4rem 1.25rem 0.81rem;
}
.card__contact {
  border-bottom: 1px solid #26a465;
  padding: 0.5rem 1rem 0.5rem;
}
.card__contact li {
  font: 0.875rem/1.54 'Verdana', sans-serif;
}
.card__contact li span {
  color: #8c8c8c;
}
.card__contact a {
  color: #26a465;
  text-decoration: underline;
  position: relative;
}
.card__contact a:after {
  position: absolute;
  background: rgba(38,164,101,0.1);
  content: '';
  height: calc(100% + 4px);
  opacity: 0;
  transition: 0.3s all ease;
  width: calc(100% + 4px);
  z-index: 0;
}
.card__contact a:hover:after {
  opacity: 1;
}
.card__date {
  color: #8c8c8c;
  font: 0.75rem 'Verdana', sans-serif;
  flex-grow: 1;
}
.card__info {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
}
.card__media {
  min-height: 215px;
}
.card__media--alone {
  padding: 1rem;
  min-height: -webkit-max-content !important;
  min-height: -moz-max-content !important;
  min-height: max-content !important;
}
.card__media--overlay {
  position: relative;
}
.card__media--overlay figcaption {
  position: absolute;
  background: rgba(0,0,0,0.7);
  height: 100%;
  left: 0;
  padding: 1rem;
  top: 0;
  width: 100%;
  z-index: 2;
}
.card__media--overlay h2 {
  color: #fff;
}
.card__media--overlay img {
  height: 100%;
  max-width: 4000px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.card__meta {
  border-bottom: 1px solid #26a465;
  padding: 1rem 1rem 0.5rem;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.card__tags {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-shrink: 0;
}
.card__tags p {
  color: #8c8c8c;
  font: 0.75rem 'Verdana', sans-serif;
  margin: 0 0.5rem 0;
}
.card__tags ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.card__title {
  margin: 0 1rem 1rem;
  flex-grow: 0;
  color: #474646;
  font: 1.25rem/1.3 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
}
.card--multimedia {
  background: rgba(0,0,0,0.5);
  border-radius: 5px;
  display: flex;
  margin-bottom: 1rem;
  overflow: hidden;
}
.card--multimedia iframe {
  height: 100% !important;
  width: 100% !important;
}
.card--multimedia img {
  height: 100%;
  max-width: 4000px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card--multimedia--audio .title--card-multimedia:before {
  background: url("imgs/icon__multimedio--audio.svg") no-repeat center bottom/contain;
}
.card--multimedia--video .title--card-multimedia:before {
  background: url("imgs/icon__multimedio--video.svg") no-repeat center bottom/90%;
}
.card--multimedia--image .title--card-multimedia:before {
  background: url("imgs/icon__multimedio--image.svg") no-repeat center bottom/contain;
}
.card--multimedia .card__info {
  flex-grow: 1;
  padding: 0;
}
.card--multimedia .card__info a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5rem 1rem 1rem;
}
.card--multimedia .card__info a:hover p {
  text-decoration: underline;
}
.card--multimedia .card__media {
  flex-shrink: 0;
}
.card--multimedia .title--card-multimedia:before {
  display: inline-block;
  content: '';
  height: 1.5rem;
  margin-right: 0.3rem;
  width: 1.5rem;
  vertical-align: baseline;
}
.card--multimedia:nth-of-type(4n+1),
.card--multimedia:nth-of-type(4n+4) {
  width: calc((100% - 1rem) / 3 * 2);
}
.card--multimedia:nth-of-type(4n+1) .card__media,
.card--multimedia:nth-of-type(4n+4) .card__media {
  height: 100%;
  max-height: 290px;
  width: 62%;
}
.card--multimedia:nth-of-type(4n+4) .card__media {
  order: 2;
}
.card--multimedia:nth-of-type(4n+4) .card__info {
  order: 1;
}
.card--multimedia:nth-of-type(4n+2),
.card--multimedia:nth-of-type(4n+3) {
  width: calc((100% - 1rem) / 3);
  flex-direction: column;
}
.card--multimedia:nth-of-type(4n+2) .card__media,
.card--multimedia:nth-of-type(4n+3) .card__media {
  height: 160px;
  width: 100%;
}
.card--secondary {
  background: #fff;
  margin-bottom: 1rem;
  position: relative;
  -ms-align-self: flex-start;
  align-self: flex-start;
  width: calc((100% - 3rem) / 4);
}
.card--secondary:after,
.card--secondary:before {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
}
.card--secondary:before {
  left: 0;
  top: 0;
  border-top: 4px solid #06c;
  border-left: 4px solid #06c;
}
.card--secondary:after {
  right: 0;
  bottom: 0;
  border-bottom: 4px solid #06c;
  border-right: 4px solid #06c;
  z-index: 1;
}
.card--secondary:nth-of-type(even) {
  margin-top: -5.8rem;
}
.card--secondary:nth-of-type(even) img {
  order: 2;
}
.card--secondary:nth-of-type(even) .card__info {
  order: 1;
}
.card--secondary .card__info {
  padding: 1rem;
  position: relative;
  z-index: 2;
}
.card--secondary .card__media {
  height: 500px;
  display: flex;
  flex-direction: column;
}
.card--secondary .card__media img {
  height: 265px;
  max-width: 4000px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.card--publication {
  border-radius: 0 1rem 1rem 0;
  height: 370px;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  width: calc((100% / 4) - (3rem / 4));
}
.card--publication:hover .card__media {
  height: 100%;
  max-width: 2rem;
}
.card--publication figure {
  display: block;
  height: 100%;
  width: 100%;
}
.card--publication .card__media {
  border-radius: 0 1rem 1rem 0;
  box-shadow: 4px 0px 4px rgba(0,0,0,0.25);
  height: 100%;
  max-width: 100%;
  position: relative;
  transition: 0.3s all ease;
  width: 100%;
  z-index: 3;
}
.card--publication .card__media--link {
  display: block;
  width: 100%;
  height: 100%;
}
.card--publication .card__media img {
  max-width: 4000px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: 0 0;
     object-position: 0 0;
}
.card--publication .card__info {
  position: absolute;
  bottom: 0;
  padding-top: 0;
  right: 0;
  width: calc(100% - 2.5rem);
  z-index: 2;
  height: 100%;
}
.card--publication .card__info .card__abstract {
  flex-grow: 1;
}
.card--institutions {
  border-bottom: 1px solid #26a465;
  width: 100% !important;
  padding: 0.5rem 1rem 0.5rem;
}
.card--institutions .card__abstract {
  margin-bottom: 0.5rem;
  display: block;
}
.conjunctural-home {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.conjunctural-home__media {
  flex-shrink: 0;
  height: 65vh;
  margin-right: 2rem;
  min-height: 450px;
  max-height: 650px;
  width: 55%;
}
.conjunctural-home__media img {
  height: 100%;
  max-width: 4000px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.conjunctural-home__info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.conjunctural-home__abstract {
  flex-grow: 1;
  margin-top: 1rem;
}
.conjunctural-home__abstract p {
  color: #454545;
  font: 0.875rem/1.5 'Verdana', sans-serif;
  font-weight: light;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
.dh-home {
  background: rgba(102,153,204,0.2);
  padding: 2rem 0 3rem;
}
.dh-home--abstract {
  max-width: 800px;
  margin-bottom: 2rem;
}
.dh-home--abstract p {
  color: #454545;
  font: 0.875rem/1.5 'Verdana', sans-serif;
  font-weight: light;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  text-align: center;
}
.dh-home__block {
  -ms-align-items: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  text-align: center;
  width: calc((100% - 2rem) / 3);
}
.dh-home__block a {
  display: block;
  height: 100%;
  width: 100%;
}
.dh-home__block p {
  color: #454545;
  font: 0.875rem/1.3 'Verdana', sans-serif;
  font-weight: light;
  letter-spacing: -0.03em;
  margin: 0 1rem;
  text-align: center;
}
.dh-home__media {
  -ms-align-items: center;
  align-items: center;
  display: flex;
  height: 110px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin-bottom: 1rem;
  width: 100%;
}
.dh-home__title {
  color: #06c;
  font: 1.25rem/1.3 'Verdana', sans-serif;
  font-weight: light;
  letter-spacing: -0.03em;
  min-height: 2.5em;
  margin-bottom: 1rem;
  text-align: center;
}
.dh-home--world {
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.dh-home .title--section {
  color: #06c;
}
.dh-mexico {
  display: flex;
  background: #06c;
}
.dh-mexico__abstract {
  flex-grow: 1;
}
.dh-mexico__info {
  padding: 1rem 2rem 3rem;
  display: flex;
  flex-direction: column;
}
.dh-mexico__info .section__header,
.dh-mexico__info .dh-mexico__abstract {
  max-width: clamp(300px, calc((100vw - 2rem) / 2), calc((1200px - 2rem) / 2));
}
.dh-mexico__info .section__header {
  padding: 0 0 1em 0;
}
.dh-mexico__info .title--section {
  color: #fff;
  text-align: left;
}
.dh-mexico__info p {
  color: #fff;
  font: 0.875rem/1.5 'Verdana', sans-serif;
  font-weight: light;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}
.dh-mexico__media {
  width: 50%;
  flex-shrink: 0;
}
.dh-mexico__media img {
  height: 650px;
  max-height: 530px;
  max-width: 4000px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.footer {
  background: #4d4d4d;
  color: #fff;
  padding: 3rem 0;
}
.footer p {
  max-width: 250px;
  line-height: 1.3;
}
.footer p a {
  color: #fff;
}
.footer__block {
  margin-bottom: 2rem;
  width: calc(50% - (1rem / 2));
}
.footer__contact,
.footer__twitter {
  width: 50%;
}
.footer__info {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.footer__logo {
  margin-bottom: 2rem;
}
.footer__sitemap {
  border-top: 1px solid #06c;
  margin-top: 3rem;
  padding-top: 3rem;
}
.header__up {
  background: #06c;
}
.header__up .u__wrap {
  background: url("imgs/bg__un.svg") no-repeat center right;
}
.header__social {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  padding-right: 280px;
  position: relative;
  z-index: 0;
}
.header__social a {
  height: 25px;
  margin: 0 0.8rem;
  position: relative;
  width: 25px;
}
.header__social a:after {
  position: absolute;
  background: #69c;
  display: block;
  content: '';
  height: 0px;
  left: 50%;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s all ease;
  width: 0px;
  z-index: -1;
}
.header__social a:hover:after {
  height: 42px;
  width: 42px;
}
.header__social ul {
  margin-top: 1.625rem;
}
.header__down {
  position: relative;
}
.header__search--btn {
  -ms-align-items: center;
  align-items: center;
  background: #69c;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  padding: 0.3rem;
}
.header__search--container {
  display: flex;
  padding-top: 4px;
}
.header__search--form {
  position: absolute;
  background: #69c;
  bottom: 0;
  height: 100%;
  display: none;
  left: 0;
  width: 100%;
}
.header__search--form.visible {
  display: block;
}
.header__search--form ::-webkit-input-placeholder {
  color: rgba(242,242,242,0.7) !important;
}
.header__search--form :-moz-placeholder {
  color: rgba(242,242,242,0.7) !important;
}
.header__search--form ::-moz-placeholder {
  color: rgba(242,242,242,0.7) !important;
}
.header__search--form :-ms-input-placeholder {
  color: rgba(242,242,242,0.7) !important;
}
.header__search--form input:-moz-placeholder {
  color: rgba(242,242,242,0.7) !important;
}
.issuuembed,
.issuu-isrendered {
  height: -webkit-min-content !important;
  height: -moz-min-content !important;
  height: min-content !important;
}
.lightwindow {
  -ms-align-items: center;
  align-items: center;
  background: rgba(0,0,0,0.8);
  position: fixed;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  left: 0;
  max-height: 0;
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 10;
}
.lightwindow.visible {
  max-height: 100%;
}
.lightwindow__content {
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  color: #f2f2f2;
  max-height: calc(100vh - 2rem);
  max-width: calc(100vw - 2rem);
  position: relative;
}
.lightwindow__close {
  position: absolute;
  background: #333 url("imgs/icon__close.svg") no-repeat center center/55%;
  border: 2px solid #f2f2f2;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  font-size: 0;
  height: 30px;
  right: 0;
  border-radius: 50%;
  top: 0;
  transform: translate(50%, -50%);
  transition: 0.3s all ease;
  width: 30px !important;
  z-index: 10;
}
.lightwindow__image {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 0.5rem;
}
.lightwindow__image img {
  height: 100%;
  max-width: 4000px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.3s all ease;
}
.main {
  display: block;
  flex-grow: 1;
}
.pager {
  -ms-align-items: center;
  align-items: center;
  display: flex;
  font: 0.875rem 'Verdana', sans-serif;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin: 2rem 0 3rem;
  overflow: hidden;
  padding-top: 0.5rem;
  width: 100%;
}
.pager a {
  border-radius: 50%;
  -ms-align-items: center;
  align-items: center;
  color: #474646;
  display: flex;
  height: 32px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  text-align: center;
  text-decoration: none !important;
  transition: 0.3s all ease;
  width: 32px;
}
.pager a:hover {
  background: #69c;
  color: #f2f2f2;
  text-decoration: none;
}
.pager li {
  margin: 0 0.2rem;
}
.pager li:before {
  display: none !important;
}
.pager .active a {
  background: #06c;
  color: #fff;
}
.pager .active a:hover {
  background: #06c;
}
.pager .disabled {
  color: #979797;
}
.pager__first,
.pager__prev,
.pager__next,
.pager__last {
  font-size: 0;
}
.pager__first {
  background: url("imgs/icon__arrow--03.svg") no-repeat center center;
}
.pager__first:hover {
  background: #69c url("imgs/icon__arrow--03.svg") no-repeat center center !important;
}
.pager__prev {
  background: url("imgs/icon__arrow--04.svg") no-repeat center center;
}
.pager__prev:hover {
  background: #69c url("imgs/icon__arrow--04.svg") no-repeat center center !important;
}
.pager__next {
  background: url("imgs/icon__arrow--05.svg") no-repeat center center;
}
.pager__next:hover {
  background: #69c url("imgs/icon__arrow--05.svg") no-repeat center center !important;
}
.pager__last {
  background: url("imgs/icon__arrow--06.svg") no-repeat center center;
}
.pager__last:hover {
  background: #69c url("imgs/icon__arrow--06.svg") no-repeat center center !important;
}
.publications-home {
  background: #f2f2f2;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
.publications-home .archive--publications {
  margin-bottom: 3rem;
}
.releases-home {
  background: #ececec;
  padding-bottom: 3rem;
}
.search__btn {
  background: url("imgs/icon__search.svg") no-repeat center center/auto;
  font-size: 0;
  height: 1rem;
  margin-left: 0.5rem;
  width: 1rem;
}
.search__fields {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-right: 4vw;
}
.search__input {
  font-size: 1rem;
  padding: 0.4em;
  margin: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 1.7em;
}
.section__btn {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  padding: 0.4rem 1.25rem 0.81rem;
}
.section__header {
  padding: 2rem 0 3rem;
}
/*
figure
  height 260px
  margin-bottom 1rem
  &:nth-of-type(6n+1)
  &:nth-of-type(6n+2)
  &:nth-of-type(6n+3)
    width calc( ( 100% / 3 ) - ( 2rem / 3 ) )
  &:nth-of-type(6n+4)
  &:nth-of-type(6n+5)
    width calc( ( 100% / 2 ) - ( 1rem / 2 ) )
  &:nth-of-type(6n)
    width 100%
*/
.single {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.single__abstract {
  background: rgba(102,153,204,0.2);
  margin-bottom: 1.5rem;
  max-width: 800px;
  padding: 1rem;
}
.single__abstract li,
.single__abstract p {
  font: 1.125rem 'Open Sans', sans-serif;
  font-weight: 600;
}
.single__abstract li {
  margin-bottom: 0.3em;
}
.single__abstract p {
  width: 100%;
  max-width: 800px;
}
.single__abstract ol,
.single__abstract ul {
  margin: 1em 0 1em 1em;
}
.single__abstract ol ol,
.single__abstract ul ol,
.single__abstract ol ul,
.single__abstract ul ul {
  margin: 0 0 0.4em 1.2em;
}
.single__abstract ol {
  counter-reset: slideNum;
}
.single__abstract ol li {
  counter-increment: slideNum;
}
.single__abstract ol li:before {
  color: #06c;
  content: counter(slideNum) ".";
  margin-right: 0.5em;
  font-weight: 600;
}
.single__abstract ul li:before {
  color: #06c;
  content: '⬣';
  margin-right: 0.5em;
}
.single__aside {
  display: block;
  margin: 2rem 0 4rem;
  width: 100%;
}
.single__collapse {
  border-radius: 10px;
  border: 1px solid #06c;
  margin-bottom: 1rem;
}
.single__collapse.active {
  background: #69c;
  border: 1px solid #69c;
}
.single__collapse.active .single__collapse-btn {
  background: url("imgs/icon__arrow--08.svg") no-repeat calc(100% - 1.5rem) center !important;
}
.single__collapse.active .single__collapse-btn:hover {
  background: rgba(255,255,255,0.3) url("imgs/icon__arrow--08.svg") no-repeat calc(100% - 1.5rem) center !important;
}
.single__collapse.active h3 {
  color: #fff;
  border-bottom: 1px solid #06c;
}
.single__collapse-btn {
  background: url("imgs/icon__arrow--07.svg") no-repeat calc(100% - 1.5rem) center;
  display: block;
  cursor: pointer;
  padding: 1rem 1rem 0 1rem;
  transition: 0.3s all ease;
  width: 100%;
}
.single__collapse-btn h3 {
  color: #454545;
  font: 1.25rem 'Open Sans', sans-serif;
  font-weight: 700;
  padding-bottom: 1rem;
  text-align: left;
  transition: 0.3s all ease;
}
.single__collapse-btn:hover {
  background: rgba(102,153,204,0.3) url("imgs/icon__arrow--07.svg") no-repeat calc(100% - 1.5rem) center;
}
.single__collapse-section {
  overflow: hidden;
  max-height: 0;
  transition: 0.3s all ease;
}
.single__collapse-section.visible {
  padding: 1rem;
  max-height: 2000vh;
}
.single__collapse-section p {
  font: 0.875rem 'Verdana', sans-serif;
  color: #fff;
}
.single__content {
  margin-top: 2rem;
}
.single__date {
  border-bottom: 1px solid #26a465;
  color: #8c8c8c;
  flex-grow: 1;
  font: 0.75rem 'Verdana', sans-serif;
  padding: 1rem 1rem 0.5rem;
}
.single__end {
  font: 0.875rem 'Verdana', sans-serif;
  font-style: italic;
  margin: 1.5em 0 2em;
  clear: both;
}
.single__gallery {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  margin: 0 auto 2rem;
  padding: 0 1rem;
  max-width: 1400px;
}
.single__gallery figure {
  height: 270px;
  margin-bottom: 1rem;
}
.single__gallery figure:nth-of-type(7n+1),
.single__gallery figure:nth-of-type(7n+2),
.single__gallery figure:nth-of-type(7n+3),
.single__gallery figure:nth-of-type(7n+4) {
  margin-right: 1rem;
  width: calc((100% / 4) - (3rem / 4));
}
.single__gallery figure:nth-of-type(7n+5),
.single__gallery figure:nth-of-type(7n+6),
.single__gallery figure:nth-of-type(7n+7) {
  margin-right: 1rem;
  width: calc((100% / 3) - (2rem / 3));
}
.single__gallery figure:nth-of-type(7n+4),
.single__gallery figure:nth-of-type(7n+7) {
  margin-right: 0;
}
.single__gallery figure button {
  display: block;
  height: 100%;
  width: 100%;
}
.single__gallery img {
  height: 100%;
  max-height: 530px;
  max-width: 4000px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single__gallery--campaigns figure {
  margin-right: 0 !important;
  width: calc((100% / 4) - (3rem / 4)) !important;
}
.single__gallery--campaigns figure:nth-of-type(4n+1),
.single__gallery--campaigns figure:nth-of-type(4n+2),
.single__gallery--campaigns figure:nth-of-type(4n+3) {
  margin-right: 1rem !important;
}
.single__footer {
  display: block;
  margin-bottom: 2rem;
  max-width: 100% !important;
  overflow: hidden;
}
.single__footer a,
.single__footer p {
  max-width: 800px;
  font: 0.875rem/1.54 'Verdana', sans-serif;
}
.single__footer a {
  color: #26a465;
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
.single__footer a:after {
  position: absolute;
  background: rgba(38,164,101,0.1);
  content: '';
  height: calc(100% + 4px);
  opacity: 0;
  transition: 0.3s all ease;
  width: calc(100% + 4px);
  z-index: 0;
}
.single__footer a:hover:after {
  opacity: 1;
}
.single__footer p {
  color: #8c8c8c;
  margin-bottom: 1em;
}
.single__footer strong {
  color: #454545;
  font-weight: 400;
}
.single__footer sup {
  color: #26a465;
  font-size: 0.6rem;
  vertical-align: revert;
  display: inline-block;
  margin-right: 0.7em;
}
.single__footer sup + p {
  display: inline-block;
}
.single__footnotes {
  border-bottom: 1px solid #06c;
  border-top: 1px solid #06c;
  margin: 1rem 0;
  max-width: 800px;
  padding: 1rem 0 0;
}
.single__footnotes li {
  display: flex;
}
.single__footnotes p {
  color: #454545;
}
.single__footnotes sup {
  font: 0.875rem/1.54 'Verdana', sans-serif;
  font-weight: 400;
  color: #06c;
  margin-right: 0.5em;
}
.single__footnotes sup:before {
  content: '[';
}
.single__footnotes sup:after {
  content: ']';
}
.single__media {
  width: 100%;
  height: 530px;
  max-height: 80vh;
}
.single__media img {
  height: 100%;
  max-height: 530px;
  max-width: 4000px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.single__meta {
  display: flex;
  margin-bottom: 1.5rem;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.single__share {
  border-bottom: 1px solid #26a465;
  flex-shrink: 1;
  padding: 1rem 0 0.5rem;
}
.single__share:nth-of-type(1) {
  padding-left: 1rem;
}
.single__share:nth-last-of-type(1) {
  padding-right: 1rem;
}
.single__share ul {
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.single__share li {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.single__share a {
  display: block;
  padding: 0.3rem;
}
.single__tags {
  display: block;
  margin-top: 2rem;
}
.single__tags h3 {
  color: #06c;
  font: 1.25rem 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 1em 0 1.2em;
}
.single__tags ul {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.single__text a,
.single__text p,
.single__text li {
  max-width: 800px;
  font: 0.875rem/1.65 'Verdana', sans-serif;
}
.single__text a {
  color: #26a465;
  text-decoration: underline;
  position: relative;
}
.single__text a:after {
  position: absolute;
  background: rgba(38,164,101,0.1);
  content: '';
  height: calc(100% + 4px);
  opacity: 0;
  transition: 0.3s all ease;
  width: calc(100% + 4px);
  z-index: 0;
}
.single__text a:hover:after {
  opacity: 1;
}
.single__text a.sup {
  color: #26a465;
  font-size: 0.6rem;
  vertical-align: revert;
  display: inline-block;
  margin-left: 0.3em;
}
.single__text blockquote {
  background: #69c;
  margin-bottom: 1.5rem;
  max-width: 800px;
  padding: 1rem calc(5px + 8px + 1rem);
  position: relative;
}
.single__text blockquote:after,
.single__text blockquote:before {
  position: absolute;
  background: #fff;
  content: '';
  height: 100%;
  top: 0;
  width: 5px;
}
.single__text blockquote:after {
  right: 8px;
}
.single__text blockquote:before {
  left: 8px;
}
.single__text blockquote .single__author {
  font-weight: 700;
  text-align: right;
  margin-top: 0.5rem;
}
.single__text blockquote p {
  color: #fff;
  margin: 0 auto;
  font: 1rem/1.35 'Verdana', sans-serif;
}
.single__text h1,
.single__text h2,
.single__text h3,
.single__text h4,
.single__text h5,
.single__text h6 {
  margin: 1em 0 1.2em;
  word-break: break-word;
  max-width: 800px;
}
.single__text h1,
.single__text h2 {
  font: 1.5rem 'Open Sans', sans-serif;
  color: #06c;
  font-weight: 700;
}
.single__text h3 {
  font: 1.25rem 'Open Sans', sans-serif;
  color: #06c;
  font-weight: 700;
}
.single__text hr {
  border: 0;
  border-bottom: 1px solid #26a465;
  margin: 2rem 0;
  max-width: 800px;
  width: 100%;
}
.single__text iframe {
  height: auto;
  max-width: 800px;
  min-height: 450px;
  margin: 1rem 0 2rem 0;
  width: 100%;
}
.single__text iframe[src*="anchor.fm"],
.single__text iframe[src*="spotify.com"] {
  min-height: 0 !important;
}
.single__text img {
  max-width: calc(800px - 2rem);
  margin: 1rem;
  float: left;
}
.single__text li {
  margin-bottom: 0.6em;
}
.single__text ol,
.single__text ul {
  margin: 1em 0 1em 1em;
}
.single__text ol ol,
.single__text ul ol,
.single__text ol ul,
.single__text ul ul {
  margin: 0 0 0.4em 1.2em;
}
.single__text ol {
  counter-reset: slideNum;
}
.single__text ol li {
  counter-increment: slideNum;
}
.single__text ol li:before {
  color: #06c;
  content: counter(slideNum) ".";
  margin-right: 0.5em;
  font-weight: 600;
}
.single__text ul li:before {
  color: #06c;
  content: '⬣';
  margin-right: 0.5em;
}
.single__text p {
  margin-bottom: 1em;
}
.single__text table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 2rem 0;
  width: 100%;
}
.single__text table tbody td {
  border-bottom: 1px solid rgba(102,153,204,0.5);
  font: 0.875rem/1.54 'Verdana', sans-serif;
  padding: 0.6rem;
  vertical-align: middle;
}
.single__text table thead th {
  border-bottom: 1px solid #06c;
  border-top: 1px solid #06c;
  color: #69c;
  font: 1.125rem 'Verdana', sans-serif;
  padding: 0.6rem;
  vertical-align: middle;
}
.single__text .content__bullet {
  font: 1.25rem 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0 auto 1rem calc(800px * 0.3);
  padding: 1rem;
  position: relative;
  width: calc(800px * 0.7);
}
.single__text .content__bullet:after,
.single__text .content__bullet:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
}
.single__text .content__bullet:after {
  border-right: 4px solid #06c;
  border-bottom: 4px solid #06c;
  right: 0;
  bottom: 0;
}
.single__text .content__bullet:before {
  border-left: 4px solid #06c;
  border-top: 4px solid #06c;
  left: 0;
  top: 0;
}
.single__text .list--arrow li:before {
  background: url("imgs/icon__arrow--01.svg") no-repeat center center;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0.45rem 0.5em 0 0;
  width: 20px;
}
.single--publications {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
.single--publications .single__content {
  flex-grow: 1;
  margin-right: 2rem;
  margin-top: 0;
}
.single--publications .single__content .title--single {
  margin-top: 0;
}
.single--publications .single__media {
  flex-shrink: 0;
  width: 351px;
}
.single--publications .single__media img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
.slide {
  transition: 0.3s all ease;
}
.slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.slide figure {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.slide figcaption {
  position: absolute;
  background: rgba(0,0,0,0.7);
  left: 0;
  padding: 1rem;
  transition: 0.3s all ease;
  width: 100%;
  z-index: 2;
}
.slide img {
  height: 100%;
  max-width: 4000px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.slider {
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, calc((100vh - 220px) / 3));
  transition: 0.3s all ease;
}
.slider[data-slider="1"] .slide:nth-child(1) {
  grid-area: 1/1/4/4;
}
.slider[data-slider="1"] .slide:nth-child(2) {
  grid-area: 1/4/2/5;
}
.slider[data-slider="1"] .slide:nth-child(3) {
  grid-area: 2/4/3/5;
}
.slider[data-slider="1"] .slide:nth-child(4) {
  grid-area: 3/4/4/5;
}
.slider[data-slider="1"] .slide:nth-child(1) figcaption {
  bottom: 0;
}
.slider[data-slider="1"] .slide:nth-child(1) .title--slide {
  font: 1.5rem/1.3 'Open Sans', sans-serif;
}
.slider[data-slider="1"] .slide:nth-child(2) figcaption,
.slider[data-slider="1"] .slide:nth-child(3) figcaption,
.slider[data-slider="1"] .slide:nth-child(4) figcaption {
  opacity: 0;
  height: 100%;
  top: 0;
}
.slider[data-slider="1"] .slide:nth-child(2) .title--slide,
.slider[data-slider="1"] .slide:nth-child(3) .title--slide,
.slider[data-slider="1"] .slide:nth-child(4) .title--slide {
  font: 1.25rem/1.3 'Open Sans', sans-serif;
}
.slider[data-slider="1"] .slide:nth-child(2):hover figcaption,
.slider[data-slider="1"] .slide:nth-child(3):hover figcaption,
.slider[data-slider="1"] .slide:nth-child(4):hover figcaption {
  opacity: 1;
}
.slider[data-slider="2"] .slide:nth-child(2) {
  grid-area: 1/1/4/4;
}
.slider[data-slider="2"] .slide:nth-child(3) {
  grid-area: 1/4/2/5;
}
.slider[data-slider="2"] .slide:nth-child(4) {
  grid-area: 2/4/3/5;
}
.slider[data-slider="2"] .slide:nth-child(1) {
  grid-area: 3/4/4/5;
}
.slider[data-slider="2"] .slide:nth-child(2) figcaption {
  bottom: 0;
}
.slider[data-slider="2"] .slide:nth-child(2) .title--slide {
  font: 1.5rem/1.3 'Open Sans', sans-serif;
}
.slider[data-slider="2"] .slide:nth-child(3) figcaption,
.slider[data-slider="2"] .slide:nth-child(4) figcaption,
.slider[data-slider="2"] .slide:nth-child(1) figcaption {
  opacity: 0;
  height: 100%;
  top: 0;
}
.slider[data-slider="2"] .slide:nth-child(3) .title--slide,
.slider[data-slider="2"] .slide:nth-child(4) .title--slide,
.slider[data-slider="2"] .slide:nth-child(1) .title--slide {
  font: 1.25rem/1.3 'Open Sans', sans-serif;
}
.slider[data-slider="2"] .slide:nth-child(3):hover figcaption,
.slider[data-slider="2"] .slide:nth-child(4):hover figcaption,
.slider[data-slider="2"] .slide:nth-child(1):hover figcaption {
  opacity: 1;
}
.slider[data-slider="3"] .slide:nth-child(3) {
  grid-area: 1/1/4/4;
}
.slider[data-slider="3"] .slide:nth-child(4) {
  grid-area: 1/4/2/5;
}
.slider[data-slider="3"] .slide:nth-child(1) {
  grid-area: 2/4/3/5;
}
.slider[data-slider="3"] .slide:nth-child(2) {
  grid-area: 3/4/4/5;
}
.slider[data-slider="3"] .slide:nth-child(3) figcaption {
  bottom: 0;
}
.slider[data-slider="3"] .slide:nth-child(3) .title--slide {
  font: 1.5rem/1.3 'Open Sans', sans-serif;
}
.slider[data-slider="3"] .slide:nth-child(4) figcaption,
.slider[data-slider="3"] .slide:nth-child(1) figcaption,
.slider[data-slider="3"] .slide:nth-child(2) figcaption {
  opacity: 0;
  height: 100%;
  top: 0;
}
.slider[data-slider="3"] .slide:nth-child(4) .title--slide,
.slider[data-slider="3"] .slide:nth-child(1) .title--slide,
.slider[data-slider="3"] .slide:nth-child(2) .title--slide {
  font: 1.25rem/1.3 'Open Sans', sans-serif;
}
.slider[data-slider="3"] .slide:nth-child(4):hover figcaption,
.slider[data-slider="3"] .slide:nth-child(1):hover figcaption,
.slider[data-slider="3"] .slide:nth-child(2):hover figcaption {
  opacity: 1;
}
.slider[data-slider="4"] .slide:nth-child(4) {
  grid-area: 1/1/4/4;
}
.slider[data-slider="4"] .slide:nth-child(1) {
  grid-area: 1/4/2/5;
}
.slider[data-slider="4"] .slide:nth-child(2) {
  grid-area: 2/4/3/5;
}
.slider[data-slider="4"] .slide:nth-child(3) {
  grid-area: 3/4/4/5;
}
.slider[data-slider="4"] .slide:nth-child(4) figcaption {
  bottom: 0;
}
.slider[data-slider="4"] .slide:nth-child(4) .title--slide {
  font: 1.5rem/1.3 'Open Sans', sans-serif;
}
.slider[data-slider="4"] .slide:nth-child(1) figcaption,
.slider[data-slider="4"] .slide:nth-child(2) figcaption,
.slider[data-slider="4"] .slide:nth-child(3) figcaption {
  opacity: 0;
  height: 100%;
  top: 0;
}
.slider[data-slider="4"] .slide:nth-child(1) .title--slide,
.slider[data-slider="4"] .slide:nth-child(2) .title--slide,
.slider[data-slider="4"] .slide:nth-child(3) .title--slide {
  font: 1.25rem/1.3 'Open Sans', sans-serif;
}
.slider[data-slider="4"] .slide:nth-child(1):hover figcaption,
.slider[data-slider="4"] .slide:nth-child(2):hover figcaption,
.slider[data-slider="4"] .slide:nth-child(3):hover figcaption {
  opacity: 1;
}
.subtitle--institutions {
  color: #474646;
  display: block;
  font: 1.25rem 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 1rem 0.2rem 1rem;
}
.timeline {
  display: flex;
}
.timeline__col {
  flex-grow: 1;
  max-width: calc((100% - 270px) / 3);
  margin-bottom: 2rem;
}
.timeline__col--years {
  width: 270px;
  flex-shrink: 0;
}
.timeline__container {
  overflow: auto;
  max-height: calc(100vh - 200px);
  padding: 0.5rem;
}
.timeline__header {
  height: 4rem;
  border-bottom: 1px solid rgba(102,153,204,0.2);
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.timeline__info {
  transition: 0.3s all ease;
}
.timeline__info h4 {
  font: 1.25rem/1.3 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
  letter-spacing: -0.02em;
}
.timeline__info p {
  border-bottom: 1px solid #69c;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font: 0.875rem/1.3 'Verdana', sans-serif;
}
.timeline__info--mexican_context.visible,
.timeline__info--universal_system.visible,
.timeline__info--world_context.visible {
  color: #fff;
  padding: 1rem;
}
.timeline__info--mexican_context.visible {
  background: #004891;
}
.timeline__info--universal_system.visible {
  background: #00152a;
}
.timeline__info--world_context.visible {
  background: #002d59;
}
.timeline__title {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font: 0.875rem/1.5 'Verdana', sans-serif;
  letter-spacing: -0.02em;
}
.timeline__title:before {
  content: '';
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
  margin: 0 0.5rem 0.5rem 0;
}
.timeline__title--universal_system:before {
  background: #00152a;
}
.timeline__title--world_context:before {
  background: #002d59;
}
.timeline__title--mexican_context:before {
  background: #004891;
}
.timeline__year {
  padding-left: 40px;
  margin-bottom: 2rem;
}
.timeline__year--abstract {
  max-height: 0;
  overflow: hidden;
}
.timeline__year--abstract.visible {
  max-height: 2000vh;
}
.timeline__year--abstract.visible p {
  font: 0.875rem/1.3 'Verdana', sans-serif;
}
.timeline__year--btn {
  background: #fff;
  border: 1px solid #06c;
  color: #06c;
  font: 1.125rem/1 'Open Sans', sans-serif;
  font-weight: 700;
  min-width: 100px;
  padding: 0.25em 1rem;
  border-radius: 1em;
  transition: 0.3s all ease;
}
.timeline__year--btn:hover {
  background: #69c;
  color: #fff;
}
.timeline__year--btn.active {
  background: #06c;
  color: #fff;
  width: 100%;
}
.timeline__year--number {
  position: relative;
}
.timeline__year--number:after,
.timeline__year--number:before {
  position: absolute;
  background: #06c;
  display: block;
  content: '';
  top: 50%;
}
.timeline__year--number:after {
  height: 1px;
  transform: translate(-100%, -50%);
  width: 26px;
}
.timeline__year--number:before {
  height: 12px;
  border-radius: 50%;
  transform: translate(calc(-100% - 22px), -50%);
  width: 12px;
}
.timeline__year--mexican_context {
  display: none;
}
.timeline__year--universal_system {
  display: none;
}
.timeline__year--world_context {
  display: none;
}
.timeline__years {
  border-right: 2px solid #06c;
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
  position: relative;
}
.timeline__years--select {
  border-bottom: 1px solid #aaa;
  width: 100%;
  position: relative;
}
.timeline__years--select:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  height: 100%;
  width: 24px;
  background: url("imgs/icon__arrow--07.svg") no-repeat right center/24px;
  z-index: -1;
}
.timeline__years--select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  font: 1.125rem/1.3 'Open Sans', sans-serif;
  outline: none;
  padding: 0.3rem;
  width: 100%;
}
.timeline__years:after,
.timeline__years:before {
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  top: 0;
}
.timeline__years:after {
  background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0) 15px, rgba(0,102,204,0.2) 15px, rgba(0,102,204,0.2));
  background-size: 100% 16px;
  left: 0;
  width: 24px;
}
.timeline__years:before {
  width: 4px;
  background: rgba(0,102,204,0.2);
  left: 10px;
}
.title--card {
  color: #474646;
  font: 1.5rem/1.3 'Open Sans', sans-serif;
  font-weight: 700;
}
.title--card.title--institucions {
  margin: 0 1rem 1rem 1rem;
  min-height: 2.6em;
}
.title--card.title--institutions {
  margin: 0 1rem 0.5rem 1rem;
  min-height: 0;
}
.title--card-multimedia {
  color: #fff;
  font: 0.875rem/1.3 'Verdana', sans-serif;
  font-weight: light;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.title--card-out {
  color: #474646;
  font: 1.25rem/1.3 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 1rem 1rem;
}
.title--card-secondary {
  color: #454545;
  font: 1rem/1.3 'Verdana', sans-serif;
  font-weight: light;
  letter-spacing: -0.03em;
  flex-grow: 1;
}
.title--footer {
  color: #fff;
  font: 2.5rem 'Verdana', sans-serif;
  margin-bottom: 1.2em;
  width: 100%;
  letter-spacing: -0.01em;
}
.title--footer-sub {
  font-weight: 600;
  font-size: 1.0625rem;
  margin-bottom: 1.2em;
  letter-spacing: -0.01em;
}
.title--search {
  font: 1.25rem 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 2.25rem 0 2rem;
}
.title--search span {
  color: #06c;
}
.title--section {
  font: 3.5rem/1.3 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}
.title--section--underline {
  position: relative;
}
.title--section--underline:after {
  position: absolute;
  background: #06c;
  bottom: -5px;
  content: '';
  height: 2px;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% + 2rem);
}
.title--single {
  font: 2rem/1.3 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 2.25rem 0 2rem;
  max-width: 800px;
}
.title--slide {
  color: #fff;
  font-weight: 700 !important;
  text-shadow: rgba(0,0,0,0.5) 1px 1px 3px;
}
.title--related {
  display: block;
  color: #06c;
  font: 2rem 'Open Sans', sans-serif;
  letter-spacing: -0.03em;
  margin: 1em 0 1.5em;
}
.work_areas {
  border-bottom: 2px solid #06c;
  margin-bottom: 3rem;
  padding: 2rem 0 3rem;
}
.work_areas .blocks--reticula__renglon {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
}
.work_areas .blocks--reticula__renglon .dh-home__block {
  width: calc((100% - 4rem) / 3);
}
.nav--top {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  width: 100%;
}
.nav--top li {
  transition: all 0.5s ease;
}
.nav--top li a {
  color: #000;
  display: block;
  font: 0.875rem 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 0.625rem 0.5rem;
  position: relative;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  transition: all 0.3s ease;
  letter-spacing: -0.02rem;
}
.nav--top li:hover > a,
.nav--top li.current_page_item > a {
  background: #06c;
  color: #fff;
  text-decoration: none;
}
.nav--top li:hover .sub-menu {
  max-height: 300vh;
}
.nav--top li.menu-item-has-children > a {
  padding-right: 28px;
  position: relative;
}
.nav--top li.menu-item-has-children > a:after {
  position: absolute;
  background: url("imgs/icon__arrow--07.svg") no-repeat right center;
  display: block;
  content: '';
  height: 24px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all ease;
  width: 24px;
}
.nav--top li.menu-item-has-children:hover > a:after {
  background: url("imgs/icon__arrow--08.svg") no-repeat right center;
  transform: translate(0, -50%) rotate(180deg);
}
.nav--top li .sub-menu {
  position: absolute;
  display: block;
  margin-top: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #69c;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 130;
}
.nav--top li .sub-menu:hover {
  overflow: visible;
}
.nav--top li .sub-menu a {
  display: block;
  color: #fff;
  text-align: left;
  padding: 0.625rem 0.5rem;
  border-bottom: 1px solid rgba(0,102,204,0.5);
}
.nav--top li .sub-menu a:after {
  display: none;
}
.nav--top li .sub-menu li {
  width: auto;
}
.nav--top li .sub-menu li:hover .sub-menu {
  max-width: 300%;
  border-left: 1px solid rgba(0,102,204,0.5);
}
.nav--top li .sub-menu li.menu-item-has-children {
  position: relative;
}
.nav--top li .sub-menu li.menu-item-has-children > a {
  position: relative;
}
.nav--top li .sub-menu li.menu-item-has-children > a:after {
  position: absolute;
  background: url("imgs/icon__arrow--08.svg") no-repeat right center !important;
  display: block;
  content: '';
  height: 24px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  transition: 0.3s all ease;
  width: 24px;
}
.nav--top li .sub-menu li.menu-item-has-children:hover > a:after {
  transform: translate(0, -50%) rotate(180deg);
}
.nav--top li .sub-menu .sub-menu {
  max-width: 0;
  left: 100%;
  top: 0;
}
.nav--top li .sub-menu .sub-menu a {
  padding: 0.625rem 0.5rem 0.625rem 1rem;
}
.nav--top__list {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.nav--bottom__list {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.nav--bottom__list > .menu-item {
  margin-bottom: 1em;
  width: calc(100% / 4);
}
.nav--bottom__list > .menu-item > a {
  color: #fff;
  display: block;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  margin-bottom: 0.5em;
}
.nav--bottom__list .sub-menu a {
  color: #aaa;
  font-size: 0.875rem;
  display: flex;
}
.nav--bottom__list .sub-menu a:before {
  color: #aaa;
  content: '•';
  flex-shrink: 0;
  font-size: 1.2em;
  margin-right: 0.4rem;
}
.nav--bottom__list .sub-menu li {
  margin: 0 0 0.2rem 0;
}
.nav--bottom__list .sub-menu ul {
  margin-left: 0.9rem;
}
.nav--bottom__list .sub-menu .sub-menu {
  width: 100%;
}
.nav--bottom__list .sub-menu .sub-menu a:before {
  font-size: 1em;
}
@media screen and (max-width: 1024px) {
  .nav--top__list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
}
@media screen and (max-width: 720px) {
  .nav--bottom li {
    text-align: center;
  }
  .nav--bottom li:not(.nav--logo) {
    width: 100%;
  }
  .nav--bottom li a {
    border-bottom: #aaa 1px solid;
    padding: 0.5rem 0;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .nav--bottom li a.open:after {
    transform: translate(0, -50%) rotate(180deg) !important;
  }
  .nav--bottom li a.open + .sub-menu {
    max-height: 300%;
  }
  .nav--bottom li.menu-item-has-children > a {
    padding-right: 28px;
    position: relative;
  }
  .nav--bottom li.menu-item-has-children > a:after {
    position: absolute;
    background: url("imgs/icon__arrow--08.svg") no-repeat right center;
    display: block;
    content: '';
    height: 24px;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.3s all ease;
    width: 24px;
  }
  .nav--bottom li .sub-menu {
    position: relative;
    max-width: 100%;
    max-height: 0;
    padding: 0;
    overflow: hidden;
  }
  .nav--top {
    color: #454545;
    cursor: pointer;
    height: auto;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 100;
  }
  .nav--top:after {
    position: absolute;
    -ms-align-items: center;
    align-items: center;
    color: #000;
    content: "☰ Menú";
    display: flex;
    font-size: 1rem;
    height: 33px;
    left: 0;
    line-height: 1rem;
    padding: 0 2vw;
    text-align: left;
    width: calc(100% - 33px);
  }
  .nav--top li {
    text-align: center;
  }
  .nav--top li:not(.nav--logo) {
    width: 100%;
  }
  .nav--top li a {
    border-bottom: #aaa 1px solid;
    font-size: 1rem;
    color: #06c;
    padding: 0.5rem;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .nav--top li a.open:after {
    transform: translate(0, -50%) rotate(180deg) !important;
  }
  .nav--top li a.open + .sub-menu {
    max-height: 300%;
  }
  .nav--top li.nav--logo {
    display: none;
    overflow: hidden;
  }
  .nav--top li .sub-menu {
    position: relative;
    max-width: 100%;
    max-height: 0;
    padding: 0;
    left: 0 !important;
    width: 100%;
  }
  .nav--top li .sub-menu .sub-menu {
    max-width: 100vw;
    width: 100%;
  }
  .nav--top li .sub-menu .sub-menu a {
    padding-left: 1.5rem;
  }
  .nav--top__list {
    position: absolute;
    background: #fff;
    flex-direction: column;
    max-height: 0;
    max-width: 100vw !important;
    overflow: hidden;
    padding: 0;
    top: 33px;
    transition: all 0.5s ease;
    width: 100%;
    z-index: -1;
  }
  .checkbox-hack__label {
    display: block;
    cursor: pointer;
    height: 100%;
    left: 0;
    font-size: 1.1rem;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: calc(100% - 33px);
    z-index: 101;
  }
}
.checkbox__hack {
  display: none;
}
.checkbox__hack:checked ~ .nav--top {
  overflow: visible;
  width: 100%;
  max-height: 100vh;
}
.checkbox__hack:checked ~ .nav--top:before {
  content: '';
  width: 100%;
  height: 100vh;
  background: #fff;
  display: block;
  left: 0;
  top: 80px;
  z-index: 3;
  position: absolute;
}
.checkbox__hack:checked ~ .nav--top:after {
  content: "X Cerrar";
  background: #06c;
  color: #fff;
}
.checkbox__hack:checked ~ .nav--top .nav--top__list {
  max-height: 100vh;
  z-index: 100;
  box-shadow: #fff 0 100vh 0 100vh;
}
.u__wrap {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2rem);
  max-width: 1200px;
}
._oculto {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
._oculto.focusable:active,
._oculto.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.m-1 {
  margin: 0.5rem;
}
.m-2 {
  margin: 1rem;
}
.m-3 {
  margin: 1.5rem;
}
.m-4 {
  margin: 2rem;
}
.mb-0 {
  margin-bottom: 0rem;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.mb-2 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 2rem;
}
.mb-5 {
  margin-bottom: 2.5rem;
}
.mb-6 {
  margin-bottom: 3rem;
}
.mt-1 {
  margin-top: 0.5rem;
}
.mt-2 {
  margin-top: 1rem;
}
.mt-3 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 2rem;
}
.ml-1 {
  margin-left: 0.5rem;
}
.ml-2 {
  margin-left: 1rem;
}
.ml-3 {
  margin-left: 1.5rem;
}
.ml-4 {
  margin-left: 2rem;
}
.mr-1 {
  margin-right: 0.5rem;
}
.mr-2 {
  margin-right: 1rem;
}
.mr-3 {
  margin-right: 1.5rem;
}
.mr-4 {
  margin-right: 2rem;
}
.pb-1 {
  padding-bottom: 0.5rem;
}
.pb-2 {
  padding-bottom: 1rem;
}
.pb-3 {
  padding-bottom: 1.5rem;
}
.pb-4 {
  padding-bottom: 2rem;
}
.pt-1 {
  padding-top: 0.5rem;
}
.pt-2 {
  padding-top: 1rem;
}
.pt-3 {
  padding-top: 1.5rem;
}
.pt-4 {
  padding-top: 2rem;
}
.pl-1 {
  padding-left: 0.5rem;
}
.pl-2 {
  padding-left: 1rem;
}
.pl-3 {
  padding-left: 1.5rem;
}
.pl-4 {
  padding-left: 2rem;
}
.pr-1 {
  padding-right: 0.5rem;
}
.pr-2 {
  padding-right: 1rem;
}
.pr-3 {
  padding-right: 1.5rem;
}
.pr-4 {
  padding-right: 2rem;
}
.color__office {
  color: #06c;
}
.txt__center {
  text-align: center;
}
.txt__left {
  text-align: left;
}
.txt__left p {
  text-align: left;
}
.jQKeyboardContainer {
  background: #000;
  border-radius: 6px;
  border: 1px solid #5d5d5d;
  bottom: 0;
  box-shadow: 3px 3px 6px #181818;
  display: table;
  left: 50%;
  max-width: calc(100% - 1rem);
  padding: 4px;
  position: fixed;
  transform: translate(-50%, 0);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 999;
}
.jQKeyboardContainer input[type=text].jQKeyboard.focus,
.jQKeyboardContainer textarea.jQKeyboard.focus {
  outline: 0;
  border-color: #2a67b0;
  box-shadow: 0 0 10px #2a67b0;
  transition-property: border-color, box-shadow;
}
.jQKeyboardContainer div.jQKeyboardRow {
  display: table-row;
  text-align: center;
}
.jQKeyboardContainer button.jQKeyboardBtn {
  color: #fff;
  background: #424242;
  line-height: 2.25em;
  min-width: 36px;
  margin: 0;
  padding: 1px 6px 1px 6px;
  border: 2px solid #000;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}
.jQKeyboardContainer button.jQKeyboardBtn:hover {
  background: #26b3f7;
}
.jQKeyboardContainer button.jQKeyboardBtn:active,
.jQKeyboardContainer button.jQKeyboardBtn.shift-active {
  background: #0972a5;
}
.jQKeyboardContainer button.jQKeyboardBtn.disabled {
  color: #d9d9d9;
  background: #5e626e;
  background-image: -webkit-linear-gradient(#939393, #939393);
  opacity: 0.9;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-0 {
  width: 48px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-2 {
  width: 72px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-3 {
  width: 96px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-4 {
  width: 120px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-5 {
  width: 144px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-6 {
  width: 168px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-7 {
  width: 192px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-8 {
  width: 216px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-8 {
  width: 240px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-9 {
  width: 268px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-10 {
  width: 292px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-11 {
  width: 316px;
}
.jQKeyboardContainer button.jQKeyboardBtn.ui-button-colspan-12 {
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .header__down .u__wrap {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .block--cuarto,
  .block--tercio {
    width: 49%;
  }
  .single__gallery figure {
    height: 240px;
  }
  .single__gallery figure:nth-of-type(5n+1),
  .single__gallery figure:nth-of-type(5n+2),
  .single__gallery figure:nth-of-type(5n+3) {
    margin-right: 1rem !important;
    width: calc((100% / 3) - (2rem / 3));
  }
  .single__gallery figure:nth-of-type(5n+4),
  .single__gallery figure:nth-of-type(5n+5) {
    margin-right: 1rem !important;
    width: calc((100% / 2) - (1rem / 2));
  }
  .single__gallery figure:nth-of-type(5n+3),
  .single__gallery figure:nth-of-type(5n+5) {
    margin-right: 0 !important;
  }
  .single__gallery--campaigns figure:nth-of-type(1n) {
    margin-right: 0 !important;
    width: calc((100% / 3) - (2rem / 3)) !important;
  }
  .single__gallery--campaigns figure:nth-of-type(3n+1),
  .single__gallery--campaigns figure:nth-of-type(3n+2) {
    margin-right: 1rem !important;
  }
  .single__text img {
    max-width: calc(100% - 2rem) !important;
  }
  .work_areas .blocks--reticula__renglon {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
  }
  .work_areas .blocks--reticula__renglon .dh-home__block {
    width: calc((100% - 3rem) / 2);
  }
}
@media screen and (max-width: 720px) {
  body,
  html {
    font-size: 15px;
  }
  body.fsize--0,
  html.fsize--0 {
    font-size: 10.5px !important;
  }
  body.fsize--1,
  html.fsize--1 {
    font-size: 12px !important;
  }
  body.fsize--2,
  html.fsize--2 {
    font-size: 13.5px !important;
  }
  body.fsize--3,
  html.fsize--3 {
    font-size: 15px !important;
  }
  body.fsize--4,
  html.fsize--4 {
    font-size: 16.5px !important;
  }
  body.fsize--5,
  html.fsize--5 {
    font-size: 18px !important;
  }
  body.fsize--6,
  html.fsize--6 {
    font-size: 22.5px !important;
  }
  body.fsize--7,
  html.fsize--7 {
    font-size: 27px !important;
  }
  body.fsize--8,
  html.fsize--8 {
    font-size: 31.5px !important;
  }
  body.fsize--9,
  html.fsize--9 {
    font-size: 37.5px !important;
  }
  body.fsize--10,
  html.fsize--10 {
    font-size: 45px !important;
  }
  .block {
    margin-bottom: 2rem;
  }
  .blocks--reticula,
  .blocks--reticula--centrado,
  .blocks--reticula--around,
  .blocks--reticula__renglon {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .block--cuarto,
  .block--mitad,
  .block--tercio {
    width: 100%;
  }
  .block__columnas {
    -moz-column-count: 1;
    column-count: 1;
  }
  .access {
    display: none;
  }
  .access__btns {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    padding-right: 0;
  }
  .access__options {
    background: #900;
  }
  .archive--audios .card:nth-of-type(1),
  .archive--audios .card:nth-of-type(2) {
    width: 100%;
  }
  .archive--general .card {
    width: 100%;
  }
  .archive--publications {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .archive--releases .card:nth-of-type(1),
  .archive--releases .card:nth-of-type(2) {
    width: 100%;
  }
  .archive--releases-home {
    margin: 0 0 2rem 0;
  }
  .archive--videos .card:nth-of-type(1),
  .archive--videos .card:nth-of-type(2) {
    width: 100%;
  }
  .btn {
    text-align: center;
  }
  .btn--pill {
    font: 1rem;
  }
  .btn--pill--small {
    font-size: 0.88rem;
  }
  .btn--primary {
    font: 1rem;
  }
  .btn--secondary {
    font: 1rem;
  }
  .btn--small {
    font-size: 0.88rem;
  }
  .breadcrumb__list {
    margin: 0 0.5rem;
  }
  .card {
    width: 100%;
    margin-bottom: 1.4rem;
  }
  .card__abstract {
    margin: 0;
  }
  .card__contact {
    padding: 0.5rem 0 0.5rem;
  }
  .card__date {
    font-size: 1rem;
  }
  .card__info {
    padding-top: 0;
  }
  .card__media {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .card__media--alone {
    padding: 1rem 0;
  }
  .card__meta {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .card__tags {
    margin-top: 0.5em;
  }
  .card__tags p {
    font-size: 1rem;
    margin: 0 0.5em 0 0;
  }
  .card--multimedia {
    flex-direction: column;
    max-height: 1000vh !important;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .card--multimedia:nth-of-type(4n+1),
  .card--multimedia:nth-of-type(4n+4) {
    width: 100%;
  }
  .card--multimedia:nth-of-type(4n+1) .card__media,
  .card--multimedia:nth-of-type(4n+4) .card__media {
    max-height: 160px;
    width: 100%;
  }
  .card--multimedia:nth-of-type(4n+2),
  .card--multimedia:nth-of-type(4n+3) {
    width: 100%;
  }
  .card--multimedia:nth-of-type(4n+4) .card__media {
    order: 1;
  }
  .card--multimedia:nth-of-type(4n+4) .card__info {
    order: 2;
  }
  .card--multimedia:nth-of-type(6),
  .card--multimedia:nth-of-type(7) {
    display: none;
  }
  .card--multimedia .card__info a {
    padding-bottom: 1.3rem 1rem 1.5rem;
  }
  .card--multimedia .title--card-multimedia:before {
    height: 1.2em;
    width: 1.2em;
  }
  .card--secondary {
    width: 100%;
  }
  .card--secondary .card__media {
    height: auto;
  }
  .card--secondary .card__media img {
    height: 200px;
  }
  .card--secondary:nth-of-type(even) {
    margin-top: 0;
  }
  .card--secondary:nth-of-type(even) img {
    order: 1;
  }
  .card--secondary:nth-of-type(even) .card__info {
    order: 2;
  }
  .card--publication {
    width: 85%;
    margin: inherit auto;
  }
  .conjunctural-home__media {
    height: 350px;
    margin-right: 0;
    min-height: 350px;
    overflow: hidden;
    width: 100%;
  }
  .content__bullet p {
    width: 100%;
    min-width: 100%;
  }
  .dh-home .section__btn {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    width: 100%;
  }
  .dh-home .section__btn .btn {
    width: 100%;
    flex-grow: 1;
  }
  .dh-home__media {
    height: 90px;
  }
  .dh-home__media img {
    height: 90px;
  }
  .dh-home__block {
    border-bottom: 1px solid rgba(102,153,204,0.5);
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    width: 100%;
  }
  .dh-home__title {
    font-size: 1.2rem;
    min-height: 2em;
    margin-bottom: 0.88rem;
  }
  .dh-mexico {
    flex-direction: column;
  }
  .dh-mexico__info .title--section,
  .dh-mexico__info p {
    text-align: center;
  }
  .dh-mexico__info .section__header,
  .dh-mexico__info .dh-mexico__abstract {
    max-width: 100%;
    width: 100%;
  }
  .dh-mexico__media {
    height: 350px;
    margin-right: 0;
    min-height: 350px;
    overflow: hidden;
    width: 100%;
  }
  .dh-mexico footer {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    width: 100%;
  }
  .dh-mexico footer .btn {
    width: 100%;
    flex-grow: 1;
  }
  .footer__block {
    margin-bottom: 2rem;
    width: 100%;
  }
  .footer__contact,
  .footer__twitter {
    width: 100%;
  }
  .footer__info {
    flex-direction: column;
    text-align: center;
  }
  .footer__logo {
    text-align: center;
  }
  .footer p {
    margin: auto;
  }
  .header__down > .u__wrap {
    position: relative;
    width: 100%;
  }
  .header__logo img {
    max-width: 300px;
  }
  .header__search--container {
    padding-top: 0;
  }
  .header__search--form.visible {
    z-index: 999;
  }
  .header__social {
    padding-right: 0;
  }
  .header__social a {
    display: flex;
    margin: 0.2rem 0;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  .header__social ul {
    flex-direction: column;
    margin-top: 0;
    margin-left: 0.5rem;
  }
  .header__social img {
    width: 1rem;
    display: block;
  }
  .header__up > .blocks--reticula {
    flex-direction: row;
  }
  .publications-home .card__btn {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
  .publications-home .card__btn .btn {
    width: 100%;
    flex-grow: 1;
    text-align: center;
  }
  .section__btn {
    flex-direction: column;
  }
  .section__btn .btn {
    margin-bottom: 1em;
    text-align: center;
  }
  .section__header {
    padding: 1.5rem 0 2.5rem;
  }
  .single__date {
    font-size: 1rem;
    width: 100%;
  }
  .single__gallery figure {
    height: 200px;
    margin-right: 0rem !important;
    width: calc((100% / 2) - (1rem / 2)) !important;
  }
  .single__gallery figure:nth-of-type(3n+3) {
    width: 100% !important;
  }
  .single__gallery figure:nth-of-type(3n+1) {
    margin-right: 1rem !important;
  }
  .single__gallery--campaigns figure:nth-of-type(1n) {
    margin-right: 0 !important;
    width: calc((100% / 2) - (1rem / 2)) !important;
  }
  .single__gallery--campaigns figure:nth-of-type(2n+1) {
    margin-right: 1rem !important;
  }
  .single__media {
    height: 350px;
  }
  .single__meta {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .single__share {
    border-bottom: none;
    padding: 0.5rem;
  }
  .single__share .addtoany_list a,
  .single__share .widget .addtoany_list a {
    padding: 0.3rem !important;
  }
  .single__text a,
  .single__text p,
  .single__text li {
    font: 1rem;
  }
  .single__text .content__bullet {
    margin: 0 auto 1rem auto;
    width: 90%;
  }
  .single__text table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .single__text table tr {
    border: 1px solid #06c;
    border-bottom: 2px solid rgba(102,153,204,0.5);
    display: block;
  }
  .single__text table td {
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
  }
  .single__text table td:last-of-type {
    border-bottom: 1px solid #06c;
  }
  .single__text table td:before {
    color: #69c;
    content: attr(data-label);
    float: left;
    font: 1em 'Verdana', sans-serif;
    margin-right: 1em;
    width: 40%;
    flex-shrink: 0;
    text-align: left;
    font-weight: 600;
  }
  .single--publications {
    flex-direction: column;
  }
  .single--publications .single__content {
    order: 1;
  }
  .single--publications .single__media {
    order: 0;
    height: auto;
  }
  .single--publications .single__media img {
    height: 100%;
  }
  .slide figcaption {
    opacity: 1 !important;
    top: 0 !important;
    bottom: unset !important;
  }
  .slider {
    grid-gap: 0.2rem;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, calc((100vh - 50px) / 3));
  }
  .slider[data-slider="1"] .slide:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .slider[data-slider="1"] .slide:nth-child(2) {
    grid-area: 3/1/4/2;
  }
  .slider[data-slider="1"] .slide:nth-child(3) {
    grid-area: 4/1/5/2;
  }
  .slider[data-slider="1"] .slide:nth-child(4) {
    grid-area: 5/1/6/2;
  }
  .slider[data-slider="2"] .slide:nth-child(2) {
    grid-area: 1/1/3/2;
  }
  .slider[data-slider="2"] .slide:nth-child(3) {
    grid-area: 3/1/4/2;
  }
  .slider[data-slider="2"] .slide:nth-child(4) {
    grid-area: 4/1/5/2;
  }
  .slider[data-slider="2"] .slide:nth-child(1) {
    grid-area: 5/1/6/2;
  }
  .slider[data-slider="3"] .slide:nth-child(3) {
    grid-area: 1/1/3/2;
  }
  .slider[data-slider="3"] .slide:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .slider[data-slider="3"] .slide:nth-child(1) {
    grid-area: 4/1/5/2;
  }
  .slider[data-slider="3"] .slide:nth-child(2) {
    grid-area: 5/1/6/2;
  }
  .slider[data-slider="4"] .slide:nth-child(4) {
    grid-area: 1/1/3/2;
  }
  .slider[data-slider="4"] .slide:nth-child(1) {
    grid-area: 3/1/4/2;
  }
  .slider[data-slider="4"] .slide:nth-child(2) {
    grid-area: 4/1/5/2;
  }
  .slider[data-slider="4"] .slide:nth-child(3) {
    grid-area: 5/1/6/2;
  }
  .timeline {
    flex-direction: column;
  }
  .timeline__col {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
  }
  .timeline__col--years {
    order: 3;
  }
  .timeline__container {
    padding: 0;
    max-height: none;
  }
  .timeline__header {
    height: auto;
    margin-bottom: 0;
  }
  .timeline__header--select {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
  }
  .timeline__info--universal_system,
  .timeline__info--world_context,
  .timeline__info--mexican_context {
    display: none;
  }
  .timeline__year--mexican_context,
  .timeline__year--universal_system,
  .timeline__year--world_context {
    display: block;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: 0.3s all ease;
  }
  .timeline__year--mexican_context.visible,
  .timeline__year--universal_system.visible,
  .timeline__year--world_context.visible {
    border-bottom: 1px solid #69c;
    color: #fff;
    margin-bottom: 0.5rem;
    max-height: 100vh;
    overflow: auto;
    padding: 1rem;
    padding-bottom: 0.5rem;
  }
  .timeline__year--mexican_context.visible {
    background: #004891;
  }
  .timeline__year--universal_system.visible {
    margin-top: 0.5rem;
    background: #00152a;
  }
  .timeline__year--world_context.visible {
    background: #002d59;
  }
  .timeline__years--select {
    margin-bottom: 0;
  }
  .title--card {
    font-size: 1.3rem;
  }
  .title--card.title--institucions {
    margin: 0 0 1rem;
  }
  .title--card.title--institutions {
    margin: 0 0 0.5rem;
  }
  .title--card-secondary {
    font-size: 0.92rem;
  }
  .title--footer {
    text-align: center;
  }
  .title--related {
    font-size: 1.8rem;
    margin: 0.8em 0 1em;
  }
  .title--section {
    font-size: 2.45rem;
  }
  .title--section--underline:after {
    width: calc(100% + 2rem);
    max-width: 60vw;
  }
  .title--single {
    font-size: 1.8rem;
    margin: 1.8em 0 1.5em;
  }
  .title--slide {
    font-size: 1.32rem !important;
  }
  .work_areas .blocks--reticula__renglon {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
  }
  .work_areas .blocks--reticula__renglon .dh-home__block {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .header__logo img {
    max-width: calc(100vw - 60px);
  }
  .header__social {
    flex-grow: 0;
  }
  .header__social a {
    height: 22px;
    margin: 0.1rem 0;
    width: 22px;
  }
  .single__gallery figure:nth-of-type(1n) {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .single__text table td {
    flex-direction: column;
  }
  .single__text table td:before {
    margin-right: 0;
    width: 100%;
  }
}
@media print {
  @page {
    margin: 1cm;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="http"]:not([href*="mywebsite.com"]):after {
    content: " (" attr(href) ")";
  }
  body > *:not(main) {
    display: none;
  }
  h1,
  h2 {
    page-break-after: always;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  section {
    page-break-before: always;
  }
}
