/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap'); */

@import url('https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css');

/*@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');*/

@import url('/unillanos/css/responsive.css'); 
@import url('/unillanos/css/opac-search.css');
@import url('/unillanos/css/opac-detail.css');


@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Roboto&display=swap');

:root {
    --color01: #900;
    --color02: #25649f;
    --color03: #11406D;
    --color04: #F0E5EA;
    --color05: rgb(117, 0, 0);
    --blanco: #ffffff;
    --button: #900;
    --negro70: #111010;
    --navbar: #2c2c2c;
    --barrainicio: #ccc;
    --sombra01: 0 1px 3px rgba(49, 47, 48, 0.12), 0 1px 2px rgba(49, 47, 48, 0.24);
    --sombra02: 0 3px 5px rgba(49, 47, 48, 0.16), 0 3px 4px rgba(49, 47, 48, 0.28);
    --transition: all 0.2s cubic-bezier(0.68, 0.12, 0.24, 0.91);
}

html.fonts-loaded.js {
    font-family: 'Roboto', serif !important;
}

nav.navbar.navbar-expand {
    font-family: 'Roboto', serif;
}

div#navbarNav {
    font-family: 'Roboto', serif;
}

#scrolltocontent{
  display: none;
}

#backtotop {
  bottom: 40px;
  right: 40px;
  display: inline-block;
  font-size: 120%;
  position: fixed;
  text-align: center;
  z-index: 1000;
  background-color: var(--color1);
  color: var(--blanco);

}

div#wrapper {
    font-family: 'Roboto', serif;
}

h4.tittle_main {
    font-family: 'Roboto', serif;
    font-weight: bolder;
}

button.btn.btn-success {
    font-family: 'Roboto', serif;
}

body {
    font-family: 'Roboto', serif;
    background-color: var(--blanco);
}

/* SOLO LOS SEPARADORES - VERSIÓN MÍNIMA */
ul#moresearches {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

ul#moresearches li.nav-item {
    display: inline-flex;
    align-items: center;
}

ul#moresearches li.nav-item:not(:last-child)::after {
    content: "|";
    margin: 0 10px;
    color: #ccc;
}

.container-fluid .row .col {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* main{
    margin: auto!important;
    max-width: 960px!important;
} */


.main {
    border: 2px solid #f0f3f3;
    margin: 0px !important;
    padding: 1rem 0;
    background-color: #fff;
}
/* Head */



p.title_home {
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    font-size: 22px;
}

h2.title-gallery-database {
    color: var(--negro70);
    text-transform: uppercase;
    font-size: 25px;
    margin-left: 3rem;
}
h2.title-gallery-database:after {
    content: "";
    position: relative;
    bottom: 6px;
    right: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent #900;
    border-style: solid;
    border-width: 0 0 10px 10px;
}

img.home_logo {
    padding-top: 25px;
}

#myHeader img {
    object-fit: cover;
    width: 80%;
    height: 80%;
}

#myHeader {
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4da6ff), color-stop(100%,#001040)); */
    text-align: center;
}

nav.navbar.navbar-expand {
    background-color: var(--navbar);
    border-bottom: 5px solid #cd2122;
}

nav.navbar.navbar-expand a {
    font-weight: 100;
}

a.btn_home {
    height: 100%;
}


.btn_d img {
    width: 100px !important;
}

nav.navbar.navbar-expand i {
    color: #fff;
}

li.divider-vertical {
    display: none;
}



/* #moresearches li a {
    background-color: rgba(255,255,255,0.6);
    backdrop-filter: blur(5px);
    padding: 6px 30px;
    border-radius: 5px;
}

#moresearches li {
    display: inline-block;
    padding-right: 15px;
    white-space: nowrap;
    margin-top: 5px;
} */

/* #moresearches {
    margin-bottom: 0 !important;
    padding: 0px !important;
} */

div#logo {
    display: none;
}

nav.navbar.navbar-expand {
    padding: 0px;
}

a.nav-link.logout.clearsh {
    display: none;
}

img.logo_home {
    width: 50%;
}

/* Search ing */

