/*header-nav*/
.header-nav {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mob-menu {
  display: none;
}

.header-nav__img img {
  width: 60%;
}

.header-nav .container {
  padding-top: 0;
}

.header-nav__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu-item:last-of-type {
  display: flex;
  padding: 12px 32px;
  border: 1px solid #1d1d1b;
  border-radius: 40px;
  background: #ffffff;
  font-size: 16px;
  line-height: 16px;
  justify-content: center;
  align-items: center;
}

.menu-item {
  text-decoration: none;
  color: #1d1d1b;
  font-size: 18px;
  line-height: 120%;
}

.menu-item:nth-child(1) {
  display: flex;
}

@media (max-width: 1243px) {
  .header-nav {
    background: #ffffff;
    /* padding-top: 0; */
    padding-bottom: 0;
  }

  nav#mob-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    justify-content: flex-start;
    display: none;
    background: #000000e0;
    top: 0;
    left: 0;
    z-index: 20;
    gap: 20px;
  }

  nav#mob-menu.open {
    display: flex;
  }

  .mobile-nav #Capa_1 {
    width: 24px;
    height: 24px;
    fill: white;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  #Capa_2,
  #Capa_3 {
    cursor: pointer;
  }

  #mob-menu svg {
    width: 135px;
    height: 90px;
  }

  .menu-item {
    font-size: 16px;
  }
}

@media (max-width: 683px) {
  .header-nav__img {
    width: 100px;
  }

  .menu-item:last-of-type {
    font-size: 11px;
    padding: 5px 10px;
  }
}

/*    .mob-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 117px;
        padding: 12px 32px;
        border: 1px solid #1D1D1B;
        border-radius: 40px;
        font-size: 16px;
        line-height: 20px;
    }*/

/*header-nav*/
