@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --fuente-titulos: 'Montserrat', sans-serif;
    --fuente-parrafos: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: var(--fuente-titulos);
}

p,
select,
input,
label,
option,
li,
legend {
    font-family: var(--fuente-parrafos) !important;
}

#logo {
    display: none;
}

.navbar {
    background-color: #fff;
    padding: 15px;

    .nav-link {
        color: #000;
    }

    .dropdown {
        color: #f39200;
    }
}

#opacheader {
    .logo-uninunez {
        padding: 30px;
        height: auto;
        max-width: 200px;
        max-height: 200px;
        /*filter: drop-shadow(1px 1px 4px #00304e);*/
    }
}

#wrapper {
    margin: 0;
    padding: 0;
    position: relative;
}

#header-region {
    position: relative;
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}

@media (min-width: 700px) {
    #header-region {
        height: 600px;
    }
}

#opacheader {

    .default_body {
        display: grid;
        align-items: center;
        justify-items: center;
        grid-template-columns: 1fr;
        padding: 20px 0;

        .titulo-header {
            padding-top: 30px;
            text-align: center;
            font-size: clamp(1rem, 4vw, 4rem);
            font-weight: 700;
            color: #f39200;
            text-shadow: 2px 2px 2px #363636;
        }

    }
}

@media (min-width: 768px) {
    #header-region {
        background-image: url(/opac-tmpl/bootstrap/images/imagenes/banner-prin.png);
    }


    #opacheader {
        padding: 40px 0;

        .default_body {
            grid-template-columns: 20% 1fr;

        }
    }
}




#opac-main-search {
    background-color: #fff;
    border-radius: 10px;

    #searchsubmit {
        background-color: #249a8c;
    }
}


#moresearches {
    margin: 10px 0;
    padding: 0 60px;

    li a {
        color: #249a8c;
        text-transform: uppercase;
        font-weight: 700;
    }
}


#OpacMainUserBlock {
    display: flex;
    flex-direction: column;

    .es-ES_item:nth-child(1) {
        order: 2;
    }

    .es-ES_item:nth-child(3) {
        order: 1;
        margin: 20px 0;
    }
}

/*Carusel*/
#inlibro-carrousel {
    width: 72vw;
    padding: 30px 0;

    .slider-title {
        h2 {
            color: #f39200;
            text-shadow: 1px 1px 2px #249a8c;
        }
    }

    .slider-title .images a {
        padding: 5px;
        box-shadow: 1px 0px 11px -1px rgba(0, 0, 0, 0.59);
        border-radius: 10px;
        justify-items: center;
        background-color: white;
    }

    .slider-title .images a .cloudcarousel {
        border-radius: 10px;

    }

    .slider-title .images a h3 {
        text-align: center;
    }



    .carrouselFrame {
        background-color: white !important;

        .carousel-control {
            border-radius: 5px !important;
            color: #14aa9f !important;
            border: solid 2px #14aa9f !important;
        }

        .carousel-control:hover {
            color: #fff !important;
            background-color: #f39200;
        }

        .carousel-caption {
            .title-text {
                color: #f39200;
            }
        }
    }
}

#inlibro-carrousel .slider-title img {
    max-height: 75px;
}

@media (min-width: 600px) {
    #inlibro-carrousel .slider-title img {
        max-height: 125px;
    }
}

@media (min-width: 1200px) {
    #inlibro-carrousel .slider-title img {
        max-height: 175px;
    }
}


#OpacNav {
    h2 {
        text-align: center;
        background-color: #f39200;
        text-transform: uppercase;
        padding: 10px;
        color: #fff;
        border-radius: 3px;
    }

    ul {
        padding: 0;

        li {
            list-style: none;
            font-size: 14px;
            margin: 5px;
            background-color: #14aa9f;
            border-radius: 5px;
            padding: 5px;
            color: #fff;
            transition: background-color 0.5s;

            a {
                color: #fff;
            }

            i {
                padding-right: 5px;
            }
        }

        li:hover {
            cursor: pointer;
            background-color: #249a8c;
        }
    }
}

/*iniciar sesion*/
#login {
    .local-login {
        input[type=text]:focus {
            box-shadow: 0px 0px 5px 1px #f39200;
        }

        input[type=password]:focus {
            box-shadow: 0px 0px 5px 1px #f39200;
        }
    }
}

.brief {
    legend {
        background-color: #f39200;
        text-align: center;
        border-radius: 5px;
        color: #fff;
    }
}

#OpacNavRight {
    margin: 20px 0;

    a {
        margin: 0 15px;
    }
}

