@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Playfair+Display&display=swap');
/*Globals*/
body {
  font: 13px/1.5 Verdana, Helvetica, Arial, sans-serif;
}

p {
  color: #666;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
  font-weight: bold;
}

a:hover {
  color: #202124;
  text-decoration: none;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #0062A0;
}

/*Header*/
#zone-branding-wrapper {
  background: #222954;
  overflow: hidden;
  padding: 30px 0;
}
#zone-branding-wrapper .logo-img {
  width: 365px;
  float: left;
}
#zone-branding-wrapper .logo-img {
  width: 365px;
  float: left;
}

#zone-menu-wrapper {
  background: #e8c859;
  overflow: hidden;
}
#zone-menu-wrapper ul li a:hover, #zone-menu-wrapper ul li a.active, #zone-menu-wrapper ul li a.is-active {
  border-bottom: 4px solid #0062A0 !important;
  color: #0062A0 !important;
}
#zone-menu-wrapper ul.navbar-nav li {
  margin: 0;
  padding: 0 30px 0 0;
  display: inline-block;
}
#zone-menu-wrapper ul.navbar-nav li a:hover, #zone-menu-wrapper ul.menu li a.active, #zone-menu-wrapper ul.navbar-nav li a.active-trail {
  border-bottom: 4px solid #0062A0 !important;
  color: #0062A0 !important;
}
#zone-menu-wrapper ul.menu li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 15px 0 10px;
  color: #333 !important;
  transition: all 0.3s linear 0.3s;
}
#zone-menu-wrapper .navbar-nav {
  display: inline-block;
  padding: 0px 0 0px 0;
  font-weight: bold;
}
#zone-menu-wrapper ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: bold;
  display: block;
  padding: 15px 0 10px;
  color: #333 !important;
  transition: all 0.3s linear 0.3s;
}
#zone-menu-wrapper .clearfix.nav.navbar-nav:before {
  content: none;
}

#zone-menu-wrapper.fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #f6f6f6;
  transition: all 0.3s linear 0.3s;
  border-bottom: 1px solid #c5c5c5;
}
#zone-menu-wrapper.fix .clearfix.nav.navbar-nav:before {
  content: "→";
  background: transparent url(../img/nefdorado.png) no-repeat 2px 8px;
  font-size: 25px;
  color: transparent;
  background-size: 37px;
  padding-right: 27px;
  padding-bottom: 10px;
}

section.row.region.region-top-header-form {
  width: 25%;
  float: right;
  text-align: right;
}

/*Submenú*/
#navbar-main {
  background: #fff;
  border-bottom: 1px solid #c5c5c5;
  height: 41px;
}
#navbar-main ul li a:hover, #navbar-main ul li.menu-item--active-trail a {
  color: #0062A0 !important;
}
#navbar-main ul li a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  padding: 10px 0;
  display: block;
  color: #333 !important;
  transition: all 0.3s linear 0.3s;
}
#navbar-main ul li {
  display: inline-block;
  padding: 0 20px 0 0;
  margin: 0;
}
#navbar-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#navbar-main li:first-child a {
  background: url(../img/submenu-flechas.png) right center no-repeat;
  padding-right: 10px;
  color: #0062A0 !important;
  font-weight: bold;
  text-transform: uppercase;
}

/*Madrid*/
.ciudad92 {
  padding-left: 5px;
  border-left: 4px solid #cc9933;
}

/*Bilbao*/
.ciudad93 {
  padding-left: 5px;
  border-left: 4px solid #669933;
}

.ciudad96,.ciudad89{
  padding-left: 5px;
  border-left: 4px solid #336633;
}
/*Valencia*/
.ciudad129 {
  padding-left: 5px;
  border-left: 4px solid #4D98CC;
}
/*Barcelona*/
.ciudad91
{
  padding-left: 5px;
  border-left: 4px solid #ff9900;
}
.ciudad143, .ciudad51
{
  padding-left: 5px;
  border-left: 4px solid #6699cc;
}
/*Front Page*/
/*Lateral izquierdo*/
.secundarias {
  float: left;
  width: 34.7148%;
}
.secundarias .views-row.views-row-1.views-row-odd.views-row-first .views-field-field-noticia-antetitulo {
  border: none;
}
.secundarias .views-field.views-field-field-noticia-entradilla {
  color: #666;
}
.secundarias .views-row {
  margin-bottom: 20px;
}
.secundarias .views-field-field-noticia-antetitulo {
  font-size: 11.5px;
  color: #666;
  text-transform: uppercase;
  padding-top: 6px;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}
.secundarias .views-row:first-child .views-field-field-noticia-antetitulo {
  border: none;
}
.secundarias .antetitulo {
  padding-left: 5px;
  border-left: 4px solid #cc9933;
}
.secundarias .views-field-title {
  margin-bottom: 8px;
}
.secundarias .views-field-title a {
  font-family: Arial, Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: 3c7eb7;
  font-weight: bold;
  text-decoration: none;
  line-height: 18px;
}

