/*
Theme Name:        Rotas de Gramado
Theme URI:         https://www.rotasdegramado.com.br
Author:            Rotas de Gramado
Author URI:        https://www.rotasdegramado.com.br
Description:       Tema turístico completo para a Serra Gaúcha. Portal com pacotes, roteiros, blog SEO, calculadora de transfer, chatbot de qualificação, painel administrativo com 4 perfis de acesso e integração com Elementor. CNPJ: 62.758.934/0001-44 | Cadastur válido até 13/02/2028.
Version:           9.0.0
Requires at least: 5.8
Tested up to:      6.7
Requires PHP:      7.4
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       rotas-de-gramado
Tags:              turismo, travel, one-page, custom-menu, featured-images, full-width-template, elementor

Rotas de Gramado WordPress Theme
Copyright 2026 TOUTA MARKETING DIGITAL E COMERCIO DE ACESSORIOS ONLINE LTDA
*/

/* ── Reset base para o tema ──────────────────────────────────────── */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background: #F5F1EB;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* Remove margens padrão do WordPress que quebram layout full-width */
body.rotas-theme #page,
body.rotas-theme #content,
body.rotas-theme #primary,
body.rotas-theme .site-content,
body.rotas-theme .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* Container do portal React */
#rotas-root {
  width: 100%;
  min-height: 100vh;
}

/* Spinner de carregamento */
#rotas-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #F5F1EB;
  gap: 16px;
  font-family: sans-serif;
}

@keyframes rotas-spin {
  to { transform: rotate(360deg); }
}

/* Compatibilidade Elementor */
.elementor-page #rotas-root {
  width: 100%;
}

/* Barra admin WordPress — não cobre o header do portal */
body.admin-bar #rotas-root {
  padding-top: 0;
}
