﻿.restrito-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 64px);
    overflow: hidden;
}

.restrito-imagem {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.restrito-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.35);
}
