li:hover {
  cursor: pointer;
  }

.container-nav {
    max-width: 1050px;
    width: 100%;
    margin: auto;
}

.img-logo-item {
  position: absolute;   
  left: 0;
  top: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 150px;
  margin-top: 10px;
}
.btn-nav {
  left: 100px;
  position: absolute;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  height: 100%;
  align-items: center;
  margin: 0 auto;
  width: 110%;
  text-align: left;
  vertical-align: middle;
  line-height: 55px;
  flex-direction: row;
}
.button-nav {
  display: block;
  margin-right : 5px;
}
.navbar-mobile {
  transition: 0.3s;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
}

.nav-container {
  display: flex;
  align-items: center;
  height: 62px;
}

.navbar-mobile .menu-items {
  z-index: 10;
  background-color: white;
  border: 1px solid black;
  font-family: "Montserrat", sans-serif;
  display: flex;
}

.navbar-mobile .nav-container .menu-items li {
  border-bottom: 1px solid #0e2431;
  list-style: none;
}

.navbar-mobile .nav-container a {
  text-decoration: none;
  color: #0e2431;
  font-weight: 500;
  font-size: 1.2rem;
  padding: 0.7rem;
}

.nav-container {
  background-color: #fff;
  justify-content: space-around;
  display: block;
  position: relative;
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  display: none;
  height: 32px;
  width: 32px;
  top: 20px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: none;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  left: 20px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: none;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
  display: none;
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  display: none;
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  display: none;
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar-mobile .menu-items {
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 3;
  padding-top: 120px;
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.765);
  height: -1%;
  width: 100%;
  transform: translateY(-100%);
  display: flex;
  flex-direction: column;
  padding-left: 100%; 
  padding-right: 100%; 
  transition: transform 0.5s ease-in-out;
  text-align: center;
}

