﻿header {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#header-nav {
  min-width: 100%;
  height: 100%;
}

#logotipo {
  margin-left: 2%;
}

#navbar-menu-items ul:first-child {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0 50px;
}

#navbar-menu-items ul:first-child li {
  color: rgb(74, 75, 76);
}

#navbar-menu-items ul:first-child li.close {
  display: none;
}

@media (max-width: 767px) {
  #header-nav > div.container-fluid {
    bottom: unset !important;
    flex: 1;
  }
  #header-nav {
    display: flex;
  }
}

@media (max-width: 768px) {
  #header-nav > div {
    position: relative;
    z-index: 1 !important;
    /*bottom: 60px;*/
  }

  #header-nav > div button {
    margin-left: 85%;
  }

  #navbar-menu-items ul:first-child li a {
    font-size: 0.8rem;
  }
}

#navbar-menu-items ul:first-child li a {
  color: rgb(81, 94, 102);
  font-weight: 600;
}

#navbar-menu-items ul:first-child li a:hover {
  color: rgb(191, 205, 46);
}

#navbar-menu-items ul:last-child a {
  margin: auto;
}

#navbar-menu-items ul:last-child a img {
  width: 80%;
}

/*MOBILE*/
@media (max-width: 767px) {
  #navbar-menu-items.show {
    position: relative;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 0px !important;
    z-index: 999 !important;

    /*  */
    opacity: 1 !important;
    height: 100vh;
    width: 100vw !important;
    top: 0;
    left: 0;
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }


  #navbar-menu-items ul:first-child li.close {
    display: block;
  }

  #navbar-menu-items {
    padding-top: 3%;
    opacity: 0;
    transition: opacity 0.3s linear;
  }

  #navbar-menu-items ul:first-child {
    background-color: transparent !important;
    border-radius: 0 !important;
    width: 100vw;
    margin: 0 !important;
  }

    header li {
        display: flex;
        align-items: center;
        justify-content: center;
    }

  #navbar-menu-items ul:first-child li a,
  #navbar-menu-items ul:first-child li {
    color: #fff !important;
    font-size: 16pt !important;
    transition: all .02s ease;
    overflow: hidden;
  }

  #navbar-menu-items ul:first-child li a:active,
  #navbar-menu-items ul:first-child li a:hover,
  #navbar-menu-items ul:first-child li a:focus
  {
    color: rgb(191, 205, 46) !important;
  }

  #navbar-menu-items ul.dropdown-menu li a:focus {
    box-shadow: inset 0px 1px 9px #ccc;
  }

  .collapsing {
    position: absolute !important;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.1s linear;
  }

  #navbar-menu-items ul:first-child li:first-child {
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
  }

  #navbar-menu-items ul:first-child li:first-child button {
    margin: 0 !important;
    color: #fff;
    opacity: 0.6;
    font-weight: 600;
    font-size: 30pt;
  }

  #navbar-menu-items ul:first-child li:not(1):hover {
    color: rgb(191, 205, 46);
  }

  #navbar-menu-items ul:last-child a img {
    width: 30%;
    margin-left: 35%;
  }

  #navbar-menu-items ul:last-child .goog-te-menu-value img {
    margin-left: 2px !important;
    width: unset !important;
  }


  #btn-navbar-menu-items {
    /*display: block!important;*/
    /* margin-top: 5%; */
    border: 1px solid rgba(0, 0, 0, 0.5);
  }

  #btn-navbar-menu-items span {
    color: rgba(0, 0, 0, 0.5);
  }
}
/*END MOBILE*/

/* 2K */
@media (max-width: 2560px) {
  #header-nav {
    top: 0%;
  }

  #navbar-menu-items {
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 2560px) {
  header {
    width: unset !important;
  }
}