/*
Theme Name: CSIC
Description: This is a child theme for CSIC
Author: trestristestigres.com
Template: csic
Version: 3.0
*/
.slbOverlay,
.slbWrapOuter,
.slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  -webkit-animation: slbOverlay 0.5s;
  -moz-animation: slbOverlay 0.5s;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #fff;
}

.slbDirectionNext .slbImageWrap {
  -webkit-animation: slbEnterNext 0.4s;
  -moz-animation: slbEnterNext 0.4s;
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  -webkit-animation: slbEnterPrev 0.4s;
  -moz-animation: slbEnterPrev 0.4s;
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn,
.slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner,
.slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover,
.slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active,
.slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  -webkit-animation: slbEnter 0.3s;
  -moz-animation: slbEnter 0.3s;
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@-webkit-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-moz-keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@-webkit-keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnter {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -1em, 0);
    -moz-transform: translate3d(0, -1em, 0);
    -ms-transform: translate3d(0, -1em, 0);
    -o-transform: translate3d(0, -1em, 0);
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterNext {
  from {
    opacity: 0;
    -moz-transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    -webkit-transform: translate3d(4em, 0, 0);
    -moz-transform: translate3d(4em, 0, 0);
    -ms-transform: translate3d(4em, 0, 0);
    -o-transform: translate3d(4em, 0, 0);
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slbEnterPrev {
  from {
    opacity: 0;
    -moz-transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-4em, 0, 0);
    -moz-transform: translate3d(-4em, 0, 0);
    -ms-transform: translate3d(-4em, 0, 0);
    -o-transform: translate3d(-4em, 0, 0);
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@font-face {
  font-family: "robotoblack_italic";
  src: url("fonts/roboto-blackitalic-webfont.woff2") format("woff2"), url("fonts/roboto-blackitalic-webfont.woff") format("woff"), url("fonts/roboto-blackitalic-webfont.svg#robotoblack_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoblack";
  src: url("fonts/roboto-black-webfont.woff2") format("woff2"), url("fonts/roboto-black-webfont.woff") format("woff"), url("fonts/roboto-black-webfont.svg#robotoblack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotobold_italic";
  src: url("fonts/roboto-bolditalic-webfont.woff2") format("woff2"), url("fonts/roboto-bolditalic-webfont.woff") format("woff"), url("fonts/roboto-bolditalic-webfont.svg#robotobold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotobold";
  src: url("fonts/roboto-bold-webfont.woff2") format("woff2"), url("fonts/roboto-bold-webfont.woff") format("woff"), url("fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotomedium_italic";
  src: url("fonts/roboto-mediumitalic-webfont.woff2") format("woff2"), url("fonts/roboto-mediumitalic-webfont.woff") format("woff"), url("fonts/roboto-mediumitalic-webfont.svg#robotomedium_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotomedium";
  src: url("fonts/roboto-medium-webfont.woff2") format("woff2"), url("fonts/roboto-medium-webfont.woff") format("woff"), url("fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoitalic";
  src: url("fonts/roboto-italic-webfont.woff2") format("woff2"), url("fonts/roboto-italic-webfont.woff") format("woff"), url("fonts/roboto-italic-webfont.svg#robotoitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotoregular";
  src: url("fonts/roboto-regular-webfont.woff2") format("woff2"), url("fonts/roboto-regular-webfont.woff") format("woff"), url("fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotolight_italic";
  src: url("fonts/roboto-lightitalic-webfont.woff2") format("woff2"), url("fonts/roboto-lightitalic-webfont.woff") format("woff"), url("fonts/roboto-lightitalic-webfont.svg#robotolight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotolight";
  src: url("fonts/roboto-light-webfont.woff2") format("woff2"), url("fonts/roboto-light-webfont.woff") format("woff"), url("fonts/roboto-light-webfont.svg#robotolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotothin_italic";
  src: url("fonts/roboto-thinitalic-webfont.woff2") format("woff2"), url("fonts/roboto-thinitalic-webfont.woff") format("woff"), url("fonts/roboto-thinitalic-webfont.svg#robotothin_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "robotothin";
  src: url("fonts/roboto-thin-webfont.woff2") format("woff2"), url("fonts/roboto-thin-webfont.woff") format("woff"), url("fonts/roboto-thin-webfont.svg#robotothin") format("svg");
  font-weight: normal;
  font-style: normal;
}

html[lang="es-ES"] a[hreflang="es"] {
  color: #206db0 !important;
  font-family: "robotobold";
}

html[lang="en-US"] a[hreflang="en"] {
  color: #206db0 !important;
  font-family: "robotobold";
}

.header-nav-main.nav-box > li > a:hover {
  background-color: #206db0 !important;
}

body * {
  transition: all 0.3s ease;
}

.shade-top {
  opacity: 0 !important;
}

body:not(.home) .dark,
body:not(.home) .dark p,
body:not(.home) .dark td {
  color: black !important;
}

.button.icon.circle > i:only-child {
  color: #777777 !important;
}

.dark a:hover,
.dark .widget a:hover {
  color: gray !important;
}

.html.header-button-2 a.button.primary:hover span {
  color: #206db0 !important;
}

.header-wrapper:not(.stuck) .header-main .header-nav {
  margin-top: 79px !important;
}

.nav > li > a {
  font-family: "robotomedium" !important;
  font-size: 15px !important;
  font-weight: initial !important;
  padding: 0.75em !important;
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .nav > li > a {
    font-size: 12px !important;
  }
}

@media (min-width: 850px) and (max-width: 1000px) {
  .nav > li > a {
    font-size: 10px !important;
  }
}

.logos-home img {
  max-width: 200px;
}

.mw-300 img {
  max-width: 350px;
}

.logos-home img {
  opacity: 0.7;
  filter: grayscale(0.5);
}

.logos-home a:hover img {
  opacity: 1;
  filter: grayscale(0);
}

#top-bar {
  -webkit-transform: translateY(45px) !important;
  transform: translateY(45px) !important;
  background-color: transparent !important;
}

.header-language-dropdown > a {
  display: none !important;
}

.header-language-dropdown::before,
.header-language-dropdown::after {
  display: none !important;
}

.header-language-dropdown .nav-dropdown {
  min-width: 50px !important;
  padding: 0 !important;
  opacity: 1 !important;
  margin: 0 !important;
  top: -14px !important;
  left: -50px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header-language-dropdown .nav-dropdown:hover {
  background-color: transparent !important;
}

.header-language-dropdown .nav-dropdown > li:first-child > a::before {
  content: attr(hreflang);
  position: absolute;
  top: 5px;
  text-indent: 0;
  left: 0;
  text-transform: uppercase;
  font-family: "robotomedium";
}

.header-language-dropdown .nav-dropdown > li:last-child > a::before {
  content: attr(hreflang);
  position: absolute;
  top: 5px;
  text-indent: 0;
  left: 30px;
  text-transform: uppercase;
  font-family: "robotomedium";
}

.header-language-dropdown .nav-dropdown::after {
  content: "|";
  position: absolute;
  left: 21px;
  top: 1px;
  visibility: visible;
}

.header-language-dropdown .nav-dropdown ul.li::before,
.header-language-dropdown .nav-dropdown ul.li::after {
  display: none !important;
}

.header-language-dropdown .nav-dropdown li > a {
  padding: 5px !important;
  text-indent: -99999px;
}

.header-language-dropdown .nav-dropdown li > a:hover {
  background-color: transparent !important;
}

.header-language-dropdown .icon-image {
  display: none !important;
}

ul.sub-menu.nav-dropdown.nav-dropdown-simple {
  background-color: #206db0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-dropdown .menu-item-has-children > a,
.nav-dropdown .title > a,
.nav-dropdown .nav-dropdown-col > a {
  color: white !important;
  font-family: "robotoblack";
}

.sub-menu li > a {
  color: white !important;
}

.nav-dropdown.nav-dropdown-bold > li.nav-dropdown-col,
.nav-dropdown.nav-dropdown-simple > li.nav-dropdown-col {
  border: none !important;
}

.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:before,
.nav-dropdown-has-arrow li.current-dropdown.has-dropdown:after {
  display: none;
}

.menu-item.current-dropdown header:not(.transparent) .header-nav-main.nav > li.active > a {
  color: white !important;
}

.menu-item.current-dropdown {
  background-color: #206db0 !important;
}

.menu-item.current-dropdown a,
.menu-item.current-dropdown i {
  color: white !important;
}

li.header-search-form.search-form.html.relative.has-icon {
  width: 48% !important;
}

.header-main li.html.custom.html_nav_position_text {
  display: block;
}

li.html.custom.html_nav_position_text:hover a::before {
  content: none;
}

li.html.custom.html_nav_position_text {
  margin-left: 0;
}

a.old-net-link {
  background-color: #206db0;
  border-radius: 100%;
  margin-left: 4px;
}

a.old-net-link:hover {
  background-color: #195283;
}

a.old-net-link img {
  width: 19px;
  min-width: 19px;
  filter: invert(1);
}

@media (max-width: 1254px) {
  li.header-search-form.search-form.html.relative.has-icon {
    max-width: 30% !important;
  }
}

li.html.custom.html_topbar_left {
  margin-left: 100px !important;
}

.header-nav-main.nav-line-bottom > li > a:before,
.header-nav-main.nav-line-grow > li > a:before,
.header-nav-main.nav-line > li > a:before,
.header-nav-main.nav-box > li > a:hover,
.header-nav-main.nav-box > li.active > a,
.header-nav-main.nav-pills > li.active > a,
.header:not(.transparent)
.header-nav-main.nav
> li.active:not(.current-dropdown)
> a {
  color: #206db0 !important;
  background-color: transparent !important;
}

.header-nav-main > li.menu-item > a:hover {
  color: #fff !important;
  background-color: #206db0 !important;
}

.header-button-2 a {
  padding-left: 62px;
  padding-right: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 94 59' width='167' height='105'%3E%3Cdefs%3E%3Cimage width='83' height='49' id='birrete_img' href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFMAAAAxCAYAAACmjpVRAAAAAXNSR0IArs4c6QAAAupJREFUeF7t201IFVEUB/D/uU8r6QOSwhm1aNcqKjcRBbWNgohoU2hzx8yiRVZEFgW1qyhyLTl3knIRCRK5TYMWtYg+FtVCSErfMzKUICjrzYkRX7RIeDPvppLnrc/5z53fO4934c6Qq81nAJWQT1oBjsCbPxr/KbnaMAg9AB6lTZuvfRShkgkXiLEnG+qeAuaJXKDb5itK2vt2PLOGCO8EM63gH32CaQGxEDEd5hgYXyxeZ75ElQGoIaLd2cC7T45vThOjJtXdM2pB2AugC8CnVBmz33QUwHMAT1IsxQfwuvz7gh3vuw6MUYqA3y2OZ7YToU8xNg6H+kUpWbPVW63NOAht2UBfTLoGV5tBAD05o1viXsEUzKQzNH29TKY9SwimYFoUsBglkymYFgUsRslkCqZFAYtRMpmCaVHAYpRMpmBaFLAYJZMpmBYFLEbJZAqmRQGLUTKZgmlRwGLUnJtMgJuYacDiPc5YFBEeEOHarJ8BVelgkwKlOdWbMaxiLkSM1myorxRTG9dU1XcuVuX5c2CcYtAHIDo7Yvx7JR2oxcHVfsdailRFsQuZa3UUqWho0bc3aG/+UdzamFwv7AdhC4N7CVQLoA7gIyVjFreA/6eqcLwNcH3O+LcBjp/X6mXQesFM+D07fthAzLdU5ueq4ZtNQ5O/Ts+cYcJlwUyIWeWZdYrwisFXR4xurWnorMyXRQ+JEQlmQsy43NUmfvzyOECjAC8BEDGpXYKZAjNucRrDnSriO8x4mcnkG4c6Dg0IZgrM2n13K/JLv54vbI2I0JoLvG7BTIwZ/3uHfQC2Tm2NVgPYAMZhwUyI6ehgG4H6ZWuUEO5v5Y5vPGIYlVcrhjsPxm+qwPXMSRCuy2QmBC5gLmQsHwz1+CSmb1rAuCGYgplQwGK5TKZgWhSwGCWTKZgWBSxGyWT+A0wqn1iZbW8elX1mCbiuDuoAegZGNxQeI4IC4RiACdlnpoCd2qRfArBsqv0tKbX/F3wBarmrs2KZAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3Cstyle%3E tspan %7B white-space:pre %7D %3C/style%3E%3Cg%3E%3Cg%3E%3Cuse id='birrete' href='%23birrete_img' transform='matrix(1,0,0,1,4,6)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  color: #ffffff !important;
  border-color: transparent !important;
  background-size: 35px 38px;
  background-position: 17px 2px;
  font-family: "robotolight" !important;
  text-transform: initial;
  font-size: 16px;
  -webkit-filter: grayscale(1) brightness(9);
  filter: grayscale(1) brightness(9);
}

.header-button-2 .header-button {
  background-color: #206db0;
  border-radius: 99px;
}

.header-button-2 .header-button:hover a {
  -webkit-filter: none !important;
  filter: none !important;
  color: #206db0;
  border-color: #206db0;
}

.is-outline:hover,
.primary.is-outline:hover {
  background-color: white !important;
}

.header-button-2 a:hover {
  color: #206db0 !important;
  border-color: #206db0 !important;
  -webkit-filter: none !important;
  filter: none !important;
}

.header-search-form-wrapper .searchform .button.icon {
  -webkit-transform: translateX(42px) !important;
  transform: translateX(42px) !important;
}

.header-search-form-wrapper form > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.header-search-form-wrapper input.search-field {
  background-color: transparent !important;
  font-size: 16px !important;
  font-family: "robotolight";
  padding-left: 40px;
}

.header-button-1 a {
  padding-left: 28px;
  padding-right: 28px;
  background-repeat: no-repeat;
  color: #ffffff !important;
  border-color: transparent !important;
  background-size: 35px 38px;
  background-position: 17px 2px;
  font-family: "robotolight" !important;
  text-transform: initial;
  font-size: 16px;
}

@media (max-width: 540px) {
  .header-button-1 a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}

.header-button-1 .header-button {
  background-color: #206db0;
  border-radius: 99px;
}

.header-button-1 .header-button:hover a {
  -webkit-filter: none !important;
  filter: none !important;
  color: #206db0;
  border-color: #206db0;
}

.header-button-1 a:hover {
  color: #206db0 !important;
  border-color: #206db0 !important;
}

body {
  margin: 0;
}

h2 {
  font-family: "robotoblack" !important;
  color: #206db0 !important;
  font-size: 28px !important;
}

@media (max-width: 700px) {
  h2 {
    font-size: 20px !important;
  }
}

.content-area.page-wrapper {
  padding: 0 !important;
}

p {
  font-family: "robotolight";
}

.roboto-regular p {
  font-family: "robotoregular";
}

.roboto-black * {
  font-family: "robotoblack";
}

.roboto-light * {
  font-family: "robotolight";
  font-weight: 100 !important;
  letter-spacing: 1px !important;
}

.cta .section-content .col {
  padding-bottom: 0 !important;
}

.cta .section-content .col p {
  margin: 0;
}

.box-shadow-image {
  position: relative;
}

.box-shadow-image .box-text {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.padding-section {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.row {
  max-width: 100% !important;
}

#content > .row:not(.noticias) > .col {
  padding: 0 !important;
}

.mw-1400 .section-content {
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto;
}

.mw-800 .section-content {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}

.space-middle > div {
  padding-right: 30px !important;
}

.space-middle > div + div {
  padding-left: 30px !important;
}

ol.flickity-page-dots {
  -webkit-transform: translateY(85px);
  transform: translateY(85px);
}

section.triangle-bg-gray {
  position: relative;
  margin-bottom: 80px;
}

section.triangle-bg-gray::after {
  content: "";
  height: 80px !important;
  position: absolute;
  bottom: -79px;
  left: 0;
  background-color: #dedede;
  width: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 50% 100%, 0 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 50% 100%, 0 0%);
}

.flickity-page-dots .dot.is-selected {
  background-color: #206db0 !important;
}

.flickity-page-dots .dot {
  border: none !important;
}

.absolute-footer {
  display: none;
}

.black-logos img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  max-width: 140px;
}

footer > section .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer > section .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer > section .col-inner .img {
  width: auto !important;
}

.social-icons-footer {
  color: #206db0 !important;
}

@media (max-width: 850px) {
  .social-icons-footer.full-width {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding-top: 20px;
  }
}

.social-icons-footer a.icon {
  background-color: white;
  border-radius: 100%;
}

.social-icons-footer i {
  font-size: 1em !important;
  background-color: white;
  border-radius: 100%;
  padding: 6px !important;
  line-height: 1 !important;
}

@media (min-width: 850px) {
  .flex-start .col-inner {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

.space-middle > div + div {
  padding-left: 0px !important;
}

.space-middle {
  margin: 0 !important;
}

.space-middle > div {
  padding-right: 0 !important;
}

.box-shadow-image {
  width: 300px !important;
}

footer .social-icons {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

.logotipo-large img {
  height: auto !important;
  margin-top: 15px !important;
}

.noticias.programas > div:nth-child(4n) {
  padding-right: 0;
}

.noticias.programas > div:nth-child(4n + 1) {
  padding-left: 0;
}

a.button.primary.is-link.lowercase.button-link-home:hover span {
  color: gray !important;
}

.articulos,
.noticias {
  max-width: 1370px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.articulos .box-text,
.noticias .box-text {
  padding: 30px !important;
}

.articulos .col.post-item,
.noticias .col.post-item {
  margin-bottom: 30px !important;
}

.articulos .col-inner,
.noticias .col-inner {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08) !important;
}

.articulos .col-inner:hover,
.noticias .col-inner:hover {
  box-shadow: 0px 19px 20px 0px rgba(0, 0, 0, 0.14) !important;
}

.articulos .box,
.noticias .box {
  background-color: white !important;
}

.articulos .cat-label,
.articulos .post-meta,
.noticias .cat-label,
.noticias .post-meta {
  color: #a4a4a4 !important;
  font-size: 16px !important;
  margin-bottom: 0px !important;
  font-family: "robotoregular";
}

.articulos .post-title,
.noticias .post-title {
  font-size: 20px !important;
  font-family: "robotoblack";
}

.articulos .from_the_blog_excerpt,
.articulos .from_the_blog_excerpt + p,
.noticias .from_the_blog_excerpt,
.noticias .from_the_blog_excerpt + p {
  font-size: 17px !important;
  line-height: 1.3 !important;
  font-family: "robotolight";
}

.articulos .post-title,
.articulos .from_the_blog_excerpt,
.noticias .post-title,
.noticias .from_the_blog_excerpt {
  color: black !important;
}

.articulos .readmore-button,
.noticias .readmore-button {
  color: #206db0 !important;
  font-size: 16px !important;
  font-family: "robotoblack";
  text-transform: initial;
  margin-top: 0px !important;
  margin-right: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.articulos .is-divider,
.noticias .is-divider {
  display: none;
}

@media (max-width: 1200px) {
  .articulos .box {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .articulos .box-image {
    width: 31% !important;
  }
}

@media (max-width: 1200px) {
  .articulos .box-image {
    display: block !important;
    width: 100% !important;
  }
}

@media (min-width: 550px) {
  .articulos .blog-post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100% !important;
  }
}

@media (min-width: 550px) {
  .articulos .box-post-inner-right {
    display: none;
  }
}

@media (min-width: 550px) {
  .articulos .box-post-inner-left {
    width: 100% !important;
  }
}

.error404 h1 {
  color: black !important;
  font-family: "robotobold" !important;
}

.relationships ul a {
  color: #206db0 !important;
}

.relationships ul {
  list-style-position: inside;
  border-top: 2px solid #206db0;
  margin-top: 2;
  padding-top: 10px;
  padding-left: 20px;
}

.relationships {
  padding: 20px;
  padding-left: 0;
}

.relationships span.author-item-text.relation {
  color: #206db0;
  font-family: "robotobold";
  font-size: 18px !important;
}

span.autor-item-value {
  font-family: "robotolight";
}

span.author-item-text {
  font-family: "robotomedium";
}

.row.row-large {
  max-width: 1370px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

a.link-cv {
  color: white !important;
  font-family: "robotomedium";
  display: flex;
  align-items: center;
  background-color: #206db0;
  max-width: fit-content;
  padding: 8px 28px;
  border-radius: 39px;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  border: white solid 3px;
  transition: all 0.3 ease;
}

a.link-cv:hover {
  background-color: transparent !important;
  color: #206db0 !important;
  border: #206db0 solid 3px;
}

a.link-cv:hover svg {
  fill: #206db0 !important;
  transition: all 0.3 ease;
}

a.link-cv svg {
  margin-right: 5px;
  height: 23px;
  fill: white !important;
}

.single-articulos_pt div#author-pic-and-name,
.single-proyectos_pt div#author-pic-and-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: initial !important;
  margin-left: initial !important;
  margin-right: initial !important;
  width: initial !important;
}

.single-articulos_pt div#author-pic-and-name img,
.single-proyectos_pt div#author-pic-and-name img {
  border: #206db0 1px solid;
  border-bottom: none !important;
  width: 100%;
}

.single-articulos_pt div#author-pic-and-name span,
.single-proyectos_pt div#author-pic-and-name span {
  border: 0;
  font-size: 18px;
  width: 100%;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
  color: dimgray;
  font-family: "robotobold";
}

.single-articulos_pt div#author-pic-and-name span strong,
.single-proyectos_pt div#author-pic-and-name span strong {
  color: #206db0;
  font-family: "robotobold";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.home .articulos button.button {
  color: #206db0 !important;
  font-size: 16px !important;
  font-family: "robotoblack";
  text-transform: initial;
  margin-top: 0px !important;
  margin-right: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: 0;
  text-align: left;
}

.home .articulos .col.post-item {
  padding: 0 !important;
}

a.external-website.button {
  margin-bottom: 20px !important;
  margin-left: auto !important;
}

@media (min-width: 800px) {
  a.external-website.button {
    margin: 0 !important;
    margin-left: 20px !important;
    padding: 11px;
  }
}

.container-tabs-grupos {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media (min-width: 800px) {
  .container-tabs-grupos {
    flex-direction: row;
    align-items: center;
  }
}

.nav-tabs-grupos {
  flex-direction: column !important;
  align-items: flex-start !important;
}

@media (min-width: 800px) {
  .nav-tabs-grupos {
    flex-direction: row !important;
    width: max-content !important;
    margin-right: 0 !important;
    align-items: center !important;
  }
}

div#author-pic-and-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 180px !important;
}

div#author-pic-and-name img {
  border: #206db0 1px solid;
  border-bottom: none !important;
  width: 100%;
}

div#author-pic-and-name span {
  border: #206db0 1px solid;
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-family: "robotolight";
}

div#author-pic-and-name span strong {
  color: #206db0;
  font-family: "robotobold";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.archive-page-header h1 {
  color: black !important;
  font-style: "robotoblack";
}

.archive-page-header h1 .vcard {
  color: #206db0 !important;
  font-style: "robotoblack";
}

.articulos {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.articulos .box-image .image-cover {
  padding-top: 230px !important;
}

.articulos .post-title.is-large {
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
}

.articulos p.from_the_blog_excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
}

.title-home h2 {
  border: none !important;
}

.title-home span.section-title-main {
  text-transform: none;
  border: none !important;
}

.noticias {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (min-width: 835px) {
  .noticias > div:first-child {
    padding-left: 0 !important;
  }
  .noticias > div:last-child {
    padding-right: 0 !important;
  }
}

@media (max-width: 835px) {
  .noticias .col.post-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.noticias .box-image .image-cover {
  padding-top: 200px !important;
}

.noticias .post-title.is-large {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
}

.noticias p.from_the_blog_excerpt,
.noticias p.from_the_blog_excerpt + p {
  display: -webkit-box;
  -webkit-line-clamp: 4 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
}

.perpage-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

input#perpage-submit {
  margin: 0 !important;
}

form#userlist {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

form#userlist .search-box {
  text-align: center !important;
  margin-top: 40px !important;
  display: flex;
  flex-direction: column;
  max-width: 200px !important;
  min-width: initial !important;
  justify-content: center;
  align-items: center;
  margin-right: 0 !important;
  margin-bottom: 20px !important;
}

@media (min-width: 630px) {
  form#userlist .search-box {
    display: flex;
    flex-direction: row;
  }
}

form#userlist .search-box input#search-input {
  min-width: 200px;
  margin-bottom: 0 !important;
}

@media (min-width: 630px) {
  form#userlist .search-box input#search-input {
    margin-right: 20px;
    display: flex;
    flex-direction: row;
  }
}

form#userlist .search-box input#search-submit {
  margin: 0 !important;
  margin-top: 20px !important;
}

@media (min-width: 630px) {
  form#userlist .search-box input#search-submit {
    margin-top: 0px !important;
  }
}

#usertable .avatar img {
  width: 100%;
  max-height: 150px;
  box-shadow: none !important;
  object-fit: cover;
  height: 150px;
}

.userlistfooter {
  text-align: center;
  margin-top: 20px !important;
}

#usertable {
  max-width: max-content;
  margin-top: 40px;
  margin-bottom: 40px;
  border-style: none !important;
}

#usertable label {
  color: black !important;
}

#usertable th a {
  text-transform: none;
}

#usertable .last_name a,
#usertable .first_name a {
  color: #206db0 !important;
}

#usertable tbody .even,
#usertable .tbody .even .td {
  background-color: transparent !important;
}

.perpage-box {
  display: initial !important;
  /* padding-top: 60px !important; */
}

.perpage-box label {
  color: black !important;
}

.box-image .image-cover {
  padding-top: 100% !important;
}

td.usuario_activo {
  display: none;
}

td.foto_publica {
  display: none !important;
}

.filter-box + .tablenav {
  display: none;
}

td.first_role.td.td4 {
  padding-bottom: 5px !important;
  font-size: 11px;
}

.user-filters ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1000px;
  grid-gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 500px) {
  .user-filters ul {
    grid-template-columns: 1fr 1fr;
  }
}

.user-filters ul li {
  background-color: #226bb000;
  color: #216cb0;
  padding: 5px 10px;
  margin: 0 !important;
  border: solid 1px #216cb0;
  border-radius: 4px;
  cursor: pointer !important;
  transition: all 0.3s ease;
  text-align: center;
}

.user-filters {
  margin-top: 10px;
}

.user-filters ul li:hover {
  color: white;
  background-color: #226bb0;
}

.tablenav-pages {
  position: relative;
  padding-top: 30px;
  margin-bottom: 40px;
  margin-top: 10px;
}

span.displaying-num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

a.page-numbers {
  background-color: #216cb0 !important;
  padding: 5px 10px !important;
  color: white !important;
  font-weight: 500 !important;
}

span.page-numbers.current {
  font-weight: 900 !important;
  color: #216cb0 !important;
  border: solid 1px #216cb0 !important;
  padding: 5px 10px !important;
}

a.page-numbers:hover {
  color: white !important;
  background-color: #1a598f !important;
}

table#usertable tr.vcard {
  display: flex;
  align-items: center;
  background-color: white !important;
  flex-direction: column;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.04);
  height: 100%;
}

.userlist td {
  padding: 2px 15px 15px !important;
}

table#usertable a.vcard-link {
  transition: all 0.22s ease;
  border: solid 1px #206db0;
}

