/*.mm_entry .item-container .image-cover a .cover-overlay {
    background: none repeat scroll 0 0 rgba(40,50,60,.9);
    bottom: 0;
    color: #fff;
    width: 257px;*/
/*    opacity: 0;*/
/*    padding: 0 10px;*/
/*    position: absolute;*/
/*    transition: all 7.2s linear 0s;
    z-index: 2;
}*/
/*cartas*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Segoe+UI&display=swap');

.collection-wrapper{
/*display: inline-flex;*/
padding-left: 16px;
}

.item-data{
    margin-right: 30px;
}

.unveil-inmediately{
    width: 230px;
    height: 332px;
}

.cover-overlay{
    width: 230px;
 position: absolute;

}

.unveil-inmediately{
      border-radius: 4px;
      box-shadow: 0px 1px 3px 3px rgb(36 34 34 / 56%);
}


/*.cover-overlay:hover .book-details-content h2,
.cover-overlay:hover .book-details-content p {
  opacity: 1;

a34--1178.50


a54-1348.00


}*/

.book-details-content{
    display: none;

}

.image-cover:hover .book-details-content h2{
    text-align: center;
    font-size: 17px;
    align-content: center;
    color: yellow;
    text-transform: uppercase;
}

.image-cover:hover .book-details-content p{
    text-align: center;
    font-size: 15px;

}


.image-cover:hover .book-details-content {
  background-color: black;
  color: white;
  opacity: 0.83;
  height: 331px;
  font-family: "Open Sans", "Segoe UI", "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
  padding-top:41px;
  display: block;
  cursor: pointer;
}

.image-cover:hover .fill::before {
  content: '\2605';
  font-size: 15px;
  color: yellow;
  
}

.image-cover:hover .item-votes{
    text-align: center;
}

.image-cover:hover .fill::before {
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.99));
}

.modal-title{
    width: 100%;
    text-align: center !important;
    font-weight: 600;
    text-transform: uppercase;
}
.contenido-body{
    text-align: justify;
}
.table td, .table th {
    padding: 0.4rem !important;
}

.container-table{
    display: flex !important;
}

.collection-wrapper{
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 20px;
}

.tableregister{
 padding-top: 20px;
    padding-bottom: 20px;   
}

.btnregistro{
    padding-top: 10px;
    padding-left:10px;
}


.dataTable_width_auto{
     width: auto;
}

.diver th{
    text-align: center !important;
}

/*.image-cover:hover .item-votes label{
    color: #f1c40f;
    font-size: 16px;
    height: auto;
    line-height: 20px;
}
*/



/*
.unveil-inmediately:hover+#cover-overlay{
color: white;
background: gray;
}*/

/*.cover-overlay:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
*/

/*.cover-overlay:hover{
    opacity: 1%;
}*/

/*.mm_entry .item-container .image-cover a:hover {
    background: url(https://openlibra.blob.core.windows.net/assets/images/layout/no-cover.png) no-repeat scroll center center/100% 100% #cc1f1f;
*//*    display: block;
 */ /*  height: 50%;
/*    overflow: hidden;*/
/*    position: relative;
    background: none repeat scroll 0 0 rgb(48 57 66 / 90%);
    bottom: 0;
    color: #fff;*/
/*    opacity: 0;
    padding: 0 10px;*/
/*    position: absolute;*//*
    transition: all 7.2s linear 0s;*/
/*    width: 100%;*/
/*    z-index: 2;
}*/
/*
image-cover.book-details-content:hover{
    position: absolute;
    width: 257px;
    background: #151515cc;
    height: 370px;
}
*/

.nav-link p{
    font-size: 14px !important;
}

.funer{
    display: table-cell;
}

.funers{
    display:flex;
}

.carousel-control-prev, .carousel-control-next{
    width: auto !important;
}

/*LIBROS CSS*/

.event-details .avatar {
    width: 100px;
    height: auto;
    float: left;
    margin-right: 14px;
    border: 1px solid #0a79dd;
}

.event-item {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eaeaea;
}

.event-details {
    width: 70%;
    float: left;
}

.joined-details {
    width: 30%;
    float: left;
    text-align: right;
}

.student-list{
    list-style: none;
}

.event-details h4 {
    margin: 30px 0 2px 0;
    font-weight: bold;
    color: #1876f2;
}


.joined-details {
    width: 30%;
    float: left;
    text-align: right;
}

.cf:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}



/*PAGINACIÓN*/

/* Contenedor de paginación centrado */
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.pagination__list .page-item {
  margin: 0 5px;
}

.pagination__list .page-link {
  padding: 5px 10px;
  border: 1px solid #ddd;
  text-decoration: none;
  color: #007bff;
  cursor: pointer;
}

.pagination__list .page-item.active .page-link {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}

/*FIN PAGINACIÓN*/

.event-details h4{
    font-size:0.99rem !important;
}

/*DEL BUSCADOR*/
    .search-bar {
      margin: 20px 0;
    }
    .search-bar label {
      display: block;
      margin-bottom: 10px;
      font-weight: bold;
      font-size: 1.2rem;
    }
    .search-bar input.form-control {
      border: 1px solid #ced4da;
      border-radius: .25rem;
      padding: .5rem 1rem;
      font-size: 1rem;
    }
    .student-list .event-item {
      border-bottom: 1px solid #ddd;
      padding: 15px 0;
      display: flex;
      align-items: center;
    }
    .student-list .event-item img.avatar {
      max-width: 100px;
      margin-right: 20px;
      border-radius: 8px;
    }
    .event-details h4 {
      margin: 0;
      font-size: 1.2rem;
    }
    .event-details a {
      text-decoration: none;
      color: #007bff;
    }
    .event-details a:hover {
      text-decoration: underline;
    }
    .joined-details .date {
      font-size: 0.9rem;
      color: #666;
    }
/*BNT BUSCAR    */
    .btns{
    display: flex;
    justify-content: space-between;
    }

    .contenido{
        padding:0 1.5rem !important;
    }

    .titlebvirtual{
        text-align: center;
    }

    .finalicontent{
        text-align:-webkit-center;
    }
/*LOGIN*/
.jacrlogin{

    height: 100%;
    width: 100%;
    min-height: auto;
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 4%;

}
.login-logo{
    color: white;
    text-shadow: 0px 1px 20px #e1e1e1;
}

/*img-thumbnailjacr*/

.img-thumbnailjacr{
     width: 100px;  /* Ajusta el tamaño de la imagen */
    height: 100px; /* Mantiene la proporción */
    object-fit: cover; /* Recorta la imagen para que encaje */
}

.boxjacr{
    padding: 10px;
}

.titlelib{
    text-transform: uppercase;
}
.avatar{
    box-shadow: 0px 0px 7px 1px black;
}

.student-list .item-number {
  font-weight: bold;
  margin-right: 8px;
}

.student-list{
  padding-left: 5px;  
} 