/*Superiores*/
.superiores {
  float: right;
  width: 64.2852%;
}
.superiores .views-row {
  margin-bottom: 20px;
}
.superiores .views-row:first-child .views-field-field-noticia-antetitulo {
  border: none;
}
.superiores .views-field-field-noticia-antetitulo {
  font-size: 11.5px;
  color: #666;
  text-transform: uppercase;
  padding-top: 6px;
  border-top: 1px solid #ccc;
  margin-bottom: 5px;
}
.superiores .views-field-title {
  margin-bottom: 8px;
}
.superiores .field-content {
  color: #666;
}
.superiores .views-field-title a {
  font-family: Georgia;
  font-style: italic;
  margin-top: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 24px;
  font-size: 20px;
}
.superiores .views-field-field-noticia-subtitulo {
  margin-bottom: 8px;
}
.superiores .views-field-field-noticia-subtitulo p {
  color: #C59230;
}
.superiores .views-field-field-noticia-entradilla {
  margin-bottom: 10px;
}
.superiores .views-field-view-node-1 {
  position: relative;
}
.superiores .play {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent url(../img/ico.video.png);
  background-repeat: no-repeat;
  background-position: left top;
  /* background-position: center center; */
  cursor: pointer;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.superiores .views-field.views-field-field-imagen-p img {
  width: 100%;
  height: auto;
}

/*Carrusel ponentes azul*/
.view-ponentes-destacados.view-id-ponentes_destacados .row > *,
.view-ponentes-destacados-2.view-id-ponentes_destacados_2 .row > * {
  padding-left: 8px;
}
.view-ponentes-destacados.view-id-ponentes_destacados .view-content,
.view-ponentes-destacados-2.view-id-ponentes_destacados_2 .view-content {
  background: #6485a8;
  margin-bottom: 20px;
  padding: 5px;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  margin-left: 0px;
  height: 110px !important;
}
.view-ponentes-destacados.view-id-ponentes_destacados .views-field-field-ponente-foto,
.view-ponentes-destacados-2.view-id-ponentes_destacados_2 .views-field-field-ponente-foto {
  float: left;
  margin-right: 10px;
}
.view-ponentes-destacados.view-id-ponentes_destacados .views-field-title,
.view-ponentes-destacados-2.view-id-ponentes_destacados_2 .views-field-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-decoration: none;
  margin: 0;
  width: 210px !important;
}
.view-ponentes-destacados.view-id-ponentes_destacados .views-field-field-ponente-cargo,
.view-ponentes-destacados-2.view-id-ponentes_destacados_2 .views-field-field-ponente-cargo {
  font-size: 9.5px;
  color: #fff;
  font-style: italic;
  margin: 0;
}
.view-ponentes-destacados.view-id-ponentes_destacados h2.pane-title,
.view-ponentes-destacados-2.view-id-ponentes_destacados_2 h2.pane-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #333;
  font-style: italic;
  background: #DBE6F1;
  text-align: center;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

h2#block-bootstrap-barrio-subtheme-proximasactividades-menu {
  color: #666;
  font-size: 1em;
  font-weight: 100;
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

#block-bootstrap-barrio-subtheme-proximasactividades ul li a {
  color: #999;
  font-size: 11px;
  list-style: none;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1px;
}
#block-bootstrap-barrio-subtheme-proximasactividades ul {
  margin: 10px 0;
  padding: 0 0 10px 0;
  color: #999;
  font-size: 11px;
  list-style: none;
  width: auto;
  overflow: hidden;
  text-align: center;
  border-bottom: 1px solid #ccc;
  display: block;
}
#block-bootstrap-barrio-subtheme-proximasactividades li {
  border-right: 1px solid #999;
  margin: 0;
  padding: 0px 10px 0 10px;
  display: inline-block;
}
#block-bootstrap-barrio-subtheme-proximasactividades li:last-child {
  border: none;
}
#block-bootstrap-barrio-subtheme-proximasactividades ul li a:hover {
  color: #666;
}

.sidebar .block {
  border: 0;
  margin: 0;
  padding: 0px 15px;
}

div#block-bootstrap-barrio-subtheme-views-block-videoforum-block-1,
div#block-bootstrap-barrio-subtheme-views-block-videoforum-block-2,
div#block-bootstrap-barrio-subtheme-views-block-actividades-block-2 {
  float: right;
  width: 64.2852%;
}

.slick-next:before {
  background: transparent url(../img/arrow_derecha.png) no-repeat;
}

.slick-prev:before {
  background: transparent url(../img/arrow_izquierda.png) no-repeat;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 31px !important;
  line-height: 1;
  opacity: 0.75;
  color: transparent !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2.pane-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  color: #333;
  font-style: italic;
  background: #DBE6F1;
  text-align: center;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.correo-foro {
  background: #fff;
  border-top: 4px solid #666;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 25px;
}
.correo-foro .field.field-name-field-imagen.field-type-image.field-label-hidden {
  float: left;
  margin-right: 10px;
}
.correo-foro .field-name-field-destacado-subtitulo {
  font-size: 18px;
  font-weight: bold;
}
.correo-foro .field-name-body {
  font-size: 15px;
  color: #666;
}
.correo-foro p.destacadoEnlace {
  margin-bottom: 0;
}
.correo-foro p.destacadoEnlace a {
  font-weight: bold;
  text-decoration: none;
}

/*Footer*/
.site-footer .block {
  border: none;
  padding: 35px 0 0px;
}

#zone-footer {
  background: #222954;
}
#zone-footer ul.menu {
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 13px;
  float: left;
  width: 100%;
  overflow: hidden;
}
#zone-footer .field--name-body {
  background: none;
}
#zone-footer ul.menu li.expanded {
  width: 25%;
  float: left;
  overflow: hidden;
  font-size: 15px;
}
#zone-footer ul.menu li.expanded a,
#zone-footer ul.menu li.collapsed a {
  display: block;
  margin-left: 6px !important;
}
#zone-footer ul.menu li a {
  color: #fff;
  text-decoration: none;
}
#zone-footer ul.menu li.first ul.menu {
  font-size: 15px;
}
#zone-footer ul.menu li.first.expanded ul li {
  list-style: none;
  list-style-position: inside;
  font-size: 15px;
  margin-left: 0;
}
#zone-footer ul.menu li.first ul.menu li.leaf a, #zone-footer ul.menu li.last ul.menu li.leaf a {
  font-weight: bold !important;
}
#zone-footer ul.menu li.expanded a, #zone-footer ul.menu li.collapsed a {
  display: block;
  margin-left: 6px !important;
}
#zone-footer ul.menu li a {
  color: #fff;
  text-decoration: none;
}
#zone-footer ul.menu li.expanded {
  width: 25%;
  float: left;
  overflow: hidden;
  font-size: 15px;
}
#zone-footer ul.menu li.expanded ul, #zone-footer ul.menu li.collapsed ul {
  margin: -20px 0 0 0 !important;
  padding: 0 !important;
}
#zone-footer ul.menu li.expanded ul li, #zone-footer ul.menu li.collapsed ul li {
  list-style: none;
  list-style-position: inside;
  font-size: 15px;
  margin-left: 10px;
}
#zone-footer .follow-link-wrapper {
  float: left;
}
#zone-footer a.follow-link {
  display: block;
  line-height: 35px;
  padding-left: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#zone-footer a.follow-link {
  display: block;
  line-height: 35px;
  padding-left: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#zone-footer a.follow-link-facebook {
  background-image: url(../img/icon-facebook.png);
}
#zone-footer a.follow-link-twitter {
  background-image: url(../img/icon-twitter.png);
}
#zone-footer a.follow-link-youtube {
  background-image: url(../img/icon-youtube.png);
}
#zone-footer a.follow-link-this-site {
  background-image: url(../img/icon-feed.png);
}

