.nav-primera-linea {
  display: flex;
  align-content: center;
  background: var(--darkbluecolor);
  width: 100%;
  height: 92px;
  align-items: center;
}

.logo-navbar {
  width: 25%;
  height: 40%;
  margin: 2px 8px 0 2px;
}

.parrafo-navbar {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  color: white;
  font-size: 10px;
  border-left: 1px solid white;
}

.nav-segunda-linea {
  display: none;
  padding: 1rem;
  align-items: center;
  position: absolute;
  right: 10%;
  background: #eafaff;
  width: 50%;
  height: 70vh;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 4;
}

.nav-segunda-linea ul li {
  margin: 3rem auto;
}

.nav-segunda-linea ul li a {
  font-size: 18px;
  color: var(--darkgreycolor);
}

@media screen and (min-width: 720px) {
  .logo-navbar {
    width: 10%;
    height: 90%;
    margin: 5.41px 23.4px 0 20px;
  }

  .parrafo-navbar {
    padding: 24px;
    font-size: 16px;
  }

  .nav-segunda-linea {
    display: flex;
    justify-content: center;
    text-align: center;
    position: absolute;
    right: 20%;
    width: 60%;
    background: var(--whitecolor);
    padding-bottom: 1%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 999;
    align-items: center;
    height: 4rem;
  }

  .nav-segunda-linea ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    font-size: 14px;
    color: var(--transparent-white-color);
    font-weight: bolder;
  }

  .logo-top-volkswagen {
    display: flex;
    align-items: center;
  }

  .logo-top-volkswagen a {
    margin-right: calc(-1rem + 12px);
    font-size: 18px;
    transition: 600ms;
  }

  .logo-top-volkswagen a:hover {
    font-size: 20px;
  }

  a {
    color: rgb(48, 46, 46);
    margin: 30px;
    transition: 600ms;
  }

  a:hover {
    font-family: "Bold";
    color: red;
    text-decoration: underline;
    font-size: 16px;
  }
}
