@font-face {
    font-family: 'PT Sans';
    src: url(../lib/fonts/PTSans-Regular.ttf);
}

html, 
body, 
.contenedor-info {
    min-height: 100% !important;
    height: 100% !important;
    font-family: 'PT Sans', sans-serif;
}

body{
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    width: 100vw;
}

.required{
    border: 1px solid #dc3545 !important;
}

.family_default{
    font-family: 'PT Sans', sans-serif !important;
    font-weight: 300;
}

i.color-base{
    color: rgba(51, 51, 51, 0.5);
}

i.color-alt{
    color: #036efd;
    margin: auto;
}

.icon-link{    
    display: flex;
    align-items: flex-start;
}

.icon-link>*{
    margin-right: 9px;
}

.icon-base {
    cursor: pointer;
    width: 28.2px;
    height: 28.2px;
    display: flex;
    /*transform: rotate(-89.5deg);*/
    border-radius: 100px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: rgba(3, 110, 253, 0.2);
  }

#btn_read, .btn-static, .btn-read{
    background: #21b26e;
    color: #fff !important;
}

.btn-preload{
    position: relative;
    height: 46px;
    border-radius: 5px;
    width: 100%;
    margin: 0;
}

#btn_buy, .btn-buy{
    background: #036efd;
    color: #fff !important;
}

.btn-cart, 
.btn-cart:hover,
.pla .ribbon{
    background-color: rgba(3, 110, 253, 0.2);
    color: #036efd !important;
  }

.down.btn-static{
    background: rgb(33, 178, 110,0.8);
    color: #FFF;
}

.btn.cancel{
    background: #999999;
    color:#FFF
}

.del.btn-static{
    background: rgba(220,53,69,.9);
    color: #FFF;
}

#mdl_title_down:hover {    
    color: #FFF !important;
}

.btn-lf{
    margin-right: 0;
    width: 80%;
    -webkit-box-shadow: 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
    box-shadow: 0 4px 15px 0 rgb(0 0 0 / 15%) !important;
}

.btn-rg{
    margin-left: 0;
    width: 20%;
    -webkit-box-shadow: 15px 15px 0 -15px red !important;
    box-shadow: 15px 15px 0 -15px red !important;
}

#footer{
    border-top: 1px solid rgba(0,0,0, .06);
}

.contenedor-info{
    width: 100%;
}

.Nbody-info{
    /*min-height: 100vh;*/
    overflow-y: auto;
    height: calc(100vh - 135px);
}

.page-wrap{
    overflow-y: auto;
    overflow-x: hidden;
}

.Nheader{
    min-height: 71px;
}

.template_1 .main.libros{    
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
}

#mdl_msg {
    z-index: 1051;
}

.error-page>.headline {
    float: none;
    text-align: center;
    font-size: 100px;
    font-weight: 300;
}

.text-warning {
    color: #ffc107!important;
}

.modal-header.bg.edit{
    padding: 3px;
}

.fa-info-circle.edit{
    padding: 1rem;
}

.error-page>.error-content>h3 {
    text-align: center;
}

.error-page>.error-content>h3 {
    font-size: 25px;
    font-weight: 300;
}
/* ------------------------> toggle ------------------------ */
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
  margin-top: -10px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #f07c29;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}
/* ------------------------< toggle ------------------------ */

.orange-spinner {
  color: #F07C29;
  font-size: 40px;
}

.btn{
    text-transform: none;
}


.btn-primary {
    color: #fff;
    background-color: #f07c29; /*!important;*/
}


.cover-image{
  width: 100%;
  margin: 0 auto;
}

/*.cover-image img{
  width: 100%;
}*/

#book_img, 
#img_data_sheet{
  -webkit-box-shadow: 0px 0px 5px rgba(171,171,171,1);
    -moz-box-shadow: 0px 0px 5px rgba(171,171,171,1);
    box-shadow: 0px 0px 5px rgba(171,171,171,1);
}


a {
    /*color: #f07c29 !important;*/
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.logo-movil{
    background-color: #222;
    padding: 10px;
    text-align: center;

}
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}

.megamenu a {
  padding: 7px !important;
}


.megamenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: none;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    /*color: #fff !important;*/
    -webkit-transition: .35s;
    transition: .35s;
}


.navbar .dropdown-menu a {
  padding: 10px 20px;
}

.columns{
    column-count: 5;
}

.out-navbar {
    border-color: 1px solid red !important;
}

.out-navbar ul {}


ul#out-navbar li {
    display: inline;
}


.main h3 {
    margin-left: .5em;
}

.space-20 {
    height: 20px;
}

.space-40 {
    height: 40px;
}

.googlelogin {
    width: 100%;
    /* background-color: red; */
    /* text-align: center; */
    display: flex;
    align-items: center;
}

.abcRioButton.abcRioButtonBlue {
    width: 100% !important;
    text-align: center;
}

.dv-middle {
    display: flex;
    align-items: center;
    height: 100%;
}

.separar {
    height: 28px;
    clear: both;
    display: block;
}


.default-color {
    background-color: #222222 !important;
}

.main{
    clear: both;
}

.nav-link.edit.join{
    display: inline-block;
    padding-left: 5px;
}


.Npage-wrap {
  min-height: 100%;
  /* equal to footer height */
  /*margin-bottom: -80px; */
}

.Npage-wrap:after {
  content: "";
  display: block;
}


.template_2 .aria{
    padding-left: 180px;
}

.footer {
    bottom: 0 !important;
    z-index: 1000 !important;
    position: relative;
    padding: 10px;
}

.Nfooter,
.Nheader  {
  background: #222222;
}

.sb-content .nav-item.edit{
    padding-left: 10px !important;
}

.sb-content .nav-item {
    padding: 0px !important;
}

.nav-sidebar .nav-item > .nav-link {
	position: relative;
}

.sb-content .nav-link {
    border-radius: .25rem;
}

.dv-remove-icon {
    background: #FFF;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    opacity: 0.65;
    /*bottom: 35px;
    right: 10px;
    margin-left: calc(100% - 70px);
  margin-top: calc(100% + 10px);*/
}