/*Noticias*/
.node--type-noticia .field--name-node-title h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #666;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}
.node--type-noticia .field--name-field-noticia-antetitulo {
  border-left: 4px solid #cc9933;
  color: #666666;
  font-size: 11.5px;
  margin-bottom: 10px;
  padding-left: 5px;
  text-transform: uppercase;
}
.node--type-noticia .field--name-field-noticia-subtitulo p {
  color: #C59230;
}
.node--type-noticia .field--name-field-noticia-entradilla {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}
.node--type-noticia .field--name-body {
  font-size: 16px;
}
.node--type-noticia .field--name-field-noticia-evento-relacionado {
  color: #666;
  margin-bottom: 15px;
}
.node--type-noticia .field--name-field-noticia-evento-relacionado a, .node--type-noticia .field--name-field-noticia-evento-relacionado a:link, .node--type-noticia .field--name-field-noticia-evento-relacionado a:visited {
  font-weight: bold;
  font-size: 14px;
}

/*Eventos*/
.node--type-evento .field--name-node-title h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #666;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}
.node--type-evento .field--name-field-evento-lugar {
  color: #898989;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
.node--type-evento .field--name-field-fecha {
  color: #898989;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  margin-bottom: 14px;
}
.node--type-evento .field--name-body {
  font-size: 11.5px;
  padding-left: 10px;
  color: #4D4D4D;
  margin-bottom: 20px;
}
.node--type-evento .field--name-field-evento-ponente {
  border: 1px solid #d3d3d3;
  font-weight: normal;
  color: #555555;
  padding: 15px;
}
.node--type-evento .field--name-field-evento-ponente .field--name-node-title h1 {
  font-size: 16px;
  border-bottom: 0;
}
.node--type-evento .field--name-field-evento-ponente .field--name-body {
  font-size: 13px;
}
.node--type-evento .field--name-field-evento-presentador {
  border: 1px solid #d3d3d3;
  font-weight: normal;
  color: #555555;
  padding: 15px;
  background-color: #DBE6F1;
}
.node--type-evento .field--name-field-evento-presentador .field--name-node-title h1 {
  font-size: 16px;
  border-bottom: 0;
}
.node--type-evento .field--name-field-evento-presentador .field--name-body {
  font-size: 13px;
}

/*Ponentes*/
.node--type-ponente .field--name-node-title h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #666;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}
.node--type-ponente .field--name-field-ponente-cargo {
  font-size: 20px;
  color: #C59230;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 15px;
  padding-bottom: 6px;
}
.node--type-ponente .field--name-field-ponente-foto {
  border: 1px solid #CCCCCC;
  display: block;
  float: left;
  margin: 0 20px 20px 0;
  padding: 6px;
}
.node--type-ponente .field--name-body {
  font-size: 16px;
  display: none;
}
.node--type-ponente .mostrar {
  margin-top: 10px;
  color: #0062A0;
  text-decoration: underline;
}

#presentador {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  background: #3C7FB8;
  padding: 0.2em 0.6em;
  margin-bottom: 2px;
  text-align: center;
}

/*Videos*/
.node--type-video .field--name-node-title h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #666;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}
.node--type-video .field--name-body {
  font-size: 13.5px;
  padding: 10px;
  background: #eee;
  margin-bottom: 15px;
}

/*Memoria*/
.node--type-memoria .field--type-image {
  float: none;
}
.node--type-memoria .field--name-node-title h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #666;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}
.node--type-memoria .field--name-field-memoria-cursotax {
  margin-right: 7px;
  background: #eee;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 14px;
  width: auto;
  float: left;
}
.node--type-memoria .field--name-field-memoria-plataformatax {
  float: left;
  margin-right: 7px;
  background: #eee;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 14px;
}