table#usertable a.vcard-link:hover {
  border-color: #216cb0;
  transform: translateY(-2px);
}

table#usertable a.vcard-link:hover .vcard {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
}

table#usertable tr.vcard.odd {
  background-color: white;
}

table#usertable tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  width: 100%;
  grid-gap: 20px;
}

@media (min-width: 450px) {
  table#usertable tbody {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 750px) {
  table#usertable tbody {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 750px) {
  table#usertable tbody {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1000px) {
  table#usertable tbody {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

table#usertable {
  display: flex;
  flex-direction: column;
}

table#usertable .th.th4,
table#usertable .th.th5,
table#usertable .th.th6 {
  display: none;
}

table#usertable thead.thead {
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
}

table#usertable tr.vcard.even {
  background-color: white !important;
}

#usertable tbody .even,
#usertable .tbody .even .td {
  background-color: white;
}

table#usertable tr.vcard td {
  border: none !important;
}

table#usertable td.avatar.td.td1 {
  padding: 0;
  width: 100%;
  height: 155px;
  margin-bottom: 10px;
  padding: 0 !important;
}

div#userslist1 {
  width: 1000px !important;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

table#usertable td.last_name.td.td2 {
  width: 100%;
  padding-bottom: 0 !important;
}

table#usertable td.last_name.td.td2 a {
  font-family: "robotobold";
}