.navbar {
    #members {
        .nav-item {
            background-color: #249a8c;
            border-radius: 10px;

            .login-link,
            i {
                color: #fff;
            }
        }

        .nav-item:hover {
            background-color: #f39200;
        }

        #loggedinuser-menu {
            p {
                a {
                    color: #000;
                }
            }
        }

        .search_history,
        .divider-vertical {
            display: none;
        }
    }
}

.btn-primary {
    background-color: #f39200;
    border: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #ca7a02 !important;
    border: solid 0 #ca7a02;
    box-shadow: none !important;
}

.main {
    background-color: #fdfcfd;
    background-image: url(/opac-tmpl/bootstrap/images/imagenes/banner-medio.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    #breadcrumbs {
        .breadcrumb {
            background-color: transparent;
        }
    }
}


/*QR Registros*/
.d-none {
    display: block !important;
}

/*Footer*/
#opaccredits {
    background-color: #249a8c;
    margin: 0;
    padding: 0;

    hr {
        color: #fff;
        margin: 10px;
    }

    .informacion-footer {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 25px;

        padding: 5px;

        .contacto {

            a {
                color: #fff;
                font-size: clamp(12px, 3vw, 18px);

                i {
                    margin-right: 10px;
                }
            }
        }

        .politicas {
            ul {
                padding: 0;
            }

            li {
                list-style: none;
                padding: 15px;

                a {
                    color: #fff;
                    font-size: clamp(12px, 3vw, 18px);
                }
            }

            li:nth-child(odd) {
                background-color: #14aa9f;
            }
        }

        .logos-u {
            p {
                color: #fff;
            }

            img {
                height: 80px;
            }
        }
    }

    @media (min-width: 1000px) {
        .informacion-footer {
            grid-template-columns: 28% 28% 28%;
            justify-content: center;
            padding: 50px;

            .logos-u {
                img {
                    height: 100px;
                }
            }
        }
    }

    .footer-bajo {
        display: grid;
        justify-content: center;
        justify-items: center;

        ul {
            display: flex;
            list-style: none;

            li {
                i {
                    height: auto;
                    width: 20px;
                    margin: 0 20px;
                    color: #fff;
                }

                img {
                    margin: 0 20px;
                    width: 16px;
                    height: auto;
                    filter: invert(100%)
                }
            }
        }

        p {
            text-align: center;
            color: #fff;
        }
    }

    @media (min-width: 600px) {
        .footer-bajo {
            display: flex;

        }
    }

    .infolink {
        height: 70px;

        .texto-copy {
            line-height: 1.2;

            p {
                font-size: 15px;
                margin: 0;
            }
        }

        a img {
            height: 70px;
            width: auto;
        }

    }


    .infolink {
        background-color: #d7d7d7;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 30px 0;

        .texto-copy {
            margin: 0 20px;
        }

        .texto-copy>p {
            color: #000;
            font-size: 15px;
        }

    }
}

#changelanguage {
    display: none;
}

#notloggedin,
#loggedin {
    .row {
        background-color: transparent;
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }
}

#news-branch-select,
#news-branch,
#news,
#login {
    display: none;
}

/*Iconos Informacion adicional*/
.contenedor {
    .tarjetasBD {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;

        .tarjetaBD {
            margin: 0 15px;
            padding: 15px;
            border-radius: 10px;
            width: 300px;
            box-shadow: 1px 0px 11px -1px rgba(0, 0, 0, 0.59);
            background-color: white;

            a {
                display: flex;
                flex-direction: row;
                gap: 15px;
                align-items: center;
                color: #249a8c;
                text-decoration: none;
                font-size: 20px;
                font-weight: 600;
                text-align: center;

                svg {
                    fill: #249a8c;
                }

                svg:last-child {
                    height: 20px;
                    width: 20px;
                }
            }

        }
    }
}

/*registros*/
.record {
    span {
        font-weight: 600;
    }
}

/*
Buscador
#wrapper .buscador {
    position: absolute;
  top: 350px;
    background-color: #fff;
    margin: 0 10%;
    width: 80%;
  border-radius: 10px;
  box-shadow: 1px 0px 11px -1px rgba(0, 0, 0, 0.59);
  padding-bottom:10px;
}
@media (min-width: 380px) {
  #wrapper .buscador {
    top:385px;
  }
}
@media (min-width: 700px) {
  #wrapper .buscador {
    top:420px;
  }
}

funcion javascript
  function agregarClase(){
  const firstC = document.querySelector('div#wrapper').children[1];
  firstC.classList.add('buscador');
}

agregarClase();
*/