.login {
    border: solid 1px rgba(0,0,0, .1);
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 10px 13px -7px #000000
}

.login i{
    color:rgba(0,0,0, 0.5) !important;
    font-size: 18px !important;
}

.login a{
    text-decoration: underline;
}

.footer a{
    text-decoration: underline;
}

.no-underline{
    text-decoration: none !important;
}



.md-form.form-lg label {
 font-size: 1em;

}

.double-input label{
    padding-left: 1em;

}

.md-form.form-lg .prefix {
    top: .6rem;
    font-size: 1.6rem;
}

.main-title h2 {
    font-weight: 700;
}

.title-book {
   display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.text-description{
    text-align: left;
/*     display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;   */
/*   overflow: hidden; */
}

.text-center{
    text-align: center;
}


.social-icons{
    text-align: right;
}

.footer .social-icons a i{
    padding: 5px;     
}


p.text-center.title-book {
    line-height: 1em;
}

.full-img img{
    width: 100%;
}

.btn-gris {
    color: #fff;
    background-color: #808080 !important;
}

.carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2caae1;
}

.dv-item-1 {
    /* border: 2px solid red; */
    margin-bottom: 1em;
}

.owl-carousel .nav-btn {
    height: 47px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 10px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.template_1 .prev-slide,.template_1 .next-slide{
    position: absolute;
    top: 120px; /*!important; */
}

.template_2 .prev-slide,.template_2 .next-slide{
    position: absolute;
    top: -50px; /*!important; */
}

.owl-carousel .prev-slide {
    left: -50px;
}

.owl-carousel .next-slide {
    right: -50px;
}


.carousel .carousel-control-prev-icon {
    background-image: url(../img/svg/arrow_left.svg);
}

.carousel .carousel-control-next-icon {
    background-image: url(../img/svg/arrow_right.svg);
}

.rgba-black-strong, .rgba-black-strong:after {
    background-color: rgba(0,0,0,0.3);
}

span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
}

span.img-text:hover {
    color: #2caae1;
}

.owl-carousel .dv-dwn-icon {
    background: #FFF;
    position: absolute;
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 5px;
    opacity: 0.65;
    bottom: 0;
    right: 0;
}

.owl-theme .owl-dots .owl-dot {
    display: none;
}

/* search start  */


.searchbar {
     position: relative;
     min-width: 40px;
     width: 0%;
     height: 40px;
     float: right;
     overflow: hidden;
     -webkit-transition: width 0.3s;
     -moz-transition: width 0.3s;
     -ms-transition: width 0.3s;
     -o-transition: width 0.3s;
     transition: width 0.3s
 }

.searchbar-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #fff;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0px 20px;
    font-size: 16px;
    color: #222
}

 .searchbar-input::-webkit-input-placeholder {
     color: #222
 }

 .searchbar-input:-moz-placeholder {
     color: #222
 }

 .searchbar-input::-moz-placeholder {
     color: #222
 }

 .searchbar-input:-ms-input-placeholder {
     color: #222
 }
 
 .searchbar-open {
     width: 100%;
 }

.search-inline {
    width: 100%;
    left: 0;
    padding:30px;
    top: 0;
    height: 7%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #efefef;
    z-index: 9;
    transition: all .5s ease-in-out;
}

.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.4s ease-in-out;
}

.search-inline button[type="submit"] {
    position: absolute;
    right: 52px;
    top: 0;
    background-color: transparent;
    border: 0px;
    right: 80px;
    padding: 0px;
    cursor: pointer;
    width: 80px;
    height: 99%;
    background: #222;
    color: #fff;
}

.search-inline .form-control {
    border: 0px;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    position: absolute;
    left: 1%;
    top: 0;
    height: 100%;
    width: 99%;
    font-weight: 700;
    outline: none;
}

.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #616161;
    width: 80px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}

.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #efefef;
    background-clip: padding-box;
    border: 1px solid #efefef;
    border-radius: .25rem;
    transition: border-color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.text-bold {
    font-weight: 999;
}
.txt-author {
    font-size: 20px;
    margin: -5px auto 15px auto;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


/* Extra small devices (portrait phones, less than 576px)
 No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 768px) {
    body {
        /*background-color: red;*/
    }

    /*.owl-nav {
        display: none;
    }*/


    .columns{
      column-count: 1;
      max-height: 500px;
      overflow: auto;
  }


}

.img_logo {
	max-height: 50px !important;
    max-width: 200px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
	width: auto;
}

.sidebar_shadow {
    box-shadow: 0 14px 8px rgba(0,0,0,.25),0 10px 8px rgba(0,0,0,.22) !important;
} 

.template_2 .mainlocal-sidebar{
    width: 250px;
    position: absolute;
    margin-left: 0;
    overflow-y: auto;
}

.sb-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 15px !important;
    padding-left: 0.5rem;
    margin-top: 0 !important;
}

.fixed-top {
    z-index: 1039 !important;
}

.bg-success, .bg-success > a, .bg-danger, .bg-danger > a {
	color: #fff !important;
}

.oculto{
    display: none !important;
}

.img_inactive{
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.main-footer {
	bottom: 0;
	position: fixed;
	right: 0;
}

.sidebar_footer {
    position: absolute;
    bottom: 0;
    padding-bottom: 4rem;   
    margin-top: 4rem;
}

.sidebar-social-icons{
    text-align: left;
}

.modal-social-icons{
    text-align: center;
}

.copy-size, .basic-size{
    font-size: 16px;
}

.search_template2 {
    background-color: #f2f4f6 !important;
    border: 0 !important;
    height: 40px;
}

.container-footer {
    width: 100%;
    padding-right: 45px;
    padding-left: 45px;
    margin-right: auto;
    margin-left: auto;
}


.nav-link:hover {
    color: #808080 !important;
}

:not(i).edit:not(.ahover):hover {
    color: #808080 !important;
}


.btn-pay {
	width: 100%;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
    border-radius: 3px;
    padding: 3px 10px;
}

.btn-pay:hover {
	box-shadow: 0 0 3px rgba(0,0,0,.4);
}


#content_payment_methods>.col-md-3, #payment_method_local>.col-md-3 {
    max-width: 20%;
}

