/*
Nombre del Tema: Fondo Editorial PUCE 
Url del sitio: http://edipuce.simeh.co/
Autor del Tema: Hipertexto - Netizen Digital Solutions
Web del Autor: http://www.hipertexto.com.co/
*/
/* Table of Content
==================================================
	1.0  -  Reset
    2.0  -  Header
    3.0  -  Footer
    4.0  -  Grilla
    5.0  -  Featured Links
    6.0  -  Parralax Banner
    7.0  -  Ficha de Producto
*/
/*==================================================
/* 01 - reset
==================================================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,700,700i&display=swap');

:root{
    --main-color--:#A21E21;
    --secondary-color--:#474A5A;
}
*{
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
html {
    /* font-size: 62.5%; */
    font-size: 14px;
}
header{
    position:relative;
    z-index: 9;
}
.breadcrumb{
    justify-content:center;
}
.breadcrumb>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display:flex;
    width:1140px;
    padding:0 15px;
    overflow:hidden;
    text-overflow:ellipsis;
}
.breadcrumb>ul>li>a{
    white-space:nowrap;
    font-size:80%;
    color:rgba(51, 51, 51, 1);
    transition:.3s all ease;
}
.breadcrumb>ul>li>a:hover{
    color:rgba(51, 51, 51, .5);
    text-decoration:none;
}
.breadcrumb>ul>li>a::after{
    content:'>';
    margin: 0 10px;
    color:rgba(51, 51, 51, 1) !important;
}
.breadcrumb>ul>li:nth-last-child(1)>a::after{
    display:none;
}

