.darkBack{
    background-image: linear-gradient(#080d29, #111847);
    color: white !important;
}

.modalItemContainer {
    margin: auto;
    margin-top: 10px;
    width: 80%;
    min-width: 300px;
    height: 75vh;
    border-radius: 25px;
}


.modalItemContent{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 75%;
}

.modalItemValor {
    width: 45%;
    text-align: right;
    margin-bottom: 10px;
}

.modalItemTitulo {
    width: 45%;
}