@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,700italic,300italic,400italic);
@import "bootstrap.min.css";
@import "bootstrap-theme.min.css";

/* 
	font-face necesita un set de distintas fonts para estar seguros de que sean correctamente interpretadas en los distintos browsers.
	Roboto es una google font, con lo que podemos incluirlo desde google.
	Por otro lado el peso o espesor de la tipografia deberia estar definido por la propiedad font-weight y no por font-face
*/

/*
@font-face {
    font-family: RobotoSlab-Bold;
    src: url(../fonts/RobotoSlab-Bold.ttf);
}

@font-face {
    font-family: RobotoSlab-Light;
    src: url(../fonts/RobotoSlab-Light.ttf);
}

@font-face {
    font-family: RobotoSlab-Regular;
    src: url(../fonts/RobotoSlab-Regular.ttf);
}

@font-face {
    font-family: RobotoSlab-Thin;
    src: url(../fonts/RobotoSlab-Thin.ttf);
}
*/


@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}


/*SLICK theme*/

.slick-prev::before {
    content: "\e079";
}

.slick-next::before {
    content: "\e080";
}

.slick-prev::before, .slick-next::before {
    font-family: "Glyphicons Halflings";
    color: black;
}



/* Icons */
/* Fin font-face */
a, a:hover, a:active, a:focus {
    outline: 0;
}

    a:hover {
        color: inherit;
    }

body {
    color: #323232;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 15px;
}

p {
    font-size: 13px;
}


/*Bootsrapt override*/
.form-control {
    border-radius: 0;
    padding: 6px 12px;
    border-color: #d8d8d7;
}

    .form-control.input-lg {
        height: 44px;
    }

    .form-control.email {
        height: 44px;
        font-size: 18px;
        line-height: 1.33333;
    }

.max-width-80 {
    max-width: 80px;
}

.btn {
    border-radius: 0px;
    border-color: none;
    /*height: 44px;*/
}

    .btn.btn-primary {
        background: #ed1c24 none repeat scroll 0 0;
        /*font-size: 20px;*/
        border-color: none;
        border: none;
        font-family: Roboto;
    }

        .btn.btn-primary:focus {
            background: #323232 none repeat scroll 0 0;
        }

    .btn.btn-xs {
        height: 30px;
        font-size: 12px;
    }

    .btn.btn-lg {
        height: 44px;
    }


.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    margin: 0 auto;
}

/*Nav bar*/


.navbar-default {
    background: none;
    border: 0 none;
    box-shadow: none;
    margin-bottom: 30px;
    margin-top: 35px;
}

.navbar-toggle {
    background: #9c9c9d none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 34px;
    line-height: 5px;
    margin: 0;
    padding: 2px 6px;
    width: 45px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 5px;
    width: 100%;
}

    .navbar-default .navbar-toggle .icon-bar.last {
        width: 80%;
    }

.navbar-form {
    box-shadow: 0 0px;
    margin: 4px 0 0 -7.5px;
    overflow: hidden;
    padding: 10px 0;
    border: none;
}

/*Fin Bootsrapt override*/

/* Colors */
.font-gris {
    color: #999999;
}

.font-rojo {
    color: #ED1C24;
}

.font-azul {
    color: #034694;
}

.col-no-padding {
    padding: 0;
}


.col-middle-padding,
.col-middle-padding-right {
    padding-right: 7.5px;
}

.col-middle-padding,
.col-middle-padding-left {
    padding-left: 7.5px;
}

.col-padding-left {
    padding-left: 15px;
}

.col-padding-right {
    padding-right: 15px;
}

.section-home-description, .book-price {
    font-size: 1.3em;
}

.navbar-form .form-control {
    width: 100%;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

/*.consultar {
    background-image: none;
    padding: 8px 20px;
}*/

.consultar {
    background-image: none;
    padding: 8px 20px;
    color: #FFF !important;
    font-size: 1.2rem;
    text-align: center;
}

/*Header*/

body header {
    background: rgba(0, 0, 0, 0) url("../images/bk-header.png") repeat-x scroll center bottom;
}

    body header .top-bar {
        background: #ededed none repeat scroll 0 0;
        border-bottom: 1px solid #d6d6d6;
        color: #9c9c9d;
        font-family: Roboto;
        font-size: 17px;
        margin-bottom: 15px;
        /*margin-bottom: 35px;*/
    }

        body header .top-bar .user-bar.visible-xs {
            float: left;
        }

        body header .top-bar .user-bar a {
            color: #9c9c9d;
            font-size: 11px;
        }

    body header .redes {
        padding: 10px 15px;
    }

        body header .redes .nav li a img {
            width: 26px;
        }

        body header .redes .nav li a {
            padding: 0 3.75px;
        }

    /*body header .carrito {
        background: #9c9c9d url("../images/carrito-bag.png") no-repeat scroll 7px 8px;
        padding: 15px;
        font-family: Roboto;
        color: #FFF;
        font-size: 16.5px;
        max-width: 185px;
        margin: 0 auto;
        float: right;
    }*/
    body header .carrito {
        background: #9c9c9d url("../images/carrito-bag.png") no-repeat scroll 7px 3px / 32px auto;
        color: #fff;
        float: right;
        font-family: Roboto;
        font-size: 16.5px;
        margin: 0 auto;
        max-width: 85px;
        padding: 9.5px;
    }

        /*body header .carrito .badge {
            background-color: #ed1c24;
            font-family: Roboto, sans-serif;
            font-size: 20px;
            border-radius: 100px;
            font-weight: bold;
        }*/

        body header .carrito .badge {
            background-color: #ed1c24;
            font-family: Roboto, sans-serif;
            font-size: 16px;
            border-radius: 100px;
            font-weight: bold;
        }

        body header .carrito a {
            color: #fff;
        }

        body header .carrito .tipo {
            font-family: Roboto, sans-serif;
            font-weight: 300;
            line-height: 1;
            padding: 3px 7px;
            vertical-align: middle;
        }
    /*Fin Carrito Header*/
    body header.fixed {
        position: fixed;
        top: 0;
        z-index: 200;
        width: 100%;
    }

        body header.fixed .container {
            position: relative;
        }

        body header.fixed .redes {
            display: none;
        }

        body header.fixed .logo-container {
            max-width: 120px;
        }

            body header.fixed .logo-container img {
                width: 100%;
            }

        body header.fixed .top-bar {
            margin: 0;
            position: absolute;
            width: 100%;
        }

        body header.fixed .carrito-container {
            position: absolute;
            right: 0;
            max-width: 200px;
        }

        body header.fixed .user-bar {
            position: absolute;
            right: 210px;
            max-width: 300px;
        }

        body header.fixed .search-form {
            position: absolute;
            right: 400px;
            max-width: 570px;
            margin-top: 20px;
        }

    body header .menuContainer #menuNavBar {
        height: auto;
        margin: 15px 0;
        padding: 7px 0;
    }

    body header.affix .menuContainer #menuNavBar {
        height: auto;
        margin: 15px 0;
        padding: 0;
    }

    body header.affix .menuContainer .navbar.navbar-default {
        background: #9c9c9d none repeat scroll 0 0;
        border: 0 none;
        border-radius: 0;
        bottom: -44px;
        margin: 0;
        position: absolute;
        right: 15px;
    }

    body header.affix .navbar.navbar-default .nav.navbar-nav a {
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        padding: 14px;
    }


/* Carrusel Home */

#carousel-home .carousel-caption {
    left: 50%;
    bottom: auto;
    right: auto;
    top: 10%;
    width: 35%;
    text-align: left;
}

    #carousel-home .carousel-caption p.carousel-author {
        color: #000;
        font-size: 18px;
        display: inline;
    }


/* Fin carrusel Home */

/* Novedades Home */
.subrayado a {
    color: #333;
}


#novedades-wrapper {
    background: url(../images/bk-novedades-mobile.jpg) repeat-x center top transparent;
    text-align: center;
    background-size: auto 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 1em auto;
    color: #333333;
}

    #novedades-wrapper .novedad {
        background-color: #fff;
        padding: 1em;
        min-height: 367px;
        position: relative;
    }

        #novedades-wrapper .novedad p {
            color: #333333;
        }

        #novedades-wrapper .novedad img.img-responsive {
            margin-bottom: 0.5em;
        }

/*CATALOGO*/

#catalogo h2 a {
    color: inherit;
}