.home_search {
    height: 400px;
    width: 100%;
    background-image: url(https://catalogo.escuelaing.edu.co/escuelaing/images/slide1.webp);
    background-size: cover;
    background-repeat: no-repeat
}

.home_search .mastheadsearch {
    display: flex;
    justify-content: center;
    position: relative;
    top: 170px
}

.home_search .mastheadsearch {
    display: block;
    justify-content: center;
    position: relative;
    top: 170px;
    width: 85%
}

.mastheadsearch {
    margin: .5em auto 0;
    text-align: center
}

.mastheadsearch label {
    font-size: 115%;
    font-weight: bold;
    color: #fff;
    display: none
}

.mastheadsearch {
    margin: auto
}

/* .s_home {
    display: block !important
  } */
/* #moresearches {
    margin: .5em 0;
    padding: 0 .8em;
    text-align:center;
  }
  #moresearches li {
    display: inline;
    white-space: nowrap;
  }
  #moresearches li:after {
    content: " | ";
  }
  #moresearches ul {
    margin: 0;
  }
  #moresearches li:last-child:after {
    content: "";
  }
  #export li,
#moresearches_menu li {
  padding: 0;
  margin: 0;
}
#export li a,
#moresearches_menu li a {
  font-weight: normal;
}
#export li a.menu-inactive,
#moresearches_menu li a.menu-inactive {
  font-weight: bold;
}
#moresearches a {
    color: #00468c;
    font-weight: bold
  } */
/* Search*/

div#opac-main-search img.img_search {
    display: block !important;
    margin: auto !important;
    width: 100%;
}

/* div#opac-main-search {
    border: 5px solid var(--color01);
} */

select#masthead_search {
    background-color: white;
    color: var(--color01);
}

#opac-main-search {
    background: var(--navbar);
    margin: 0px 0;
    padding: 20px;
    height: 5rem;
    
}
.container-fluid.search_cont {
    margin-top: -110px;
}

#searchform {
    margin-right: 4rem;
    margin-left: 4rem;

}

/* ul#moresearches {
    z-index: 1;
    background-color: transparent;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0px;
    margin-right: 0px;
    margin-left: 0px;
} */

ul#moresearches a {
    color: var(--color01);
    font-weight: bolder;
}

/* #moresearches li:after{

    display: none;
} */

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
}

button#searchsubmit {
    background-color: var(--color01);
    border: 1px solid var(--color01);
    color: #fff;
}

input#translControl1 {
    border-radius: 0px;
}

select#masthead_search {
    border-radius: 5px 0px 0px 5px;
}

button#searchsubmit {
    border-radius: 0px 5px 5px 0px;
}


/* Container */
/* barra inicio */
.breadcrumb {
    background-color: var(--barrainicio);
}

.breadcrumb-item.active a:link,
.breadcrumb-item.active a:visited,
.breadcrumb-item.active a:hover,
.breadcrumb-item.active a:active {
    color: black;
    font-weight: bold;

}

#wrapper {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

/* OCULTAR LOGIN OPAC */
/* .main .col-12.col-lg-3.order-md-2 {
    display: none;
} */

.row {
    justify-content: center;
}


div#koha_url {
    display: none !important;
}

/* btns home */

.btn {
    background-color: var(--button)!important;
    border: 0px!important;
    color: #fff!important;
}

.btn i {
    color: #fff!important;
}
.btn:hover  {
   background-color: rgb(214, 47, 47)!important;
}

a.btn_home img {
    filter: invert(1);
}

#action a {
    margin: 0.2rem;
  }

a.addtocart {
    padding-right: 1rem;
}

.home_btns a.btn_home {
    display: flex;
    justify-content: center;
}

.home_btns a.btn_home img {
    width: 150px;
    margin: auto;
    display: block;
    padding: 13px;
}

.home_btns button.btn.btn-success {
    padding: 20px;
}

a.btn_home {
    text-decoration: none;
}

.home_btns button.btn.btn-success:hover {
    transition: 0.9s;
    filter: saturate(0.3);
    box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
}

.home_btns button.btn.btn-success {
    margin-bottom: 15px;
    border-radius: 15px;
}

h4.tittle_main {
    text-align: center;
    padding: 20px;
    color: var(--color01);
}

.thumb-content {
    display: block;
    margin: auto;
    text-align: center;
}

