

.div-titel {
  display: flex;
  height: 70px;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 35px;
  color: rgb(58, 1, 1);
  background-color: rgb(33, 156, 190);
}


.daily-promo-from-app{
  display: flex;
  flex-direction: column;
  
  background-color: rgb(0, 0, 36);
  margin-bottom: 10px;
  padding-block: 10px;
  padding-inline: 40px;
  border-radius: 20px;
}
.dayli-promo-title{
  display: flex;
  flex-direction: row;
}
.daily-promo-name{
  display: flex;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-family: "Amatic SC", sans-serif;
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
  color: rgb(248, 193, 121);
  font-weight: bold;
  padding-right: 10px;
}
.daily-promo-description {
  display: flex;
  align-items: flex-end;  /* Aligns content to the bottom */
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 400;
  
  font-size: 26px;
  
  color: rgb(250, 250, 145);
  
}
.daily-promo-end-date{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: rgb(246, 246, 186);
  padding-bottom: 15px;
  border-bottom: 5px;
}
.space-promo-daily{
  width: 100%;
  height: 3px;
  background-color:rgb(246, 246, 186); ;
}



.div-promotions {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically */
  padding-bottom: 40px;
  background-image: url('/images/background3.PNG'); /* Replace with your image URL */
  background-size: cover; /* Ensures the image covers the entire div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents image repetition */
  min-width: 800px;
}



.div-promo-items {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  justify-content: center; /* Center vertically */
  gap: 30px;
  
}
.div-pic {
  display: flex;
  width: 40%;
  border: solid;
  border-color: rgb(14, 162, 176);
  border-width: 3px;
  border-radius: 5px;

}
.promo {
  padding: 0px;
  border: 0px;
  cursor: pointer;
}
.image-promo {
  width: 100%;
  height: 100%;
  
}

.button-volver {
  height: 50px;
  width: 140px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: rgb(58, 1, 1);
  background-color: rgb(33, 156, 190);
  border: 0px;
  border-radius: 10px;
  cursor: pointer;
}



.promo-title {
  height: 50px;
  width: 350px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  

  display: flex;
  
  align-items: center;
  justify-content: center;
  text-align: center;
 
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: rgb(244, 231, 118);
  background-color: rgb(0, 8, 24);
}
.promo-descrip {
  height: 150px;
  width: 650px;
  margin-top: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
  
  align-items: center;
  justify-content: center;
  text-align: center;
 
  font-family: Arial, Helvetica, sans-serif;
  
  font-size: 20px;
  color: rgb(244, 231, 118);
  background-color: rgb(0, 8, 24);
  
}