.txt-right {
    text-align: right !important;
}

.bg-empresa {
    background: rgb(42, 42, 140);
    background: linear-gradient(90deg, rgba(105, 166, 45, 1) 0%, rgba(118, 186, 51, 1) 35%, rgba(38, 36, 115, 1) 100%);
}

.bg-emp-1 {
    background-color: #262473 !important;
}

.bg-emp-2 {
    background-color: #69A62D !important;
}

.container-msj {
    position: relative;
    height: 100%;
}

.centered-element {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.cart-cartera-estatus {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}

.scrollStyle {
    max-height: 1000px;
    overflow-y: scroll;
}

.titulo-emp {
    color: #152F40 !important
}

.btn2 {
    background-color: #6BB52E !important;
    color: #ffffff !important;
}

.btn2:hover{
    background-color: #322580 !important;
}

.pace .pace-progress {
   background: #6BB52E !important;
}


