.banner
{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../img/banner.png');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.filter {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
}

.banner img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
   
    background-position: fixed;
    /* background-repeat: no-repeat; */
}

.banner .texto
{
    position: absolute;
    bottom: 75px;
    right: 150px;
    font-size: 28px;
    color: #5f6368;
    font-weight: 300;
}