@font-face {
  font-family: "Grotesk";
  src: url("../fonts/NHaasGroteskTXPro-55Rg.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Grotesk";
  src: url("../fonts/NHaasGroteskTXPro-65Md.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Grotesk";
  src: url("../fonts/NHaasGroteskTXPro-75Bd.ttf");
  font-weight: 700;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: black;
  color: white;
  font-family: "Grotesk";
}

.navRes {
  display: none;
}

.home_0 {
  height: 6rem;
  width: 100%;
}

.home_1 {
  height: 100vh;
  padding: 0 5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.home_1 footer {
  z-index: 0;
  width: 2rem;
  height: 250px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 25%;
}

.home_1 footer div {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

.home_1 footer .divider {
  background-color: white;
  height: 120px;
  width: 1px;
}

.home_1 .imagen {
  width: 50%;
}

.home_1 .imagen img {
  width: 100%;
  margin-top: 5rem;
}

.home_1 .imagen .man {
  width: 100%;
  height: 80%;
}

.home_1 .container .title {
  font-weight: 400;
  font-size: 5.5rem;
}

.home_1 .container {
  padding-left: 2rem;
  align-items: baseline;
  margin-top: 6%;
}

.home_1 .container .title span {
  border-bottom: white;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 0.3rem;
  display: inline-block;
}

.home_1 .container .title .responsive {
  display: none;
}

.home_2 {
  min-height: 100vh;
  padding: 0 5%;
  background-color: #f6f6f6;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.home_2 .res {
  display: none;
}

.home_2 h1 {
  background-color: #f6f6f6;
  color: black;
  font-size: 50px;
  margin-top: 3rem;
  margin-bottom: 2rem;
  margin-left: 2rem;
  font-weight: 400;
  text-align: center;
  line-height: 4rem;
}
.home_2 h2 {
  background-color: #f6f6f6;
  color: black;
  line-height: 2.8rem;
  font-size: 30px;
  margin-bottom: 2rem;
  margin-left: 2rem;
  font-weight: 100;
  text-align: center;
}

.home_2 h4 {
  background-color: white;
  color: black;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
}

.home_2 p {
  background-color: white;
  color: black;
  font-size: 14;
  font-weight: 400;
  line-height: 1.4rem;
  letter-spacing: 1px;
  margin: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
}

.home_2 .index {
  z-index: 0;
  width: 2rem;
  margin-top: 25%;
  height: 250px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_2 .container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.home_2 footer div {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
}

.home_2 footer .divider {
  background-color: white;
  height: 120px;
  width: 1px;
}

.home_2 .container_btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #f6f6f6;
  font-family: 'Grotesk';
}

.home_2 div {
  background-color: #f6f6f6;
}

.home_2 .readme {
  background-color: white;
  text-align: center;
  width: 20rem;
  margin-bottom: 5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home_2 div .img {
  height: 13rem;
  background-color: white;
}

.home_2 .container .container_btn .readme .img img{
  height: 115px;
}

.home_2 .container .container_btn .readme .img svg {
  background-color: #ffffff;
}

.home_2 footer div {
  color: black;
}

.home_2 footer .divider {
  background-color: black;
}

@media screen and (max-width: 1150px) {

  .navRes {
    display: block;
  }

  .home_1 .index {
    display: none
  }

  .home_1 .container {
    flex-direction: column;
    margin: 2rem auto;
    padding: 0;
  }

  .home_1 .container .title .responsive {
    display: block;
    text-align: center;
  }
  .home_1 .container .title .responsive span {
    font-size: 6.5rem;
    padding-left: 1rem;
  }

  .home_1 .container .title .default {
    display: none;
  }

  .home_1 .imagen {
    display: none;
  }

  .home_2 {
    height: auto;
  }

  .home_2 .index {
    display: none;
  }

  .home_2 .container .container_btn {
    flex-direction: column;
    margin: 0 auto;
  }

  .home_2 .container .container_btn .readme{
    margin-bottom: 2rem;
  }

  .home_2 .container .container_btn .readme p{
    font-size: 1rem;
  }

  .home_2 .container h1 {
    margin-left: 0;
    font-size: 3rem;
    line-height: 2.8rem;
  }

  .home_2 .container h2 {
    margin-left: 0;
    font-size: 1.7rem;
    line-height: 1.7rem;
  }

}

@media screen and (max-width: 500px) {

  .home_1 {
    flex-direction: column-reverse;
    padding-left: 5%;
    padding-right: 0;
  }
  
  .home_1 .imagen {
    display: block;
    width: auto;
  }
  
  .home_1 .imagen img{
    margin-top: 0;
  }
  
  .home_1 .container {
    margin-bottom: 5rem;
    margin-left: 0;
  }

  .home_1 .container .title .responsive {
    text-align: left;
    display: flex;
    flex-direction: column;
    text-align: left;
  }

  .home_1 .container .title .responsive span {
    font-size: 3.2rem;
    padding-left: 0;
    width: fit-content;
  }

  .home_2 .res {
    display: block;
  }

  .home_2 .def {
    display: none;
  }

  .home_2 .container h1 {
    margin-left: 0;
    font-size: 2rem;
  }

  .home_2 .container h2 {
    margin-left: 0;
    font-size: 1.2rem;
  }

  .home_2 .container .container_btn .readme{
    width: 18rem;
  }

}