/*
Theme Name: Tema Consultoria Empresarial
Description: Tema para Consultoria Empresarial.
Version: 3.0
Author: PresencePro - Mariana Nolasco (Gerado Dinamicamente)
*/

body {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    background-color: #ffffff;
    margin: 0;
}
.container { max-width: 1200px; margin: 0 auto; padding: 20px; }
.section { padding: 60px 20px; }
.section-title { text-align: center; font-size: 2.5rem; margin-bottom: 40px; color: #2A7A9B; }
.btn { background-color: #4FB6D3; color: #ffffff; padding: 12px 25px; text-decoration: none; border-radius: 5px; font-weight: 600; display: inline-block; border: none; cursor: pointer; }
.btn:hover { background-color: #3CA3C1; }

.site-header { background-color: #2A7A9B; color: #ffffff; padding: 20px 0; }
.site-footer { background-color: #2A7A9B; color: #ffffff; padding: 40px 0; text-align: center; }
.site-footer a { color: #3CA3C1; }
.site-header .container { display: flex; justify-content: space-between; align-items: center; }
.site-header .site-branding { display: flex; align-items: center; gap: 15px; }
.site-header .site-title a { color: #ffffff; text-decoration: none; font-size: 1.5rem; }
.site-header nav a { color: #ffffff; margin-left: 20px; text-decoration: none; }

.hero-section { text-align: center; padding: 100px 20px; background-size: cover; background-position: center; position: relative; }
.hero-section .overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); }
.hero-content { position: relative; }
.hero-title { font-size: 3.5rem; margin: 0; color: #ffffff; }
.hero-subtitle { font-size: 1.2rem; margin-top: 10px; font-weight: 400; color: #ffffff;}

.about-section {}
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; }
.service-item { background: #fff; padding: 30px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); text-align: center; }
.service-item i { font-size: 2.5rem; color: #4FB6D3; margin-bottom: 15px; }

.contact-section form input, .contact-section form textarea { width: 100%; padding: 10px; margin-bottom: 10px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; }

/* --- Cores Personalizadas --- */
body { background-color: '#f4f4f4'; }
