@media (min-width: 768px){
    .logo{
        height: 65px;
    }
    
    .derecha-footer{
        width: 60%;
    }
    
    #lista-menu{
        margin-top: -40px;
        position: relative;
    }
}

@media (min-width: 992px){
    .logo {
        height: 76px;
    }
    
    #lista-menu {
        margin-top: -20px;
    }
}

@media (min-width: 1024px){
    .derecha-footer{
        width: 59.5%;
    }
}
  
@media (min-width: 1200px){
    .logo{
        height: 105px;
    }
    
    #logotipo{
        margin-left: -4px;
    }
    
    #lista-menu{
        top: -1px;
    }
}  


@media screen and (max-width: 1400px){
#fijo{
position: fixed;bottom: 0;right: 0;width: 400px;background-color: #28a745;color:white;z-index: 2;
}
}

@media (min-width: 100px){
        .img-thumbnail{
                max-width: 100%;
                /*
                width: 100%;
                height: 95%;*/
                width: 100px;
                height: auto;
                position: relative;
        }
    .navFooter{
            text-align: center;
        position: fixed; 
        bottom: 0px; 
        right: 0px;display:block;
        background: #ffffff;
        z-index:2;
    }
#fijo{
text-transform: uppercase;
font-size: 17px;
text-align: center;
position: fixed;
bottom: 0%;
right: 0;
width: 100%;
margin-bottom: 8%;
background-color: #28a745;
color:white;
z-index: 2;
padding-bottom: 4%;
}
}

@media (min-width: 768px){
        .img-thumbnail{
                max-width: 100%;
                width: 28%;
                height: auto;
                position: relative;
        }
    .navFooter{
            text-align: center;
        position: fixed; 
        bottom: 0px; 
        right: 0px;display:block;
        background: #e9ecef;
        z-index:2;
    }
#fijo{
position: fixed;
bottom: 0%;
right: 0;
margin-bottom: 5%;
width: 400px;
background-color: #28a745;
color: white;
z-index: 2;
padding-bottom: 0%;    }
}
@media (min-width: 992px){
        .img-thumbnail{
                max-width: 100%;
                width: 28%;
                height: auto;
                position: relative;
                right: 40px;
        }
    .navFooter{
            text-align: center;
        position: fixed; 
        bottom: 0px; 
        right: 0px;display:block;
        background: #e9ecef;
        z-index:2;
    }
#fijo{
position: fixed;
bottom: 0%;
right: 0;
width: 400px;
background-color: #28a745;
color: white;
z-index: 2;
padding-bottom: 0%;
margin-bottom: 5%;    }
}
@media (min-width: 1200px){
            .img-thumbnail{
/*display: none;*/
        }
    .navFooter{
display: none;
    }
#fijo{
position: fixed;bottom: 0%;right: 0;width: 400px;background-color: #28a745;color:white;z-index: 2;padding-bottom: 0%;margin-bottom: 0%;
}
}