/*Publicaciones*/
.node--type-publicacion .field--type-image {
  float: none;
}
.node--type-publicacion .field--name-node-title h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #666;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}
.node--type-publicacion .field--name-field-publicacion-anyo {
  font-size: 16px;
  width: auto;
  display: block;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #999;
}
.node--type-publicacion .field--name-field-publicacion-subtitulo {
  font-weight: bold;
  color: #666;
  font-size: 15px;
}
.node--type-publicacion .field--name-body {
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.node--type-publicacion .field--name-field-publicacion-npaginas .field__label {
  font-weight: bold;
}
.node--type-publicacion .field-name-field-publicacion-imagen {
  float: left;
  margin-right: 20px;
}

/*Newsletter*/
.node--type-simplenews h2.node__title {
  font-size: 20px;
  font-family: "Georgia,Arial";
  color: #0062A0;
  font-weight: 100;
}
.node--type-simplenews .field--type-image {
  float: none;
}
.node--type-simplenews .field--name-node-title h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #666;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
}
.node--type-simplenews .node--view-mode-email-html .field--name-field-noticia-antetitulo {
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 11px;
  color: #898989;
  border: 0;
  padding-left: 0;
  text-transform: uppercase;
}
.node--type-simplenews .node--view-mode-email-html .field--name-field-imagen-p img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
.node--type-simplenews .node--view-mode-email-html .field--name-field-noticia-subtitulo {
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 11.5px;
  color: #C59230;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}
.node--type-simplenews .node--view-mode-email-html .field--name-field-noticia-subtitulo p {
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 11.5px;
  color: #C59230;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}
.node--type-simplenews .node--view-mode-email-html .field--name-field-noticia-entradilla {
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #666666;
  margin-bottom: 10px;
}

/*Noticias*/
.view-id-noticias .views-field-title a {
  font-family: Arial, Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  color: 3c7eb7;
  font-weight: bold;
  text-decoration: none;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}
.view-id-noticias .views-field-field-noticia-subtitulo p {
  margin: 0;
  color: #C59230;
}
.view-id-noticias .views-field-field-noticia-entradilla {
  font-size: 14px;
}
.view-id-noticias .field-content {
  color: #666;
}
.view-id-noticias .views-row {
  margin-bottom: 20px;
}
.view-id-noticias .views-field-field-noticia-antetitulo a {
  text-decoration: none;
  border-right: 1px solid #ccc;
  padding-right: 4px;
}


.view-id-noticias .views-field-field-noticia-antetitulo {
  font-size: 11.5px;
  color: #666;
  text-transform: uppercase;
  padding-top: 6px;
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}

/*Próximas*/
.view-id-actividades .views-row {
  width: 48.5%;
  display: block;
  overflow: hidden;
  float: left;
}
.view-id-actividades .views-row {
  width: 48.5%;
  display: block;
  overflow: hidden;
  float: right;
  border-top: 1px dotted #ccc;
  padding-top: 14px;
}
.view-id-actividades .views-field-field-ponente-foto {
  display: block;
  float: left;
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
  padding: 6px;
}
.view-id-actividades .views-field-title a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.view-id-actividades .views-field-nothing {
  color: #394D61;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 2px;
  text-align: left;
}
.view-id-actividades .views-field-field-ponente-cargo-bloque {
  display: block;
  width: auto;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #c59230;
  font-style: italic;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #c59230;
  line-height: 16px;
}
.view-id-actividades .views-field-field-evento-plataformatax {
  text-transform: uppercase;
  font-weight: bold;
  color: #444;
  float: left;
  padding-left: 5px;
  margin-bottom: 6px;
  margin-right: 8px;
  width: 70%;
  border-left: 4px solid #cc9933;
}
.view-id-actividades .views-field-field-evento-lugar {
  overflow: hidden;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #898989;
  font-size: 11.5px;
  margin-bottom: 8px;
  float: left;
}
.view-id-actividades ul.enlaces {
  width: 95%;
  clear: both;
  overflow: hidden;
  list-style: none;
}
.view-id-actividades ul.enlaces li {
  padding: 0 20px 0 0;
  float: left;
  font-size: 11.5px;
  font-weight: bold;
  width: auto;
  display: block;
}
.view-id-actividades ul.enlaces li a {
  width: auto;
  overflow: hidden;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  padding: 0 0 0 24px;
  float: left;
}
.view-id-actividades ul.enlaces li.informacion a {
  background: url(../../images/ico.info.gif) left top no-repeat;
}
.view-id-actividades ul.enlaces li.perfil a {
  background: url(../../images/ico.perfil.gif) left top no-repeat;
}
.view-id-actividades ul.enlaces li.video a {
  background: url(../../images/ico.video.gif) left top no-repeat;
}
.view-id-actividades ul.enlaces li.prensa a {
  background: url(../../images/ico.prensa.micro.gif) left top no-repeat;
}

/*VideoForum*/
.view-videoforum .views-row {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #CCCCCC;
  padding-left: 0;
}
.view-videoforum .views-field-field-video-imagen-miniatura {
  float: left;
  margin-right: 10px;
  border: 1px solid #ccc;
  padding: 6px;
}
.view-videoforum .views-field-title {
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
}
.view-videoforum .views-field-field-video-localidad {
  font-size: 13px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #898989;
}
.view-videoforum .views-field-field-video-evento-relacionado {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}
.view-videoforum button#edit-submit-videoforum {
  border: 1px solid #ccc;
  color: #666;
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 11px;
  background: #ddd url(../images/button.png) repeat-x;
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px 4px;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  padding-top: 2px;
  padding-bottom: 0px;
}

.view-videoforum textarea,
.view-videoforum select,
.view-videoforum input[type=date],
.view-videoforum input[type=datetime],
.view-videoforum input[type=datetime-local],
.view-videoforum input[type=email],
.view-videoforum input[type=month],
.view-videoforum input[type=number],
.view-videoforum input[type=password],
.view-videoforum input[type=search],
.view-videoforum input[type=tel],
.view-videoforum input[type=text],
.view-videoforum input[type=time],
.view-videoforum input[type=url],
.view-videoforum input[type=week] {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  height: 1.8em;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/*Páginas básicas*/
.page-view-patrocinadores .menu-block-wrapper,
.page-node-32 .menu-block-wrapper,
.page-node-26 .menu-block-wrapper,
.page-node-39 .menu-block-wrapper,
.page-node-40 .menu-block-wrapper {
  background: #ccc;
  text-align: center;
}
.page-view-patrocinadores .menu-block-wrapper ul.menu,
.page-node-32 .menu-block-wrapper ul.menu,
.page-node-26 .menu-block-wrapper ul.menu,
.page-node-39 .menu-block-wrapper ul.menu,
.page-node-40 .menu-block-wrapper ul.menu {
  font-size: 12px;
  text-align: center;
  margin: 5px 0;
  padding: 0;
}
.page-view-patrocinadores .menu-block-wrapper ul.menu li.last,
.page-node-32 .menu-block-wrapper ul.menu li.last,
.page-node-26 .menu-block-wrapper ul.menu li.last,
.page-node-39 .menu-block-wrapper ul.menu li.last,
.page-node-40 .menu-block-wrapper ul.menu li.last {
  border: none;
}
.page-view-patrocinadores .menu-block-wrapper ul.menu li,
.page-node-32 .menu-block-wrapper ul.menu li,
.page-node-26 .menu-block-wrapper ul.menu li,
.page-node-39 .menu-block-wrapper ul.menu li,
.page-node-40 .menu-block-wrapper ul.menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0 6px;
  border-right: 1px solid #333;
}
.page-view-patrocinadores ul.menu li a,
.page-node-32 .menu-block-wrapper ul.menu li a,
.page-node-26 .menu-block-wrapper ul.menu li a,
.page-node-39 .menu-block-wrapper ul.menu li a,
.page-node-40 .menu-block-wrapper ul.menu li a {
  text-decoration: none;
  color: #3b5d80;
}

  .page-view-patrocinadores  .views-row {
    width: 48.5%;
    display: block;
    overflow: hidden;
    float: left;
    clear: both;
    padding-top: 14px;
    margin-bottom: 40px;
  }
  .page-view-patrocinadores .views-field.views-field-field-patrocinador-logo img {
    display: block;
    float: right;
    padding: 6px;
  }

h1.title {
  font-family: arial, helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #666;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.equipo {
  font-family: Georgia;
  font-weight: bold;
}

.equipo .equipoImagen.impar {
  clear: both;
}

.equipo .equipoImagen img {
  width: 100%;
}

.equipo .equipoDescripcion {
  margin-left: 10px;
  margin-top: 5px;
  float: left;
  width: 38%;
}

.equipo .equipoDescripcion .nombre {
  color: #333;
}

.equipo .equipoDescripcion .cargo {
  font-size: 11px;
}

.equipo .equipoImagen {
  clear: none;
  float: left;
  width: 10%;
  margin-top: 10px;
}

/*Publicaciones listado*/
.view-id-publicaciones {
  /*PAtrocinadores*/
}
.view-id-publicaciones .views-field-field-pub-imagen-importada {
  float: left;
  margin: 0 15px 0 0;
  padding-bottom: 80px;
}
.view-id-publicaciones .views-row {
  width: 47%;
  overflow: hidden;
  float: left;
  margin-bottom: 20px;
}
.view-id-publicaciones .views-field-title a {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
.view-id-publicaciones .views-field-field-publicacion-subtitulo {
  color: #c59230;
  text-transform: uppercase;
}
.view-id-publicaciones .views-field-field-publicacion-anyo,
.view-id-publicaciones .views-field-field-publicacion-npaginas,
.view-id-publicaciones .views-field-field-publicacion-isbn {
  color: #898989;
}
.view-id-publicaciones .view-id-patrocinadores .views-field-field-patrocinador-logo {
  display: block;
  float: right;
  padding: 6px;
}
.view-id-publicaciones .view-id-patrocinadores .views-row {
  width: 48.5%;
  display: block;
  overflow: hidden;
  float: left;
  clear: both;
  padding-top: 14px;
}

/*Libro de honor*/
.view-id-libro_de_honor .views-row {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.view-id-libro_de_honor .views-field-field-libro-honor-ponente a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.view-id-libro_de_honor .views-field-field-ponente-cargo {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #c59230;
  font-style: italic;
  font-size: 14px;
  line-height: 16px;
}
.view-id-libro_de_honor .views-field-field-libro-honor-fecha {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #848484;
  font-size: 14px;
  line-height: 24px;
}
.view-id-libro_de_honor .views-field-body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: italic;
  color: #848484;
  line-height: 26px;
  margin-bottom: 10px;
}

/*Memorias*/
.view-id-memorias .views-row {
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
}
.view-id-memorias .views-field-field-memoria-imagen {
  display: block;
  float: left;
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
  padding: 6px;
}
.view-id-memorias .views-field-field-memoria-pdf-2 a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
.view-id-memorias .view-memorias a {
  font-weight: bold;
  font-size: 12px;
}

/*Buscadores*/
.views-exposed-form summary {
  color: #0062A0;
}
.views-exposed-form .js-form-item {
  float: left;
  padding: 0.5em 1em 0 0;
}
.views-exposed-form button#edit-submit-noticias,
.views-exposed-form button#edit-submit-actividades,
.views-exposed-form button#edit-submit-videoforum {
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 11px;
  background: #ddd url(../images/button.png) repeat-x;
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px 4px;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  padding-top: 2px;
}

/*Columna derecha actividades*/
.view-id-actividades.view-display-id-block_1 .views-row {
  width: 100%;
  padding-top: 0;
  border-top: none;
}

div#block-views-block-actividades-block-1 {
  border: 0;
}