#content_payment_methods>.col-md-3 img , #payment_method_local>.col-md-3 img{
    vertical-align: unset !important;
}

.col-md-4.btn-payment img {
    vertical-align: unset !important;
}

.images{
    height: 40px;
}

.btn-new {
    margin: 0px !important;
    padding: .25rem .75rem !important;
    display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .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;
}

.input-group-append .btn {
	-webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
	box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
}

.input-group-append {
	-webkit-box-shadow: 0 .125rem .25rem 0 rgba(58,59,69,.2) !important;
	box-shadow: 0 .125rem .50rem 0 rgba(58,59,69,.2) !important;
}

.notif{
    white-space: normal;
}

.body-notif {
    cursor: pointer;
}

/*======================by templates============================================*/

.template_1 #btn_toggler_side, .template_2 #btn_toggler_top{
    display: none;
}

.template_2 .container>.row.aria{
    display: none;
}

.template_1 .modal.fade.show,
.template_2 .modal.fade.show{
    margin-top: 80px;
}

.template_1 .modal.fade,
.template_2 .modal.fade{
    z-index: 3003;
}

.template_1 .searchbar-icon,
.template_1 .searchbar-submit {
        align-items: center;
        display: flex;
        justify-content: center;
        width: 40px;
        height: 40px;
        /*display: block;*/
        position: absolute;
        top: 0;
        font-family: verdana;
        font-size: 18px;
        right: 0;
        padding: 0;
        margin: 0;
        border: 0;
        outline: 0;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        color: #fff;
    }

.template_2 .searchbar-icon,
.template_2 .searchbar-submit {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    /*display: block;*/
    position: absolute;
    font-family: verdana;
    font-size: 18px;
    right: 7px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.template_2 .mainlocal-sidebar li.has-treeview li.nav-item.edit a.nav-link.edit{
    font-size: 14px;
    line-height: 1.5rem;
}

p.edit.default-size.ahover{
    cursor: default;
}

#_page{
    opacity: 0;
    height: 100%;
}

.template_2 #_page,
.template_1 #_page{
    opacity: 1;
    transition: all 0.5s ease 0.3s;
}

.placeholder{    
    border-radius: 5px !important;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

:not(.preloader) .placeholder{
    display: none;
}

.preloader .placeholder {
    display: block;
    z-index: 3010;
    margin: 0 auto;
    position: absolute;
    background-color: #eee;
}

@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: darkgray;
    background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
    background-size: 1024px 104px;
    height: 100%;
    position: relative;
}

.template_2 .contain-libros .row.justify-content-end,
.container.main.libros{
    padding-bottom: 60px !important;
}

.library_svd .contain-libros{
    padding-bottom: 20px;
}

.template_2 .impar .dv-item-1{
    border: 10px solid rgb(190, 190, 190);
}

.template_2 #dv_content .carousel-background .row{
    justify-content: center;
}

.template_1 #dv_content .a-title{
    margin-left: 30px !important;
}

.template_2 .contain-libros {
    /*margin-left: 250px;*/
    width: auto;
}

.carousel-wrap{
    padding-top: 10px;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1440px;
}

.sidebar {
    height: calc(100% - 300px) !important;
    overflow: auto !important;
}

.not-visible {
    display: none !important;
}

.css-total-to-pay {
	font-size: 26px;
}

.css-total-to-discount {
	font-size: 16px;
  text-decoration: line-through;
}

.template_2 .contenedor-info {
    transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
    /*margin-top: 70px;*/
}

.template_1 .contenedor-info {
    transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
    /*margin-top: 90px;*/
}

.header-logo{
    display: flex;
    justify-content: center;
}

.template_2 #navbar_content_tree{
    display: none !important;
}

.template_2.sidebar-open .mainlocal-sidebar {
    -webkit-transition: margin-left 0.3s ease-in-out, opacity 0.15s ease-in-out, width 0.3s ease-in-out;
    transition: margin-left 0.15s ease-in-out, opacity 0.15s ease-in-out, width 0.3s ease-in-out;
    margin-left: 0;
    opacity: 1;
}

.template_2.sidebar-collapse .mainlocal-sidebar{
    -webkit-transition: margin-left 0.15s ease-in-out, opacity 0.15s ease-in-out;
    transition: margin-left 0.15s ease-in-out, opacity 0.15s ease-in-out;
    margin-left: -265px;
    opacity: 0;
}

.template_2 .mainlocal-sidebar{
    z-index: 1038;
}

.template_2 .mainlocal-sidebar .default-size{
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 1rem;
}

.owl-carousel .owl-nav, .owl-carousel .owl-nav.disabled{
    display: block;
}

.owl-nav button i{
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    color: #fff;

}

.template_1 .header-info,
.template_2 .header-info{
    display: contents;
}

.col-8 > a{
    margin: 0 5px;
}

.footer-info p{
    margin: 5px;
}

.owl-stage {
    display: flex;
    flex-direction: row;
}

.owl-item {
    width: 165px !important;
}

.item-card .content-cover {
    width: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0, .02);
    cursor: pointer;
    /* height: 200px; */
    padding: 5px;
    border-radius: 3px;
    margin-top: 0;
    height: 236px;
    display: flex;
    align-items: center;
    position: relative;
}

.item-card .content-cover.more-view {
    background-color: rgba(0,0,0,0);
}

.item-card .content-cover:not(.more-view):hover {
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);
}


.item-card .cover:not(.more-view):hover {
    transition: margin-top .3s;
    margin-top: -5px;

}

.item-card .price-removed{
    text-decoration: line-through;
    color: var(--gris);
    display: flex;
    justify-content: flex-end;
    font-size: 11px;
    padding-left: 0.45rem;
}

.item-card .price-removed-empty{
    height: 16.5px;
}

.modal-body .form-group{
    padding-top: 10px;
}

