.pd {
    padding: 0 !important;
}

.primary-color {
    color: #457BBE;
}

.title-hann {
    color: #457BBE;
    font-weight: 700;
    font-size: 36px;
}

.subtitle-hann {
    color: #000;
    font-weight: 200;
    font-size: 14px;
}

.text-description {
    text-align: center;
    font: normal normal normal 13px/24px Roboto;
    letter-spacing: 0.1px;
    color: #000000;
    opacity: 1;
}


.text-welcome {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
}

.color-color {
    background-color: #457BBE;
    height: 18px;
}

.price {
    text-align: center;
    font: normal normal 900 25px/33px Roboto;
    letter-spacing: 0px;
    color: #457BBE;
    opacity: 1;
}

.text-category {
    font: normal normal normal 16px/19px Roboto;
    color: #000000 !important;
    opacity: 1;
}

.pagination .page-link {
    font-size: 1rem;
    /* Ajusta el tamaño según sea necesario */
}

.text-category.all.selected,
.text-category.selected,
.text-category:hover {
    color: #457BBE !important;
    text-decoration: underline;
    font-weight: bold;
}