@charset "UTF-8";
/* *      ______  ______
 * *     /  |   |/  |   |
 * *    /   |   |   |   |  MOSTROHOUSE
 * *   /   /|   |  /|   |  mostrohouse.com
 * *  /   / |   | / |   |
 * * /___/  |___|/  |___|
 * *
 * */
.hidden {
  display: none;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

#wpadminbar {
  top: -23px !important;
  opacity: 0.6;
  transition: all 0.5s;
}
#wpadminbar:hover {
  top: 0 !important;
  opacity: 1;
}

pre {
  text-align: left;
  font-size: 10px;
}

.customize-support {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}

* {
  box-sizing: border-box;
}

body {
  padding: 50px 0 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  background-color: #e5e8f1;
}

a {
  color: inherit;
  text-decoration: none;
}

p a:hover {
  border-bottom: 1px dotted;
}

h1, h2, h3, h4, h5 {
  -webkit-font-smoothing: antialiased;
  color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

h1 {
  font-size: 1.8em;
}

p, ul, ol {
  line-height: 1.75;
}

article h1 {
  font-size: 2.12em;
}

article p a,
article li a,
.side-block .tweet a {
  border-bottom: 1px dotted #999;
  color: #3B7AB9;
}
article p a:hover,
article li a:hover,
.side-block .tweet a:hover {
  border-bottom: 1px solid;
}

.fixed {
  position: fixed;
}

.hover-underline:hover {
  text-decoration: underline;
}

[class*=tag--] {
  display: block;
  font-weight: normal;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 17px;
  height: 0;
  overflow: hidden;
  line-height: 23px;
  width: 100%;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  letter-spacing: 0.48em;
  background-color: #41313C;
}

[class*=label--] {
  background-color: #2769C6;
}

.site-header {
  color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  height: 50px;
  background-color: #2769C6;
}
.site-header:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}

.text-only {
  width: 40px;
  height: 0;
  padding-top: 40px;
  padding-bottom: 0;
  overflow: hidden;
  outline: none;
  position: relative;
}
.text-only:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1em;
}

.logo {
  float: left;
  margin: 0;
  position: relative;
  z-index: 2;
  height: 50px;
  overflow: hidden;
  font-weight: bold;
  text-transform: none;
  font-size: 1.4em;
  line-height: 50px;
  min-width: 250px;
  letter-spacing: 0em;
}
.logo a {
  display: block;
  height: 100%;
}
.logo img {
  height: 90%;
  width: auto;
}

