* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  position: relative;
}

.home__wrapperT {
  background-image: url(https://tvazteca.brightspotcdn.com/61/a8/bcd9a07c4027a4052e8e7e4ec6d9/back.jpg);
  width: 100vw;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__container {
  text-align: center;
  top: -10vh;
}
.home__people {
  max-width: 330px;
  position: absolute;
  left: 1vw;
  bottom: 0;
}
@media screen and (max-width: 600px) {
  .home__people {
    max-width: 180px;
  }
}
@media screen and (max-width: 321px) {
  .home__people {
    max-width: 100px;
  }
}
.home__people img {
  width: 100%;
}
.home__p {
  color: white;
  font-family: Inter, Arial;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 30px;
}
.home__h1 {
  font-size: 2.625rem;
  font-weight: 600;
  color: #fff;
}
.home__h2 {
  font-size: 20px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 55px;
}
@media screen and (max-width: 600px) {
  .home__h2 {
    max-width: 95%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.home__logo {
  width: 60%;
  margin: -5vh auto 0rem;
}
.home__btn {
  padding: 15px 20px;
  background-color: #fff;
  color: #628133;
  border-radius: 50px;
  width: 300px;
  display: block;
  margin: auto;
  text-decoration: none;
}
@media screen and (max-width: 321px) {
  .home__btn {
    width: 80%;
  }
}/*# sourceMappingURL=estilos.css.map */