* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  display: none;
}

.allerta-stencil-regular {
  font-family: "Allerta Stencil", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hind-semibold {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  font-style: normal;
}
body {
  background-color: #f8f8f5;
  height: 100vh;
}
.contenedor {
  display: flex;

  justify-content: center;
}
.puntos {
  height: 300px;
  position: relative;
  top: -157px;
  left: -57px;
}
.contenedorSlogan {
  display: flex;
  justify-content: center;
  margin-left: 130px;
}
.slogan2 {
  height: 43px;
  position: relative;
  top: 85px;
  margin-left: 168px;
}
.slogan {
  height: 43px;
  position: relative;
  top: -171px;
}
.contenedorTxt {
  display: flex;
  justify-content: center;
}
p {
  position: relative;

  top: -140px;
}
.contenedorLadrones {
  display: flex;
  justify-content: center;
}
.ladrones {
  height: 390px;
  position: relative;
  margin-left: 20px;
  margin-right: 10px;
  top: -230px;
}
.contenedorBtn {
  display: flex;
  justify-content: center;
}
.btn {
  position: relative;
  top: -300px;
  text-decoration: none;
  background: #2a2926;
  color: #f8f8f5;
  padding: 10px 15px;
  border-radius: 15px;
  font-size: 16px;
  text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
}
.flecha {
  height: 180px;
  position: relative;
  top: -293px;
}
@media only screen and (min-width: 1024px) {
  .ladrones {
    height: 548px;
    margin: 0;
  }
  .slogan2 {
    height: 64px;
    margin-left: 29px;
  }
  .puntos2 {
    height:410px;
    top: -104px;
    left: 105px;
  }
}