.title-book {
    width: 160px;
    display: block;
    /*padding: .8rem .45rem;*/
    padding-top: 0.5rem;
    padding-right: 0.45rem;
    padding-bottom: 0rem;
    padding-left: 0.45rem;
    line-height: 1.4rem;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-weight: bold;*/
    margin-bottom: 2px;
}

.bold{    
    font-weight: bold !important;
}

.published-book{
    padding-left: 0.45rem;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    display: flex;
    align-items: center;
    min-height: 19.5px;
    /*font-weight: normal;*/
}

.free-book{
    padding-left: 0.45rem;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    align-items: center;
    color: #21b26e;
}

.pay-book{
    padding-left: 0.45rem;
    font-size: 13px;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
    color: #036efd;
}

#offline-body{
    width: 100%;
    background: rgba(220,53,69,.9)!important;
    color: white;
    align-items: center;
    padding: 10px 0px 10px 10px;
}

#body_plans .tag, #body_titles .tag{
    border: 1px solid black;
    color: black;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 2px 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.item-card.true .tag {
    border: 1px solid #fafafa;
    padding: 3px 5px;
    margin-right: 5px;
    background-color: #ffffff;
    width: auto;
    border-radius: .25rem;
    text-align: center;
}

.ribbon_tag{
    float: right;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 1000;
    padding: 5px;
    font-weight: bold;
    width: 100%;
    height: 30px;
    display: none;
}

.epub_tag{
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
    padding: 5px;
    font-weight: bold;
    border-radius: 25px;
}

.epub_tag.icon{
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.icon.eb{
    background: #96C8AB;
}

.icon.eb i{
    color: #27AE60;
}

.icon.ab{
    background: #D19FFF;
}

.icon.ab i{
    color: #9B51E0;
}

.epub_tag .fa-headphones-alt {
    font-size: 20px;
}

.title-book.more-view{
    padding-top: 0.5rem;
}

.copy-r, .derecho, .default-size{
    font-size: 12px;
    padding: 2px;
}

.texto-invert{
    -webkit-filter: invert(70%);
    filter: invert(70%);
}

.owl-prev i, .owl-next i{
    color: black;
}

.item-card .content-cover .cover {
    width: 100%;
}

.item-card .content-cover .cover.more-view {
    width: 60%;
    position: absolute;
    border: 1px solid rgba(49, 49, 49, 0.514);
}

.columns a.dropdown-item{
    display: inline;
    /*word-break: break-word;*/
}

.columns div.div_item{
    margin: 0px 100px 10px 0px;
    width: 250px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tree-body .megamenu.show{
    max-height: 300px;
    overflow-y: scroll;
    height: auto;
}

p.legend.pdf{
    font-style: italic;
    height: 12px;
    margin-bottom: 8px;
}

hr.legend.pdf{
    margin-top: 0px;
}

p.legend.epub, p.legend.audiobook{
    display: none;
}

#dv_data_sheet_desc *{
    width: 100%;
}

#group_social_icon a>.fa-facebook{
    color: #3b5998 !important;
}

#group_social_icon a>.fa-twitter{    
  color: #009ee3 !important;
}

#modal-cookie {
    position: fixed;
    padding: 10px;
    bottom: 0;
    z-index: 3004;
}

a.underline{
    text-decoration-line: underline !important;
}

#mdl_reviews .modal-header{
    height: 120px;
    border-bottom: none;
}

/*#mdl_reviews .modal-body{
    background-color: #efefef;
}*/

#mdl_reviews .col-I{
    top: -105px;
}

#mdl_reviews .header-D{
    flex: 0 0 75%;
    max-width: 75%;
    padding: 20px 15px;
}

#mdl_reviews .header-I{
    flex: 0 0 25%;
    max-width: 25%;
}

#mdl_reviews .col-D>div, #mdl_reviews .col-D .hl.top.bottom>div{
    display: flex;
    margin: 10px 0;
}

#mdl_reviews .col-D .hl.top.bottom{
    flex-direction: column;
}

#mdl_reviews input{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.review{
    height: 100px;
}

input.title{
    height: 40px;
}

.flex-sep{
    display: flex;
    justify-content: space-between;
}

.preview .back{
    font-size: 18px;
    cursor: pointer;
}

.icon-cart>div{
    margin: 5px;
}

.icon-cart .card-item-sl{
    height: 110px;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0000007a;
}

.icon-cart .cart-footer{
    background-color: lightgray;
    height: 65px;
    margin: 0;
}

.icon-cart .card-sl .content-cover,
#shop_list .card-sl .content-cover,
.buscar .card-sl .content-cover{
  min-width: 75px;
  min-height: 65px;
}

.cart-footer .col-6{
    display: flex;
    justify-content: center;
    align-items: center;
}

.txt-limited{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#btnCupon{
    padding: 0 !important;
}

.disabled{
    opacity: .5;
}

#div_loading{
    justify-content:center;
    align-items:center;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1005;
    backdrop-filter: blur(3px);
    bottom: 0;
}

#_spinner{
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    width: 100%;
}

#sidebar .nav-treeview a{    
    width: 240px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#rightbar{
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    height: 100%;
    z-index: 3001;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

#rightbar.closed{
    transition: right .5s ease-in-out,display .3s ease-in-out;
}

#rightbar.opened{
    display: block;
    transition: right .5s ease-in-out,display .3s ease-in-out;
}

#rightbar .card-header{
    background: #f2f0f0;
    border-bottom: none;
    padding: 20px 10px;
}

#rightbar>.card{
    height: 100%;
    transition: left .5s ease-in-out,display .3s ease-in-out;
}

#rightbar:not(.filter)>.card{
    left: 0px;
}

#rightbar .card-body,
#rightbar.buscar .step-2 .card-body{    
    overflow-y: auto;
    overflow-x: hidden;
}

#rightbar.buscar .card-body{    
    overflow: hidden;
}

.msg-active .step-1 .cart-content,
.step-1 .cart-content{
    height: calc(100% - 83px);
    width: 100%;
    padding-bottom: 53px;
    margin-top: 83px;
    overflow-x: hidden;
    overflow-y: auto;
  }  