#catalogo .novedades-price {
    background: rgba(0, 0, 0, 0) url("../images/novedades-price.gif") no-repeat scroll left center / auto 100%;
    border: 1px solid #ed1c24;
    bottom: 13px;
    color: #080808;
    cursor: pointer;
    display: block;
    padding: 0.4em;
    position: absolute;
    text-align: right;
    width: 88%;
}

#catalogo .ebook-price {
    background: rgba(0, 0, 0, 0) url("../images/ebook-price.gif") no-repeat scroll left center / auto 100%;
    border: 1px solid #ed1c24;
    bottom: 13px;
    color: #080808;
    cursor: pointer;
    display: block;
    padding: 0.4em;
    position: absolute;
    text-align: right;
    width: 88%;
}

#catalogo .favorito {
    margin-left: 5px;
}

#catalogo .favorito-border {
    border-top: 1px solid #ececec;
}


/* Recomendados Home */

#recomendados {
    color: #333333;
    margin-top: 2em;
    margin-bottom: 2em;
}

.recomendado {
    margin-bottom: 3em;
    min-height: 158px;
}

.contenedorRecomendados .recomendado {
    min-height: 162px;
}

#recomendados #mas-vendidos {
    background: #EBEAEA;
    padding-bottom: 20px;
}

#recomendados a {
    color: inherit;
}

#recomendados .recPrincipal img {
    height: 342px;
}
/* Mas Vendidos */

#mas-vendidos {
    color: #333333;
}

.mas-vendidos-row {
    margin-bottom: 1em;
}

.mas-vendidos-number {
    border-top: 2px solid #0a4595;
}

#mas-vendidos .mas-vendidos-number img {
    float: left;
}


/* Agenda Eventos */

#agenda-eventos > div.row > div > h4.font-rojo {
    padding-bottom: 1em;
}

.agenda-img {
    position: relative;
}

    .agenda-img div.fecha-agenda {
        background: rgba(0, 0, 0, 0) url(../images/agenda-fecha.png) no-repeat scroll 0 0;
        color: #fff;
        display: block;
        height: 58px;
        left: 6%;
        padding-left: 8px;
        position: absolute;
        text-align: center;
        top: -8px;
        width: 75px;
    }

        .agenda-img div.fecha-agenda .h2 {
            margin: 0;
        }

.proximo-evento {
    position: relative;
}

.sucursal-evento, .category-lectura {
    color: #fff;
    margin-left: -5px;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
}

    .sucursal-evento .triangle-right, .category-lectura .triangle-right {
        border-bottom: 13px solid transparent;
        border-left: 13px solid #ed1c24;
        border-top: 13px solid transparent;
        display: inline-block;
        margin-bottom: -8px;
        margin-left: -4px;
    }

.sucursal-evento-texto, .category-lectura-texto {
    background-color: #ed1c24;
    display: inline-block;
    line-height: 20px;
    padding: 2px 5px;
}

    .sucursal-evento-texto a {
        color: inherit;
    }

#agenda-eventos h3 a {
    color: inherit;
}

#agenda-eventos a.nombreLocal {
    color: inherit;
}

#detalle-evento a.tit, #detalle-evento a.nombreSucursal {
    color: inherit;
}

#detalle-evento .imgSucursal {
    min-height: 150px;
}

.border-right-evento {
    border-right: 2px solid #eee;
}

#proximos-eventos a.tit {
    color: inherit;
}

#proximos-eventos .img-responsive {
    max-height: 242px;
}
/* Lecturas ***************************************/
.no-border {
    border: none !important;
    min-height: 377px;
}

    .no-border .img-responsive {
        max-height: 208px;
    }

#ultimas-lecturas {
    margin-bottom: 4em;
}

    #ultimas-lecturas h3 {
        margin-bottom: 1em;
    }

.proxima-lectura {
    position: relative;
    min-height: 299px;
}

.destacado-lectura {
    background: #ebeaea url(../images/bk-mas-vendidos.png) repeat-x scroll left bottom;
    padding-bottom: 3em;
}

.aside-categoria-lectura {
    background-color: #ebeaea;
    /*text-align:center;*/
    overflow: hidden;
}

    .aside-categoria-lectura h3 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .aside-categoria-lectura a.categoria-lectura {
        display: block;
        padding: 30px 10px;
        border: 1px solid #d3d3d3;
    }

    .aside-categoria-lectura a {
        font-weight: bold;
        font-size: 1.3em;
        margin: 4px auto;
        color: #000;
    }

        .aside-categoria-lectura a.btn.btn-primary {
            font-weight: normal;
            color: #fff;
            display: block;
            clear: both;
            margin: 20px 0;
        }

        .aside-categoria-lectura a.categoria-lectura:hover {
            background: #fff;
        }

        .aside-categoria-lectura a.categoria-lectura.active {
            background: #0b4696;
        }


.detalle-lectura h3 a {
    color: inherit;
    font-size: 32px;
}

.detalle-lectura h2 a {
    color: inherit;
    font-size: 32px;
}

.detalle-lectura .font-rojo a {
    color: inherit;
}

.otrasLecturas .imagePrincipal {
    clear: left;
}

.otrasLecturas a.tit {
    font-size: 13px;
}

.proxima-lectura .img-responsive {
    max-height: 113px;
}

.detalle-lectura .notaVerMas {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #ed1c24;
    float: right;
    font-weight: bold;
    text-align: right;
    text-shadow: none;
    text-transform: none;
}

#ultimas-lecturas p.font-gris a {
    color: inherit;
}

#lecturas .novedades-price {
    width: 100%;
    position: relative;
}
/* Ebooks */

#ebooks {
    text-align: center;
    color: #333333;
    margin-top: 2em;
    margin-bottom: 2em;
    border-top: 1px solid #ececec;
}

    #ebooks .novedad {
        min-height: 402px;
    }

    #ebooks h2 a {
        color: inherit;
    }

    #ebooks .novedad .ebook-price {
        position: absolute;
        width: 86%;
    }
/* listado libros */

.book {
    background-color: #fff;
    padding: 1em;
    border: 1px solid #C7C6C6;
    color: #080808;
    margin-bottom: 1em;
}



.novedades-price {
    background: rgba(0, 0, 0, 0) url("../images/novedades-price.gif") no-repeat scroll left center / auto 100%;
    border: 1px solid #ed1c24;
    color: #080808;
    cursor: pointer;
    display: block;
    padding: 0.4em;
    text-align: right;
    width: 86%;
    position: absolute;
    bottom: 13px;
}

#listados-main .novedades-price {
    background: rgba(0, 0, 0, 0) url("../images/novedades-price.gif") no-repeat scroll left center / auto 100%;
    border: 1px solid #ed1c24;
    color: #080808;
    cursor: pointer;
    display: block;
    padding: 0.4em;
    text-align: right;
    position: relative;
    bottom: 0;
    width: 100%;
}

#listados-main .novedades-price {
    font-size: 1.5rem;
    background-image: none;
    text-align: center;
    background: red;
}

#listados-main .book {
    min-height: 344px;
}

    #listados-main .book .img_responsive {
        height: 214px;
        max-width: 165px;
    }

    #listados-main .book .book-author {
        max-height: 16px;
        overflow: hidden;
    }

.ebook-price {
    /*width: 100%;
    padding: 0.4em;
    position: relative;
    border: 1px solid #ED1C24;*/
    background: url(../images/ebook-price.gif) no-repeat left center / auto 100%;
    /*text-align: right;
    background-size: auto 100%;
    display: block;
    color: #080808;
    cursor: pointer;*/
}

#listados-main .ebook-price {
    width: 100%;
    padding: 0.4em;
    position: relative;
    border: 1px solid #ED1C24;
    background: url(../images/ebook-price.gif) no-repeat left center / auto 100%;
    text-align: right;
    background-size: auto 100%;
    display: block;
    color: #080808;
    cursor: pointer;
}


.book-buy, .ebook-download {
    /*background: #034694 url("../images/novedades-price.png") no-repeat scroll 9px center;*/
    background: #034694;
    background-image: none;
    border: 1px solid #034694;
    color: #fff;
    cursor: pointer;
    font-size: 1.3rem;
    margin-top: 1em;
    /*padding: 8px 20px 8px 58px;*/
    padding: 8px 20px;
    text-align: center;
}

.ebook-download {
    /*background: #ed1c24 url(../images/ebook-price.png) no-repeat scroll 9px center;*/
    background: #ed1c24;
    border: 1px solid #ed1c24;
}


    .ebook-download:hover, .book-buy:hover {
        color: #fff;
        box-shadow: 1px 2px 4px 4px rgba(0, 0, 0, 0.27);
    }


