.card {
    border-radius: 0px;
}

.header {
    padding: 0.5rem;
    background-color: #ececeb;
    margin-bottom: 1rem;
}

.imgLogoDepositos {
    padding: 1.5rem;
}

.title-lebel {
    color: #EE4811;
    font-weight: bold;
}

.page-section {
    padding: 3rem 0;
}

.bg-dark {
    background-color: #343a40!important;
}

.text-white {
    color: #fff!important;
}

.text-center {
    text-align: center!important;
}

.swal-modal {
    /* color: rgba(63, 255, 106, 0.69); */
    border-radius: 0px;
}

.swal-button {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.swal-button:not([disabled]):hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

/* barra de procesos */

.breadcrumb {
    padding: 0px;
    background: #D4D4D4;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
}

.breadcrumb>li+li:before {
    padding: 0;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li.active a {
    background: brown;
    /* fallback color */
    background: #ffc107;
}

.breadcrumb li.completed a {
    background: brown;
    /* fallback color */
    background: hsla(153, 57%, 51%, 1);
}

.breadcrumb li.active a:after {
    border-left: 30px solid #ffc107;
}

.breadcrumb li.completed a:after {
    border-left: 30px solid hsla(153, 57%, 51%, 1);
}

.breadcrumb li a {
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 45px;
    position: relative;
    display: block;
    float: left;
}

.breadcrumb li a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(0, 0%, 83%, 1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.breadcrumb li a:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

.breadcrumb li:first-child a {
    padding-left: 15px;
}

.breadcrumb li a:hover {
    background: #ffc107;
}

.breadcrumb li a:hover:after {
    border-left-color: #ffc107 !important;
}

/* inf reserva*/

.header-info {
    padding: 1rem 0;
    text-align: center;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.medlog-color {
    background-color: #ffce00;
}

.reserva-info {
    padding: 1rem;
    background-color: #f8f9fa;
    color: #EE4811;
    font-weight: bold;
    text-align: center;
}

.reserva-status-activo {
    padding: 1rem 0;
    background-color: #3C5267;
    color: white;
    text-align: center;
}

.reserva-status-pagado {
    padding: 1rem 0;
    background-color: #28a745;
    color: white;
    text-align: center;
}

.reserva-status-vencido {
    padding: 1rem 0;
    background-color: #dc3545;
    color: white;
    text-align: center;
}

.text-response-estado {
    font-size: 4rem;
}

.cliente-info {
    padding: 1rem;
    background-color: #17a2b8;
    color: white;
    text-align: left;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.NombreCliente {
    font-size: 2rem;
    font-weight: bold;
}

.text-response-numReserva {
    font-size: 3rem;
    color: #3C5267;
}

.text-small {
    font-size: 11px;
    color: grey;
}

.text-small-white {
    font-size: 11px;
    color: white;
}