table#usertable td.first_name.td.td3 {
  width: 100%;
  padding-bottom: 5px !important;
}

table#usertable td.first_name.td.td3 a {
  font-family: "robotobold";
}

td.p_departamento.td.td5 {
  font-family: "robotomedium";
  color: #646464 !important;
  font-size: 12px;
}

table#usertable td.first_role.td.td4 {
  width: 100%;
  font-family: "robotomedium";
  padding-bottom: 0;
}

.userlist thead tr th,
.userlist tfoot tr th {
  background-color: transparent !important;
  border-bottom: 0 !important;
}

ul.articulo-item.organismos li {
  list-style: none;
  margin-left: 0;
  font-family: "robotoregular";
}

.post-template-default.single.single-post h1.entry-title,
.articulos_pt-template-default.single-articulos_pt h1.entry-title,
.single-proyectos_pt h1.entry-title {
  text-align: left;
  color: #206db0;
  font-family: "robotobold";
}

.post-template-default.single.single-post h6.entry-category.is-xsmall,
.articulos_pt-template-default.single-articulos_pt h6.entry-category.is-xsmall,
.single-proyectos_pt h6.entry-category.is-xsmall {
  color: gray;
}

.post-template-default.single.single-post .entry-meta,
.post-template-default.single.single-post .entry-author,
.articulos_pt-template-default.single-articulos_pt .entry-meta,
.articulos_pt-template-default.single-articulos_pt .entry-author,
.single-proyectos_pt .entry-meta,
.single-proyectos_pt .entry-author {
  display: none;
}

.post-template-default.single.single-post .social-icons.share-icons a i,
.articulos_pt-template-default.single-articulos_pt .social-icons.share-icons a i,
.single-proyectos_pt .social-icons.share-icons a i {
  color: gray !important;
}

.post-template-default.single.single-post .social-icons.share-icons .button.is-outline,
.articulos_pt-template-default.single-articulos_pt .social-icons.share-icons .button.is-outline,
.single-proyectos_pt .social-icons.share-icons .button.is-outline {
  border-color: gray;
}

.post-template-default.single.single-post .button.icon:hover,
.articulos_pt-template-default.single-articulos_pt .button.icon:hover,
.single-proyectos_pt .button.icon:hover {
  background-color: white !important;
}

.post-template-default.single.single-post .is-divider,
.articulos_pt-template-default.single-articulos_pt .is-divider,
.single-proyectos_pt .is-divider {
  margin-left: unset !important;
}

@media (min-width: 835px) {
  .post-template-default.single.single-post #content > div > div.large-9.col,
  .articulos_pt-template-default.single-articulos_pt #content > div > div.large-9.col,
  .single-proyectos_pt #content > div > div.large-9.col {
    padding-right: 30px !important;
  }
  .post-template-default.single.single-post div#secondary,
  .articulos_pt-template-default.single-articulos_pt div#secondary,
  .single-proyectos_pt div#secondary {
    padding-left: 30px !important;
  }
}

li.tab span {
  color: gray;
  font-family: "robotobold";
}

li.tab.has-icon.active span {
  color: #206db0 !important;
}

.original-size img {
  width: auto !important;
}

.job-offer-container .banner-inner.fill {
  padding: 30px !important;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
}

.job-offer-container .text-box,
.job-offer-container .text-box-content {
  height: 100%;
}

.job-offer-container .text-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.job-offer h3 {
  color: black !important;
  font-size: 16px !important;
  margin: 0 !important;
  font-family: "robotomedium";
  margin-bottom: 5px !important;
  margin-top: 5px !important;
}

.job-offer h2 {
  font-size: 20px !important;
  line-height: 1.3 !important;
  margin: 0;
  margin-bottom: 20px !important;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.job-offer + a.button {
  font-size: 16px !important;
  margin: 0px !important;
  font-family: "robotolight";
  padding: 10px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' fill='white' viewBox='0 0 20 20'%3E%3Cpath d='M4.317,16.411c-1.423-1.423-1.423-3.737,0-5.16l8.075-7.984c0.994-0.996,2.613-0.996,3.611,0.001C17,4.264,17,5.884,16.004,6.88l-8.075,7.984c-0.568,0.568-1.493,0.569-2.063-0.001c-0.569-0.569-0.569-1.495,0-2.064L9.93,8.828c0.145-0.141,0.376-0.139,0.517,0.005c0.141,0.144,0.139,0.375-0.006,0.516l-4.062,3.968c-0.282,0.282-0.282,0.745,0.003,1.03c0.285,0.284,0.747,0.284,1.032,0l8.074-7.985c0.711-0.71,0.711-1.868-0.002-2.579c-0.711-0.712-1.867-0.712-2.58,0l-8.074,7.984c-1.137,1.137-1.137,2.988,0.001,4.127c1.14,1.14,2.989,1.14,4.129,0l6.989-6.896c0.143-0.142,0.375-0.14,0.516,0.003c0.143,0.143,0.141,0.374-0.002,0.516l-6.988,6.895C8.054,17.836,5.743,17.836,4.317,16.411'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 23px 15px;
}

.job-offer + a.button:hover {
  color: white !important;
}

.job-offer + a.button:hover span {
  color: white !important;
}

.job-offer p {
  font-size: 16px;
  margin: 0;
  margin-top: 0.3em !important;
  margin-bottom: 0.3em !important;
}

ul.nav.navigation > li > a {
  color: #206db0;
}

ul.nav.navigation > li + li {
  border-top: 1px solid lightgray !important;
}

.page-header-wrapper .page-title .page-title-sub .lead {
  color: white !important;
}

.page-title .title-content {
  display: none !important;
}

.parent-pageid-707 #main,
.parent-pageid-707 #main.dark,
.parent-pageid-8486 #main,
.parent-pageid-8486 #main.dark {
  background-color: white !important;
}

.parent-pageid-707 .mw-800,
.parent-pageid-8486 .mw-800 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.parent-pageid-707 .mw-800 img,
.parent-pageid-8486 .mw-800 img {
  opacity: 0.6;
  max-width: 100px;
}

.parent-pageid-707 .mw-800 .section-content > row div,
.parent-pageid-8486 .mw-800 .section-content > row div {
  padding: 0 !important;
}

.parent-pageid-707 .mw-800 .section-content > .row .col,
.parent-pageid-8486 .mw-800 .section-content > .row .col {
  padding: 0 !important;
}

.parent-pageid-707 .mw-800 .section-content .img-inner,
.parent-pageid-8486 .mw-800 .section-content .img-inner {
  text-align: center !important;
}

.bg-color-column-tab .col-inner {
  background-color: #d3d3d33d;
  padding: 20px !important;
  margin-top: 50px;
}

.accordion-title.active {
  background-color: #206db0 !important;
}

.image-center .img-inner.dark {
  text-align: center !important;
}

.pdf-icon span,
a.pdf-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='pdf-icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 303.188 303.188' style='enable-background:new 0 0 303.188 303.188;' xml:space='preserve'%3E%3Cg%3E%3Cpolygon style='fill:%23E8E8E8;' points='219.821,0 32.842,0 32.842,303.188 270.346,303.188 270.346,50.525 '/%3E%3Cpath style='fill:%23FB3449;' d='M230.013,149.935c-3.643-6.493-16.231-8.533-22.006-9.451c-4.552-0.724-9.199-0.94-13.803-0.936 c-3.615-0.024-7.177,0.154-10.693,0.354c-1.296,0.087-2.579,0.199-3.861,0.31c-1.314-1.36-2.584-2.765-3.813-4.202 c-7.82-9.257-14.134-19.755-19.279-30.664c1.366-5.271,2.459-10.772,3.119-16.485c1.205-10.427,1.619-22.31-2.288-32.251 c-1.349-3.431-4.946-7.608-9.096-5.528c-4.771,2.392-6.113,9.169-6.502,13.973c-0.313,3.883-0.094,7.776,0.558,11.594 c0.664,3.844,1.733,7.494,2.897,11.139c1.086,3.342,2.283,6.658,3.588,9.943c-0.828,2.586-1.707,5.127-2.63,7.603 c-2.152,5.643-4.479,11.004-6.717,16.161c-1.18,2.557-2.335,5.06-3.465,7.507c-3.576,7.855-7.458,15.566-11.815,23.02 c-10.163,3.585-19.283,7.741-26.857,12.625c-4.063,2.625-7.652,5.476-10.641,8.603c-2.822,2.952-5.69,6.783-5.941,11.024 c-0.141,2.394,0.807,4.717,2.768,6.137c2.697,2.015,6.271,1.881,9.4,1.225c10.25-2.15,18.121-10.961,24.824-18.387 c4.617-5.115,9.872-11.61,15.369-19.465c0.012-0.018,0.024-0.036,0.037-0.054c9.428-2.923,19.689-5.391,30.579-7.205 c4.975-0.825,10.082-1.5,15.291-1.974c3.663,3.431,7.621,6.555,11.939,9.164c3.363,2.069,6.94,3.816,10.684,5.119 c3.786,1.237,7.595,2.247,11.528,2.886c1.986,0.284,4.017,0.413,6.092,0.335c4.631-0.175,11.278-1.951,11.714-7.57 C231.127,152.765,230.756,151.257,230.013,149.935z M119.144,160.245c-2.169,3.36-4.261,6.382-6.232,9.041 c-4.827,6.568-10.34,14.369-18.322,17.286c-1.516,0.554-3.512,1.126-5.616,1.002c-1.874-0.11-3.722-0.937-3.637-3.065 c0.042-1.114,0.587-2.535,1.423-3.931c0.915-1.531,2.048-2.935,3.275-4.226c2.629-2.762,5.953-5.439,9.777-7.918 c5.865-3.805,12.867-7.23,20.672-10.286C120.035,158.858,119.587,159.564,119.144,160.245z M146.366,75.985 c-0.602-3.514-0.693-7.077-0.323-10.503c0.184-1.713,0.533-3.385,1.038-4.952c0.428-1.33,1.352-4.576,2.826-4.993 c2.43-0.688,3.177,4.529,3.452,6.005c1.566,8.396,0.186,17.733-1.693,25.969c-0.299,1.31-0.632,2.599-0.973,3.883 c-0.582-1.601-1.137-3.207-1.648-4.821C147.945,83.048,146.939,79.482,146.366,75.985z M163.049,142.265 c-9.13,1.48-17.815,3.419-25.979,5.708c0.983-0.275,5.475-8.788,6.477-10.555c4.721-8.315,8.583-17.042,11.358-26.197 c4.9,9.691,10.847,18.962,18.153,27.214c0.673,0.749,1.357,1.489,2.053,2.22C171.017,141.096,166.988,141.633,163.049,142.265z M224.793,153.959c-0.334,1.805-4.189,2.837-5.988,3.121c-5.316,0.836-10.94,0.167-16.028-1.542 c-3.491-1.172-6.858-2.768-10.057-4.688c-3.18-1.921-6.155-4.181-8.936-6.673c3.429-0.206,6.9-0.341,10.388-0.275 c3.488,0.035,7.003,0.211,10.475,0.664c6.511,0.726,13.807,2.961,18.932,7.186C224.588,152.585,224.91,153.321,224.793,153.959z'/%3E%3Cpolygon style='fill:%23FB3449;' points='227.64,25.263 32.842,25.263 32.842,0 219.821,0 '/%3E%3Cg%3E%3Cpath style='fill:%23A4A9AD;' d='M126.841,241.152c0,5.361-1.58,9.501-4.742,12.421c-3.162,2.921-7.652,4.381-13.472,4.381h-3.643 v15.917H92.022v-47.979h16.606c6.06,0,10.611,1.324,13.652,3.971C125.321,232.51,126.841,236.273,126.841,241.152z M104.985,247.387h2.363c1.947,0,3.495-0.546,4.644-1.641c1.149-1.094,1.723-2.604,1.723-4.529c0-3.238-1.794-4.857-5.382-4.857 h-3.348C104.985,236.36,104.985,247.387,104.985,247.387z'/%3E%3Cpath style='fill:%23A4A9AD;' d='M175.215,248.864c0,8.007-2.205,14.177-6.613,18.509s-10.606,6.498-18.591,6.498h-15.523v-47.979 h16.606c7.701,0,13.646,1.969,17.836,5.907C173.119,235.737,175.215,241.426,175.215,248.864z M161.76,249.324 c0-4.398-0.87-7.657-2.609-9.78c-1.739-2.122-4.381-3.183-7.926-3.183h-3.773v26.877h2.888c3.939,0,6.826-1.143,8.664-3.43 C160.841,257.523,161.76,254.028,161.76,249.324z'/%3E%3Cpath style='fill:%23A4A9AD;' d='M196.579,273.871h-12.766v-47.979h28.355v10.403h-15.589v9.156h14.374v10.403h-14.374 L196.579,273.871L196.579,273.871z'/%3E%3C/g%3E%3Cpolygon style='fill:%23D1D3D3;' points='219.821,50.525 270.346,50.525 219.821,0 '/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 5px center;
  padding-right: 50px !important;
}