.dropdown-menu a.dropdown-item {
    color: black !important;
}

/* .btn {
    background-color: var(--color01) !important;
    border: 0px !important;
} */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    display: none;
}

/* Footer */

section .row{
    font-size: 10px;
}

.text-white{
    font-size: 10px;

}


.list-unstyled {
    font-size: 0.9rem;
    color: white;

}

#myFooter {
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4da6ff), color-stop(100%,#001040)); */
    /* text-align: center; */
}

/* #myFooter img{
        object-fit: cover;
        width:100%;
        height:100%;
      } */
.social .a:link,
a:visited {
    color: var(--blanco);
    text-decoration: none;
}

@import "bourbon";


.butts li {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    transition: all 0.3s ease-out;
    margin: 0.1% 0.1%;
}

.butts li .text {
    color: #fff;
    margin: 0;
    position: absolute;
    text-align: center;
    text-transform: initial;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 10%;
    margin: 0;
    transition: all 0.3s ease;
}

.butts li .text h2 {
    font-size: 16px !important;
    border-bottom: 2px solid white !important;
    margin-bottom: 10px !important;
    color: #fff;
}

.butts li img {
    width: 100%;
    height: auto;
    max-width: 250px;
    display: block;
    transition: all 0.2s ease;
}

.butts li .overlay {
    position: absolute;
    top:90px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    opacity: 0.8;
    transition: opacity 0.15s ease-out;
    backface-visibility: hidden;
}

.butts li:hover img,
li:focus img {
    transform: scale(1.2);
}

.butts li:hover .overlay,
li:focus .overlay {
    opacity: 0;
    filter: alpha(opacity=0);
}

.butts li:hover .text,
li:focus .text {
    opacity: 0;
    filter: alpha(opacity=0);
}

.butts a {
    transition: all 0.2s;
}

.butts ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.butts { 
    padding: 0 10px;
} 
.myCredits {
    text-align: center;
    background-color: var(--color01);
    padding: 5px;
}

.myCredits img {
    width: 2%;
}

.myCredits a {
    color: #fff !important;
}

.footer-distributed {
    background-color: #181818;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: 14px sans-serif;

    padding: 10px 50px;
    margin-top: -3px;

}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left {
    width: 35%;
}

.footer-distributed .footer-left i {
    background-color: #193A67;
    color: #ABABAB;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-left p {
    display: inline-block;
    color: #ABABAB;
    vertical-align: middle;
    margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center {
    width: 30%;
}

.footer-distributed .footer-center i {
    background-color: #193A67;
    color: #ABABAB;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-center p {
    display: inline-block;
    color: #ABABAB;
    vertical-align: middle;
    margin: 0;
}


/* Footer Right */



.footer-distributed .footer-right {
    width: 30%;
}

.footer-distributed .footer-right i {
    background-color: #193A67;
    color: #ABABAB;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer-distributed .footer-right p {
    display: inline-block;
    color: #ABABAB;
    vertical-align: middle;
    margin: 0;
}

.footer-distributed .footer-right p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer-distributed .footer-right p a {
    color: #ABABAB;
    text-decoration: none;
    ;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {
    #myFooter {
        /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4da6ff), color-stop(100%,#001040)); */
        text-align: center;
    }

    .footer-distributed {
        font: bold 14px sans-serif;
    }

    .footer-distributed .footer-left,
    .footer-distributed .footer-center,
    .footer-distributed .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer-distributed .footer-center i {
        margin-left: 0;
    }

    
}

@media (max-width: 575px) {
    #opac-main-search {
        
        height: 12rem!important;
        
    }
}

@media only screen and (max-width: 608px) {
    #moresearches {
    margin: .5em 0;
        text-align: center;
        align-items: center;
        justify-content: center;
    }


.dropdown-menu.dropdown-menu-right.show a {
    color: #000 !important;
    display: flex;
    font-size: 15px !important;
    font-weight: 800 !important;
}

#loggedinuser-menu .divider-vertical {
    display: none;
}

a#logout {
    color: #e8583c !important;
    font-weight: bold;
}

.thumb-content img {
    height: 200px;
    max-width: 250px !important;
}

.carousel-control-prev {
    /*left: -130px !important;*/
    background-color: var(--color01);
    color: #fff !important;
    font-size: 40px;
    width: 3% !important;
}

