.gw-nav-list > li > a.btn_Menu:focus {
    background: rgba(173, 33, 68, 0.22) !important;
    border: 1px solid #ad2144 !important;
  }
  
  .gw-nav-list > li > a:focus,
  .blocks-p p > a:focus > span {
    background-color: #ad2144 !important;
    color: white !important;
    border: none !important;
  }
  
  .gw-nav-list > li .gw-submenu > li.active > a:focus,
  .gw-nav-list > li .gw-submenu > li.active > a:focus:hover {
    color: white;
    background-color: #ad2144;
  }

  .gw-nav-list > li .gw-submenu > li > a:focus {
    color: #ad1422;
  }


/*Menu desplegable 23/02/2017*/
a:active,
a:active * {
  -moz-outline-style: none !important;
  outline-style: none !important;
  outline: none !important;
}
a:focus,
a:focus * {
 -moz-outline-style: none !important;
  outline-style: none !important;
  outline: none !important;
 
}

.icon-group a:focus{
  display: -ms-inline-grid;
  display: -moz-inline-grid;
  display: inline-grid;

}


.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed,
.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed:before {
  left: auto;
}

.gw-sidebar {
  width: 320px;
  position: fixed;
  border: 1px solid #e5e5e5;
  border-width: 0 1px 0 0;
  background-color: #f2f2f2;
  bottom: 0;
  top: 0;
  left: 0;
}

.gw-sidebar .nano-pane {
  background: rgba(255, 255, 255, 0);
  font-size: 0.875rem;
}

.gw-sidebar .gw-nav-list {
  border-right: 1px solid #ccc;
}

.gw-sidebar .gw-nav-list li a {
  padding-left: 20px;
}

.gw-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gw-nav-list > li:first-child {
  border-top: none !important;
}

.gw-nav-list > li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  /*position: relative;*/
  text-decoration: none;
}

.gw-nav-list > li.init-arrow-down {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fcfcfc;
}


.gw-nav-list > li:last-child {
  margin-bottom: 15em;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fcfcfc;
}


@-webkit-keyframes arrow-slide {
  0% {
  }
  100% {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    z-index: 3;
  }
}
@-webkit-keyframes arrow-slide1 {
  0% {
  }
  100% {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    z-index: 3;
  }
}

.gw-nav-list > li span.arrow-down::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  -webkit-transform: rotate(310deg);
  -ms-transform: rotate(310deg);
  transform: rotate(310deg);
  -webkit-animation: arrow-slide 0.5s 0s ease both;
  animation: arrow-slide 0.5s 0s ease both;
}

.gw-nav-list > li span.init-arrow-down::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(310deg);
  -ms-transform: rotate(310deg);
  transform: rotate(310deg);
}

.gw-nav-list > li span.arrow-up::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: arrow-slide1 0.5s 0s ease both;
  animation: arrow-slide1 0.5s 0s ease both;
}

.gw-nav-list > li > span.init-arrow-up::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gw-nav-list > li span.active {
  background-color: #fff;
}

.gw-nav-list > li > a {
  display: block;
  padding: 7px 8px 9px 6px !important;
  height: max-content;
  line-height: 36px;
  /*background-color: #f9f9f9;*/
  color: #585858;
  text-shadow: none !important;
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 800;
  
}

.gw-open > a {
  outline: 0;
}

.gw-nav-list > li.gw-open {
  border-bottom-color: #e5e5e5;
}

.gw-nav-list > li.gw-open > a {
  background-color: #fafafa;
  color: #1963aa;
}

.gw-nav-list .gw-open > a,
.gw-nav-list .gw-open > a:hover,
.gw-nav-list .gw-open > a:focus {
  background-color: #fafafa;
}

.gw-nav .gw-open > a,
.gw-nav .gw-open > a:hover,
.gw-nav .gw-open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.gw-nav-list > li.active > a,
.gw-nav-list > li.active > a:hover,
.gw-nav-list > li.active > a:focus,
.gw-nav-list > li.active > a:active {
  background-color: #fff;
  color: #ad2144;
  /*font-weight: bold;*/
  font-size: 0.875rem;
}

