.version-escritorio{visibility:hidden}
.version-movil{visibility:hidden}
header{
    background-color: #0061A1;
}
body{
    font-family: verdana !important;
}
html, body {
    overflow-x: hidden;
}
.btn:hover{
    color:white;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.header-oculto{
    color:white;
    background-color: black;
    position:absolute !important;
    clip:rect(0.063em 0.063em 0.063em 0.063em); 
    clip:rect(0.063em,0.063em,0.063em,0.063em);
}

h1, h2, h3, h4, h5, h6, label {
    font-family: "verdana" !important;
    transition: 0.25s;
    font-size: "12px"!important;
}

h1{
    font-size:300%!important;
}
p{
    font-family:"verdana" !important; 
    font-size: 1em !important;
}
a{
    font-family: "verdana" !important;
    font-size: 1em !important;
}
.navbar-uct{
    background-color: #0061A1;
}
.vinculoWCAG {
    color:#0070e0;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}

.container-fluid {
    padding-right:0;
    padding-left:0;
    margin-right:auto;
    margin-left:auto;
 }
 .imgLogo{
    width: 325px;
 }
 .labelKintun{
    color:white;
    display:block;
    font-size:x-large
 }
.close{
    color:#856404;
    opacity: 1;
}

.kintunSearchBar {
    position:absolute;
    z-index:9999;
    top:35%;
    left:15%;
    right:auto;
    bottom:auto;
    background-color: #0061A1;
    width: 70%;
    border-top-right-radius:15px;
    border-top-left-radius:15px;
    border-bottom-right-radius:15px;
    border-bottom-left-radius:15px;
    height: 170px;
}
.carousel-item-kintun img {
    object-fit: cover;
    width: 100%;
    height: 80vh;
    min-height: 550px;
}
@keyframes zoomOut {
    0% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .carousel-item-kintun.active img {
    animation: zoomOut 5s ease-in-out;
    transform-origin: top left;
  }
  

.menuBaseDatos {
    max-height: 100px;
    overflow-y: auto;
}
.selectKintun {
    width:235px;
}
.dropdown {
    z-index:10000000;
}
.noDecoration{
    text-decoration: none!important;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #FFC20E;
    color: black;
    text-decoration-line: underline;
    height: 100px;
    display: flex; justify-content: center; align-items: center;
}
.nav-link.active h4{
    color:black;
}
.my-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.my-button.active{
    h2{color:black}
}

.my-button h2 {
    margin: 0;
}

.nav-pills .nav-link:not(.active) {
    background-color: #2a5069;
    color: white;
    height: 100px;
    display: flex; justify-content: center; align-items: center;
}

.nav-pillsMovil{
    height: 50px !important;;
}

.tab-pane{
    height: 450px;
    background-color: #daf0ff00;
}

.pill-img{
    -webkit-mask-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
    mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
    height: 100%;
    position:absolute;
}

.pill-row{
    height: 100%;
}
.pill-tab{
    height: 100px;
}
.noticiasEventos{
    background-color: #fcd164;
    height: 550px;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.noticiasEventos-titulo{
    background-color: #292929;
    height:100px;
    color: white;
    justify-content: center;
}
.noticiasEventos-h2{
    color:white;
}
.card{
    height:100%;
    background-color:#2a5069;
}
.noticiasEventos-contenido{
    height: 550px;
}
.link-card{
    color: white;
    font-weight:bold;
}
.link-card:hover{
    color: white;
    font-weight:bold;
}
.iconoContenedor{
    font-size: 100%;
    display: flex;
    flex-direction: column;
    color: #0061A1;
    font-weight: bold;
    height: 25vh;
    width: 15vw;
    max-height: 200px;
    max-width: 200px;
    background-color: #f1f1f1; 
    border-radius: 25px;
    justify-content: center;
    text-decoration: none!important;
    i{transition: transform 0.25s;};
    transition: background-color 0.25s ease;
}
.iconoContenedorBienvenida{
    font-size: 100%;
    display: flex;
    flex-direction: column;
    color: #0061A1;
    font-weight: bold;
    height: 100%;
    width: 100%;
    border-color: #f1f1f1;
    border-radius: 15px;
    justify-content: center;
    text-decoration: none!important;
    transition: background-color 0.25s ease;
    background-color:rgba(0, 0, 0, 0.5);
    i{transition: transform 0.25s;};
    h2{color:#f1f1f1!important}
}

.bibliotecaAngosto{
    display: none;
}

.texth2servicio{
    font-size:large;
}

.iconoContenedor:hover, .iconoContenedor:focus {
    background-color: #ffd24d;
    transition: background-color 0.25s ease;
    i{transition: transform 0.25s;transform: scale(1.1);}
}

.iconoContenedorBienvenida:hover, .iconoContenedorBienvenida:focus {
    transition: background-color 0.25s ease;
    background-color:#ffd24d;
    i{transition: transform 0.25s;transform: scale(1.1);color:black!important};
    h2{transition: transform 0.25s;color:black!important}
}

.iconoContenedorMovil{
    font-size: 80%;
    display: flex;
    flex-direction: column;
    color: #0061A1;
    font-weight: bold;
    height: 15vh;
    width: 35vw;
    max-height: 200px;
    max-width: 200px;
    background-color: #f1f1f1; 
    border-radius: 25px;
    justify-content: center;
    justify-content: center;
    text-decoration: none!important;
    transition: background-color 0.25s ease;
}
.iconoContenedorMovil:hover {
    background-color: #ffd24d;
    transition: background-color 0.25s ease;
}
.iconoContenedorMovil i,p,.col{
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
}
.contenedorIconosMovil{
    height: 500px;
    background-color: #0061A1;
}
.linkIcono{
    text-decoration: none!important;
    color:#0061A1;
    font-size:14px;
    font-weight: bold;
    margin-top: 20px;
}

.iconoTexto{
    font-size: 2vh!important;
}
.iconoTextoMovil{
    font-size: 1.3vh!important;
}

.icono{
    font-size: 300%;
}

.rejillaIconos{
    position: absolute;
    top: 10%;
    left:10%;
}
.nav-pills .nav-link:not(.active) h2 {
    color:white;
}

.parallax h4{
    color: white;
    text-decoration-color: white;
}
.nav-link h5{
    color:white;
}

.list-group-mine .list-group-item {
    background-color: #00000001;
    border-left-color: #ffffff00;
    border-right-color: #ffffff00;
    border-bottom-color: white;
    border-top-color: white;
    transition: background-color 0.25s ease, border-left-color 0.25s ease, border-right-color 0.25s ease;
  }
.list-group-item:hover h4 {
    color: black;
    transition:color 0.25s ease;
}
.list-group-item:hover h5 {
    color: black;
}
.list-group-mine .list-group-item:hover {
    background-color: #ffd24d;
    border-left-color: #ffd24d;
    border-right-color: #ffd24d;
    transition: background-color 0.25s ease,border-left-color 0.25s ease,border-right-color 0.25s ease;
}
.botonKintun{
    background-color: #2a5069;
    border-color: #2a5069;
    font-weight: bold;
}
.botonKintun:hover{
    background-color: #003152;
    border-color: #003152;
    font-weight: bold;
}

.botonIA{
    background-color: #5f2f7a;
    border-color: #5f2f7a;
    font-weight: bold;
}
.botonIA:hover{
    background-color: #2e183a;
    border-color: #2e183a;
    font-weight: bold;
}

.navbarBasesdeDatos{
    max-height: 350px;
    overflow-y: auto;
    width: 300px;
}

.imagenNoticiaEvento{
    width: 100%;
    height: 70%;
    object-fit: cover;
}

.textoNoticia{
    width: 100%;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
}
.textoEvento{
    font-size: small !important;
    width: 100%;
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
}

.card-footer{
    height: 100px;
    font-size: smaller;
    text-overflow: ellipsis;
    padding: 5%;
    overflow: hidden
}
.fechaEvento{
    height: 200px;
    width: 200px;
    background-color: #0061A1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 50%;
    margin-top: 25px;
}
.h1Evento{
    font-weight: bold;
    color:white;
    text-align: center;
}
.cartaEvento{
    justify-content: center;
    border-radius: 3%;
}
.disflex{
    display: flex;
}
#padre{
    position:relative;
}
  
#uno {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bibliotecas{
    background-color: #fcd164;
    height: 550px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
}
.imagenesBiblioteca{
    flex: 1;
    width: 25%;
    max-width: 25%;
}
.bibliotecaTitulo{
    height: 20%;
}
.bibliotecaTitulo h4{
    color: white;
    text-align: center;
}
.bibliotecaDescripcion p{
    color: white;
    text-align: left;
}
.bibliotecaImagen{
    height: 80%;
    object-fit: cover;
}
.infoHorario{
    background-color: #d3e4ff;
    width: 50%;
}
.infoContacto{
    background-color: #fffcd3;
    width: 50%;
}
.infoAreas{
    background-color: #dbd3ff;
    width: 50%;
}
.infoBibliotecologo{
    background-color: #ffe3d3;
    width: 50%;
}

.carruselEspacioBiblioteca img{
    height: 50vh;
    object-fit: cover;
}
.card{
    border:0;
}

.flip_container {
    width: 100%;
    cursor: pointer;
    background: rgba(0,0,0,0)!important;
  }
  .flip_container:hover .flip {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .flip {
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
  }
  .flip_front,
  .flip_back {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .flip_front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .flip_back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

.calendarioEventos{
    justify-content: center;
    align-items: center;
}

.cld-main{
    width: 100%;
}
.cld-main a{
    color: #0061A1;
}
.cld-main svg{
    fill: #0061A1;
}
.cld-datetime{
    position: relative;
    width: 66%;
    min-width: 100px;
    max-width: 300px;
    margin: auto;
    overflow: hidden;
}
.cld-datetime .today{
    position: relative;
    float: left;
    width: calc(100% - 40px);
    margin: auto;
    text-align: center;
    background-color: #2a5069;
    color: white;
}
.cld-nav{
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}
.cld-nav:hover{
    cursor: pointer;
}
.cld-nav:hover svg{
    fill: #0061A1;
}
.cld-rwd{
    float: left;
}
.cld-fwd{
    float: right;
}
.cld-labels, .cld-days{
    padding-left: 0;
}
.cld-label, .cld-day{
    box-sizing: border-box;
    display: inline-block;
    width: 14.28%;
    text-align: center;
    background-color: #2a5069;
    color:white;
}
.cld-day{
    border: 1px solid #eeeeee;
}
.cld-day.today .cld-number{
    font-weight: bold;
    background-color: #0061A1;
}
.cld-day.disableDay{
    opacity: 0.25;
}
.cld-number{
    position: relative;
    margin: 0;
    padding: 12px;
}
.cld-title{
    position: absolute;
    z-index: 5;
    display: none;
    top: 35px;
    left: 0;
    padding: 5px 10px;
    background: #fff;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
}
.cld-number:hover .cld-title{
    display: block;
}
.cld-title::before{
    content: '';
    position: absolute;
    top: -7.5px; left: 10px;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 7.5px solid #ccc;
}
.cld-number.eventday{
    font-weight: bold;
    color:white;
    background-color: #c55172;
}
.cld-number.eventday:hover{
    cursor: pointer;
    background: #eee;
    color:black;
}
.today .cld-number.eventday:hover{
    background: #0061A1;
}

.parallax {
  /* The image used */
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../img/fondoParallax.jpg");

  /* Full height */
  height: 100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 15% center;
  background-repeat: no-repeat;
  background-size: cover;
  perspective: 5px;
}

.section3d
{
  transform-style: preserve-3d;
  position: relative;
  align-items: center;
  justify-content: center;
}

section h1
{
  text-align: center;
  font-size: 4rem;
  font-family: sans-serif;
}

.no-parallax 
{
  z-index: 0;
}




@media screen and (min-width: 768px) 
{
  section h1 
  {
    font-size: 8rem;
  }
  
  .parallax h1 
  {
    font-size: 4rem;
  }
}

.encima{
    z-index: 99999999;
}

.fotoEquipo{
    background-image: url("../img/equipo/fotoEquipoBiblioteca.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 30vw;
}
.fotoEquipoMovil{
    background-image: url("../img/equipo/fotoEquipoBiblioteca.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 50vw;
}
.tituloAzul{
    background-color: #0061A1;
    min-height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.tituloAzul h1{
    color:white;
    margin: 0 auto;
}
.tituloAzul h2{
    color:white;
    margin: 0 auto;
}
.fotoBiblioteca{
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
    height: 35vw;
}
.fotoBibliotecaMovil{
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
    height: 75vw;
}
.fotoServicio{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 25vw;
}
.fotoServicio25{
    background-size: cover;
    background-position: center 25%;
    background-repeat: no-repeat;
    height: 25vw;
}
.list-group-item{
    background-color: #007acc;
    color:white;
}
.menuBibliotecas a:hover{
    background-color:#005b97;
    color:white;
}
  
.botonDesplegable.active{
    background-color: #025e9b!important;
    border: #005b97;
    color:white;
}

.iconoBiblioteca{
    color: #005b97;
    font-size:35px;
}
.tituloIcono{
    font-size: 50%!important;
    color:#0061A1;
    text-decoration: none;
    color: inherit;
    margin:0 0 0 0;
    font-weight: bold;
}

.presentacionBibloteca {
    margin:3%;
    height: 200px;
    width:15vw;
}
.presentacionBibloteca img{
    height: 100px;
    width: 15vw;
    object-fit: cover;
    height: 200px;
}
.presentacionBiblotecaMovil {
    margin-top:3%;
    margin-bottom:3%;
    border-radius: 125px;
    height: 12vh;
    width: 100%;
}
.presentacionBiblotecaMovil img{
    height: 12vh;
    width:100%;
    object-fit: cover;
    border-radius: 15px;
}
.contenedorBienvenida a,.contenedorBienvenida a:hover{
    color:white;
}
.contenedorBienvenida h2{
    color:white;
}
.tituloBiblioteca{
    padding:0px;
    background-color: #1b7bbb;
    border-radius: 3px!important;
    button{color:white;text-decoration: none;}
}
.bienvenidaDescripcionHorario{
    font-size: smaller;
    padding:0;
    background-color: #003152;
    border-radius: 3px!important;
}
.carruselBiblioteca{
    height:150px;
    width:100%;
}
/* Hacer que el menú desplegable se muestre al pasar el mouse */
.contenedorBienvenida .dropdown:hover .dropdown-menu {
    display: block !important;
    background-color: #003152;
    color:white;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: small;
}
.botonServicio h3{
    color:white;
    transition: color 0.25 ease;
}
.submenuAncho {
    margin: 15px;
}
.vinculoServicio h3{
    color:white!important;
}
.botonServicio:hover,.vinculoServicio:hover{
    h3{color:black!important;}
}
.botonServicio:hover{
    background-color: #ffd24d!important;
    color:black!important;
}
.botonServicio.active{
    background-color: #ffd24d!important;
    h3{color:black;}
}
.list-group-item:hover{
    background-color:#00406b;
    a{color:white;}
}
.list-group-item.active{
    background-color:#005085;
    a{color:white;}
}
.contenedorBienvenida .navbar-nav {
    margin-top: 0;
}
.contenedorBienvenida .navbar-nav:hover {
    background-color: #0061A1;
}

.carouselBienvenida-item {
    width: 100%;
    max-height: 100px;
    min-height: 300px;
}
.imagenBiblioteca{
    height: 100%;
    width: auto;
    object-fit: cover;
}

.carouselBienvenida {
    .carousel-inner > .carousel-item {
        max-height: 350px;
    }
}
.bienvenidaAltura{
    height:400px;
}

.infoImagen{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.infoImagenMovil{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    border-radius: 15px;
    h3{height:100%;display:flex;align-items: center;color:white}
}
.carousel-caption {
    background: rgba(252, 209, 100, 0.9);
    color:black;
    top: 0px;
    height: 15%;
    line-height: 110%;
    width: 100%;
    left:0px;
    font-size: 5vw;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

.carousel-caption h5{
    color:#003152;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousel-caption a{
    text-decoration:none!important;
}
.carousel-indicators li {
    border-bottom:0;
}
.carousel-caption h5 {
    font-size: 1vw;
}


.alert{
    margin-bottom: 0;
}

.formulario{
    width:75%;
    background-color: #ececec;
    color: black;
    h1,h2,h3,h4,h5,h6{color:black;};
}
@media (max-width: 767px) {
  .formulario {
    width:100%;
  }
}
.botonFormulario {
    background-color: #FBC115;
    color: black;
    border-color: #FBC115;
    width:50%;
}
.botonFormulario:hover {
    background-color: #fcd164;
    color: black;
    border-color: #fcd164;
    width:50%;
}


.botonDesplegable{
    background-color: #005b97;
    color: white;
    border-radius: 5px;
    border-color: #ffffff;
    width:100%;
    height: 75px;
    display:flex;
    align-items: center;
    justify-content: left;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0 0 0 0 !important;
    text-align: left;
}
.rotate-icon {
    transition: transform 0.25s ease; /* Agrega una transición suave */
}
.botonDesplegable.active .rotate-icon {
    transform: scaleY(-1); /* Rota el ícono 180 grados cuando el botón está activo */
}
.btn-block.active .rotate-icon{
    transform: scaleY(-1); /* Rota el ícono 180 grados cuando el botón está activo */
}

.botonDesplegable:hover{
    background-color: #005b97;
    color: white;
    border-color: #005b97;
}
.botonDesplegable:focus{
    background-color: #005b97;
    color: white;
    border-color: #005b97;
}
.colapseDesplegableBoton{
    color:white;
}
.respuestaDesplegable{
    height: 100%;
    margin: 10px;
    a{color:#86c4fe;};
    a:hover{color:white;};
    h2{color:white;};
}
.invisible-dot {
    visibility: hidden;
}

.contenedorKintun{
    height: 80vh;
    min-height: 550px;
}
.contenedorBienvenida{
    height: 80vh;
    min-height: 550px;
    width:100%;
    background-color: #0061A1;
    color: white;
    background-image: url("../img/fondoAraucarias.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.contenedorBienvenidaMovil{
    height: 80vh;
    min-height: 550px;
    background-color: #0061A1;
    color: white;
    background-image: url("../img/fondoAraucarias.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.contenedorParallax{
    height: 80vh;
    min-height: 550px;
}
.contenedorIconos{
    height: 80vh;
    min-height: 550px;
    background-color: #0061A1;
}

.servicioCollapse{
    flex-basis:0%;
    flex-grow:0;
}
.submenuOpcion h4{
    color:white;
    text-align: center;
    margin: 7px;
}
.submenuOpcion{
    padding:0;
}
.btn-bienvenida {
    background-color: #003152;
    color: white;
    height:12%;
}
.btn-bienvenida:hover,.btn-bienvenida:focus{
    background-color: #fcd164!important;
    color: black!important;
}

.botonBienvenida.active .rotate-icon {
    transform: scaleY(-1);
}
.botonServicio.active .rotate-icon {
    transform: scaleX(-1);
}
.botonDesplegable.active .rotate-icon {
    transform: scaleY(-1);
}
.noticia{
    color: #2a5069;
    a{color:#2a5069}
    a:hover{color:#0061A1}
}
.imagenNoticia{
    width: 100%;
    max-width: 30vh;
}
.btn-noticia-principal{
    background-color: #fcd164;
    color:black;
    border-radius: 0;
}
.btn-noticia-principal:hover{
    background-color: #ffe194;
    color:black;
}
.btn-noticia-secundario{
    background-color: #2a5069;
    color:white;
    border-radius: 0;
}
.btn-noticia-secundario:hover{
    background-color: #3f5e72;
}
.btn-uctLargo{
    width: 100%;
    background-color: #0061A1;
    color:white;
}
.btn-uctLargo:hover{
    background-color: #FBC115;
    color:black!important;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.25s; /* Cambia el valor según tus preferencias */
    transition-timing-function: ease;
    color:white!important;
}
.noneDecoration {
    text-decoration:none;
}
.titulo_informacionales{
    height: 50px;
}
.iconoMovil{
    font-size:xx-large;
}

.footer{
    background-color: #313131;
    color:white;
    a,h1,h2,h3,h4,h5{color:white}
}
.whiteText{
    color:white ;
}
.destacadoFooter{
    color:#FBC115;
}
.linkWhite:hover{
    color:white;
}




#buscador{
    position: relative;
}
.aviso{
    position: absolute;
    z-index: 99999;
    top: 25px;
    width: 80%;
    .alert{
        margin: 10px;
    }
}
.alertaLarga{
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    overflow: hidden; /* Oculta el contenido que desborda */
    span {
        display: inline-block; /* Hace que el texto sea un bloque en línea */
        animation: marquee 20s linear infinite; /* Aplica la animación de desplazamiento */
    }
    
}
@keyframes marquee {
    0% {
        transform: translateX(50%); /* Comienza desde la derecha */
    }
    100% {
        transform: translateX(-100%); /* Termina en la izquierda */
    }
}
.dropdownNavbar{
    margin-top: 8px;
}
.chat-tawk-container {
    position: sticky;
    bottom: 20px; /* Ajusta según tus necesidades */
    /* Otras propiedades específicas para el chat */
  }

  .displayMensaje{
    p{margin:0}
  }
  .tawk-chat-widget {
    position: fixed!important; /* Para mantenerlo fijo en la pantalla */
    top: 50px!important; /* Ajusta la distancia desde la parte inferior */
    right: 50px!important; /* Ajusta la distancia desde la derecha */
    z-index: 9999!important; /* Asegura que esté por encima de otros elementos */
}

.aumentar-tamano {
    transform: scale(1.2); /* Ajusta el valor de escala según tus necesidades */
}
.disminuir-tamano {
    transform: scale(0.7); /* Ajusta el valor de escala según tus necesidades */
}




@media (max-width: 768px) {
    .memoria-araucana-libro {
        height: auto;
        width: 90vw;
    }
}
.oculto {
    display: none;
}
.no-visible{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    border: 0;
    clip: rect(0, 0, 0, 0);
}
.flip-card {
    background-color: transparent;
    perspective: 1000px;
    padding: 20px;
    width: 85%;
}
.flip-card-inner {
    position: relative;
    height: 50vh;
    width: 100%;
    text-align: center;
    transition: transform 0.25s;
    transform-style: preserve-3d;
    border-radius: 15px;
    
}
.flip-card-front, .flip-card-back {
    position: absolute;
    height: 50vh;
    width: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #2a5069!important;
    border-radius: 15px;
    img{border-radius: 15px;}
}
.flip-card-front {
    background-color: #fff;
    color: black;
    border-radius: 15px;
}
.flip-card-back {
    background-color: #bbb;
    color: white;
    transform: rotateY(180deg);
    border-radius: 15px;
}

.flip-card-inner.flipped {
    transform: rotateY(180deg);
}

.botonLibro:hover{
    background-color: #fcd164!important;
    border-color: #fcd164!important;
    color:black;
}

.redondearBordes {
    border-radius: 15px;
}

.elementoContraste1,.elementoContraste2{
    transition: 0.25s;
    img {
        transition: 0.25s;
    };
    .list-group-item{
        transition: 0.25s;
    }
    .navbar{
        transition: 0.25s;
    }
    .footer{
        transition:0.25s;
    }
}
.modoContraste1,.modoContraste1:hover,.modoContraste1:focus {
    background-color: black!important;
    color: white!important;
    border-color: white!important;
    background-image: none;
    transition: 0.25s;
    i,h1,h2,h3,h4,label{color:white!important};
    .imgContraste {
        opacity: 0.3;
        transition: 0.25s;
    }
    .navbar{
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        background-color: black!important;
        transition: 0.25s;
    }
    .footer{
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        background-color: black!important;
        transition: 0.25s;
    }
    .iconoContenedorMovil{
        border-style: solid;
        border-width: 2px;
        border-color: white;
        transition: 0.25s;
    }
    .iconoContenedor{
        border-style: solid;
        border-width: 2px;
        border-color: white;
        transition: 0.25s;
    }
    .iconoContenedorBienvenida{
        border-style: solid;
        border-width: 2px;
        border-color: white;
        transition: 0.25s;
    }
    .list-group-item.active{
        background-color: white!important;
        color:black!important;
        transition: 0.25s;
    }
    .list-group-item{
        background-color: black!important;
        color:white!important;
        transition: 0.25s;
    }
    .kintunSearchBar{
        background-color: black!important;
        color:white!important;
        border-style: solid;
        border-width: 2px;
        border-color: white;
        transition: 0.25s;
    }
    .contenedorBienvenida{
        background-image: none;
        background-color: black!important;
        color:white!important;
        border-top: 2px solid white;
        border-bottom: 2px solid white;
        transition: 0.25s;
    }
    #pills-estudiantes-tab{
        border-bottom: 2px solid white;
    }
    #pills-docentes-tab{
        border-bottom: 2px solid white;
    }
    #pills-investigadores-tab{
        border-bottom: 2px solid white;
    }
    #pills-funcionarios-tab{
        border-bottom: 2px solid white;
    }
    .contenedorIconos{
        background-color: black!important;
        color:white!important;
        border-top: 2px solid white;
        transition: 0.25s;
    }
}
.modoContraste1.active {
    background-color: white!important;
    color:black!important;
    i,h1,h2,h3,h4,label{color:black!important};
}
.modoContraste2,.modoContraste2:hover,.modoContraste2:focus {
    background-color: white!important;
    color: black!important;
    border-color: black!important;
    background-image: none;
    transition: 0.25s;
    i,h1,h2,h3,h4,label{color:black!important};
    .imgContraste {
        opacity: 0.3;
        transition: 0.25s;
    };
    .infoImagenMovil h3{
        color:white!important;
        transition: 0.25s;
    }
}
.modoContraste2.active {
    background-color: black!important;
    color:white!important;
    i,h1,h2,h3,h4,label{color:white!important};
}
.modoContrasteImgFondo::after
{
  background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url("../img/fondoParallax.jpg")!important;
}

.elementoContrasteImagen{
    transition: 0.25s;
}
.modoContrasteImagen{
    transition: 0.25s;
    opacity: 0.3;
}

.carruselMemoriaAraucana{
    img{
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 25vw;
        width: 100%;
        object-fit: cover!important;
    }
}
.libroMemoriaAraucana{
    background-color: #2a5069;
    color:white;
    border-radius: 2%;
    img{border-radius: 2%;};
    h5{color:white;};
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
}
#tawkchat-container {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    z-index: 9999 !important;
}
.memoriaTexto{
    a{color: white!important;}
}
.tarjetaTaller{
    color: black!important;
}

.bandaTexto {
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.9rem;
    font-weight: bold;
}

.cartaSombra{
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.75);
}
.cartaSombra:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
}

/* Animación de zoom inverso */
@keyframes zoomInOut {
    0% {
        transform: scale(1.2); /* Comienza con un zoom más grande */
    }
    100% {
        transform: scale(1); /* Termina en el tamaño normal */
    }
}

/* Aplica la animación solo a las imágenes del carrusel con clase zoom-carrusel */
.zoom-carrusel .carousel-item img {
    animation: zoomInOut 5s ease-in-out; /* Duración de 5 segundos */
    transform-origin: center center; /* El zoom ocurre desde el centro */
}
.h7 {
    font-size: 0.75rem;
    font-weight: normal;
    display: inline-block;
    transform: scale(0.7);
    transform-origin: left;
}

.bg-mini-bibliotecaja {
    position: relative;
    background: url('../img/minibibja.png') right center no-repeat;
    background-size: cover;
    min-height: 100px;
}
.bg-mini-bibliotecader {
    position: relative;
    background: url('../img/minibibder.png') right center no-repeat;
    background-size: cover;
    min-height: 100px;
}
.bg-mini-bibliotecasjpii {
    position: relative;
    background: url('../img/minibibsjpii.png') right center no-repeat;
    background-size: cover;
    min-height: 100px;
}
.bg-mini-bibliotecaarq {
    position: relative;
    background: url('../img/minibibarq.png') right center no-repeat;
    background-size: cover;
    min-height: 100px;
}



.top-menu {
    background-color: #0088cc;
    color: white;
    width: 100%;
    font-family: sans-serif!important;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}
.menu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.menu-toggle {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.menu-items,
.social-icons {
    list-style: none;
    display: flex;
    margin: 0;
}

.social-icons li {
    margin-right: 15px;
    position: relative;
}
.menu-items li:not(:last-child)::after {
    position: absolute;
    right: -10px;
    color: #ffffff;
}
.menu-items a,
.social-icons a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}
.menu-items a:hover,
.social-icons a:hover {
    color: #d3eaff;
}
/* Responsive */
@media (max-width: 768px) {
.social-icons {
    display: none !important;
}
.menu-toggle {
    display: block;
}
.menu-items {
    width: 100%;
    margin-top: 10px;

}
.menu-items.active {
    display: flex;
}
.menu-items li {
    margin: 8px 0;
}
.menu-items li::after {
    content: "";
    }
    .social-icons {
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    }
}

.nav-separator {
    height: 14px; /* Ajusta la altura */
    align-self: center;
    margin: 0 8px;
    padding: 0;
    list-style: none;
    opacity: 0.3;
}


.barra-scroll-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  width: 100%;
}

.barra-scroll-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari, etc. */
}

.barra-scroll-wrapper > ul {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: nowrap;
}


#tawkchat-container {
  bottom: 200px !important;
}

.imagen-redonda {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #333;
}


/* Contenedor del menú: padding y sombra como Bootstrap */
.dropdowncustom .dropdown-menu {
  padding: .5rem 0;
  min-width: 14rem; /* opcional: ajusta al ancho del de Servicios */
  border-radius: .25rem;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
  border: 1px solid rgba(0,0,0,.15);
}

/* Lista limpia (ya tienes algo similar, refuerzo sin romper) */
.dropdowncustom .dropdown-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Ítems tipo .dropdown-item de Bootstrap */
.dropdowncustom .dropdown-menu ul li a {
  display: block;
  padding: .25rem 1rem;   /* igual que .dropdown-item */
  color: #212529;         /* texto Bootstrap */
  text-decoration: none;
  line-height: 1.5;
  border-radius: 0;       /* evitar esquinas redondeadas en el ítem */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
}

/* Hover/focus al estilo Bootstrap */
.dropdowncustom .dropdown-menu ul li a:hover,
.dropdowncustom .dropdown-menu ul li a:focus {
  color: #16181b;
  background-color: #e0e0e0; /* gris Bootstrap */
}

/* Estado activo (por si LibApps marca alguno) */
.dropdowncustom .dropdown-menu ul li a:active,
.dropdowncustom .dropdown-menu ul li.active > a {
  background-color: #e0e0e0;
  color: #16181b;
}

/* Opcional: línea divisoria sutil entre ítems (comenta si no te gusta) */
.dropdowncustom .dropdown-menu ul li + li a {
  border-top: 1px solid rgba(0,0,0,.03);
}

/* Mantén tus ocultaciones (refuerzo; no cambia comportamiento) */
.dropdowncustom .dropdown-menu ul li .s-lg-icons,
.dropdowncustom .s-lg-az-result-badge-featured,
.dropdowncustom .dropdown-menu span {
  display: none !important;
}

@media (max-width: 768px) {
  .kintunSearchBar .input-group-append {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100%;
  }
  .kintunSearchBar .input-group-append .d-flex,
  .kintunSearchBar .input-group-append button,
  .kintunSearchBar .input-group-append .btn {
    width: 100% !important;
  }
}