.lang-inline li:nth-child(2),
.lang-inline li:nth-child(3) {
    display: none
}

#component button {
    background-color: var(--color-principal);
    border-radius: 0;
    border: 1px solid white;
    color: white;
    margin: 0 5px;
}

#component .js-stools-container-bar {
    display: flex;
    flex-flow: nowrap row;
}

#component i.icon-search:before {
    font-family: "FontAwesome";
    content: "\f002";
    font-style: normal;
}

#component .hidden-phone {
    #display: none;
}

#component .js-stools-container-bar label:first-child {
    display: none;
}

#component div.js-stools-container-filters {
    display: flex;
}

#component div.js-stools-container-filters select {
    height: 34px;
    margin: 5px 5px 5px 0;
    color: grey;
}

#component .js-stools-container-bar > .hidden-phone {
    display: none;
}

#component .js-stools {
    margin-bottom: 30px;
}

.logos_row {
    display: flex;
    flex-flow: row wrap;
    margin: auto;
    width: 100%;
    max-width: var(--ancho-maximo);
    align-items: center;
    justify-content: center;

}

.logos_row > p {
    width: 100%;
    color: var(--color-copyright);
    text-align: center;
}

.logos_row > a {
    margin-bottom: 30px;
}

.logos_row > a > img {
    max-width: 200px;
    max-height: 54px;
    margin: 10px 30px;
}

.recomendaciones > div {
    display: flex;
    flex-flow: nowrap row;
    padding-bottom: 20px;
}

.recomendaciones > div img {
    width: 80px;
    display: block;
    padding-right: 20px;
}

.recomendaciones > div p {
    width: calc(100% - 80px);
}

.publicaciones {
    display: flex;
    flex-flow: wrap row;
    padding-bottom: 20px;
}

.publicaciones > div {
    width: 33%;
}

.publicaciones img {
    width: 100%;
}

.publicaciones > div {
    padding: 10px;
}

.publicaciones p {
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
}





