body{
    height: 100vh;
    width: 100%;
}
/* Ocultar los spans adicionales dentro del span.container-span */
#table-products_info > span:not(.first-span) {
    display: none;
}
nav{
    font-size: large;
    height: 10%;
}

nav img{
    width: 60%;
}


.img-product-button{
    border-width: inherit;
    border-bottom-width: 0px;
    background-color: unset;
}


footer{
    position: fixed;
    bottom: 0;
    left: 0;
    height: 65px;
    width: 100%;
    background-color: #343941;
    color: #a1a4aa;
    padding: 25px;
}

footer a{

    text-decoration: none;
    color: #a1a4aa;
}

.login-style{
    background-image: url('/imgs/background-fichatecnica.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 85%;
}

.pad-bottom
{
    padding-bottom: 5%;
}
