.central-content {
    width: 90%;
    max-width: 450px;
    margin: auto;
    margin-top: 50px;
}

.box-prod {
    width: 100%;
    /* box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.141); */
    margin-top: 20px;
    padding: 20px 50px;
    position: relative;
    background-color: white;
    margin-bottom: 10px;
}

.central-content .default-label {
    margin-bottom: 5px;
}

.box-login-user {
    box-shadow: 0px 0px 10px #00b6fe22;
    border-radius: 4px;
}

.box-login-user input {
    border: solid 1px #82828251;
    border-radius: 2px;
    font-family: poppins;
}

.list-plataforms {
    width: 100%;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-plataforms img {
    width: 100px;
    margin: 0px 10px;
    filter: grayscale(100%);
}

.content-plaforms-images {
    width: 200px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    padding: 10px;
}

.home-list-platforms {
    display: flex;
    align-items: center;
    gap: 3px;
    position: relative;
    background-color: white;
}

.home-list-platforms .bar-and-text-slider {
    width: 100%;
    right: 0;
    bottom: 80px;
}

.home-list-platforms img {
    width: 90%;
}

.lg-img-more {
    width: 120px;
}

.img-logo-login {
    width: 40%;
}

.default-label {
    font-family: Questrial;
    color: #171717;
    font-size: 1em;
    letter-spacing: 0.3px;

}