@font-face {
    font-family: "Roboto Slab";
    src: url('../fonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
}

body {
    background-color: rgb(233, 240, 250);
    font-family: "Roboto Slab", var(--bs-font-sans-serif);
}

main {
    border-radius: 5px;
}

.titulo {
    border-left: 1.5px solid black;
    padding-left: 1rem;
}

a.navbar-brand {
    font-size: 1.2rem;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav {
    & #username::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
    }

    & .icono {
        font-size: 2.5rem;
        color: rgba(70, 70, 70, 0.65);
    }
}

a#navbarDropdown {
    font-size: 0.8rem;
}

.error {
    color: red;
    font-size: 0.8rem;
}

h1 {
    font-size: calc(1.375rem + 1vw);
    padding-bottom: 1rem;
    border-bottom: 1px solid lightgray;
}

h2 {
    font-size: calc(1.325rem + .5vw);
}

h3 {
    font-size: calc(1.3rem + .2vw);
}

h4 {
    font-size: 1.275rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

div.panel-busqueda {
    border-radius: 2rem;
    border: 2px solid cornflowerblue;
    border-top: 0.7rem solid cornflowerblue;
    padding: 1.5rem;
    font-size: 0.8rem;
}

span.estrellas {
    color: gold;
}