.view-id-actividades.view-display-id-block_1 .views-field-field-evento-plataformatax {
  float: none;
  border-left: none;
}

.view-id-actividades.view-display-id-block_1 ul.enlaces {
  padding-left: 0;
}

.view-id-actividades.view-display-id-block_1 .views-field-title {
  border-bottom: 2px solid #dbe6f1;
  margin-bottom: 6px;
}

.path-frontpage .contextual-region {
  position: initial;
}
.path-frontpage h1.title {
  display: none;
}

.node--type-noticia h1.title,
.node--type-evento h1.title,
.node--type-ponente h1.title,
.node--type-video h1.title {
  display: none;
}

.field--type-image img, .field--name-field-user-picture img {
  margin: 0 0 0em;
}

/*Tablet*/
@media (max-width: 820px) {
  #navbar-main {
    height: 81px;
  }
  .views-field.views-field-field-imagen-p img.image-style-carrusel-portada-1200 {
    width: 100%;
    height: auto;
  }
  #zone-branding-wrapper .logo-img img#logo {
    width: 400px;
  }
}
/*Mobile*/
@media (max-width: 740px) {
  .secundarias, .superiores {
    float: none;
    width: 100%;
  }
  main#content.col-sm-8 {
    width: 100%;
  }
  #zone-branding-wrapper .logo-img img#logo {
    width: 300px;
  }
  div#block-bootstrap-barrio-subtheme-views-block-plataformas-block-1 {
    display: none;
  }
  #zone-menu-wrapper ul li a {
    font-size: 11px;
  }
  #navbar-main ul li a {
    font-size: 11px;
    padding: 6px 0;
  }
  #navbar-main ul li {
    padding: 0 15px 0 0;
  }
  #navbar-main {
    height: 66px;
  }
  .views-field.views-field-field-imagen-p img.image-style-carrusel-portada-1200 {
    width: 100%;
    height: auto;
  }
  #zone-menu-wrapper ul.navbar-nav li {
    padding: 0 10px 0 0;
  }
  #zone-menu-wrapper.fix ul.navbar-nav li {
    margin: 0;
    padding: 0 4px 0 0;
  }
  div#block-bootstrap-barrio-subtheme-views-block-videoforum-block-1,
  div#block-bootstrap-barrio-subtheme-views-block-videoforum-block-2,
  div#block-bootstrap-barrio-subtheme-views-block-actividades-block-2 {
    display: none;
  }
  #zone-footer ul.menu li.expanded {
    width: 100%;
  }
  .active > .page-link, .page-link.active, .page-link {
    padding: 6px;
    margin-bottom: 15px;
  }
  .view-id-actividades .views-row,
  .view-id-publicaciones .views-row {
    width: 100%;
  }
  /*Camboi de orden*/
  .path-frontpage div#block-bootstrap-barrio-subtheme-views-block-portada-superior-block-1{
    order: 1;    
  }
  .path-frontpage div#block-bootstrap-barrio-subtheme-views-block-portada-lateral-block-1{
    order: 2;
  }
  .path-frontpage section.section{
    flex-direction: column;
    display: flex;
  }
  div#block-bootstrap-barrio-subtheme-agenda,div#block-block-44 {
    display: block !important;
    margin-left: -5px;
  }
  .MostrarOcultarActdere {
    background: url(../img/submenu-flechas.png) right center no-repeat;
    padding-right: 10px;
    color: #0062A0 !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    left: 12px;
    position: absolute;
    top: 10px;
  }
  .MostrarOcultarAct {
    display: inline-block;
    right: 20px;
    position: absolute;
    top: 6px;
  }
  #navbar-main {
    height: auto;
    padding-bottom: 30px;
  }
  #navbar-main ul {    
    margin-top: 25px;
  }
  nav#block-bootstrap-barrio-subtheme-nuestraorganizacion-2 {
    display: none;
  }
  .superiores .play {
    width: 24% !important;
    height: 41% !important;
   }
}
/*Fin mobile*/