.breadcrumb>ul>li:nth-last-child(1)>a{
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight:900;

}
/*==================================================
/* 02 - Header
==================================================*/
.puce-top-header-wrapper>.container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
}
.puce-top-header-wrapper>.container>p{
    margin:0;
}
.puce-header>.puce-top-header-wrapper {
    height: 50px;
    border-bottom:1px solid #d3d3d3;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row-reverse;
}
.puce-header>.puce-middle-header-wrapper{
    height:120px;
    border-bottom:1px solid #d3d3d3;
}
.puce-header>.puce-bottom-header-wrapper {
    height: 55px;
    background: var(--main-color--);
}
.puce-header>.puce-bottom-header-wrapper>.container{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100%;
}
.puce-contact-info-top-header>ul {
    display: flex;
    margin:0;
    padding:0;
    list-style:none;
}
.puce-contact-info-top-header>ul>li{
    margin-right:15px;

}
.puce-contact-info-top-header>ul>li:nth-child(1n+1)::after{
    content:'/';
    margin-left:15px;
}
.puce-contact-info-top-header>ul>li:nth-last-child(1){
    margin:0;
}
.puce-contact-info-top-header>ul>li:nth-last-child(1)::after{
    display:none;
}
.puce-contact-info-top-header>ul>li>strong{
    margin-right:5px;
}
.puce-contact-info-top-header>ul>li>strong,
.puce-contact-info-top-header>ul>li>span{
    font-size:13px;
}
.puce-contact-info-top-header>ul>li>strong,
.puce-contact-info-top-header>ul>li>span,
.puce-contact-info-top-header>ul>li>span>a{
    color:#666666;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu {
    width: 35%;
    position: relative;
    cursor: pointer;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-title{
    background:var(--secondary-color--);
    color:#ffffff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 0 25px;
    height:100%;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-title a {
    color: white;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-title>span{
    font-size:18px;
    font-weight: 700;
    line-height: 0;
    text-transform:uppercase;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-title>span:nth-child(2) {
    display: none;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-title>span>i{
    margin-right: 10px
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper {
    position: relative;
    z-index: 2;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper>.puce-featured-menu-content{
    width: 100%;
    overflow:hidden;;
    border-bottom: 1px solid #d3d3d3
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper>.puce-featured-menu-content>ul,
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper>.puce-featured-menu-content>ul>li{
    list-style: none;
    padding:0;
    margin:0;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper>.puce-featured-menu-content>ul>li.disabled{
    height: 0;
    transition: .3s all ease;
}
a.expand-all-categories>span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    background: var(--secondary-color--);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 80%;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper>.puce-featured-menu-content>ul{
    background:#ffffff;
    border:1px solid #d3d3d3;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper>.puce-featured-menu-content>ul>li>a{
    background:#ffffff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding:10px;
    background-image: linear-gradient(to right, #D3D3D3 40%, rgba(255, 255, 255, 0) 20%);
    background-position: bottom;
    background-size: 9px 1px;
    background-repeat: repeat-x;
    font-size: 14px;
    overflow: hidden;
    width: 100%;
    color:var(--secondary-color--);
    position: relative;
    white-space: nowrap;
    transition: .3s all ease;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper>.puce-featured-menu-content>ul>li>a::before{
    content:'\f061';
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left:15px;
    top:50%;
    transform: translateY(-50%) translateX(-100%);
    opacity: 0;
    transition: .3s all ease;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper>.puce-featured-menu-content>ul>li>a::after{
    content:'';
    display: block;
    width: 100px;
    position: absolute;
    right:0;
    top:1px;
    bottom:1px;
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper>.puce-featured-menu-content>ul>li>a:hover{
    padding: 10px 10px 10px 35px;
    text-decoration: none;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper>.puce-featured-menu-content>ul>li>a:hover::before{
    transform: translateY(-50%) translateX(0);
    opacity: 1;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu {
    width: 86%;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content{
    height: 100%;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul{
    height: 100%;
    padding:0;
    margin:0;
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li{
    padding:0;
    margin:0;
    list-style: none;
    margin:0 10px;
    height: 100%;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li:nth-last-child(1){
    margin-right: 0;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a{
    line-height: 0;
    color: white !important;
    text-transform: uppercase;
    font-size: 13px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;

}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a::before{
    content:'';
    display: block;
    width:100%;
    height:0;
    background:var(--secondary-color--);
    position: absolute;
    bottom:0;
    left:0;
    border-radius: 5px 5px 0 0 ;
    transition:.3s all ease;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a:hover{
    text-decoration: none;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a:hover::before{
    height:5px;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li.item-IBD,
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li.item-Audiolibro {
    display: none;
}
.menu-down>i {
    margin: 0;
    font-size: 10px;
    transform: rotate(90deg);
    transition: .3s ease all;
    opacity: 0;
}
.menu-down>i.active {
    margin: 0 15px;
    transform: rotate(0deg);
    opacity: 1;
}
.puce-header>.puce-middle-header-wrapper>.container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.puce-header>.puce-middle-header-wrapper>.container::before,
.puce-header>.puce-middle-header-wrapper>.container::after {
    display:none ;
}
.puce-header>.puce-middle-header-wrapper>.container>.logos {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content:space-around;
    padding: 25px 0;
}
.puce-header>.puce-middle-header-wrapper>.container>.header-search{
    flex-basis: 50%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:center;
}
.puce-header>.puce-middle-header-wrapper>.container>.header-search>form {
    flex-basis: 50%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:center;
}
.puce-header>.puce-middle-header-wrapper>.container>.logos>img:last-child {
    height: 70px;
    padding: 0;
}
.puce-header>.puce-middle-header-wrapper>.container>.logos>img {
    height:50px;
    margin-right:0;
}
.header-search {
    border: 1px solid var(--main-color--);
    height: 46px;
    border-radius: 50px;
    position:relative;
    max-width:500px;
    width: 600px !important;
}
.header-search input[type="search"]{
    border:none;
    position:absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    padding: 10px;
    outline: none;
}
.header-search button{
    position:absolute;
    right:0;
    height:100%;
    border-radius: 0 50px 50px 0;
    width:100px;
    border: 1px solid var(--main-color--);
    background:var(--main-color--);
    color: white;
}
/*--LIBROS---*/
.puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu>.puce-featured-menu-wrapper>.puce-featured-menu-content.active {
    max-height: max-content;
}
.container>.burguer{
    display: none;
}
@media (max-width: 1024px){
    .puce-header>.puce-top-header-wrapper {
        height: 25px;
    }
    .puce-header>.puce-middle-header-wrapper {
        height:70px;
        display: flex;
    }

    .puce-header>.puce-middle-header-wrapper>.container>.logos>img{
        height: 30px;
    }
    .puce-header>.puce-middle-header-wrapper>.container>.logos>img:last-child {
        height: 50px;
        padding: 0;
    }
    .puce-middle-header-wrapper>.container>.header-search>form {
        width: 100%;
        padding: 3px;
        border-radius: 30px;
    }
    .puce-middle-header-wrapper>.container>.header-search>input {
        border-radius: 30px 0 0 30px;
        width: 80%;
        height: 25px;
        padding: 0 20px;
        color: var(--color-placeholder--);
    }
    .container>.burguer{
        display: block;
        background-color: var(--primary-color--);
        padding: 8px 20px;
        margin-top: 2px;
    }
    .container>.burguer>span>i{
        color: var(--secondary-color--);
        font-size: 20px;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-featured-menu{
        width: 70%;
    }
    .puce-header>.puce-bottom-header-wrapper {
        height: 40px;
    }
    .puce-header>.puce-bottom-header-wrapper>.container {
        height: 100%;
        align-items: center;
    }
    .puce-header>.puce-bottom-header-wrapper>.container>.puce-featured-menu {
        height: 100%;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > ul {
        position: absolute;
        flex-direction: column;
        height: 250px;
        justify-content: start;
        right: -50%;
        top: 126px;
        opacity: 1;
        background-color: var(--main-color--);
        width: 49%;
        transition: .5s ease all;
        border: 1px solid
        rgba(0, 0, 0, 0.4);
        border-top: none;
    }
    .puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul.active {
        right: 0%;
    }

    .puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li {
        margin: 0;
        width: 100%;
        border-bottom: 1px dashed var(--secondary-color--);
    }
    .puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li:nth-last-child(1) {
        border: none;
    }
    .puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a {
        width:100%;
    }
}

@media (max-width:991px){
    .puce-header > .puce-middle-header-wrapper > .container > .logos > img {
        height: 30px;
    }
    .puce-header > .puce-middle-header-wrapper > .container > .logos > img:last-child {
        height: 50px;
    }
    .puce-header > .puce-middle-header-wrapper {
        height: auto;
        display: flex;
    }
    .puce-header > .puce-middle-header-wrapper > .container{
        padding: 0;
    }

    .puce-middle-header-wrapper > .container > .header-search > form {
        width: 100%;
    }
}
@media (max-width:768px){
    .puce-header > .puce-top-header-wrapper {
        justify-content: center;
    }
    .puce-header > .puce-middle-header-wrapper > .container{
        flex-wrap: wrap;
        justify-content: center;
    }
    .puce-header > .puce-middle-header-wrapper > .container > .header-search{
        flex-basis: 80%;
        margin-bottom: 12px
    }
    .menu-down > i {
        margin: 0;
    }

    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > ul{
        top: 169px;
    }
}
@media (max-width: 424px){
    .puce-header > .puce-middle-header-wrapper > .container > .logos {
        width: 100%;
    }

    .puce-header > .puce-middle-header-wrapper > .container > .logos > img {
        margin-right: 0;
    }

    .puce-header > .puce-middle-header-wrapper > .container > .header-search {
        flex-basis: 80%;
    }

    .puce-middle-header-wrapper > .container > .header-search > button {
        margin-left: 2px;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-featured-menu {
        width: 80%;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-featured-menu > .puce-featured-menu-title {
        padding: 0 10px;
    }
}
@media (max-width: 367px){
    .puce-middle-header-wrapper > .container > .header-search > form{
        flex-wrap: wrap;
        border-radius: 20px;
        padding: 5px 6px;
    }
    .puce-middle-header-wrapper > .container > .header-search > input{
        border-radius: 50px;
    }
    .puce-middle-header-wrapper > .container > .header-search > button{
        margin: 0;
        height: auto;
        margin-top: 5px;
    }

    .puce-header > .puce-bottom-header-wrapper > .container > .puce-featured-menu > .puce-featured-menu-title {
        padding: 0 10px;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-featured-menu > .puce-featured-menu-title > span {
        font-size: 15px;
    }

    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > ul {
        top: 202px;
    }
}

/*==================================================
/* 02 - Footer
==================================================*/
.puce-footer-top>.footer-top-container{
    background-color: var(--main-color--);
    height: 105px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items:center;
}
.footer-top-container>.puce-footer-logo{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-basis: 40%;
    align-items:center;
}
.footer-top-container>.puce-footer-logo>img{
    height:50px;
    margin-right:50px;
}
.footer-top-container>.puce-footer-logo img:nth-child(2) {
    filter: invert(0) grayscale(100%) brightness(1000%) contrast(100%);
}
.footer-top-container>.puce-footer-logo>img:nth-last-child(1){
    height:80px;
}
.footer-top-container .flex-box {
    display: flex;
}
.footer-top-container .puce-footer-facebook>a{
    text-decoration: none;
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-radius: 6px;
}
.puce-footer-facebook:nth-child(2) {
    margin: 0 0 0 1rem;
}
.puce-footer-facebook .footer-btn>.footer-ico-facebook{
    padding:8px;
    border: 2px solid #D3D3D3;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items:center;
}
.puce-footer-facebook .footer-btn>.footer-facebook{
    padding:8px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items:center;
    color: #666666;
    border: 2px solid #D3D3D3;
    border-left: none;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 12px;
}
.puce-footer-facebook .footer-btn>.footer-ico-facebook img {
    max-width: 15px;
}
.puce-footer>.puce-footer-mid{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 3rem auto;
    max-width: 800px;
}
.puce-footer>.puce-footer-mid>div{
    margin: 0 10px;

}

.puce-footer-mid>.puce-footer-info>h3{
    font-size:25px;
}
.puce-footer-mid>.puce-footer-info>.info-first{
    list-style: none;
    /*margin: 50px 0;*/
    padding:0;
}
.puce-footer-mid>.puce-footer-info>.info-second{
    list-style: none;
    /*margin: 105px 0;*/
    padding:0;
}
.puce-footer-mid>.puce-footer-info>ul>li{
    margin: 13px 0;
}.puce-footer-mid>.puce-footer-info-second>ul>li{
     margin: 50px 0;
 }.puce-footer-mid>.puce-footer-info-second>ul>li>div{
      margin: 10px 0;
  }
.puce-footer-mid>.puce-footer-info>ul>li>div>a{
    text-decoration: none;
    color: #000;
}
.puce-footer-mid>.puce-footer-location{
    padding-top: 70px;
}.puce-footer-location>iframe{
     height:200px;
     width: 100%;
 }
.info-deploy{
    display: none;
}
.puce-footer>.puce-footer-bottom{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:center;
    border-top: 1px solid #666666;
    padding: 25px 0;
}

.puce-footer>.puce-footer-bottom>a{
    color: #666666;
    text-decoration:none;
}
@media (max-width: 1024px){
    .puce-footer-top > .footer-top-container {
        height: auto;
        padding: 15px 0px;
    }
    .footer-top-container>.puce-footer-logo>img {
        margin-right: 0;
    }
    .footer-top-container>.puce-footer-logo>img:nth-last-child(1) {
        height: 63px;
    }
    .info-deploy{
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .puce-footer>.puce-footer-mid {
        flex-direction: column;
        padding: 70px 10%;
    }
    .puce-footer-mid>.puce-footer-info>.info-deploy{
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        border: 1px solid #D3D3D3;
        padding: 10px;
        justify-content: space-between;
    }    .puce-footer-mid>.puce-footer-info>.info-deploy>.info-deploy-title{
             font-size: 18px;
             margin-right: 15px;
         }    .puce-footer-mid>.puce-footer-info>.info-deploy>.info-deploy-ico-first{
                  font-size: 18px;
                  margin-right: 10px;
                  transform: rotate(0deg);
                  transition: .3s ease all;
                  display: none;
              }    .puce-footer-mid>.puce-footer-info>.info-deploy>.info-deploy-ico-second{
                       font-size: 18px;
                       margin-right: 10px;
                       transform: rotate(0deg);
                       transition: .3s ease all;
                       display: none;
                   }
    .puce-footer-mid>.puce-footer-info>.info-deploy>.info-deploy-ico-first.active{
        transform: rotate(-90deg);
    }    .puce-footer-mid>.puce-footer-info>.info-deploy>.info-deploy-ico-second.active{
             transform: rotate(-90deg);
         }
    .puce-footer-mid>.puce-footer-info>.info-first{
        margin: 10px 10px;
        display: none;
    }
    .puce-footer-mid>.puce-footer-info>.info-second{
        margin: 10px 10px;
        display: none;
    }
    .puce-footer-mid>.puce-footer-location{
        margin-top: 40px;
    }
    .puce-footer-location > iframe {
        height: 200px;
        width: 100%;
    }
}
@media (max-width: 991px){
    .puce-footer-top > .footer-top-container {
        height: auto;
        padding: 15px 0px;
    }
}
@media (max-width: 600px){
    .puce-footer-top > .footer-top-container {
        height: auto;
        padding: 30px 0px;
    }
    .puce-footer-top > .footer-top-container {
        flex-direction: column;
    }
    .footer-top-container > .puce-footer-logo {
        flex-direction: column;
    }
    .footer-top-container > .puce-footer-logo > img {
        margin: 8px 0;
    }
    .footer-top-container>.puce-footer-facebook{
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
/*==================================================
/* 04 - Grilla
==================================================*/
.product-grid-wrapper>ul{
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.product-grid-wrapper>ul.product-grid-list>.product-grid-item{
    width:25%;
    margin:0 0 30px;
    padding:0 15px;
}
.product-grid-wrapper.main-grid>ul.product-grid-list>.product-grid-item{
    width: 33.33%;
}

.product-grid-list>.product-grid-item>.product-grid-card{
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-grid-image-wrapper{
    height: 263px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow:hidden;
    position: relative;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-grid-image-wrapper .print-book-container {
    margin: auto;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-grid-image-wrapper>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom center;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-grid-image-wrapper>.product-grid-additional-info{
    position: absolute;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    background:rgba(0,0,0,.8);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
}
.product-grid-list>.product-grid-item>.product-grid-card:hover>.product-grid-image-wrapper>.product-grid-additional-info{
    opacity: 1;
    visibility: visible;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-grid-image-wrapper>.product-grid-additional-info>span:nth-child(1){
    color: var(--main-color--);
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-grid-image-wrapper>.product-grid-additional-info>span:nth-child(2){
    font-weight:300;
    color:#ffffff;
    font-size:13px;
    text-align: center;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information{
    border-top: 1px solid #d3d3d3;
    padding: 15px;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information *{
    color:var(--secondary-color--);
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-format>span{
    display: block;
    background:var(--main-color--);
    font-size:80%;
    padding: 5px 15px 5px 15px ;
    margin: 0 0 10px -15px;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    position: relative;
    color: white;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-name>h3{
    font-size: 18px;
    font-weight:500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-authors,
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-publication-year{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-authors>strong,
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-publication-year>strong,
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-authors>span,
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-publication-year>span{
    display: block;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    font-size: 13px;
    margin:0;
    padding: 0;
    line-height: 17px
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-authors>span,
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-publication-year>span{
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display:block;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-authors>strong,
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-publication-year>strong{
    margin-right: 5px;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-actions>a{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin:10px -15px -15px;
    padding: 8px;
    background:var(--main-color--);
    border:1px solid var(--main-color--);
    color: white !important;
    transition: .3s all ease;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-additional-information>.product-actions>a:hover{
    text-decoration: none;
    background:transparent;
}
/*==================================================
/* 05 - Featured Links
==================================================*/
.featured-links {
    padding: 25px 0 0;
    display: none;
}
.featured-links>.container>.row>.col-md-6>a>img {
    margin-bottom: 25px;
}
/*==================================================
/* 06 - Parralax Banner
==================================================*/
.puce-banner *{
    color:#ffffff;
}
.puce-banner {
    background-image: url('../images/ebooks.png');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 272px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.puce-banner > .container{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}
.puce-banner > .container > h3{
    color:  var(--main-color--);
    font-size: 32px;
    font-weight: 700;
}
.puce-banner > .container > p{
    font-size: 16px;
    line-height: 21px;
}
.container >.puce-banner-button{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container >.puce-banner-button>a{
    display: block;
    padding:15px;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .3s all ease;
}
.container >.puce-banner-button>a:nth-child(1){
    border:1px solid #ffffff;
    color: #fff !important;
}
.container >.puce-banner-button>a:nth-last-child(1){
    border:1px solid var(--main-color--);
    background: var(--main-color--);
    color: white !important;
    margin: 0;
}
.container >.puce-banner-button>a:nth-child(1):hover{
    border:1px solid var(--main-color--);
    background: var(--main-color--);
    color: var(--secondary-color--);
    text-decoration: none;
}
.container >.puce-banner-button>a:nth-last-child(1):hover{
    border:1px solid #ffffff;
    background:transparent;
    color:#ffffff;
    text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767px){
    .puce-banner{
        height: auto;
        padding: 15px 0;
    }
    .puce-banner-button > .banner-button-first{
        font-size: 16px;
    }
    .puce-banner-button > .banner-button-second > a{
        font-size: 16px;
    }
}
@media (min-width: 0px) and (max-width: 468px){

    .puce-banner > *{
        text-align: center;
    }
    .container >.puce-banner-button{
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    .container >.puce-banner-button>a{
        width: 100%;
        margin: 0 0 15px;
    }
}
/*==================================================
/* 06 - CMS
==================================================*/
.container>.enlaces-title{
    border-bottom: 1px solid #d6d6d6;
}

.container>.enlaces-title>h3{
    font-size: 40px;
}

.nosotros-enlace-puce>.container>.enlaces-subtitles{
    margin-top: 40px;
    padding-left: 10px;
    border-left: 2px solid var(--main-color--);
}

.nosotros-enlace-puce>.container>ul{
    list-style: none;
}
.nosotros-enlace-puce>.container>ul>li{
    margin: 10px 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.nosotros-enlace-puce>.container>ul>li>a{
    text-decoration: none;
    color: #000000;
    padding: 10px;
    transition: .3s ease all;
    position: relative;
    background-color: var(--main-color--);
}

.nosotros-enlace-puce>.container>ul>li>a::before{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s ease all;
    opacity:0;
}

.nosotros-enlace-puce>.container>ul>li>a:hover:before{
    left: 10px;
    opacity:1;
}
.nosotros-enlace-puce>.container>ul>li>a:hover{
    padding-left: 30px;
}

.nosotros-enlace-puce>.container>.enlaces-last-list{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.nosotros-enlace-puce>.container>.enlaces-last-list>li{
    background-color: #ffffff;
    padding: 0;
    margin: 4px 3px;
}
.nosotros-enlace-puce>.container>.enlaces-last-list>li>a{
    background-color: #ffffff;
    border: 1px dashed #b1b1b1;
    position: relative;
}

.nosotros-enlace-puce>.container>.enlaces-last-list>li>a::before{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: .3s ease all;
    opacity:0;
    display: block;
    /* display: none; */
}
.nosotros-enlace-puce>.container>.enlaces-last-list>li>a:hover{
    padding-left: 30px;
}
.nosotros>.container>.row{
    margin-top: 60px;
}
.container>.nosotros-title{
    border-bottom: 1px solid #D6D6D6D6;
}
.nosotros-title > h3{
    font-size: 40px;
    margin: 15px 0;
}
.row>.puce-introduction{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.puce-introduction>p:last-child{
    margin: 0;
}
.nosotros-subtitles{
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0;
    margin-bottom: 10px;
}
.second-section>div:first-child{
    padding-right: 30px;
}
.second-section>div:last-child{
    padding-left: 30px;
}
.third-section>div>ul{
    list-style: none;
    margin: 0;
}
.third-section>div>ul>li{
    margin: 0;
    padding-left: 15px;
}
.third-section>div>ul>li:before{
    content: '\f054';
    color:var(--secondary-color--);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    color: #000;
    position: absolute;
    left: 15px;
}
@media (min-width:0px) and (max-width: 991px){
    .puce-introduction{
        margin-top: 30px;
    }
    .second-section>div:last-child{
        padding-left: 15px;
    }
}
.container>.feria-puce-title{
    border-bottom: 1px solid #d6d6d6;
}
.container>.feria-puce-title>h3{
    font-size: 40px;
}
.container>.feria-puce-title>h3>span{
    color: var(--main-color--);
}
.nosotros-feria-puce>.container>.row{
    margin-top: 30px;
}
.nosotros-feria-puce>.container>.row>div:last-child{
    border-left: 1px solid var(--main-color--);
}
.nosotros-feria-puce>.container>.row>div>h4{
    font-weight: bold;
    margin-bottom: 20px;
}
.nosotros-feria-puce>.container>.row>div{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.nosotros-feria-puce>.container>.row>div>a{
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
}
.nosotros-feria-puce>.container>.row>div>a>.feria-puce-hover{
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: .3s all ease;
}
.nosotros-feria-puce>.container>.row>div>a>.feria-puce-hover>i{
    color: #ffffff;
    font-size: 90px;
    margin-bottom: 10px;
    transform: rotate(-90deg);
    transition: .3s all ease;
}
.nosotros-feria-puce>.container>.row>div>a:hover .feria-puce-hover{
    opacity: .7;
}
.nosotros-feria-puce>.container>.row>div>a:hover .feria-puce-hover>i{
    transform: rotate(0deg);
}

.container>.nosotros-feria-title{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 15px
}

.container>.nosotros-feria-title>h3{
    font-size: 40px;
}

.container>.feria-title>h3>span{
    color: var(--main-color--);
}


.nosotros-feria>.container>.row{
    margin-top: 30px;
}


.nosotros-feria>.container>.feria-years{
    margin-top: 15px;
}
.nosotros-feria>.container>.feria-years>h3{
    font-weight: bold;
    border-left: 2px solid var(--main-color--);
    padding-left: 10px;
}



.row>div>.download-button-feria>a{
    color: #000000;
    text-decoration: none;
    font-size: 20px;
    background-color: var(--main-color--);
    padding: 10px 25px;
    transition: .3s ease all;
}

.row>div>.download-button-feria>a::before{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    top: 3px;
    left: 25px;
    position: absolute;
    transition: .3s ease all;
    opacity: 0;
}

.row>div>.download-button-feria>a:hover:before{
    left: 40px;
    opacity: 1;
}

.row>div>.download-button-feria>a:hover{
    padding-left: 40px;
}


.nosotros-feria>.container>.row>div>ul{
    list-style: none;
    padding-left: 20px;
}
.nosotros-feria>.container>.row>div>ul>li{
    padding: 10px 0;
    position: relative;
}

.nosotros-feria>.container>.row>div>ul>li:before{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: -15px;
}

.nosotros-feria>.container>.last-list>div>ul>li:nth-child(6):before{
    display: none;
}

.nosotros-feria>.container>.last-list>div>ul>li>.row>.col-md-6{
    margin: 20px 0;
}

.nosotros-feria u{
    margin-left: 10px;
}


.nosotros-feria>.container>.last-list>div>ul>li>.row>div>a{
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #ffffff;
}
.nosotros-feria>.container>.last-list>div>ul>li>.row>div>a>.feria-quito-hover{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s all ease;
}
.nosotros-feria>.container>.last-list>div>ul>li>.row>div>a>.feria-quito-hover{
    font-size: 20px;
}

.nosotros-feria>.container>.last-list>div>ul>li>.row>div>a>.feria-quito-hover>i{
    font-size: 80px;
    transform: rotate(-90deg);
    transition: .3s all ease;
}
.nosotros-feria>.container>.last-list>div>ul>li>.row>div>a>.feria-quito-hover:hover{
    opacity: 0.6;
}
.nosotros-feria>.container>.last-list>div>ul>li>.row>div>a>.feria-quito-hover:hover i{
    transform: rotate(0deg);
}
.nosotros-lineamientos>.container>.lineamientos-title{
    border-bottom: 1px solid #d6d6d6;
}

.lineamientos-title>h3{
    font-size: 40px;
}
.lineamientos-title>h3>b{
    color: var(--main-color--);
}

.nosotros-lineamientos>.container>.row{
    margin-top: 30px;
}

.container>.lineamientos-subtitles{
    margin-top: 20px;
    border-bottom: 1px solid #d6d6d6;
}

.row>.lineamientos-subtitles>a{
    text-decoration: none;
}
.row>.lineamientos-subtitles>a>h4{
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #d6d6d6;
    padding: 10px;
    background-color: var(--main-color--);
}

.lineamientos-subtitles>a::after{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    top: 15px;
    right: 180px;
    opacity: 0;
    transition: .3s ease all;
    color: #000000;
}

.lineamientos-subtitles>a:hover:after{
    right: 120px;
    opacity: 1;
}

.nosotros-list>div>ul{
    list-style: none;
}

.nosotros-list>div>ul>li{
    margin: 20px 0;
}

.nosotros-list>div>ul>li:nth-child(n+3){
    padding-left: 10px;
}

.nosotros-list>div>ul>li>a{
    padding: 10px 10px;
    background-color: var(--main-color--);
    color: #000000;
    text-decoration: none;
    transition: .3s ease all;
    position: relative;
}

.nosotros-list>div>ul>li>a::after{
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: 0;
    transition: .3s ease all;
    color: #000000;
    opacity: 0;
}
.nosotros-list>div>ul>li>a:hover:after{
    left: 10px;
    color: #000000;
    opacity: 1;
}
.nosotros-list>div>ul>li>a:hover{
    padding-left: 30px;
}
.nosotros-lineamientos>.container>.last-section>div{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.container>.present-title{
    border-bottom: 1px solid #d6d6d6;
}
.container>.present-title>h3{
    font-size: 40px;
}
.nosotros-present>.container>.row{
    margin-top: 30px;
}
.nosotros-present>.container>.row>div>h4{
    font-weight: bold;
}
.nosotros-present>.container>.row>div>.present-header{
    border-left: 2px solid var(--main-color--);
    padding-left: 15px
}
un.puce-header > .puce-bottom-header-wrapper.fixed {
    position: fixed;
    width: 100%;
    top: 120px;
}
.puce-header .content-mega {
    position: unset;
    background: #ffffff;
    width: 100%;
    z-index: 999;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    transform: translateY(97%);
    display: block;
    margin-top: -124px;
}

.puce-header .content-mega::before {
    display: none;
}

.puce-header .main-menu-content > ul > li a:hover ~ .content-mega {
    opacity: 1;
    visibility: visible;
}

.content-mega:hover {
    opacity: 1;
    visibility: visible;
}

.puce-header .content-mega > ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    box-shadow: none;
    padding: 0;
}

.puce-header .content-mega > ul > .level1.children {
    width: 100%;
}

.puce-header .content-mega > ul > .level1 > a {
    text-decoration: none;
    border-bottom: 1px dashed #51515166;
    position: relative;
}

.level1.children > a > span::before {
    display: none;
}

.puce-header .content-mega > ul > .level1 > a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: var(--main-color--);
    position: absolute;
    right: 0;
    bottom: 4px;
    transition: .3s all ease;
    transform: scale(0);
}

.puce-header .content-mega > ul > .level1 > a:hover:after {
    transform: scale(1);
}

.puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > ul > i {
    display: none;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li{
    position:relative;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>ul{
    list-style:none;
    padding:0;
    margin:0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    background:#ffffff;
    padding:15px;
    border:1px solid #d3d3d3;
    border-top:none;
    display:none;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li:hover>ul{
    display:block;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>ul>li{
    border-bottom:1px solid #d3d3d3;
    transition:.3s all ease;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>ul>li:hover{
    border-bottom:4px solid var(--secondary-color--) !important;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>ul>li:nth-last-child(1){
    border-bottom:0;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>ul>li>a{
    white-space:nowrap;
    display:block;
    padding:5px 0;
    cursor:pointer;
}
/*==================================================
/* 07 - Ficha de Producto*/
.puce-ficha > .ficha-header {
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.7);
    padding: 30px 0;
}

.ficha-header > .container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.ficha-header > .container > .title {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    border-left: 3px solid var(--main-color--);
}

.ficha-header > .container > .title > h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 0;
}

.ficha-header > .container > .title > p {
    margin: 0;
}
.puce-ficha > .cover-info-desc {
    margin-top: 60px;
}

.puce-ficha > .cover-info-desc > .row > .cover {
    padding: 0 20px;
}

.puce-ficha > .cover-info-desc > .row > .cover > .img {
    position: relative;
}

.puce-ficha > .cover-info-desc > .row > .cover > .img > .formats {
    position: absolute;
    z-index: 3;
    top: 0;
}

.puce-ficha > .cover-info-desc > .row > .cover > .img > .formats > span {
    padding: 10px;
    font-size: 20px;
    margin-right: 5px;
    color: #ffffff;
    background-color: var(--secondary-color--);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}
.puce-ficha > .cover-info-desc > .row > .cover > .img > .formats > span:first-child {
    background-color: #3e5791;
}
/*.puce-ficha > .cover-info-desc > .row > .cover > .img > .formats > span:first-child:before {
    content: 'A LA VENTA';
    position: absolute;
    top: 0px;
}*/
.puce-ficha > .cover-info-desc > .row > .cover > .img > .formats > span:last-child {
    background-color: #000000;
}

.puce-ficha > .cover-info-desc > .row > .cover > .img > img {
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.puce-ficha > .cover-info-desc > .row > .cover > .img > .cover-bg {
    width: 100%;
    height: 60%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background-color: var(--main-color--);
}
.puce-ficha > .cover-info-desc > .row > .cover > .img > .main-image{
    padding: 35px;
    margin:0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}
.puce-ficha > .cover-info-desc > .row > .cover > .img > .main-image::before{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    right:0;
    bottom:0;
    background:var(--main-color--);
}
.puce-ficha > .cover-info-desc > .row > .cover > .img > .main-image > img{
    position:relative;
}
.puce-ficha > .cover-info-desc > .row > .cover > .social-media {
    width: 100%;
    background-color: #000000;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    padding: 15px;
}

.puce-ficha > .cover-info-desc > .row > .cover > .social-media > .actions {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.puce-ficha > .cover-info-desc > .row > .cover > .social-media > .actions > a {
    color: #ffffff;
    padding: 8px;
    font-size: 18px;
    margin: 0 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    transition: .3s all ease;
}

.puce-ficha > .cover-info-desc > .row > .cover > .social-media > .actions > a:hover {
    background-color: #2d2d2d;
}

.puce-ficha > .cover-info-desc > .row > .info > ul,
.puce-ficha > .cover-info-desc > .row > .info > ul > li > ul {
    list-style: none;
}

.puce-ficha > .cover-info-desc > .row > .info > ul {
    margin: 0;
}

.puce-ficha > .cover-info-desc > .row > .info > ul > li {
    padding: 20px 0;
    border-bottom: 1px solid #000000;
}

.puce-ficha > .cover-info-desc > .row > .info > ul > .autors > ul > li > span {
    font-weight: bold;
}

.puce-ficha > .cover-info-desc > .row > .info > ul > .keywords > ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    justify-content: space-between;
}
.puce-ficha > .cover-info-desc > .row > .info > ul > .keywords > ul > li{
    margin: 0 15px 15px 0;
}
.puce-ficha > .cover-info-desc > .row > .info > ul .keywords > ul > li > a{
    background-color: #e2e2e2;
    padding: 3px 15px;
    font-size:80%;
    margin: 3px 0;
    color: #333333;
    border:1px solid transparent;
    transition:.3s all ease;
}
.puce-ficha > .cover-info-desc > .row > .info > ul .keywords > ul > li > a:hover{
    border:1px solid #d3d3d3;
    background:transparent;
    text-decoration: none;
}

.puce-ficha > .cover-info-desc > .row > .info > ul > .extra-info {
    border-bottom: 0;
}

.puce-ficha > .cover-info-desc > .row > .description {
    -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.1);
    border-top: 5px solid var(--secondary-color--);
    border-bottom: 5px solid var(--secondary-color--);
}

.puce-ficha > .cover-info-desc > .row > .description > ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}

.puce-ficha > .cover-info-desc > .row > .description > ul > li {
    margin: 6px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.puce-ficha > .cover-info-desc > .row > .description > ul > li > a {
    color: #000000;
    font-weight: bold;
    background-color: #e2e2e2;
    transition: .3s all ease;
}

.puce-ficha > .cover-info-desc > .row > .description > ul > li > a.active {
    background-color: var(--main-color--);
    transform: translateY(-27px);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    color: white !important;
}

.puce-ficha > .cover-info-desc > .row > .description > .tab-content {
    overflow-y: scroll;
    max-height: 480px;
    height: 100%;
}
::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    background: #cccccc;
}
::-webkit-scrollbar-thumb {
    background: var(--secondary-color--);
}
.puce-ficha > .table {
    margin-top: 80px;
    background-color: #ededed;
    padding: 80px 0;
}

.puce-ficha > .table > .container > .nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}

.puce-ficha > .table > .container > .nav > li > a {
    background-color: #e2e2e2;
    color: #000000;
    font-weight: bold;
    transform: translateY(50px);
    transition: .3s all ease;
}

.puce-ficha > .table > .container > .nav > li > a.active {
    transform: translateY(20px);
    background-color: var(--main-color--);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    color: white !important;
}

.puce-ficha > .table > .container > .nav > li > a > i {
    display: none;
}

.puce-ficha > .table > .container > .tab-content {
    background-color: #ffffff;
    padding: 60px 10px 10px;
    -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.1);
}

.puce-ficha > .table > .container > .tab-content > div > div > div > a,
.puce-ficha > .table > .container > .tab-content > div > div > div > div > div > a {
    color: #000000;
    font-weight: bold;
}

.puce-ficha > .table > .container > .tab-content > div > div > div > a,
.puce-ficha > .table > .container > .tab-content > div > div > div > div > div > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #6666;
}

.puce-ficha > .table > .container > .tab-content > div > .reco a,
.puce-ficha > .table > .container > .tab-content > div > .cust a,
.puce-ficha > .table > .container > .tab-content > div > .print a,
.puce-ficha > .table > .container > .tab-content > div > .reso a {
    border: none;
}

.puce-ficha > .table > .container > .tab-content > #tag-formats > div > #collapse-ebooks,
.puce-ficha > .table > .container > .tab-content > #tag-formats > div > #collapse-print {
    padding-left: 20px;
}

.puce-ficha > .table > .container > .tab-content > #tag-formats > div > #collapse-ebooks ul,
.puce-ficha > .table > .container > .tab-content > #tag-formats > div > #collapse-print ul {
    list-style: none;
    padding-left: 30px;
}

.puce-ficha > .table > .container > .tab-content > div > div > div > a,
.puce-ficha > .table > .container > .tab-content > div > div > div > div > div > a {
    position: relative;
}

.puce-ficha > .table > .container > .tab-content > div > div > div > a::after {
    content: '\f053';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    position: absolute;
    right: 15px;
    transform: rotate(-90deg);
    transition: .3s all ease;
    color: var(--secondary-color--);
}

.puce-ficha > .table > .container > .tab-content > div > div > div > div > div > a::after {
    content: '\f053';
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    position: absolute;
    right: 30px;
    transform: rotate(-90deg);
    transition: .3s all ease;
    color: var(--secondary-color--);
}

.puce-ficha > .table > .container > .tab-content > div > div > div > a.collapsed::after {
    transform: rotate(0deg);
    color: #6666;
}

.puce-ficha > .table > .container > .tab-content > div > div > div > div > div > a.collapsed::after {
    transform: rotate(0deg);
    color: #6666;
}
@media (min-width: 0px) and (max-width: 1199px) {
    .puce-ficha > .cover-info-desc {
        margin-top: 110px;
    }
    .puce-ficha > .cover-info-desc > .row > .cover > .img > .formats {
        top: -33px;
    }
    .puce-ficha > .cover-info-desc > .row > .description {
        margin-top: 200px;
    }
    .puce-ficha > .cover-info-desc > .row > .description > .tab-content {
        height: 250px;
    }
    .puce-ficha > .table {
        margin-top: 100px;
    }
}

@media(min-width: 0px) and (max-width: 991px) {
    .puce-ficha > .table > .container > ul > .nav-item {
        font-size: 14px;
    }
    .puce-ficha > .cover-info-desc > .row > .cover > .img > .formats {
        top: 30px;
    }
}

@media(min-width: 0px) and (max-width: 767px) {
    .puce-ficha > .cover-info-desc > .row > .cover {
        height: 450px;
        margin-bottom: 150px;
    }
    .puce-ficha > .cover-info-desc > .row > .cover > .img > .formats {
        top: -60px;
    }
    .puce-ficha > .cover-info-desc > .row > .description {
        margin-top: 80px;
    }
    .puce-ficha > .table {
        padding: 30px 0 50px 0;
    }
    .puce-ficha > .table > .container > ul > .nav-item > a > span {
        display: none;
    }
    .puce-ficha > .table > .container > ul > .nav-item > a > i {
        display: block;
        font-size: 30px;
        padding: 10px;
    }
    .puce-ficha > .table > .container > .tab-content {
        padding: 80px 10px 10px;
    }
    .puce-ficha > .table > .container > .nav > li > a {
        transform: translateY(75px);
    }
    .puce-ficha > .table > .container > .nav > li > a.active {
        transform: translateY(50px);
    }
}

@media(min-width: 0px) and (max-width: 365px) {
    .puce-ficha > .table > .container > ul > .nav-item > a > i {
        display: block;
        font-size: 23px;
        padding: 5px;
    }
    .puce-ficha > .table > .container > .nav > li > a {
        transform: translateY(60px);
    }
    .puce-ficha > .table > .container > .nav > li > a.active {
        transform: translateY(40px);
    }
    .puce-ficha > .cover-info-desc > .row > .cover > .img > .formats {
        top: -5px;
    }
}

@media(min-width: 0px) and (max-width: 288px) {
    .puce-ficha > .cover-info-desc > .row > .cover > .img {
        height: 60%;
    }
    .puce-ficha > .cover-info-desc > .row > .description > .tab-content {
        height: 300px;
    }
    .puce-ficha > .cover-info-desc > .row > .cover > .img > .formats {
        top: -70px;
    }
    .puce-ficha > .cover-info-desc > .row > .cover {
        margin-bottom: 0px;
    }
    .puce-ficha > .cover-info-desc > .row > .description > ul > li > a {
        font-size: 14px
    }
    .puce-ficha > .table > .container > ul > .nav-item > a > i {
        display: block;
        font-size: 20px;
        padding: 3px;
    }
    .puce-ficha > .table > .container > .nav > li > a {
        transform: translateY(50px);
    }
    .puce-ficha > .table > .container > .nav > li > a.active {
        transform: translateY(30px);
    }
}
@media (min-width: 0px) and (max-width: 1024px) {
    .expand-content-btn {
        width: 45px;
        height: 44px;
        position: absolute;
        top: 0;
        right: 0;
        background: var(--secondary-color--);
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .expand-content-btn::before{
        content:'\f067';
        font-family:'Font Awesome 5 Free';
        font-weight:900;
        color:#ffffff;
        font-size:70%;
    }
    .expand-content-btn.active::before{
        content:'\f068';
    }
    .expand-content-btn ~ ul{
        padding: 0 0 0 15px;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: .8s all ease-out;
    }
    .puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>ul{
        position:initial;
        display:block;
        transform:none;
        width:auto;
        padding:0 15px;
    }
    .puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>ul>li>a{
        white-space:pre-wrap;
        font-size:14px;
        color:#333333;
        padding:10px 0;
    }
    .puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a{
        justify-content:normal;
        padding:0 15px;
    }
    .puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a>i{
        display:none;
    }
    .puce-footer-info > ul {
        display: block !important;
        overflow: hidden;
        height: auto;
        transition: .3s all ease;
    }
    .puce-footer-info > .info-deploy.first.active > .info-deploy-ico-first {
        transform: rotate(-90deg);
    }
    .puce-footer-info > .info-deploy.second.active > .info-deploy-ico-second {
        transform: rotate(-90deg);
    }
    .puce-footer-info > .info-deploy.first.active ~ ul {
        display: block !important;
        height: 200px;
    }
    .puce-footer-info > .info-deploy.second.active ~ ul {
        display: block !important;
        height: 140px;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-featured-menu > .puce-featured-menu-title > .menu-down {
        display: none;
    }
    .puce-middle-header-wrapper > .container > .header-search > form {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }
    .puce-middle-header-wrapper > .container > .header-search > input {
        height: 100%;
    }
    .expand-button {
        display: none;
    }
    .puce-header > .puce-middle-header-wrapper.fixed {
        position: static;
    }
    .puce-header > .puce-bottom-header-wrapper.fixed {
        top: 0;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > .bgBlack {
        transition: .3s all ease;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0);
        visibility: hidden;
        z-index: 1;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > .bgBlack.active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        visibility: visible;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > ul > i {
        position: absolute;
        color: #000000;
        top: 0;
        left: 100%;
        width: 40px;
        height: 40px;
        background-color: var(--main-color--);
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: .3s all ease;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > ul > i.active {
        opacity: 1;
        visibility: visible;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > ul {
        position: fixed;
        flex-direction: initial;
        flex-wrap: wrap;
        align-items: flex-start;
        align-content: flex-start;
        height: 100vh;
        justify-content: center;
        left: -100%;
        top: 0;
        opacity: 1;
        background-color: #ffffff;
        width: 60%;
        transition: .5s ease all;
        border: 1px solid rgba(0, 0, 0, 0.4);
        border-top: none;
        padding: 0;
        z-index: 999;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > ul.active {
        left: 0;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > ul > li {
        border: none;
        height: auto;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > ul > li > a {
        height: 45px;
        border-bottom: 1px dashed var(--secondary-color--);
    }
    .puce-header .content-mega {
        position: absolute;
        background: #ffffff;
        width: 00%;
        height: auto;
        transition: .3s all ease;
        opacity: 1;
        visibility: visible;
        bottom: 80vh;
        left: 100%;
    }
    .puce-header .main-menu-content > ul > li a:hover ~ .content-mega {
        width: 50%;
    }
    .content-mega:hover {
        width: 50%;
    }
    .alphabetcards-view-container .alphabetcards-side-container {
        top: 0;
    }
}

@media (min-width: 0) and (max-width: 991px) {
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-main-menu > .main-menu-content > ul > li {
        border: none;
        height: auto;
    }
    .puce-header .content-mega {
        bottom: 74vh;
    }
    .product-grid-wrapper > ul {
        justify-content: center
    }
    .product-grid-wrapper > ul.product-grid-list > .product-grid-item,
    .product-grid-wrapper.main-grid > ul.product-grid-list > .product-grid-item{
        width: 33.33%;
    }
    .product-grid-container > ul {
        justify-content: center;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .product-grid-wrapper > ul.product-grid-list > .product-grid-item,
    .product-grid-wrapper.main-grid > ul.product-grid-list > .product-grid-item{
        width: 50%;
    }
}

@media (min-width: 0) and (max-width: 600px) {
    .puce-footer-bottom {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }
}

@media (min-width: 0) and (max-width: 568px) {
    .product-grid-container > ul > .grid-item {
        width: 50%;
    }
}

@media (min-width: 0) and (max-width: 500px) {
    .product-grid-container > ul > .grid-item {
        width: 80%;
    }
}

@media (min-width: 0) and (max-width: 477px) {
    .puce-header .container {
        justify-content: center;
    }
    .puce-header .container > .puce-contact-info-top-header > ul > li > strong,
    .puce-header .container > .puce-contact-info-top-header > ul > li > span,
    .puce-header .container > .puce-contact-info-top-header > ul > li > span > a {
        font-size: 2.8vw;
        white-space: nowrap;
    }
    .product-grid-wrapper > ul.product-grid-list > .product-grid-item,
    .product-grid-wrapper.main-grid > ul.product-grid-list > .product-grid-item{
        width: 70%;
    }
    .puce-footer-info > .info-deploy.first.active ~ ul {
        display: block !important;
        height: 210px;
    }
    .puce-footer-info > .info-deploy.second.active ~ ul {
        display: block !important;
        height: 140px;
    }
}

@media (min-width: 0) and (max-width: 448px) {
    .puce-middle-header-wrapper > .container > .header-search > button {
        height: 100%;
        margin: 0;
    }
    .product-grid-wrapper > ul.product-grid-list > .product-grid-item,
    .product-grid-wrapper.main-grid > ul.product-grid-list > .product-grid-item{
        width: 100%;
    }
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-featured-menu > .puce-featured-menu-title > span {
        font-size: 14px;
    }
    .puce-footer-bottom {
        font-size: 15px;
        text-align: center;
    }
    .product-grid-container > ul > .grid-item {
        width: 100%;
    }
    .puce-footer-info > .info-deploy.second.active ~ ul {
        display: block !important;
        height: 150px;
    }
}
.catalogs-and-newsletters-panel,
.publicacition-panel {
    height: 200px;
    background:#EDEDED;
    background-image:url(../images/catalogo-y-boletines.png);
    background-size:cover;
    margin:0 0 25px;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.publicacition-panel{
    background-image:url(../images/publicaciones.png);
    padding-left:calc(50% + 30px);
}
.catalogs-and-newsletters-panel>h3,
.publicacition-panel>h3{
    font-weight:700;
    font-size:20px;
    line-height:18px;
    position:relative;
    padding:0 0 7px 0;
    margin:0;
}
.catalogs-and-newsletters-panel>h3::before,
.publicacition-panel>h3::before{
    content:'';
    width:30px;
    height:2px;
    position:absolute;
    bottom:0;
    background:var(--main-color--);

}
.catalogs-and-newsletters-panel>p,
.publicacition-panel>p{
    width:187px;
    font-size:13px;
    font-weight:300;
    margin:5px 0;
}
.catalogs-and-newsletters-panel>.catalogs-and-newsletters-actions,
.publicacition-panel>.publicacition-actions{
    display:flex;
}
.catalogs-and-newsletters-panel>.catalogs-and-newsletters-actions>a,
.publicacition-panel>.publicacition-actions>a{
    font-size:13px;
    display:block;
    border:1px solid var(--main-color--);
    color:var(--secondary-color--);
    font-weight:700;
    padding:5px 15px;
    transition:.3s all ease;
}
.catalogs-and-newsletters-panel>.catalogs-and-newsletters-actions>a:nth-child(1),
.publicacition-panel>.publicacition-actions>a:nth-child(1){
    margin: 0 15px 0 0;
}
.catalogs-and-newsletters-panel>.catalogs-and-newsletters-actions>a:hover,
.publicacition-panel>.publicacition-actions>a:hover{
    text-decoration:none;
    background: var(--main-color--);
}
@media (min-width:0) and (max-width:1200px){
    .featured-links>.container>.row>.col-md-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }
    .catalogs-and-newsletters-panel, .publicacition-panel{
        background-image:none;
        padding:45px;
        text-align:center;
        height:auto;
        align-items:center;
        justify-content:center;
        display:flex;
    }
    .catalogs-and-newsletters-panel>p, .publicacition-panel>p{
        width:auto;
    }
    .catalogs-and-newsletters-panel>.catalogs-and-newsletters-actions, .publicacition-panel>.publicacition-actions{
        justify-content:center;
        margin:10px;
    }
    .catalogs-and-newsletters-panel>h3::before, .publicacition-panel>h3::before{
        left:50%;
        transform:translateX(-50%) translateY(100%);
    }
}
h1.entry-title {
    margin: 20px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #d3d3d3;
    position:relative;
    font-size:40px;
    font-weight:900;
    color:var(--secondary-color--);
}
h1.entry-title::before{
    content:'';
    width:50px;
    height:6px;
    display:block;
    background:var(--secondary-color--);
    position:absolute;
    bottom:0;
    transform:translateY(50%);
}
.entry-content ul{
    padding:0 0 0 30px;
    margin:0 0 30px;
    list-style:disc;
}
.entry-content ol{
    padding:0 0 0 30px;
    margin:0 0 30px;
}
.entry-content ul li,
.entry-content ol li{
    margin:0 0 5px 0 ;
}
.entry-content ul li,
.entry-content ul li a,
.entry-content p,
.entry-content ol li,
.entry-content ol li a{
    font-size:14px;
    color:#333333;
}
ul.magazine-list {
    list-style: none;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap:wrap ;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
ul.magazine-list>.magazine-item{
    width:25%;
    padding:0 10px;
    margin:0 0 30px;
}
ul.magazine-list>.magazine-item>figure.magazine-card>img{
    display:block;
    max-width:100%;
}
ul.magazine-list>.magazine-item>figure.magazine-card>a{
    display:block;
    text-align:center;
    margin:10px 0 0 0;
    padding:8px 15px;
    border-radius:5px;
    border:1px solid var(--secondary-color--);
    background:var(--secondary-color--);
    color:#ffffff;
    transition:.3s all ease;
}
ul.magazine-list>.magazine-item>figure.magazine-card>a:hover{
    text-decoration:none;
    background:transparent;
    color:var(--secondary-color--);
}
ul.magazine-list>.magazine-item>figure.magazine-card>figcaption{
    text-align:center;
    margin:15px 0;
    font-size:18px;
    font-weight:900;
}
@media (min-width:0) and (max-width:991px){
    ul.magazine-list>.magazine-item{
        width:50%;
    }
}
@media (min-width:0) and (max-width:500px){
    ul.magazine-list>.magazine-item{
        width:100%;
    }
    ul.magazine-list>.magazine-item>figure.magazine-card>img{
        margin:0 auto;
    }
}
ul.magazine-publication-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.magazine-publication-list>li{
    list-style: none;
    border-bottom:1px solid #d3d3d3;
    margin:0 0 25px;
    padding:0 0 25px;
}
ul.magazine-publication-list>li:last-child{
    border-bottom:none;
}
ul.magazine-publication-list>li>article{
    display:flex;
}
ul.magazine-publication-list>li>article>figure{
    width:25%;
}
ul.magazine-publication-list>li>article>figure>img{
    max-width:100%;
    width: 100%;
    display:block;
}
ul.magazine-publication-list>li>article>.magazine-information{
    width:75%;
    padding:0 15px;
}
ul.magazine-publication-list>li>article>.magazine-information>details{
    margin:0 0 5px 25px;
    outline:none !important;
    box-shadow:none !important;
    border-bottom:1px solid #d6d6d6;
    border-top:1px solid #d6d6d6;
}
ul.magazine-publication-list>li>article>.magazine-information>details>summary{
    font-size:14px;
    outline:none !important;
    box-shadow:none !important;
    font-weight:500;
    color:#666666;
    padding:5px 0;
}
ul.magazine-publication-list>li>article>.magazine-information>details>p{
    padding:5px 10px 5px 15px;
    font-size:13px;
    margin:0;
}
a.magazine-btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    width: fit-content;
    padding: 5px 20px;
    background: var(--secondary-color--);
    border: 1px solid var(--secondary-color--);
    color: #ffffff !important;
    letter-spacing: 2px;
    margin: 25px 0;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px !important;
    text-transform: uppercase;
    transition:.3s all ease;
}
a.magazine-btn:hover{
    background:transparent;
    color: var(--secondary-color--) !important;
    text-decoration:none;
}
ul.magazine-publication-list>li>article>.magazine-information>ul.magazine-authors {
    padding: 5px 0;
    margin: 0 0 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    border-top:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
}
ul.magazine-publication-list>li>article>.magazine-information>ul.magazine-authors>strong{
    display:block;
    width:100%;
    margin:0 0 5px;
}
ul.magazine-publication-list>li>article>.magazine-information>ul.magazine-authors>li{
    margin:0 3px 0 0;
    font-size:13px;
}
ul.magazine-publication-list>li>article>.magazine-information>ul.magazine-authors>li::after{
    content:',';
}
ul.magazine-publication-list>li>article>.magazine-information>ul.magazine-authors>li:last-child::after{
    content:'.';
}

ul.magazine-metadata {
    margin: 0 0 10px;
    padding: 0 0 5px;
    list-style: none;
    border-bottom: 1px solid #d3d3d3;
}
ul.magazine-metadata>li>strong,
ul.magazine-metadata>li>span{
    color: #6d6e71 !important;
    font-size:13px;
}


ul.magazine-publication-list>li>article>.magazine-information>strong {
    margin: 0 0 15px;
    display: block;
}
@media (min-width:0) and (max-width:991px){
    ul.magazine-publication-list>li>article{
        flex-wrap:wrap;
    }
    ul.magazine-publication-list>li>article>figure,
    ul.magazine-publication-list>li>article>.magazine-information{
        width:100%;
    }
    ul.magazine-publication-list>li>article>figure>img{
        margin:0 auto ;
        max-height:250px;
    }
    .magazine-information>h3,
    .magazine-information>p{
        text-align:center;
    }
    ul.magazine-publication-list>li>article>.magazine-information>details{
        margin:0 0 5px 0;
    }
}

/*Mi cuenta*/
.tab-content table.demTable td a {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}
.tab-content table.demTable td a:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.puce-ficha > .cover-info-desc > .row > .cover > .img > .formats {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: -6px;
}
.puce-ficha > .cover-info-desc > .row > .cover > .img > .formats > span {
    margin: auto;
    font-size: 11px;
    padding: 3px 7px;
    box-shadow: none;
    border-radius: 10px;
    text-transform: uppercase;
}
.product-grid-list>.product-grid-item>.product-grid-card>.product-grid-image-wrapper>.product-grid-additional-info > span:nth-child(1) {
    color: var(--main-color--);
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a.eBook {
    position: relative;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a.eBook span {
    text-align: center;
    display: flex;
    justify-content: center;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a.eBook span:before {
    content: "";
    position: absolute;
    bottom: 29px;
    left: auto;
    right: auto;
    margin: auto;
    border-width: 5px;
    border-style: solid;
    border-color: #3e5791 transparent transparent transparent;
}
.puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a.eBook span:after{
    font-size: 8px;
    content: 'A LA VENTA';
    position: absolute;
    letter-spacing: 0px;
    background-color: #3e5791;
    border-radius: 50px;
    color: white;
    padding: 7px 8px;
    top: 4px;
    right: 0;
    left: -4px;
    margin: auto;
    display: block;
    width: max-content;
}
.tagVenta {
    top: -15px;
    right: 0;
    font-size: 8px;
    position: absolute;
    letter-spacing: 0px;
    background-color: #3e5791;
    border-radius: 50px;
    color: white !important;
    padding: 4px 7px;
    margin: auto;
    display: block;
    width: max-content;
}
.tagVenta:before {
    content: "";
    position: absolute;
    bottom: 29px;
    left: auto;
    right: auto;
    margin: auto;
    border-width: 5px;
    border-style: solid;
    border-color: #3e5791 transparent transparent transparent;
}
body.login .col-md-12 > .wrapper {
    max-width: 600px;
    margin: 4rem auto;
    background: white;
    padding: 2rem;
}
.logo-edi img {
    max-width: 204px;
    width: 100%;
}
footer .logo-edi img {
    height: 50px;
    margin-right: 50px;
    max-width: none;
    width: auto;
    filter: invert(0) grayscale(100%) brightness(1000%) contrast(100%);
}
.userW-mobile,
.cart-mobile {
    display: none;
}
@media (max-width: 1024px) {
    .userW-mobile,
    .cart-mobile {
        display: block;
    }
    .dropdown.dropdownHover {
        display: none;
    }
    .cart-mobile .dropdown.dropdownHover {
        display: block;
    }
    .user-wrapper {
        display: none;
    }
    .userW-mobile .user-wrapper {
        display: block;
        position: relative;
    }
    .userW-mobile .expand-content-btn {
        opacity: 0;
        visibility: hidden;
    }
    .userW-mobile li {
        width: auto;
        list-style-type: none;
    }
    .userW-mobile .user-wrapper ul {
        list-style: none;
        margin: 0;
        width: fit-content;
        position: absolute;
        left: 50%;
        transform: translateX(-89%);
        border-top: none;
        display: none;
        overflow: visible;
        border: 0;
    }
    .userW-mobile .user-wrapper ul li a {
        background-color: white;
        padding: 0.5rem 0.5rem;
    }
    .userW-mobile .user-wrapper:hover ul {
        display: block;
    }
    .puce-header>.puce-bottom-header-wrapper>.container {
        justify-content: space-between;
    }
    .puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu,
    .puce-header > .puce-bottom-header-wrapper > .container > .puce-featured-menu {
        width: auto;
    }
    .dropdown .wrapper-cart .dropdown-menu {
        width: 304px;
        right: -88px;
    }
    .dropdown .wrapper-cart .dropdown-menu:before {
        right: 90px;
    }
    .dropdown .wrapper-cart .dropdown-menu #info_no_item {
        font-size: 12px;
    }
}
.uedipuce-helper-close-button:hover {
    background-color: transparent;
    opacity: .5;
}
.checkout-index-index #checkout .control.input-field {
    /* display: flex; */
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 2rem;
}
.panel-collapse .panel-title a {
    padding: 1rem 2rem;
    font-weight: 400;
    font-size: 18px;
    color: gray !important;
}
.panel-collapse .panel-title a[aria-expanded="true"]::after {
    opacity: 0;
}
.panel-collapse .panel-title a[aria-expanded="false"]::after {
    opacity: 0;
}
.panel-collapse .panel-body .panel-body {
    padding: 1rem 4rem 2rem;
}
.tab-content > .container > .sa-purche-option-panel > .sa-panel-heading > h4 {
    text-transform: uppercase;
}
.tab-content > .container > .sa-purche-option-panel > .sa-panel-heading > h4 a {
    font-size: 18px;
}
@media (min-width: 0px) and (max-width: 1024px) {
    .puce-header>.puce-bottom-header-wrapper>.container>.puce-main-menu>.main-menu-content>ul>li>a.eBook:after {
        padding: 8px 8px;
        right: 3px;
        top: 14px;
    }
    .uedipuce-helper-close-button {
        border: 0;
        width: 25px;
        height: 25px;
        margin: 10px 0 0 10px;
    }
}

@media (max-width: 380px){
    .uedipuce-helper-panel {
        width: 293px;
    }
    .helper-container h3 {
        font-size: 19px;
    }
}
header .checkout .btn-primary {
    color: white !important;
}
.btn-cart .fa.fa-shopping-cart {
    color: white;
}
.btn-cart:hover {
    background-color: transparent !important;
    opacity: .7;
}
.headTitle {
    text-align: center;
    margin-top: 4rem;
}
.alphabetcards-view-container .alphabetcards-side-container {
    z-index: 8;
}

.cms-home .puce-contact-info-top-header a {
    color: #4b5a52 !important;
}
.cms-home ul {
    color: #6d6e71;
}