.bgc-f8f8f8{
 background-color: #f8f8f8;
}

.bgc-987b5d{
 background-color: #987b5d;
}

.c-987b5d{
 color: #987b5d;
}

.c-419b81{color:#419b81;}

.card-sombra{
    box-shadow: 0px 0px 50px -10px rgba(0, 0, 0, 0.20);
    z-index: 1;
}
.card-sombra-img{
   box-shadow:-10px 15px 20px 8px rgba(0, 0, 0, 0.30);
   z-index: 3;
}

.uk-button-pdf a{
  /*  padding: 10px 0px 15px 12px;
    background-color: #987b5d;*/
}


.btn-cerrar{
    background: transparent;
    color: #666;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.btn-cerrar:hover{
    color: #d32f2f;
}

.uk-button-avanzado{
    background: transparent;
    color: #666;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.uk-button-avanzado:hover{
    color: #987b5d;
}



.uk-button-L
.uk-button-B{
    border: none;
    font-size: 1rem;
    cursor: pointer;
    line-height: 1;
}

.uk-button-B{
    background:  #987b5d;
    color:   #fff;
}

.uk-button-L{
    background: #419b81;
    color:   #fff;
}


    




.filtro-icons{
  filter: brightness(0) invert(1)!important;
}

.card-sombra{
    display:flex;
    flex-direction:column;
    height:100%;
}

.uk-button-pdf{
    margin-top:auto;
    text-align:center;
  bottom:0;
}

.container{
  padding-bottom: 0px!importantimportant;
}

.pagination {
    display: flex;
    gap: 6px; 
    padding: 0;
    list-style: none;
    justify-content: center; 
}
.pagination li {
    list-style: none;
}
.pagination .page-link {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
}
.pagination .active .page-link {
    background-color: #987b5d;
    color: #fff;
    border-color: #987b5d;
}
