.fuente-card {  font-size:12px;  }

body.no-scroll-pb {
    overflow: hidden;
}

.modal-pb {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    overflow: auto;
    z-index:1031;
}

.btn-close-modal-pb {
    font-family: Arial, Helvetica, sans-serif;
    background: #f26d7d;
    color: #fff;
    line-height: 25px;
    position: absolute;
    left: -12px;
    text-align: center;
    top: -10px;
    width: 25px;
    height: 23px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 1px;
}
.btn-close-modal-pb:hover {
    background: #fa3f6f;
    cursor: pointer;
}

.modal-pb-content {
    position: absolute;
    top: 11px;
    width: 1000px;
    text-align: center;
    padding: 8px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 3px 10px rgba(129,218,245);
}



@media only screen and (min-width: 781px) {
    .modal-pb-content {
    left: 40%;
    margin-left: -350px;
    }
}


@media screen and (max-width:780px) {
    .modal-pb-content {
        left: 57%;
        width: 600px;
        margin-left: -350px;
    }
    .content-hora-inicio{
        width: 250px;
    }
}

@media screen and (max-width:665px) {
    .modal-pb-content {
    left: 68%;
    width: 492px;
    margin-left: -350px;
    }
    .content-hora-inicio{
        width: 210px;
    }
}

@media screen and (max-width:414px) {
    .modal-pb-content {
    left: 68%;
    width: 384px;
    margin-left: -267px;
    }
    .content-hora-inicio{
        width: 211px;
    }
}

@media screen and (max-width:375px) {
    .modal-pb-content {
    left: 68%;
    width: 345px;
    margin-left: -240px;
    }
    .content-hora-inicio{
        width: 210px;
    }
}

@media screen and (max-width:320px) {
    .modal-pb-content {
    left: 68%;
    width: 291px;
    margin-left: -203px;
    }
    .content-hora-inicio{
        width: 201px;
    }
}

.list-group-pb{
    padding-inline-start: 0px;
}

.list-group-pb > li{
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    color: #495057;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    list-style:none;            
}

.list-group-pb > li:hover{
    background-color: #FAFAFA;
    cursor:pointer;
}