@font-face {
    font-family: 'Ubuntu';
    src: url('/static/fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/static/fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/static/fonts/Comfortaa-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Comfortaa';
    src: url('/static/fonts/Comfortaa-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
    /* margin-right: calc(-1 * (100vw - 100%)); */
}

body {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1rem;
}

body.page-loaded {
    opacity: 1;
}

a {
    /*color: var(--bs-success-text-emphasis);*/
    text-decoration: none;
}

/*li {
    display: inline-block;
}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Comfortaa', sans-serif;
}

h1, .h1{
    font-size: 2.6rem;
}

h2, h2 {
    font-size: 2.4rem;
}

h3, h3 {
    font-size: 2rem;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.1rem;
}

h6, .h6 {
    font-size: 0.8rem;
}

section {
    scroll-margin-top: 66px;
}

#scroll-up {
    opacity: 0;
    transition: opacity 1.5s ease;
    pointer-events: none;
    position: fixed;
    bottom: 100px;
    right: 100px;
    z-index: 1000;
}

#scroll-up.visible {
    opacity: 0.5;
    pointer-events: auto;
}

#list-menu {
    top: 65px;
}

[id^="anchor-lit-"] {
    scroll-margin-top: 150px;
}

@media (max-width: 991.98px) {
    #list-menu {
        top: 115px;
    }
}

@media (max-width: 767.98px) {
    body {
        font-size: 1rem;
    }

    h1, .h1{
        font-size: 2rem;
    }
    
    h2, h2 {
        font-size: 1.8rem;
    }
    
    h3, h3 {
        font-size: 1.5rem;
    }
    
    h4, .h4 {
        font-size: 1.1rem;
    }
    
    h5, .h5 {
        font-size: 0.8rem;
    }
    
    h6, .h6 {
        font-size: 0.6rem;
    }

    #scroll-up {
        bottom: 50px;
        right: 20px;
    }

    #list-menu {
        top: 110px;
    }

    .anch {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 575.98px) {
    .fs-2 {
        font-size: 1.25rem !important;
    }
}

@media (min-width: 576px) {
    .info {
        min-width: 350px;
    }
}

.carousel-control-prev, .carousel-control-next{
    background-color: #e1e1e1;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 5px;
}

.carousel-inner-document {
    display: flex;
}

.carousel-item-document {
    margin-right: 0;
    flex: 0 0 45%;
    display: block;
}

.list-group-item-action {
    cursor: pointer;
}

.bi {
    fill: currentColor;
}

/* .navbar {
    --bs-navbar-brand-margin-end: 0;
} */

.errorlist {
    padding: 0 !important;
    margin: 0 !important;
}

.errorlist > li{
    display: block;
}

.pr-logo {
    font-family: 'Comfortaa';
    font-size: 2rem;
}

.pr-btn-warning:hover {
    color: var(--bs-yellow);
}

.pr-btn-success:hover {
    color: var(--bs-green);
}

.attribute {
    height: 15vw;
    max-height: 128px;
    min-height: 96px;
}

.uniform-table th:nth-child(1),
.uniform-table td:nth-child(1) {
    width: 30%;
}

.uniform-table th:nth-child(2),
.uniform-table td:nth-child(2) {
    width: 70%;
}
