.link-color{
    color: #fff8e7;
}

.bg-navbar{
    width: 100%;
    height:100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.bg-navbar::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #fff8e7;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.bg-navbarI{
    position: relative;
}

.bg-navbarH{
    position: relative;
}

.bg-navbar > .d-clink{
    font-weight: bold;
}

.bg-body{
    background-image: url(../img/bienvenido-2.0.png?v=2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.remove-bg{
    filter: brightness(1.1);
    mix-blend-mode: multiply;
}
