/********** ICONOS ************/

.icon-facebook:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-rss:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-lupa:before {
  content: "\e909";
  color: #4a4d57;
  font-size: 1.6em;
}
.icon-menu:before {
  content: "\e90c";
}
.icon-subir:before {
  content: "\e90b";
}
.icon-bajar:before {
  content: "\e90d";
}
.icon-arrow:before {
  content: "\e905";
}
.dropdown__button .icon-arrow:before {
  font-size: 16px;
  line-height: 22px;
}
.active > .dropdown__button .icon-arrow:before {
  content: "\e908";
}
.icon-arrow-down:before {
  content: "\e905";
}
.icon-arrow-left:before {
  content: "\e906";
}
.icon-arrow-right:before {
  content: "\e907";
}
.icon-arrow-up:before {
  content: "\e908";
}
.icon-arrow-simple:before {
  content: "\e90a";
  color: #ff020b;
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-pin:before {
  content: "\e90e";
}
.icon-play:before {
  content: "\e911";
}

.icon-pause:before {
  content: "\e913";
}

.icon-close:before {
  content: "\e915";
}

.icon-info:before {
  content: "\e916";
}

.icon-agenda:before {
  content: "\e917";
}

.icon-video:before {
  content: "\e918";
}
.icon-calendario:before {
  content: "\e953";
}

.navigation__link {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0px 8px 0px;
  font-family: titilliumweb-bold;
  font-size: 0.8em;
  text-transform: uppercase;
  color: red;
  transition: all 0.35s ease-in-out;
}
.navigation__item:focus .navigation__sub-nav {
  display: block;
}
.navigation__sub-nav-link {
  display: block;
  font-family: titilliumweb-bold;
  padding: 0 15px;
  padding: 0 0.9375rem;
  line-height: 22px;
  color: #4c4e57;
}
.navigation__sub-nav-item {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.navigation__sub-nav.drop {
  display: block;
}
.menu-left .icon-arrow {
  position: absolute;
  right: 8px;
}
.navigation__sub-nav-link:hover,
.navigation__sub-nav-link:focus,
.navigation__sub-nav-link.focus {
  color: white;
  text-decoration: none;
  background-color: #4c4e57;
}
.navigation__sub-nav {
  position: absolute;
  display: none;
  padding: 17px 0;
  padding: 1.0625rem 0;
  background-color: #f1f1f1;
  z-index: 1;
}

.header {
  border-top: 2px solid #4c4e57;
  padding-top: 10px;
}

.menu-top__nav-3 > .active > .dropdown__button {
  font-family: titilliumweb-semibold;
}

.rrss {
  width: 160px;
}

.-bar {
  border-top: solid 16px #eaeaea;
}

.menu-top {
  display: none;
  cursor: pointer;
  color: #fff;
  background: #4a4d56;
}

.menu-top nav {
  top: 30px;
  transition: all 0.1s ease-in-out;
  position: absolute;
  z-index: 9;
  width: 100%;
  max-width: 360px;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.menu-top_button {
  padding: 10px;
}

.menu-top.active nav {
  display: block;
  top: 50px;
  visibility: visible;
  opacity: 1;
}

.navigation-res .dropdown__item {
  display: none;
}

.dropdown.active > .dropdown__item {
  display: block;
}

.navigation-res {
  background: #ffffff;
  border: solid red;
}

.navigation__list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px;
}

.navigation__item {
  margin-right: 0;
}

/*----------------------- HEADER-LANG ------------------*/

.lang {
  position: relative;
  line-height: 1.8em;
  background: #fff;
  border: solid thin #ccc;
  cursor: pointer;
  outline: none;
  color: #222;
}

.lang__item:hover {
  background: #f5f5f5;
}

.lang__item {
  padding: 0 10px;
}

.lang a {
  color: #222222;
  padding: 5px 30px 5px 10px;
}
.lang.active .lang__list {
  opacity: 1;
  margin-top: 10px;
  pointer-events: auto;
  /* MODIFICADO 21/08 Arreglo del ancho del submenú de selección de idioma */
  white-space: nowrap;
  min-width: 115px;
  background: #fff;
}

.lang .lang__list {
  position: absolute;
  left: 0;
  right: 0;
  background: #fff;
  transition: all 0.1s ease-out;
  list-style: none;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #e4e4e4;
  margin-top: 0;
  z-index: 10001;
}

/* .lang>a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: #ff0202 transparent;
} */

/*------------------------ FIN HEADER-LANG ------------*/

/*---------------------- MENU-TOP ---------------------*/

.menu-top__list {
  border: solid 1px #4a4d56;
}

.menu-top__link {
  position: relative;
  display: block;
  padding: 8px 30px 8px 8px;
  line-height: 22px;
  border-top: 1px solid #fff;
}

.menu-top__link.menu-top__link--1 {
  font-family: titilliumweb-bold;
  font-size: 16px;
  color: red;
  background: #ffffff;
  border-top: 1px solid #4a4d56;
  text-transform: uppercase;
}

.menu-top__link.menu-top__link--2 {
  background: #f5f5f5;
}

.menu-top__link.menu-top__link--3 {
  background: #d8e0f8;
}

.active > .menu-top__link--3 {
  font-family: titilliumweb-semibold;
}

.menu-top__link.menu-top__link--4 {
  background: #c4cadc;
  padding-left: 20px;
}

.menu-top__link.menu-top__link--lang {
  font-family: titilliumweb-bold;
  background: #4a4d56;
  color: #fff;
  font-size: 20px;
  border-bottom: 0;
}

.menu-top__link.menu-top__link--lang-2 {
  background: #d8e0f8;
}

.menu-top .icon-arrow {
  position: absolute;
  right: 8px;
  top: 8px;
}

.dropdown__item {
  display: none;
}

/*------------------ FIN MENU-TOP ---------------*/

/*------------------ MENU LEFT ------------------*/

.menu-left__list {
  border: solid 1px #b9c3d7;
  border-top: none;
  margin-bottom: 20px;
}

.menu-left__header {
  font-size: 1.625em;
  color: #777777;
  font-family: titilliumweb-semibold;
}

.menu-left__item {
  border-top: 1px solid #b9c3d7;
  background: #fff;
}

.menu-left__item.active {
  background: #f1f1f1;
}

.active > .menu-left__link {
  font-family: titilliumweb-semibold;
}

.menu-left__link {
  position: relative;
  display: block;
  padding: 8px 30px 8px 8px;
  font-family: titilliumweb-regular;
  font-size: 18px;
  line-height: 22px;
  color: #4a4d56;
}

.menu-left__icon {
  display: none;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff020b;
}

.active .menu-left__icon:before {
  content: "\e90b";
}

.menu-left__link.menu-left__link--1 {
  border-left: solid 4px transparent;
}

.menu-left__link--1:hover,
.active > .menu-left__link--1 {
  border-left: solid 4px #4a4d56;
}

.menu-left__link.menu-left__link--2 {
  padding-left: 12px;
}
.menu-left__link.menu-left__link--3 {
  padding-left: 28px;
}

.menu-left__link:hover {
  background: #fff;
}

.menu-left__link.menu-left__link--1:hover {
  background: transparent;
}

/*.active>.menu-left__link:hover {
  background: transparent;
}*/

/*------------------ FIN MENU LEFT --------------*/

.navigation-res__lang {
  background: #4a4d56;
  color: #fff;
  text-transform: none;
  font-size: 20px;
}

.navigation-res__lang > .navigation-res__sub-nav-link {
  color: #fff;
}

.menu-top__nav-2 {
  background-color: #f5f5f5;
}

/*[class*="menu-top__nav-"] > li > .navigation-res__sub-nav-link {
    border-color: #fff;
    color: #222;
    text-transform: none;
    font-family: titilliumweb-regular;
    font-size: 17px;
  }*/
.menu-top__link {
  border-color: #fff;
  color: #222;
  text-transform: none;
  font-family: titilliumweb-regular;
  font-size: 17px;
}
.menu-top__nav-3,
.menu-top__nav-lang {
  background: #d8e0f8;
}

.navigation-res__sub-nav-link {
  display: block;
  padding: 8px 30px 8px 8px;
  border-bottom: 1px solid #4a4d56;
  line-height: 22px;
}

.navigation-res__sub-nav-link {
  color: red;
  position: relative;
}

.navigation-res__sub-nav-item .icon-arrow {
  position: absolute;
  right: 8px;
  top: 8px;
}

/*.rrss [class^="icon-"] {
    font-size: 1.6em;
    color: #ff020b;
}*/

.header .rrss {
  color: #ff020b;
}

.rrss__header .rrss__link {
  color: #ff020b;
}

.rrss__link {
  margin-left: 2px;
}

.rrss__header .rrss__link,
.footer .rrss__link {
  font-size: 26px;
}

.rrss__home {
  font-size: 25px;
}

.menu-top__header {
  font-family: titilliumweb-semibold;
  width: 100%;
  background: #4a4d56;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px;
}

.navigation-left {
  max-width: 262px;
}
.navigation-left__menu {
  border: solid 1px #b9c3d7;
  border-top: none;
  margin-bottom: 20px;
}
/******************************
14/11/2019
Se modifica el max-width, antes 850px
31/01/2020
Se modifica el min-height, antes 450px
******************************/
.error {
  max-width: 950px;
  min-height: 549px;
  margin: 0 auto;
}

.error__texto--grande {
  font-family: titilliumWeb-bold;
  font-size: 20px;
}

.error__texto {
  margin-bottom: 10px;
}
/******************************
14/11/2019
Se modifica el margen, antes 14px
******************************/
.error__titulo {
  margin-bottom: 50px;
}

.buscador__form {
  max-width: 800px;
  margin: 0 auto;
}
.buscador__button {
  position: absolute;
  right: 0;
  cursor: pointer;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.buscador__icon::before {
  font-size: 28px;
  font-weight: bold;
}
.buscador__input-group {
  position: relative;
  /*display: table;
  border-collapse: separate;*/
  /*border-bottom: solid 2px;*/
  padding-bottom: 12px;
  /*border-color: #bcc1d3;*/
}

.buscador__input-group:after {
  content: "";
  position: absolute;
  border-top: solid 2px #adacad;
  bottom: 0;
  width: 100%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 0.9s ease all 0.3s;
}

.buscador__input-group:before {
  content: "";
  z-index: 2;
  position: absolute;
  border-top: solid 3px #ff020b;
  bottom: 0;
  width: 0%;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 0.9s ease all 0.3s;
}

.buscador__input-group:focus-within::before {
  width: 100%;
  transition: 0.9s ease all;
}

.buscador__input {
  /*display: table-cell; */
  width: calc(100% - 30px);
  display: inline-block;
  /* line-height: 45px; */
  /* height: 45px; */
  border: 0;
  outline: 0;
  font-size: 28px;
}

.buscador__input::placeholder {
  color: #504d57;
}

.buscador {
  margin-top: 100px;
  min-height: 300px;
}

.buscador .buscador__inputLabelHidden {
  /* MODIFICADO 19/05/20 Se crear clase para ocultar label */
  visibility: hidden;
}

.buscador__input-group .buscador__inputLabelHidden {
    visibility: hidden;
}
.search__input-wrapper .buscador__form {
    max-width: 100%;
}

.guia-navegacion,
.mapa-web {
  line-height: 24px;
  margin-top: 20px;
  max-width: 850px;
  margin: 0 auto;
  padding: 14px 0;
}

.guia-navegacion p,
.mapa-web p {
  margin: 15px 0;
}

.mapa-web__titulo {
  margin-bottom: 20px;
}

.mapa-web__list {
  margin-bottom: 10px;
}

.mapa-web__list > li > a {
  font-family: titilliumWeb-semibold;
  font-size: 22px;
}

.mapa-web__list--2 > li > a {
  font-family: titilliumWeb-semibold;
  font-size: 16px;
}

.mapa-web__list--3 > li > a {
  font-family: titilliumWeb-regular;
  font-size: 16px;
}
.mapa-web__list,
.mapa-web__item {
  padding: 4px 0px;
}

@media only screen and (max-width: 1279px) {
  .navigation {
    overflow: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  .sm-hide,
  .-sm-hide {
    display: none !important;
  }
  .-sm-visible {
    display: inline-block !important;
  }

  .navigation__list {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .-xs-hide {
    display: none !important;
  }

  .menu-top nav {
    max-width: 100%;
  }
  .menu-top__button-text {
    display: none !important;
  }

  .navigation-left {
    max-width: 100%;
  }

  .menu-left__item.active {
    background: #ffffff;
  }

  .menu-left__link--1:hover,
  .active > .menu-left__link--1 {
    border-color: #fff;
  }

  .menu-left__link:hover {
    background: #f5f5f5;
  }

  .menu-left__icon {
    display: inline-block;
  }

  .banner__subtitle {
    font-size: 24px;
    /* font-size: 1.4375rem; */
    line-height: 24px;
  }
}

@media only screen and (max-width: 576px) {
  .-xxs-hide {
    display: none !important;
  }

  .navigation-left {
    max-width: 100%;
  }
  .banner__cont-text {
    width: 300px;
  }
  .buscador__input,
  .buscador__icon::before {
    font-size: 22px;
  }
}

/****/
.menu-top__nav-4 {
  background: #c4cadc;
}

.menu-top__nav-3 a {
  padding-left: 20px;
}

/***/

.header__logo {
  margin-left: 13px;
}

.header__logo--main {
  margin-left: 0px;
}

.breadcrumbs {
  margin: 12px 0px;
}

.breadcrumbs a:last-child {
  font-family: titilliumWeb-semibold;
}
.breadcrumbs a p {
  /*AÑADIDO 09-09-19 - CORRIGE PROBLEMA DE ACCESIBILIDAD*/
  display: inline;
}

.container-news__list {
  float: left;
}

.container-news__separator hr {
  margin: 0;
  border: none;
  height: 2px;
  background-color: #ccc;
}

.container-news__separator > div {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 20px;
}
.container-news__separator > div:nth-child(odd) {
  padding-right: 20px;
  padding-left: 0px;
}

.container-news__item {
  width: 50%;
  float: left;
  padding-right: 0px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.container-news__item:nth-child(odd) {
  padding-right: 20px;
  padding-left: 0px;
}

.container-news__link span {
  color: red;
  font-family: Titilliumweb-semibold;
}

.container-news__link p {
  font-size: 18px;
  line-height: 24px;
  color: #4c4e57;
}

@media only screen and (max-width: 767px) {
  .container-news__list {
    border: 17px solid #eaeaeb;
    padding: 10px;
  }

  .container-news__item {
    width: 100%;
    padding: 10px !important;
    margin: 0;
  }

  .container-news__separator > div {
    padding: 0 !important;
    display: none;
  }
}
.agenda__content p,
.agenda__content li,
.seccion__content p,
.seccion__content li,
.noticia__content p,
.noticia__content li {
  /*MODIFICADO 24-10*/
  line-height: 24px;
  padding: 0px 0px 0.5em 0px;
}

.agenda__content p,
.seccion__content p,
.noticia__content p {
  padding: 0px 0px 1em 0px;
}

.agenda__content li p,
.seccion__content li p,
.noticia__content li p {
  padding: 0.2em 0px;
}

.agenda__content h1,
.seccion__content h1,
.noticia__content h1,
h1 {
  font-family: titilliumweb-semibold;
  font-size: 30px;
}

.agenda__content {
  color: #4a4d56;
  max-width: 762px;
}

/* .agenda-container, .seccion-container, .noticia-container {
   margin: 20px 0; /********** MODIFICADO 27/01/2020 *************
} */

.agenda__content,
.seccion__content,
.noticia__content {
  color: #4a4d56;
  /* max-width: 762px; */ /** MODIFICADO 14/11/2019 **/
}

.agenda__content-group,
.seccion__content-group,
.parrafo__content-group {
  margin: 20px 0px 0px 0px;
}

.agenda__content-group .agenda_entradilla,
.parrafo__content-group .parrafo_entradilla {
  font-family: lato-bold;
}
.parrafo__content-group {
  margin: 5px 0px 0px 0px;
}
.noticia__content .parrafo__content-group ul.list-link {
  /*MODIFICADO 27-09*/
  margin: 1rem 0;
  line-height: 23px;
}

.container-news__separator > div {
  width: 50%;
  float: left;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 20px;
}

.container-news__separator > div:nth-child(odd) {
  padding-right: 20px;
  padding-left: 0px;
}

.container-news__item {
  width: 50%;
  float: left;
  padding-right: 0px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.container-news__item:nth-child(odd) {
  padding-right: 20px;
  padding-left: 0px;
}

.container-news__link span {
  color: red;
  font-family: Titilliumweb-semibold;
}

.container-news__link p {
  font-size: 18px;
  line-height: 24px;
  color: #4c4e57;
}

@media only screen and (max-width: 767px) {
  .container-news__list {
    border: 17px solid #eaeaeb;
    padding: 10px;
  }

  .container-news__item {
    width: 100%;
    padding: 10px !important;
    margin: 0;
  }

  .container-news__separator > div {
    padding: 0 !important;
    display: none;
  }
}

.agenda__content h1,
h1 {
  font-family: titilliumweb-semibold;
  font-size: 30px;
}

.agenda__content {
  color: #4a4d56;
  max-width: 762px;
}

.agenda__content-group {
  margin: 20px 0px 0px 0px;
}

#navigation__agenda .icon-bajar {
  display: none;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff020b;
}

#navigation__agenda.active .icon-bajar:before {
  content: "\e90b";
}

.agenda__content p,
.agenda__content li {
  line-height: 24px;
  padding: 2px 0px;
}
.icon-arrow-simple {
  font-size: 8px;
  padding-right: 6px;
}

/* AÑADIDO 31/03/2020 */
.seccion__content p .icon-arrow-simple {
  display: inline-block;
}
/* */

.clear {
  clear: both;
}

.banner {
  margin-top: 0px;
  margin-bottom: 5px;
}
.banner__subtitle {
  font-size: 44px;
  line-height: 47px;
  color: #fff;
  font-family: titilliumweb-bold;
  padding-left: 40px;
}

.banner__cont-text {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, transparent),
    to(#111)
  );
  background-image: linear-gradient(180deg, transparent 50%, #111 100%);
}

.banner__link {
  bottom: 12%;
  position: absolute;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.32px;
}

.banner__cont-text-2 {
  padding: 17px;
  color: #fff;
  background: #474c57;
  font-family: Titilliumweb-bold;
  overflow: hidden;
}

.banner-box__icon-2 {
  position: absolute;
  left: 15px;
  top: 12px;
  top: 0.75rem;
  width: 60px;
}

.banner__cont-text-2 p {
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.banner-box,
.banner-content-list__list,
.twitter-timeline,
.banner-agenda {
  margin-bottom: 20px;
  max-width: 320px;
  margin: 0 auto;
}

.banner-no-image-2{
  margin-bottom: 20px;
}
.banner-no-image-2 .banner2-content-list__list{
  display:flex;
  flex-flow: row wrap;
}

.banner-no-image-2 .banner-content-list__item{
  border: 1px solid white;
  width: 25%;
  margin-bottom: 1%;
}





.InfoDDGG__agenda .banner-box.-border-1 {
  margin-bottom: 20px;
  border: solid 14px #bcc1d3;
}
.banner-box .height-100 {
  height: 100%;
}

.breadcrumbs {
  color: #404a50;
  font-size: 14px;
}

.banner__cont {
  margin: 0 auto;
  height: 355px;
  max-width: 76.125rem;
  max-height: 355px;
  padding: 0 !important;
}

/*.banner h2 {
  color: #bcc1d3;
  font-family: titilliumweb-bold;
  text-transform: uppercase;
  font-size: 21px;
}*/

.banner__cont-img {
  display: block;
  max-width: 1218px;
  position: relative;
  height: 0;
  padding-top: 575px;
  /* padding-top: 35.9375rem; */
  background-size: cover;
  margin: 0 auto;
  /***** MODIFICADO 11/09 *****/
}
.footer .rrss {
  text-align: center;
}

.footer .rrss__link {
  color: #fff;
}

.footer-nav {
  display: inline-block;
  text-align: right;
  width: 100%;
}
.footer-nav__item {
  display: inline-block;
}

.footer-nav__link {
  font-size: 14px;
  letter-spacing: 0.03em;
  font-family: lato-light;
  font-family: titilliumWeb-regular;
  color: #ffffff;
}

.footer-nav__item {
  border-left: solid thin #fff;
  padding: 0px 10px;
}

.footer-nav__item:first-of-type {
  border-left: none;
}

.footer__copyright {
  width: 100%;
  margin-top: 20px;
  padding: 20px 0;
  font-family: titilliumWeb-regular;
}

.footer {
  padding-top: 20px;
  margin-top: 20px;
}
.no-padding {
  padding: 0 !important;
}
a:visited {
  text-decoration: none;
}

.footer__content {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu-top__button-text {
  vertical-align: top !important;
}

.navigation__sub-nav {
  min-width: 200px;
}
.lineaInferiorHoverMenu {
  border-bottom: 3px solid red;
}

/*.banner__cont-text-2, .banner__cont-img {
      height: 355px;
}*/

.breadcrumbs {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: titilliumWeb-regular;
}

.breadcrumbs a {
  color: #404a50;
}

@media only screen and (max-width: 1399px) {
  .wrapper {
    max-width: 1218px;
    max-width: 76.125rem;
  }
}

@media only screen and (max-width: 1279px) {
  .banner__cont {
    width: 100%;
    max-width: none;
  }

  .banner__cont-img {
    padding-top: 460px;
  }

  .banner__cont-text-2 h2 {
    font-size: 18px;
  }

  .banner__cont-text-2 p {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner__cont-img {
    padding-top: 460px;
  }

  .container-links--bg {
    margin-bottom: 20px;
  }

  .banner__subtitle {
    font-size: 32px;
    /* font-size: 1.4375rem; */
    line-height: 34px;
    padding-left: 20px;
  }

  .banner__cont-text {
    /*width: 400px*/
  }
  
  .banner-no-image-2 .banner-content-list__item {
    display: block;
    border: 1px solid white;
    width: 100%;
    margin-bottom: 1%;
  }

  .header {
    margin-bottom: 10px;
  }
  .footer__content {
    display: block;
  }

  .footer-nav__item {
    width: 100%;
    text-align: center;
    border: none;
    padding: 10px 0px;
  }

  .footer-nav__link {
    font-size: 16px;
  }

  .rrss {
    text-align: center;
    width: 100%;
    margin: 20px 0px 10px 0px;
  }

  .rrss__home {
    margin: 0px 0px 16px 0px;
  }

  .dropdown {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .agenda__content {
    margin-left: 0;
  }

  .footer__copyright {
    text-align: center;
    border-top: solid thin #808080;
  }
}

@media only screen and (max-width: 767px) {
  main .navigation-res__sub-nav-item {
    display: none;
  }

  #navigation__agenda:hover > .dropdown__button {
    background: #fff;
  }

  #navigation__agenda {
    display: inline-block;
    border-top: solid thin #ccc;
  }

  #navigation__agenda .icon-bajar {
    display: inline-block;
  }

  #navigation__agenda > a:hover {
    border-left: 0;
    background: #fff;
  }

  #navigation__agenda.active > a {
    border-bottom: solid thin #ccc;
    border-left: 0;
    background: #fff;
  }

  #navigation__agenda > ul {
    background: #fff;
  }

  .agenda__content h1 {
    font-size: 26px;
  }

  main .dropdown__button {
    border: 0;
  }

  .banner__cont-text-2 {
    color: #4e4c57;
    background: #fff;
    padding: 17px 0px;
  }
  .banner__cont {
    height: auto;
  }
  .banner__cont-text-2 {
    height: auto;
  }
  /*.banner__cont-img {
    height: 150px;
  }*/

  .agenda__content {
    margin-left: 0;
  }

  .breadcrumbs a {
    max-width: 20%;
    display: inline-block;
    vertical-align: top;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #404a50;
  }

  .breadcrumbs a:last-child {
    max-width: inherit;
  }
}

/**** footer ***/
footer {
  background: #4c4e57;
  color: #ffffff;
} /* MODIFICADO 22/08 */
.-font-xs {
  font-size: 0.7em;
}
.sitemap {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.sitemap__link {
  font-size: 13px;
  padding: 2px 0px;
  font-family: lato-light;
  font-family: titilliumWeb-regular;
  color: #fff;
}

.sitemap__item {
  padding: 3px; /*AÑADIDO 27/09/2019 */
}

.sitemap__link:hover,
.footer-nav__link:hover {
  opacity: 0.8;
}

.sitemap__item--first,
.sitemap__item--first a {
  font-size: 12px;
  font-family: lato-bold;
  font-family: titilliumWeb-bold;
  text-transform: uppercase;
}

.sitemap__list {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  /*MODIFICADO 20/09/2019 */
  margin: 0 0.3em;
  /*----------------------*/
}

.btn-up {
  display: none;
}

.header__item {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.header__item--first {
  margin-left: 0px !important;
}

.header__item img {
  max-height: 40px;
}

@media only screen and (max-width: 1023px) {
  .-sm-hide {
    display: none;
  }
  .banner__cont-img {
    padding-top: 390px;
  }
}
@media screen and (max-width: 767px) {
  .btn-up {
    display: block;
    position: fixed;
    right: 13px;
    bottom: 20px;
    z-index: 10000; /*MODIFICADO 02-09-19*/
    width: 36px;
    height: 39px;
  }

  .btn-up__link {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #154481; /* MODIFICADO 10/10/2022 */
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 30px; /* MODIFICADO 20/09/2019 */
  }

  .header__item {
    margin-left: 15px;
  }
}

.menu-top__button {
  padding: 10px;
}

.search__button {
  font-size: 13px;
}

@media screen and (max-width: 560px) {
  /******* tamaño iconos barra top header ******/

  .header__item {
    margin-left: 10px;
  }

  .header__item img {
    max-height: 30px;
  }

  .search__button {
    font-size: 13px;
  }

  .menu-top {
    padding: 0;
    color: #4a4d56;
    background: none;
  }

  .menu-top__button {
    padding: 7px 10px;
  }

  .header__item {
    margin-left: 5px;
  }

  .banner__cont-img {
	 padding-top: 300px!important;
	 background-size: 100% auto;
	 background-repeat: no-repeat;
  }
  
  .banner__cont-text {
	background-image: linear-gradient(180deg,#464242b3 50%,#111 100%);
  }
  
}

  @media screen and (max-width: 700px) {
		.banner__cont-img {
			 padding-top: 300px!important;
			 background-size: 100% auto;
			 background-repeat: no-repeat;
		 }

    		.banner__cont-text {
			background-image: linear-gradient(180deg,#464242b3 50%,#111 100%);
		}
    
  }	


.main-content a:link {
  background-image: linear-gradient(to right, #adacad 100%, #adacad 0%);
  background-size: 100% 1.4px;
  background-position: 0px 100%;
  background-repeat: no-repeat;
  transition: background-size 0.15s cubic-bezier(0.46, 0.03, 0.52, 0.96) 0s;
  padding-right: 0;
}

.twitter-timeline {
  width: 100%;
  height: 600px;
  overflow: auto;
  margin-bottom: 20px;
}

/**************************************
              Seccion
**************************************/
.seccion__destacado h2 {
  font-size: 1.6rem;
  margin-bottom: 0.7rem;
}
.seccion__destacado {
  border: solid 16px #eaeaea;
  padding: 1.5rem;
  margin: 1.5rem 0;
  min-height: 210px; /*AÑADIDO 03-09-19*/
}

/** MODIFICADO 03/12/2019 **/
/**** Modificado 02/03/2020 *** vbravo ***/
/*
.parrafo__content-group li i.icon-arrow-simple{
 float: left;
  margin-right: 0.5rem
}*/

/*A�ADIDO 12-09-19*/
.com-listado__audio i.icon-arrow-simple {
  position: absolute;
  left: -15px;
}

.imagen__destacado {
  float: left;
  width: 11rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  max-height: 130px; /*AÑADIDO 03-09-19*/
  overflow: hidden; /*AÑADIDO 03-09-19*/
}
.imagen__destacado img {
  width: 100%;
}
@media screen and (max-width: 560px) {
  .imagen__destacado {
    display: none;
  }
  .seccion__destacado {
    min-height: auto; /*AÑADIDO 03-09-19*/
  }
}

/**************************************
              Fin -Seccion
**************************************/

/**************************************
              Noticia
**************************************/
.noticia-cabecera {
  display: inline-block; /*MODIFICADO 25-09*/
  margin-bottom: 1em; /*MODIFICADO 02-10*/
  width: 100%; /*MODIFICADO 31-10*/
}
.noticia-imagen {
  /*MODIFICADO 31-10*/
  float: left;
  width: 35%;
  padding: 0 15px 10px 0;
}
.noticia-imagen img {
  /*MODIFICADO 31-10*/
  width: 100%;
}
.noticia-cabecera .fecha {
  font-family: lato-bold; /*MODIFICADO 25-09*/
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .noticia-cabecera img {
    width: 100%;
    padding: 0;
  }
}
/**************************************
              Fin -Noticia
**************************************/

/**************  Plantilla Informacion DDGG  *******************
***************************************************************/
/*MODIFICACIÓN ESTILOS 3 COLUMNAS - 30-08*/
.col_3_contenedor {
  position: relative;
}
.InfoDDGG__seccion__principal {
  padding: 1rem 0px;
}

.InfoDDGG__seccion__principal .infoDDGG-apartado__imagen {
  width: 50%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
  width: auto; /***  Añadido 25/02/2020 ***/
  min-width: 13%; /***  Modificado 18/03/2020 ***/
  max-width: 50%; /***  Añadido 25/02/2020 ***/
}
.InfoDDGG__seccion__principal .infoDDGG-apartado__imagen img {
  height: 100%;
  max-width: none;
  width: auto;
}

.InfoDDGG__seccion__principal .InfoDDGG__destacado .infoDDGG-apartado__imagen {
  width: 50%;
  height: auto;
}

.InfoDDGG__seccion__principal
  .infoDDGG-apartado
  .infoDDGG-apartado__imagen
  img {
  max-height: 10em;
  max-width: 12em;
}

.InfoDDGG_titulo {
  width: 100%;
}
.InfoDDGG__seccion__principal .infoDDGG-apartado {
  /***  Añadido 25/02/2020 ***/
  padding: 20px 0;
}
.InfoDDGG__agenda {
  padding-top: 1rem;
  padding-right: 0;
}
.InfoDDGG__destacado {
  border: solid 16px #eaeaea;
  margin-bottom: 0.5rem;
  /*padding: 1em;*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.InfoDDGG__destacado .infoDDGG-apartado__imagen {
  margin: 0;
}

.InfoDDGG__destacado ul {
  width: 50%;
  padding: 1em;
  position: relative;
  margin: 0;
  font-size: 0.9rem;
  word-break: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}
.icon-position:before {
  content: "\e90E";
  color: #ff020b;
  margin-right: 0.5rem;
}
.InfoDDGG__destacado ul li {
  width: 100%;
}
.InfoDDGG__img {
  width: 50%;
  overflow: hidden;
}
.InfoDDGG__RRSS {
  margin-top: 5px;
}

.InfoDDGG__destacado .InfoDDGG__RRSS {
  margin: 0;
}
.InfoDDGG__destacado .InfoDDGG__RRSS a {
  margin-right: 4px;
  font-size: 25px;
  color: #4c4e57;
}
.infoDDGG-apartado .InfoDDGG__RRSS a {
  font-size: 20px;
}
.InfoDDFF__agenda {
  position: relative;
  float: right;
}
.borde {
  border: solid 10px #bcc1d3;
  height: 350px;
}
.infoDDGG-apartado,
.com-enlace .infoDDGG-apartado_destacado {
  display: flex; /*MODIFICADO 24-10*/
  padding: 0 0 25px 0; /*MODIFICADO 22/01*/
  margin-bottom: 20px;
  border-bottom: 1px solid #bcc1d3;
}
.infoDDGG-apartado_destacado {
  /*MODIFICADO 22-01*/
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 20px 0;
  border-bottom: none;
}
.com-enlace.com-enlace--destacado .infoDDGG-apartado_destacado {
  /*CREADO 22-01*/
  padding: 25px 0;
}
/*MODIFICADO 21-10*/
.infoDDGG-apartado__contenido {
  /*MODIFICADO 30-09*/
  display: inline-block;
}

.com-enlace--destacado .infoDDGG-apartado_destacado .link {
  margin-top: 0px; /*AÑADIDO 10-10*/
}

.infoDDGG-apartado__imagen {
  /*MODIFICADO 20-01*/
  width: 10rem;
  margin-right: 15px;
  display: inline-block;
}
.infoDDGG-apartado__imagen img {
  width: 100%;
}
.infoDDGG-apartado__contenido {
  /*MODIFICADO 19-11-19*/
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.infoDDGG-apartado ul li,
.infoDDGG-apartado_destacado ul li {
  font-size: 1em;
  display: inline-block; /*MODIFICADO 30-09*/
}
.infoDDGG-apartado ul li.InfoDDGG__RRSS {
  display: block;
  width: 100%;
} /** AÑADIDO 18/11/19  **/
.infoDDGG-apartado ul,
.infoDDGG-apartado_destacado ul {
  margin-left: 14.33px;
  /*MODIFICADO 30-09*/
}
/*
.infoDDGG-apartado div ul , .infoDDGG-apartado_destacado div ul{
  text-decoration: none;
  width: 100%;    MODIFICADO 21-10
}*/

.infoDDGG-apartado p,
.infoDDGG-apartado_destacado p {
  /*AÑADIDO 19-09*/
  margin-left: 14.33px;
}

.InfoDDGG__direccion p {
  /*MODIFICADO 19-09*/
  margin-left: 14.33px;
}

.InfoDDGG__direccion ul li {
  padding: 0 0;
  line-height: 20px;
}
/*
 /*MODIFICADO 18-11-19

.infoDDGG-apartado2{
  display: flex;
  flex-wrap: nowrap;
  padding: 25px 0;
  border-bottom: 1px solid #bcc1d3;
  min-height: 111px;
}
.infoDDGG-apartado2 ul{
  margin-left: 14.33px;
}
.infoDDGG-apartado2 img{
    margin-right: 15px;
    height: 100%;
    width: 114px;
}
.infoDDGG-apartado2 ul li a{
  font-size: 1em;
}
.infoDDGG-apartado2 i{
  font-weight: bold;
  font-size: 0.4em;
}
.infoDDGG-apartado2 ul li a i{
  font-weight: normal;
  font-size: 20px;
  color: #4c4e57;
}

.infoDDGG-apartado2:last-child {
  margin-bottom: 40px;
}
*/

.InfoDDGG__banner-agenda {
  padding: 0 1.5rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) and (max-width: 1024px) {
  .InfoDDGG_titulo,
  .InfoDDGG__seccion__principal {
    padding: 15px;
  }
}
@media (min-width: 576px) and (max-width: 832px) {
  .infoDDGG-apartado__imagen {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .InfoDDGG__seccion__principal {
    margin-top: 10px;
  }
  .InfoDDGG__destacado img {
    display: none;
  }

  .InfoDDGG__destacado ul {
    width: 100%;
    font-size: 1em;
    margin: 0;
    max-width: none;
  }
  .infoDDGG-apartado2 h2,
  .infoDDGG-apartado_destacado h2,
  .infoDDGG-apartado h2 {
    /*MODIFICADO 30-09*/
    font-size: 1.1em;
  }
  .DDGG_central {
    margin-bottom: 2rem;
    float: right;
  }
  .infoDDGG-apartado__imagen,
  .infoDDGG-apartado img,
  .infoDDGG-apartado_destacado img,
  .infoDDGG-apartado2 img,
  .InfoDDGG__img {
    /*MODIFICADO 30-09*/
    display: none;
  }
  .InfoDDGG__RRSS {
    text-align: left;
  }
  .infoDDGG-apartado2:last-child {
    margin-bottom: 0;
  }
  /*MODIFICADO 02-09-19*/
  .InfoDDFF__agenda {
    position: relative;
    width: 100%;
  }
  .InfoDDGG__banner-agenda {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  .infoDDGG-apartado,
  .infoDDGG-apartado_destacado,
  .infoDDGG-apartado2 {
    /*MODIFICADO 30-09*/
    min-height: 80px;
  }
} /* Añadido 30/09/2019 */

@media (min-width: 769px) and (max-width: 1023px) {
  .InfoDDGG__RRSS {
    text-align: left;
  }
  .InfoDDGG__img {
    width: 50%;
    overflow: hidden;
  }
  .InfoDDGG__agenda {
    position: relative;
    float: right;
    margin-top: 1rem;
  }
  .DDGG_central {
    float: right;
  }
  .InfoDDGG__destacado ul {
    font-size: 0.8em;
  }
  .InfoDDGG__destacado .InfoDDGG__RRSS {
    margin-top: 5px;
  }
}
@media (min-width: 1024px) {
  .DDGG_central {
    float: left;
  }
}

.infoDDGG-apartado__imagen {
  max-width: 50%;
}
.InfoDDGG__destacado img {
  max-width: 21rem;
}

/*PROVISIONAL PARA CALENDARIO Y TWEETS*/

/************** Fin Plantilla Informacion DDGG  ****************
***************************************************************/

/********* MODIFICADO 21/08 Modificaciones en los submenús del menú de navegación principal *********/
.navigation__item {
  position: relative;
}

.navigation__sub-nav {
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  white-space: nowrap;
  min-width: 100%;
  /*max-width: 414px; comentado15/06/2022 /* añadido 30/09/2019 */
}

.navigation__item:first-child > .navigation__sub-nav {
  left: 0;
  transform: none;
  -webkit-transform: none;
}

.navigation__item:last-child > .navigation__sub-nav {
  right: 0;
  left: inherit;
  left: initial;
  transform: none;
  -webkit-transform: none;
}

/* añadido 30/09/2019 */
.navigation__sub-nav-link {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
/*********************/

/********* FIN MODIFICADO *********/

/**************  Plantilla Delegado DDGG  ***************/
/*MODIFICADO 02/09*/

.delegadoNombre {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.contenidoPrincipal p {
  line-height: 20px !important;
  padding-bottom: 15px;
}
.fotoPrincipal {
  height: 200px;
  width: auto;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}
.delegadoSeccion2 {
  background-color: #eaeaea;
  padding: 10px 20px 15px 20px;
  margin-top: 1rem;
  font-size: 0.9em;
}
.delegadoSeccion2 p {
  padding-bottom: 8px;
  padding-top: 0;
}
.delegadoSeccion2 p:nth-child(1) {
  font-weight: 600; /*MODIFICADO 05-09-19*/
  padding-bottom: 0px;
  padding-top: 2px;
}
.borde2 {
  border: solid 13px #bcc1d3;
  height: 450px;
}
.mapaGoogle {
  margin-top: 1.5rem;
  width: 100%;
  height: 300px;
}

@media (max-width: 767px) {
  .fotoPrincipal {
    width: 50%;
    height: auto;
    margin-right: 8%;
    margin-bottom: 4%;
  }
  .aside_calendario {
    display: none;
  }
  .mapaGoogle {
    margin: 30px 0 0px 0;
  }
  .delegado__seccion__principal {
    padding: 0;
  }
  .borde2 {
    max-width: none;
  }
}

@media (min-width: 767px) and (max-width: 1024px) {
  .fotoPrincipal {
    width: 60%;
    height: auto;
    float: left;
    margin-right: 6%;
    margin-bottom: 2%;
  }
  .DDGG_aside {
    margin-top: -20%;
  }
}

/************ Fin Plantilla Delegado DDGG  **************/
/************    Plantilla Proyectos  **************/
.plantillaDatos {
  line-height: 2rem;
}
.plantillaProyectos_desplegable {
  cursor: pointer;
  margin: 0.3rem 0;
  border: 1px solid #4c4e57;
  width: 100%;
  padding: 0.5rem 0.3rem;
  background-color: transparent;
  /*L�NEA ELIMINADA 19-09*/
  text-align: left;
  color: #4c4e57;
}
.plantillaProyectos_desplegable:before {
  content: "\e90d";
  font-family: "sgad-icons";
  font-size: 0.7rem;
  color: red;
  padding: 0 8px 0 4px;
}
.bActivo:before {
  content: "\e90b";
  font-family: "sgad-icons";
  font-size: 0.7rem;
  color: red;
  padding: 0 8px 0 4px;
}
.proyectosTexto p {
  padding: 0 2px;
}
.proyectosDesplegable_contenedor div p,
.plantillaProyectos p {
  margin: 12px 0;
}
.proyectos_textoBoton {
  display: none; /*MODIFICADO 30-09*/
  padding: 0.8rem 0;
}
/************  Fin Plantilla Proyectos  **************/
/*****************  Plantilla Comentarios  *********************/
.plantillaComentarios_titulo {
  font-family: titilliumweb-regular;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.plantillaComentarios_desplegable {
  margin-top: 12px;
}
.plantillaComentarios_comentario {
  padding: 15px 0;
  border-bottom: solid #bcc1d3 1px;
}

/*********** Modificado 30/09/2019 **************************/
.desplegable_cont {
  display: none;
}
.desplegable_cont.open,
.proyectos_textoBoton.open {
  display: block;
}
/************************************************************/
.Comentarios_item1 {
  cursor: pointer;
  height: 30px;
  background: url(../assets/img/icons/ico-comentario-abre.png) left bottom
    no-repeat;
}
.cActivo {
  cursor: pointer;
  height: 30px;
  background: url(../assets/img/icons/ico-comentario-cierra.png) left bottom
    no-repeat;
}

/*****************  Fin Plantilla Comentarios  *****************/
/*****************  Plantilla Galería Imágenes  ****************/
.GaleriaImagenes_titulo {
  /*MODIFICADO 05-09-19*/
  font-size: 1rem;
  margin-top: 5px;
  line-height: 19px;
  font-family: lato-bold; /*MODIFICADO 02-10*/
  cursor: pointer; /*MODIFICADO 20-09*/
}
/*CLASE ELIMINADA 20-09*/
.GaleriaImagenes__contenedor {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
}
.GaleriaImagenes_contenedor_imagen {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.4em; /*MODIFICADO 20-09*/
}
.GaleriaImagenes_imagen {
  position: relative;
  top: 0;
  width: 100%;
  object-fit: cover;
  cursor: pointer; /*MODIFICADO 20-09*/
}
.GaleriaImagenes {
  margin-bottom: 25px;
  width: 25%;
  padding: 0 6px;
}
/*AÑADIDO 20-09-19*/
.img_active {
  width: 100%;
  height: 800px;
  position: fixed;
  top: 25px;
  z-index: 5;
}
.GaleriaImagenes_fecha {
  margin-top: 15px;
}
.GaleriaImagenes_icono {
  position: absolute;
  z-index: 2;
  bottom: 15%;
  right: 8%;
  cursor: pointer; /*MODIFICADO 20-09*/
}
.GaleriaImagenes_descripcion {
  margin-top: 2px;
  line-height: 17px !important;
  cursor: pointer; /*MODIFICADO 20-09*/
}
/******AÑADIDO 19-09-19*******/
.img_ampliar {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5;
}
.img_open {
  display: block;
}
.img_ampliar_img {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 75px auto; /*MODIFICADO 07-10*/
}
.img_ampliar_img img {
  max-width: 850px;
  max-height: 570px;
}
.cerrar {
  cursor: pointer;
  font-size: 1.4em;
  margin-left: 1em;
  line-height: 0.4;
  color: white;
  font-size: 1.5rem;
}

/****** FIN AÑADIDO 19-09-19*******/
@media screen and (max-width: 560px) {
  .GaleriaImagenes__contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0px;
  }
  .GaleriaImagenes {
    width: 100%;
    padding: 0 0px;
    margin-bottom: 20px;
  }
  .GaleriaImagenes_contenedor_imagen {
    width: auto;
    overflow: hidden;
  }
  .GaleriaImagenes_icono {
    bottom: 5%;
    right: 3%;
  }
  .GaleriaImagenes__contenedor section:nth-of-type(1) {
    padding: 0rem 0 1.5rem 0;
  }
  .GaleriaImagenes__contenedor section {
    padding-bottom: 1rem;
  }

  /*inicio AÑADIDO 19-09*/
  .img_ampliar_img img {
    max-height: 315px;
    max-width: 87%; /*MODIFICADO 07-10*/
  }
  .cerrar {
    margin-left: 0.3em;
  }
  .img_ampliar_img {
    margin: 30px auto; /*MODIFICADO 07-10*/
  }
}

@media screen and (min-width: 561px) and (max-width: 1023px) {
  .GaleriaImagenes__contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    justify-content: flex-start;
  }
  .GaleriaImagenes {
    padding: 0 5px;
    margin-bottom: 20px;
  }
  .GaleriaImagenes_contenedor_imagen {
    width: auto;
    overflow: hidden;
  }
  .img_ampliar_img img {
    max-height: 300px;
    max-width: 520px; /*MODIFICADO 07-10*/
  }
  .img_ampliar_img {
    margin: 40px auto; /*MODIFICADO 07-10*/
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .GaleriaImagenes {
    width: 33%;
  }
}

@media screen and (min-width: 561px) and (max-width: 767px) {
  .GaleriaImagenes {
    width: 50%;
  }
}

/**************  Fin Plantilla Galería Imágenes  ****************/
/*************  Plantilla Galería Videos  ****************/
.GaleriaVideos {
  margin-bottom: 25px;
  width: 50%;
  padding: 0 40px 0 27px; /*MODIFICADO 24-01-2020*/
}
.GaleriaVideos__contenedor {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
}
.GaleriaImagenes_contenedor_video {
  background-color: grey;
  position: relative;
  width: 100%;
  height: 175px;
  overflow: hidden;
}
.GaleriaVideos_titulo {
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 19px;
}
.GaleriaVideos_titulo a {
  font-weight: 600;
}
.GaleriaVideos_descripcion {
  line-height: 17px !important;
  margin-top: 2px;
}
.GaleriaVideos_enlace {
  color: #4a4d56;
  margin-right: 5px;
}
.GaleriaVideos_enlace:hover {
  color: #4a4d56;
}
@media screen and (max-width: 560px) {
  .GaleriaVideos__contenedor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0px;
  }
  .GaleriaVideos {
    margin-bottom: 25px;
    width: 100%;
    padding: 0px;
  }
  .GaleriaImagenes_contenedor_video {
    height: 180px;
  }
}
/** MODIFICADO 19/11/2019 **/
/* @media screen and (min-width: 561px) and (max-width: 1024px){
    .GaleriaImagenes_contenedor_video{
      height: 130px;
      width: auto;
    }
  } */
/************ Fin Plantilla Galería Videos  **************/

/*------------ Menús para versión sin Javascript -----------
--------------------. AÑADIDO 16/10/2019 -------------------*/

.no-js .menu-top:hover > .dropdown__item,
.no-js .menu-top__item.dropdown:hover > .dropdown__item {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.no-js .menu-top > .dropdown__item:hover {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.no-js .menu-top > .dropdown__item {
  height: 100vh;
}

.no-js .menu-top:hover > .dropdown__item {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.no-js .menu-left__item:hover > .menu-left__link--1 {
  border-left: solid 4px #4a4d56;
  font-family: titilliumweb-semibold;
}

.no-js .menu-left .dropdown:hover > .dropdown__item {
  display: block;
}

.no-js .dropdown:hover > .dropdown__item,
.no-js .dropdown__item:hover {
  display: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.no-js .dropdown__item {
  cursor: pointer !important;
}
.no-js .header__item:hover > .lang .dropdown__item {
  pointer-events: all;
  display: initial;
  display: inherit;
  opacity: 1;
  visibility: visible;
}

/*---------------- Fin menús sin javascript -------------------*/
