.main__ofertasBlack{
  background-image: url("https://imagenes.blackfridaycol.com/assets-web/Imagen_background_blackfriday_nov2025.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-block: 0rem;
}
.ofertasBlack{
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2.5rem;
}
.infoOfertasBlack{
  width: 100%;
  background-color: #f9ff00;
  height: 100%;
  padding:2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.infoOfertasBlack h3{
  text-transform: uppercase;
  font-size: 2.2rem;
}

.infoOfertasBlack p{
  font-size: 1.8rem;
}

/* Teléfonos moviles*/
@media only screen and (max-width: 480px) {
  .ofertasBlack{
    width: 96%;
  }
}