/*
Theme Name: Desk Gov - Prefeitura
Theme URI: https://deskgov.app
Author: Desk Gov
Author URI: https://deskgov.com.br
Description: Tema Wordpress para Prefeituras.
Version: 1.0
License: GPL2
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dekgov-prefeitura
*/

/* Remove margens e padding no body e no html */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* Ajusta o layout do conteúdo */
.container, .site {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Remove as bordas se houver algum efeito de borda */
body {
    border: none;
}

/* Ajuste para o conteúdo */
#content {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Garante que o conteúdo ocupe toda a largura da tela */
.main-content, .container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}