.img-principal {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}

.lista-articulos .titulo {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #807976;
}

.lista-articulos .fecha {
    font-size: 13px;
    color: #c28c6a;
}

.large-button {
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 25px;
}

.small-button,
.medium-button,
.large-button {
    display: inline-block;
}

.bgch-c62038,


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

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

.c-fff {
    color: #fff !important;
}



/* CONTENEDOR GENERAL */
.switchcat {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

/* SUBNAV */
.categorias-tabs {
    margin: 0;
    padding: 14px 0;
}

/* QUITAR ESTILO PILL */
.categorias-tabs>li>a {
    background: transparent !important;
    color: #9b9b9b;
    padding: 0 18px;
}

/* ACTIVO */
.categorias-tabs>li.uk-active>a {
    color: #c62038;
    font-weight: 500;
}



.uk-subnav>*>:first-child {
    font-size: 1.1rem !important;

}