.bg-flyers h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 5vw;
    font-weight: 900!important;
    text-shadow: 5px 5px 5px #000;
}

.bg-flyers {
    width: 100%;
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.bg-flyers{
	background-image: url(../../storage/img/redesociales/flyer.jpg)
}
.bg-flyers .opaco{
   
    width: 100%;
    height: 50vh;
  background: rgba(0, 0, 0, 0.4);
}

#flyers img{
    width: 100%;
    height: 250px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}