﻿.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../Imagens/gif_carregando_une.gif') center no-repeat #fff;
    background-size: 50%;
}

#show-picture {
    max-width: 600px;
    max-height: 300px
}
