* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #333; background: #f2eee8 url('images/fundoConteudo.jpg') center top / cover fixed; font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
.container { width: min(959px, calc(100% - 32px)); margin: 0 auto; }
.site-header { background: url('images/fundoTopo.jpg') center top / cover; }
.top { height: 148px; display: flex; align-items: flex-start; justify-content: space-between; }
.logo { width: 320px; margin-top: 28px; }
.work-link { margin: 51px 20px 0 0; padding: 14px 22px; color: white; background: #27749d; box-shadow: 5px 4px #4192be; font-family: Georgia, serif; font-style: italic; text-decoration: none; }
.nav-bar { background: #4e383a; border-top: 2px solid #d90a16; border-bottom: 2px solid #d90a16; }
.nav-inner { position: relative; }
.main-menu { display: flex; align-items: stretch; gap: 0; list-style: none; padding: 0; margin: 0; }
.main-menu > li { position: relative; border-right: 1px solid rgba(255,255,255,.25); }
.main-menu a, .main-menu button { display: block; padding: 14px 10px; color: white; background: none; border: 0; font-size: 11px; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.main-menu a:hover, .main-menu button:hover, .main-menu button[aria-expanded="true"] { background: #65484b; }
.submenu { display: none; position: absolute; z-index: 4; top: 100%; left: 0; min-width: 205px; padding: 5px 0; margin: 0; background: rgba(80,58,60,.97); border: 1px solid #d90a16; list-style: none; }
.has-submenu.open .submenu { display: block; }
.submenu a { padding: 8px 10px; font-size: 11px; }
.menu-toggle { display: none; }
.hero { position: relative; overflow: hidden; margin-top: 0; height: 250px; background: #ddd; }
.slides { height: 100%; display: flex; transition: transform .5s ease; }
.slides img { min-width: 100%; width: 100%; height: 100%; object-fit: cover; }
.slide-control { position: absolute; top: 50%; border: 0; color: white; background: rgba(0,0,0,.2); font-size: 42px; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.slide-control.prev { left: 8px; }.slide-control.next { right: 8px; }
.highlights { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-top: 39px; }
.highlight { position: relative; min-height: 275px; text-align: center; }.highlight img { width: 155px; height: 155px; object-fit: cover; border-radius: 50%; }.highlight h2 { margin: 7px 0 8px; color: #bc9421; font-size: 18px; font-weight: normal; text-transform: uppercase; }.highlight p { margin: 0; font-size: 11px; line-height: 1.4; text-align: justify; }.more { display: inline-block; margin-top: 10px; padding: 6px 18px; color: white; background: #d70915; border-radius: 16px; font-size: 10px; text-decoration: none; text-transform: uppercase; }
.dots { height: 34px; background: url('images/pontos.png') center center / 100% auto no-repeat; }
.service-strip { padding: 18px 0; background: rgba(255,255,255,.88); border-top: 2px solid #d90a16; border-bottom: 1px solid #d90a16; }.service-grid { display: grid; grid-template-columns: 1fr 1.45fr; gap: 30px; }.service-grid article { min-height: 190px; }.service-grid h2 { color: #bc9421; font-size: 21px; font-weight: normal; }.service-grid img { max-width: 100%; max-height: 100px; object-fit: contain; }.service-grid p { font-size: 12px; }
.page-content { min-height: 440px; padding: 34px 15px; background: rgba(255,255,255,.72); }.page-content h1 { color: #bc9421; font-size: 29px; font-weight: normal; text-transform: uppercase; }.page-content p { max-width: 700px; line-height: 1.65; }.page-image { display: block; max-width: 100%; max-height: 300px; margin-top: 28px; object-fit: contain; }.notice { max-width: 680px; padding: 13px; margin: 20px 0; color: #355b38; background: #e2f0df; border-left: 4px solid #4d984d; }.contact-form { display: grid; gap: 14px; max-width: 600px; }.contact-form label { display: grid; gap: 5px; font-weight: bold; font-size: 13px; }.contact-form input, .contact-form textarea { width: 100%; padding: 10px; border: 1px solid #bbb; font: inherit; }.submit { width: fit-content; padding: 10px 18px; color: white; background: #d70915; border: 0; border-radius: 3px; cursor: pointer; }
.about-page h1 { margin: 0 0 12px; font-size: 16px; }.about-page h1::before { content: '\25B6'; margin-right: 7px; color: #d70915; font-size: 11px; }.about-page p { max-width: none; margin: 5px 0; font-size: 12px; line-height: 1.4; }.video-wrap { width: min(640px, 100%); margin: 36px auto 30px; aspect-ratio: 4 / 3; background: #111; }.video-wrap iframe { width: 100%; height: 100%; border: 0; }.gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; max-width: 550px; margin: 0 auto; }.gallery a { display: block; padding: 3px; background: white; border: 1px solid #ccc; }.gallery img { display: block; width: 100%; height: 65px; object-fit: cover; }
.values-page { min-height: 440px; padding: 28px 26px; }.values-page section { margin-bottom: 15px; }.values-page h2 { margin: 0 0 10px; color: #333; font-size: 16px; font-weight: bold; text-transform: uppercase; }.values-page h2::before { content: '\25B6'; margin-right: 7px; color: #d70915; font-size: 11px; }.values-page p { max-width: none; margin: 0 0 0 20px; font-size: 14px; line-height: 1.5; }.values-page ul { margin: 0 0 0 20px; padding-left: 7px; list-style: none; font-size: 14px; line-height: 1.55; }.values-page li::before { content: '- '; }
.quality-page { min-height: 520px; padding: 28px 26px; }.quality-page > h1 { margin: 0 0 12px; color: #333; font-size: 16px; }.quality-page > h1::before { content: '\25B6'; margin-right: 7px; color: #d70915; font-size: 11px; }.policy-sheet { width: min(500px, 100%); margin: 0 0 0 auto; padding: 18px 28px 24px; background: #fff; border: 1px solid #ddd; box-shadow: 0 1px 3px rgba(0,0,0,.12); text-align: center; }.policy-logo { width: 80%; max-width: 300px; opacity: .72; }.policy-sheet h2 { margin: 14px 0 24px; font-size: 13px; font-weight: normal; }.policy-sheet p, .policy-sheet li { color: #333; font-size: 10px; line-height: 1.45; text-align: left; }.policy-sheet ul { padding: 0; margin: 20px 0; list-style: none; }.policy-sheet li { margin: 17px 0; padding-left: 14px; }.policy-sheet li::before { content: '\2713'; margin-left: -14px; margin-right: 6px; }.policy-signatures { display: flex; justify-content: space-around; gap: 22px; margin-top: 40px; color: #333; font-family: cursive; font-size: 12px; }.policy-signatures small { font-family: Arial, sans-serif; font-size: 9px; }
.hr-page { min-height: 440px; padding: 28px 26px; }.hr-page h1 { margin: 0 0 26px; color: #333; font-size: 16px; }.hr-page h1::before { content: '\25B6'; margin-right: 7px; color: #d70915; font-size: 11px; }.hr-page > p { max-width: none; margin: 7px 0; font-size: 12px; line-height: 1.4; }.hr-page ul { margin: 5px 0 16px; padding: 0; list-style: none; font-size: 12px; line-height: 1.8; }.hr-page li::before { content: '- '; }.hr-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; max-width: 550px; margin-top: 14px; }.hr-gallery a { display: block; padding: 3px; background: white; border: 1px solid #ccc; }.hr-gallery img { display: block; width: 100%; height: 82px; object-fit: cover; }
.cargo-page { min-height: 700px; padding: 28px 26px; }.cargo-page h1 { margin: 0 0 12px; color: #333; font-size: 16px; }.cargo-page h1::before, .cargo-section h2::before { content: '\25B6'; margin-right: 7px; color: #d70915; font-size: 11px; }.cargo-page > p, .cargo-section p { max-width: none; margin: 7px 0; font-size: 12px; line-height: 1.4; }.cargo-types { margin: 6px 0 16px; padding-left: 18px; font-size: 12px; line-height: 1.35; }.cargo-section { margin-top: 16px; }.cargo-section h2 { margin: 0 0 7px; font-size: 13px; text-transform: uppercase; }.cargo-section img { display: block; width: 100%; max-width: 650px; height: 190px; margin-top: 8px; object-fit: cover; }
.security-page { min-height: 440px; padding: 28px 26px; }.security-page h1 { margin: 0 0 14px; color: #333; font-size: 16px; }.security-page h1::before { content: '\25B6'; margin-right: 7px; color: #d70915; font-size: 11px; }.security-page p { max-width: none; margin: 9px 0; font-size: 14px; line-height: 1.45; }
.social-page { min-height: 650px; padding: 28px 26px; }.social-page h1 { margin: 0 0 14px; color: #333; font-size: 16px; }.social-page h1::before, .social-page h2::before { content: '\25B6'; margin-right: 7px; color: #d70915; font-size: 11px; }.social-page > p { margin: 7px 0 26px; font-size: 12px; }.social-page h2 { margin: 18px 0 10px; font-size: 13px; text-transform: uppercase; }.social-list p { margin: 0 0 19px; font-size: 12px; line-height: 1.4; }
.services-page { min-height: 440px; padding: 28px 26px; }.services-page h1 { margin: 0 0 28px; color: #333; font-size: 16px; }.services-page h1::before { content: '\25B6'; margin-right: 7px; color: #d70915; font-size: 11px; }.services-page p { max-width: none; margin: 9px 0; font-size: 14px; line-height: 1.45; }
.area-page { min-height: 440px; padding: 28px 26px; }.area-page h1 { margin: 0 0 12px; color: #333; font-size: 16px; }.area-page h1::before, .area-page li::before { content: '\25B6'; margin-right: 7px; color: #d70915; font-size: 11px; }.area-page p { max-width: none; margin: 7px 0; font-size: 14px; line-height: 1.45; }.area-page ul { margin: 8px 0 0 18px; padding: 0; list-style: none; font-size: 14px; line-height: 2; }.area-page li { padding-left: 0; }
.licenses-page { min-height: 520px; padding: 28px 26px; }.licenses-page h1 { margin: 0 0 15px; color: #333; font-size: 16px; }.licenses-page h1::before, .licenses-page .project-heading::before { content: '\25B6'; margin-right: 7px; color: #d70915; font-size: 11px; }.license-feature { display: grid; grid-template-columns: minmax(0, 1fr) 180px; align-items: center; gap: 24px; margin: 20px 0 35px; }.license-feature h2 { margin: 0 0 12px; font-size: 14px; font-style: italic; }.license-feature p, .licenses-page > p { margin: 7px 0; font-size: 12px; line-height: 1.4; }.license-feature img { justify-self: center; max-width: 170px; max-height: 130px; object-fit: contain; }.licenses-page .project-heading { margin: 12px 0; font-size: 14px; text-transform: uppercase; }.license-logos { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 25px; }.license-logos img { width: 125px; height: 75px; padding: 4px; background: white; object-fit: contain; border-radius: 3px; }
.footer { padding: 20px 0; background: rgba(255,255,255,.9); border-top: 1px solid #d90a16; }.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 11px; }.footer-logo { width: 180px; }.footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }.footer nav a { color: #424141; text-decoration: none; }
@media (max-width: 760px) { .top { height: 125px; }.logo { width: 240px; margin-top: 22px; }.work-link { margin: 36px 6px 0 0; padding: 10px; font-size: 12px; }.menu-toggle { display: block; width: 100%; padding: 12px; color: white; background: #4e383a; border: 0; text-align: left; text-transform: uppercase; }.main-menu { display: none; flex-direction: column; }.main-menu.open { display: flex; }.main-menu > li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }.main-menu a, .main-menu button { width: 100%; text-align: left; }.submenu { position: static; min-width: 0; border: 0; }.hero { height: 190px; }.highlights { grid-template-columns: repeat(2, 1fr); gap: 22px 12px; padding-top: 25px; }.highlight { min-height: 250px; }.highlight img { width: 130px; height: 130px; }.service-grid { grid-template-columns: 1fr; }.gallery { grid-template-columns: repeat(4, 1fr); }.license-feature { grid-template-columns: 1fr; }.license-feature img { order: -1; }.footer-inner { align-items: flex-start; flex-direction: column; }.footer nav { justify-content: flex-start; } }
@media (max-width: 420px) { .top { height: 110px; }.logo { width: 190px; }.work-link { margin-top: 32px; font-size: 10px; }.hero { height: 145px; }.highlights { grid-template-columns: 1fr; }.highlight { min-height: auto; }.highlight img { width: 150px; height: 150px; } }
