body, html {
    height: 100%;
    margin: 0;
    background-color: #141414;
    color: #fff;
    font-size: 16px;
    font-family: Roboto, Helvetica, sans-serif;
}

a, h1, h2, h3, h4, h5, h6 {
    color: #fff;
}
:root {
    --animate-delay: 1.5s;
}

.animate__animated.animate__delay_my1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.animate__animated.animate__delay_my2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.animate__animated.animate__delay_my3 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.animate__animated.animate__delay_my4 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.animate__animated.animate__delay_my5 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.animate__animated.animate__delay_my6 {
    -webkit-animation-delay: 1.1s;
    animation-delay:1.1s;
}

.logonav {
    padding-top: 25px;
    z-index: 22;
}


a:hover {
    color: #fff;
}

#navbar {
    z-index: 10000;
    position: fixed;
    top: 0px;
    width: 100%;
}

.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 200ms linear;
}

nav span {
    color: #fff
}

.nav-item a {
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration: none;
}

.nav-item span.pipe {
    display: block;
    color: #383d41;
    font-size: 20px;
    padding-top: 6px;
    padding-left: 35px;
    padding-right: 35px;
}

.navbar-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
}

.dropdown-item {
    opacity: 1;
    color: #fff;
}

.form-control {
    font-size: 14px;
}

.btn-site {
    font-family: Titillium Web, Helvetica, sans-serif;
    background-color: #e19f00;
    color: #fff;
    font-size: 1rem;
}

.btn-site-silver {
    font-family: Titillium Web, Helvetica, sans-serif;
    background-color: #4f5962;
    color: #fff;
    font-size: 1rem;
}

.breadcrumb {
    background: none;
    font-size: 12px;
    color: #aaaaaa;
    padding-top: 0px;
    padding-bottom: 0px;
}

.breadcrumb a {
    font-size: 12px;
    color: #aaaaaa;
    margin-right: 15px;
}

.breadcrumb span {
    margin-right: 15px;
}

.addItem {
    border: 1px solid #e19f00;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.footer_fb {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.icons {
    display: block;
    overflow: hidden;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    border-radius: 15px;
    padding: 5px;
}

.association {
    margin: 0px 10px 0px 10px;
}

.mb {
    margin-bottom: 35px
}
.pg {
    padding-top: 25px
}

.icons:hover {
    color: #000;
    background-color: #fff;
}

h3 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #383d41;
    line-height: 0.1em;
    margin: 20px 0px 5px 0px;
}

h3 span {
    padding: 0 10px;
    background-color: #141414;
    font-size: 14px;
}

textarea {
    min-height: 200px;
}

.logined {
    font-size: 12px;
    background-color: #e19f00;
    position: absolute;
    top: 0;
    right: 20px;
    padding: 3px 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
}

/*
FOTTER
*/

footer {
    margin-top: 25px;
    display: block;
    overflow: hidden;
}

footer a {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0 4px;
}

footer span {
    color: #484646;
    padding: 0 10px
}

footer img {
    margin-bottom: 15px
}

.footer_menu {
    margin-top: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.btn-outline-danger2 {
    color: #e19f00;
    border-color: #e19f00;
}
.dropdown-menu.show {
    background-color: rgba(0, 0, 0, 0.5);
}

body.offcanvas-active{
    overflow:hidden;
}

.offcanvas-header{ display:none; }
.page-link{
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.page-item.active .page-link {
    z-index: 3;
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

:root {
    --animate-delay: 1.9s;
}

.animation_ver1 {
    animation: fadeInUp;
    animation-duration: 1s;
}

.animation_ver2 {
    animation: bounceIn;
    animation-duration: 1s;
}

@media (max-width: 768px) {

    footer img {width: 50px;}
    .association{margin: 0px;}

    .offcanvas-header{ display:block; }
    .footer_fb {
        justify-content: center;
    }
    .footer_menu, .footer_menu a{
        display: block;
    }
    .navbar-menu {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 15px;
        border-radius: 10px;
    }
    .dropdown, .dropleft, .dropright, .dropup {
        text-align: right !important;
        background: none;
    }
    .dropdown-menu.show {
        text-align: right;
        background: none;
    }
    .nav-link, .dropdown-item{margin-bottom: 15px}

    footer a {
        font-size: 13px;
    }

    .navbar-collapse {
        position: fixed;
        top:0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-image: url("/images/background/menu.jpg");
        background-color:black;
        transition: visibility .2s ease-in-out, transform .2s ease-in-out;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(-100%);
    }

}

.dropdown:hover>.dropdown-menu {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