.mobile-filters {
    background: #ed1c24;
}

/* Filters */

#filters-aside {
    background-color: #EEEAE1;
}

    #filters-aside > h2 {
        font-size: 20px;
    }

    #filters-aside .categoriaActual {
        font-weight: bold;
        float: left;
        clear: left;
    }

    #filters-aside .catSuperior {
        float: left;
        clear: left;
        color: #323232;
    }

        #filters-aside .catSuperior:before {
            content: "<";
        }



    #filters-aside .orden1 {
    }

    #filters-aside .orden2 {
        margin-left: 4px;
    }

    #filters-aside .orden3 {
        margin-left: 6px;
    }

    #filters-aside .orden4 {
        margin-left: 8px;
    }

    #filters-aside .orden5 {
        margin-left: 10px;
    }

#accordion-form .filters-head {
    display: block;
    background-color: #ffffff;
    padding: 0.4em 1em;
    margin: 1em 0;
    overflow: hidden;
}

#accordion-form ul.filtros_por {
    padding: 0;
}

#accordion-form fieldset li {
    list-style: none;
}

    #accordion-form fieldset li.filtroOculto {
        display: none;
    }

#accordion-form a.filters-button {
    display: block;
    color: #ED1C24;
    font-size: 1.2em;
    float: left;
    background: url(../images/filter-sprite.png) no-repeat left -5px;
    padding-left: 20px;
}

    #accordion-form a.filters-button[aria-expanded='true'] {
        background: url(../images/filter-sprite.png) no-repeat left bottom;
    }

#accordion-form a.remove-button {
    display: block;
    float: right;
    padding-top: 3px;
}

#accordion-form fieldset {
    padding-left: 1em;
    clear: left;
}

    #accordion-form fieldset a {
        color: #323232;
        display: inline-block;
        font-family: Roboto,sans-serif;
        font-size: 13px;
        margin-bottom: 5px;
        max-width: 100%;
        clear: left;
        float: left;
    }

        #accordion-form fieldset a span {
            color: #ed1c24;
        }

        #accordion-form fieldset a.activo {
            background: rgba(0, 0, 0, 0) url("/images/icon-filtroActive.png") no-repeat scroll right center;
            display: block;
            padding-right: 29px;
        }

.book {
    position: relative;
}

.book-title {
    font-size: 1.41em;
    margin: 1em 0 0;
    color: #080808;
    display: block;
    cursor: pointer;
}

.book-author {
    color: #080808;
    display: block;
    margin: 0 0 1.4em;
    cursor: pointer;
}

.ebookflag {
    position: absolute;
    left: 6px;
    top: 22px;
}

#breadcrumb {
    padding-top: 3em;
    padding-bottom: 2em;
}

    #breadcrumb > a {
        color: #000;
    }

.breadCrumb {
    padding-top: 3em;
    padding-bottom: 2em;
}

    .breadCrumb > li {
        display: inline-block;
    }

        .breadCrumb > li:nth-last-child(1), .breadCrumb > li:nth-last-child(1) a {
            color: #ed1c24;
        }

    .breadCrumb li + li::before {
        color: inherit;
        content: " > ";
        padding: 0 5px;
    }

ol.breadCrumb {
    list-style: none;
}

.breadCrumb a {
    color: #000;
}

#search-result {
    font-size: 1.5em;
    padding-bottom: 2em;
}

#search-controls {
    background-color: #EEEAE1;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-bottom: 2em;
}

#order-by, #search-on {
    background-color: #eeeae1;
    display: block;
    height: 100%;
}

#search-controls label {
    display: block;
    font-size: 2.5em;
    font-weight: normal;
}

#search-controls select {
    display: block;
    font-size: 2em;
    width: 100%;
}

#pagination {
    margin: 1em auto 4em;
    text-align: center;
}

    #pagination > a, #pagination > span {
        display: inline-block;
        font-size: 1.6em;
        width: 26px;
    }

    #pagination > a {
        color: #080808;
    }

        #pagination > a#prev-button, #pagination > a#next-button {
            color: #b9b9b9;
            border: 2px solid #dfdfdf;
            border-radius: 50%;
            font-size: 1em;
            width: 20px;
            height: 20px;
        }

        #pagination > a#prev-button {
            margin-right: 3em;
        }

        #pagination > a#next-button {
            margin-left: 3em;
        }

.paginador {
    text-align: center;
}

ul.pagination {
    /* font-family: opensans-light;*/
    font-size: 1.6em;
    display: inline-flexbox;
    color: #080808;
    border: none;
}

    ul.pagination li a {
        border: none;
        color: #000000;
    }

    ul.pagination > li > a, .pagination > li > span {
        padding: 0 12px;
    }

        .paginador .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            background-color: white;
            color: #BE1319;
        }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #BE1319;
    background-color: #FFF;
    border: none;
}

.posterior {
    background: url("../images/arrow-next.png") no-repeat scroll center;
    width: 27px;
    height: 25px;
}

.anterior {
    background: url("../images/arrow-previous.png") no-repeat scroll center;
    width: 27px;
    height: 25px;
}

/* Modal Close */
button.close {
    background-color: rgba(255, 255, 255, 1);
    padding: 1em 12px 4px;
    opacity: 0.7;
}

.btn-bordo {
    background: #ed1c24 none repeat scroll 0 0;
    border: 1px solid #ed1c24;
    color: #FFFFFF;
    border-radius: 0;
    font-size: 13px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}

    .btn-bordo:hover {
        background: #000000;
        border: 1px solid #000000;
        color: #FFFFFF;
    }

.btn-continuar-compra {
    border: 1px solid #5A5E60;
    color: #5A5E60;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 9px;
}

    .btn-continuar-compra:hover {
        background-color: #EAEAEA;
    }
/* Last seen */

#last-seen {
    padding-top: 1em;
    padding-bottom: 3em;
    background-color: #EBEAEA;
    text-align: center;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 1em;
}

    #last-seen h2 {
        margin-bottom: 1em;
    }


/*ULTIMOS VISTOS*/
#misfootsteps .contFootstep {
    background: #ed1b24 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    margin: 0 16px 0 13px;
    padding: 0;
    position: relative;
    width: 20%;
}

    #misfootsteps .contFootstep a.image {
        display: table-cell;
        height: 173px;
        margin: auto;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 117px;
    }

/* Ficha detalle EBOOK ***************************************/
.data-main > p {
    color: #999999;
    font-size: 1.2em;
}

.data-info {
    opacity: 0.4;
}

.tab-content #extras {
    min-height: 200px;
}

.data-info .disponibilidadPapel {
    float: left;
    margin-top: 10px;
}


.data-info.active, .data-info:hover {
    opacity: 1 !important;
}

.fa-file-epub-o {
    background: rgba(0, 0, 0, 0) url("/images/epub.png") no-repeat scroll 0 0 / 19px auto;
    height: 25px;
    padding: 0;
    vertical-align: bottom;
}

.data-picture {
    padding: 1em 2em;
    text-align: center;
}

.data-info.digital {
    background-color: #F1F0F0;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: #ED1C24;
    padding-bottom: 1em;
    margin-bottom: 1em;
    overflow: hidden;
}

    .data-info.digital h3 span {
        background-color: #ed1c24;
        color: #fff;
        padding: 3px 10px;
        font-size: 17px;
        text-align: center;
    }

        .data-info.digital h3 span a {
            color: #fff;
        }

    .data-info.digital p a {
        color: #ed1c24;
    }

.data-price-col, .data-club-col, .data-download-col {
    text-align: center;
}

    .data-download-col .disponibleProximamente {
        color: #000000;
        font-size: 17px;
    }

.data-price-col {
    border-left: 1px solid #D6D6D6;
}

    .data-price-col .data-price {
        color: #080808;
        font-size: 1.6em;
        text-align: center;
    }

        .data-price-col .data-price > span {
            font-size: 1.3em;
        }

.data-info-download {
    font-size: 1.1em;
    padding-top: 1em;
}

.data-info.digital .data-info-download .fa {
    color: #ED1C24;
    margin-right: 0;
}

.data-info .fa {
    color: #7b797a;
    font-size: 1.5em;
    width: 20px;
    text-align: center;
}

.boutique-points-wrapper {
    padding-left: 3em;
}