.navbar-mobile .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  
}
.navbar-mobile .menu-items lis {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.logo {
      
  position: absolute;
  top: 5px;
  left: -15px;
  font-size: 1.2rem;
  color: #0e2431;
}

.img-logo {
  height: 50px;
  
}

 .nav-container input[type="checkbox"]:checked ~ .menu-items {
   transform: translateX(0);
 }

 .nav-container input[type="checkbox"]:checked ~ .menu-items {
   transform: translateX(0);
 }
 
 .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
   transform: rotate(45deg);
 }
 
 .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
   transform: scaleY(0);
 }
 
 .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
   transform: rotate(-45deg);
 }
 
 .nav-container input[type="checkbox"]:checked ~ .logo{
   display: none;
 }

 @media (max-width: 1364px) {
   .img-logo-item {
     position: absolute;   
     left: 0;
     top: 0; 
     right: -8%; 
     margin-left: auto; 
     margin-right: auto; 
     width: 150px;
     margin-top: 10px;
   }

   .navbar-mobile .menu-items {
     position: absolute;
     top: 0;
     right: -10.9%;
     z-index: 3;
     padding-top: 120px;
     box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.765);
     height: -1%;
     width: 100%;
     transform: translateY(-100%);
     display: flex;
     flex-direction: column;
     padding-left: 20%; 
     padding-right: 10%; 
     transition: transform 0.5s ease-in-out;
     text-align: center;
   }
 }

 @media (max-width: 1084px) {
   .img-logo-item {
     position: absolute;   
     left: 0;
     top: 0; 
     right: -16.5%; 
     margin-left: auto; 
     margin-right: auto; 
     width: 150px;
     margin-top: 10px;
   }

   .navbar-mobile .menu-items {
     position: absolute;
     top: 0;
     right: 0;
     z-index: 3;
     padding-top: 120px;
     box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.765);
     height: -1%;
     width: 100%;
     transform: translateY(-100%);
     display: flex;
     flex-direction: column;
     padding-left: 20%; 
     padding-right: 0%; 
     transition: transform 0.5s ease-in-out;
     text-align: center;
   }
   
   .nav-container .checkbox {
     position: absolute;
     display: block;
     height: 32px;
     width: 32px;
     top: 20px;
     left: 20px;
     z-index: 5;
     opacity: 0;
     cursor: pointer;
   }
   
   .nav-container .hamburger-lines {
     display: block;
     height: 26px;
     width: 32px;
     position: absolute;
     top: 17px;
     left: 20px;
     z-index: 4;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
   }
   
   .nav-container .hamburger-lines .line {
     display: block;
     height: 4px;
     width: 100%;
     border-radius: 10px;
     background: #0e2431;
   }
   
   .nav-container .hamburger-lines .line1 {
  
     transform-origin: 0% 0%;
     transition: transform 0.4s ease-in-out;
   }
   
   .nav-container .hamburger-lines .line2 {
     
     transition: transform 0.2s ease-in-out;
   }
   
   .nav-container .hamburger-lines .line3 {
     
     transform-origin: 0% 100%;
     transition: transform 0.4s ease-in-out;
   }

   .btn-nav {
     position:static;
     list-style: none;
     font-family: "Montserrat", sans-serif;
     height: 100%;
     align-items: center;
     margin: 0 auto;
     width: 20%;
     text-align: left;
     vertical-align: middle;
     line-height: 55px;
     flex-direction: row;
   }

   .item-1 {
    display: none;
  }

  .button-nav {
    display: block;
  }

   .logo {
   position: absolute;
   top: 5px;
   left: auto;
   right: 15px;
   font-size: 1.2rem;
   color: #0e2431;
   }

   .img-logo {
    height: 50px;
  }
 }

 @media (max-width: 752px) { 
   .img-logo-item {
     position: absolute;   
     left: 0;
     top: 0; 
     right: -50%; 
     margin-left: auto; 
     margin-right: auto; 
     width: 150px;
     margin-top: 10px;
   }

   .navbar-mobile {
      transition: 0.3s;
      background-color: #fff;
      width: 100%;
      box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
    }

    .navbar-mobile .menu-items {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 3;
      padding-top: 120px;
      box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.765);
      height: -1%;
      width: 100%;
      transform: translateY(-100%);
      display: flex;
      flex-direction: column;
      padding-left: 100%; 
      padding-right: 0px; 
      transition: transform 0.5s ease-in-out;
      text-align: center;
    }
    /* li:hover {
      cursor: pointer;
      }
    
    .container-nav {
        max-width: 1050px;
        width: 100%;
        margin: auto;
      }
    
      .img-logo-item {
        position: absolute;   
        left: 0;
        top: 0; 

        margin-left: auto; 
        margin-right: auto; 
        width: 150px;
        margin-top: 10px;
      }
    
      .btn-nav {
        height: 100%;
        align-items: center;
        margin: 0 auto;
        width: 30%;
        text-align: center;
        vertical-align: middle;
        line-height: 55px;
      }
    
      .navbar-mobile {
        width: 100%;
        background-color: #fff;
        box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
      }
      
      .nav-container {
        display: flex;
        align-items: center;
        height: 62px;
      }
      
      .navbar-mobile .menu-items {
        z-index: 10;
        background-color: white;
        border: 1px solid black;
        font-family: "Montserrat", sans-serif;
        display: flex;
      }
      
      .navbar-mobile .nav-container li {
        border-bottom: 1px solid #0e2431;
        list-style: none;
      }
      
      .navbar-mobile .nav-container a {
        text-decoration: none;
        color: #0e2431;
        font-weight: 500;
        font-size: 1.2rem;
        padding: 0.7rem;
      }
      
      .navbar-mobile .nav-container a:hover{
          font-weight: bolder;
      }
      
      .nav-container {
        justify-content: space-around;
        display: block;
        position: relative;
        height: 0px;
      }
        
      
      .nav-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background: #0e2431;
      }
      
      .nav-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition: transform 0.4s ease-in-out;
      }
      
      .nav-container .hamburger-lines .line2 {
        transition: transform 0.2s ease-in-out;
      }
      
      .nav-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition: transform 0.4s ease-in-out;
      }
      
      .navbar-mobile .menu-items {
        padding-top: 120px;
        box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.765);
        right: 0%;
        height: -1%;
        width: 100%;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -50px;
        padding-left: 0%; 
    padding-right: 0%; 
        transition: transform 0.5s ease-in-out;
        text-align: center;
      }
      
      .navbar-mobile .menu-items li {
        margin-bottom: 1.2rem;
        font-size: 1.5rem;
        font-weight: 500;
      }
    
      .navbar-mobile .menu-items lis {
        margin-bottom: 1.2rem;
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 20px;
      }
      
      .logo {
            .img-logo {
                height: 50px;
            }
        position: absolute;
        top: 5px;
        right: 15px;
        font-size: 1.2rem;
        color: #0e2431;
      }
      
      .nav-container input[type="checkbox"]:checked ~ .menu-items {
        transform: translateX(0);
      }
    
      .nav-container input[type="checkbox"]:checked ~ .menu-items {
        transform: translateX(0);
      }
      
      .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
        transform: rotate(45deg);
      }
      
      .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
        transform: scaleY(0);
      }
      
      .nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
        transform: rotate(-45deg);
      }
      
      .nav-container input[type="checkbox"]:checked ~ .logo{
        display: none;
      } */
  }