/** Navbar */

html, body {
  overflow-x: hidden !important;
}

@media (min-width: 992px) {
  .navbar {
    background-color:  white;
    height: 4vw;
    -webkit-box-shadow: -1px -2px 11px 5px rgba(0,0,0,0.55); 
    box-shadow: -1px -2px 11px 5px rgba(0,0,0,0.55);
    z-index: 1000;
  }
  .navbar-nav {
    margin-right: 4vw;
  }
}

@media (max-width: 991px) {
  .navbar {
    background-color: white;
    height: 15vw;
    -webkit-box-shadow: -1px -2px 11px 5px rgba(0,0,0,0.55); 
    box-shadow: -1px -2px 11px 5px rgba(0,0,0,0.55);
    z-index: 1000;
  }
  .navbar-nav {
    background-color: white;
  }
}

/** Navbar Mobile */

.navbar-toggler {
  border-style: none;
  outline-style: none !important;
}

.navbar-collapse {
  z-index: 1000;
}

/** Logos */

@media (min-width: 992px) {
  .logos {
    display: flex;
    justify-content: space-around;
    z-index: 900;
  }
  .logos-marca {
    width: 13vw;
    margin-left: 3vw;
    height: auto;
    margin-top: -0.3vw;
  }
  .logo-hp {
    width: 2.7vw;
    height: auto;
  }
}

@media (max-width: 991px) {
  .logos-marca {
    width: 40vw;
  }
}

/** Nav links & Avatar */

@media (min-width: 992px) {
  .imagen-avatar-box {
    position: relative;
    z-index: 900;
  }
  .img-nav-icon {
    width: 2.7vw;
    margin-right: 0vw;
    height: auto;
    margin-top: 0.1vw;
    cursor: pointer;
  }
  .img-nav-icon-avatar {
    width: 2.7vw;
    margin-right: 0vw;
    height: auto;
    cursor: pointer;
  }
  .img-avatar {
    position: absolute;
    left: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
  }
  .nav-item-text {
    margin-right: 2vw;
  }
  .nav-link {
    color: rgb(0, 0, 0) !important;
  }
  .active {
    color: #024AD8 !important;
    font-weight: 600;
  }
  .img_selec_avatar {
    width: 6vw;
    cursor: pointer;
  }
  .avatar_opacity {
    opacity: 0.4;
  }
}

@media (max-width: 991px) {
  .imagen-avatar-box {
    display: none;
  }
  .nav-link {
    margin-left: 2vw !important;
  }
  .active {
    color: black !important;
    font-weight: 600;
  }
}

@media (min-width: 1692px) {
  .img-nav-icon {
    margin-top: -0.2vw !important;
  }
  .img-nav-icon-avatar {
    margin-top: -0.45vw !important;
}
}

#modalAvatar {
  z-index: 100000;
}