@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: #3c3c3b;

    .nav-link {
        color: #fff;
    }

    .dropdown {
        color: #f39200;
    }
}

#opacheader {
    .logo-uninunez {
        padding: 30px;
    }
}

#wrapper {
    margin: 0;
    padding: 0;
}

#header-region {
    position: relative;
    height: 400px;
}

#opac-main-search {
    background-color: #249a8c;
}

#moresearches {
    margin: 10px 0;
    padding: 0 60px;

    li a {
        color: #f39200;
        text-transform: uppercase;
    }
}

/*Carusel*/
#inlibro-carrousel .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;
    }
}

#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;
    }
}

.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;
}

#opaccredits {
    background-color: #249a8c;
    margin: 0;
    padding: 0;

    hr {
        color: #fff;
        margin: 10px;
    }

    .informacion-footer {
        display: grid;
        grid-template-columns: 28% 28% 28%;
        column-gap: 25px;
        justify-content: center;
        padding: 50px;

        .contacto a {
            color: #fff;

            i {
                margin-right: 10px;
            }
        }

        .politicas {
            ul {
                padding: 0;
            }

            li {
                list-style: none;
                padding: 15px;

                a {
                    color: #fff;
                }
            }

            li:nth-child(odd) {
                background-color: #14aa9f;
            }
        }

        .logos-u {
            p {
                color: #fff;
            }
        }
    }

    .footer-bajo {
        display: flex;
        justify-content: 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 {
            color: #fff;
        }
    }


    .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;
}
