/* El ::after de menu_links-list tiene z-index:2 y tapa el panel derecho.
   Se eleva solo lo suficiente para quedar visible, pero bajo el expend-menu (z-index:2 absolute). */
.module--menu-nav .nav_list-items .module--right-nav {
  z-index: 2;
  position: relative;
}


/*#region LOG IN / LOG OUT Buttons */
li.is-logInButton,
li.is-logOutButton {
  display: none !important;
}
li.is-logInButton.is-show,
li.is-logOutButton.is-show {
  display: list-item !important;
}

div.is-logInButton,
div.is-logOutButton {
  display: none !important;
}
div.is-logInButton.is-show,
div.is-logOutButton.is-show {
  display: block !important;
}

/*#endregion*/
section.gdpr {
  padding-top: 0;
  margin-top: 0;
}

/*#region CMS Tabs */
.cms-tabs__nav {
  display: flex;
}
.cms-tabs__nav-item {
  text-align: center;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  border: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 25px;
  line-height: 27px;
  color: #0E1F3F;
  background: #EBEBEB;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 0.3s ease-out;
}
.cms-tabs__nav-item:not(:first-child) {
  margin-left: -7px;
  z-index: 0;
}
.cms-tabs__nav-item:first-child { z-index: 2; }
.cms-tabs__nav-item:nth-child(2) { z-index: 1; }
html.no-touch .cms-tabs__nav-item:hover {
  background: #124B8D;
  color: #fff;
}
.cms-tabs__nav-item.active {
  background: #0E1F3F;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cms-tabs__nav-item { font-size: 16px; }
}
.cms-tabs__panels {
  padding-top: 30px;
}
.cms-tabs__panel {
  display: none;
}
.cms-tabs__panel.active {
  display: block;
}
/*#endregion*/

/*#region Standalone gallery (componente > galeria) */
.cms-gallery-fader {
  position: relative;
}
.cms-gallery-fader .fader-inner img {
  width: 100%;
  height: auto;
  display: block;
}
.cms-gallery-fader .bf-dots {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 20px;
}
.cms-gallery-fader .bf-dots .slick-dots {
  text-align: left;
}
.cms-gallery-fader .controller-js {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 20px;
  display: flex;
  gap: 4px;
}
/*#endregion*/

/*#region Gallery fader arrows */
.ckEditorLayout-full-width.with-fader .images-fader-cms .controller-js {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  right: 20px;
  display: flex;
  gap: 8px;
}
/*#endregion*/