.step-2 .card-body{    
    overflow-y: auto;
    overflow-x: hidden;
}

#rightbar .card-title{
    display: flex;
    align-items: center;
}

#rightbar .icon-cart{
    max-width: 100% !important;
}

#rightbar .subtotal{
    cursor: pointer;
}

#rightbar .icon-cart>div{
    margin: 0px;
}

#rightbar .icon-cart .cart-body{
    margin-bottom: 43px;
}

#rightbar .icon-cart .card-sl,
#rightbar .icon-notif .card-notif{
    margin: 0;
    position: relative;
    transition: right .5s ease-in-out;
    right:0;
}

#rightbar .icon-notif .card-notif>div{
    margin: 0 10px;
}

#rightbar .icon-cart .card-sl{
    padding: 15px 0;
}

#rightbar .subtotal{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#rightbar .card-notif.removed,
#rightbar .card-sl.removed{
    right: -100vw;    
}

.title-terms{
    margin-bottom: 28px;
}

.center-all{
    justify-content: center;
    align-items: center;
    display:flex;
}

#form_find .nav-item{
    width: 40px;
    height: 40px;
    font-size: 18px;
    position: relative;
}

.footer-header{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3002 !important;
}

.absolute-top{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.absolute-bottom{
    transition: all .5s ease-in-out;
    position: absolute;
    transform: translateY(calc(100vh - 100%));
    top: 0;
    right: 0;
    left: 0;
}

.nav-content{  
    transition: margin-top .5s ease-in-out;
    display: flex;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 1;
}

.nav-content.only-desktop{    
    height: 55px;
}

.nav-content.only-movil{    
    height: 100px;
    justify-content: center;
}

.nav-gotit{
    background: var(--azul);
    color: #fff;
}

.msg-content{
    transition: all .5s ease-in-out;
    position: relative;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

.msg-ok{
    background: var(--verde);
    color: #fff;
}

.msg-cancel{
    background: var(--azul);
    color: #fff;
}

.template_2 .contenedor-info{
    position: relative;
}

.header-info.only-desktop{
    width: 100%;
}

.recortado{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mw-50p{
    max-width: 50%;
}
/*==========================for stage===========================================*/
.template_1.index .unreg,
.template_2.index .unreg,
.template_1 .only-t2,
.template_2 .only-t1,
.template_1 #sidebar{
    display: none !important;
}

.template_2 .container > #form_find {
    position: absolute;
    right: 15px;
    top:19px;
}

.library .fa-home,
.titles .footer-header .fa-book-open{
    color: rgba(0,0,0,.3) !important;
}

.mainlocal-sidebar{
    position: absolute;
    margin-left: -265px;
}

.layout-24{
    height: 24px;
    position: relative;
}

.layout-m24-10{
    margin-bottom: 10px;
    min-height: 24px;
    position: relative;
}

.layout-24-10{
    margin-bottom: 10px;
    height: 24px;
    position: relative;
}

.header-info .header-sup,
.header-info .header-inf{
  display: flex;
  justify-content: space-between;
}
/*==========================320 width===========================================*/
@media (min-width: 320px) {

    .msg-active .absolute-bottom{
        top: -100px;
    }

    .navbar.header,
    .navbar-new{
        min-height: 53px;
        z-index: 3001;
        position: relative;
    }

    .navbar.header{
        padding: 0 !important;
        height: 53px !important;
    }

    .page-wrap{/*180*/
        /*min-height: calc(100vh - 150px);*/
        /*height: calc(100vh - 180px);*/
        height: calc(100vh - 53px);
    }

    .msg-active .page-wrap,
    .index.msg-active .page-wrap{
        height: calc(100vh - 153px);
    }

    .recovery .page-wrap{        
        height: 100vh;
    }

    .recovery.msg-active .page-wrap{
        height: calc(100vh - 100px);
    }

    .terminos .body-info{        
       min-height: calc(100vh - 82px);
    }

    .msg-active .body-info{
        min-height: calc(100vh - 206px);
    }

    .recovery .body-info{        
       min-height: 100vh;
    }

    .recovery.msg-active .body-info{
        min-height: calc(100vh - 100px);
    }

    .msg-content{
        flex-direction: column;
    }

    .msg-content.only-movil{    
        height: 100px;
        /*justify-content: center;*/
        display: flex;
    }

    .msg-content.only-movil .btns{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    
    .nav-content{
        flex-direction: column;
    }

    .item-card {
        height: 330px !important;
        width: 150px !important;
        margin: 10px 5px 15px 0;
    }

    #rightbar{
        top: 53px;    
        width: 100%;
        height: calc(100vh - 106px);
    }    
    
    #sidebar{
        top: 76px;
    }

    .msg-active #rightbar{
        height: calc(100vh - 206px);
    }       

    #rightbar.filter>.card{
        left: -100vw;
    }

    #rightbar .step-2{        
        left: 100vw;
    }

    .header-item-content{
        width: 100%;
        max-width: 320px;        
    }

    .dropdown-menu.header-container-content{
        width: 320px !important;
        max-width: 320px !important;
        webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    }

    .header-container-content.cart{
        left: -220px;
    }

    .header-container-content.notif{
        left: -186px;
    }
    
    .template_2 #btn_toggler_side{
        top: 20px;
        left: 20px;
        display: block !important;
    }

    .sb-espacio {
        height: 150px;
        clear: both;
        display: block;
    }
}

/*==========================375 width===========================================*/
@media (min-width: 375px) {    
        
    .item-card {
        height: 330px !important;
        width: 164px !important;
        margin: 10px 12px 15px 0;
    }

    .header-item-content{
        width: 100%;
        max-width: 375px;        
    }

    .dropdown-menu.header-container-content{
        width: 375px !important;
        max-width: 375px !important;
    }

    .header-container-content.cart{
        left: -274px;
    }

    .header-container-content.notif{
        left: -242px;
    }

    .template_2 .footer .col-8{
        align-items: center !important;
        display: block !important;
    }

    #group_social_icon_m a{
        font-size: 20px;
    }

    .template_1 #login_n, .template_1 #register_n{
        display: none;
    }

    .template_1.home #login_n, .template_1.home #register_n, .tree-body, .tree-footer{
        display: block;
    }

    .template_2 #dv_content .row {
        justify-content: left;
    }

    .contenedor-info .container-carousel {
        width: 100%;
    }

    .template_1 .footer .social-icons a{
        margin-left: 10px;
    }

    .footer .col-4 .social-icons i{
        padding-right: 2px;        
    }
    
    .carousel-inner, .carousel-item {
        height: 175px ;
        max-height: 175px ;
    }

    #texto_terms{
        padding-bottom: 70px;
    }

    #texto_client{
        padding-bottom: 20px;
    }
}

