﻿.modal-rom {
    max-width: 100vw;
    max-height: 100vh;
    position: relative;
    left: 0;
    top: 0;
    /*background-color: white;*/
    /*display: block;*/
    /*opacity: 0 !important;*/
}

#modal_rom {
    /*opacity: 0.5 !important;*/
}

#modal_rom .text-modal-rom-process {
    font-weight: bold;
}
#modal_rom .text-modal-rom-process::after {
    color: #009fe3 !important;
    content: "Procesando...";
}


.titulo-pagina {
    display: flex;
    /*flex-direction: row;*/
    justify-content: center;
    color: black;
    font-weight: bolder;
}