.header-menu {
  float: right;
  display: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.16em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.header-menu:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.header-menu > * {
  display: block;
  float: none;
}

.footer-menu {
  font-size: 11px;
}

[class*=container--] {
  max-width: 1300px;
  min-width: 0;
  padding: 0;
  margin: auto;
  position: relative;
}

.container--secondary-nav {
  display: none;
}
.container--main-nav {
  padding: 0 10px 0 20px;
}
.container--main-nav:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.container--hero {
  position: relative;
}

[class*=section--] {
  padding: 40px 0;
}

.section--hero {
  position: relative;
  padding-top: 0;
  background-color: #21242a;
}
.section--news {
  position: relative;
}
.section--news::after {
  content: "";
  display: block;
  position: absolute;
  height: 350px;
  width: 100%;
  pointer-events: none;
  display: block;
  bottom: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(229, 232, 241, 0) 0%, #e5e8f1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 232, 241, 0)), color-stop(100%, #e5e8f1));
  background: -webkit-linear-gradient(top, rgba(229, 232, 241, 0) 0%, #e5e8f1 100%);
  background: -o-linear-gradient(top, rgba(229, 232, 241, 0) 0%, #e5e8f1 100%);
  background: -ms-linear-gradient(top, rgba(229, 232, 241, 0) 0%, #e5e8f1 100%);
  background: linear-gradient(to bottom, rgba(229, 232, 241, 0) 0%, #e5e8f1 100%);
}

.main-carousel {
  color: #fff;
  overflow: hidden;
  max-height: 474px;
}
.main-carousel__image {
  display: block;
  overflow: hidden;
  padding-top: 76.9230769231%;
  position: relative;
  width: 100%;
}
.main-carousel__image > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-carousel__image > img:first-child {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  left: 50%;
  opacity: 0.9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main-carousel__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.main-carousel__content a, .main-carousel__content small, .main-carousel__content span:not(.tag) {
  display: block;
}
.main-carousel__content a {
  padding: 20px 30px;
}
.main-carousel__title-container {
  margin: 0;
  background: -moz-linear-gradient(top, rgba(33, 36, 42, 0) 0%, #21242a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(33, 36, 42, 0)), color-stop(100%, #21242a));
  background: -webkit-linear-gradient(top, rgba(33, 36, 42, 0) 0%, #21242a 100%);
  background: -o-linear-gradient(top, rgba(33, 36, 42, 0) 0%, #21242a 100%);
  background: -ms-linear-gradient(top, rgba(33, 36, 42, 0) 0%, #21242a 100%);
  background: linear-gradient(to bottom, rgba(33, 36, 42, 0) 0%, #21242a 100%);
}
.main-carousel__title-container a {
  display: block;
}
.main-carousel__title-content {
  display: block;
  position: relative;
}
.main-carousel__title {
  text-transform: none;
  margin-bottom: 0.2em;
  padding: 10px 0 15px;
  margin: 0;
  letter-spacing: -0.005em;
}
.main-carousel__subtitle {
  font-size: 0.56em;
  text-transform: none;
  line-height: 1.5;
  height: 6em;
  overflow: hidden;
  letter-spacing: 0.01em;
}
.main-carousel__tag {
  height: auto;
  width: auto;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-left: -30px;
}
.main-carousel .owl-prev,
.main-carousel .owl-next {
  top: 45%;
}

.main-carousel .owl-nav {
  opacity: 0;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.main-carousel:hover .owl-nav {
  opacity: 1;
}
.main-carousel .owl-prev,
.main-carousel .owl-next {
  color: #fff;
  left: 0px;
}
.main-carousel .owl-next {
  right: 0;
  left: auto;
}
.main-carousel .owl-prev:before {
  left: 20px;
}
.main-carousel .owl-next:before {
  right: 20px;
}

.main-pub {
  color: #fff;
}
.main-pub:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.main-pub__image {
  position: relative;
  display: block;
  width: 75px;
  height: auto;
  float: left;
}
.main-pub__image img {
  display: block;
  width: auto;
  max-height: 100%;
  margin: auto;
  position: relative;
}
.main-pub__title {
  margin: 0;
  font-size: 1em;
}
.main-pub__title a {
  outline: none;
}
.main-pub__title-content {
  position: relative;
  display: block;
}
.main-pub__title-info {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.3;
  margin-top: 1em;
  color: #6c788c;
  display: inline-block;
}
.main-pub__info {
  float: left;
  margin-left: 20px;
  width: calc(100% - 95px);
}
.main-pub__info .tag--default {
  margin-top: 0;
}

.main-twitter {
  color: #fff;
}
.main-twitter p {
  margin: 0;
  font-size: 1em;
  line-height: 1.6;
  word-wrap: break-word;
}
.main-twitter p a {
  color: #C1D9F8;
}
.main-twitter__link {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  margin-top: 3.5em;
  display: block;
  margin-bottom: 1em;
  letter-spacing: 0.48em;
  color: #fff;
}
.main-twitter__link::before {
  color: #40B5F9;
  font-size: 2em;
  font-family: "FontAwesome";
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.main-twitter__link .fa {
  font-size: 16px;
  color: #40b5f9;
}

.site-footer__nav {
  font-size: 0.8125em;
  text-transform: uppercase;
  font-weight: bold;
  color: #3F4C58;
  letter-spacing: 0.16em;
}
.site-footer__nav:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.site-footer__nav ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer__nav ul:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.site-footer__nav ul > * {
  display: block;
  float: left;
}
.site-footer__nav li {
  margin-left: 2em;
}
.site-footer__nav a {
  display: block;
  padding: 1.875em 0;
}
.site-footer__info {
  color: #fff;
  padding: 50px 0;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
  display: block;
  letter-spacing: 0.48em;
  background-color: #3F4C58;
}

.orgs {
  margin-bottom: 5em;
}
.orgs .item {
  background-color: #e5e8f1;
}
.orgs.owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  -ms-transform-style: flat;
  -o-transform-style: flat;
  transform-style: flat;
}
.orgs__item {
  background-color: #e5e8f1;
}
.orgs__item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  height: 60px;
  width: 1px;
  background-color: #CDD8EA;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -20px;
  font-size: 25px;
  text-indent: -9999px;
  width: 50px;
  color: #999;
  cursor: pointer;
}
.owl-prev:before, .owl-next:before {
  font-family: FontAwesome;
  position: absolute;
  text-indent: 0;
  top: 0;
  left: 0;
  cursor: pointer;
}
.owl-prev:hover, .owl-next:hover {
  color: color(strong);
  cursor: pointer;
}
.owl-prev:hover:before, .owl-next:hover:before {
  cursor: pointer;
}

.owl-prev:before {
  content: "";
}

.owl-next {
  left: auto;
  right: -20px;
}
.owl-next:before {
  content: "";
  right: 0;
  left: auto;
}

.modal-wrapper {
  display: none;
}

.banner {
  margin: 2em 0 3.5em;
}
.banner img {
  display: block;
  margin: auto;
  max-width: 100%;
}

/* INTERIORES */ 
body.inner {
  color: #3F4C58;
}
body.inner:before {
  content: "";
  display: block;
  height: 480px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #3F4C58;
}
body.inner main > * {
  position: relative;
  z-index: 1;
}

.page-wrap {
  background: #fff;
  margin-bottom: 3em;
  position: relative;
}

[class*=content]:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
[class*=content] img,
[class*=content] .wp-caption {
  max-width: 100%;
  height: auto;
}
[class*=content] img {
  display: block;
}

[class*=content] iframe:not([src*="/maps/"]) {
  max-width: 100%;
}

[class*=main-column--] img {
  margin: 2em 0;
}

.wp-caption {
  position: relative;
}

.wp-caption-text {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 20px 10px 5px;
  font-size: 10px;
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  letter-spacing: 0.1em;
}

.social-menu {
  font-size: 18px;
  color: #d9e6f5;
  padding: 0;
  margin-top: 0;
  margin-bottom: -10px;
  text-align: center;
}
.social-menu > * {
  float: none;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.social-menu > *:hover {
  opacity: 1;
}
.social-menu a {
  display: block;
  position: relative;
  width: 48px;
  height: 0;
  padding-top: 48px;
  padding-bottom: 0;
  overflow: hidden;
  outline: none;
}
.social-menu a::after {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social-menu [href*=youtube]::after {
  content: "";
}
.social-menu [href*=facebook]::after {
  content: "";
}
.social-menu [href*=livestream]::after {
  content: "";
}
.social-menu [href*=twitter]::after {
  content: "";
}
.social-menu [href*=flickr]::after {
  content: "";
}
.social-menu [href*=instagram]::after {
  content: "";
}
.social-menu [href*=linkedin]::after {
  content: "";
}

.social-icons--home {
  clear: both;
  text-align: center;
}
.social-icons--home .social-menu {
  margin-top: 25px;
  margin-bottom: -15px;
  float: none;
  color: #556677;
}

.secondary-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.secondary-menu:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.secondary-menu > * {
  display: block;
  float: left;
}
.secondary-menu a {
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: #D1EDFD;
  font-size: 11px;
  display: block;
  padding: 0 15px;
  letter-spacing: 0.16em;
}
.single__title small {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  color: #678;
  line-height: 1.7;
}

.side-block {
  margin-bottom: 2.5em;
}
.side-block__title {
  font-size: 16px;
  color: #2769C6;
}
.side-block__content {
  font-size: 0.8125em;
}
.side-block__content h1, .side-block__content h2, .side-block__content h3, .side-block__content h4 {
  text-transform: none;
  font-weight: normal;
  margin-bottom: 1em;
  letter-spacing: 0em;
}
.side-block__content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.side-block__content li {
  margin-bottom: 1em;
}
.side-block__content .social-menu {
  padding: 0;
  margin-left: -10px;
  color: #abc;
}
.side-block__content .social-menu li {
  margin-bottom: 0;
}
.side-block__content .social-menu a {
  width: 40px;
  height: 0;
  padding-top: 35px;
  padding-bottom: 0;
  overflow: hidden;
  outline: none;
}

.sections-of-interest h1, .sections-of-interest h2, .sections-of-interest h3, .sections-of-interest h4, .sections-of-interest p {
  margin: 0;
}

.single__date, .single__share {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #2769C6;
}
.single__info {
  margin-bottom: 2em;
}
.single__info:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}

.side-column {
  padding: 55px 0;
}
.side-column__block-title {
  font-size: 16px;
  margin-bottom: 2em;
}

.listed-post {
  clear: both;
  padding-top: 1em;
  border-top: 1px solid #cde;
}
.listed-post:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.listed-post:first-child {
  border-top: none;
  padding-top: 0;
}

.listed-post-image {
  width: 50px;
  height: 50px;
  background: #3F4C58;
  margin-right: 10px;
  margin-bottom: 1em;
}
.listed-post-image img {
  width: 100%;
  height: auto;
}

.listed-post-title {
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  width: calc(100% - 60px);
  margin-top: 0;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  letter-spacing: 0em;
}

.vacancies {
  margin: 2em 0;
}

.vacancy {
  margin-bottom: 3em;
}
.vacancy:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.vacancy__due {
  width: 50px;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #E8DBDB;
  float: left;
  margin-right: 10px;
}
.vacancy__due-title {
  display: block;
  color: #fff;
  padding: 2px 0;
  background-color: #F25055;
}
.vacancy__date {
  padding: 2px 0;
}
.vacancy__title {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  text-transform: none;
  letter-spacing: 0em;
}
.vacancy__content {
  width: calc(100% - 60px);
  float: left;
  font-size: 14px;
}
.vacancy__details {
  list-style-type: none;
  margin: 0;
  line-height: 1.3;
  padding: 0;
  margin-bottom: 1em;
}
.vacancy__details li {
  margin: 0;
}
.vacancy__footer {
  color: #5180A5;
}

.index-list-container {
  display: none;
}

.tag--notas,
.label--notas {
  background-color: #7200D6;
}
.tag--noticia,
.label--noticia {
  background-color: #2769C6;
}
.tag--eventos,
.label--eventos {
  background-color: #F5B131;
}
.tag--iniciativas-conjuntas,
.label--iniciativas-conjuntas {
  background-color: #4FCE9A;
}
.tag--datos,
.label--datos {
  background-color: #FF4D4B;
}
.tag--default,
.label--default {
  height: auto;
  background-color: transparent;
  padding: 0;
  line-height: 1;
  width: auto;
  display: inline-block;
}

.share__text {
  margin-right: 5px;
}

.fb-share-button,
[class*=share__icon] {
  margin: 0 5px;
}

.share__icon--twitter {
  font-size: 16px;
  position: relative;
  top: 1px;
}

.search-desktop {
  display: none;
}
.search-form {
  margin-left: 15px;
}
.search-fieldset {
  border: none;
  padding: 13px 0;
  margin: 0;
}
.search-submit {
  border: none;
  background: #234;
  height: 20px;
  line-height: 16px;
  vertical-align: top;
  margin-left: -3px;
  cursor: pointer;
  color: #d1edfd;
}
.search-text {
  background-color: #567;
  border: none;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  position: relative;
  width: 70px;
  font-family: Lato;
  text-transform: uppercase;
  outline: none;
  vertical-align: top;
  color: #fff;
  letter-spacing: 0.1em;
}
.search-text::-webkit-input-placeholder {
  color: #9ab;
}
.search-text::-moz-placeholder {
  color: #9ab;
}
.search-text:-ms-input-placeholder {
  color: #9ab;
}
.search-text::-ms-input-placeholder {
  color: #9ab;
}
.search-text:focus {
  width: 140px;
}

.search-results {
  padding: 40px 20px;
}

.result__title {
  font-size: 1.3em;
  margin-bottom: 0;
}
.result__excerpt {
  margin-top: 0.5em;
  line-height: 1.3;
  margin-bottom: 2em;
}
.result__type {
  display: block;
  font-size: 0.6em;
  text-transform: uppercase;
}
.result__image {
  width: 60px;
}
.result__image img {
  width: 100%;
  height: auto;
}
.result:hover .result__title {
  color: #2769C6;
}

/* ------------------------------------------------------------- WP NATIVE */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: white;
}

.wp-caption.alignnone {
  margin: 5px 20px 40px 0px;
}

.wp-caption.alignleft {
  margin: 5px 20px 40px 0;
}

.wp-caption.alignright {
  margin: 5px 0 40px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  display: block;
  padding: 0;
  width: auto;
}

.content--inner {
  padding: 40px;
}

.content .wp-caption,
.content iframe {
  max-width: 100%;
}

.columns-1 {
  display: grid;
  grid-template-columns: repeat(1, auto);
  grid-auto-rows: 1fr;
  column-gap: 10px;
  row-gap: 20px;
}
.columns-1 > * {
  align-self: center;
}

.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-auto-rows: 1fr;
  column-gap: 10px;
  row-gap: 20px;
}
.columns-2 > * {
  align-self: center;
}

.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-auto-rows: 1fr;
  column-gap: 10px;
  row-gap: 20px;
}
.columns-3 > * {
  align-self: center;
}

.columns-4 {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-auto-rows: 1fr;
  column-gap: 10px;
  row-gap: 20px;
}
.columns-4 > * {
  align-self: center;
}

.columns-5 {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-auto-rows: 1fr;
  column-gap: 10px;
  row-gap: 20px;
}
.columns-5 > * {
  align-self: center;
}

.agencias .icon-list__item {
  margin-bottom: 0;
}

.pagination {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.pagination__link--prev {
  float: left;
  text-align: left;
}
.pagination__link--next {
  float: right;
  text-align: right;
}
.pagination__link {
  font-weight: bold;
  display: inline-block;
  width: 20px;
}
.pagination__link.disabled {
  opacity: 0.4;
}

[class*=pagination__link--] {
  display: block;
  min-height: 20px;
  width: 140px;
}

.news-grid {
  text-align: center;
  margin-left: -2.5%;
  width: 102.5%;
  padding: 0;
}
.news-grid:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.news-grid > * {
  width: 17.5609756098%;
  margin-left: 2.4390243902%;
  float: left;
  min-height: 1px;
}
.news-grid__item {
  min-width: 180px;
  position: relative;
  display: inline-block;
  float: none;
  text-align: left;
  margin-bottom: 2%;
  color: #4B5A6E;
  background-color: #fff;
}
.news-grid__item[class*=no-image--] {
  color: #dde2ea;
  background-color: #657386;
}
.news-grid__item[class*=no-image--] .news-grid__title {
  font-size: 0.9em;
  line-height: 1.5;
}
.news-grid__item[class*=no-image--] .news-grid__title:first-line {
  font-size: 1.2em;
}
.news-grid__item[class*=no-image--] .news-grid__title a {
  padding: 0.75em 1.0625em 3.75em;
}
.news-grid__item[class*=no-image--] .news-grid__date {
  color: #fff;
  position: absolute;
  bottom: 10px;
  padding: 0 17px 15px;
}
.news-grid__item[class*=no-image--] .news-grid__tag {
  height: 0;
}
.news-grid__item.no-image--color-1 {
  color: #fff;
  background-color: #8C9DB3;
}
.news-grid__item.no-image--color-2 {
  background-color: #657386;
}
.news-grid__item.no-image--color-3 {
  color: #fff;
  background-color: #8893ad;
}
.news-grid__image {
  text-align: center;
}
.news-grid__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.news-grid__content a {
  padding: 10px 20px;
  display: block;
}
.news-grid__title {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
.news-grid__title a {
  padding: 0.625em 1.25em 1.75em;
}
.news-grid__date {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0;
  color: #2769C6;
  letter-spacing: 0.1em;
}
.news-grid__source {
  display: block;
  font-size: 0.7em;
  margin-top: 1em;
  opacity: 0.8;
}

.news-grid__content a.news-grid__date {
  padding-bottom: 0;
  padding-top: 15px;
}

.news-grid__item:hover .news-grid__tag {
  height: 22px;
}

.notes__grid {
  margin-left: -5%;
  width: 105%;
  padding: 0;
}
.notes__grid:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  clear: both;
}
.notes__grid > * {
  width: 45.2380952381%;
  margin-left: 4.7619047619%;
  float: left;
  min-height: 1px;
}

.note {
  min-width: 140px;
  text-align: left;
  margin-bottom: 2em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
}
.note__image {
  display: block;
  overflow: hidden;
  background: #3F4C58;
  padding-top: 60%;
  position: relative;
  width: 100%;
}
.note__image > *:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.note__image img {
  margin: 0;
  display: block;
  width: 100%;
  height: auto !important;
}
.note__date {
  margin: 0;
  font-size: 12px;
  color: #2769C6;
}
.note__title {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  text-transform: none;
  height: 100px;
  letter-spacing: 0em;
}
.note__date a, .note__title a {
  display: block;
  padding: 5px 20px;
}
.note__date a {
  padding-top: 10px;
}
.note__date a:hover {
  border-bottom: none;
}
.note__title a {
  padding-bottom: 20px;
  height: 110px;
  overflow: hidden;
}

/* HERO GRID */ 
.hero-content > * {
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .notes__grid {
    margin-left: -5%;
    width: 105%;
    padding: 0;
  }
  .notes__grid:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  .notes__grid > * {
    width: 28.5714285714%;
    margin-left: 4.7619047619%;
    float: left;
    min-height: 1px;
  }
}
.publication {
  margin-bottom: 4em;
}
.publication__image {
  width: 120px;
  float: left;
  margin-right: 30px;
  position: relative;
  height: 180px;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
}
.publication__image img {
  width: 100%;
  height: auto;
  position: relative;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.publication__title {
  font-size: 1em;
  line-height: 1.35;
  text-transform: none;
  height: 4em;
  overflow: hidden;
  letter-spacing: 0em;
}
.publication__book-info {
  font-size: 12px;
  line-height: 1.3;
  height: 4em;
  overflow: hidden;
}
.publication__link {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #2769C6;
  padding: 5px 8px;
  margin-bottom: 1em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.13em;
  color: #2769C6;
}
.publication__link:hover {
  color: #fff;
  background-color: #2769C6;
}

.publication__image::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 50px;
  background: transparent;
  width: 100%;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0px 60px 30px rgba(0, 0, 0, 0.13);
}

.publication:hover img {
  -webkit-transform: rotateY(30deg);
  -moz-transform: rotateY(30deg);
  -ms-transform: rotateY(30deg);
  -o-transform: rotateY(30deg);
  transform: rotateY(30deg);
}

.publications--institutions a {
  border-bottom: 1px dotted #ccc;
}

@media screen and (min-width: 1025px) {
  .publications {
    margin-left: -5%;
    width: 105%;
    padding: 0;
  }
  .publications:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  .publications > *:nth-child(3n+1) {
    clear: both;
  }
  .publications > * {
    width: 28.5714285714%;
    margin-left: 4.7619047619%;
    float: left;
    min-height: 1px;
  }

  .publications--institutions {
    font-size: 0.9em;
    color: #666;
  }
}
@media screen and (min-width: 480px) {
  .main-carousel {
    margin: 0;
    padding-top: 59%;
    position: relative;
    width: 100%;
  }
  .main-carousel > *:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main-carousel__image {
    padding-top: 59%;
    position: relative;
    width: 100%;
  }
  .main-carousel__image > *:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main-carousel__image img:first-child {
    position: absolute;
  }
  .main-carousel__title-container {
    font-size: 1.8em;
    margin: 0;
  }
  .main-carousel__title-container a {
    padding: 2em 40px;
  }
  .main-carousel__title-content {
    display: block;
    position: relative;
  }
  .main-carousel__title {
    top: 0;
    font-size: 1.2em;
    position: relative;
    width: auto;
    left: 0;
    padding: 0;
    line-height: 1.2;
    background: none;
    margin-bottom: 0.5em;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .main-carousel__subtitle {
    line-height: 1.35;
    height: 2.5em;
    overflow: hidden;
  }
  .main-carousel__tag {
    margin-left: -40px;
    margin-bottom: 1em;
  }

  .main-pub {
    width: 50%;
    float: left;
    margin-top: 2.7em;
    margin-bottom: 0;
    padding: 0 40px;
  }

  .main-twitter {
    width: 50%;
    float: left;
    padding: 0 40px;
  }
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
    padding: 60px 0 0;
  }

  h1 {
    font-size: 2em;
  }

  .xs-only {
    display: none;
  }

  [class*=container--] {
    padding: 0 35px;
  }

  .container--hero {
    padding: 0;
    max-width: 1300px;
    background-color: #21242a;
  }
  .container--hero:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }

  .site-header {
    height: 60px;
    border-top: 5px solid #3E85E7;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  }

  .header-menu {
    display: block;
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .header-menu:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  .header-menu > * {
    display: block;
    float: left;
  }
  .header-menu .menu-item {
    position: relative;
  }
  .header-menu .menu-item a {
    position: relative;
    z-index: 2;
    background-color: #2769C6;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .header-menu > .menu-item > a {
    display: block;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
  }

  .sub-menu {
    position: absolute;
    display: none;
    top: 100%;
  }

  .header-menu .sub-menu {
    width: 250px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    background-color: #2769C6;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .header-menu .sub-menu:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  .header-menu .sub-menu > * {
    display: block;
    float: none;
  }
  .header-menu .sub-menu .menu-item {
    border-top: 1px solid #20539C;
  }
  .header-menu .sub-menu .menu-item a {
    padding: 20px 20px;
    display: block;
  }
  .header-menu .sub-menu .menu-item:first-child {
    border-top: none;
  }

  .header-menu .menu-item:hover > a {
    background: #20539C;
  }

  .header-menu .menu-item.current-menu-item > a:after,
.header-menu .menu-item.current-page-ancestor > a:after {
    content: "";
  }
  .header-menu .menu-item.current-menu-item > a:after,
.header-menu .menu-item.current-page-ancestor > a:after {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
  }

  .header-menu .menu-item .current-menu-item > a {
    background-color: #20539C;
  }
  .header-menu .menu-item .current-menu-item > a:after {
    content: "";
    display: none;
  }

  .logo {
    font-size: 22px;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    width: 190px;
    height: 55px;
    line-height: 56px;
    display: inline-block;
    border: none;
    outline: none;
  }

  .section--hero {
    position: relative;
    margin-top: -48px;
    padding-bottom: 0;
  }

  .menu-item:hover .sub-menu {
    display: block;
    -webkit-animation: fadein-submenu 0.3s 1 linear;
    -moz-animation: fadein-submenu 0.3s 1 linear;
    animation: fadein-submenu 0.3s 1 linear;
  }
  @-webkit-keyframes fadein-submenu {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
  @-moz-keyframes {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
  @keyframes fadein-submenu {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }

  .footer-menu .menu-item:hover .sub-menu {
    display: none;
  }

  .container--secondary-nav {
    display: block;
    position: relative;
    z-index: 2;
    color: #fff;
  }
  .container--secondary-nav:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }

  .social-menu {
    float: left;
  }

  .secondary-menu {
    float: right;
    margin-right: -15px;
  }

  .hero__left-content {
    float: left;
  }
  .hero__right-content {
    width: 38.1%;
    padding: 0 4em;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .main-carousel {
    margin: 0;
    padding-top: 36.462%;
    position: relative;
    width: 61.8%;
  }
  .main-carousel > *:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .main-pub,
.main-twitter {
    width: 100%;
    padding: 0;
  }

  .main-pub {
    margin-bottom: 3em;
    margin-top: 0;
  }

  .main-twitter__link {
    margin-top: 0;
  }

  .content--inner {
    background-color: #fff;
  }

  .single__title,
.page__title {
    font-size: 2.8em;
  }
  .single__title small,
.page__title small {
    font-size: 18px;
  }

  [class*=main-column--] {
    width: 72%;
    background-color: #fff;
  }

  .page-wrap {
    background-color: #DCE4EE;
  }
  .page-wrap > * {
    position: relative;
    overflow: hidden;
  }

  .page-wrap--left-main-column::before {
    right: 0;
  }
  .page-wrap--right-main-column::before {
    left: 0;
  }

  .side-column {
    display: block;
    min-height: 300px;
    width: 28%;
  }
  .side-column img {
    width: 100%;
  }

  .content--single {
    overflow: hidden;
  }

  .single-info {
    padding: 0.625em 1.875em;
    text-transform: uppercase;
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .main-column {
    padding: 60px 75px;
  }
  .main-column--right {
    float: right;
    padding: 60px 75px;
    position: relative;
  }
  .main-column--right::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
  }
  .main-column--right + .side-column {
    float: right;
    padding: 0;
  }
  .main-column--left {
    float: left;
    padding: 45px 6.5%;
  }
  .main-column--left + .side-column {
    float: left;
    padding: 45px 30px;
  }

  .archive__description {
    background: #E8EEF6;
    margin: 0;
    padding: 25px;
    text-align: center;
  }
  .archive__description-content {
    margin: 0 auto;
    max-width: 700px;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.8;
  }

  .label,
[class*=label--] {
    width: 100%;
    font-size: 14px;
    padding: 0 40px;
    height: 40px;
    margin: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.48em;
  }

  .tooltip {
    position: absolute;
    left: -9999px;
    opacity: 0;
    font-size: 13px;
    width: 240px;
    padding: 1em;
    bottom: 80%;
    z-index: 3;
    line-height: 1.4;
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tooltip__title {
    display: block;
    font-weight: bold;
  }
  .tooltip__description {
    display: block;
    margin-top: 0.5em;
  }

  .icon-list__item {
    position: relative;
  }
  .icon-list__item a {
    display: block;
  }
  .icon-list__item img {
    margin: 0 auto;
  }
  .icon-list__item:hover .tooltip {
    left: 50%;
    opacity: 1;
  }

  .label-left {
    text-align: left;
  }

  .index-list-container {
    display: block;
  }
  .index-list-container.fixed {
    top: 60px;
    width: calc((100% - 100px) * .28);
    max-width: 336px;
  }

  .side-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0.875em;
    line-height: 1.4;
  }
  .side-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .side-list li a {
    display: block;
    position: relative;
    padding: 15px 30px 15px 40px;
    background-color: #DCE4EE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .side-list li a:before {
    content: "";
    display: block;
    font-family: "FontAwesome";
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -7px;
    font-size: 10px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
    color: #2769C6;
  }
  .side-list li a:hover {
    background-color: #c7d4e4;
    padding: 15px 20px 15px 50px;
  }
  .side-list li a:hover::before {
    color: #3F4C58;
  }

  .search-results {
    padding: 40px 8em;
  }

  .search-desktop {
    display: block;
  }

  .search-submit {
    background-color: transparent;
    color: #fff;
    height: 55px;
    padding: 0 10px;
  }

  .search-fieldset {
    padding: 0;
    position: relative;
    z-index: 3;
  }

  .search-text {
    height: 55px;
    padding: 0;
    width: 100%;
    right: 0;
    background-color: #1f529b;
    line-height: 55px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: right 1s 0.3s, all 0.3s;
    -moz-transition: right 1s 0.3s, all 0.3s;
    -ms-transition: right 1s 0.3s, all 0.3s;
    -o-transition: right 1s 0.3s, all 0.3s;
    transition: right 1s 0.3s, all 0.3s;
  }
  .search-text:focus {
    right: 100%;
    width: 600px;
    padding: 10px;
    opacity: 1;
    cursor: initial;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }
}
@media screen and (max-width: 1023px) {
  body.inner {
    background: #fff;
  }
  body.inner::before {
    display: none;
  }

  .logo {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
  }

  .section--hero {
    padding: 0;
    background-color: #fff;
  }
  .section--news {
    padding: 0;
  }
  .section--news:after {
    content: "";
    display: none;
  }

  .main-carousel {
    margin-bottom: 0;
  }
  .main-carousel__title-container {
    background: -moz-linear-gradient(top, rgba(45, 57, 74, 0) 0%, #2d394a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(45, 57, 74, 0)), color-stop(100%, #2d394a));
    background: -webkit-linear-gradient(top, rgba(45, 57, 74, 0) 0%, #2d394a 100%);
    background: -o-linear-gradient(top, rgba(45, 57, 74, 0) 0%, #2d394a 100%);
    background: -ms-linear-gradient(top, rgba(45, 57, 74, 0) 0%, #2d394a 100%);
    background: linear-gradient(to bottom, rgba(45, 57, 74, 0) 0%, #2d394a 100%);
  }

  .main-pub {
    margin-bottom: 0;
    padding: 30px 20px 20px;
    color: #4b5a6e;
    margin-top: 0;
  }
  .main-pub:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  .main-pub__image {
    float: left;
    background: none;
    height: auto;
    padding: 0;
    width: 50px;
    margin-right: 10px;
  }
  .main-pub__image img {
    display: inline;
  }
  .main-pub__title {
    background: none;
    width: auto;
    font-size: 1em;
    text-transform: none;
  }
  .main-pub__title a {
    padding: 0;
  }
  .main-pub__title-info {
    display: none;
  }
  .main-pub__title-content {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .main-pub__title-content:before {
    content: "publicación";
    display: block;
    font-size: 0.7em;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #2769C6;
  }
  .main-pub__info {
    width: calc(100% - 60px);
    margin-left: 0;
  }
  .main-pub .tag--default {
    color: #4b5a6e;
  }

  .main-twitter {
    font-size: 14px;
    padding: 20px 20px 30px;
    color: #4b5a6e;
  }
  .main-twitter__link {
    margin-top: 0em;
    color: #4b5a6e;
  }

  .container--main {
    padding: 0 25px;
  }

  .section--news,
.notes {
    margin: 0 -5px;
  }

  .social-icons--home {
    margin-bottom: 2em;
  }
  .social-icons--home .social-menu a {
    width: 40px;
    height: 0;
    padding-top: 40px;
    padding-bottom: 0;
    overflow: hidden;
    outline: none;
  }

  .site-footer__nav {
    display: none;
  }
  .site-footer__info {
    padding: 30px 20px;
    letter-spacing: 0.05em;
  }

  .news-grid {
    margin-left: -5%;
    width: 105%;
    padding: 0;
  }
  .news-grid:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  .news-grid > * {
    width: 45.2380952381%;
    margin-left: 4.7619047619%;
    float: left;
    min-height: 1px;
  }
  .news-grid__item {
    min-width: 0;
    margin-bottom: 5%;
  }
  .news-grid__content a {
    padding: 10px 15px;
  }
  .news-grid__content .news-grid__date {
    padding-bottom: 0;
  }

  .news-grid__title,
.news-grid__item[class*=no-image--] .news-grid__title {
    font-size: 13px;
    text-transform: none;
    line-height: 1.4;
  }
  .news-grid__title::first-line,
.news-grid__item[class*=no-image--] .news-grid__title::first-line {
    font-size: 1em;
  }

  .news-grid__title a {
    padding: 15px 15px 25px;
  }

  .news-grid__item[class*=no-image--] .news-grid__title a {
    padding: 15px 15px 60px;
  }

  .news-grid__date,
.news-grid__item[class*=no-image--] .news-grid__date {
    font-size: 9px;
  }

  .news-grid__item[class*=no-image--] .news-grid__date {
    bottom: 20px;
  }

  .single__title {
    text-transform: none;
    font-size: 1.7em;
    line-height: 1.2;
    letter-spacing: 0em;
  }
  .single__info, .single__share, .single__date {
    font-size: 11px;
    float: none;
    margin-bottom: 1em;
  }

  .label-left {
    background: none;
    padding: 20px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .label--notas {
    color: #7200D6;
  }

  .inner {
    padding-top: 5em;
  }

  .header-menu {
    display: block;
  }

  .nav-wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    right: -260px;
    height: 100%;
    width: 260px;
    display: block;
    font-weight: bold;
    color: #2769C6;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
  }
  .nav-wrapper .header-menu {
    float: none;
  }
  .nav-wrapper .header-menu > .menu-item {
    margin-bottom: 1em;
  }
  .nav-wrapper .menu-item {
    font-size: 12px;
    margin-bottom: 0;
  }
  .nav-wrapper .menu-item a {
    display: block;
    padding: 0 10px 1em 20px;
  }
  .nav-wrapper .sub-menu {
    line-height: 1.2;
    list-style-type: none;
    padding: 0 10px;
  }
  .nav-wrapper .sub-menu .menu-item {
    font-size: 11px;
    color: #678;
    letter-spacing: 0.08em;
  }
  .nav-wrapper .secondary-menu {
    padding-top: 1.5em;
    margin-top: 1em;
    border-top: 1px solid #eee;
  }
  .nav-wrapper .secondary-menu a {
    font-size: 12px;
    line-height: 1.2;
    height: auto;
    color: #3F4C58;
  }

  .nav-trigger {
    float: none;
    position: absolute;
    top: 0;
    color: #fff;
    right: 100%;
    z-index: 9;
    text-indent: -9999px;
    width: 50px;
    height: 0;
    padding-top: 50px;
    padding-bottom: 0;
    overflow: hidden;
    outline: none;
  }
  .nav-trigger:before, .nav-trigger:after {
    text-indent: 0;
  }

  .search-form {
    width: 100%;
    margin: 0 0 1.5em;
    float: none;
  }

  .search-fieldset {
    padding: 0;
  }

  .search-text {
    height: 50px;
    width: calc(100% - 51px);
    padding: 20px;
    font-size: 16px;
    border-radius: 0;
  }
  .search-text:focus {
    width: 210px;
  }

  .search-submit {
    width: 50px;
    height: 50px;
    line-height: 51px;
    display: inline-block;
    border: none;
    outline: none;
    line-height: 16px;
  }

  .menu-open .nav-wrapper {
    right: 0;
    z-index: 9;
  }
  .menu-open .nav-trigger {
    overflow: visible;
    float: none;
    position: absolute;
    top: 0;
    right: 100%;
    margin-right: 0;
    background-color: #2769C6;
  }
  .menu-open .nav-trigger:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 120vw;
    height: 120vh;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .menu-open .nav-trigger:before {
    content: "";
    z-index: 2;
  }

  .content--single {
    font-size: 16px;
  }

  .columns-5,
.columns-4,
.columns-3 {
    margin-left: -10%;
    width: 110%;
    padding: 0;
  }
  .columns-5:after,
.columns-4:after,
.columns-3:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  .columns-5 > *:nth-child(2n+1),
.columns-4 > *:nth-child(2n+1),
.columns-3 > *:nth-child(2n+1) {
    clear: both;
  }
  .columns-5 > *,
.columns-4 > *,
.columns-3 > * {
    width: 40.9090909091%;
    margin-left: 9.0909090909%;
    float: left;
    min-height: 1px;
  }

  .agencias .cols,
.todas-las-agencias {
    margin-left: 0%;
    width: 100%;
    padding: 0;
  }
  .agencias .cols:after,
.todas-las-agencias:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  .agencias .cols > *,
.todas-las-agencias > * {
    width: 100%;
    margin-left: 0%;
    float: left;
    min-height: 1px;
  }
  .agencias .cols .tooltip,
.todas-las-agencias .tooltip {
    line-height: 1.4;
  }
  .agencias .cols .tooltip__title,
.todas-las-agencias .tooltip__title {
    text-align: left;
    display: block;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 0.9em;
  }
  .agencias .cols .tooltip__description,
.todas-las-agencias .tooltip__description {
    display: block;
    font-size: 0.9em;
  }
  .agencias .cols .icon-list__item,
.todas-las-agencias .icon-list__item {
    margin: 0.5em 0 1em;
    padding: 0 0 1.5em;
    border-bottom: 1px solid #eee;
  }
  .agencias .cols .icon-list__item:after,
.todas-las-agencias .icon-list__item:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    clear: both;
  }
  .agencias .cols .icon-list__item img,
.todas-las-agencias .icon-list__item img {
    float: right;
    width: 90px;
    border: 1px solid #fff;
    margin: 5px 10px;
    margin-right: 0;
  }

  .icon-list__item {
    margin-bottom: 1em;
  }
  .icon-list__item img {
    margin: 0;
  }

  .tooltip__title {
    text-align: center;
    display: block;
    font-size: 11px;
  }
  .tooltip__description {
    display: none;
  }

  [class*=label--] {
    background-color: transparent;
    margin: 0 0 1em;
    padding-top: 0;
    color: #2769C6;
  }

  .archive__description {
    padding-bottom: 2em;
    color: #7A84A2;
    font-weight: 100;
    font-size: 1.1em;
  }

  .publications--institutions {
    font-size: 0.8em;
  }
}

/*# sourceMappingURL=screen.css.map */