.section-title-normal {
  border-bottom: none !important;
}

.section-title-normal span {
  border-bottom: none !important;
}

.text-dark h6 {
  color: #606060 !important;
}

.text-dark h5 {
  color: black !important;
}

.bg-white {
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.row .row:not(.row-collapse):not(.row-full-width),
.container .row:not(.row-collapse):not(.row-full-width),
.lightbox-content .row:not(.row-collapse):not(.row-full-width) {
  margin: 0 !important;
}

.container-1400 {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

span.pi-text {
  font-size: 16px;
  font-family: "robotolight" !important;
}

.departamentos-page ul.departamento-grupos li {
  display: flex;
  align-items: center;
  background-color: white;
}

.departamentos-page ul.departamento-grupos li a {
  font-size: 18px !important;
  font-family: "robotomedium" !important;
  border-bottom: 1px solid lightgray;
  padding-bottom: 12px;
  margin-right: 5px;
}

.departamentos-page h1.entry-title {
  color: #206db0 !important;
  font-size: 24px !important;
  margin-bottom: 0 !important;
}

.departamentos-page .entry-content {
  padding-top: 0 !important;
}

.departamentos-page li.departamento {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 30px;
}

.departamentos-page .departamento-grupos {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 100%;
  margin: 0;
  padding: 20px;
  width: 100%;
  background-color: white;
}

@media (min-width: 1000px) {
  .departamentos-page .departamento-grupos {
    grid-template-columns: 1fr 1fr;
  }
}

.departamentos-page .departamento-container-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 30px;
  position: relative;
  z-index: 1;
  height: 270px;
  display: flex;
  align-items: center;
}

.departamentos-page .departamento-container-image:hover .bg-color {
  background-color: #0049897d;
}

.departamentos-page .departamento-container-image .bg-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #004989a6;
  z-index: -1;
  transition: all 0.3s ease;
}

.departamentos-page .departamento-container-image span.title-departamento {
  color: white;
  text-transform: uppercase;
  font-family: "robotobold";
  font-size: 25px;
  line-height: 1.1;
  max-width: 720px;
  display: block;
}

@media (min-width: 1000px) {
  .departamentos-page .departamento-container-image span.title-departamento {
    font-size: 45px;
  }
}

.header-single.header-single-departamento {
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative;
  z-index: 0;
}

.header-single.header-single-departamento .bg-color {
  height: 100%;
  width: 100%;
  background-color: #206db0a1;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1000px) {
  .description-departamento {
    padding-right: 200px;
  }
}

.breadcrumbs-container {
  z-index: 2;
}

.breadcrumbs-container ul {
  display: flex;
  list-style: none;
  padding-top: 7px;
  color: white !important;
  font-family: "robotomedium";
}

.breadcrumbs-container ul li a {
  transition: all 0.3s ease;
}

.breadcrumbs-container ul li:not(:first-child) a {
  margin-left: 5px;
}

.breadcrumbs-container ul li:first-child a {
  margin-right: 5px;
}

.breadcrumbs-container ul li a:hover {
  color: white !important;
  opacity: 0.8;
}

.breadcrumbs-container ul li.active {
  font-family: "robotoblack";
}

ul.departamento-grupos-single {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  list-style: none;
}