.carousel-control-next {
    /*right: -130px !important;*/
    background-color: var(--color01);
    color: #fff !important;
    font-size: 40px;
    width: 3% !important;
}


.thumb-content img {
    height: 200px;
    max-width: 250px !important;
}

/* #loginModal input[type=submit] {
    background-color: var(--color01);
    border: 0px;
} */

a.dropdown-item i.fa.fa-check {
    color: #000;
}

.head_home img.home_logo {
    display: block;
    margin: auto;
    width: 25%;
}

.cover_sect {
    background-color: var(--color01);
}

.cover_sect h4.tittle_main {
    color: #fff;
}

.btns_home_sect {
    margin-bottom: 25px;
}

.cover_sect {
    padding-bottom: 80px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -45px !important;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

div#notloggedin .col-lg-9 {
    flex: 0 0 100% !important;
    max-width: 100%;
}



.footer_koha .content .h4locations {
    font-weight: 900;
}

.footer_koha.about span.tt1 {
    font-size: .875rem;
}

.footer_koha .about span {
    display: block;
}

.footer_koha .about span.tt2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.625rem;
}

.footer_koha {
    color: #fff;
    padding: 90px 0 40px;
}

.footer_koha .content .h4locations {
    font-weight: 900;
}

h4.h4locations {
    color: #fff;
}

.footer_koha {
    padding-left: 40px;
    padding-right: 40px;
}

.footer_koha .content h5 {
    font-size: .9375rem;
    color: #fff;
    font-weight: 600;
}

.footer_koha .content h4,
.footer_koha .content h5 {
    border-bottom: 1px solid #031e37;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0 0 14px;
}

.shape_top_footer {
    background: bottom no-repeat;
    height: 60px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.shape_top_footer {
    background-image: url('/humbolt/img/footer.svg');
}

.top_new {
    background: bottom no-repeat;
    height: 23px;
    left: 0;
    right: 0;
    top: 0;
}

.top_new {
    background-image: url('/humbolt/img/newa.svg');
}

.top_new {
    background-color: #fff;
}

.bottom_new {
    background: bottom no-repeat;
    height: 23px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    position: relative;
    top: -22px;
}

.bottom_new {
    background-image: url('/humbolt/img/shape_b.svg');
}


.container_dbs {
    text-align: center;
}


p.txt_a {
    text-align: justify;
}

img.logo_a {
    width: 58%;
    padding: 15px;
}

a.btn_db {
    background-color: var(--color01);
    padding: 12px;
    color: #fff;
    border-radius: 6px;
}

table.table_info_a td {
    border: 1px solid #e8e8e8;
    padding: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--color01);
    border-radius: 0px;
    font-weight: 700;
}

ul#pills-tab {
    border-bottom: 1px solid #dbdbdb;
}

.container_db .tab-content {
    border: 0px;
}

.container_db ul#pills-tab {
    font-size: 12px;
}

.container_db div#home ul#pills-tab li.nav-item {
    background-color: #f5f5f5;
    margin-right: 2px;
}

.page_services {
    text-align: center;
}

h4.title_serv {
    text-align: center;
}

a.btn_ab .icon {
    height: 100px;
    width: 100px;
}

