.elementor-2870 .elementor-element.elementor-element-5903d27{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2870 .elementor-element.elementor-element-9af17c3{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2870 .elementor-element.elementor-element-2365367{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2870 .elementor-element.elementor-element-cfd0e8e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2870 .elementor-element.elementor-element-dc63530{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2870 .elementor-element.elementor-element-abfbe6a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-cf14dd2 *//* ==========================================
   1. VARIÁVEIS E GLOBAIS
   ========================================== */
:root {
    --primary-blue: #0033a0;
    --secondary-blue: #007bff;
    --text-light: #ffffff;
    --text-menu: #4a4a4a;
    --text-dark: #333333;
    --whatsapp-green: #25d366;
    --font-main: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: var(--font-main); line-height: 1.6; color: var(--text-dark); }
.ox-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Botões Globais */
.ox-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 24px; border-radius: 5px; text-decoration: none; font-weight: 700; font-size: 0.95rem; transition: all 0.3s ease; cursor: pointer; }
.ox-btn-whatsapp { background-color: var(--whatsapp-green); color: var(--text-light); }
.ox-btn-whatsapp:hover { background-color: #1ebe57; }
.ox-btn-primary { background-color: var(--secondary-blue); color: var(--text-light); border: 2px solid var(--secondary-blue); }
.ox-btn-primary:hover { background-color: var(--primary-blue); border-color: var(--primary-blue); }
.ox-btn-outline { background-color: transparent; color: var(--text-light); border: 2px solid var(--text-light); }
.ox-btn-outline:hover { background-color: var(--text-light); color: var(--primary-blue); }

/* Títulos Globais */
.ox-section-header { text-align: center; margin-bottom: 40px; }
.ox-section-title { font-size: 2.5rem; color: var(--primary-blue); font-weight: 700; margin-bottom: 10px; }
.ox-title-underline { height: 4px; width: 60px; background-color: var(--secondary-blue); margin: 0 auto; border-radius: 2px; }

/* ==========================================
   2. HEADER E HERO SECTION
   ========================================== */
.ox-header { background-color: #ffffff; box-shadow: 0 4px 10px rgba(0,0,0,0.05); position: fixed; width: 100%; top: 0; z-index: 1000; }
.ox-header-content { display: flex; justify-content: space-between; align-items: center; height: 90px; }
.ox-logo img { max-height: 60px; width: auto; display: block; }
.ox-nav { display: flex; align-items: center; }
.ox-nav ul { list-style: none; display: flex; align-items: center; margin: 0; padding: 0; gap: 30px; }
.ox-nav a { text-decoration: none; color: var(--text-menu); font-weight: 600; font-size: 0.95rem; transition: color 0.3s ease; }
.ox-nav a:hover { color: var(--secondary-blue); }
.ox-header-actions { display: flex; align-items: center; gap: 20px; }
.ox-social-link { color: var(--primary-blue); font-size: 1.5rem; display: flex; align-items: center; transition: transform 0.3s ease; }
.ox-social-link:hover { transform: scale(1.1); color: var(--secondary-blue); }
.ox-menu-toggle { display: none; background: none; border: none; font-size: 1.8rem; color: var(--primary-blue); cursor: pointer; padding: 5px; }

.ox-hero { position: relative; height: 100vh; min-height: 600px; display: flex; align-items: center; background-image: url('https://oculusxpress.com.br/wp-content/uploads/2026/03/oculus7.jpeg'); background-size: cover; background-position: center; background-attachment: fixed; margin-top: 90px; }
.ox-hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(0, 20, 60, 0.92) 0%, rgba(0, 123, 255, 0.7) 100%); z-index: 1; }
.ox-hero-content { position: relative; z-index: 2; max-width: 800px; }
.ox-title { color: #ffffff !important; font-size: 3.5rem; font-weight: 700; line-height: 1.1; margin-bottom: 20px; }
.ox-subtitle { color: #f0f0f0 !important; font-size: 1.5rem; font-weight: 600; margin-bottom: 15px; }
.ox-description { color: #ffffff !important; font-size: 1.1rem; margin-bottom: 40px; max-width: 650px; }
.ox-hero-buttons { display: flex; gap: 20px; }

/* ==========================================
   3. QUEM SOMOS
   ========================================== */
.ox-about-section { padding: 100px 0; background-color: #f8f9fc; }
.ox-about-intro { max-width: 800px; margin: 0 auto 60px auto; text-align: center; font-size: 1.15rem; line-height: 1.8; color: #555; }
.ox-about-intro p { margin-bottom: 15px; }
.ox-about-intro strong { color: var(--primary-blue); }
.ox-mvv-grid { display: flex; gap: 30px; margin-bottom: 60px; }
.ox-mvv-card { flex: 1; background: #ffffff; padding: 40px 30px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); text-align: center; transition: transform 0.3s ease, box-shadow 0.3s ease; border-bottom: 4px solid transparent; }
.ox-mvv-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); border-bottom: 4px solid var(--secondary-blue); }
.ox-mvv-icon { font-size: 3rem; color: var(--secondary-blue); margin-bottom: 20px; }
.ox-mvv-title { font-size: 1.8rem; color: var(--primary-blue); margin-bottom: 15px; }
.ox-mvv-card p { color: #666; font-size: 0.95rem; line-height: 1.7; }
.ox-values-wrapper { margin-top: 50px; }
.ox-subsection-title { text-align: center; font-size: 2rem; color: var(--primary-blue); margin-bottom: 40px; }
.ox-values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; }
.ox-value-item { background: #ffffff; padding: 30px 20px; border-radius: 8px; text-align: center; box-shadow: 0 5px 15px rgba(0,0,0,0.03); transition: all 0.3s ease; }
.ox-value-item:hover { background: var(--primary-blue); color: #ffffff; }
.ox-value-item i { font-size: 2.5rem; color: var(--secondary-blue); margin-bottom: 15px; transition: color 0.3s ease; }
.ox-value-item:hover i { color: #ffffff; }
.ox-value-item h4 { font-size: 1.1rem; margin-bottom: 10px; color: var(--primary-blue); transition: color 0.3s ease; }
.ox-value-item:hover h4 { color: #ffffff; }
.ox-value-item p { font-size: 0.9rem; color: #666; transition: color 0.3s ease; }
.ox-value-item:hover p { color: #e0e0e0; }

/* ==========================================
   4. IN COMPANY
   ========================================== */
.ox-incompany-section { padding: 100px 0; background-color: #ffffff; }
.ox-section-subtitle { text-align: center; font-size: 1.2rem; color: #666; margin-top: 15px; margin-bottom: 50px; font-weight: 600; }
.ox-incompany-grid { display: flex; align-items: center; gap: 60px; margin-bottom: 60px; }
.ox-incompany-gallery { flex: 1; position: relative; min-height: 500px; }
.ox-img-wrapper { border-radius: 12px; overflow: hidden; box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.ox-img-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.ox-img-wrapper:hover img { transform: scale(1.05); }
.ox-img-main { width: 80%; height: 400px; position: relative; z-index: 1; }
.ox-img-sub { width: 60%; height: 300px; position: absolute; bottom: 0; right: 0; z-index: 2; border: 8px solid #ffffff; }
.ox-timeline-wrapper { flex: 1; }
.ox-timeline-title { font-size: 1.8rem; color: var(--primary-blue); margin-bottom: 30px; }
.ox-timeline { position: relative; padding-left: 20px; }
.ox-timeline::before { content: ''; position: absolute; left: 40px; top: 0; bottom: 0; width: 2px; background-color: #e0e0e0; z-index: 1; }
.ox-step { display: flex; margin-bottom: 30px; position: relative; z-index: 2; }
.ox-step:last-child { margin-bottom: 0; }
.ox-step-marker { width: 44px; height: 44px; background-color: var(--secondary-blue); color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.1rem; flex-shrink: 0; border: 4px solid #ffffff; box-shadow: 0 4px 10px rgba(0,0,0,0.1); margin-right: 20px; transition: background-color 0.3s ease; }
.ox-step:hover .ox-step-marker { background-color: var(--primary-blue); }
.ox-step-content { padding-top: 8px; }
.ox-step-content h4 { font-size: 1.2rem; color: var(--primary-blue); margin-bottom: 5px; }
.ox-step-content p { color: #555; font-size: 0.95rem; line-height: 1.6; }
.ox-benefits-banner { background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%); border-radius: 12px; padding: 40px; display: flex; align-items: center; justify-content: space-between; color: #ffffff; box-shadow: 0 10px 30px rgba(0, 123, 255, 0.2); }
.ox-benefits-text { flex: 1; padding-right: 30px; }
.ox-benefits-text h3 { font-size: 1.5rem; margin-bottom: 10px; }
.ox-benefits-text p { font-size: 1rem; color: #e0f0ff; }

/* ==========================================
   5. ÓCULOS DE SEGURANÇA
   ========================================== */
.ox-safety-section { padding: 100px 0; background-color: #f0f4f8; }
.ox-safety-grid { display: flex; align-items: center; gap: 60px; }
.ox-safety-content { flex: 1; }
.ox-left-align { text-align: left; margin-bottom: 30px; }
.ox-left-align .ox-title-underline { margin: 0; }
.ox-safety-subtitle { font-size: 1.3rem; color: var(--secondary-blue); font-weight: 600; margin-top: 15px; }
.ox-safety-intro { font-size: 1.05rem; line-height: 1.7; color: #555; margin-bottom: 30px; }
.ox-list-title { font-size: 1.2rem; color: var(--primary-blue); margin-bottom: 15px; margin-top: 25px; }
.ox-safety-list { list-style: none; margin-bottom: 30px; }
.ox-safety-list li { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 15px; font-size: 1rem; color: #444; }
.ox-safety-list i { color: var(--secondary-blue); font-size: 1.2rem; margin-top: 3px; }
.ox-safety-list strong { color: var(--primary-blue); }
.ox-tags-container { display: flex; flex-wrap: wrap; gap: 10px; }
.ox-tag { background-color: #ffffff; border: 1px solid #dce4ec; padding: 8px 15px; border-radius: 20px; font-size: 0.9rem; color: var(--primary-blue); display: inline-flex; align-items: center; gap: 8px; font-weight: 600; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.ox-safety-image-col { flex: 1; position: relative; }
.ox-safety-image-wrapper { position: relative; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.ox-safety-image-wrapper img { width: 100%; height: auto; border-radius: 12px; display: block; }
.ox-floating-box { position: absolute; bottom: -20px; left: -20px; background: #ffffff; padding: 20px; border-radius: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 15px; border-left: 5px solid var(--whatsapp-green); animation: float 4s ease-in-out infinite; }
.ox-floating-box i { font-size: 2rem; color: var(--whatsapp-green); }
.ox-floating-box h4 { font-size: 1rem; color: var(--primary-blue); margin: 0; }
.ox-floating-box p { font-size: 0.85rem; color: #666; margin: 0; }
@keyframes float { 0% { transform: translateY(0px); } 50% { transform: translateY(-10px); } 100% { transform: translateY(0px); } }

/* ==========================================
   6. FORNECEDORES
   ========================================== */
.ox-suppliers-section { padding: 80px 0; background-color: #ffffff; text-align: center; }
.ox-suppliers-title { font-size: 2rem; color: var(--primary-blue); margin-bottom: 10px; }
.ox-suppliers-subtitle { color: #666; margin-bottom: 40px; font-size: 1.1rem; }
.ox-suppliers-grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; }
.ox-supplier-item { background: #f8f9fc; border: 1px solid #e1e8f0; border-radius: 8px; padding: 30px 40px; min-width: 200px; height: 120px; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
.ox-supplier-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 51, 160, 0.1); border-color: var(--secondary-blue); }
.ox-supplier-logo { max-width: 140px; max-height: 60px; width: auto; height: auto; object-fit: contain; filter: grayscale(100%) opacity(60%); transition: filter 0.3s ease, transform 0.3s ease; }
.ox-supplier-item:hover .ox-supplier-logo { filter: grayscale(0%) opacity(100%); transform: scale(1.05); }

/* ==========================================
   7. FOOTER
   ========================================== */
.ox-footer { background-color: var(--primary-blue); color: #ffffff; padding-top: 70px; }
.ox-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr; gap: 50px; margin-bottom: 50px; }
.ox-footer-logo { max-height: 50px; background-color: #ffffff; padding: 10px 15px; border-radius: 5px; margin-bottom: 20px; }
.ox-footer-slogan { color: #d1e3ff; line-height: 1.6; margin-bottom: 25px; font-size: 0.95rem; max-width: 300px; }
.ox-footer-social a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; background-color: rgba(255, 255, 255, 0.1); color: #ffffff; border-radius: 50%; margin-right: 10px; font-size: 1.2rem; transition: background-color 0.3s ease, transform 0.3s ease; text-decoration: none; }
.ox-footer-social a:hover { background-color: var(--secondary-blue); transform: translateY(-3px); }
.ox-footer h4 { font-size: 1.2rem; margin-bottom: 25px; color: #ffffff; position: relative; padding-bottom: 10px; }
.ox-footer h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 40px; height: 3px; background-color: var(--secondary-blue); }
.ox-footer-links ul, .ox-footer-contact ul { list-style: none; padding: 0; margin: 0; }
.ox-footer-links li, .ox-footer-contact li { margin-bottom: 15px; }
.ox-footer-links a { color: #d1e3ff; text-decoration: none; transition: color 0.3s ease, padding-left 0.3s ease; }
.ox-footer-links a:hover { color: #ffffff; padding-left: 5px; }
.ox-footer-contact li { display: flex; align-items: center; gap: 15px; color: #d1e3ff; }
.ox-footer-contact a { color: #d1e3ff; text-decoration: none; transition: color 0.3s ease; }
.ox-footer-contact a:hover { color: #ffffff; }
.ox-footer-contact i { color: var(--secondary-blue); font-size: 1.2rem; }
.ox-footer-bottom { background-color: rgba(0, 0, 0, 0.2); padding: 20px 0; text-align: center; font-size: 0.9rem; color: #a0c2f9; }

/* ==========================================
   8. RESPONSIVIDADE (MOBILE E TABLETS)
   ========================================== */
@media (max-width: 992px) {
    /* Header/Hero */
    .ox-header-actions { display: none; }
    .ox-menu-toggle { display: block !important; z-index: 1001; }
    .ox-nav { position: absolute; top: 90px; left: 0; width: 100%; background-color: #ffffff; box-shadow: 0 10px 10px rgba(0,0,0,0.05); flex-direction: column; display: none; }
    .ox-nav.active { display: flex; }
    .ox-nav ul { flex-direction: column; width: 100%; gap: 0; }
    .ox-nav ul li { width: 100%; border-bottom: 1px solid #f0f0f0; }
    .ox-nav a { display: block; padding: 20px; text-align: center; width: 100%; }
    .ox-title { font-size: 2.2rem; }
    .ox-subtitle { font-size: 1.2rem; }
    .ox-hero-buttons { flex-direction: column; width: 100%; max-width: 300px; }
    .ox-btn { justify-content: center; }
    
    /* In Company */
    .ox-incompany-grid { flex-direction: column; gap: 40px; }
    .ox-incompany-gallery { width: 100%; min-height: 400px; }
    .ox-img-main { width: 100%; height: 300px; }
    .ox-img-sub { width: 70%; height: 250px; bottom: -20px; right: 10%; }
    .ox-benefits-banner { flex-direction: column; text-align: center; gap: 20px; }
    .ox-benefits-text { padding-right: 0; }
    
    /* Segurança */
    .ox-safety-grid { flex-direction: column; }
    .ox-left-align { text-align: center; }
    .ox-left-align .ox-title-underline { margin: 0 auto; }
    .ox-floating-box { left: 50%; transform: translateX(-50%); bottom: -30px; width: 80%; justify-content: center; animation: none; }
    
    /* Footer */
    .ox-footer-grid { grid-template-columns: 1fr; text-align: center; gap: 40px; }
    .ox-footer-logo { margin: 0 auto 20px auto; }
    .ox-footer h4::after { left: 50%; transform: translateX(-50%); }
    .ox-footer-contact li { justify-content: center; }
    .ox-footer-slogan { margin: 0 auto 25px auto; }
}

@media (max-width: 768px) {
    /* Quem Somos */
    .ox-about-section { padding: 60px 0; }
    .ox-section-title { font-size: 2rem; }
    .ox-mvv-grid { flex-direction: column; }
    .ox-values-grid { grid-template-columns: 1fr; }
}

@media (max-width: 576px) {
    /* Timeline In Company */
    .ox-timeline::before { left: 20px; }
    .ox-step-marker { width: 36px; height: 36px; font-size: 0.9rem; margin-right: 15px; }
}/* End custom CSS */