/*==========================425 width===========================================*/
@media (max-width: 425px) {    


    #mdl_reviews .header-I{
        display: none;
    }

    #mdl_reviews .header-D{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0;
    }

    #mdl_reviews .col-I {
        position: initial !important;
        width: 100%;
        margin-bottom: 10px
    }

    #mdl_reviews .col-I ,#mdl_reviews .col-D{
        max-width: 100% !important;
    }

    #mdl_reviews .modal-header{
        display: flex;
        justify-content: center;
        height: 80px !important;
    }

    #mdl_reviews .modal-body{
        flex-direction: column;
    }

    body{        
        overflow-x: hidden;
    }

    #offline-body{
        font-size: 12px;
        padding: 10px;
    }

    .carousel-background .a-title{
        font-size: 20px;
    }

    .footer-info .col-4{        
        padding: 5px 10px;
    }

    #footer > div{
        flex-direction: column;
        text-align: center;
    }

    .social-icons{
        display: flex;
    }

    .social-icons.default-size{
        justify-content: center;        
    }

    .footer-info div{
        max-width: 100%;
        justify-content: center;
    }
 
    .searchbar-open {
        z-index: 9;
    }

    .template_1 .searchbar {
        z-index: 11 !important;
    }

    .template_1 #btn_toggler_top, .template_1 .header-logo > a{     
        z-index: 10;
    }

    .footer .row {        
        flex-wrap: nowrap;
    }

    .contain-libros .col-4 .form-row{
        width: 230px;
    }    
}

/*==========================425 width===========================================*/
@media (min-width: 425px) {    
    .carousel-inner, .carousel-item {
        height: 200px;
        max-height: 200px;
    }
        
    .header-item-content{
        width: 100%;
        max-width: 425px;        
    }

    .dropdown-menu.header-container-content{
        width: 425px !important;
        max-width: 425px !important;
    }

    .header-container-content.cart{
        left: -324px;
    }

    .header-container-content.notif{
        left: -292px;
    }
}

/*==========================767 width===========================================*/
@media (max-width: 767px) {
  
  
    #txt-author {
        font-size: 16px;
        
    }
}

/*==========================768 width===========================================*/
@media (min-width: 768px) {   
        
    .header-item-content{
        max-width: 300px;        
    }

    .dropdown-menu.header-container-content{
        max-width: 315px !important;
        left: auto;
    }

    .template_1 .footer-info .col-4 .social-icons.default-size{        
        margin-top: 5px;
    }
    
   /*  .footer-info{
        flex-wrap: wrap;
    }

    #footer > div{
        flex-direction: column;
        text-align: center;
    }

    .footer-info div{
        max-width: 100%;
        justify-content: center;
    }

    .footer-info .col-4{        
        padding: 5px 10px;
    } */


    #group_social_icon_m a{
        font-size: 15px;
    }

    .template_1 .footer{
        padding: 10px 20px;
    }

    #group_social_icon_f i {
        font-size: 1.5em;
    }

    .footer .col-4 .social-icons i{
        padding-right: 4px;        
    }
    
    .contenedor-info .container-carousel,.carousel-inner,.carousel-item {
        max-width: 700px;
        width: 700px;
        height: 300px;
        max-height: 300px;
        margin: 0 auto;
    }
    
}

/*==========================768 width===========================================*/
@media (max-width: 768px) {

    .template_1 .modal.fade.show,
    .template_2 .modal.fade.show{
        margin-top: 0px;
    }

    #mdl_data_sheet .modal-dialog.modal-lg, #mdl_reviews .modal-dialog.modal-lg{
        min-width: 100%;
        margin: 0 !important;
    }

    #mdl_data_sheet .modal-dialog.modal-lg .modal-content, #mdl_reviews .modal-dialog.modal-lg .modal-content{
        min-height: 100vh;
    }

    #mdl_reviews .col-I{
        position: absolute;
        top: -75px;
        left: 20px;
    }

    #mdl_reviews .col-D{
        max-width: 70%;
        width: 100%;
    }

    #mdl_reviews .modal-header {
        height: 105px;
    }

    #mdl_reviews .modal-body {
        justify-content: flex-end !important;
    }

    #mdl_reviews .header-D{
        flex: 0 0 70%;
        max-width: 70%;
    }

    .s-row, #form_billing{
        display: flex;
        flex-direction: column;
    }

    .s-row .col-4, #form_billing .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }

    #navbar_content_tree ul.navbar-nav{
        flex-direction: column-reverse;
    }

    .header>.col-sm-2 {
        flex: 100% !important;
        max-width: 100% !important;
    }

    #footer > div{
        flex-direction: column;
        text-align: center;
    }

    .footer-info div{
        max-width: 100%;
        justify-content: center !important;
    }

    .footer-info .col-4{        
        padding: 5px 10px;
    }

    .social-icons{
        display: flex;
        justify-content: center;
    }

    
    .template_2 .modal-social-icons,.template_1 .modal-social-icons{
        display: flex;
        justify-content: center;
    }

    .fa.fa-bars{
        font-size: 24px;
    }

    .template_2 .mainlocal-sidebar .header-logo{
        display: none;
    }

    .carousel-wrap {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .owl-prev{
        display: none !important;
    }

    .owl-next{
        display: none !important;
    }
}

