/*Navigation(first 3 childs)*/
.nav-item[data-depth="1"]:not(.is-active):nth-child(1),
.nav-item[data-depth="1"]:not(.is-active):nth-child(2),
.nav-item[data-depth="1"]:not(.is-active):nth-child(3){
  color: var(--primar-color);
  letter-spacing: 0.05px;
  font-weight: bold;
  font-stretch: condensed;
  font-variant-caps: small-caps;
}
.nav-item[data-depth="1"]:nth-child(1).is-active,
.nav-item[data-depth="1"]:nth-child(2).is-active,
.nav-item[data-depth="1"]:nth-child(3).is-active {
  color: var(--primar-color);
  letter-spacing: 0.05px;
  font-weight: bold;
  font-stretch: condensed;
  font-variant-caps: small-caps;
}
.nav-item[data-depth="1"]:not(.is-active):nth-child(1):hover,
.nav-item[data-depth="1"]:not(.is-active):nth-child(2):hover,
.nav-item[data-depth="1"]:not(.is-active):nth-child(3):hover {
  color:var(--primar-color-light);
}
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:not(.is-active):nth-child(1),
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:not(.is-active):nth-child(2),
.nav-item[data-depth="1"]:nth-child(2) .nav-item[data-depth="2"]:not(.is-active):nth-child(1),
.nav-item[data-depth="1"]:nth-child(2) .nav-item[data-depth="2"]:not(.is-active):nth-child(2),
.nav-item[data-depth="1"]:nth-child(2) .nav-item[data-depth="2"]:not(.is-active):nth-child(3),
.nav-item[data-depth="1"]:nth-child(2) .nav-item[data-depth="2"]:not(.is-active):nth-child(4),
.nav-item[data-depth="1"]:nth-child(2) .nav-item[data-depth="2"]:not(.is-active):nth-child(5),
.nav-item[data-depth="1"]:nth-child(3) .nav-item[data-depth="2"]:not(.is-active):nth-child(1),
.nav-item[data-depth="1"]:nth-child(3) .nav-item[data-depth="2"]:not(.is-active):nth-child(2),
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(1).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(1),
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(1).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(2),
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(1).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(3),
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(1),
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(2),
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(3),
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(4) {
  color: #d10107;
  text-transform: lowercase;
}
.nav-item[data-depth="1"]:nth-child(1).is-active .nav-item[data-depth="2"]:not(.is-active):nth-child(1):hover,
.nav-item[data-depth="1"]:nth-child(1).is-active .nav-item[data-depth="2"]:not(.is-active):nth-child(2):hover,
.nav-item[data-depth="1"]:nth-child(2).is-active .nav-item[data-depth="2"]:not(.is-active):nth-child(1):hover,
.nav-item[data-depth="1"]:nth-child(2).is-active .nav-item[data-depth="2"]:not(.is-active):nth-child(2):hover,
.nav-item[data-depth="1"]:nth-child(2).is-active .nav-item[data-depth="2"]:not(.is-active):nth-child(3):hover,
.nav-item[data-depth="1"]:nth-child(2).is-active .nav-item[data-depth="2"]:not(.is-active):nth-child(4):hover,
.nav-item[data-depth="1"]:nth-child(2).is-active .nav-item[data-depth="2"]:not(.is-active):nth-child(5):hover,
.nav-item[data-depth="1"]:nth-child(3).is-active .nav-item[data-depth="2"]:not(.is-active):nth-child(1):hover,
.nav-item[data-depth="1"]:nth-child(3).is-active .nav-item[data-depth="2"]:not(.is-active):nth-child(2):hover,
.nav-item[data-depth="1"]:nth-child(1).is-active .nav-item[data-depth="2"]:nth-child(1).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(1) > a:hover,
.nav-item[data-depth="1"]:nth-child(1).is-active .nav-item[data-depth="2"]:nth-child(1).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(2) > a:hover,
.nav-item[data-depth="1"]:nth-child(1).is-active .nav-item[data-depth="2"]:nth-child(1).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(3) > a:hover,
.nav-item[data-depth="1"]:nth-child(1).is-active .nav-item[data-depth="2"]:nth-child(2).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(1) > a:hover,
.nav-item[data-depth="1"]:nth-child(1).is-active .nav-item[data-depth="2"]:nth-child(2).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(2) > a:hover,
.nav-item[data-depth="1"]:nth-child(1).is-active .nav-item[data-depth="2"]:nth-child(2).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(3) > a:hover,
.nav-item[data-depth="1"]:nth-child(1).is-active .nav-item[data-depth="2"]:nth-child(2).is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(4) > a:hover {
  color: var(--secundar-color);
  letter-spacing: 0.05px;
  font-weight: 600;
  font-stretch: condensed;
  font-variant-caps: small-caps;
}
.nav-item[data-depth="1"]:nth-child(1).is-active.is-current-path > span,
.nav-item[data-depth="1"]:nth-child(2).is-active.is-current-path > span,
.nav-item[data-depth="1"]:nth-child(3).is-active.is-current-path > span {
  color:var(--secundar-color);
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.05px;
  font-weight: 600;
  font-stretch: condensed;
  font-variant-caps: small-caps;
}
.nav-item[data-depth="1"]:nth-child(1).is-active .nav-item[data-depth="2"]:nth-child(1).is-active,
.nav-item[data-depth="1"]:nth-child(1).is-active .nav-item[data-depth="2"]:nth-child(2).is-active,
.nav-item[data-depth="1"]:nth-child(2).is-active .nav-item[data-depth="2"]:nth-child(1).is-active,
.nav-item[data-depth="1"]:nth-child(2).is-active .nav-item[data-depth="2"]:nth-child(2).is-active,
.nav-item[data-depth="1"]:nth-child(2).is-active .nav-item[data-depth="2"]:nth-child(3).is-active,
.nav-item[data-depth="1"]:nth-child(2).is-active .nav-item[data-depth="2"]:nth-child(4).is-active,
.nav-item[data-depth="1"]:nth-child(2).is-active .nav-item[data-depth="2"]:nth-child(5).is-active,
.nav-item[data-depth="1"]:nth-child(3).is-active .nav-item[data-depth="2"]:nth-child(1).is-active,
.nav-item[data-depth="1"]:nth-child(3).is-active .nav-item[data-depth="2"]:nth-child(2).is-active,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(1).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(2) .nav-item[data-depth="2"]:nth-child(1).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(2) .nav-item[data-depth="2"]:nth-child(2).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(2) .nav-item[data-depth="2"]:nth-child(3).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(2) .nav-item[data-depth="2"]:nth-child(4).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(2) .nav-item[data-depth="2"]:nth-child(5).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(3) .nav-item[data-depth="2"]:nth-child(1).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(3) .nav-item[data-depth="2"]:nth-child(2).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(1) .nav-item[data-depth="3"]:nth-child(1).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(1) .nav-item[data-depth="3"]:nth-child(2).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(1) .nav-item[data-depth="3"]:nth-child(3).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2) .nav-item[data-depth="3"]:nth-child(1).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2) .nav-item[data-depth="3"]:nth-child(2).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2) .nav-item[data-depth="3"]:nth-child(3).is-current-page.is-active > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2) .nav-item[data-depth="3"]:nth-child(4).is-current-page.is-active > a {
  color:var(--secundar-color);
  text-decoration: none;
  text-transform: lowercase;
  text-decoration: none;
}
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(1).is-current-page.is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(1) > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(1).is-current-page.is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(2) > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(1).is-current-page.is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(3) > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2).is-current-page.is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(1) > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2).is-current-page.is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(2) > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2).is-current-page.is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(3) > a,
.nav-item[data-depth="1"]:nth-child(1) .nav-item[data-depth="2"]:nth-child(2).is-current-page.is-active .nav-item[data-depth="3"]:not(.is-active):nth-child(4) > a {
  color:var(--primar-color-light);
  text-decoration: none;
  text-transform: lowercase;
}
.nav-item[data-depth="1"]:nth-child(1) {
  margin-top: 10px;
  border-top: 2px solid var(--secundar-color-light);
  padding-top: 10px;
}
.nav-item[data-depth="1"]:nth-child(3) {
  margin-bottom: 20px;
}
.nav-menu h3.title > a:hover{
  text-decoration: none;
  color: var(--primar-color-light);
}
@media screen and (max-width: 1435px){
  .nav-menu h3.title{
    font-weight: bold;
    color: var(--primar-color);
    margin-left: .75rem;
  }
}
/*End Navigation(first 3 childs)*/