@media (min-width: 1000px) {
  ul.departamento-grupos-single {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.departamento-grupos-single li {
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.departamento-grupos-single li img {
  max-height: 200px;
  object-fit: cover;
}

.departamento-grupos-single li .info-user-dpto {
  padding: 20px;
  width: 100%;
}

.departamento-grupos-single li .info-user-dpto span {
  font-family: "robotomedium";
}

.departamento-grupos-single li a {
  width: 100%;
  height: 100%;
  display: block;
}

.single-departamentos_pt h2,
.single-articulos_pt h2,
.single-proyectos_pt h2,
.single-programas_pt h2 {
  font-size: 20px !important;
  font-family: "robotomedium" !important;
  margin-bottom: 15px;
  margin-top: 10px;
}

.is-outline:hover {
  border-color: transparent !important;
}

.container-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-button a.see-all-articles {
  color: white !important;
  text-transform: uppercase;
  background-color: #206db0;
  padding: 10px 30px;
  transition: all 0.3s ease;
  font-family: "robotomedium";
  margin-top: 20px;
  margin-bottom: 40px;
}

.container-button a.see-all-articles:hover {
  background-color: #1f6099;
}

.relevant-articles {
  list-style: none;
}

.relevant-articles li {
  margin-left: 0 !important;
}

.relevant-articles li a {
  font-family: "robotomedium";
  font-size: 18px;
  letter-spacing: -0.3px;
}

.gallery-groups {
  margin-bottom: 40px !important;
}

.members-program-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 800px) {
  .members-program-list {
    flex-direction: row;
  }
}

.members-program-list .column-member-left {
  margin-right: 15px;
}

.members-program-group {
  display: none;
}

.members-program-group.visible {
  display: grid;
}

.members-program-group {
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 350px) {
  .members-program-group {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 500px) {
  .members-program-group {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 800px) {
  .members-program-group {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1000px) {
  .members-program-group {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

.title-member-group {
  grid-column: 1 / span 2;
}

@media (min-width: 350px) {
  .title-member-group {
    grid-column: 1 / span 3;
  }
}

@media (min-width: 500px) {
  .title-member-group {
    grid-column: 1 / span 4;
  }
}

@media (min-width: 800px) {
  .title-member-group {
    grid-column: 1 / span 5;
  }
}

@media (min-width: 1000px) {
  .title-member-group {
    grid-column: 1 / span 7;
  }
}

.miembro a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.miembro img {
  height: 166px;
  object-fit: cover;
}

.members-program-group {
  grid-gap: 15px;
  margin-bottom: 5px;
}

.miembro span {
  font-family: "robotoregular";
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.2;
}

.relevant-articles li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 30px;
  margin-left: 0 !important;
  padding-right: 40px !important;
}

.relevant-articles li span.title:hover {
  color: #206db0;
}

.relevant-articles li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='none' d='M17.222,5.041l-4.443-4.414c-0.152-0.151-0.356-0.235-0.571-0.235h-8.86c-0.444,0-0.807,0.361-0.807,0.808v17.602c0,0.448,0.363,0.808,0.807,0.808h13.303c0.448,0,0.808-0.36,0.808-0.808V5.615C17.459,5.399,17.373,5.192,17.222,5.041zM15.843,17.993H4.157V2.007h7.72l3.966,3.942V17.993z'%3E%3C/path%3E%3Cpath fill='none' d='M5.112,7.3c0,0.446,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808c0-0.447-0.363-0.808-0.808-0.808H5.92C5.475,6.492,5.112,6.853,5.112,7.3z'%3E%3C/path%3E%3Cpath fill='none' d='M5.92,5.331h4.342c0.445,0,0.808-0.361,0.808-0.808c0-0.446-0.363-0.808-0.808-0.808H5.92c-0.444,0-0.808,0.361-0.808,0.808C5.112,4.97,5.475,5.331,5.92,5.331z'%3E%3C/path%3E%3Cpath fill='none' d='M13.997,9.218H5.92c-0.444,0-0.808,0.361-0.808,0.808c0,0.446,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808C14.805,9.58,14.442,9.218,13.997,9.218z'%3E%3C/path%3E%3Cpath fill='none' d='M13.997,11.944H5.92c-0.444,0-0.808,0.361-0.808,0.808c0,0.446,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808C14.805,12.306,14.442,11.944,13.997,11.944z'%3E%3C/path%3E%3Cpath fill='none' d='M13.997,14.67H5.92c-0.444,0-0.808,0.361-0.808,0.808c0,0.447,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808C14.805,15.032,14.442,14.67,13.997,14.67z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='%234691f6' d='M17.222,5.041l-4.443-4.414c-0.152-0.151-0.356-0.235-0.571-0.235h-8.86c-0.444,0-0.807,0.361-0.807,0.808v17.602c0,0.448,0.363,0.808,0.807,0.808h13.303c0.448,0,0.808-0.36,0.808-0.808V5.615C17.459,5.399,17.373,5.192,17.222,5.041zM15.843,17.993H4.157V2.007h7.72l3.966,3.942V17.993z'%3E%3C/path%3E%3Cpath fill='%234691f6' d='M5.112,7.3c0,0.446,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808c0-0.447-0.363-0.808-0.808-0.808H5.92C5.475,6.492,5.112,6.853,5.112,7.3z'%3E%3C/path%3E%3Cpath fill='%234691f6' d='M5.92,5.331h4.342c0.445,0,0.808-0.361,0.808-0.808c0-0.446-0.363-0.808-0.808-0.808H5.92c-0.444,0-0.808,0.361-0.808,0.808C5.112,4.97,5.475,5.331,5.92,5.331z'%3E%3C/path%3E%3Cpath fill='%234691f6' d='M13.997,9.218H5.92c-0.444,0-0.808,0.361-0.808,0.808c0,0.446,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808C14.805,9.58,14.442,9.218,13.997,9.218z'%3E%3C/path%3E%3Cpath fill='%234691f6' d='M13.997,11.944H5.92c-0.444,0-0.808,0.361-0.808,0.808c0,0.446,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808C14.805,12.306,14.442,11.944,13.997,11.944z'%3E%3C/path%3E%3Cpath fill='%234691f6' d='M13.997,14.67H5.92c-0.444,0-0.808,0.361-0.808,0.808c0,0.447,0.363,0.808,0.808,0.808h8.077c0.445,0,0.808-0.361,0.808-0.808C14.805,15.032,14.442,14.67,13.997,14.67z'%3E%3C/path%3E%3C/svg%3E");
}

.relevant-articles .persona-article-name a {
  font-family: "robotobold" !important;
  color: #206db0;
}

.relevant-articles .persona-article-name {
  display: flex;
}

.relevant-articles .persona-article-name a:not(:first-child) {
  margin-left: 5px;
}

.relevant-articles .persona-article-name a:not(:first-child)::before {
  content: "- ";
  white-space: pre;
}

.relevant-articles span.autores {
  font-style: italic;
  font-size: 15px;
}

.title-member-group {
  font-family: "robotobold";
  color: #206db0;
  border-bottom: solid 1px #206db0;
  padding-bottom: 5px;
  margin-bottom: -3px;
  font-size: 14px;
}

.single-grupos_pt .tabbed-content .nav > li {
  margin: 0 15px !important;
}

@media (min-width: 1000px) {
  .single-grupos_pt #content > .row .col.content-col {
    padding-right: 30px !important;
  }
}

.single-grupos_pt .tab-panels .panel .col {
  padding-left: 0 !important;
}

.single-grupos_pt .content-col + .col {
  padding-right: 0 !important;
}

.single-grupos_pt .breadcrumbs-container.container li {
  font-family: "robotoregular" !important;
}

.single-grupos_pt .breadcrumbs-container.container li.active {
  font-family: "robotobold" !important;
}

.single-grupos_pt .tabbed-content.tabs-landings {
  border-bottom: solid 3px #206db0;
  background-color: white;
}

.single-grupos_pt .nav-line-bottom > li > a:before,
.single-grupos_pt .nav-line-grow > li > a:before,
.single-grupos_pt .nav-line > li > a:before {
  height: 2px !important;
}

.single-grupos_pt ul.nav.nav-line-bottom.nav-normal.nav-size-normal {
  margin-bottom: 15px;
}

.single-grupos_pt .nav-line-bottom > li.active > a:before {
  opacity: 0.3 !important;
}

.single-grupos_pt ul.nav li.tab > a {
  padding-bottom: 2px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-transform: uppercase;
  padding-top: 20px !important;
}

.header-single.header-single-grupo {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  position: relative;
  z-index: 0;
}

.header-single.header-single-grupo .bg-color {
  height: 100%;
  width: 100%;
  background-color: #206db0a1;
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
}

.single-grupos_pt h2 {
  font-size: 18px !important;
  font-family: "robotomedium" !important;
  margin-bottom: 15px;
  margin-top: 10px;
}

.img-thumb img {
  max-width: 600px;
  margin-bottom: 20px;
}

.header-single-grupo-title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.header-single-grupo-title h1 {
  width: max-content;
  max-width: 600px;
  text-align: center;
  padding: 20px;
}

.research-groups-sidebar {
  background-color: #206db0;
  padding: 20px;
}

.research-groups-sidebar h3.groups-list-item {
  font-size: 14px;
  font-family: "robotolight" !important;
  line-height: 1.8;
  margin-top: 20px;
}

.research-groups-sidebar h3.groups-list-item,
.research-groups-sidebar h3.groups-list-item a {
  transition: all 0.3s ease;
}

.research-groups-sidebar h3.groups-list-item:hover {
  color: white !important;
}

.research-groups-sidebar h3.groups-list-item:hover a {
  color: white !important;
  opacity: 0.7;
}

.gallery-groups {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2px;
  grid-row: 40px !important;
  grid-auto-rows: 180px;
}

@media (min-width: 900px) {
  .gallery-groups {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.gallery-groups img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-groups a {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #4292d796;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.gallery-groups a * {
  box-sizing: border-box;
}

.gallery-groups a img {
  max-width: 100%;
  vertical-align: top;
  height: 210px;
}

.gallery-groups a i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  background-color: #206db0b0;
}

.gallery-groups a i::before {
  color: white;
}

.gallery-groups a:hover img {
  opacity: 0.3;
  filter: grayscale(100%);
}

.gallery-groups a * {
  transition: all 0.35s ease-in-out;
}

.gallery-groups a:hover i {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gallery-groups a:hover i::before {
  color: white;
}

.single-grupos_pt .research-groups-sidebar h2.white-text {
  color: white !important;
  margin: 0 !important;
}

.svg-diagram img {
  width: 90px !important;
  margin-bottom: 20px;
  filter: invert(59%) sepia(22%) saturate(1321%) hue-rotate(168deg) brightness(93%) contrast(82%);
}

.organigrama-card {
  margin-bottom: 40px !important;
}

.organigrama-card .box-text {
  bottom: -54px !important;
}

.organigrama-card.organigrama-2 {
  margin-bottom: 70px !important;
}

.organigrama-card.organigrama-2 .box-text {
  bottom: -73px !important;
}

.organigrama-card.organigrama-2 span.person-name {
  font-size: 14px;
}

.organigrama-card span.person-title.is-small.thin-font.op-7 {
  text-shadow: none;
  color: #303030;
  font-size: 13px;
  font-family: "robotomedium";
  letter-spacing: 0px;
  text-transform: none;
}

.organigrama-card span.person-name {
  color: #206db0;
  text-shadow: none;
  font-family: "robotoblack";
  letter-spacing: 0px;
}

.facetwp-facet.facetwp-facet-proyecto_investigador.facetwp-type-fselect {
  margin-bottom: 20px;
}

.single-articulos_pt .articulo-item.authors span,
.single-proyectos_pt .articulo-item.authors span {
  line-height: 1.3 !important;
  font-size: 16px;
  font-family: "robotomedium" !important;
}

.single-articulos_pt .articulo-item.authors,
.single-proyectos_pt .articulo-item.authors {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.single-articulos_pt .articulo-item-value.legend,
.single-proyectos_pt .articulo-item-value.legend {
  margin-top: 10px;
  color: gray !important;
}

.buscador-articulos-left .fwpl-layout {
  margin-bottom: 40px;
}

.buscador-articulos-left a.facetwp-page {
  background-color: #216cb0;
  padding: 5px 10px !important;
  color: white !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
}

.buscador-articulos-left a.facetwp-page.active {
  font-weight: 900 !important;
  color: #216cb0 !important;
  border: solid 1px #216cb0 !important;
  padding: 5px 10px !important;
  background-color: transparent;
}

.buscador-articulos-left a.facetwp-page:hover {
  background-color: #1a598f !important;
  color: white !important;
}

.buscador-articulos-left .facetwp-facet.facetwp-facet-articulos_resultados.facetwp-type-pager {
  font-size: 12px;
  font-style: italic !important;
  margin: bottom;
  margin-bottom: 10px;
  text-align: left;
}

.buscador-articulos-left .facetwp-facet.facetwp-facet-articulos_pager.facetwp-type-pager {
  text-align: left;
}

.id-hidden {
  display: none;
}

@media (max-width: 549px) {
  #logo img {
    max-height: 49px !important;
  }
  .header-main {
    height: 96px !important;
  }
  .header-inner .heade-button-1 a {
    padding: 0 !important;
  }
  .header-inner .heade-button-1 a div#logo {
    margin-right: 0 !important;
  }
  .header-inner .heade-button-1 a li.nav-icon.has-icon {
    margin-left: 0 !important;
  }
  .header-inner .heade-button-1 a a.is-small {
    padding: 0 !important;
  }
}

@media (max-width: 550px) {
  .reverse-mobile {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
  .reverse-mobile .container.section-title-container.filtros-title {
    margin: 0 !important;
  }
}

.buscador-articulos-right > div.col-inner {
  position: sticky;
  top: 50px;
}

.fs-arrow {
  right: 10px !important;
}

.buscador-articulos-right .facetwp-facet input.facetwp-search,
.buscador-articulos-right .facetwp-facet input.facetwp-location {
  min-width: initial !important;
}

.buscador-articulos-right span.facetwp-input-wrap {
  width: 100% !important;
}

.buscador-articulos-right .fs-wrap.multiple {
  width: 100% !important;
}

.buscador-articulos-right .fs-label-wrap {
  width: 100%;
  height: 40px;
}

.buscador-articulos-right .fs-label {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0.75em !important;
  height: 2.507em !important;
  font-size: 0.97em !important;
  font-family: inherit !important;
  color: #777;
  font-weight: inherit !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.buscador-articulos-right .facetwp-facet.facetwp-facet-autores.facetwp-type-fselect {
  margin-bottom: 20px;
}

.buscador-articulos-right .facetwp-facet.facetwp-facet-filtrar_por_investigador.facetwp-type-fselect {
  margin-bottom: 20px;
}

.buscador-articulos-right .facetwp-facet.facetwp-facet-buscador_articulos.facetwp-type-search {
  margin-bottom: 20px;
}

.buscador-articulos-right button.reset-filters {
  color: white;
  font-family: "robotobold";
  background-color: #206db0;
  width: 100%;
  margin-top: 20px;
}

.buscador-articulos-right h2.section-title.section-title-bold::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='%23206db0' d='M6.176,7.241V6.78c0-0.221-0.181-0.402-0.402-0.402c-0.221,0-0.403,0.181-0.403,0.402v0.461C4.79,7.416,4.365,7.955,4.365,8.591c0,0.636,0.424,1.175,1.006,1.35v3.278c0,0.222,0.182,0.402,0.403,0.402c0.222,0,0.402-0.181,0.402-0.402V9.941c0.582-0.175,1.006-0.714,1.006-1.35C7.183,7.955,6.758,7.416,6.176,7.241 M5.774,9.195c-0.332,0-0.604-0.272-0.604-0.604c0-0.332,0.272-0.604,0.604-0.604c0.332,0,0.604,0.272,0.604,0.604C6.377,8.923,6.105,9.195,5.774,9.195 M10.402,10.058V6.78c0-0.221-0.181-0.402-0.402-0.402c-0.222,0-0.402,0.181-0.402,0.402v3.278c-0.582,0.175-1.006,0.714-1.006,1.35c0,0.637,0.424,1.175,1.006,1.351v0.461c0,0.222,0.181,0.402,0.402,0.402c0.221,0,0.402-0.181,0.402-0.402v-0.461c0.582-0.176,1.006-0.714,1.006-1.351C11.408,10.772,10.984,10.233,10.402,10.058M10,12.013c-0.333,0-0.604-0.272-0.604-0.604S9.667,10.805,10,10.805c0.332,0,0.604,0.271,0.604,0.604S10.332,12.013,10,12.013M14.629,8.448V6.78c0-0.221-0.182-0.402-0.403-0.402c-0.221,0-0.402,0.181-0.402,0.402v1.668c-0.581,0.175-1.006,0.714-1.006,1.35c0,0.636,0.425,1.176,1.006,1.351v2.07c0,0.222,0.182,0.402,0.402,0.402c0.222,0,0.403-0.181,0.403-0.402v-2.07c0.581-0.175,1.006-0.715,1.006-1.351C15.635,9.163,15.21,8.624,14.629,8.448 M14.226,10.402c-0.331,0-0.604-0.272-0.604-0.604c0-0.332,0.272-0.604,0.604-0.604c0.332,0,0.604,0.272,0.604,0.604C14.83,10.13,14.558,10.402,14.226,10.402 M17.647,3.962H2.353c-0.221,0-0.402,0.181-0.402,0.402v11.27c0,0.222,0.181,0.402,0.402,0.402h15.295c0.222,0,0.402-0.181,0.402-0.402V4.365C18.05,4.144,17.869,3.962,17.647,3.962 M17.245,15.232H2.755V4.768h14.49V15.232z'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  right: 12px;
  top: -3px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.buscador-articulos-right .section-title-bold b {
  margin-right: 69px;
}

@media (min-width: 550px) {
  .buscador-articulos-right h2.section-title.section-title-bold {
    margin-top: 34px;
  }
}

.buscador-articulos-right .container.section-title-container.filtros-title {
  margin-top: 40px;
  margin-bottom: 10px;
}

.buscador-articulos-right .buscador-articulos-right {
  margin-top: 110px;
}

.buscador-articulos-right .section-title-bold span {
  border: 0 !important;
  padding: 0 !important;
  padding-right: 10px !important;
  text-transform: initial !important;
}

.buscador-articulos-right .facetwp-facet.facetwp-facet-grupos.facetwp-type-fselect {
  margin-bottom: 20px;
}

.buscador-articulos-right .fs-label:hover {
  box-shadow: none !important;
}

.buscador-articulos-right .fs-label-wrap:hover {
  border-color: #206db0;
}

.buscador-articulos-right input.facetwp-search:hover {
  border: solid 1px #206db0;
}

.buscador-articulos-right .fs-dropdown {
  width: 100%;
}

.buscador-articulos-right .fs-search input[type="text"] {
  margin: 0;
  padding: 0px 4px;
}

.buscador-articulos-right .fs-option-label {
  font-family: inherit;
  font-size: 14px;
  color: #333;
}

.buscador-articulos-right .fs-option-label:hover {
  color: #206db0;
}

.buscador-articulos-right .fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #206db0 !important;
}

.fs-wrap.single {
  width: 100%;
  /* margin-bottom: -20px; */
}

.facetwp-facet.facetwp-facet-proyecto_organismo.facetwp-type-fselect {
  margin-bottom: 20px;
}

.single-agenda_pt #content a {
  color: #206db0;
  font-family: "robotobold";
}

ul.proyectos,
ul.agendas {
  list-style: none;
}

#cmcal_calendar_18 a:hover {
  color: white !important;
}

.fc-listYear-view span.place {
  color: gray !important;
}

.fc-listYear-view span.type {
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}

#cmcal_calendar_18 a.fc-day-number:hover {
  color: gray !important;
  cursor: pointer;
}

#cmcal_calendar_18 a.fc-list-heading-main:hover {
  color: inherit !important;
}

#cmcal_calendar_18 a.fc-list-heading-alt:hover {
  color: inherit !important;
}

#cmcal_calendar_18 .fc-day-header a:hover {
  color: black !important;
}

.fc-listYear-view td.fc-widget-content {
  background-color: #c7c7c73b !important;
  border: 0px !important;
}

.fc-listYear-view tr.fc-list-item.fc-has-url.cmcal-pastday-event {
  border: 0 !important;
}

.fc-listYear-view td.fc-widget-content {
  border-radius: 0 !important;
}

.fc-listYear-view span.time {
  color: #ffbf4b !important;
  font-family: "robotoblack";
}

.cmcal-calendar-filter-area input[type="text"]::placeholder {
  color: #333 !important;
}

.cmcal-calendar-filter-area {
  background-color: white;
}

.cmcal-calendar-filter-area input[type="text"] {
  width: 100%;
  margin: 0 !important;
  border-radius: 0 !important;
  color: #333 !important;
  background-color: white !important;
  border: solid 1px white !important;
}

span.time {
  color: orange !important;
  font-family: "robotoblack";
}

.cmcal-calendar-filter-area input[type="text"]:hover {
  border: solid 1px #2a6db0 !important;
}

.cmcal-calendar-filter-area input[type="text"]::placeholder {
  color: gray !important;
}

.fc-listYear-view {
  margin: 20px;
}

a.facetwp-page.dots {
  background-color: transparent;
  color: #216cb0 !important;
}

.proyecto span.title,
.agenda span.title {
  font-size: 18px;
  font-family: "robotobold";
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
}

.agendas span.lugar {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
}

.agendas span.lugar {
  margin-bottom: 3px;
  color: #206db0;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: -3px;
  padding-left: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='%23206db0' d='M10.001,6.54c-0.793,0-1.438,0.645-1.438,1.438c0,0.792,0.645,1.435,1.438,1.435c0.791,0,1.435-0.644,1.435-1.435C11.437,7.184,10.792,6.54,10.001,6.54z M10.001,8.454c-0.264,0-0.479-0.213-0.479-0.476c0-0.265,0.215-0.479,0.479-0.479c0.263,0,0.477,0.214,0.477,0.479C10.478,8.241,10.265,8.454,10.001,8.454z'%3E%3C/path%3E%3Cpath fill='%23206db0' d='M10,3.021c-2.815,0-5.106,2.291-5.106,5.106c0,0.781,0.188,1.549,0.562,2.282c0.011,0.062,0.036,0.12,0.07,0.174l0.125,0.188c0.074,0.123,0.151,0.242,0.225,0.341l3.727,5.65c0.088,0.135,0.238,0.215,0.399,0.215c0.161,0,0.311-0.08,0.4-0.215l3.752-5.68c0.057-0.08,0.107-0.159,0.153-0.232l0.132-0.199c0.033-0.05,0.054-0.104,0.064-0.159c0.401-0.757,0.605-1.551,0.605-2.366C15.107,5.312,12.815,3.021,10,3.021z M13.596,10.152c-0.017,0.03-0.029,0.062-0.039,0.095l-0.056,0.084c-0.043,0.066-0.085,0.133-0.139,0.211L10,15.629l-3.339-5.061c-0.068-0.095-0.132-0.193-0.203-0.309l-0.051-0.078c-0.009-0.031-0.021-0.061-0.038-0.089C6.026,9.458,5.852,8.796,5.852,8.127c0-2.287,1.861-4.148,4.147-4.148c2.288,0,4.149,1.861,4.149,4.148C14.148,8.823,13.963,9.503,13.596,10.152z'%3E%3C/path%3E%3C/svg%3E");
}