/*==========================992 width===========================================*/
@media (max-width: 992px) {

    .Ntemplate_1 .header-logo{
        width: 100% !important;
    }

    .template_2 .header .container{
        width: auto;
    }

    .header>.col-sm-2 {
        flex: 100% !important;
        max-width: 100% !important;
    }

    #planes{
        display: none;
    }

    .template_1.navbar-toggler {
        display: block;
        position: absolute;
    }

    .template_1 .nav-item .item-bool{
        display: block;
    }

    .template_2 .row .row .col-md-4.btn-payment, .template_1 .row .row .col-md-4.btn-payment {
        position: relative;
        width: 25%;
        padding-right: 5px;
        padding-left: 5px;
        /*margin-right: -100px;*/
    }

    .template_2 >a.navbar-brand, .template_1 >a.navbar-brand {
        display: inline !important;
    }

    #content_payment_methods > .col-md-3, #payment_method_local > .col-md-3 {
        max-width: 30%;
    }

    .template_2 .aria {
        padding-left: 0px;
        font-size: 12px;
        text-align: center;
    }

    .template_2 .footer {
        padding: 10px;
        padding-bottom: 10px;
    }

    .template_2 .contenedor-info {
        margin-bottom: 0px;
        margin-left: 0px;
    }   

    .carsousel-indicators {
        bottom: 60px;
    }

    .carousel .carousel-indicators > li {
        width: .325rem;
        height: .325rem;
    }

    .ribbon-wrapper .ribbon.btn-static, .ribbon-wrapper .ribbon.btn-buy{        
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 50px;        
        width: 100%
    }

    .ribbon-wrapper .ribbon::before, .ribbon-wrapper .ribbon::after {
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 0 !important;
        bottom: 0 !important;
    }

    .ribbon-wrapper{        
        top: 0px;
        width: 100% !important;
    }
 
    .template_1 #btn_toggler_top{
        top: 20px;
        left: 20px;
        display: block !important;
    }

    .container {
        justify-content: center !important;
    }

    .template_2 .navbar-toggler, .template_1 .navbar-toggler {
        top: 15px;
        left: 15px;
    }

    .header.template_2{
        height: 60px;
    }

    .container > #form_find {
        position: absolute;
        right: 15px;
        top:19px;
    }

    .container > .navbar-collapse{
        margin-top: 10px;
    }    

   
    .mainlocal-sidebar.navbar-collapse.collapse {
        box-shadow: none !important;    
    }

    .navbar-brand {
        padding-top: 0px;
    }

    .template_2 .aria > .col-md-3,.template_2 .aria > .social-icons{
        width: auto;
    }

    .template_2 .contain-libros {
        margin-left: 0px;
    }
}

/*==========================1023 width===========================================*/
@media (max-width: 1023px){   

    .have-plan #rightbar{
        height: calc(100vh - 137px);
    }

    .have-plan.msg-active .body-info{
        min-height: calc(100vh - 237px);
    }

    .have-plan.msg-active #rightbar{
        height: calc(100vh - 237px);
    }

    .icon-action.center-all.h-100{
        max-width: 60px;
    }

    .index .page-wrap{
        height: calc(100% - 53px);
    }
    
    .titles .body-info,
    .library_svd .body-info{
        min-height: calc(100vh - 106px);
    }

    .have-plan .titles .body-info{
        min-height: calc(100vh - 137px);
    }

    #footer{
        margin-bottom: 53px !important;
    }

    .have-plan #footer{
        margin-bottom: 84px !important;
    }

    .recovery #footer{
        margin-bottom: 0px !important;
    }

    #header.navbar{
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .notificaciones .card-body,
    .buscar .card-body,
    .mi_espacio .card-body,
    .carrito_de_compras .card-body{
        height: calc(100% - 64px);
    }

    .down .main h3,
    .titles .main h3,
    .library_svd #dv_content_head h5{
        font-size: 16px;
        margin-top: 10px;
    }

    .container{
        padding-left: 5px;
        padding-right: 5px;
    }

    .aviso .container,
    .terminos .container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .only-desktop,
    #sidebar{
      display: none !important;
    }

    .template_1 .only-desktop .header-logo{
        margin-left: 50px;
    }

    #dv_data_sheet_title{
        font-size: .8em;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }

    #mdl_data_sheet .cover-image img{
        height: 100%;
        margin-bottom: 0px;
        text-align: center;
    }

    #mdl_reviews .cover-image{
        margin-bottom: 0px;
        text-align: center;
        width: 100px;
    }

    .preview .cover-image img {
        height: 220px;
    }

    .preview .body-info{
        overflow-y: scroll;
    }

    .preview #footer{
        margin-top: 15px;
    }

    .fa-star.edit, .fa-star-half-alt.edit{
        font-size: 14px;
    }
}