.boutique-points {
    background-color: #ed1c24;
    color: #fff;
    height: 80px;
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    font-size: 2em;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.data-club-col h3 {
    margin-top: 0;
}

.data-info.digital .data-mas-info {
    display: block;
    text-align: right;
    font-weight: bold;
    color: #ED1C24;
}


#data-book {
    margin-bottom: 29px;
}

    #data-book h1 a {
        color: inherit;
    }
    /*SOCIAL BUTTONS*/
    #data-book .data-share .fb, #data-book .data-share .tw, #data-book .data-share .gp, #data-book .data-share .pint, #data-book .data-share .fav, #data-book .data-share .recom {
        display: inline-block;
        height: 41px;
        margin: 0% 2%;
        width: 41px;
    }

    #data-book .data-share a {
        cursor: pointer;
        cursor: hand;
    }

    #data-book .compartir {
        overflow: hidden;
        padding-top: 1em;
        text-align: center;
    }

    #data-book .data-share .fb {
        background: transparent url("../images/redes-boton-facebook.png") repeat scroll 0 0;
    }

    #data-book .data-share .tw {
        background: transparent url("../images/redes-boton-twitter.png") repeat scroll 0 0;
    }

    #data-book .data-share .gp {
        background: transparent url("../images/redes-boton-gplus.png") repeat scroll 0 0;
    }

    #data-book .fav {
        background: transparent url("../images/heart.png") no-repeat scroll 7px center;
        margin-top: 15px;
        padding: 9px 9px 9px 37px;
    }

    #data-book .digital .fav {
        background: transparent url("../images/heart-rojo.png") no-repeat scroll 0 0;
    }

    #data-book .data-share .pint {
        background: transparent url("../images/redes-boton-pinterest.png") repeat scroll 0 0;
    }

    /*#data-book .data-share   .fav {
    background: transparent url("../images/redes-boton-twitter.png") repeat scroll 0 0;
}*/

    #data-book .data-share .recom {
        background: transparent url("../images/redes-boton-recom.png") repeat scroll 0 0;
    }

.data-download-col a.fav {
    color: #ed1c24;
}

/* Ficha detalle PAPEL ***************************************/