.fc-day-grid-event .fc-time {
  display: none !important;
}

div#block-bootstrap-barrio-subtheme-agenda {
  display: none;
}

/*.fc-event-container a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end:last-child{
    display: none !important;
}*/
.block-views-blockactividades-block-3 ul.js-pager__items {
  display: none;
}

.fc-day-grid-event .fc-content {
  white-space: normal;
  color: white;
  overflow: hidden;
  font-size: 9px;
}

a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.fc-allow-mouse-resize .fc-content {
  white-space: normal;
  color: white;
  overflow: visible;
  font-size: 12px;
}

.fc-event:hover {
  width: -moz-max-content;
  width: max-content;
  z-index: 99;
}

#views-exposed-form-buscador-page-1 [type=button]:not(:disabled), #views-exposed-form-buscador-page-1 [type=reset]:not(:disabled), #views-exposed-form-buscador-page-1 [type=submit]:not(:disabled), #views-exposed-form-buscador-page-1 button:not(:disabled) {
  display: none;
}
#views-exposed-form-buscador-page-1 .form-control {
  font-size: 12px;
  width: 50%;
  margin-left: 10px;
  margin-top: 5px;
}

.block-language-blocklanguage-interface .nav {
  --bs-nav-link-padding-x: 0.3rem;
}
.block-language-blocklanguage-interface a.language-link.is-active {
  font-weight: 700;
}

