/* Estilos del componente VentanaComponent */
.popUp > .modal-content {
    min-width: 1100px;
    position: absolute;
    float: left;
    left: 50%;
    transform: translate(-50%);
}

.myfootercs > .modal-footer {
    border: none;
}

.popup {
    height: calc(100vh - 3.5rem);
    position: absolute;
    max-width: 1200px;
}

.popup > .modal-content {
    top: 50%;
    transform: translate(0%, -50%);
}