@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

.celda-listado-productos .imagen-producto img
{
    object-fit: contain !important;
}
.header__account-bar
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    padding: 1rem;
}
.header__account-bar > span
{
    font-size: 1.5rem !important;
}
.header__account-bar > span > i
{
    vertical-align: -.5px;
}
#lista-idiomas
{
    float: right;
}
.divCatalogo
{
    margin-bottom: 6rem;
}
.divCatalogo p span a
{
    font-weight: 500;
    font-size: 16px;
    letter-spacing: normal;
}
@media (min-width: 980px)
{
    .destacarFam1
    {
        background-color: #fb2115 !important;
        color: white !important;
        padding: 1rem !important;
    }
    .destacarFam2
    {
        background-color: #007abc !important;
        color: white !important;
        padding: 1rem !important;
    }
    a.menuprodhor-li2
    {
        height: 4.5rem;
    }
}
.flotantes ul.list li
{
    font-size: 1.5rem;
    font-weight: 500;
}