.agendas a.contacto {
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: -1px 0px;
  padding-left: 21px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='%23206db0' d='M16.999,4.975L16.999,4.975C16.999,4.975,16.999,4.975,16.999,4.975c-0.419-0.4-0.979-0.654-1.604-0.654H4.606c-0.584,0-1.104,0.236-1.514,0.593C3.076,4.928,3.05,4.925,3.037,4.943C3.034,4.945,3.035,4.95,3.032,4.953C2.574,5.379,2.276,5.975,2.276,6.649v6.702c0,1.285,1.045,2.329,2.33,2.329h10.79c1.285,0,2.328-1.044,2.328-2.329V6.649C17.724,5.989,17.441,5.399,16.999,4.975z M15.396,5.356c0.098,0,0.183,0.035,0.273,0.055l-5.668,4.735L4.382,5.401c0.075-0.014,0.145-0.045,0.224-0.045H15.396z M16.688,13.351c0,0.712-0.581,1.294-1.293,1.294H4.606c-0.714,0-1.294-0.582-1.294-1.294V6.649c0-0.235,0.081-0.445,0.192-0.636l6.162,5.205c0.096,0.081,0.215,0.122,0.334,0.122c0.118,0,0.235-0.041,0.333-0.12l6.189-5.171c0.099,0.181,0.168,0.38,0.168,0.6V13.351z'%3E%3C/path%3E%3C/svg%3E");
}

.agendas span.fecha {
  color: orange;
  font-family: "robotobold" !important;
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: -1px;
  padding-left: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='orange' d='M16.254,3.399h-0.695V3.052c0-0.576-0.467-1.042-1.041-1.042c-0.576,0-1.043,0.467-1.043,1.042v0.347H6.526V3.052c0-0.576-0.467-1.042-1.042-1.042S4.441,2.476,4.441,3.052v0.347H3.747c-0.768,0-1.39,0.622-1.39,1.39v11.813c0,0.768,0.622,1.39,1.39,1.39h12.507c0.768,0,1.391-0.622,1.391-1.39V4.789C17.645,4.021,17.021,3.399,16.254,3.399z M14.17,3.052c0-0.192,0.154-0.348,0.348-0.348c0.191,0,0.348,0.156,0.348,0.348v0.347H14.17V3.052z M5.136,3.052c0-0.192,0.156-0.348,0.348-0.348S5.831,2.86,5.831,3.052v0.347H5.136V3.052z M16.949,16.602c0,0.384-0.311,0.694-0.695,0.694H3.747c-0.384,0-0.695-0.311-0.695-0.694V7.568h13.897V16.602z M16.949,6.874H3.052V4.789c0-0.383,0.311-0.695,0.695-0.695h12.507c0.385,0,0.695,0.312,0.695,0.695V6.874z M5.484,11.737c0.576,0,1.042-0.467,1.042-1.042c0-0.576-0.467-1.043-1.042-1.043s-1.042,0.467-1.042,1.043C4.441,11.271,4.908,11.737,5.484,11.737z M5.484,10.348c0.192,0,0.347,0.155,0.347,0.348c0,0.191-0.155,0.348-0.347,0.348s-0.348-0.156-0.348-0.348C5.136,10.503,5.292,10.348,5.484,10.348z M14.518,11.737c0.574,0,1.041-0.467,1.041-1.042c0-0.576-0.467-1.043-1.041-1.043c-0.576,0-1.043,0.467-1.043,1.043C13.475,11.271,13.941,11.737,14.518,11.737z M14.518,10.348c0.191,0,0.348,0.155,0.348,0.348c0,0.191-0.156,0.348-0.348,0.348c-0.193,0-0.348-0.156-0.348-0.348C14.17,10.503,14.324,10.348,14.518,10.348z M14.518,15.212c0.574,0,1.041-0.467,1.041-1.043c0-0.575-0.467-1.042-1.041-1.042c-0.576,0-1.043,0.467-1.043,1.042C13.475,14.745,13.941,15.212,14.518,15.212z M14.518,13.822c0.191,0,0.348,0.155,0.348,0.347c0,0.192-0.156,0.348-0.348,0.348c-0.193,0-0.348-0.155-0.348-0.348C14.17,13.978,14.324,13.822,14.518,13.822z M10,15.212c0.575,0,1.042-0.467,1.042-1.043c0-0.575-0.467-1.042-1.042-1.042c-0.576,0-1.042,0.467-1.042,1.042C8.958,14.745,9.425,15.212,10,15.212z M10,13.822c0.192,0,0.348,0.155,0.348,0.347c0,0.192-0.156,0.348-0.348,0.348s-0.348-0.155-0.348-0.348C9.653,13.978,9.809,13.822,10,13.822z M5.484,15.212c0.576,0,1.042-0.467,1.042-1.043c0-0.575-0.467-1.042-1.042-1.042s-1.042,0.467-1.042,1.042C4.441,14.745,4.908,15.212,5.484,15.212z M5.484,13.822c0.192,0,0.347,0.155,0.347,0.347c0,0.192-0.155,0.348-0.347,0.348s-0.348-0.155-0.348-0.348C5.136,13.978,5.292,13.822,5.484,13.822z M10,11.737c0.575,0,1.042-0.467,1.042-1.042c0-0.576-0.467-1.043-1.042-1.043c-0.576,0-1.042,0.467-1.042,1.043C8.958,11.271,9.425,11.737,10,11.737z M10,10.348c0.192,0,0.348,0.155,0.348,0.348c0,0.191-0.156,0.348-0.348,0.348s-0.348-0.156-0.348-0.348C9.653,10.503,9.809,10.348,10,10.348z'%3E%3C/path%3E%3C/svg%3E");
}

.agendas span.ponentes {
  font-family: "robotoblack" !important;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 1px 3px;
  padding-left: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='%23333' d='M10,10.9c2.373,0,4.303-1.932,4.303-4.306c0-2.372-1.93-4.302-4.303-4.302S5.696,4.223,5.696,6.594C5.696,8.969,7.627,10.9,10,10.9z M10,3.331c1.801,0,3.266,1.463,3.266,3.263c0,1.802-1.465,3.267-3.266,3.267c-1.8,0-3.265-1.465-3.265-3.267C6.735,4.794,8.2,3.331,10,3.331z'%3E%3C/path%3E%3Cpath fill='%23333' d='M10,12.503c-4.418,0-7.878,2.058-7.878,4.685c0,0.288,0.231,0.52,0.52,0.52c0.287,0,0.519-0.231,0.519-0.52c0-1.976,3.132-3.646,6.84-3.646c3.707,0,6.838,1.671,6.838,3.646c0,0.288,0.234,0.52,0.521,0.52s0.52-0.231,0.52-0.52C17.879,14.561,14.418,12.503,10,12.503z'%3E%3C/path%3E%3C/svg%3E");
}

.agendas span.institucion {
  font-family: "robotoblack" !important;
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 1px 3px;
  padding-left: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='256' height='256' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdefs%3E%3C/defs%3E%3Cg transform='translate(128 128) scale(0.72 0.72)' style=''%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(-175.05 -175.05000000000004) scale(3.89 3.89)' %3E%3Cpath d='M 29.794 73.729 H 15.846 V 59.935 h 13.948 V 73.729 z M 18.846 70.762 h 7.948 v -7.86 h -7.948 V 70.762 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %23333; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 74.794 73.729 H 60.847 V 59.935 h 13.947 V 73.729 z M 63.847 70.762 h 7.947 v -7.86 h -7.947 V 70.762 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %23333; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 29.485 20.322 H 15.538 V 6.528 h 13.948 V 20.322 z M 18.538 17.355 h 7.948 v -7.86 h -7.948 V 17.355 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %23333; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 47.485 20.322 H 33.538 V 6.528 h 13.948 V 20.322 z M 36.538 17.355 h 7.948 v -7.86 h -7.948 V 17.355 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %23333; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 29.485 38.125 H 15.538 V 24.33 h 13.948 V 38.125 z M 18.538 35.158 h 7.948 v -7.86 h -7.948 V 35.158 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %23333; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 47.485 38.125 H 33.538 V 24.33 h 13.948 V 38.125 z M 36.538 35.158 h 7.948 v -7.86 h -7.948 V 35.158 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %23333; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 29.485 55.927 H 15.538 V 42.132 h 13.948 V 55.927 z M 18.538 52.96 h 7.948 v -7.86 h -7.948 V 52.96 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %23333; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 47.485 55.927 H 33.538 V 42.132 h 13.948 V 55.927 z M 36.538 52.96 h 7.948 v -7.86 h -7.948 V 52.96 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %23333; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 74.485 38.125 H 60.538 V 24.33 h 13.947 V 38.125 z M 63.538 35.158 h 7.947 v -7.86 h -7.947 V 35.158 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %23333; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 74.485 55.927 H 60.538 V 42.132 h 13.947 V 55.927 z M 63.538 52.96 h 7.947 v -7.86 h -7.947 V 52.96 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: %23333; fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 82.467 87.033 V 17.355 H 55.533 V 0 h -48 v 87.033 H 2 V 90 h 31.846 h 13.948 H 88 v -2.967 H 82.467 z M 79.467 20.322 v 66.711 H 55.533 V 20.322 H 79.467 z M 36.846 87.033 V 62.902 h 7.948 v 24.131 H 36.846 z M 33.846 59.935 v 27.098 H 10.533 V 2.967 h 42 v 84.066 h -4.739 V 59.935 H 33.846 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(0,0,0); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E ");
}

.agendas span.tipo {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
}

.proyecto span.title:hover,
.agenda span.title:hover {
  color: #206db0;
}

li.proyecto,
li.agenda {
  display: flex;
  flex-direction: column;
  line-height: 1.33;
}

.fecha-lugar {
  margin-top: auto;
  display: flex;
  flex-direction: column;
}

span.filter-by-date-label {
  color: #626262;
  font-size: 15px;
  font-family: "robotobold";
  margin-bottom: 5px !important;
  margin-top: 40px !important;
  display: block;
  padding-left: 5px;
}

a.button.primary:hover span {
  color: white !important;
}

.page-template-default #content ul:not(.proyectos):not(.agendas) {
  list-style: none;
}

.page-template-default #content ul:not(.proyectos):not(.agendas) li {
  position: relative;
  font-family: "robotolight";
}

.page-template-default
#content
ul:not(.proyectos):not(.agendas):not(.nav-tabs):not(.personal-filters):not(.nav-vertical):not(.relevant-articles)
li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -14px;
  width: 7px;
  height: 7px;
  background-color: #206db0;
}

.dark .accordion-title.active {
  color: white !important;
}

.facetwp-checkbox {
  color: #206db0;
  background-color: #ffffff !important;
  padding: 11px 20px;
  margin-bottom: 9px !important;
  background-image: none !important;
  font-family: "robotobold";
  border: solid 1px white;
}

.facetwp-checkbox:hover {
  border: solid 1px #206db0;
}

span.tipo {
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
}

.facetwp-checkbox.checked {
  background-image: none !important;
  background-color: #206db0 !important;
  color: white;
  border-color: #206db0;
}

.facetwp-facet.facetwp-facet-filtrar_por_ao.facetwp-type-date_range {
  margin-bottom: 0px;
  display: flex;
}

input.facetwp-date.facetwp-date-min.ready.fdate-alt-input {
  margin-right: 10px;
}

span.lugar,
span.fecha {
  font-family: "robotoregular";
  color: gray;
  font-size: 15px;
}

.noticias p.from_the_blog_excerpt + button {
  color: #206db0;
  border: 0;
}

.proyecto strong,
.agenda strong {
  font-size: 14px;
  font-family: "robotomedium" !important;
  color: #333;
}

.proyecto .tipo,
.proyecto .persona-proyecto-name span,
.proyecto .organismo-proyecto-name span,
.agenda .tipo,
.agenda .persona-agenda-name span,
.agenda .organismo-proyecto-name span {
  font-size: 14px;
  font-family: "robotoregular" !important;
  color: dimgray;
}

.persona-proyecto-name a,
.persona-article-name a {
  color: #206db0 !important;
  font-size: 15px;
  font-family: "robotomedium" !important;
  margin-bottom: 10px;
}

.persona-agenda-name a {
  color: #206db0 !important;
  font-size: 13px;
  font-family: "robotomedium" !important;
  margin-top: 4px;
}

@media (max-width: 535px) {
  .buscador-articulos-left {
    padding-left: 0;
    padding-right: 0 !important;
  }
}

.cmcal-calendar-container.cmcal-calendar-18
.fc-listYear-view
.fc-list-item:hover
.fc-widget-content {
  background-color: #9392923b !important;
}

ul.agendas {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 320px;
  grid-gap: 14px;
  max-width: calc(100% - 14px);
  width: 100%;
}