.page_services .btn_a {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services .btn_b {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services .btn_c {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services .btn_d {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services .btn_e {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services .btn_f {
    background: rgb(45, 157, 240);
    background: linear-gradient(0deg, rgba(45, 157, 240, 1) 0%, rgba(41, 79, 138, 1) 100%);
}

.page_services button.btn.btn-success {
    height: 150px;
}

.page_services img {


    width: 20px !important;
}

button#backtotop {
    background-color: var(--color01);
    border: 0px;
    border-radius: 40px;
}

.page_services .col-md-4 {
    margin-bottom: 15px;
}

.page_services button.btn.btn-success {
    width: 100%;
    border: 0px;
}

.page_services button img {
    display: block;
    margin: auto;
    width: 55% !important;
    padding: 10px;
}

.page_services button {
    font-size: 10px;
}

/* NOVEDADES BIBLIOGRAFICAS */

#inlineFrameExample{
    display: flex;
justify-content: center;

}
.nav-splider{
    margin: 0 auto;
    padding: 0;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 20rem;
    height: 350px;
    
    border: none;
     overflow: hidden; 
}

iframe {
    margin: 0 auto;
    padding: 0;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 1200px;
    height: 350px;
    
    border: none;
     overflow: hidden; 
}

.contenedor {
    /* width: ; */
}

.splide__track {
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 10rem;
    height: 15rem;
}


.splide__slide img {
    object-fit: cover;
    width: 20%;
    height: 20%;
}
.view a:hover i.fa, .view button:hover i.fa, .actions a:hover i.fa, .actions button:hover i.fa, .toolbar a:hover i.fa, .toolbar button:hover i.fa, #action a:hover i.fa, #action button:hover i.fa {
    color: var(--color05);

}
.title h1{
    color: var(--color01);
    /* font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2rem; */
}
h1.title {
    color:var(--color01);
    font-size: 1.5rem;
}
body a{
    color: var(--color01)!important;

}
.navbar.navbar-expand ul li a{
    color: var(--blanco)!important;
} 
.action  input{
    background-color: var(--color01);
    border: 0px;
}
.menu-collapse li input{
    background-color: var(--color01);
    border: 0px;
}

.maincontent form input[type="submit"] {
    background-color: var(--color01);
    border: 0px;
}
.btn-primary:hover, .btn-primary:active {
    background-color: var(--color05);
    border-color: var(--color05);
    -webkit-box-shadow: 0 0 0 1px var(--color05);
    box-shadow: 0 0 0 1px var(--color05);
    color: #fff;
}
/* .splide__list li {
    width: 10rem;
    height: 15rem;
}
.splide__slide .img {

    object-fit: cover;
    width: 100%;
    height: 100%;

} */

#OpacMainUserBlock h1{
  justify-content: center;
  display: grid;
  color: #C00418 !important;
}

svg{
fill: white !important;
}

}

#OpacMainUserBlock h1{
  justify-content: center;
  display: grid;
  color: #C00418 !important;
}

svg{
fill: white !important;
}

/* Contenedor principal del nav */
nav.navbar.navbar-expand {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    position: relative;
}

/* El mensaje del carrito debe estar posicionado absolutamente */
#cartDetails.cart-message {
    position: absolute !important;
    top: 100% !important; /* Se posiciona justo debajo del ícono */
    left: 0 !important; /* Alineado a la izquierda */
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    white-space: nowrap;
    display: none; /* Se muestra solo cuando se hace clic */
}

/* Sección izquierda - Carrito y Listas */
ul#cart-list-nav {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    margin-right: auto !important; /* Esto empuja todo a la derecha */
    flex: 1;
}

/* Sección derecha - Ingresar e Historial */
ul#members {
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    margin-left: auto !important; /* Esto mantiene a la derecha */
    justify-content: flex-end;
}

/* Asegurar que los items se vean bien */
ul#cart-list-nav .nav-item,
ul#members .nav-item {
    
    align-items: center !important;
    white-space: nowrap;
}

ul#cart-list-nav .nav-link,
ul#members .nav-link {
    display: flex !important;
    align-items: center !important;
    padding: 0.5rem 0.8rem !important;
    color: #fff !important;
    font-size: 0.9rem;
}

ul#cart-list-nav i,
ul#members i {
    margin-right: 5px;
    color: #fff !important;
}

/* Ocultar divisores */
li.divider-vertical {
    display: none !important;
}

a.nav-link.logout.clearsh {
    display: none !important;
}

/* ========================================
   DROPDOWN DE LISTAS - CORRECCIÓN DEFINITIVA
   ======================================== */

