﻿.ajusteTela {
    background-color: rgba(0,0,0, 0.70);
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    transition: 400ms;
    z-index: 1000;
}

.img-popup {
    max-height: 40px;
    margin-right: 20px;
}

p {
    margin: 0px;
}

.div-modal-body {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.div-popup-load {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.div-popup-load img {
    max-height: 100px;
}

.div-popup-load label {
    font-weight: bold
}
