@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400;500;600;700&display=swap");
* {
  font-family: "Josefin Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

hr {
  margin: 0;
}

header {
  display: block;
}

#menu {
  font-size: 1.2rem;
}

#nav__cabeza {
  display: flex;
}

#about {
  color: #ff764d;
}

#more {
  color: #ff764d;
  cursor: pointer;
}
#more a {
  color: #ff764d;
  cursor: pointer;
}

.titulo__ableton {
  position: relative;
  bottom: 50rem;
  left: 0%;
  font-size: 10rem;
  font-weight: 600;
  text-align: center;
  color: #006eff;
  margin: 0 1rem;
}

.p__main {
  margin: 3rem 25%;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 800;
}

.p__sub {
  margin: 2rem 25%;
  font-size: 1rem;
  line-height: 1.5;
}

.p__jobs {
  font-size: 100%;
  line-height: 1.4;
  font-weight: 800;
  width: 80%;
  margin: 2rem 0;
}

.link__jobs {
  font-size: 100%;
  line-height: 1.4;
  font-weight: 800;
}

.video {
  width: 100%;
  height: 50rem;
}

.item__principal {
  font-size: 1.3rem;
  margin-left: 0.6rem;
}

.item__nav {
  display: flex;
  align-items: center;
  margin-left: 2.5rem;
  font-weight: 700;
  font-size: 1.4rem;
}

.a__log {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
}

.a__try {
  color: #0000ff;
}

.select__LL select {
  background: #e7e7e7;
  width: 20%;
  font-size: 14px;
  height: 30px;
  padding: 5px;
  border: none;
}
.select__LL :last-child {
  background: #e7e7e7;
  border: none;
  font-size: 14px;
  height: 30px;
  padding: 5px;
  width: 60%;
}

.form__sign {
  display: flex;
  align-items: center;
}
.form__sign input {
  background: #eeeeee;
  width: 70%;
  font-size: 1.2rem;
  height: 3rem;
  border: none;
  padding-left: 1rem;
}
.form__sign :last-child {
  width: 20%;
  height: 3rem;
  font-size: 1.2rem;
  background: #0000ff;
  color: #fff;
  border: none;
}

.nav__more {
  display: none;
}
.nav__more .container__more {
  margin: 2rem 1rem 0 1.7rem;
  padding-bottom: 2rem;
}
.nav__more .container__more h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
.nav__more .container__more .lista__more {
  display: flex;
  text-align: start;
  justify-content: space-between;
  margin: 2rem 0 0 0;
  line-height: 2rem;
}
.nav__more .container__more .lista__more .item__more {
  margin-right: 2rem;
}
.nav__more .container__more .lista__more .item__more span {
  font-weight: 600;
  font-size: 1.2rem;
}
.nav__more .container__more .lista__more_2 {
  display: flex;
  text-align: start;
  justify-content: space-between;
  margin: 2rem 0 0 0;
  line-height: 2rem;
}
.nav__more.show {
  display: block;
}

.nav__menu {
  display: none;
}

.a__about {
  color: #ff764d;
}

.item__menu {
  margin-left: 1rem;
}

main {
  background-color: #ffffff;
}

.cabeza__principal .nav__cabeza {
  display: flex;
  justify-content: space-between;
  margin: 1rem 2.5rem;
}
.cabeza__principal .nav__cabeza .ul__cabeza--2 {
  display: flex;
  text-align: center;
}
.cabeza__principal .nav__cabeza .ul__cabeza {
  display: flex;
  text-align: center;
  justify-content: flex-start;
}

.nav__principal {
  background-color: #ffffff;
  position: sticky;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}
.nav__principal.sticky {
  position: fixed;
  top: -80px;
  transition: top 1s ease;
  width: 100%;
}
.nav__principal.show {
  top: 0;
  transition: top 1s ease;
}
.nav__principal .lista__principal {
  display: flex;
  list-style: none;
  width: 20rem;
  padding: 2rem 1.2rem;
}
.nav__principal .lista__principal .item__principal {
  margin-right: 2rem;
}