.data-info {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .data-info.papel {
        background-color: #F1F0F0;
        border: 1px solid #E2E2E2;
        border-radius: 20px;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        margin-bottom: 1em;
        overflow: hidden;
        color: #034694;
    }

        .data-info.papel h3, .data-info.digital h3 {
            margin: 0 0 15px 0;
        }

            .data-info.papel h3 span {
                background-color: #034694;
                color: #fff;
                font-size: 17px;
                padding: 3px 10px;
            }

                .data-info.papel h3 span a {
                    color: #fff;
                }

        .data-info.papel .data-info-download .fa {
            color: #034694;
            margin-right: 0;
        }



        .data-info.papel .boutique-points {
            background-color: #034694;
        }

        .data-info.papel .data-mas-info {
            display: block;
            text-align: right;
            font-weight: bold;
            color: #034694;
        }



.affix-top {
    height: 0;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

    .affix-top .row {
        height: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

    .affix-top .container {
        height: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

    .affix-top .logo-container {
        height: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

    .affix-top .top-bar {
        height: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

    .affix-top .menuContainer, .affix-top .navbar, .affix-top nav, .affix-top .container-fluid, .affix-top div {
        height: 0;
        visibility: hidden;
        margin: 0;
        padding: 0;
    }

.affix {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    animation: fadeIn 0.5s ease-in;
    -webkit-animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Tabs */

#boutique-body-tabs {
    background: #ebeaea url(../images/bk-mas-vendidos.png) repeat-x scroll left bottom;
    color: #080808;
    padding-top: 2em;
    padding-bottom: 1em;
    margin-bottom: 4em;
}

.nav-tabs > li > a, .nav-tabs > li.active > a {
    border: 2px solid #ebeaea;
    color: #333333;
    opacity: 0.4;
}

.nav-tabs > li {
    margin-bottom: -2px;
}

    .nav-tabs > li.active > a {
        background: #ebeaea;
        opacity: 1;
        border-bottom: none;
    }

.nav-tabs {
    border: none;
}

a.panel-boutique {
    padding: 0.3em 1em;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

    a.panel-boutique > .glyphicon {
        float: right;
    }

/* Sliders */

#related-categories {
    margin-bottom: 4em;
}

.bk-related-categories {
    background-color: #F1F0F0;
}

.slider-related-categories {
    position: relative;
    padding: 10px 30px;
    text-align: center;
    height: 388px;
}

    .slider-related-categories h4, .slider-related-categories h2 {
        font-size: 22px;
        height: 37px;
    }

    .slider-related-categories a.book-title, .slider-related-categories a.book-author {
        color: #333333;
        padding-bottom: 1.4em;
        display: block;
        font-size: 13px;
    }

    .slider-related-categories h4 a, .slider-related-categories h4 a:hover, .slider-related-categories h2 a, .slider-related-categories h2 a:hover {
        color: #ed1c24;
    }

    .slider-related-categories .novedad a.btn {
        display: none;
    }

    .slider-related-categories .owl-prev, .slider-related-categories .owl-next {
        position: absolute;
        top: 50%;
        font-size: 2.3em;
        margin-top: -1.15em;
    }

    .slider-related-categories .owl-prev {
        left: -28px;
    }

    .slider-related-categories .owl-next {
        right: -28px;
    }

    .slider-related-categories h2 {
        margin-top: 10px;
    }

.tambienCompraron .slider-related-categories .owl-next {
    right: -21px;
}

.slider-item {
    padding: 1em;
    text-align: center;
}

    .slider-item a {
        margin: 0;
        padding-bottom: 1.4em;
        display: block;
    }

a.slider-title, p.slider-author, p.slider-author a {
    color: #333333;
}

    p.slider-author a {
        display: inline-block;
    }




.bienvenidos-wrapper {
    background: rgba(0, 0, 0, 0) url("../images/bk-bienvenido.png") repeat scroll center center;
    margin-top: 44px;
}

    .bienvenidos-wrapper .head {
        background: rgba(0, 0, 0, 0) url("../images/bk-bienvenido-head.png") repeat scroll center top;
        height: 75px;
        margin-top: -44px;
    }

    .bienvenidos-wrapper .container {
        background: rgba(0, 0, 0, 0) url("../images/bk-bienvenido-foot.png") no-repeat scroll -212px bottom;
        padding-bottom: 227px;
    }

        .bienvenidos-wrapper .container .box {
            background: rgba(0, 0, 0, 0) url("../images/bk-bienvenido-box.png") repeat scroll 0 0;
            padding: 15px;
            border: 1px solid #fff;
        }

            .bienvenidos-wrapper .container .box h2 {
                margin-top: 0;
            }


        .bienvenidos-wrapper .container .redes {
            margin: 15px 0;
        }

            .bienvenidos-wrapper .container .redes .redes-titulo {
                margin-bottom: 15px;
            }

            .bienvenidos-wrapper .container .redes ul {
                list-style: outside none none;
                padding: 0;
            }

                .bienvenidos-wrapper .container .redes ul li a {
                    padding: 5px;
                }

                    .bienvenidos-wrapper .container .redes ul li a:hover {
                        background: none;
                    }

                    .bienvenidos-wrapper .container .redes ul li a img {
                        width: 36px;
                    }

.foot-boxes {
    padding: 10px 15px;
}

    .foot-boxes .box {
        padding-bottom: 15px;
        padding-top: 15px;
    }

        .foot-boxes .box h3 {
            margin-top: 0;
        }

        .foot-boxes .box .mail-novedades h2 {
            font-size: 24px;
            margin-top: 0;
        }

            .foot-boxes .box .mail-novedades h2 span {
                color: #999999;
                float: left;
                font-family: inherit;
                font-size: 15px;
                font-weight: 500;
                margin-bottom: 10px;
                margin-top: 10px;
            }

    .foot-boxes .tags-cloud {
    }

        .foot-boxes .tags-cloud .carousel-control.right, .foot-boxes .tags-cloud .carousel-control.left {
            background-image: none;
        }


        .foot-boxes .tags-cloud ul {
            text-align: center;
            padding: 0px;
            margin: 0px;
        }

        .foot-boxes .tags-cloud li {
            margin: 0;
            padding: 0;
            list-style: none;
            display: inline;
        }

            .foot-boxes .tags-cloud li a {
                text-decoration: none;
                color: #989898;
                padding: 0 2px;
            }

                .foot-boxes .tags-cloud li a:hover {
                    color: #ed1c24;
                }

            .foot-boxes .tags-cloud li.tag1 {
                font-size: 11px;
            }

            .foot-boxes .tags-cloud li.tag2 {
                font-size: 15px;
            }

            .foot-boxes .tags-cloud li.tag3 {
                font-size: 18px;
            }

            .foot-boxes .tags-cloud li.tag4 {
                font-size: 24px;
            }

body footer {
    font-family: Roboto;
    background-color: #034694;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #FFF;
}

    body footer .nav.footer {
        margin-bottom: 35px;
    }


        body footer .nav.footer li.principal a {
            font-size: 15px;
            padding-left: 40px;
            color: #ffffff;
            display: block;
        }

        body footer .nav.footer li.principal ul.nav li a {
            background: rgba(0, 0, 0, 0) url("../images/caret-rojo.png") no-repeat scroll 18px center;
            padding-left: 40px;
        }


        body footer .nav.footer li.contactanos ul.nav li a {
            background: none !important;
        }

        body footer .nav.footer li.mediosPago ul, body footer .nav.footer li.mediosEnvio ul {
            float: left;
            margin-top: -22px;
        }

            body footer .nav.footer li.mediosPago ul.nav li a {
                background: none !important;
                padding-left: 0;
            }

                body footer .nav.footer li.mediosPago ul.nav li a img {
                    margin-left: 4px;
                    max-height: 35px;
                }

            body footer .nav.footer li.mediosEnvio ul.nav li a {
                background: none !important;
                padding-left: 0px;
            }

                body footer .nav.footer li.mediosEnvio ul.nav li a img {
                    margin-left: 1px;
                }

                    body footer .nav.footer li.mediosEnvio ul.nav li a img.dhl {
                        width: 74px;
                        height: 34px;
                    }

        body footer .nav.footer li.contactanos ul li a .phone-number {
            font-size: 1.6em;
        }

        body footer .nav.footer li.principal > a {
            font-family: Roboto;
        }

        body footer .nav.footer li.mediosEnvio {
            float: right;
        }

        body footer .nav.footer li.principal > a, body footer .nav.footer li.principal > h4 {
            color: #fff;
            font-size: 24px;
            border-bottom: 1px solid #4774b0;
            /*background: transparent url("../images/caret-rojo-up.png") no-repeat scroll right 24px center;*/
            background: transparent url(../images/caret-rojo-up.png) no-repeat scroll right 24px center;
            margin-bottom: 0.7em;
            padding-left: 1em;
        }

        body footer .nav.footer li.principal > h4 {
            background: none;
            border: none;
        }

        body footer .nav.footer li.principal a.collapsed {
            background: transparent url("../images/caret-rojo-down.png") no-repeat scroll right 24px center;
        }

        body footer .nav.footer li.principal a:hover, footer .nav.footer li.principal a:focus, footer .nav.footer li.principal ul.nav li a:hover {
            background-color: #4774b0;
        }

hr.footer-divider {
    border-color: #4674af;
}


.powered-by, .powered-by a {
    background: #FFF;
    font-size: 12px;
    color: #231F20;
    padding: 15px 0;
    font-family: opensans, Arial;
}


.banner-top, .banner-bottom {
    padding-top: 15px;
}

    .banner-top .banner, .banner-bottom .banner {
        padding: 0px;
    }

.slider {
    padding-top: 15px;
}

#misfootsteps img {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: inline;
    left: auto;
    max-width: 117px;
    top: 0;
    vertical-align: middle;
    max-height: 174px;
}

#misfootsteps .leyenda {
    color: #ffffff;
    display: inline;
    float: left;
    font-size: 17px;
    margin-top: -31%;
    width: 100%;
    position: relative;
    text-align: center;
    z-index: 100;
}

/*PAGINA CARRITO*/

.carrito-pagina .hd .icon-compra {
    padding-left: 45px;
}

.carrito-pagina .hd {
    line-height: 72px;
    overflow: hidden;
    margin-top: 2%;
}

    .carrito-pagina .hd img, .carrito-pagina .box-grey img {
        width: auto;
    }

    .carrito-pagina .hd .icon-compra {
        background: rgba(0, 0, 0, 0) url("/images/icon-compra.jpg") no-repeat scroll 5px center / contain;
        padding-left: 40px;
        padding-top: 12px;
    }

    .carrito-pagina .hd .botonera a.btn {
        letter-spacing: normal;
    }

.carrito-pagina .listado h3 {
    font-size: 13px;
}

    .carrito-pagina .listado h3.headlabel {
        font-size: 11px;
    }

.carrito-pagina .listado p {
    font-size: 11px;
    margin-bottom: 2px;
}


.carrito-pagina .listado .item {
    border-bottom: 1px solid #e0dede;
    margin-right: 15px;
    overflow: hidden;
    padding: 15px 0;
}

    .carrito-pagina .listado .item .trash-icon {
        background: rgba(0, 0, 0, 0) url("../images/trash.jpg") no-repeat scroll center center;
        padding: 15px;
    }


.carrito-pagina .separador {
    border-bottom: 1px solid #E0DEDE;
    padding: 2% 0;
    margin-bottom: 2%;
}

.carrito-pagina .box-grey {
    background-color: #efeae1;
    margin-top: 2px;
    padding: 15px;
}

.carrito-pagina p.pagos {
    color: #4D4C4C;
    font-size: 15px;
}

.carrito-pagina .ticket img {
    width: auto;
    float: left;
}

.carrito-pagina .col-md-12 h6 {
    float: left;
    padding: 0 1%;
}

.carrito-pagina .pagos a {
    font-size: 12px;
}

.carrito-pagina .promo {
    font-size: 15px;
    color: #BE1319;
}

.carrito-pagina .promo-destacado {
    font-size: 21px;
    color: #BE1319;
    padding: 1% 0;
}

.carrito-pagina .destacado {
    color: #BE1319;
    font-size: 30px;
}

.carrito-pagina .progress-bar-success {
    background-color: #be1319;
}

.carrito-pagina .md-overlay {
    background: #ccc none repeat scroll 0 0;
    height: 100%;
    opacity: 0.76;
    padding-top: 40%;
    position: absolute;
    z-index: 9999;
}

.carrito-pagina .novedad {
    background-color: #fff;
    min-height: 387px;
}

    .carrito-pagina .novedad p {
        color: #333333;
    }

    .carrito-pagina .novedad img.img-responsive {
        margin-bottom: 0.5em;
    }

    .carrito-pagina .novedad a.btn {
        display: block;
    }

.carrito-pagina .slider-related-categories {
    padding: 10px 11px;
}

    .carrito-pagina .slider-related-categories .novedad a.btn {
        width: 91%;
    }

.carrito-pagina .owl-carousel {
    margin-bottom: 40px;
}

.carrito-pagina .owl-prev, .carrito-pagina .owl-next {
    font-size: 2.3em;
    margin-top: -1.15em;
    position: absolute;
    top: 50%;
}

.carrito-pagina .owl-prev {
    left: -28px;
}

.carrito-pagina .owl-next {
    right: -28px;
}

.tambienTePuedenInteresar {
    float: left;
    position: relative;
    margin-top: 89px;
}


/* Listado de locales ******************************/

#g-maps-places > div.row > div > p.font-gris,
#info-local > div.row > div > p.font-gris,
#agenda-eventos > div.row > div > p.font-gris,
#detalle-evento > div.row > div > p.font-gris {
    font-size: 1.2em;
    padding-bottom: 1.6em;
}

#gmaps-app-wrapper {
    position: relative;
    width: 100%;
    height: 430px;
    clear: both;
    margin-bottom: 2em;
}

#gmaps-app-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: auto;
    background-color: #fff;
    border: 1px solid #d3d3d3;
}

    #gmaps-app-search > div {
        padding: 20px 15px;
        text-align: center;
    }

        #gmaps-app-search > div label {
            margin-bottom: 10px;
            font-size: 1.2em;
        }

        #gmaps-app-search > div fieldset {
            padding: 10px 15px;
            background-color: #ebeaea;
            border: 1px solid #d3d3d3;
        }

        #gmaps-app-search > div input[type="text"], #gmaps-app-search > form select {
            border: 1px solid #d3d3d3;
            color: #333;
            margin-bottom: 10px;
        }

##gmaps-app-search > div select option {
    color: #333;
}

