
.bd-grid {
  max-width: 1024px;
  display: grid;
  grid-template-columns: 100%;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

/*===== HEADER =====*/
.header-menu {
      position: relative;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 50px;
      padding: 0px;
      background-color: transparent;
      z-index: var(--z-fixed);
      display: flex;
      /* justify-content: space-between; */
      align-items: center;
      /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
      text-align: right;
}

.header__logo {
  color: var(--dark-color);
}

.header__toggle {
  font-size: 21px;
  cursor: pointer;
  color: #fff;
  text-align: right;
  float: right;
  width: 100%;
  z-index: 999;
}

.header__close {
  font-size: 21px;
  cursor: pointer;
  color: #fff;
  text-align: right;
  float: right;
  width: auto;
  z-index: 999;
}


.bd-grid .dropdown__item:hover {
    background: #e9e9e9;
    padding-right: 0px;
    /* color: red; */
}
/*===== NAV =====*/
@media screen and (max-width: 999px) {
  .nav {
    position: fixed;
    top: 0px;
    left: -100%;
    background-color: #003456;
    width: 100%;
    height: 100vh;
    padding: 2rem 0;
    z-index: var(--z-fixed);
    transition: .5s;
    overflow-y: auto;
  }
  .code-img {
    width: auto;
    margin-bottom: 0;
	margin-top:15px;
}	
.sticky {
    position: fixed !important;
    /* background-color: #168250 !important; */
    background-image: linear-gradient(90deg, rgba(35,175,78,1) 0%, rgb(0 52 86) 90%);
    top: 0px !important;
    width: 100%;
}
.dropdown__item .nav__link {
    color: #fff !important;
    float: left;
    display: block;
    color: #fff;
    text-align: left !important;
    padding: 15px 25px !important;
    text-decoration: none;
    font-size: 16px !important;
    text-transform: capitalize;
    width: 100% !important;
}
.bd-grid {
  max-width: 1024px;
  display: grid;
  grid-template-columns: 100%;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
      margin-top: 10px;
}
.bd-grid .dropdown__item:hover {
    background: #003a61;
    padding-right: 0px;
    /* color: red; */
}
}

.nav__content {
  display: flex;
  flex-direction: column;
}
.nav__content ul, ol {
    margin-top: 0px;
    margin-bottom: 0 !important;
    padding-left: 0px;
}
.nav__perfil {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}

.nav__img {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.nav__img img {
  width: 70px;
}

.nav__name {
  display: block;
  font-size: var(--nav-name-font-size);
  color: var(--white-color);
}

.nav__item {
  margin-bottom: 2rem;
}

.nav__link {
  color: var(--first-color-light);
}

.nav__link:hover {
  color: var(--white-color);
}

/*Show menu*/
.show {
  left: 0;
}

/*Active link*/
.active {
  color: var(--white-color);
}

/*=== Dropdown ===*/
.dropdown__link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width:100%;
  float: none !important;
  color:#fff;
  text-transform: uppercase;
}

.dropdown__icon {
  font-size: 20px;
  transition: .5s;
}

.dropdown__menu {
  margin: 1rem 0 0 1rem;
  display: none;
}

.dropdown__item {
  margin: 1rem 0;
}

.dropdown:hover > .dropdown__menu {
  display: block;
}

.dropdown:hover .dropdown__icon {
  transform: rotate(180deg);
}
.dropdown__item {
    margin: 1rem 0;
    height: 55px;
}
.dropdown__item:hover{background: #e9e9e9;padding-right:0px;/* color: red; */}
/* ===== MEDIA QUERIES=====*/
@media screen and (min-width: 576px) {
  .nav {
    width: 100%;
  }
  .bx-x {
    position: fixed;
    top: 10px;
    right: 25px;
}
}
@media screen and (min-width: 1000px) {
  body {
    margin: 0;
  }
  .header-menu {
    height: auto;
  }
  .header__logo, .header__toggle {
    display: none;
  }
  .nav {
    width: 100%;
  }
  .nav__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: normal;
    width: 100%;
    max-width: 100%;
  }
#navbar {
    /* overflow: hidden; */
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 999999;
    position: absolute;
    top: 82px;
    width: 100%;
}
.sticky {
    position: fixed !important;
    /* background-color: #168250 !important; */
	background-image: linear-gradient(to right, #23AF4E, #024A7A); /*Left to Right Gradient*/
    /* background-image: linear-gradient(90deg, rgba(35,175,78,1) 0%, rgb(0 52 86) 90%); */
    top: 0px !important;
    width: 100%;
	
}
.sys-data-label {
    float: none;
    display: inline-block;
    width: auto;
    color: #000;
    font-size: 18px;
    padding-right: 15px;
    font-weight: 500;
    text-align: center;
}
.sys-data {
    font-size: 21px;
    position: absolute;
    margin-top: 95px;
    color: #23AF4E;
    font-weight: 500;
    float: right;
    display: inline-block;
    width: auto;
    text-align: center;
}
  .nav__perfil {
    flex-direction: row;
    text-align: initial;
    margin-bottom: 0;
  }
  .nav__img {
    width: 40px;
    height: 40px;
    margin-right: .5rem;
    margin-bottom: 0;
  }
  .nav__img img {
    width: 46px;
  }
  .nav__name {
    color: var(--dark-color);
  }
  .nav__list {
    display: flex;
    /* align-items: center; */
    width: 100%;
  }
  .nav__item {
    margin: 0 1.5rem;
    padding: 0 0;
  }
.nav__link:first-child{padding-left:0px !important;}
  .nav__link {
    color: #fff !important;
    float: left;
    display: block;
    color: #fff;
    text-align: left !important;
    padding: 15px 15px !important;
    text-decoration: none;
    font-size: 16px !important;
    text-transform: uppercase;
  }
  .nav__link:hover {
    color: var(--first-color);
  }
  /*Active link new color*/
  .active {
    color: var(--first-color);
  }
  .dropdown {
    position: relative;
  }
  .dropdown__menu {
    position: fixed;
    margin: 0;
    top: auto;
    padding: 0rem 0rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-top: 0px !important;
    background: #ffffff;
  }
  .dropdown__item {
    margin: 0 0;
  }
.bd-grid {
    margin-left: auto;
    
}
.dropdown__item .nav__link {
    color: #000 !important;
    float: left;
    display: block;
    color: #fff;
    text-align: left !important;
    padding: 15px 25px !important;
    text-decoration: none;
    font-size: 16px !important;
    text-transform: capitalize;
    width: 100% !important;
}
}

@media screen and (min-width: 1024px) {
  .bd-grid {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px){
.nav__link {
    color: #fff !important;
    float: left;
    display: block;
    color: #fff;
    text-align: left !important;
    padding: 15px 8px !important;
    text-decoration: none;
    font-size: 15px !important;
    text-transform: uppercase;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1200px){
.nav__link {
    color: #fff !important;
    float: left;
    display: block;
    color: #fff;
    text-align: left !important;
    padding: 15px 8px !important;
    text-decoration: none;
    font-size: 15px !important;
    text-transform: uppercase;
}
#navbar {
    /* overflow: hidden; */
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 999999;
    position: absolute;
    top: 92px;
    width: 100%;
}
}