.article__ableton .container__ableton {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article__ableton .container__ableton img {
  width: 85%;
  height: 90vh;
  object-fit: cover;
}

.article__music {
  width: 100%;
  position: relative;
}
.article__music .container__music {
  display: flex;
  justify-content: center;
  background-color: #fbffa7;
  margin-left: 50%;
}
.article__music .container__music .container__img {
  width: 60%;
  padding: 25% 10%;
}
.article__music .descripcion__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article__music .article__img {
  position: absolute;
  left: 15%;
  padding-top: 8%;
  width: 40%;
  margin: 0%;
}

.article__more {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem auto;
}
.article__more .container__video {
  width: 80%;
}
.article__more .container__video p {
  margin-left: 1rem;
}

.article__believe {
  align-items: center;
}
.article__believe .container__believe {
  position: relative;
  background-color: #b6ffc0;
  width: 60%;
}
.article__believe img {
  width: 50%;
  margin: 10% 1% 5% 10%;
}
.article__believe .img__believe {
  position: absolute;
  left: 73%;
  top: 20%;
  width: 60%;
  margin: 0%;
}

.article__passionate {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10rem;
}
.article__passionate img {
  width: 80%;
}

.article__employees {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article__employees .container__employees {
  display: flex;
  align-items: center;
  background-color: #d5b3ff;
  height: 50vh;
  width: 50%;
}
.article__employees .container__employees .img__small {
  width: 50%;
  position: relative;
  right: 10%;
}
.article__employees .container__employees .img__big {
  width: 65%;
  position: relative;
  left: 33%;
}

.article__jobs {
  display: flex;
  margin: 5rem 6rem;
}
.article__jobs .img__jobs {
  width: 50%;
}
.article__jobs .container__jobs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #b1c5ff;
  width: 100%;
}

footer h2 {
  padding: 5rem 4rem 2rem 8rem;
  font-size: 3rem;
  font-weight: 500;
}
footer .grid {
  display: grid;
  grid-template-columns: 30% 30% 40%;
  grid-template-rows: auto 10px;
  margin: 4rem 5rem 2rem 8rem;
  line-height: 2;
}
footer .footer__end {
  margin: 5rem 5rem;
}
footer .footer__end ul {
  display: grid;
  align-items: center;
  grid-template-columns: 10% 10% 10% 10% 10% 10% 40%;
  font-size: 0.8rem;
}
footer .footer__end ul li {
  text-align: center;
}
footer .footer__end .madein {
  display: grid;
  grid-template-columns: 40% 10%;
  justify-content: flex-end;
  align-items: center;
}
footer .footer__end .madein .p__madein {
  display: flex;
  justify-content: flex-end;
  margin-right: 2rem;
}

@media screen and (min-width: 2560px) {
  .nav__principal.sticky {
    width: 50%;
  }
  body {
    background-color: #d7d7d7;
  }
  main {
    width: 50%;
    margin: 0 auto;
    padding: 1rem 0;
  }
  .sec-principal {
    background-color: #ffffff;
  }
  footer {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1024px) {
  .article__employees .container__employees {
    height: 20vh;
  }
  .p__main {
    margin: 3rem 10%;
  }
  .p__sub {
    margin: 2rem 10%;
  }
  .cabeza__principal .nav__menu {
    position: relative;
    display: flex;
    z-index: 4;
  }
  .cabeza__principal .nav__menu.show .icono__menu svg {
    fill: #ffffff;
  }
  .cabeza__principal .nav__menu.show #menu {
    font-size: 1.2rem;
    color: #ffffff;
  }
  .cabeza__principal .nav__menu .ul__menu {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 1rem 0 2rem 2rem;
  }
  .cabeza__principal .nav__more {
    display: flex;
    flex-direction: column;
  }
  .cabeza__principal .nav__more .container__more {
    color: #ffffff;
  }
  .cabeza__principal .nav__more .container__more .lista__more {
    display: flex;
    flex-direction: column;
  }
  .cabeza__principal .nav__more .container__more .lista__more li a {
    color: #ffffff;
  }
  .cabeza__principal .nav__more .container__more .lista__more_2 {
    display: flex;
    flex-direction: row;
    overflow: auto;
  }
  .cabeza__principal .nav__more .container__more .lista__more_2 li a {
    color: #ffffff;
  }
  .cabeza__principal .nav__more .container__more .lista__more_2 li a p {
    width: 20rem;
  }
  .cabeza__principal .nav__cabeza {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
    width: 100%;
  }
  .cabeza__principal .nav__cabeza .ul__cabeza {
    display: flex;
    flex-direction: column;
    margin: 0 1rem;
  }
  .cabeza__principal .nav__cabeza .ul__cabeza .icono__cabeza {
    display: none;
  }
  .cabeza__principal .nav__cabeza .ul__cabeza #more {
    display: none;
  }
  .cabeza__principal .nav__cabeza .ul__cabeza .item__nav {
    margin: 2rem 0 0 0;
    font-size: 1rem;
  }
  .cabeza__principal .nav__cabeza .ul__cabeza .item__nav a {
    color: #ffffff;
  }
  .cabeza__principal .nav__cabeza .ul__cabeza .item__nav:nth-child(2) {
    margin-top: 5rem;
  }
  .cabeza__principal .nav__cabeza .ul__cabeza--2 {
    display: flex;
    flex-direction: column;
    margin: 0 0.9rem;
  }
  .cabeza__principal .nav__cabeza .ul__cabeza--2 .item__nav {
    margin: 1rem 0 0 0;
    font-size: 1rem;
  }
  .cabeza__principal .nav__cabeza .ul__cabeza--2 .item__nav a {
    color: #ffffff;
    margin-top: 1rem;
  }
  .cabeza__principal .container__menus {
    position: fixed;
    top: -2000px;
    transition: top 1s ease;
    background-color: #0000ff;
    z-index: 3;
    width: 100%;
  }
  .cabeza__principal .container__menus.show {
    position: absolute;
    top: 0;
    transition: top 0.5s ease;
    background-color: #0000ff;
  }
  .article__jobs {
    display: flex;
    flex-direction: column;
  }
  .article__jobs .img__jobs {
    width: 100%;
  }
  footer .grid {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 15rem;
    margin: 2rem 5rem 0 3rem;
    line-height: 2;
  }
  footer .grid .item__grid:nth-child(1) {
    order: 2;
    margin-bottom: 1rem;
  }
  footer .grid .item__grid:nth-child(2) {
    order: 3;
  }
  footer .grid .item__grid:nth-child(3) {
    order: 1;
  }
  footer .footer__end {
    margin: 1rem 3rem;
  }
  footer .footer__end ul {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: start;
  }
  footer .footer__end ul li {
    margin-top: 1rem;
  }
  footer .footer__end .madein {
    justify-content: stretch;
    margin-top: 2rem;
  }
  footer .footer__end .madein .p__madein {
    justify-content: stretch;
    text-align: center;
    order: 1;
  }
  footer .footer__end .madein svg {
    order: 0;
  }
}

/*# sourceMappingURL=index.css.map */
