body {
  font-family: Arial, Helvetica, sans-serif;

  background: #ffffff;
  overflow-x: hidden;
}

h1 {
  position: relative;

  top: 15px;

  font-size: 20px;

  text-align: center;
}

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  /* padding: 0px 20px 0px 20px; */
  position: relative;
  top: 20px;
  text-align: left;
}

.logos {
  position: relative;

  top: 2.5px;

  text-align: left;
}

.Yujiro {
  font-size: 16px;
}

.Baki {
  font-size: 20px;
  top: 15px;
  position: relative;
}

nav {
  height: 70px;

  background-color: #000000;

  text-align: end;
}

nav ul {
  list-style: none;

  display: inline-block;

  padding: 18px;
}

nav ul li {
  float: left;

  width: 50px;

  margin-top: 20px;
}

nav ul li a {
  color: white;

  font-weight: bold;

  text-decoration: none;

  padding: 18px;

  position: relative;

  bottom: 80px;

  right: 15px;
}

.OdellBox {
  margin: 30px;
}

.NakanoBox {
  margin: 30px;
}

.cardMenu {
  box-sizing: border-box;

  display: flex;

  flex-wrap: wrap;

  flex-direction: row-reverse;

  column-gap: 10px;

  justify-content: center;

  justify-items: center;

  align-items: center;

  width: 100%;
}

.redMenu {
  position: relative;

  font-size: 24px;

  font-weight: 300;

  background-color: #ffffff;

  color: #666666;

  text-decoration: none;

  box-shadow: 1px 1px 3px 3px #999999;
}

.vertical {
  display: flex;
  align-items: center;
  flex-direction: column;

  height: 35vw;

  width: 15px;

  flex: 2;

  justify-content: center;
}

.horizontal {
  align-items: center;

  display: inline-block;

  height: 35vw;

  width: 15px;

  flex: 2;

  justify-content: center;
}

.tesla {
  position: relative;

  right: 5px;

  bottom: 6.5px;
}

.icono {
  color: black;
}

.redMenu:hover {
  background: #ffce00;
}

.header_new {
  text-align: center;

  color: #ffffff;
}

.redMenu span {
  display: flex;

  justify-content: center;
}

.redMenu hr {
  color: black;

  margin: 0 auto;

  width: 100px;
}

/* .redMenu a {
  font-size: 3.4vw;
} */

.title_card {
  font-size: 15px;
}

.footer-clean {
  padding: 50px 0;

  background-color: #000000;

  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;

  margin-bottom: 12px;

  font-weight: bold;

  font-size: 16px;
}

.footer-clean ul {
  padding: 0;

  list-style: none;

  line-height: 1.6;

  font-size: 14px;

  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;

  text-decoration: none;

  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

.footer-clean .item.social > a {
  font-size: 24px;

  position: relative;

  width: 40px;

  right: 50px;

  bottom: 100px;

  height: 40px;

  line-height: 40px;

  display: inline-block;

  text-align: center;

  border-radius: 50%;

  margin-left: 70px;

  margin-top: 22px;

  color: inherit;

  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

.footer-clean .copyright {
  margin-top: 14px;

  margin-bottom: 0;

  font-size: 13px;

  opacity: 0.6;
}

@media screen and (min-width: 600px) {
  .Yujiro {
    font-size: 20px;
  }
  .title_card {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  * {
    margin: 0;

    padding: 0;

    box-sizing: border-box;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;

    background: #f0f0f0;
  }

  h1 {
    position: relative;

    top: 20px;

    text-align: center;
  }

  .Yujiro {
    font-size: 25px;
  }

  .Baki {
    font-size: 20px;
    top: 20px;
    position: relative;
  }

  .OdellBox {
    margin: 40px;
  }

  .logo {
    position: relative;

    top: 20px;

    text-align: left;
  }

  .logos {
    position: relative;
    top: 2.5px;
    text-align: left;
  }

  nav {
    width: 100%;

    height: 70px;

    background-color: #000000;

    text-align: end;
  }

  nav ul {
    list-style: none;

    display: inline-block;

    padding: 18px;
  }

  nav ul li {
    float: left;

    margin-top: 20px;
  }

  nav ul li a {
    color: white;

    font-weight: bold;

    text-decoration: none;

    font-size: 20px;

    padding: 18px;

    position: relative;

    bottom: 55px;
  }

  .cardMenu {
    display: flex;

    flex-wrap: wrap;

    column-gap: 50px;

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;

    justify-content: center;

    justify-items: center;

    align-items: center;

    width: 1150px;
  }

  .redMenu {
    margin: 20px;

    position: flex;

    display: inline-block;

    padding: 30px;

    font-size: 10px;

    font-weight: 300;

    background-color: #ffffff;

    color: #666666;

    text-decoration: none;

    box-shadow: 1px 1px 3px 3px #999999;

    height: 150px;
  }

  .vertical {
    align-items: center;

    display: flex;

    height: 10.5vw;

    width: 15px;

    flex: 2;

    justify-content: center;
  }

  .horizontal {
    align-items: center;

    display: inline-block;

    height: 10.5vw;

    width: 15px;

    flex: 2;

    justify-content: center;
  }

  .icono {
    color: black;
  }

  .redMenu:hover {
    background: #ffce00;
  }

  .adan {
    /* position: relative; */

    bottom: 25px;
  }

  .redMenu span {
    margin-top: -25px;

    display: flex;

    justify-content: center;
  }

  .redMenu hr {
    color: black;

    margin: 0 auto;

    width: 100px;
  }

  .redMenu a {
    text-align: center;

    font-size: 20px;
  }

  .footer-clean {
    padding: 50px 0;

    background-color: #000000;

    color: #4b4c4d;
  }

  .footer-clean h3 {
    margin-top: 0;

    margin-bottom: 12px;

    font-weight: bold;

    font-size: 16px;
  }

  .footer-clean ul {
    padding: 0;

    list-style: none;

    line-height: 1.6;

    font-size: 14px;

    margin-bottom: 0;
  }

  .footer-clean ul a {
    color: inherit;

    text-decoration: none;

    opacity: 0.8;
  }

  .footer-clean ul a:hover {
    opacity: 1;
  }

  .footer-clean .item.social {
    text-align: right;
  }

  .footer-clean .item.social > a {
    font-size: 24px;

    position: relative;

    width: 40px;

    right: 50px;

    top: 10px;

    height: 40px;

    line-height: 40px;

    display: inline-block;

    text-align: center;

    border-radius: 50%;

    margin-left: 40px;

    margin-top: 22px;

    color: inherit;

    opacity: 0.75;
  }

  .footer-clean .item.social > a:hover {
    opacity: 0.9;
  }

  .footer-clean .copyright {
    margin-top: 14px;

    position: relative;

    margin-bottom: 0;

    font-size: 20px;

    left: -10px;

    color: #ffffff;
  }
}
