.banner {
    background: url(../img/banner.jpg) no-repeat center / cover;
    width: 100%;
    height: 60vh;
    position: relative;
}

.banner__titulo {
    font-family: var(--fonte-principal);
    font-size: 5rem;
    color: var(--cor-branco3);
    width: 100%;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}