.gw-nav-list > li > a,
.gw-nav-list .gw-nav-header {
  margin: 0;
}
.gw-nav-list > li.active > a > [class*="icon-"] {
  font-weight: normal;
}

.gw-nav-list > li.active > a:hover:before {
  display: none;
}

.gw-nav-list > li.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: -2px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  /*border: 2px solid rgba(150, 35, 67, 0.4);*/
  border-width: 0 2px 0 0;
}

.gw-nav-list li.gw-open > a:after {
  display: none;
}

.gw-nav-list > li a > .gw-arrow {
  display: inline-block;
  width: 14px !important;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 18px;
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 0;
  color: #666;
}

.gw-nav-list > li a:hover > .gw-arrow,
.gw-nav-list > li.active > a > .gw-arrow,
.gw-nav-list > li.gw-open > a > .gw-arrow {
  color: #1963aa;
}

.gw-nav-list > li > a > [class*="icon-"]:first-child {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-right: 2px;
}

.gw-nav-list > li.active .gw-submenu {
  /*display: block ;*/
  /*-webkit-box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.13);
   -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.13);*/
  border-top:0;
  -moz-box-shadow: 5px 0px 5px 0px rgb(1 0 2 / 20%);
  -webkit-box-shadow: 5px 0px 5px 0px rgb(1 0 2 / 20%);
  box-shadow: 5px 0px 5px 0px rgb(1 0 2 / 20%);
}

.gw-nav-list > li .gw-submenu {
  font-size: 13px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  border-top: 1px solid #e5e5e5;
}

.gw-nav-list > li .gw-submenu > li {
  margin-left: 0;
  position: relative;
}

.gw-nav-list > li .gw-submenu > li > a {
  display: block;
  position: relative;
  color: #616161;
  padding: 10px 9px 10px 20px;
  margin: 0;
  border-top: 1px dotted #e4e4e4;
  font-size: 0.875rem;
  font-weight:100;
  text-decoration: none;
}

.gw-nav-list > li .gw-submenu > li > a:focus {
  text-decoration: none;
}

.gw-nav-list > li .gw-submenu > li > a:hover {
  text-decoration: none;
  color: #ad2144;
  background-color: #f5f5f5;
}

.gw-nav-list > li .gw-submenu > li.active:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid rgba(150, 35, 67, 0.4);
}

.gw-nav-list > li .gw-submenu > li.active > a {
  color: #ad2144;
}

.gw-nav-list > li .gw-submenu > li a > [class*="icon-"]:first-child {
  display: none;
  font-size: 0.75rem;
  font-weight: normal;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: #fff;
}

.gw-nav-list > li .gw-submenu > li.active > a > [class*="icon-"]:first-child,
.gw-nav-list > li .gw-submenu > li:hover > a > [class*="icon-"]:first-child {
  display: inline-block;
}

.gw-nav-list > li .gw-submenu > li.active > a > [class*="icon-"]:first-child {
  color: #c86139;
}

.gw-nav-list > li > .gw-submenu > li:first-child > a {
  border-top: 0px;
  
}
.gw-nav-list > li > .gw-submenu > .menu-lst-base >a{
  color: #ad1422;
  font-family: montserratregular;
  font-weight: 900;
}
.gw-nav-list > li > .gw-submenu > .menu-lst-base >a:hover{
  color: #454444;
}
.gw-nav-list li .gw-submenu {
  overflow: hidden; /*margin-top:55px;*/
}

.gw-nav-list
  li.active.gw-open
  > .gw-submenu
  > li.active.gw-open
  > a.dropdown-toggle:after {
  display: none;
}

.gw-nav-list li.active > .gw-submenu > li.active > a:after {
  display: none;
}

.gw-nav-list li.active.gw-open > .gw-submenu > li.active > a:after {
  display: block;
}

