.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Lora";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;font-family:"Poppins", Sans-serif;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;}.elementor-kit-6 e-page-transition{background-color:#FFFFFF;}.elementor-kit-6 h1{font-family:"Lora", Sans-serif;}.elementor-kit-6 h2{font-family:"Lora", Sans-serif;}.elementor-kit-6 h3{font-family:"Lora", Sans-serif;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#000000;}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root { --primary-color: #000000; --primary-light: #414141; --accent-color: #dbdbdb; --text-dark: #1a1a1a; --text-light: #666666; --text-muted: #999999; --bg-white: #ffffff; --bg-light: #f5f5f5; --bg-gray: #e8e8e8; --border-color: #e0e0e0; --success-color: #4a7c2c; } /* ============================================ TIPOGRAFIA GLOBAL ============================================ */ body { font-family: 'Lato', sans-serif; color: var(--text-dark); line-height: 1.6; background-color: var(--bg-white); } h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; font-weight: 700; line-height: 1.2; color: var(--text-dark); } h1 { font-size: 3.5rem; font-weight: 800; } h2 { font-size: 2.5rem; font-weight: 800; } h3 { font-size: 1.875rem; font-weight: 700; } h4 { font-size: 1.25rem; font-weight: 700; } p { font-size: 1rem; color: var(--text-light); line-height: 1.8; } /* ============================================ BOTÕES ============================================ */ .btn-primary { display: inline-block; padding: 12px 24px; background-color: var(--primary-color); color: white; text-decoration: none; border-radius: 4px; font-weight: 600; transition: all 0.3s ease; border: 2px solid var(--primary-color); } .btn-primary:hover { background-color: var(--primary-light); border-color: var(--primary-light); opacity: 0.9; } .btn-outline { display: inline-block; padding: 12px 24px; background-color: transparent; color: var(--text-dark); text-decoration: none; border: 2px solid var(--text-dark); border-radius: 4px; font-weight: 600; transition: all 0.3s ease; } .btn-outline:hover { background-color: var(--text-dark); color: white; } /* ============================================ SEÇÕES ============================================ */ .section { padding: 80px 40px; } .section-light { background-color: var(--bg-white); } .section-gray { background-color: var(--bg-light); } .decorative-line { width: 50px; height: 4px; background-color: var(--text-dark); margin-bottom: 30px; } /* ============================================ CARDS ============================================ */ .service-card { padding: 30px; background-color: var(--bg-white); border: 1px solid var(--border-color); border-radius: 8px; transition: all 0.3s ease; } .service-card:hover { box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); } .service-card h3 { color: var(--primary-color); margin-bottom: 15px; font-size: 1.25rem; } .service-card p { font-size: 0.9rem; color: var(--text-light); } /* ============================================ HERO SECTION ============================================ */ .hero { position: relative; min-height: 600px; display: flex; align-items: center; justify-content: center; background-size: cover; background-position: center; background-attachment: fixed; } .hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.4); z-index: 1; } .hero-content { position: relative; z-index: 2; color: white; text-align: center; max-width: 800px; } .hero h1 { color: white; margin-bottom: 20px; font-size: 3.5rem; } .hero p { color: rgba(255, 255, 255, 0.95); font-size: 1.125rem; margin-bottom: 30px; } /* ============================================ HEADER/NAVEGAÇÃO ============================================ */ header { position: sticky; top: 0; z-index: 50; background-color: white; border-bottom: 1px solid var(--border-color); padding: 15px 40px; } nav { display: flex; align-items: center; justify-content: space-between; } .nav-logo { font-size: 1.5rem; font-weight: 700; color: var(--primary-color); text-decoration: none; } .nav-menu { display: flex; gap: 30px; align-items: center; } .nav-menu a { font-size: 0.9rem; font-weight: 500; color: var(--text-dark); text-decoration: none; transition: color 0.3s ease; } .nav-menu a:hover { color: var(--primary-color); } /* ============================================ FOOTER ============================================ */ footer { background-color: #1a1a1a; color: white; padding: 60px 40px; } footer a { color: #999999; text-decoration: none; transition: color 0.3s ease; } footer a:hover { color: white; } footer h4 { color: white; font-size: 1.125rem; margin-bottom: 20px; } footer p { color: #999999; font-size: 0.9rem; } /* ============================================ FORMULÁRIO ============================================ */ input[type="text"], input[type="email"], input[type="tel"], select, textarea { width: 100%; padding: 12px 15px; border: 1px solid var(--border-color); border-radius: 4px; font-family: 'Lato', sans-serif; font-size: 1rem; transition: border-color 0.3s ease; margin-bottom: 15px; } input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.1); } textarea { resize: vertical; min-height: 150px; } /* ============================================ RESPONSIVIDADE ============================================ */ @media (max-width: 768px) { h1 { font-size: 2rem; } h2 { font-size: 1.75rem; } .section { padding: 40px 20px; } .hero { min-height: 400px; } .hero h1 { font-size: 2rem; } .nav-menu { gap: 15px; } .nav-menu a { font-size: 0.8rem; } } @media (max-width: 480px) { h1 { font-size: 1.5rem; } h2 { font-size: 1.25rem; } .section { padding: 30px 15px; } .hero { min-height: 300px; } .hero h1 { font-size: 1.5rem; } .hero p { font-size: 0.9rem; } }/* End custom CSS */