.header {
  width: 100%;
  height: 100vh;
  font-family: "Katler-Rough";
  position: relative;
  background-image: url("../image/hero/hero-promociones.webp");
  background-position: center;
  background-size:cover ;
  overflow: hidden;
}
.button-prom{
  position: absolute;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  left: 50%;
  bottom: 10%;
  transform: translateX(-50%);
}
.pollo-entero{
  display: block;
  margin: 130px auto;
}
.container__promociones{
  width: clamp(350px,100%,1300px);
  margin: auto;
  padding-bottom:100px ;
  position: relative;
  overflow: hidden;

}
.vector-5{
  width: 100%;
  left: 0;
  height:400px;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.vector-1{
  width: 60%;
  position: absolute;
  top: 20%;
  right: 0%;
  z-index: -1;
}
.contenido__promos{
  margin:  130px auto 130px auto;
  width: clamp(300px,70%,900px);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.contenido__promos:last-child{
  gap: 100px;
}
.text-promos{
  align-self: self-start;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  height: max-content;
  margin-top: 10px;
}
.text-promos h3{
  font-family: Katler-Regular;

  font-size: 2rem;
  text-align: center;
}
.text-promos span{
  display: block;
  color: var(--color-button);
}
.text-promos span:first-child{
  font-size: 5rem;
  letter-spacing: 10px;
  text-align: center;
  margin-left: 8px;
}

.text-promos span:nth-child(2) {
  font-size: 3.7rem;
  letter-spacing: 3px;

}
.text-promos span:last-child {
  font-size: 3.7rem;
  letter-spacing: 3px;
}
.text-promos p {
  font-family: KumbhSans-Regular;
  color: #fefefe;
  text-align: start;
  margin: 20px 0;
  padding: 0 10px;

  width: 200px;
}
.text-promos img {
  width: 80px;
  margin-bottom: 10px;
}
.text-promos .button {
  border: 1px solid #fefefe;
  color: #fefefe;
  padding: 8px 20px;
}

.img-promos{
  position: relative;
  display: flex;
  flex-direction: column;
}
.img-promos img:first-child{
  width: 250px;
  position: absolute;
  right: 15%;  
  margin-top: -70px;
}
.img-promos img{
  width: 280px;
}
.img-promos img:nth-child(2){
  margin-left:150px ;
  margin-bottom: -60px;
  z-index: 30;
}
.promos-2 {
flex-direction: column-reverse;
}
.promos-2 .dosx1{
    top: -20px;
    left: 0;
    z-index: 2;
}
.promos-2 img{
  z-index: 30;
}
.promos-2 .pollo:nth-child(2){
  margin-top: -60px;
}

.footer{
  margin-top: -60px;
}

@media (min-width: 600px) and (max-width: 900px){
  .header{
    background-image: url("../image/hero/hero-promociones-tablet.webp");
  }

}
@media (width < 600px) {
 .contenido__promos{
  margin: 10px auto;
  padding: 0;
  flex-wrap: wrap;
 }
.text-promos{
  margin-left:-10px;
}
 .text-promos h3{ 
  display: flex;
  margin-bottom:-30px;
 }
  .text-promos span{
    color: #fefefe;
    display: inline;
    
  }
  .text-promos span:first-child{
    color: #fefefe;
    display: block;
    font-size: 7.3rem;
  }
  .grupo_texto{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:0;
  }
  .grupo_texto span:first-child {
    font-size: 3.4rem;
    letter-spacing: 10px;
    margin-top:5px;
    margin-bottom: -20px;
  }
   .grupo_texto span:last-child {
    font-size: 3.4rem;
    letter-spacing: 8px;
  }
  .text-promos p{
    text-align: start;
    width: 100%;
    margin-bottom:-5px ;
  }
  .img-promos img:first-child{
    width: 150px;
  }
  .img-promos img{
    width: 180px;
  }
 
.img-promos img:first-child{
  position: absolute;
  left: 10%;  
  bottom: 70%;
  margin-top: -30px;
}

.img-promos img:nth-child(3){
 margin-top: -50px;
}

.img-promos{
  margin-top: 50px;
}
.promos-2{
  order: 2;
}
.promos-2 .dosx1:first-child{
  width:180px;
  top: -70px;
}
.promos-2 .pollo:nth-child(2){
  margin-top: -90px;
}
.header {
  width: 100%;
  height: 100vh;
  font-family: "Katler-Rough";
  background-image: url("../image/hero/hero-promociones-movil.webp");
  background-position: center;
  background-size:cover ;
  overflow: hidden;
}
.vector-1{
  width: 80%;
  position: absolute;
  top: 35%;
  right: -20%;
  z-index: -1;
}
}