.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^="icon-"] {
  width: 1.25em;
  display: inline-block;
  text-align: center;
}

.gw-menu-text {
  float: right;
}

.gw-nav-list > li > a {
  padding: 6px 0 0;
  line-height: 24px !important;
}

.gw-nav-list > li > a.txt_Menu {
  width: 100%;
  height: auto;
  /*float:left;*/
  display: inline-block;
  padding: 7px 0 7px;
  background-color: #ffffff;
}

.gw-nav-list > li > a.btn_Menu {
  width: 10%;
  float: right;
  display: inline-block;
  z-index: 5;
  position: relative;
  background: transparent !important;
}



/* MAIN MENU */

.main-menu {
  padding-top: 12px;
}
.main-menu li {
  border-bottom: 1px solid #e3e3e3;
  margin-left: 0;
  font-size: 18px;
  padding: 14px 0 14px 4px;
}
.main-menu li a {
  color: #3e3e3e !important;
  display: block;
  font-size: 0.875rem;
  margin-right: 14px;
  position: relative;
  text-decoration: none;
}
.main-menu li a span:first-child {
  margin-right: 0;
}
.main-menu li a .glyphicon {
  font-size: 0.875rem;
  position: absolute;
  right: -14px;
  top: 4px;
}
.main-menu li:hover a,
.main-menu .sub-nav:hover a {
  color: #ad2144;
  text-decoration: none;
}
.mobile-tactil .main-menu li a:hover {
  color: #3e3e3e;
}
.main-menu li .sub-nav {
  border-bottom: 1px solid #e3e3e3;
  margin-left: 0;
  font-size: 18px;
  padding: 14px 0 14px 2px;
}
.main-menu li .sub-nav:last-child {
  border-bottom: none;
}
.main-menu li.sub-nav a {
  color: #3e3e3e;
  padding-left: 10px;
}
.main-menu .open .sub-open,
.mobile-tactil .main-menu .open .sub-open {
  color: #ad2144;
  font-family: "montserratregular", sans-serif;
}
.main-menu .open {
  border: none;
}
.main-menu .sub-open .glyphicon {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.m-menu ul > li > ul {
  display: none;
}
.m-menu ul li:hover ul {
  display: block;
  -webkit-animation: slide-down 1s ease-out;
  -moz-animation: slide-down 1s ease-out;
  animation: slide-down 1s ease-out;
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(0%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.m-menu ul li:hover .sub-open .glyphicon,
.m-menu ul li:hover .sub-open .glyphicon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-menu .open .list-unstyled {
  margin-top: 20px;
}
.m-menu-notificaciones {
  margin-top: 60px;
}
.main-menu .nav-newsletter a {
  background-image: url("../images/icon-email.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.main-menu .nav-newsletter:hover .open-newsletter {
  background-image: url("../images/icon-email-h.png");
}
.mobile-tactil .main-menu .nav-newsletter a:hover {
  background-image: url("../images/icon-email.png");
}
.main-menu .nav-s-prensa a {
  background-image: url("../images/icon-s-prensa.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.mobile-tactil .main-menu .nav-s-prensa a:hover {
  background-image: url("../images/icon-s-prensa.png");
}
.main-menu .nav-s-prensa:hover .sub-open-prensa,
.main-menu .nav-s-prensa.open a,
.mobile-tactil .main-menu .nav-s-prensa.open a {
  background-image: url("../images/icon-s-prensa-h.png");
}
.nav-s-prensa .no-bg a,
.nav-s-prensa .no-bg a:hover,
.nav-s-prensa.open .no-bg a,
.mobile-tactil .nav-s-prensa.open .no-bg a {
  background-image: none;
  padding-left: 0;
}
.m-menu-entidades {
  margin-top: 60px;
  margin-bottom: 70px;
}
.m-menu-entidades .main-menu li {
  border: none;
  padding: 12px 0 12px 8px;
}
.img-s-electronica {
  max-width: 188px;
}
/* END MAIN MENU */


/* MAIN MENU Menu SECUNDARIO  */

.main-menu-secundario {
  width: 100%;
  margin-top: 10px;
  padding-top: 12px;
}

aside .main-menu-secundario {
  display: flex;
  /*flex-direction: column;*/
  align-items: center;
}
aside .main-menu-secundario li {
  padding: 0;
  width: 100%;
}
aside .main-menu-secundario li a {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
aside .main-menu-secundario img {
  width: 100%;
  max-width: 160px;
}

/*Nueva regla sidebar menu secundario imagenes*/
.sidebar-offcanvas .nano-content .main-menu-secundario li {
  padding: 0.4em 0em;
}
.sidebar-offcanvas .nano-content .main-menu-secundario li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  width: 100%;
  padding: 0;
}

.sidebar-offcanvas .nano-content .main-menu-secundario li a img {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.main-menu-secundario li {
  border-bottom: none;
  margin-left: 0;
  font-size: 18px;
  padding: 14px 0 14px 4px;
  display: inline-block;
}
.main-menu-secundario li a {
  color: #3e3e3e !important;
  display: block;
  font-size: 0.875rem;
  margin-right: 14px;
  position: relative;
  text-decoration: none;
}
.main-menu-secundario li a span:first-child {
  margin-right: 0;
}
.main-menu-secundario li a .glyphicon {
  font-size: 0.875rem;
  position: absolute;
  right: -14px;
  top: 4px;
}
.main-menu-secundario li:hover a,
.main-menu-secundario .sub-nav:hover a {
  color: #ad2144;
  text-decoration: none;
}
.mobile-tactil .main-menu-secundario li a:hover {
  color: #3e3e3e;
}

.main-menu-secundario .nav-newsletter a {
  background-image: url("../images/icon-email.png");
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.main-menu-secundario .nav-newsletter:hover .open-newsletter {
  background-image: url("../images/icon-email-h.png");
}
.mobile-tactil .main-menu-secundario .nav-newsletter a:hover {
  background-image: url("../images/icon-email.png");
}

/* END MAIN MENU  SECUNDARIO*/


/*MENU CON COLUMNAS - 29/11/2023 */
.menu-cols {
	-moz-column-count: 2;
    column-count: 2;
}

.menu-cols {
    margin: 0;
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* Chrome, Safari, IE 11 */
    display:table;                      /* Actually FF 20+ */
}

@media screen and (max-width: 900px) {
	.menu-cols {
		-moz-column-count: 1;
		column-count: 1;
	}	
}
.gw-nav-list > li .gw-submenu {
	background-color: #fff;
	position: absolute;
	width: max-content;
  border-left: solid 1px #f1f1f1;
	max-width: 60vw;
	left: 100%;
	top: 0px;
	z-index: 15;
}

.menu-lst-base {
	background-color: #fff;
  
  
	
}

.menu-lst-lv1 {
	background-color: #fff;
	padding-left: 0.25em;
}



.menu-lst-lv2 {
	background-color: #fff;
	padding-left: 0.5em;
}

.menu-lst-lv3 {
	background-color: #fff;
	padding-left: 0.75em;
}

.menu-lst-lv4 {
	background-color: #fff;
	padding-left: 1em;
}

.init-arrow-down .bi {
	font-size: small;
	display: revert-layer;
    position: absolute;
	padding-left: 0.5em;
	font-weight: bolder;
}

@media screen and (max-width: 767px) {
	.height-menu-sm {
    /*Para que no se monte el menu lateral encima del header 20/02/23
    se comenta el alto innecesario del DIV*/
		height: auto;
	}
}

@media screen and (max-width: 767px) {
	.init-arrow-down .bi {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		/*padding-left: 0px;
		padding-bottom: 15px;*/
	}

  .gw-nav-list > li.active .gw-submenu {
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
	  box-shadow: none;
  }

  .gw-nav-list > li:last-child {
	  margin-bottom: 3em;
  }

}