/* Forzar colores en el dropdown */
.dropdown-menu {
    background-color: #ffffff !important;
    border: 1px solid #cccccc !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}

/* Todos los enlaces dentro del dropdown deben ser oscuros */
.dropdown-menu .dropdown-item,
.dropdown-menu a,
.dropdown-menu a.dropdown-item {
    color: #333333 !important; /* Texto oscuro */
    background-color: #ffffff !important; /* Fondo blanco */
}

/* Títulos en negrita */
.dropdown-menu .dropdown-item strong {
    color: var(--color01, #900) !important;
}

/* Hover - cambia el fondo a gris claro */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a.dropdown-item:hover,
.dropdown-menu a.dropdown-item:focus {
    background-color: #f0f0f0 !important; /* Gris claro */
    color: var(--color01, #900) !important;
    text-decoration: none !important;
}

/* Divisor */
.dropdown-menu .dropdown-divider {
    background-color: #dddddd !important;
    height: 1px !important;
}

/* ========================================
   MODAL DE LOGIN - CORREGIR VISIBILIDAD
   ======================================== */

/* Contenedor principal del modal */
.modal-content {
    background-color: #ffffff !important;
    border-radius: 8px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
}

/* Cabecera del modal */
.modal-header {
    background-color: var(--color01, #900) !important; /* Fondo rojo */
    color: #ffffff !important;
    padding: 15px 20px !important;
    border-bottom: none !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* Título del modal */
.modal-header .modal-title,
.modal-header h2.modal-title {
    color: #ffffff !important;
    font-size: 1.5rem !important;
    margin: 0 !important;
    font-weight: 600 !important;
}

/* Botón cerrar (X) */
.modal-header .closebtn {
    color: #ffffff !important;
    background: transparent !important;
    border: none !important;
    font-size: 2rem !important;
    line-height: 1 !important;
    opacity: 0.8 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    transition: opacity 0.2s ease !important;
}

.modal-header .closebtn:hover {
    opacity: 1 !important;
}

/* Asegurar que el span dentro del botón también sea blanco */
.modal-header .closebtn span {
    color: #ffffff !important;
}

/* Cuerpo del modal */
.modal-body {
    padding: 20px !important;
    background-color: #ffffff !important;
    color: #333333 !important;
}

/* Texto dentro del modal */
.modal-body p {
    color: #333333 !important;
}

/* Campos de formulario */
.modal-body input[type="text"],
.modal-body input[type="password"] {
    width: 100% !important;
    padding: 8px !important;
    margin: 5px 0 15px 0 !important;
    border: 1px solid #cccccc !important;
    border-radius: 4px !important;
    color: #333333 !important;
    background-color: #ffffff !important;
}

/* Labels */
.modal-body label {
    color: #333333 !important;
    font-weight: 600 !important;
    display: block !important;
    margin-bottom: 3px !important;
}

/* Botón de Ingresar */
.modal-body .btn-primary {
    background-color: var(--color01, #900) !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    width: 100% !important;
}

.modal-body .btn-primary:hover {
    background-color: #a00 !important; /* Rojo más claro */
}

/* Enlace "¿Olvidó su contraseña?" */
.modal-body .forgotpassword a {
    color: var(--color01, #900) !important;
    text-decoration: none !important;
    display: block !important;
    text-align: center !important;
    margin-top: 15px !important;
}

.modal-body .forgotpassword a:hover {
    text-decoration: underline !important;
}

/* Botón de Google */
.modal-body .btn-light {
    background-color: #f8f9fa !important;
    color: #333333 !important;
    border: 1px solid #dddddd !important;
    padding: 10px !important;
    border-radius: 4px !important;
    width: 100% !important;
    display: block !important;
    text-align: center !important;
}

.modal-body .btn-light i {
    color: #333333 !important;
    margin-right: 5px !important;
}

.modal-body .btn-light:hover {
    background-color: #e9ecef !important;
}

/* Línea divisoria */
.modal-body hr {
    border: none !important;
    border-top: 1px solid #dddddd !important;
    margin: 20px 0 !important;
}

/* VERSIÓN EXTREMA - FORZAR TODO */
.dropdown-menu,
.dropdown-menu *,
.dropdown-menu a,
.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-menu {
    background-color: #ffffff !important;
    color: #333333 !important;
}

.dropdown-menu strong {
    color: var(--color01, #900) !important;
}

.dropdown-menu a:hover,
.dropdown-menu .dropdown-item:hover {
    background-color: #f0f0f0 !important;
    color: var(--color01, #900) !important;
}

.sort_by label {
    display: none;
}
.pagination {
    margin: .5rem;
}

.main a {
    color: var(--color01);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color01);
    border-color: var(--color01);
}

#action li a {
    width: 100%;
    font-size: 1rem;
}