/*
Theme Name: Prefeituras Pro
Author: Rafael Rodrigues de Carvalho Severo - Carvtech
Author URI: https://carvtech.com.br
Description: Tema profissional para prefeituras
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

        
        #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
            background: #1980b6;
            border-radius: 5px;
            margin-bottom: 5px;
        }
                
        
        @media (min-device-width: 800px) {
            #mega-menu-wrap-header-menu #mega-menu-header-menu >li.mega-menu-item {
                width: 14% !important;
            }
                
        }
        
        #mega-toggle-block-0{
            height:44px !important;;
        } 
        #mega-menu-wrap-header-menu .mega-menu-toggle {
            border: 1px solid #eee;
        }

        .fixar {
                position: fixed !important;
                margin-top: 0px !important;
                top: 0 !important;
                box-shadow: 0 0px 15px 0 rgb(192 189 189 / 20%) !important;
                width: 100% !important;
                transition: all .35s ease-in-out;
                z-index: 999;
            }


