/*  
Theme Name: WP 2026
Theme URI: https://codeados.com/
Version: 1.0.0
Author: Codeados 
Author URI: https://codeados.com/
Description:  WP 2026
*/  
@import url("https://cdn.gestoapp.com/v2/style.css");
header, header > *, #logo { transition: all 0.3s ease; }
header { padding: 0; padding-top: 8px; padding-bottom: 8px; background: transparent; }
header.scroll { top: -100px; }
#logo { line-height: 0; display: block; max-width: 100%; width: 180px; }
header.scroll.fixed  #logo {  }

#navigation { margin-top: 5px; }

header.scroll #navigation {  }  
nav#navigation ul li a {  font-weight: 500; line-height: 28px;   padding: 4px 8px;    padding-top: 4px;  }
nav#navigation ul li a:hover { }
a.trigger_menu { position: absolute; top: 2px; right: 10px; background: var(--corporativo1); color: #ffffff; padding: 0; height: 45px; width: 45px; line-height: 47px; border-radius: 50%; font-size: 20px; border: none; }

#navigationfooter { padding: 6px 0px; box-sizing: border-box; }
#navigationfooter ul { text-align: right; margin: 0; list-style: none; }
#navigationfooter ul li { text-align: right; display: block; }
#navigationfooter ul li a { background: transparent; border-bottom: 1px solid #FFFFFF00; 
    margin-bottom: 0; padding: 8px 12px; padding-left: 0; font-size: 16px; margin-right: 10px; font-weight: 500; 
    color: #FFFFFF;     width: 100%;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;

}

#navigationfooter ul li a:hover { text-decoration: none;  border-bottom: 1px solid #FFFFFF50;  padding-left: 10px; }

@media screen and (max-width:1200px) {
    nav#navigation ul li a { }
}
@media screen and (max-width:1030px) {
    nav#navigation { background: var(--corporativo2); margin: 0; }
    nav#navigation ul { text-align: left; }
    nav#navigation ul li a { font-size: 25px; }

    #navigationfooter ul li {         display: block;
        width: 100%;
        text-align: center;  }
    #logo { max-width: 240px; }
    
    .tabletmb20 { margin-bottom: 20px !important; }
 }
@media screen and (max-width:480px) {
    
}