#block-views-block-fecha-y-dia-block-1 {
  color: #999;
}

.view-buscador h3 {
  display: inline-block;
  font-size: initial;
}
.view-buscador span {
  color: #999;
}

/**Ajustes último correo*/
.comment-forbidden a, .comment-links ul li a {
  text-transform: lowercase;
  display: inline-block;
  text-decoration: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  margin: 0 0.5em 0.5em 0;
  vertical-align: middle;
  -webkit-appearance: none;
  border-radius: 11px;
  background: #ddd url(../images/button.png) repeat-x;
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 4px 10px 3px;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0px;
}

#user-register-form #edit-field-cod-crm-wrapper,
#user-register-form #edit-user-picture-wrapper,
#user-register-form #edit-contact,
#user-register-form #edit-field-temas-wrapper label,
#user-register-form #edit-field-circulo-wrapper {
  display: none;
}

#user-register-form #edit-field-temas-0-value {
  height: 110px;
  font-size: 12px;
  border: 0;
  cursor: default;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

#user-register-form .resize-vertical {
  min-height: 2em;
  resize: inherit;
}

h2#block-bootstrap-barrio-subtheme-proximasactividades-menu {
  color: #444;
}

#block-views-block-actividades-block-1 .views-field.views-field-field-evento-ciudad {
  display: inline-block;
  margin-right: 5px;
}

#block-views-block-actividades-block-1 .views-field.views-field-field-fecha {
  display: inline-block;
}

.fc-right,
.fc-today-button.fc-button.fc-button-primary {
  display: none;
}

.secundarias .view-id-publicaciones .views-field-field-publicacion-subtitulo {
  color: #c59230;
  text-transform: inherit;
}

.secundarias .view-id-publicaciones .views-row {
  width: 100%;
}

.secundarias .view-id-publicaciones .views-row img {
  float: right;
  margin-left: 15px;
}

.secundarias .view-id-publicaciones .views-row .views-field-title,
.secundarias .view-id-publicaciones .views-row .views-field-field-publicacion-subtitulo {
  float: right;
  text-align: right;
}

ul.pagination.js-pager__items li span, ul.pagination.js-pager__items li a {
  font-size: 11px !important;
}

.block-views-blocknoticia-de-un-evento-block-1 a,
.block-views-blocknoticia-de-un-evento-block-2 a {
  font-family: Arial, Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: 3c7eb7;
  font-weight: bold;
  text-decoration: none;
  line-height: 20px;
  margin-bottom: 6px;
}

.block-views-blocknoticia-de-un-evento-block-1 a:hover,
.block-views-blocknoticia-de-un-evento-block-2 a:hover {
  color: #202124;
}

.block-views-blocknoticia-de-un-evento-block-1 h2,
.block-views-blocknoticia-de-un-evento-block-2 h2 {
  color: #666;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #333;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 8px;
}

.path-node.node--type-ponente .mostrar {
  display: none;
}

.path-node.node--type-ponente .field--name-body {
  display: block;
}

.path-node.node--type-video .field.field--name-field-video-evento-relacionado.field--type-entity-reference.field--label-hidden.field__item a {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
  color: 3c7eb7;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 6px;
}

.path-node.node--type-video .field.field--name-field-video-localidad.field--type-string.field--label-hidden.field__item {
  font-size: 14px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #898989;
  margin-bottom: 20px;
}

.view-id-actividades.view-display-id-block_2 ul.enlaces {
  width: 100%;
  clear: both;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.view-id-actividades.view-display-id-block_2 ul.enlaces li {
  padding: 0 7px 0 0;
  display: inline-block;
  font-size: 9.5px;
}

.view-id-actividades.view-display-id-block_2 ul.enlaces a {
  padding: 3px 0 0 24px;
}

.view-id-actividades.view-display-id-block_2 .views-field.views-field-field-evento-ciudad {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #898989;
  font-size: 11.5px;
  margin-bottom: 8px;
  float: left;
}

/*NUEVO*/
.field.field--name-dynamic-token-fieldnode-pdf-enlace.field--type-ds.field--label-hidden.field__item {
  float: right;
}

.field.field--name-dynamic-token-fieldnode-pdf-enlace.field--type-ds.field--label-hidden.field__item a {
  color: transparent;
  background-image: url(../img/imprimir.gif);
  background-repeat: no-repeat;
  display: block;
  text-indent: -99999px;
}

.node--type-evento .node--type-ponente .field--name-field-ponente-cargo {
  font-size: 1.2em;
  color: #555555;
}

.node--type-evento .field--name-field-evento-ponente .field--name-node-title h1 {
  font-size: 16px;
  border-bottom: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
  color: #0062A0;
  margin-bottom: 5px;
}

.view-fecha-y-dia-2 .views-field.views-field-access {
  display: none;
}

nav#block-bootstrap-barrio-subtheme-proximasactividades h2#block-bootstrap-barrio-subtheme-proximasactividades-menu {
  color: #666;
  font-size: 1em;
  font-weight: 100;
  border-top: 1px solid #ccc;
  border-bottom: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 15px;
  color: #333;
  font-style: italic;
  background: #DBE6F1;
  text-align: center;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  padding-top: 3px;
}

.sidebar .js-drupal-fullcalendar h2 {
  font-size: 0.921em;
}

.path-videoforum div#block-views-block-noticia-de-un-evento-block-2 {
  display: none;
}

.fc table {
  font-size: 0.9em;
}

.comment-forbidden a, .comment-links ul li a {
  text-transform: inherit !important;
}

.comment-forbidden.nav-link {
  color: #0062A0;
}