#gmaps-app-search > div input[type="text"]::-webkit-input-placeholder,
#gmaps-app-search > div input[type="text"]::-moz-placeholder,
#gmaps-app-search > div input[type="text"]:-ms-input-placeholder,
#gmaps-app-search > div input[type="text"]:-moz-placeholder,
#gmaps-app-search > div select option:first-of-type {
    color: #d3d3d3;
}

.sucursales table th {
    font-size: 1.6em;
    text-align: center;
}

.info-sucursal p, .info-evento p, .detalle-agenda p, .detalle-lectura p {
    font-weight: bold;
}

.sucursales table .info-sucursal h3 a {
    margin-top: 0px;
    display: block;
    color: #ed1c24;
}

.sucursales h3 a {
    margin-top: 0px;
    display: block;
    color: #ed1c24;
}

.sucursales a {
    margin-top: 0px;
    display: block;
    color: inherit;
}

    .sucursales a.font-rojo {
        margin-top: 0px;
        display: block;
        color: inherit;
        color: #ed1c24;
    }

.sucursales table td a.sucursal-social .fa {
    border: 2px solid #000;
    border-radius: 50%;
    color: #000;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 45px;
}

.sucursales .info-sucursal .listado .listado {
    margin-left: 33%;
}

.servicios p {
    width: 118%;
}

.sucursales .table-responsive {
    overflow: hidden;
}

.form-group .descripcion {
    height: 100px;
}

.btn-minimize {
    background: rgba(0, 0, 0, 0) url("/images/ic-menos.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: right;
    height: 10px;
    width: 10px;
}

.messageNoGeo {
    background: #000 none repeat scroll 0 0;
    bottom: -70px;
    color: #fff;
    display: none;
    float: left;
    height: 40px;
    padding: 2% 12% 2% 2%;
    position: relative;
    transition: bottom 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}

    .messageNoGeo.active {
        bottom: 0;
        display: inline;
    }

    .messageNoGeo > a {
        background: none;
        font-size: 18px;
        padding: 10px;
        position: relative;
        right: 4px;
        top: 7%;
    }

.messageNoLocal {
    background: #000 none repeat scroll 0 0;
    bottom: -70px;
    color: #fff;
    display: none;
    float: left;
    height: 40px;
    margin-top: -72px;
    padding: 2% 12% 2% 2%;
    position: relative;
    transition: bottom 0.5s ease 0s;
    width: 100%;
    z-index: 999;
}

    .messageNoLocal.active {
        bottom: 0;
        display: inline;
    }

    .messageNoLocal > a {
        background: none;
        font-size: 18px;
        padding: 10px;
        position: relative;
        top: 7%;
    }

h4.itemcontacto {
    text-decoration: underline;
}

.btn-minimize.btn-plus {
    background: rgba(0, 0, 0, 0) url("/images/ic-mas.png") no-repeat scroll 0 0;
}

.sucursales .noEncontrado {
    font-weight: bold;
    margin-bottom: 51px;
}
/* Local ***************/

#info-local, #events-map, #agenda-eventos {
    margin-bottom: 2em;
}

    #info-local #carousel-imagenes {
        height: 201px;
        margin-bottom: 23px;
        overflow: hidden;
    }

    #info-local .carousel-control.left, #info-local .carousel-control.right {
        background: none;
    }

    #events-map a.btn.btn-primary, .map-xs a.btn.btn-primary {
        max-width: 340px;
        width: auto;
        text-align: center;
        font-size: 1.4em;
        margin-bottom: 1em;
    }

.info-evento {
    margin-bottom: 1em;
}

    .info-evento .fa, .detalle-agenda .fa {
        font-size: 1.2em;
        margin-right: 1em;
    }

.local-map-aside {
    height: 430px;
}

.events-aside {
    background-color: #ebeaea;
    border: 1px solid #d3d3d3;
    margin-bottom: 1em;
}

    .events-aside h3 {
        margin: 0 1em 1em;
        text-align: center;
    }

    .events-aside a.tit {
        color: inherit;
    }

.itemcontacto div input[type="checkbox"] {
    clear: left;
    float: left;
}

.itemcontacto .sucursal {
    border: medium none;
    float: left;
    position: relative;
    top: -5px;
    width: 90%;
}

.tituloMobile {
    display: none;
}

#catalogo .novedad {
    min-height: 373px;
}

.ui-front {
    z-index: 200;
}

.ui-widget {
    font-family: Roboto,sans-serif;
}

.ui-widget-content .ui-state-focus {
    border: 2px solid #034687;
    color: #e30613;
    background: inherit;
}



@media only screen and (max-width:1024px) {

    #misfootsteps .contFootstep {
        background: #ed1b24 none repeat scroll 0 0;
        display: inline-block;
        float: left;
        margin: 0px 1px 0 6px;
        height: 165px;
        padding: 0;
        position: relative;
        width: 23%;
    }

        #misfootsteps .contFootstep a.image {
            display: table-cell;
            height: 151px;
            margin: auto;
            position: relative;
            text-align: center;
            vertical-align: middle;
            width: 117px;
            margin-top: 0px;
        }

    #misfootsteps img {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
        display: inline;
        left: auto;
        max-width: 111px;
        top: 0;
        vertical-align: middle;
        max-height: 174px;
    }

    #catalogo .novedad {
        min-height: 319px;
    }


    ul.menu-ayuda {
        background: #eeeae1 none repeat scroll 0 0;
        padding-bottom: 10px;
        padding-top: 14px;
        position: relative;
        width: auto !important;
        height: auto !important;
    }
}

@media only screen and (max-width:992px) {
    #ebooks .novedad {
        min-height: 402px;
    }

        #ebooks .novedad a img {
            max-height: 219px;
        }

    .book-price {
        font-size: 1.1em;
    }
}
/*#mas-vendidos .mas-vendidos-number img {
        max-width: 54px;
    }*/
/*
    Small Devices
*/
@media only screen and (min-width:768px) {

    /*Bootstrap Override*/
    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in, .navbar-collapse.collapsing {
            display: block !important;
            width: 100%;
        }

    /* Modal */

    /*.modal {
        bottom: auto;
        display: none;
        left: auto;
        outline: 0 none;
        overflow: hidden;
        position: static;
        right: auto;
        top: auto;
        z-index: 1050;
    }*/

    .modalfilters {
        bottom: auto;
        display: block;
        left: auto;
        outline: 0 none;
        overflow: hidden;
        position: static;
        right: auto;
        top: auto;
        z-index: 1050;
    }

    /*Fin Bootstrap Override*/


    /*Carrito*/
    body header .carrito {
        max-width: 135px;
    }

    .bienvenidos-wrapper .container .redes .redes-titulo {
        margin-top: -45px;
    }

    body footer .nav.footer li.principal a, footer .nav.footer li.principal a.collapsed {
        border: none;
        background: none;
    }

    body footer .nav.footer li.principal ul.nav li a {
        padding-bottom: 4px;
        padding-top: 4px;
    }

    #carousel-home .carousel-caption p.carousel-author {
        font-size: 34px;
    }

    #novedades-wrapper {
        background: url(../images/bk-novedades.jpg) repeat-x center top transparent;
    }

        #novedades-wrapper a {
            color: #333333;
        }
    /*#recomendados { background: url(../images/bk-recomendados.png) repeat-y center top; background-size:100% 1px; }*/
    #recomendados > .row {
        background: url(../images/bk-mas-vendidos.png) repeat-x left bottom;
    }

    #recomendados #mas-vendidos {
        background: url(../images/bk-mas-vendidos.png) repeat-x left bottom #EBEAEA;
    }

    .mas-vendidos-text {
        padding-top: 0;
    }

    .bienvenidos-wrapper .container {
        background: url("../images/bk-bienvenido-foot.png") no-repeat scroll center bottom;
    }

    #order-by, #search-on {
        display: block;
        height: auto;
        position: relative;
    }

    #search-controls select {
        margin-left: 1em;
        display: inline-block;
        font-size: 1em;
        width: auto;
    }

    #search-controls label {
        font-size: 1.5em;
        font-weight: normal;
        display: inline-block;
    }

    .data-info.digital p i {
        margin-right: 6px;
    }
    /*HEADER*/
    /*body header .top-bar .user-bar, header .redes {
        padding-top: 25px;
    }*/


    body header .top-bar .user-bar.hidden-xs {
        padding-top: 6px;
    }

    body header .top-bar .user-bar a {
        font-size: 13px;
    }



    ul.menu-ayuda {
        background: #eeeae1 none repeat scroll 0 0;
        height: 473px;
        padding-bottom: 10px;
        padding-top: 14px;
        position: relative;
        width: 277px;
    }


    .centroAyuda h2 {
        border-bottom: 1px dotted #c6c6c6;
        margin: 20px 0;
        padding: 0 0 10px;
    }

    .centroAyuda h3 {
        text-decoration: underline;
    }

    .menu-ayuda a {
        color: #323232;
        display: inline-block;
        font-family: Roboto,sans-serif;
        font-size: 13px;
        margin-bottom: 5px;
        max-width: 100%;
    }

    ul.menu-ayuda li.opcionPrincipal > a {
        font-size: 14px;
        font-weight: bold;
    }

    .formContactoAyuda iframe {
        border: medium none;
        height: 444px;
        width: 100%;
    }

    .formCV iframe {
        border: medium none;
        height: 954px;
        width: 100%;
    }

    h4.itemcontacto {
        text-decoration: underline;
    }


    .formBusqBibliografica iframe {
        border: medium none;
        height: 1480px;
        width: 100%;
    }

    p.mensajeBusquedaNoEncontrada {
        font-size: 1.5em;
        padding-bottom: 2em;
    }

    #novedades-wrapper .novedad {
        min-height: 400px;
    }

    section.centroAyuda a.subir {
        background: #333 url("/images/ic-flecha.png") no-repeat scroll 65px center;
        bottom: 0;
        color: #ccc;
        display: none;
        font-size: 20px;
        padding: 10px 45px 10px 20px;
        position: fixed;
        right: 5%;
    }
}