@media (min-width: 1000px) {
  ul.agendas {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  ul.agendas {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

ul.proyectos {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 250px;
  grid-gap: 14px;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1000px) {
  ul.proyectos {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  ul.proyectos {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.persona-proyecto-name,
.persona-agenda-name {
  display: flex;
  flex-direction: column;
}

.proyecto .is-divider,
.agenda .is-divider {
  margin-top: 10px;
  margin-bottom: 10px !important;
}

li.proyecto,
li.agenda {
  background-color: white;
  padding: 20px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08) !important;
  margin: 0 !important;
}

.tabs-eventos ul.nav.nav-line-bottom.nav-normal.nav-size-normal.nav-left {
  background-color: white;
  max-width: 1300px !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 20px;
  border-bottom: solid 3px #206db0;
}

ul.nav.nav-line-bottom.nav-normal.nav-size-normal.nav-left::before {
  position: absolute;
  content: "";
  height: calc(100% + 3px);
  background-color: #ffffff;
  position: top;
  top: 0;
  left: -100vw;
  width: 100vw;
  border-bottom: solid 3px #206db0;
}

ul.nav.nav-line-bottom.nav-normal.nav-size-normal.nav-left::after {
  position: absolute;
  content: "";
  height: calc(100% + 3px);
  background-color: #ffffff;
  position: top;
  top: 0;
  right: -100vw;
  width: 100vw;
  border-bottom: solid 3px #206db0;
}

.tabs-eventos li a::before {
  opacity: 0.3 !important;
  height: 2px;
}

.tabs-eventos ul.nav li a {
  padding-bottom: 2px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-transform: uppercase;
  padding-top: 20px !important;
}

.tabs-eventos li.tab.active.has-icon {
  margin-right: 80px;
}

.tabs-eventos ul.nav li:not(.active) a::before {
  opacity: 0 !important;
}

.tabs-eventos ul.nav li:not(.active):hover a::before {
  opacity: 1 !important;
}

.tabs-eventos ul.nav.nav-line-bottom.nav-normal.nav-size-normal.nav-left {
  padding-left: 50px;
  padding-right: 50px;
}

@media (max-width: 1340px) {
  .tabs-eventos ul.nav.nav-line-bottom.nav-normal.nav-size-normal.nav-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.tabs-eventos ul.nav li.active:last-child a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='%23216cb0' d='M16.254,3.399h-0.695V3.052c0-0.576-0.467-1.042-1.041-1.042c-0.576,0-1.043,0.467-1.043,1.042v0.347H6.526V3.052c0-0.576-0.467-1.042-1.042-1.042S4.441,2.476,4.441,3.052v0.347H3.747c-0.768,0-1.39,0.622-1.39,1.39v11.813c0,0.768,0.622,1.39,1.39,1.39h12.507c0.768,0,1.391-0.622,1.391-1.39V4.789C17.645,4.021,17.021,3.399,16.254,3.399z M14.17,3.052c0-0.192,0.154-0.348,0.348-0.348c0.191,0,0.348,0.156,0.348,0.348v0.347H14.17V3.052z M5.136,3.052c0-0.192,0.156-0.348,0.348-0.348S5.831,2.86,5.831,3.052v0.347H5.136V3.052z M16.949,16.602c0,0.384-0.311,0.694-0.695,0.694H3.747c-0.384,0-0.695-0.311-0.695-0.694V7.568h13.897V16.602z M16.949,6.874H3.052V4.789c0-0.383,0.311-0.695,0.695-0.695h12.507c0.385,0,0.695,0.312,0.695,0.695V6.874z M5.484,11.737c0.576,0,1.042-0.467,1.042-1.042c0-0.576-0.467-1.043-1.042-1.043s-1.042,0.467-1.042,1.043C4.441,11.271,4.908,11.737,5.484,11.737z M5.484,10.348c0.192,0,0.347,0.155,0.347,0.348c0,0.191-0.155,0.348-0.347,0.348s-0.348-0.156-0.348-0.348C5.136,10.503,5.292,10.348,5.484,10.348z M14.518,11.737c0.574,0,1.041-0.467,1.041-1.042c0-0.576-0.467-1.043-1.041-1.043c-0.576,0-1.043,0.467-1.043,1.043C13.475,11.271,13.941,11.737,14.518,11.737z M14.518,10.348c0.191,0,0.348,0.155,0.348,0.348c0,0.191-0.156,0.348-0.348,0.348c-0.193,0-0.348-0.156-0.348-0.348C14.17,10.503,14.324,10.348,14.518,10.348z M14.518,15.212c0.574,0,1.041-0.467,1.041-1.043c0-0.575-0.467-1.042-1.041-1.042c-0.576,0-1.043,0.467-1.043,1.042C13.475,14.745,13.941,15.212,14.518,15.212z M14.518,13.822c0.191,0,0.348,0.155,0.348,0.347c0,0.192-0.156,0.348-0.348,0.348c-0.193,0-0.348-0.155-0.348-0.348C14.17,13.978,14.324,13.822,14.518,13.822z M10,15.212c0.575,0,1.042-0.467,1.042-1.043c0-0.575-0.467-1.042-1.042-1.042c-0.576,0-1.042,0.467-1.042,1.042C8.958,14.745,9.425,15.212,10,15.212z M10,13.822c0.192,0,0.348,0.155,0.348,0.347c0,0.192-0.156,0.348-0.348,0.348s-0.348-0.155-0.348-0.348C9.653,13.978,9.809,13.822,10,13.822z M5.484,15.212c0.576,0,1.042-0.467,1.042-1.043c0-0.575-0.467-1.042-1.042-1.042s-1.042,0.467-1.042,1.042C4.441,14.745,4.908,15.212,5.484,15.212z M5.484,13.822c0.192,0,0.347,0.155,0.347,0.347c0,0.192-0.155,0.348-0.347,0.348s-0.348-0.155-0.348-0.348C5.136,13.978,5.292,13.822,5.484,13.822z M10,11.737c0.575,0,1.042-0.467,1.042-1.042c0-0.576-0.467-1.043-1.042-1.043c-0.576,0-1.042,0.467-1.042,1.043C8.958,11.271,9.425,11.737,10,11.737z M10,10.348c0.192,0,0.348,0.155,0.348,0.348c0,0.191-0.156,0.348-0.348,0.348s-0.348-0.156-0.348-0.348C9.653,10.503,9.809,10.348,10,10.348z'%3E%3C/path%3E%3C/svg%3E");
  content: "";
  position: absolute;
  top: 19px;
  right: -39px;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  width: 30px;
  height: 30px;
}

.tabs-eventos li.active:last-child {
  margin-left: 73px !important;
}

.cmcal-calendar-container.cmcal-calendar-18 {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08) !important;
}

#cmcal_calendar_18 {
  margin-bottom: 50px;
}

#cmcal_calendar_18 .fc-today .fc-day-number {
  background-color: #c1c1c1 !important;
}

#cmcal_calendar_18 a.fc-day-grid-event {
  display: flex;
  flex-direction: column;
  background-color: #c7c7c73b;
}

#cmcal_calendar_18 a.fc-day-grid-event:hover {
  background-color: #9392923b !important;
}

#cmcal_calendar_18 h2 {
  font-size: 20px !important;
}

#cmcal_calendar_18 button.fc-prevYear-button.fc-button.fc-button-primary {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#cmcal_calendar_18 button.fc-nextYear-button.fc-button.fc-button-primary {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#cmcal_calendar_18 button.fc-next-button.fc-button.fc-button-primary {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

#cmcal_calendar_18 button.fc-prev-button.fc-button.fc-button-primary {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

#cmcal_calendar_18 span.type {
  text-transform: capitalize;
  background-color: #28a3e0;
  margin-bottom: 6px;
  color: #ffffff;
  letter-spacing: 0.8px;
  text-align: right;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 2px;
}

#cmcal_calendar_18 span.title {
  color: black;
  font-size: 13px;
  margin-bottom: 5px;
  overflow-wrap: break-word;
  word-break: break-word;
}

#cmcal_calendar_18 span.place {
  color: gray;
}

#cmcal_calendar_18 span.time {
  color: #6e6e6e;
}

.tabs-eventos ul.nav li:not(.active):last-child a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='grey' d='M16.254,3.399h-0.695V3.052c0-0.576-0.467-1.042-1.041-1.042c-0.576,0-1.043,0.467-1.043,1.042v0.347H6.526V3.052c0-0.576-0.467-1.042-1.042-1.042S4.441,2.476,4.441,3.052v0.347H3.747c-0.768,0-1.39,0.622-1.39,1.39v11.813c0,0.768,0.622,1.39,1.39,1.39h12.507c0.768,0,1.391-0.622,1.391-1.39V4.789C17.645,4.021,17.021,3.399,16.254,3.399z M14.17,3.052c0-0.192,0.154-0.348,0.348-0.348c0.191,0,0.348,0.156,0.348,0.348v0.347H14.17V3.052z M5.136,3.052c0-0.192,0.156-0.348,0.348-0.348S5.831,2.86,5.831,3.052v0.347H5.136V3.052z M16.949,16.602c0,0.384-0.311,0.694-0.695,0.694H3.747c-0.384,0-0.695-0.311-0.695-0.694V7.568h13.897V16.602z M16.949,6.874H3.052V4.789c0-0.383,0.311-0.695,0.695-0.695h12.507c0.385,0,0.695,0.312,0.695,0.695V6.874z M5.484,11.737c0.576,0,1.042-0.467,1.042-1.042c0-0.576-0.467-1.043-1.042-1.043s-1.042,0.467-1.042,1.043C4.441,11.271,4.908,11.737,5.484,11.737z M5.484,10.348c0.192,0,0.347,0.155,0.347,0.348c0,0.191-0.155,0.348-0.347,0.348s-0.348-0.156-0.348-0.348C5.136,10.503,5.292,10.348,5.484,10.348z M14.518,11.737c0.574,0,1.041-0.467,1.041-1.042c0-0.576-0.467-1.043-1.041-1.043c-0.576,0-1.043,0.467-1.043,1.043C13.475,11.271,13.941,11.737,14.518,11.737z M14.518,10.348c0.191,0,0.348,0.155,0.348,0.348c0,0.191-0.156,0.348-0.348,0.348c-0.193,0-0.348-0.156-0.348-0.348C14.17,10.503,14.324,10.348,14.518,10.348z M14.518,15.212c0.574,0,1.041-0.467,1.041-1.043c0-0.575-0.467-1.042-1.041-1.042c-0.576,0-1.043,0.467-1.043,1.042C13.475,14.745,13.941,15.212,14.518,15.212z M14.518,13.822c0.191,0,0.348,0.155,0.348,0.347c0,0.192-0.156,0.348-0.348,0.348c-0.193,0-0.348-0.155-0.348-0.348C14.17,13.978,14.324,13.822,14.518,13.822z M10,15.212c0.575,0,1.042-0.467,1.042-1.043c0-0.575-0.467-1.042-1.042-1.042c-0.576,0-1.042,0.467-1.042,1.042C8.958,14.745,9.425,15.212,10,15.212z M10,13.822c0.192,0,0.348,0.155,0.348,0.347c0,0.192-0.156,0.348-0.348,0.348s-0.348-0.155-0.348-0.348C9.653,13.978,9.809,13.822,10,13.822z M5.484,15.212c0.576,0,1.042-0.467,1.042-1.043c0-0.575-0.467-1.042-1.042-1.042s-1.042,0.467-1.042,1.042C4.441,14.745,4.908,15.212,5.484,15.212z M5.484,13.822c0.192,0,0.347,0.155,0.347,0.347c0,0.192-0.155,0.348-0.347,0.348s-0.348-0.155-0.348-0.348C5.136,13.978,5.292,13.822,5.484,13.822z M10,11.737c0.575,0,1.042-0.467,1.042-1.042c0-0.576-0.467-1.043-1.042-1.043c-0.576,0-1.042,0.467-1.042,1.043C8.958,11.271,9.425,11.737,10,11.737z M10,10.348c0.192,0,0.348,0.155,0.348,0.348c0,0.191-0.156,0.348-0.348,0.348s-0.348-0.156-0.348-0.348C9.653,10.503,9.809,10.348,10,10.348z'%3E%3C/path%3E%3C/svg%3E");
  content: "";
  position: absolute;
  top: 19px;
  right: -39px;
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: center;
  width: 30px;
  height: 30px;
}

.tabs-eventos ul.nav li.active:first-child a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='%23216cb0' d='M18.125,15.804l-4.038-4.037c0.675-1.079,1.012-2.308,1.01-3.534C15.089,4.62,12.199,1.75,8.584,1.75C4.815,1.75,1.982,4.726,2,8.286c0.021,3.577,2.908,6.549,6.578,6.549c1.241,0,2.417-0.347,3.44-0.985l4.032,4.026c0.167,0.166,0.43,0.166,0.596,0l1.479-1.478C18.292,16.234,18.292,15.968,18.125,15.804 M8.578,13.99c-3.198,0-5.716-2.593-5.733-5.71c-0.017-3.084,2.438-5.686,5.74-5.686c3.197,0,5.625,2.493,5.64,5.624C14.242,11.548,11.621,13.99,8.578,13.99 M16.349,16.981l-3.637-3.635c0.131-0.11,0.721-0.695,0.876-0.884l3.642,3.639L16.349,16.981z'%3E%3C/path%3E%3C/svg%3E");
  content: "";
  position: absolute;
  top: 20px;
  right: -39px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  width: 30px;
  height: 30px;
}

.tabs-eventos ul.nav li:not(.active):first-child a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' viewBox='0 0 20 20'%3E%3Cpath fill='grey' d='M18.125,15.804l-4.038-4.037c0.675-1.079,1.012-2.308,1.01-3.534C15.089,4.62,12.199,1.75,8.584,1.75C4.815,1.75,1.982,4.726,2,8.286c0.021,3.577,2.908,6.549,6.578,6.549c1.241,0,2.417-0.347,3.44-0.985l4.032,4.026c0.167,0.166,0.43,0.166,0.596,0l1.479-1.478C18.292,16.234,18.292,15.968,18.125,15.804 M8.578,13.99c-3.198,0-5.716-2.593-5.733-5.71c-0.017-3.084,2.438-5.686,5.74-5.686c3.197,0,5.625,2.493,5.64,5.624C14.242,11.548,11.621,13.99,8.578,13.99 M16.349,16.981l-3.637-3.635c0.131-0.11,0.721-0.695,0.876-0.884l3.642,3.639L16.349,16.981z'%3E%3C/path%3E%3C/svg%3E");
  content: "";
  position: absolute;
  top: 20px;
  right: -39px;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  width: 30px;
  height: 30px;
}

