header.header .ba-item-social-icons .ba-icon-wrapper a {
    margin-bottom: 0;
}

/* LOGO HEADER */
header.header div#item-179497138803 a {
    position: absolute;
    bottom: -25px;
    width: 150px;
    display: block;
}

/*BREADCRUMB*/
ul.breadcrumb > li {
  color: var(--text-inverse);
  text-shadow: none;
  font-size: 14px;
}
ul.breadcrumb > li a {
    color: #fff;
}

/* FORMS */
.ba-form {
    padding: 0!important;
}

/* MENU PRINCIPAL */
header.header .main-menu li.active {
    box-shadow: inset 0 -3px 0 var(--secondary);
}
/*
header.header .main-menu ul.nav-child {
    border: 1px solid var(--secondary);
    box-shadow: 4px 4px 6px rgba(0,0,0,0.2)!important;
}
*/

/* MENU STICKY */
@media (min-width: 769px) {
  .sticky-sidebar .column-wrapper {
     display: block !important;
  }
  .sticky-sidebar .column-wrapper .ba-grid-column-wrapper:nth-child(2) {
    position: sticky;
    top: -50px;
  }
}

/* LAYOUT */
.img-colabore-home {
 position: absolute;
  top: -50px;
}
.logo-footer {
  opacity: 0.4;
}
.icon-video-play {
  position: absolute;
  top: 70px;
  right: 15px;
  width: 28px!important;
  height: 28px!important;
  z-index: 10;
}
.text-inverse ul {
	color: var(--text-inverse);
}

/*PAGES*/

/*=> HOME*/

.slide-news-home .slideshow-content > .item > .ba-slideshow-img {
 background-color: var(--bg-primary)!important; 
}