/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 7 ago. 2023, 18:08:24
    Author     : Sergio
*/

footer{
    padding-bottom: 0px;
    margin-top: auto;
}

footer #afooter{
   background-color:  #5e5e5e;    
   padding: 20px;        
}

footer #asubfooter{
    /*background-color: #3f3f3f;*/
    background-color: #fff;
    color: #FFF;
    padding: 10px 0px 0px 0px;
    margin: 0;
    font-family: sans-serif !important;
    text-align: center;
    /*height: 40px;        */
}

footer #afooterleft{
    display: flex;
    justify-content: space-around;    
    color: #fff;
    font-size: 16px;    
}

footer #afooterleft h5{
    font-size: 22px;
}

footer #afooterleft ul li a{
    padding: 5px;
    margin-left: 5px;
}

footer #afooterleft .region-footerizquierda{
        display: flex;
    justify-content: space-around;   
}

footer #afooterleft ul li a:hover{
    color: #666;
}


footer #afooterleft .block-menu.navigation{
    margin-right: 50px;        
}





.path-gestion footer #afooter {
    background: none;
}