.node--type-evento .field--name-body {
  text-transform: uppercase;
}

/*Foro de la nueva comunicación*/
.tribuna49 {
  padding-left: 5px;
  border-left: 4px solid #993333 !important;
}
.tribuna92 {
  padding-left: 5px;
  border-left: 4px solid #66cccc !important;
}

.tribuna40 {
  padding-left: 5px;
  border-left: 4px solid #cc9933 !important;
}

.tribuna48 {
  padding-left: 5px;
  border-left: 4px solid #669933 !important;
}

.tribuna304 {
  padding-left: 5px;
  border-left: 4px solid #4D98CC !important;
}

.tribuna47 {
  padding-left: 5px;
  border-left: 4px solid #ff9900 !important;
}

.tribuna39 {
  padding-left: 5px;
  border-left: 4px solid #66cccc !important;
}
.tribuna52 {
  padding-left: 5px;
  border-left: 4px solid #336633 !important;
}

.view-id-noticia_de_un_evento.view-display-id-block_3 .views-field.views-field-view-node a,
.view-id-noticia_de_un_evento.view-display-id-block_4 .views-field.views-field-view-node a {
  background: url(../../images/ico.video.gif) left top no-repeat;
  padding-left: 20px;
}

.view-id-noticia_de_un_evento.view-display-id-block_4 .views-field.views-field-view-node {
  margin-bottom: 30px;
}/*# sourceMappingURL=style.css.map */


span.en.nav-link {
  display: none;
}
.views-field.views-field-field-imagen-p {
  position: relative;
}
button#edit-submit-memorias {
  -webkit-appearance: none;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 11px;
  background: #ddd url(../images/button.png) repeat-x;
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px 4px;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  padding-top: 2px;
}
select#edit-field-memoria-plataformatax-target-id {
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  height: 1.8em;
  padding-top: 2px;
  padding-bottom: 1px;
  height: auto;
}
.js-form-item.js-form-type-select.form-type-select.js-form-item-field-memoria-plataformatax-target-id.form-item-field-memoria-plataformatax-target-id.mb-3 {
  width: 210px;
}
.path-noticias div#block-views-block-noticia-de-un-evento-block-1,
.path-noticias div#block-views-block-noticia-de-un-evento-block-2{
  display: none;
}
#block-views-block-actividades-block-1 .views-field.views-field-field-fecha {
  display: inline-block;
  color: #898989;
  font-size: 10px;
}


.superiores .play {
  width: 13%;
  height: 21%;  
}
.page-view-patrocinadores .views-field.views-field-field-patrocinador-logo img {
  padding: 0;
}
div#block-block-views-block-ponentes-destacados-block-1 {
  display: none;
}


.view-display-id-block_3 table tr th{
  background: #222954;
}
.view-display-id-block_3 .fc-view-container {
  border: 1px solid  #222954;
}
.view-display-id-block_3 .fc-event{
  border: 0;
}
.view-display-id-block_3 thead.fc-head > tr{
  background: #222954;
}
.fc-button-primary{
  background: #222954;
}
.view.view-portada-lateral.view-id-portada_lateral.view-display-id-block_2  .views-field.views-field-title{
  margin-bottom: 11px;
}
.view.view-portada-lateral.view-id-portada_lateral.view-display-id-block_2 a{
  font-family: Arial, Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #3c7eb7;
  font-weight: bold;
  text-decoration: none;
  line-height: 18px;
}
.view.view-portada-lateral.view-id-portada_lateral.view-display-id-block_2 .views-field.views-field-field-noticia-entradilla {
  color: #666;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}
.view.view-portada-lateral.view-id-portada_lateral.view-display-id-block_2 .views-row {
  margin-bottom: 25px;
}

.page-node-70184 div#block-views-block-noticia-de-un-evento-block-2 {
    display: none;
}

.node--type-noticia .field[data-blazy]{
	min-width: auto;
}



.field.field--name-field-evento-ponente.field--type-entity-reference.field--label-hidden.field__items .field__item:nth-child(2){
	display:none;
}
.field.field--name-field-evento-ponente.field--type-entity-reference.field--label-hidden.field__items .field.field--name-node-title.field--type-ds.field--label-hidden.field__item {
	display:block;
}

.page-node-70462 .field.field--name-field-evento-ponente.field--type-entity-reference.field--label-hidden.field__items .field__item:nth-child(2),
.page-node-70601 .field.field--name-field-evento-ponente.field--type-entity-reference.field--label-hidden.field__items .field__item:nth-child(2),
.page-node-70622 .field.field--name-field-evento-ponente.field--type-entity-reference.field--label-hidden.field__items .field__item:nth-child(2),
.page-node-70682 .field.field--name-field-evento-ponente.field--type-entity-reference.field--label-hidden.field__items .field__item:nth-child(2),
.page-node-71220 .field.field--name-field-evento-ponente.field--type-entity-reference.field--label-hidden.field__items .field__item:nth-child(2),
.page-node-71717 .field.field--name-field-evento-ponente.field--type-entity-reference.field--label-hidden.field__items .field__item:nth-child(2){
	display:block;
}

.tribuna5883 {
    padding-left: 5px;
    border-left: 4px solid #083382 !important;
}


#zone-menu-wrapper ul.navbar-nav li:last-child {
    float: right;
    padding: 0 10px 0 0;
}
#zone-menu-wrapper .navbar-nav {

    width: 100%;
}

.field.field--name-field-ponente-foto.field--type-image.field--label-hidden.field__item {
  display: block !important;
}
div#block-bootstrap-barrio-subtheme-views-block-plataformas-block-1 img {
  width: 163px !important;
  height: auto !important;
}