header{
    background: url(../img/background/img_pb2.jpg) center bottom no-repeat; 
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: scroll;
    height: calc(var(--vh) * 100) !important;
    max-height: calc(var(--vh) * 100) !important;
    width: 100vw;
}

header div{
    height: calc(var(--vh) * 100) !important;
    width: 100vw;
    background-color: var(--bg-main-opacity);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-height: calc(var(--vh) * 100) !important;
}

header button{
    margin-top: 3rem;
}

header div span{
    margin-top: 2rem !important;
    color: var(--bg-light-secondary);
    animation: animateTopBottom infinite 1s;
}

header #imagemPrincipal{
    max-height: 20vh;
    max-width: 100%;
}

#mapaBarbearia{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.imageCover{
    height: calc(var(--vh) * 75);
}