.window-welcome-help {
    position: absolute;
    right: 1rem;
    bottom: 6.5rem;

    cursor: pointer;
    border: 1px solid #eaf0f6;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,.1);
    border-radius: 4px;
    width: 100%;
    max-width: 15rem;
    padding: 0.8rem;
    padding-top: 1.5rem;
    margin-bottom: 1.2rem;

    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(51, 71, 91);
    line-height: 24px;
    z-index: 1000;
}

.icon-suplos {
    position: absolute;
    top: -2rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    width: 33px;
}

.icon-suplos > img {
    width: 100%;
}

.btn-cerrar-welcome-help {
    position: absolute;
    right: 0rem;
    top: 0rem;
    font-size: 1.3rem;
    padding: 0.3rem 0.7rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    color: rgb(124, 152, 182);
}

.btn-cerrar-welcome-help:hover {
    background-color: rgba(51, 71, 91, 0.1);
}

.ocultar-welcome-help {
    display: none;
}

.logo-suplos {
    width: 100%; 
    max-width: 150px;
}

.footer-login {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}

.box-login {
    padding-top:50px;
    margin-top:2%;
}

.label-small {
    font-size: 75%;
}

