.noDecorationLink {
    text-decoration: none;
    color: darkcyan;
}

.noDecorationLink:hover {
    text-decoration: none;
    color: darkcyan;
}

.noDecorationLink:visited {
    text-decoration: none;
    color: darkcyan;
}

.noDecorationLink:active {
    text-decoration: none;
    color: darkcyan;
}

.noDecorationLink:focus {
    text-decoration: none;
    color: darkcyan;
}

.navigation {
    position: fixed;
    top: auto;
    /* left: 0; */
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: rgba(104, 102, 102, 0.8);
    z-index: 999;
}

.nav-item {
    margin: 1px;
}

.btn-lang {
    display: inline-block;
    padding: 0;
    width: 50px;
    height: 50px;
    outline: none;
    border: 0;
    border-radius: 50%;
    line-height: 50px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none;
}

.btn-settings {
    display: inline-block;
    padding: 0;
    width: 35px;
    height: 35px;
    outline: none;
    border: 0;
    border-radius: 50%;
    line-height: 35px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none;
}

.config {
    position: fixed;
    bottom: 0;
    left: -282px;
    background-color: transparent;
    transition: left .3s ease;
    z-index: 100;
}

.config.active {
    left: 0;
}

.logos-section {
    position: relative;
    display: block;
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
    background-color: #171925;
    color: #fff;
}

.logos-section .row .item {
    padding-top: 60px;
    padding-bottom: 60px;
    border-width: 0 1px 1px 1px;
    border-left-width: 1px;
    border-style: solid;
    border-left-style: solid;
    border-color: #292e3b;
    border-left-color: rgb(41, 46, 59);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logos-section .img-logos {
    width: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.logos-section .img-logos:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }

.logos-section .img-logos:hover img {
    filter: none;
}

.logos-section .row .item:first-child {
    border-left: 0;
}

.logos-section .row:last-child .item {
    border-bottom: 0;
}

.logos-section .row .item:last-child {
    border-right: 0;
}

.logos-section .row .item:last-child {
    border-right: 0;
}

.img-login > img {
    width: 300px;
    height: auto;
}

.img-logos {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

.img-logos > img {
    width: 100%;
    height: auto;
}

html {
  scrollbar-width: none;
}

.footer {
    position: fixed;
    height: 25px;
    bottom: 0;
    width: 100%;
}

.bi-right {
    margin-right: 4px;
}

.bi-left {
    margin-left: 4px;
}

.container-fluid {
    padding-top: 1%;
}