/*==========================1024 width===========================================*/
@media (min-width: 1024px) {    

    .navbar.header{
        height: 76px !important;
    }

    .template_1.terminos .tree-footer,
    .template_1.aviso .tree-footer{
        margin-right: 50px;
    }

    #rightbar .subtotal{
        bottom: 0px;
    }

    .msg-active .absolute-bottom{
        top: -55px;
    }

    .page-wrap{        
        height: calc(100vh - 76px);
    }

    .msg-active .page-wrap{
        height: calc(100vh - 131px);
    }

    .recovery.msg-active .page-wrap{
        height: calc(100vh - 55px);
    }

    .body-info{        
        min-height: calc(100vh - 76px);
    }

    .terminos .body-info{        
       min-height: calc(100vh - 63px);
    }

    .msg-active .body-info{
        min-height: calc(100vh - 131px);
    }

    .recovery .body-info{        
        min-height: 100vh;
    }

    .recovery.msg-active .body-info{
        min-height: calc(100vh - 55px);
    }

    .msg-content{
        flex-direction: row;
        justify-content: space-between;
        display: flex;
    }

    .msg-content.only-desktop{    
        height: 55px;
    }
    
    .nav-content{
        flex-direction: row;
        justify-content: space-between;
    }

    .notificaciones .card-body,
    .buscar .card-body,
    .mi_espacio .card-body{
        height: calc(100% - 64px);
    }

    .carrito_de_compras .card-body{
        height: calc(100% - 107px);
    }

    #footer .footer-info{
        justify-content: space-between;
    }

    .template_2 .only-movil-t2{
        display: none;
    }

    .template_2 .header-logo{
        width: 100% !important;
    }

    #rightbar{        
        width: 430px;
    }

    #rightbar,
    #sidebar{
        top: 76px;
        height: calc(100vh - 76px);
    }
    
    .msg-active #rightbar,
    .msg-active #sidebar{
        height: calc(100vh - 130px);
    }   

    #rightbar.filter>.card{
        left: -430px;
    }

    #rightbar .step-2{        
        left: 430px;
    }

    .only-movil{
        display: none !important;
    }

    /*
    .template_2.publication #title_data_sheet{
        justify-content: left !important;
    }

    .template_2.cart .body-info,
    .template_2.publication .body-info{
        margin-left: 250px !important;
        padding: 40px 10px !important;
    }

    .template_2.cart .contain-libros,
    .template_2.publication .contain-libros{
        margin-left: 0;
    }    

    .template_2.cart .col-I,
    .template_2.publication .col-I{
        margin-right: 25px;
        width: 490px;
    }  

    .template_2.cart .col-D,
    .template_2.publication .col-D{
        width: 230px;
    }*/

    .template_1 .body-info .container-carousel,
    .template_2 .contenedor-info .container-carousel{
        max-width: 100%;
        display: flex ;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0;
    }

    .template_1.logout #form_find.en, 
    .template_1.index #form_find {
        margin-right: 20px !important;
    }

    .template_1.logout.library #form_find.en {
        margin-right: 160px !important;
    }

    #mdl_data_sheet .cover-image img, #mdl_data_sheet .cover-image {
        max-width: 100%;
        margin-bottom: 0px;
        text-align: center;
    }
    
    .template_2 .mainlocal-sidebar{
        left: 0px
    }

    .template_2 #footer .footer-info{
        margin-left: 235px;
    }

    .template_1 #form_find.enroque{
        position: absolute;
        margin-right: 240px;
        right: 0;
    }

    .template_1 #navbar_content_tree.enroque{
        width: 100%;
    }

    .template_1.index #navbar_content_tree.enroque{
        width: auto;
    }

    .tree-body, .tree-footer, .template_2 .mainlocal-sidebar .header-logo{
        display: flex;
    }

    #navbar_content_tree ul.navbar-nav{
        justify-content: space-between;
        width: 100%;
    }

    .template_2 .contenedor-info, .template_1 .contenedor-info {
        /* padding-top: 15px; */
    }

    .template_2 .footer{
        padding: 15px;
    }

    .owl-carousel .owl-nav {
        overflow: visible;
        display: block !important;
    }

    .template_2 .mainlocal-sidebar .header-logo{
        width: 100%;
    }

    .template_2 .header .container{
        width: auto;
    }

    .template_1 .header .container{
        margin-right: 0;
    }    

    .template_2 .container.main> .row.flex-column{
        margin: 0px;
    }

    .template_2 .mainlocal-sidebar .sb-espacio{
        display: none;
    }
}

/*==========================1440 width===========================================*/
@media (max-width: 1440px) {

    .carousel-indicators {
        margin-bottom: 0;
    }
}

/*==========================1440 width===========================================*/
@media (min-width: 1440px) {

    .body-info {
       /*  max-width: 1440px; */
        margin-left: auto;
        margin-right: auto;
/*        display: flex;
        justify-content: center;
        margin: auto;*/
    }

    /*.template_2.publication .col-I,
    .template_2.cart .col-I{
        margin-right: 80px;
        margin-left: 80px;
        width: 510px;
    }

    .template_2.publication .col-D,
    .template_2.cart .col-D{
        width: 350px;
    }

    .template_2.publication .contain-libros,
    .template_2.cart .contain-libros{
        margin: auto;
    }*/

    .template_1 .body-info .container-carousel,
    .template_2 .contenedor-info .container-carousel{
        display: flex ;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .template_2 .footer{
        padding: 20px;
    }

    .template_1 .carousel-wrap, .template_1 #dv_content>.carousel-background>.row{
        max-width: 1440px;
        margin: 0 auto;
    }

    .carousel-indicators {
        margin-bottom: 1rem;
    }
}

/*==========================1441 width===========================================*/
@media (min-width: 1441px) {
        
    .template_2 .contain-libros .container {
        padding-top: 10px;
        padding-left: 60px;
        padding-right: 60px;
        max-width: 1440px;
    }

    .page-wrap{
        flex-direction: column;
    }

    .template_1 #form_find.enroque{
        position: absolute;
        margin-left: 870px !important;
        right: auto;
    }

    .template_1.logout #form_find.en,.template_1.logout.index #form_find{
        margin-left: 945px !important;
    }

    .template_1 #navbar_content_tree.enroque{
        width: 100%;
    }

    .template_1.index #navbar_content_tree.enroque{
        width: auto;
    }

    .template_2 .body-info, 
    .template_2 .container.main.libros{
        width: 100%;
    }

    .template_2 .container.main.libros{
        max-width: 100%;
    }

    .template_1 .header-info{
        width: 1440px;
        display: flex;
    }

    .template_2 .footer-info{
        display: flex;
    }

    .template_1 .footer-info{
        width: 1440px;
    }

    .template_1 .header, 
    .template_1 .footer, 
    .template_2 .page-wrap{
        justify-content: center;
    }

    .template_1 .footer, 
    .Ntemplate_2 .page-wrap{
        display: flex;
    }

    .template_2 .header .container{
        width: auto;
    }
}

/*==========================2100 width===========================================*/
@media (max-width: 2100px){

    .container.template_1 {
        padding-top: 120px;
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .container.template_2 {
        padding-top: 90px;
        width: 100%;
        padding-right: 30px;
        padding-left: 250px;
        margin-right: auto;
        margin-left: auto;
    }

    .template_2 .navbar-toggler{
        left: 35px;
        display: block;
        position: absolute;
    }

    .template_2 #btn_toggler_side{
        display: none;
    }
}
