/*
Theme Name: Hypermedia editorial
Version: 1.0
Description: Tema hijo de Newspaper
Template: Newspaper
*/

/*----------------- Cambios a partir de aquí -------------------------------*/
.vc_row {
    margin-left: 0;
    margin-right: 0;
}
.td-pb-span1 {
    width: 8.33333333%;
}
.td-pb-span2 {
    width: 16.66666667%;
}
.td-pb-span3 {
    width: 25%;
}
.td-pb-span4 {
    width: 33.33333333%;
}
.td-pb-span5 {
    width: 41.66666667%;
}
.td-pb-span6 {
    width: 50%;
}
.td-pb-span7 {
    width: 58.33333333%;
}
.td-pb-span8 {
    width: 66.66666667%;
}
.td-pb-span9 {
    width: 75%;
}
.td-pb-span10 {
    width: 83.33333333%;
}
.td-pb-span11 {
    width: 91.66666667%;
}
.td-pb-span12 {
    width: 100%;
}
p.initial::first-letter {
    float: left;
    font-weight:bold;
    font-size: 55px;
    margin-right: 12px;
    margin-top: 10px;
}
#hypermediaIdeas,
.filaHyperMedia{
    display:none !important;
}
#topSellers .libroWrapper .libroContainer .imageWrapper a img {
    margin-bottom: 0;
}
.bannerMobile {
    display: none;
}
.single-libros section#resenas {
    margin-top: 60px;
}
@media (max-width: 991px) {
    .single-libros section#resenas {
        margin-top: 20px;
    }
    .bannerMobile {
        display: block;
    }

}
@media(max-width: 600px) {
    .single-autores-libros .librosLoop .libroWrapper.destacado .infoWrapper {
        padding-left: 0;
    }
}
