/* css/cpc-custom.css */
/* .img-colecction {
    width: 100px;
    height: 100px;
    background-size: cover;
    cursor: pointer;
}
.cuaderno-card img {
    width: 100%;
    height: auto;
} */
.slider-item {
    cursor: pointer;
}

.collection-slider img {
    cursor: pointer;
    width: 80px;
    height: 100px;
    object-fit: cover;
}
.cuaderno-card img {
    width: 100%;
    height: auto;
}
#collectionSlider .img-colecction
{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 3px solid #fff;
    margin: 0 auto 10px auto;
}
#collectionSlider .img-colecction:hover
{
    transition: all 0.2s linear;
    border: 5px solid #fff;
}
#collectionSlider
{
    background: #bfcbd7;
    padding: 20px;
    padding-bottom: 0px;
    border-radius: 15px;
    margin-bottom: 20px;
}
#collectionSlider span
{
    font-size: 14px;
}
#cuadernoGrid .card
{
    border: none !important;
}
.slick-next
{
    position: absolute;
    right: -40px;
    top: 40%;
}
.slick-prev
{
    position: absolute;
    left: -40px;
    top: 40%;
}
.slick-arrow
{
    background: none;
    border: none;
    color: #033f7d;
    font-size: 30px;
    opacity: 0.7;
    transition: all 0.2s linear;
}
.slick-arrow:hover
{
    background: none;
    border: none;
    color: #033f7d;
    font-size: 30px;
    opacity: 1;
}
#filterButtons
{
    align-items: center;
    justify-content: center;
}