.candidates-banner{
    width: 100%;
    height: 499px;
    background-image: url(/avisos/img/candidates.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-position: center;
    background-position-y: 25%;
}
.candidates-banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    z-index: 2;
    pointer-events: none;
    background-color: rgba(255, 102, 144, 0.5);
}
.candidates-title{
    font-size:3rem;
    font-weight: bold;
    color:white;
    text-align: center;
    width:100%;
    display:block;
    z-index:3;
}