/*
    Extra Small Devices
*/

@media only screen and (max-width:767px) {

    h2 {
        font-size: 27px;
    }

    .novedades-price {
        width: auto;
        position: relative;
        display: none;
    }

    #catalogo .novedades-price {
        width: auto;
        position: relative;
    }

    #recomendados .recomendado {
        min-height: 342px;
    }

    .navbar-default {
        margin-top: 0px;
    }

    #gmaps-app-search {
        width: 168px;
    }

    #misfootsteps img {
        margin-top: 0px;
        max-height: none;
    }

    #misfootsteps .contFootstep {
        background: #ed1b24 none repeat scroll 0 0;
        display: inline-block;
        float: left;
        margin: 0px 17px 0 36px;
        height: 165px;
        padding: 0;
        position: relative;
        width: 17%;
    }

    .slider-related-categories {
        height: auto;
        max-height: none;
    }

    .slick-slider {
        margin: 0 30px;
    }

    #listados-main .book .img_responsive {
        max-width: auto;
    }


    #recomendados .recPrincipal img {
        height: auto;
    }

    .data-download-col {
        float: left;
        position: relative;
        margin-top: 10px;
    }

    .modal-dialog .btn-continuar-compra {
        float: right;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    #search-controls label {
        display: block;
        font-size: 20px;
        font-weight: normal;
    }

    .selectStyledFilters .options a {
        color: #323232;
        display: inline-block;
        font-family: Roboto,sans-serif;
        font-size: 13px;
        margin-bottom: 5px;
        max-width: 100%;
        clear: left;
        float: left;
    }

    .data-info {
        opacity: 1.0;
    }


    .carrito-pagina .owl-prev, .carrito-pagina .owl-next {
        font-size: 2.3em;
        margin-top: -1.15em;
        position: absolute;
        top: 50%;
    }

    .carrito-pagina .owl-prev {
        left: 0%;
    }

    .carrito-pagina .owl-next {
        /* margin-right: -1px; */
        left: 21%;
    }

    .carrito-pagina .slider-related-categories {
        max-height: 388px;
    }

    .carrito-pagina .owl-carousel .owl-item img {
        max-height: 239px;
        max-width: 141px;
    }

    .carrito-pagina .slider-related-categories .novedad a.btn {
        width: 50%;
        margin-left: 24%;
        display: block;
    }
    /*#mas-vendidos .mas-vendidos-number img {max-width:108px;
}*/

    .carrito-pagina .owl-next {
        /* margin-right: -1px; */
        left: 29%;
    }


    .carrito-pagina .slider-related-categories .novedad a.btn {
        width: auto;
        margin-left: 0%;
        display: block;
    }

    .tambienTePuedenInteresar {
        width: 100%;
    }

    .carrito-pagina .owl-next {
        /* margin-right: -1px; */
        left: 97%;
    }

    #misfootsteps .leyenda {
        color: #ffffff;
        display: inline;
        float: left;
        font-size: 17px;
        margin-top: -32%;
        width: 100%;
        position: relative;
        text-align: center;
        z-index: 100;
    }





    .centroAyuda h2 {
        border-bottom: 1px dotted #c6c6c6;
        margin: 20px 0;
        padding: 0 0 10px;
    }

    .centroAyuda h3 {
        text-decoration: underline;
    }


    .formContactoAyuda iframe {
        border: medium none;
        height: 444px;
        width: 100%;
    }

    .formCV iframe {
        border: medium none;
        height: 954px;
        width: 100%;
    }

    h4.itemcontacto {
        text-decoration: underline;
    }


    .formBusqBibliografica iframe {
        border: medium none;
        height: 1480px;
        width: 100%;
    }

    p.mensajeBusquedaNoEncontrada {
        font-size: 1.5em;
        padding-bottom: 2em;
    }

    #novedades-wrapper .novedad {
        min-height: 400px;
    }

    section.centroAyuda a.subir {
        background: #333 url("/images/ic-flecha.png") no-repeat scroll 65px center;
        bottom: 0;
        color: #ccc;
        display: none;
        font-size: 20px;
        padding: 10px 45px 10px 20px;
        position: fixed;
        right: 5%;
    }

    #catalogo .novedad {
        min-height: 417px;
    }
}

@media only screen and (max-width:736px) {
    #misfootsteps .contFootstep {
        background: #ed1b24 none repeat scroll 0 0;
        display: inline-block;
        float: left;
        margin: 0px 28px 0 43px;
        height: 165px;
        padding: 0;
        position: relative;
        width: 15%;
    }

    .col-xs-2-3 {
        width: 13.666667%;
    }


    #novedades-wrapper .owl-controls {
        position: absolute;
        top: 43%;
        font-size: 27px;
        width: 100%;
    }

        #novedades-wrapper .owl-controls .owl-prev {
            float: left;
        }

        #novedades-wrapper .owl-controls .owl-next {
            float: right;
        }

    #ebooks .novedad {
        min-height: none;
    }

        #ebooks .novedad a img {
            min-height: none;
            max-height: none;
        }

    #ebooks .owl-controls {
        position: absolute;
        top: 30%;
        font-size: 27px;
        width: 100%;
    }

        #ebooks .owl-controls .owl-prev {
            float: left;
        }

        #ebooks .owl-controls .owl-next {
            float: right;
        }



    .filtrosMovil .hd {
        float: right;
        margin-top: 3%;
        overflow: hidden;
        width: 48%;
        display: block;
    }

        .filtrosMovil .hd a {
            background: none repeat scroll 0 0 #666;
            box-shadow: 0 0 8px #ccc;
            color: #fff;
            display: block;
            float: left;
            margin: 0 1%;
            padding: 5px 0;
            text-align: center;
            width: 31%;
            display: block;
        }

            .filtrosMovil .hd a:hover {
                text-decoration: none;
            }

            .filtrosMovil .hd a.disabled {
                background: none repeat scroll 0 0 #ccc;
            }


    .filtrosMovil .bd h2 {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        float: none;
        font-family: "MyriadProRegular";
        font-size: 15px;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .filtrosMovil .bd nav ul {
        border-bottom: medium none;
        margin-bottom: 15px;
        padding: 0 0 10px;
    }


    .filtrosMovil nav.filtros_aplicados {
        clear: both;
        overflow: hidden;
        display: block;
    }

        .filtrosMovil nav.filtros_aplicados ul {
            border: medium none;
            clear: both;
            margin: 0;
            overflow: hidden;
            padding: 0;
        }

            .filtrosMovil nav.filtros_aplicados ul li {
                float: left;
                margin: 4px !important;
                text-transform: none;
            }

                .filtrosMovil nav.filtros_aplicados ul li a.activo {
                    background-color: #EEEAE1;
                    padding: 4px 16px 4px 9px;
                    text-decoration: none;
                }

                    .filtrosMovil nav.filtros_aplicados ul li a.activo span {
                        display: none;
                    }

    .filtros nav a.activo, .filtrosMovil nav a.activo {
        background: url("/images/ic-cruz.png") no-repeat scroll right center #F2F2F2;
        display: block;
        color: #323232;
    }
}