@media (max-width: 700px) {
  .tabs-eventos td:empty {
    display: none !important;
  }
  .tabs-eventos td.fc-day-top:not(.has-events) {
    display: none !important;
  }
  .tabs-eventos th.fc-day-header {
    display: none;
  }
  .tabs-eventos .fc-right button {
    padding: 0px !important;
  }
  .tabs-eventos .fc-right {
    margin: 0 !important;
  }
  .tabs-eventos .fc-right button {
    font-size: 12px !important;
  }
  .tabs-eventos .fc-left .fc-icon {
    font-size: 15px;
  }
  .tabs-eventos .fc-right {
    flex-direction: row !important;
  }
  .tabs-eventos li.tab.has-icon.active {
    margin-left: 0 !important;
  }
  .tabs-eventos ul.nav.nav-line-bottom.nav-normal.nav-size-normal.nav-left {
    flex-direction: column !important;
  }
  .tabs-eventos li.tab.active.has-icon {
    margin-right: 0px;
  }
}

@media (max-width: 900px) {
  .tabs-eventos .fc-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .tabs-eventos .fc-toolbar.fc-header-toolbar {
    display: flex;
    flex-direction: column;
  }
  .tabs-eventos .fc-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .tabs-eventos .fc-right button {
    margin: 0 !important;
    margin-top: 5px !important;
    width: 100%;
    border-radius: 0 !important;
  }
  .tabs-eventos .fc-toolbar.fc-header-toolbar {
    padding: 5px !important;
  }
  .tabs-eventos .fc-left {
    margin: 0 !important;
  }
  .tabs-eventos .fc-left .fc-button-group {
    margin: 0 !important;
    margin-top: 5px !important;
    width: 100%;
    border-radius: 0 !important;
  }
  .tabs-eventos .fc-left {
    width: 100%;
  }
  .tabs-eventos .cmcal-calendar-container.cmcal-calendar-18 .fc-left h2 {
    font-size: 22px !important;
    margin: 5px;
  }
  .tabs-eventos #cmcal_calendar_18 .fc-left h2 {
    font-size: 14px !important;
    text-align: center !important;
  }
  .tabs-eventos #cmcal_calendar_18 button.fc-prev-button.fc-button.fc-button-primary {
    border-radius: 0 !important;
  }
  .tabs-eventos #cmcal_calendar_18 button.fc-next-button.fc-button.fc-button-primary {
    border-radius: 0 !important;
  }
  .tabs-eventos #cmcal_calendar_18 button.fc-prevYear-button.fc-button.fc-button-primary {
    border-radius: 0 !important;
  }
  .tabs-eventos #cmcal_calendar_18 button.fc-nextYear-button.fc-button.fc-button-primary {
    border-radius: 0 !important;
  }
  .tabs-eventos .fc-left .fc-button-group button {
    padding: 0 !important;
  }
  .tabs-eventos .mw-1400 {
    padding: 0 !important;
  }
}

.noticias .content img {
  /* height: 80px; */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.noticias li.proyecto {
  position: relative;
  padding-top: 123px;
}

.noticias .content {
  height: 107px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.noticias span.date {
  color: #a4a4a4 !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  font-family: "robotoregular";
  margin-top: 18px;
  text-align: right;
}

.noticias .proyecto a {
  display: flex;
  flex-direction: column;
}

.noticias li.proyecto:hover {
  box-shadow: 0px 19px 20px 0px rgba(0, 0, 0, 0.14) !important;
}

.facetwp-facet.facetwp-facet-noticias_ao.facetwp-type-date_range {
  margin-bottom: 10px;
}

.single nav.navigation-post {
  margin-top: 50px;
}

.single .flex-row.next-prev-nav.bt.bb {
  border-width: 3px;
  border-color: #2a6db0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.single i.icon-angle-left {
  color: #2a6db0;
}

.single i.icon-angle-right {
  color: #2a6db0;
}

.single .navigation-post a {
  font-family: "robotomedium";
  display: flex;
  align-items: center;
}

.single span.date {
  color: #a4a4a4 !important;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  font-family: "robotoregular";
}

.container-news-link svg {
  width: 90px;
}

.container-news-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

a.news-link {
  margin-top: 20px;
  color: white !important;
  background-color: #2a6db0;
  padding: 10px 20px;
  border-radius: 39px;
  font-size: 14px;
  font-family: "robotomedium";
}

a.news-link:hover {
  color: white;
}

a.news-link:hover {
  background-color: #3a6693;
  color: white !important;
}

.header-button a.button.primary:hover span {
  color: #3a6693 !important;
}

@media (max-width: 800px) {
  .header-main .nav > li > a.is-small {
    padding: 0 !important;
  }
  .nav > li > a > i.icon-menu {
    font-size: 1.3em !important;
  }
  ul.breadcrumbs li a {
    font-size: 12px !important;
  }
  .breadcrumbs-container ul {
    font-family: "robotoregular" !important;
    font-size: 12px !important;
  }
  .breadcrumbs-container ul li {
    display: flex;
  }
  .breadcrumbs-container ul li.active {
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden;
  }
  .header-single.header-single-departamento {
    height: 80px !important;
  }
  li.header-search-form.search-form.html.relative.has-icon {
    max-width: 100% !important;
  }
}

button.mfp-close {
  top: 40px !important;
}

.off-canvas-right .mfp-content,
.off-canvas-left .mfp-content {
  width: 100% !important;
}

.sidebar-menu.no-scrollbar {
  padding-top: 60px !important;
}

li.html.header-social-icons.ml-0 {
  display: none;
}

.nav-sidebar.nav-vertical > li a {
  font-family: "robotoblack" !important;
}

.nav-sidebar.nav-vertical > li.menu-item.active,
.nav-sidebar.nav-vertical > li.menu-item:hover {
  background-color: #2a6db0 !important;
}

.nav-sidebar.nav-vertical > li.menu-item:hover a {
  color: white !important;
}

.nav-sidebar.nav-vertical > li.menu-item:hover i {
  color: white !important;
}

.nav-sidebar.nav-vertical > li + li {
  border-top: 1px solid #e3e3e3 !important;
}

ul.en-los-medios li {
  display: flex;
  flex-direction: column;
}

ul.en-los-medios a {
  color: #2a6db0 !important;
}

ul.sub-menu.nav-dropdown.nav-dropdown-simple {
  width: max-content;
}

.servicios-icon {
  background-color: white;
  padding: 20px;
  border: 1px #bfbfbf;
  box-shadow: 0px 8px 10px -4px rgba(0, 0, 0, 0.4);
  border-style: solid;
  height: 250px;
}

.servicios-icon h5 {
  color: #2a6db0 !important;
  text-transform: lowercase;
  font-size: 17px;
  margin-top: 30px;
}

.servicios-icon:hover {
  box-shadow: 0px 8px 10px -1px rgba(0, 0, 0, 0.4);
  /* background-color: #2a6db0 !important; */
  transform: translateY(-2px);
}

.servicios-icon img {
  filter: invert(40%) sepia(30%) saturate(1264%) hue-rotate(166deg) brightness(89%) contrast(96%);
}

.servicios-icon-2 h5 {
  color: gray !important;
  font-size: 14px;
  margin-top: 15px;
}

.servicios-icon-2:hover img {
  opacity: 0.8;
}

.servicios-icon-2 img {
  filter: invert(40%) sepia(30%) saturate(1264%) hue-rotate(166deg) brightness(89%) contrast(96%);
}

@media (max-width: 900px) {
  .no-padding-mobile {
    padding: 0 !important;
  }
}

.servicios-gallery {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 5px !important;
}

.servicios-gallery .col {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.servicios-gallery .box {
  display: flex;
  justify-content: center;
  align-items: center;
}

a.button.primary.lowercase {
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1;
  font-family: "robotolight";
  border-radius: 26px !important;
}

.img-max-content img {
  width: max-content !important;
}

.gallery-auto-size {
  width: 420px !important;
  height: 500px !important;
}

.gallery-auto-size .box-image img {
  max-width: max-content !important;
  width: max-content !important;
}

.parent-pageid-7952 .mw-1400,
.parent-pageid-7982 .mw-1400 {
  padding: 0 !important;
}

@media (min-width: 900px) {
  .parent-pageid-7952 .mw-1400,
  .parent-pageid-7982 .mw-1400 {
    padding: 50px !important;
  }
}

.parent-pageid-7952 li.tab,
.parent-pageid-7982 li.tab {
  background-color: #206db0;
}

.parent-pageid-7952 li.tab span,
.parent-pageid-7982 li.tab span {
  color: #333;
}

.parent-pageid-7952 li.tab.has-icon.active,
.parent-pageid-7982 li.tab.has-icon.active {
  background-color: white;
}

.parent-pageid-7952 li.tab span,
.parent-pageid-7982 li.tab span {
  color: white !important;
  font-family: "robotoregular" !important;
}

.parent-pageid-7952 .tab-panels,
.parent-pageid-7982 .tab-panels {
  padding: 50px !important;
  border-left: 0 !important;
  margin-bottom: 50px !important;
  box-shadow: 4px 5px 7px 1px rgba(0, 0, 0, 0.01) !important;
  background-color: white !important;
}

@media (max-width: 700px) {
  .parent-pageid-7952 .tab-panels,
  .parent-pageid-7982 .tab-panels {
    padding: 30px !important;
  }
}

.parent-pageid-7952 .tab-panels span,
.parent-pageid-7952 .tab-panels a,
.parent-pageid-7982 .tab-panels span,
.parent-pageid-7982 .tab-panels a {
  font-family: "robotolight" !important;
}

.parent-pageid-7952 .tab-panels a,
.parent-pageid-7982 .tab-panels a {
  color: #2a6db0 !important;
}

.parent-pageid-7952 tr[bgcolor="#999999"] td strong,
.parent-pageid-7982 tr[bgcolor="#999999"] td strong {
  color: white;
}

.parent-pageid-7952 td,
.parent-pageid-7982 td {
  font-family: "robotolight" !important;
  padding: 10px !important;
}

.parent-pageid-7952 li.tab.has-icon:not(.active):hover,
.parent-pageid-7982 li.tab.has-icon:not(.active):hover {
  background-color: #1e5d93;
}

.parent-pageid-7952 .nav-divided > li + li > a:after,
.parent-pageid-7982 .nav-divided > li + li > a:after {
  content: none !important;
}

.parent-pageid-7952 table,
.parent-pageid-7982 table {
  border: 0 !important;
}

.parent-pageid-7952 table strong,
.parent-pageid-7982 table strong {
  font-family: "robotomedium" !important;
}

.home .noticias.programas .is-divider {
  display: none;
}

.video-responsive {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-container {
  max-width: 651px;
}

a.link {
  background-color: #206db0;
  color: white !important;
  padding: 10px 20px;
}

a.link:hover {
  background-color: #195991;
  color: white !important;
}

.ejes-section a.button.primary:hover span {
  color: gray !important;
}

.ejes-section .row-divided > .col + .col:not(.large-12) {
  border-left: none !important;
}

.header-main .nav > li > a {
  line-height: 39px !important;
}

.new-button {
  color: #206db0 !important;
  font-size: 16px !important;
  font-family: "robotoblack";
  margin-top: 0px !important;
  margin-right: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  text-align: left !important;
  text-transform: unset !important;
}

.new-button:hover {
  background-color: transparent !important;
  box-shadow: none !important;
}

ul.ofertas {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 400px;
}

@media (min-width: 1000px) {
  ul.ofertas {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1200px) {
  ul.ofertas {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.file-oferta {
  margin-top: 40px;
  margin-bottom: 50px;
}

.observaciones {
  background-color: white;
  padding: 20px;
}

a.link-file {
  color: white !important;
  background-color: #206db0;
  padding: 10px 30px;
  font-family: "robotobold";
}

a.link-file:hover {
  color: white !important;
  background-color: #1b5487;
}

h2.title-oferta {
  display: -webkit-box;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
}

li.oferta {
  background-color: white;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08) !important;
}

li.oferta:hover {
  box-shadow: 0px 19px 20px 0px rgba(0, 0, 0, 0.14) !important;
}

.info-oferta-container {
  margin-bottom: 10px;
}

.page-template-page-ofertas h1.entry-title {
  color: #206db0 !important;
  margin-bottom: 30px;
}

span.button-oferta {
  font-family: "robotobold" !important;
  color: #216cb0;
  text-align: right;
  width: 100%;
  display: block;
  margin-top: auto;
}

a.oferta-link {
  width: 100%;
  display: block;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

h2.title-oferta {
  font-size: 22px !important;
}

span.info-oferta-title {
  font-family: "robotobold";
}

span.info-oferta-value {
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden;
}

span.info-oferta-value {
  font-family: "robotolight";
}

.no-pic .box-image {
  visibility: hidden;
}

.no-pic .box-text {
  transform: translateY(-40px) !important;
}

.no-pic.has-hover:hover .show-on-hover {
  transform: translateY(-40px) !important;
}

.no-pic .box-text {
  pointer-events: none !important;
}

a.button.primary.is-underline:hover span {
  color: gray !important;
}

.button.is-underline:hover:before {
  left: 20% !important;
  width: 60% !important;
}

.mb-50-negative {
  margin-bottom: -65px !important;
  z-index: 1;
}

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