/* Logos subvención */
.logos-subvencion {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
}
.logos-subvencion p {
    flex-basis: 100%;
    margin: 15px 0px 0px;
    padding: 0 15px;
    text-align: center;
}
.logos-subvencion img {
    max-height: 60px;
    margin: 15px 10px;
}
@media(max-width: 992px) {
    .logos-subvencion img {
        max-height: 45px;
    }
}
@media(max-width: 767px) {
    .logos-subvencion {
        flex-flow: column nowrap;
        align-items: center;
    }
}
/* Imagenes */
.dashed-content img {
    margin-right: 30px;
}

.valoracion {
    margin: 10px 0 5px;
}

@media(max-width: 767px) {
    .valoracion {
        display: flex;
        justify-content: center;
        margin-right: -24px;
    }
    #search a.avanzado {
        position: absolute;
        right: 0;
        bottom: -26px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding: 5px 10px;
        background-color: #fff;
    }
    body {
        padding-top: 155px;
    }
}
/* Boton en inicio */
.btn-home {
    padding: 10px 16px;
    height: auto;
    font-size: 20px;
}
@media(min-width: 768px){
    .btn-home br {
        display: none;
    }
}
@media(max-width: 767px){
    .btn-home {
        padding: 8px 16px;
        display: block;
        line-height: 21px;
        font-size: 18px;
    }
}
@media(max-width: 400px){
    .btn-home {
        padding: 8px;
        font-size: 15px;
    }
}
/* Footer */
#footer .footer-bottom h2,
#footer .footer-bottom .footer-menu i {
    color: #fff;
}

/* Listados */
.books.list .dublincore {
    flex-grow: 1;
}

/* Aviso envío gratis */
.avisoEnvioGratis {
    background-color: #b03648;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 4px;
    font-size: 16px;
}
.avisoEnvioGratis span {
    font-weight: 800;   
}
.avisoEnvioGratis a {
    color: #fff;
    text-decoration: underline;
    font-weight: 800;
}

/* Descuentos */
.discount {
    background: #b03648;
}

.slider img {
    display: none;
}
.slider.slick-initialized img {
    display: block;
}

/* Banners */
.block-banner h2,
.block-banner p {
    text-align: center;
}
.block-banner h2 {
    width: 100%;
}