@media only screen and (max-width:667px) {
    #misfootsteps .contFootstep {
        background: #ed1b24 none repeat scroll 0 0;
        display: inline-block;
        float: left;
        margin: 0px 3px 0 43px;
        height: 165px;
        padding: 0;
        position: relative;
        width: 15%;
    }

    .col-xs-2-3 {
        width: 13.666667%;
    }
}

@media only screen and (max-width:568px) {

    .carrito-pagina .owl-next {
        /* margin-right: -1px; */
        /*left: 20%;*/
    }

    .carrito-pagina .slider-related-categories {
        max-height: 388px;
    }

    .carrito-pagina .owl-carousel .owl-item img {
        max-height: 239px;
        max-width: 141px;
    }

    .carrito-pagina .slider-related-categories .novedad a.btn {
        width: auto;
        margin-left: 0;
        display: block;
    }

    .local-map-aside {
        height: auto;
    }

    #gmaps-app-search {
        width: 100%;
        height: 65px;
    }

        #gmaps-app-search > div input[type="text"], #gmaps-app-search > form select {
            border: 1px solid #d3d3d3;
            color: #333;
            margin-bottom: 0px;
            float: left;
            width: auto;
            margin-top: 0px;
            margin-left: 9%;
        }

        #gmaps-app-search > div label {
            margin-bottom: 1px;
            font-size: 1.2em;
        }

        #gmaps-app-search .btn {
            float: left;
        }

    #misfootsteps .contFootstep {
        margin: 0px -5px 0 20px;
        width: 20%;
    }
}

#misfootsteps img {
    margin-top: 0px;
}
/*#mas-vendidos .mas-vendidos-number img {max-width:108px;
}*/


}


@media only screen and (max-width:430px) {

    .carrito-pagina .owl-next {
        /* margin-right: -1px; */
        left: 20%;
    }

    .carrito-pagina .slider-related-categories {
        max-height: 388px;
    }

    .carrito-pagina .owl-carousel .owl-item img {
        max-height: 239px;
        max-width: 141px;
    }

    .carrito-pagina .slider-related-categories .novedad a.btn {
        width: auto;
        margin-left: 0;
        display: block;
    }
    /*#mas-vendidos .mas-vendidos-number img {max-width:108px;
}*/


}

@media only screen and (max-width:414px) {
    #misfootsteps img {
        margin-top: 0px;
        max-width: 87px;
    }

    #misfootsteps .contFootstep {
        margin: 0px 4px 0 3px;
        width: 23%;
    }

        #misfootsteps .contFootstep a.image {
            height: 135px;
        }

    #novedades-wrapper .owl-controls {
        position: absolute;
        top: 43%;
        width: 100%;
    }

        #novedades-wrapper .owl-controls .owl-prev {
            font-size: 33px;
            float: left;
        }

        #novedades-wrapper .owl-controls .owl-next {
            font-size: 33px;
            float: right;
            margin-left: -3%;
        }

    #ebooks .novedad {
        min-height: none;
    }

        #ebooks .novedad a img {
            min-height: none;
            max-height: none;
        }

    #ebooks .owl-controls {
        position: absolute;
        top: 30%;
        font-size: 27px;
        width: 100%;
    }

        #ebooks .owl-controls .owl-prev {
            float: left;
        }

        #ebooks .owl-controls .owl-next {
            float: right;
            margin-left: -3%;
        }
}

@media only screen and (max-width:375px) {
    #misfootsteps .contFootstep {
        margin: 0 5px 0 5px;
        background: #ed1b24 none repeat scroll 0 0;
        display: inline-block;
        float: left;
        padding: 0;
        position: relative;
        width: 22%;
    }

        #misfootsteps .contFootstep a.image {
            height: 131px;
        }
}

@media only screen and (max-width:360px) {
    .novedades-price {
        font-size: 15px;
    }

    #novedades-wrapper .novedades-price {
        font-size: 13px;
    }

    .modal-dialog .btn-continuar-compra {
        float: right;
        margin-right: 0px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:360px) {
    #misfootsteps {
        margin-left: 10px;
    }

        #misfootsteps .contFootstep {
            display: inline;
            margin-bottom: 10px;
            margin: 0 5px 0 20px;
            width: 35%;
            text-align: center;
            margin-top: 22px;
        }

        #misfootsteps img {
            position: relative;
            max-width: 111px;
            margin-top: 0px;
        }

        #misfootsteps .leyenda {
            display: inline;
            margin-top: -32%;
            position: relative;
        }
}


@media only screen and (max-width:320px) {
    .data-info.digital .fa {
        margin-right: 10px;
    }

    #misfootsteps img {
        max-width: 110px;
        margin-bottom: 10px;
    }

    #misfootsteps .leyenda {
        margin-top: -28%;
    }

    #misfootsteps .contFootstep {
        display: inline;
        margin-bottom: 10px;
        width: 35%;
        height: 175px;
        margin-left: 15px;
        text-align: center;
    }

    .slider-related-categories {
        height: auto;
        max-height: none;
    }

    #listados-main .book .img_responsive {
        max-height: auto;
    }

    .carrito-pagina .owl-next {
        /* margin-right: -1px; */
        left: 97%;
    }

    .carrito-pagina .novedades-price {
        font-size: 13px;
    }

    #gmaps-app-search > div label {
        margin-bottom: 1px;
        font-size: 12px;
    }

    #gmaps-app-search > div input[type="text"], #gmaps-app-search > form select {
        border: 1px solid #d3d3d3;
        color: #333;
        margin-bottom: 0px;
        float: left;
        width: 158px;
        margin-top: 0px;
        font-size: 13px;
        margin-left: 0px;
    }
    /*#mas-vendidos .mas-vendidos-number img {max-width:108px;
}*/


}
/*
    Medium Devices
*/
@media only screen and (min-width:992px) {

    /*Bootstrap Override*/
    .navbar-toggle {
        display: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    .navbar-form .form-control {
        width: auto;
    }

    .nav-tabs > li > a, .nav-tabs > li.active > a {
        font-size: 1.6em;
    }

    /*Fin Bootstrap Override*/



    .foot-boxes .box {
        border-left: 1px solid #d8d8d7;
        border-right: 1px solid #d8d8d7;
    }

    body header {
        margin-bottom: 15px;
        padding-bottom: 25px;
    }

        body header .top-bar {
            background: none;
            border-bottom: 0px solid transparent;
        }

        body header .carrito {
            float: none;
            max-width: 185px;
            background: #9c9c9d url("../images/carrito-bag.png") no-repeat scroll 14px 13px / 39px auto;
        }

        body header .logo-container {
            padding-top: 25px;
        }

        body header .menuContainer .navbar.navbar-default {
            background: #9c9c9d none repeat scroll 0 0;
            border: 0 none;
            border-radius: 0;
            bottom: -51px;
            margin: 0;
            position: absolute;
            right: 15px;
        }

        body header .navbar.navbar-default .nav.navbar-nav a {
            color: #fff;
            font-size: 19px;
            font-weight: normal;
            padding: 15px 25px;
        }

        body header .top-bar .user-bar.hidden-xs {
            padding-top: 10px;
        }

        body header .top-bar .redes {
            padding: 15px;
        }

        body header .user-bar .nav.nav-pills {
            float: right;
        }

        body header .search-form {
            margin-top: 9px;
        }



    .data-border {
        border-left: 1px solid #D6D6D6;
    }

    .data-price-col, .data-club-col, .data-download-col, .data-price-prop {
        margin-top: 1em;
    }

    .data-price-col, .data-club-col, .data-download-col {
        text-align: center;
    }

        .data-price-col .data-price {
            padding-top: 1em;
        }

    .ebook-download, .book-buy {
        margin-top: 0;
    }

    .data-info.digital .fa, .data-info.papel .fa {
        margin-right: 7px;
    }

    #recomendados {
        background: url(../images/bk-recomendados.png) repeat-y center top;
        background-size: 100% 1px;
    }

    .col-lg-1-3 {
        width: 13.667%;
    }
}

@media (min-width: 1200px) {
    body header .search-form {
        margin-top: 25px;
    }
}
