/*
	Theme Name: Hello Elementor Child
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor Child
	Author: Agência Digital Bee
	Author URI: https://digitalbee.com.br
	Template: hello-elementor
	Version: 1.0.0
	Text Domain: hello-elementor-child
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* item RADIO do menu */
.botao-radio { background:#ed3237 !important; padding-left: 10px; padding-right: 10px;}
.botao-radio a { background:#ed3237 !important; color:#fff !important; border-bottom-color: #ed3237 !important; }
.botao-radio:hover { background:#dba860 !important; }

/* pop ups Diretoria */
.linha {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

@media (max-width: 600px) {
    .linha {
        grid-template-columns: 1fr;
    }
}

