@import url("/custom/9441/css/content.css");
@import url('/custom/9441/../../admin/forms.css');
@charset "iso-8859-1";

:root {
--green-950: #0d2a19;
--green-900: #12361f;
--green-800: #18512a;
--green-700: #16813d;
--green-600: #20a04d;
--green-100: #e8f6ec;
--mint-200: #ccebd5;
--gold-500: #d99a2b;
--blue-100: #e7f0f4;
--ink-900: #18231d;
--ink-700: #3d4b42;
--ink-500: #69766e;
--line: #dfe8e2;
--surface: #ffffff;
--surface-soft: #f6f9f5;
--page: #f3f6f1;
--shadow: 0 16px 36px rgba(18, 54, 31, 0.1);
--shadow-soft: 0 10px 24px rgba(18, 54, 31, 0.08);
--radius: 8px;
}

* {
box-sizing: border-box;
}

html {
width: 100%;
max-width: 100%;
min-width: 0;
overflow-x: hidden;
}

body {
width: 100%;
max-width: 100%;
margin: 0;
overflow-x: hidden;
background: linear-gradient(180deg, #ffffff 0, var(--page) 360px, #edf3ed 100%);
color: var(--ink-700);
font: 15px/1.65 Arial, Helvetica, sans-serif;
}

a {
color: var(--green-700);
text-decoration: none;
transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

a:hover,
a:focus {
color: var(--green-900);
text-decoration: none;
}

img,
object,
embed,
iframe {
max-width: 100%;
}

img {
height: auto;
border: 0;
display: inline-block;
}

ul,
ol {
margin: 0;
padding: 0;
}

li {
list-style: none;
}

p {
margin: 0 0 14px;
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

.site {
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0 0 32px;
overflow: clip;
}

/* Header */
.header {
position: relative;
z-index: 20;
background: rgba(255, 255, 255, 0.96);
border-bottom: 1px solid rgba(223, 232, 226, 0.9);
box-shadow: 0 12px 30px rgba(18, 54, 31, 0.06);
}

.header-inner {
display: grid;
grid-template-columns: auto minmax(260px, 360px);
align-items: center;
justify-content: space-between;
gap: 24px;
width: min(1180px, calc(100% - 40px));
margin: 0 auto;
padding: 14px 0 10px;
background: transparent;
}

.logo-header {
flex: 0 0 auto;
}

.logo-header a {
display: block;
line-height: 0;
}

.logo-header img {
width: 178px;
max-height: 78px;
object-fit: contain;
}

.form-header {
display: flex;
align-items: stretch;
width: min(100%, 360px);
margin: 0;
background: var(--surface);
border: 1px solid var(--line);
border-radius: 999px;
box-shadow: 0 8px 22px rgba(18, 54, 31, 0.06);
overflow: hidden;
}

.form-header input[type="text"] {
flex: 1 1 auto;
min-width: 0;
height: 42px;
border: 0;
padding: 0 14px;
color: var(--ink-700);
font: 14px Arial, Helvetica, sans-serif;
background: #ffffff;
outline: none;
}

.form-header input[type="text"]:focus {
box-shadow: inset 0 0 0 2px rgba(32, 148, 71, 0.3);
}

.search-submit {
flex: 0 0 auto;
border: 0;
padding: 0 20px;
background: var(--green-700);
color: #ffffff;
font: bold 13px Arial, Helvetica, sans-serif;
cursor: pointer;
}

.search-submit:hover,
.search-submit:focus {
background: var(--green-900);
}

.menu {
background: transparent;
border-top: 1px solid rgba(223, 232, 226, 0.75);
}

.menu-list {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
gap: 6px;
width: min(1180px, calc(100% - 40px));
min-height: 50px;
margin: 0 auto;
padding: 8px 0 10px;
}

.menu .headlink {
display: block;
}

.menu a {
display: block;
padding: 10px 12px;
color: var(--ink-700);
font: bold 14px/1 Arial, Helvetica, sans-serif;
border: 1px solid transparent;
border-radius: 999px;
}

.menu-cta {
margin-left: auto;
}

.menu-cta a {
padding-right: 18px;
padding-left: 18px;
background: var(--green-700);
border-color: var(--green-700);
color: #ffffff;
}

.menu a:hover,
.menu a:focus {
background: var(--green-100);
border-color: var(--mint-200);
color: var(--green-900);
}

.menu-cta a:hover,
.menu-cta a:focus {
background: var(--green-900);
border-color: var(--green-900);
color: #ffffff;
}

/* Layout */
.wrapper {
width: min(1180px, calc(100% - 40px));
max-width: 100%;
margin: 28px auto 0;
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
overflow: visible;
}

.wrapper-home {
width: 100%;
margin-top: 0;
background: linear-gradient(180deg, #f8fbf6 0, #ffffff 58%, #edf3ed 100%);
}

.banner-topo {
margin-bottom: 22px;
padding: 8px;
background: var(--surface);
border: 1px solid rgba(223, 232, 226, 0.9);
border-radius: var(--radius);
box-shadow: var(--shadow-soft);
text-align: center;
}

.banner-topo img,
.banner-topo object,
.banner-topo embed {
width: 100%;
max-width: 950px;
border-radius: var(--radius);
display: block;
margin: 0 auto;
}

.layout-grid {
display: grid;
grid-template-columns: 280px minmax(0, 1fr);
gap: 28px;
align-items: start;
width: 100%;
max-width: 100%;
}

.layout-grid-home {
display: block;
}

.site-sidebar,
.conteudo {
min-width: 0;
}

.site-sidebar {
display: flex;
flex-direction: column;
gap: 16px;
}

.site-sidebar > img,
.site-sidebar > a img,
.site-sidebar object,
.site-sidebar embed {
width: 100%;
border-radius: var(--radius);
display: block;
}

.cont-left {
display: flex;
flex-direction: column;
gap: 16px;
width: 100%;
}

.sidebar-section {
padding: 16px;
background: rgba(255, 255, 255, 0.82);
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow-soft);
}

.sidebar-section h2 {
margin: 0 0 13px;
color: var(--ink-900);
font: bold 17px/1.2 Arial, Helvetica, sans-serif;
}

.noticia {
display: grid;
grid-template-columns: 46px minmax(0, 1fr);
gap: 10px;
align-items: start;
padding: 12px 0;
border-top: 1px solid var(--line);
}

.noticia:first-of-type {
border-top: 0;
padding-top: 0;
}

.data-not {
min-height: 42px;
padding: 7px 4px;
background: #ffffff;
border: 1px solid var(--line);
border-radius: var(--radius);
color: var(--gold-500);
font: bold 11px/1.15 Arial, Helvetica, sans-serif;
text-align: center;
text-transform: uppercase;
}

.noticia .text a {
display: block;
color: var(--ink-700);
font-size: 13px;
line-height: 1.35;
}

.noticia .text a:hover,
.noticia .text a:focus {
color: var(--green-700);
}

.mais-noticia {
margin: 4px 0 0;
text-align: right;
}

.mais-noticia a {
font-weight: bold;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0;
}

.project-thumbs {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 10px;
}

.project-thumbs li,
.project-thumbs a {
display: block;
}

.project-thumbs img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
border-radius: var(--radius);
border: 1px solid var(--line);
background: #ffffff;
}

.conteudo {
width: 100%;
max-width: 100%;
padding: 28px;
background: var(--surface);
border: 1px solid rgba(223, 232, 226, 0.95);
border-radius: var(--radius);
box-shadow: var(--shadow-soft);
overflow: hidden;
overflow-wrap: break-word;
word-wrap: break-word;
}

.layout-grid-home .conteudo {
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
overflow: visible;
}

.conteudo h1,
.conteudo h2,
.conteudo h3 {
color: var(--ink-900);
line-height: 1.2;
}

.conteudo h1 {
margin: 0 0 18px;
font-size: 30px;
}

.conteudo h2 {
margin: 0 0 20px;
padding: 0 0 12px;
background: transparent;
color: var(--ink-900);
border-bottom: 1px solid var(--line);
border-radius: 0;
font: bold 26px/1.2 Arial, Helvetica, sans-serif;
}

.conteudo h2 a {
color: inherit;
}

.conteudo h3 {
font-size: 18px;
}

.conteudo ul,
.conteudo ol {
margin: 0 0 18px;
}

.conteudo li {
position: relative;
padding-left: 22px;
margin-bottom: 9px;
}

.conteudo li:before {
content: "";
position: absolute;
top: 0.7em;
left: 2px;
width: 8px;
height: 8px;
background: var(--green-600);
border-radius: 50%;
}

.conteudo img {
max-width: 100%;
height: auto;
}

.conteudo table,
.conteudo tbody,
.conteudo thead,
.conteudo tfoot,
.conteudo tr,
.conteudo td,
.conteudo th {
max-width: 100%;
}

.conteudo table {
width: 100%;
border-collapse: collapse;
table-layout: auto;
}

.conteudo td,
.conteudo th {
min-width: 0;
vertical-align: top;
}

.conteudo iframe,
.conteudo object,
.conteudo embed {
width: 100%;
max-width: 100%;
}

.conteudo [style*="width"] {
max-width: 100% !important;
}

.conteudo img[width],
.conteudo input[width],
.conteudo textarea[width],
.conteudo select[width] {
max-width: 100% !important;
height: auto !important;
}

/* Home */
.eyebrow {
margin: 0 0 12px;
color: var(--green-700);
font-size: 12px;
font-weight: bold;
letter-spacing: 0;
text-transform: uppercase;
}

.home-hero {
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
gap: 48px;
align-items: center;
width: min(1180px, calc(100% - 40px));
min-height: 560px;
margin: 0 auto;
padding: 54px 0 44px;
}

.home-hero__content {
min-width: 0;
}

.home-hero h1 {
max-width: 680px;
margin: 0 0 20px;
color: var(--ink-900);
font-size: 52px;
line-height: 1.04;
letter-spacing: 0;
}

.home-hero__text {
max-width: 600px;
margin-bottom: 26px;
color: var(--ink-700);
font-size: 18px;
line-height: 1.7;
}

.home-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
}

.button-link,
.button,
input.button,
button.button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 0 20px;
border: 1px solid var(--green-700);
border-radius: 999px;
background: var(--green-700);
color: #ffffff;
font: bold 13px/1 Arial, Helvetica, sans-serif;
cursor: pointer;
text-align: center;
text-decoration: none;
}

.button-link--ghost {
background: transparent;
border-color: var(--line);
color: var(--green-900);
}

.button-link:hover,
.button-link:focus,
.button:hover,
.button:focus,
input.button:hover,
input.button:focus,
button.button:hover,
button.button:focus {
background: var(--green-900);
border-color: var(--green-900);
color: #ffffff;
}

.button-link--ghost:hover,
.button-link--ghost:focus {
background: var(--green-100);
border-color: var(--mint-200);
color: var(--green-900);
}

.home-hero__media {
position: relative;
min-width: 0;
border-radius: var(--radius);
padding: 0 16px 18px 0;
}

.home-hero__media img {
position: relative;
z-index: 1;
display: block;
width: 100%;
height: 460px;
object-fit: cover;
border-radius: var(--radius);
box-shadow: var(--shadow);
}

.home-hero__note {
position: absolute;
z-index: 2;
left: -18px;
bottom: 28px;
width: min(280px, calc(100% - 28px));
padding: 16px;
background: #ffffff;
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow);
}

.home-hero__note strong,
.home-hero__note span {
display: block;
}

.home-hero__note strong {
margin-bottom: 4px;
color: var(--ink-900);
font-size: 15px;
}

.home-hero__note span {
color: var(--ink-500);
font-size: 13px;
line-height: 1.45;
}

.home-metrics {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
width: min(1180px, calc(100% - 40px));
margin: 0 auto 54px;
}

.home-metrics a {
display: block;
min-height: 138px;
padding: 22px;
background: #ffffff;
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow-soft);
}

.home-metrics strong {
display: block;
margin-bottom: 8px;
color: var(--green-900);
font-size: 24px;
line-height: 1.1;
}

.home-metrics span {
display: block;
color: var(--ink-500);
font-size: 14px;
line-height: 1.55;
}

.home-metrics a:hover,
.home-metrics a:focus {
border-color: var(--mint-200);
transform: translateY(-2px);
}

.home-section,
.home-strip {
width: min(1180px, calc(100% - 40px));
margin: 0 auto 56px;
}

.section-heading {
display: grid;
grid-template-columns: minmax(180px, 0.36fr) minmax(0, 0.64fr);
gap: 28px;
align-items: end;
margin-bottom: 22px;
}

.section-heading h2,
.home-strip h2 {
margin: 0;
padding: 0;
background: transparent;
border: 0;
color: var(--ink-900);
font-size: 34px;
line-height: 1.14;
letter-spacing: 0;
}

.home-feature-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}

.home-feature-card {
display: flex;
flex-direction: column;
min-height: 100%;
background: #ffffff;
border: 1px solid var(--line);
border-radius: var(--radius);
box-shadow: var(--shadow-soft);
overflow: hidden;
}

.home-feature-card__image {
display: block;
background: var(--surface-soft);
line-height: 0;
}

.home-feature-card__image img {
display: block;
width: 100%;
aspect-ratio: 16 / 10;
object-fit: cover;
}

.home-feature-card div {
padding: 20px;
}

.home-feature-card h3 {
margin: 0 0 10px;
font-size: 21px;
line-height: 1.2;
}

.home-feature-card h3 a {
color: var(--ink-900);
}

.home-feature-card p {
margin: 0;
color: var(--ink-500);
font-size: 14px;
line-height: 1.6;
}

.home-feature-card--dark {
background: var(--green-900);
border-color: var(--green-900);
}

.home-feature-card--dark h3 a,
.home-feature-card--dark p {
color: #ffffff;
}

.home-feature-card--dark p {
color: rgba(255, 255, 255, 0.78);
}

.home-strip {
display: grid;
grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
gap: 28px;
align-items: center;
margin-bottom: 24px;
padding: 28px;
background: var(--green-950);
border-radius: var(--radius);
color: #ffffff;
}

.home-strip .eyebrow {
color: var(--mint-200);
}

.home-strip h2 {
color: #ffffff;
}

.home-strip p {
color: rgba(255, 255, 255, 0.78);
}

.home-strip__photos {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
}

.home-strip__photos img {
display: block;
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
border-radius: var(--radius);
border: 1px solid rgba(255, 255, 255, 0.18);
}

/* Contact */
.inf-contato {
display: flex;
align-items: center;
gap: 12px;
margin: 0 0 18px;
padding: 12px 14px;
background: var(--green-100);
border: 1px solid #cce4d2;
border-radius: 8px;
color: var(--green-900);
font-weight: bold;
}

.inf-contato img {
width: 28px;
height: 28px;
object-fit: contain;
}

.contact-layout {
display: grid;
grid-template-columns: minmax(0, 1fr) 300px;
gap: 24px;
align-items: start;
}

.contact-form-panel,
.contact-info-panel {
min-width: 0;
}

.contact-card {
padding: 18px;
background: var(--surface-soft);
border: 1px solid var(--line);
border-radius: 8px;
}

.formcontato {
width: auto;
float: none;
}

.formcontato h2 {
margin: 0 0 8px;
padding: 0;
background: transparent;
color: var(--ink-900);
font-size: 16px;
}

.formcontato h2.fone {
margin-top: 18px;
}

.formcontato p {
color: var(--ink-700);
word-break: break-word;
}

.map-link {
display: block;
line-height: 0;
}

.map-link img {
width: 100%;
border-radius: 8px;
border: 1px solid var(--line);
}

.contact-status {
max-width: 620px;
}

form.formulario-contato {
width: 100%;
margin: 0;
text-align: left;
}

form.formulario-contato fieldset {
padding: 0;
margin: 0;
border: 0;
}

form.formulario-contato dt,
form.formulario-contato dd {
margin: 0;
padding: 0;
}

form.formulario-contato label {
display: block;
margin: 0 0 6px;
color: var(--ink-900);
font-weight: bold;
}

form.formulario-contato input,
form.formulario-contato textarea,
form.formulario-contato select {
width: 100%;
max-width: 100%;
margin: 0 0 14px;
padding: 11px 12px;
border: 1px solid var(--line);
border-radius: 8px;
background: #ffffff;
color: var(--ink-700);
font: 14px Arial, Helvetica, sans-serif;
}

form.formulario-contato input {
height: 42px;
}

form.formulario-contato textarea {
min-height: 140px;
height: auto;
resize: vertical;
}

form.formulario-contato input:focus,
form.formulario-contato textarea:focus,
form.formulario-contato select:focus {
outline: none;
border-color: var(--green-600);
box-shadow: 0 0 0 3px rgba(32, 148, 71, 0.14);
}

form.formulario-contato input[type="submit"],
form.formulario-contato input.button,
form.formulario-contato button {
width: auto;
min-width: 130px;
height: 42px;
padding: 0 18px;
border-color: var(--green-700);
background: var(--green-700);
color: #ffffff;
font-weight: bold;
cursor: pointer;
}

form.formulario-contato input[type="submit"]:hover,
form.formulario-contato input.button:hover,
form.formulario-contato button:hover {
background: var(--green-900);
border-color: var(--green-900);
}

form.formulario-contato ul.errors {
margin: -6px 0 12px;
padding: 0;
}

form.formulario-contato ul.errors li {
display: block;
margin: 0 0 4px;
padding: 0;
color: #b3261e;
background: none;
font-size: 12px;
}

form.formulario-contato dd.captcha {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
}

form.formulario-contato dd.captcha label {
flex-basis: 100%;
}

form.formulario-contato dd.captcha br {
display: none;
}

form.formulario-contato dd.captcha img {
width: auto;
max-width: 170px;
margin: 0;
border: 1px solid var(--line);
border-radius: 8px;
}

form.formulario-contato dd.captcha #captcha-input {
flex: 1 1 150px;
width: auto;
max-width: 220px;
margin-bottom: 0;
}

/* Lists, albums and shared UI */
.fundo_clientes {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: stretch;
width: 100%;
margin: 0;
padding: 12px;
background: var(--surface-soft);
border-radius: 8px;
font-size: 0;
line-height: 0;
}

.fundo_clientes .fundo_clientes {
display: contents;
width: 100%;
padding: 0;
background: transparent;
border-radius: 0;
}

.fundo_clientes br {
display: none;
}

.fundo_clientes a {
display: none;
font-size: 0;
line-height: 0;
}

.fundo_clientes a:not(:has(img)) {
display: none;
}

.fundo_clientes a:has(img) {
display: flex;
flex: 0 0 calc((100% - 12px) / 2);
align-items: center;
justify-content: center;
box-sizing: border-box;
min-width: 0;
height: 112px;
padding: 10px;
background: #ffffff;
border: 1px solid #dfe8e2;
border-radius: 8px;
box-shadow: 0 8px 18px rgba(7, 26, 16, 0.07);
}

.fundo_clientes a img {
display: block;
width: 100% !important;
max-width: 128px !important;
height: 100% !important;
max-height: 88px;
padding: 0;
background: transparent;
border: 0;
border-radius: 8px;
box-shadow: none;
object-fit: contain;
}

.fundo_clientes > img,
.fundo_clientes .fundo_clientes > img {
flex: 0 0 calc((100% - 12px) / 2);
box-sizing: border-box;
width: calc((100% - 12px) / 2) !important;
max-width: none !important;
height: 112px !important;
padding: 10px;
background: #ffffff;
border: 1px solid #dfe8e2;
border-radius: 8px;
box-shadow: 0 8px 18px rgba(7, 26, 16, 0.07);
object-fit: contain;
}

.clientes {
float: none;
display: inline-block;
margin: 10px;
vertical-align: top;
}

.mostrar {
margin-top: 10px;
padding: 14px;
background: #ffffff;
border: 1px solid var(--line);
border-radius: 8px;
}

.mostrar img {
float: left;
margin: 0 12px 10px 0;
border-radius: 8px;
}

.photo {
float: none;
display: inline-block;
width: min(100%, 180px);
height: auto;
margin: 0 14px 16px 0;
padding: 0;
overflow: hidden;
vertical-align: top;
}

.photo img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
border-radius: 8px;
border: 1px solid var(--line);
}

.pager {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 6px;
margin: 20px 0 0;
padding: 12px;
background: var(--surface-soft);
border-radius: 8px;
text-align: center;
}

.pager a,
.pager a:hover {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 34px;
height: 34px;
padding: 0 10px;
border-radius: 8px;
background: #ffffff;
border: 1px solid var(--line);
color: var(--ink-700);
font-weight: bold;
text-decoration: none;
}

.pager a:hover,
.pager a:focus,
.pager a.atual,
.pager a.atual:hover {
background: var(--green-700);
border-color: var(--green-700);
color: #ffffff;
}

p.messageAlert,
p.messageError,
p.messageInfo,
p.messageSuccess {
display: block;
margin: 0 0 16px;
padding: 12px 14px;
border: 1px solid transparent;
border-left-width: 5px;
border-radius: 8px;
background-image: none;
font-size: 14px;
line-height: 1.45;
}

p.messageAlert {
border-color: #e1ad35;
background: #fff8e7;
color: #70510b;
}

p.messageError {
border-color: #d14343;
background: #fff0f0;
color: #8f1d1d;
}

p.messageInfo {
border-color: #3e7bb6;
background: #eef7ff;
color: #17476e;
}

p.messageSuccess {
border-color: var(--green-600);
background: var(--green-100);
color: var(--green-900);
}

.newsletter-window {
padding: 0 8px;
}

#TB_window {
border-width: 1px;
}

#TB_ajaxContent.TB_modal {
padding: 0;
}

#TB_ajaxContent.TB_modal h3 {
margin: 0;
padding: 10px 12px;
background: var(--green-700);
color: #ffffff;
border-bottom: 0;
}

div .link-close {
text-align: center;
}

/* Footer */
.footer {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 10px 18px;
width: min(1180px, calc(100% - 40px));
margin: 28px auto 0;
padding: 18px 24px;
background: var(--green-900);
border-radius: 8px;
color: rgba(255, 255, 255, 0.86);
text-align: center;
}

.footer p {
margin: 0;
color: rgba(255, 255, 255, 0.9);
font-size: 13px;
}

.footer a {
color: #ffffff;
font-weight: bold;
}

.footer .logo {
float: none;
display: inline-block;
}

@media (max-width: 920px) {
.header-inner {
grid-template-columns: 1fr;
justify-items: center;
text-align: center;
}

.form-header {
width: min(100%, 520px);
}

.menu-list {
justify-content: center;
}

.menu-cta {
margin-left: 0;
}

.layout-grid {
display: flex;
flex-direction: column;
gap: 20px;
}

.conteudo {
order: 1;
}

.site-sidebar {
order: 2;
width: 100%;
}

.cont-left {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-hero {
grid-template-columns: 1fr;
min-height: 0;
padding-top: 42px;
}

.home-hero h1 {
max-width: 760px;
font-size: 40px;
}

.home-hero__media {
width: min(100%, 680px);
margin: 0 auto;
}

.section-heading,
.home-strip {
grid-template-columns: 1fr;
}

.home-feature-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}

@media (max-width: 700px) {
body {
font-size: 14px;
}

.site {
padding-bottom: 0;
}

.header,
.footer {
border-radius: 0;
}

.footer {
width: 100%;
margin-top: 0;
}

.header-inner,
.menu-list,
.wrapper,
.home-hero,
.home-metrics,
.home-section,
.home-strip {
width: calc(100% - 24px);
}

.header-inner {
padding: 14px 0 12px;
}

.logo-header img {
width: 168px;
}

.menu-list {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
gap: 8px;
padding: 10px 0 12px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.menu .headlink {
flex: 0 0 auto;
min-width: 0;
}

.menu-cta {
margin-left: 0;
}

.menu a {
min-height: 40px;
padding: 11px 12px;
background: var(--surface-soft);
border-color: var(--line);
border-radius: var(--radius);
text-align: center;
font-size: 12px;
line-height: 1.2;
white-space: nowrap;
}

.menu-cta a {
background: var(--green-700);
border-color: var(--green-700);
color: #ffffff;
}

.wrapper {
margin-top: 18px;
}

.wrapper-home {
width: 100%;
margin-top: 0;
}

.conteudo {
padding: 20px;
}

.layout-grid-home .conteudo {
padding: 0;
}

.contact-layout,
.cont-left,
.home-metrics,
.home-feature-grid {
grid-template-columns: 1fr;
}

.home-hero {
gap: 26px;
padding: 34px 0 28px;
}

.home-hero h1 {
font-size: 30px;
line-height: 1.1;
}

.home-hero__text {
font-size: 15px;
}

.home-hero__media img {
height: 280px;
}

.home-hero__note {
position: relative;
left: auto;
bottom: auto;
width: auto;
margin: -42px 14px 0;
}

.home-metrics {
margin-bottom: 36px;
}

.home-section,
.home-strip {
margin-bottom: 36px;
}

.section-heading h2,
.home-strip h2 {
font-size: 26px;
}

.home-strip {
padding: 20px;
}

.home-strip__photos {
gap: 8px;
}

.conteudo h1 {
font-size: 24px;
}

.conteudo h2 {
font-size: 23px;
}

.conteudo table,
.conteudo tbody,
.conteudo thead,
.conteudo tfoot,
.conteudo tr,
.conteudo td,
.conteudo th {
display: block;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}

.conteudo td,
.conteudo th {
padding-left: 0 !important;
padding-right: 0 !important;
}

.conteudo [style*="width"],
.conteudo [style*="WIDTH"],
.conteudo [style*="min-width"],
.conteudo [style*="MIN-WIDTH"] {
width: auto !important;
min-width: 0 !important;
max-width: 100% !important;
}

.conteudo [style*="margin-left"],
.conteudo [style*="margin-right"],
.conteudo [style*="MARGIN-LEFT"],
.conteudo [style*="MARGIN-RIGHT"] {
margin-left: 0 !important;
margin-right: 0 !important;
}

.conteudo img,
.conteudo img[width],
.conteudo [align="left"],
.conteudo [align="right"],
.conteudo [style*="float"] {
float: none !important;
display: block;
max-width: 100% !important;
height: auto !important;
margin-left: auto !important;
margin-right: auto !important;
}

.conteudo p,
.conteudo div,
.conteudo span,
.conteudo li,
.conteudo td {
overflow-wrap: anywhere;
}

.project-thumbs {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media (max-width: 460px) {
.form-header input[type="text"] {
font-size: 13px;
}

.search-submit {
padding: 0 14px;
}

.home-actions {
display: grid;
grid-template-columns: 1fr;
}

.home-hero__media img {
height: 240px;
}

.home-strip__photos,
.project-thumbs {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inf-contato {
align-items: flex-start;
}

form.formulario-contato dd.captcha {
display: block;
}

form.formulario-contato dd.captcha img {
margin-bottom: 10px;
}

form.formulario-contato dd.captcha #captcha-input {
width: 100%;
max-width: 100%;
}
}

/* 2026 final cascade */
body {
background: linear-gradient(180deg, #071a10 0, #071a10 214px, #f4f7f2 214px, #eef4ee 100%);
color: #15231a;
font: 15px/1.7 Arial, Helvetica, sans-serif;
}

.site {
width: 100%;
padding-bottom: 0;
}

.header {
background:
radial-gradient(circle at 12% 0, rgba(32, 160, 77, 0.35), transparent 34%),
linear-gradient(135deg, #071a10 0, #0e321d 52%, #144d2b 100%);
border: 0;
border-radius: 0;
box-shadow: none;
color: #ffffff;
}

.header-inner {
display: grid;
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
justify-content: space-between;
gap: 28px;
width: min(1240px, calc(100% - 48px));
margin: 0 auto;
padding: 24px 0 18px;
background: transparent;
text-align: left;
}

.brand-lockup {
display: flex;
align-items: center;
gap: 18px;
min-width: 0;
}

.logo-header {
flex: 0 0 auto;
padding: 12px;
background: #ffffff;
border-radius: var(--radius);
box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.logo-header img {
width: 160px;
max-height: 70px;
display: block;
}

.brand-copy {
display: grid;
gap: 4px;
min-width: 0;
}

.brand-copy span {
color: rgba(255, 255, 255, 0.72);
font-size: 12px;
font-weight: bold;
letter-spacing: 0;
text-transform: uppercase;
}

.brand-copy strong {
max-width: 430px;
color: #ffffff;
font-size: 24px;
line-height: 1.15;
letter-spacing: 0;
}

.header-actions {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 12px;
min-width: 0;
}

.form-header {
display: flex;
width: min(100%, 390px);
background: rgba(255, 255, 255, 0.96);
border: 1px solid rgba(255, 255, 255, 0.26);
border-radius: var(--radius);
box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.form-header input[type="text"] {
height: 48px;
padding: 0 16px;
font-size: 14px;
}

.search-submit,
.header-contact {
min-height: 48px;
border-radius: var(--radius);
background: #d99a2b;
color: #071a10;
font-weight: bold;
}

.search-submit {
padding: 0 18px;
}

.header-contact {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 18px;
border: 1px solid rgba(255, 255, 255, 0.24);
text-decoration: none;
}

.search-submit:hover,
.search-submit:focus,
.header-contact:hover,
.header-contact:focus {
background: #ffffff;
color: #071a10;
}

.menu {
background: rgba(255, 255, 255, 0.96);
border-top: 1px solid rgba(255, 255, 255, 0.12);
border-bottom: 1px solid #dfe8e2;
}

.menu-list {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
gap: 10px;
width: min(1240px, calc(100% - 48px));
min-height: 68px;
margin: 0 auto;
padding: 12px 0;
}

.menu a {
min-height: 42px;
padding: 13px 15px;
background: #f6f9f5;
border: 1px solid #dfe8e2;
border-radius: var(--radius);
color: #15231a;
font-size: 13px;
}

.menu a:hover,
.menu a:focus {
background: #071a10;
border-color: #071a10;
color: #ffffff;
}

.wrapper {
width: 100%;
margin: 0;
padding: 0;
background: transparent;
box-shadow: none;
}

.wrapper-home {
background: linear-gradient(180deg, #f4f7f2 0, #ffffff 52%, #edf3ed 100%);
}

.wrapper-internal {
padding: 0 0 52px;
background:
linear-gradient(180deg, rgba(7, 26, 16, 0.03) 0, rgba(7, 26, 16, 0) 280px),
#eef4ee;
}

.internal-hero {
display: grid;
grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
gap: 30px;
align-items: stretch;
width: min(1240px, calc(100% - 48px));
margin: 34px auto 30px;
padding: 32px;
background: linear-gradient(135deg, rgba(7, 26, 16, 0.96) 0, rgba(13, 58, 31, 0.94) 62%, rgba(22, 129, 61, 0.9) 100%);
border: 1px solid rgba(255, 255, 255, 0.12);
border-radius: var(--radius);
box-shadow: 0 28px 70px rgba(7, 26, 16, 0.22);
overflow: hidden;
}

.internal-hero__copy {
display: flex;
flex-direction: column;
justify-content: center;
min-width: 0;
}

.internal-hero .eyebrow {
color: #d99a2b;
}

.internal-hero h1 {
max-width: 720px;
margin: 0 0 14px;
color: #ffffff;
font-size: 46px;
line-height: 1.05;
letter-spacing: 0;
}

.internal-hero p {
max-width: 620px;
color: rgba(255, 255, 255, 0.78);
font-size: 17px;
line-height: 1.65;
}

.internal-hero__actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 12px;
}

.button-link--light {
border-color: rgba(255, 255, 255, 0.28);
color: #ffffff;
}

.button-link--light:hover,
.button-link--light:focus {
background: rgba(255, 255, 255, 0.12);
border-color: rgba(255, 255, 255, 0.45);
color: #ffffff;
}

.internal-hero__media {
position: relative;
min-height: 260px;
border-radius: var(--radius);
overflow: hidden;
}

.internal-hero__media:after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(180deg, transparent, rgba(7, 26, 16, 0.18));
}

.internal-hero__media img {
display: block;
width: 100%;
height: 100%;
min-height: 260px;
object-fit: cover;
}

.banner-topo {
width: min(1240px, calc(100% - 48px));
margin: -12px auto 30px;
padding: 0;
background: transparent;
border: 0;
box-shadow: none;
}

.wrapper-internal .layout-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) 320px;
gap: 24px;
align-items: start;
width: min(1240px, calc(100% - 48px));
margin: 0 auto;
}

.conteudo {
min-height: 520px;
padding: clamp(30px, 4.3vw, 58px);
background: #ffffff;
border: 1px solid rgba(223, 232, 226, 0.85);
border-radius: var(--radius);
box-shadow: 0 26px 60px rgba(7, 26, 16, 0.1);
}

.layout-grid-home .conteudo {
padding: 0;
background: transparent;
border: 0;
border-radius: 0;
box-shadow: none;
}

.is-internal .conteudo h2 {
position: relative;
margin: 0 0 32px;
padding: 0 0 18px;
border: 0;
color: #101d15;
font-size: clamp(36px, 5vw, 58px);
line-height: 1;
letter-spacing: 0;
}

.is-internal .conteudo h2:after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 76px;
height: 5px;
background: #d99a2b;
border-radius: 999px;
}

.is-internal .conteudo p {
color: #314036;
font-size: 16px;
line-height: 1.82;
}

.is-internal .conteudo table {
display: block;
width: 100% !important;
margin: 0;
}

.is-internal .conteudo table tbody,
.is-internal .conteudo table tr {
display: block;
width: 100%;
}

.is-internal .conteudo table tr {
display: grid;
grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
gap: clamp(26px, 4vw, 58px);
align-items: start;
}

.is-internal .conteudo table td,
.is-internal .conteudo table th {
display: block;
width: 100% !important;
padding: 0 !important;
}

.is-internal .conteudo table td:first-child img {
width: 100% !important;
max-width: 360px !important;
margin: 0 0 22px !important;
border-radius: var(--radius);
box-shadow: 0 18px 34px rgba(7, 26, 16, 0.14);
}

.is-internal .conteudo ul {
display: grid;
gap: 10px;
margin: 0 0 22px;
}

.is-internal .conteudo li {
margin: 0;
padding: 13px 16px 13px 44px;
background: #f6f9f5;
border: 1px solid #dfe8e2;
border-radius: var(--radius);
color: #26342b;
}

.is-internal .conteudo li:before {
top: 17px;
left: 17px;
width: 12px;
height: 12px;
background: #16813d;
box-shadow: 0 0 0 5px #e8f6ec;
}

.site-sidebar {
position: sticky;
top: 18px;
gap: 14px;
}

.site-sidebar > img,
.site-sidebar > a img,
.site-sidebar object,
.site-sidebar embed {
box-shadow: 0 18px 34px rgba(7, 26, 16, 0.1);
}

.sidebar-section {
padding: 18px;
background: #ffffff;
border: 1px solid #dfe8e2;
border-radius: var(--radius);
box-shadow: 0 18px 42px rgba(7, 26, 16, 0.08);
}

.sidebar-section h2 {
margin-bottom: 16px;
color: #101d15;
font-size: 20px;
line-height: 1.15;
}

.sidebar-projects {
background: #071a10;
border-color: #071a10;
color: #ffffff;
}

.sidebar-projects h2 {
color: #ffffff;
}

.sidebar-projects .project-thumbs {
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 8px;
}

.sidebar-projects .project-thumbs img {
aspect-ratio: 1;
border: 1px solid rgba(255, 255, 255, 0.2);
}

.noticia {
grid-template-columns: 50px minmax(0, 1fr);
}

.data-not {
background: #f6f9f5;
color: #16813d;
}

.footer {
width: 100%;
margin: 0;
border-radius: 0;
padding: 24px;
background: #071a10;
}

@media (max-width: 1020px) {
.header-inner {
grid-template-columns: 1fr;
}

.header-actions {
justify-content: stretch;
}

.form-header {
flex: 1 1 auto;
width: auto;
}

.internal-hero,
.wrapper-internal .layout-grid {
grid-template-columns: 1fr;
}

.site-sidebar {
position: static;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.site-sidebar > img,
.site-sidebar > a,
.site-sidebar > object,
.site-sidebar > embed {
grid-column: 1 / -1;
}
}

@media (max-width: 720px) {
body {
background: linear-gradient(180deg, #071a10 0, #071a10 178px, #eef4ee 178px, #eef4ee 100%);
}

.header-inner,
.menu-list,
.internal-hero,
.banner-topo,
.wrapper-internal .layout-grid,
.home-hero,
.home-metrics,
.home-section,
.home-strip {
width: calc(100% - 24px);
}

.header-inner {
padding: 16px 0 12px;
gap: 16px;
}

.brand-lockup {
align-items: flex-start;
}

.logo-header img {
width: 128px;
}

.brand-copy strong {
font-size: 18px;
}

.header-actions {
display: grid;
grid-template-columns: 1fr;
}

.header-contact {
width: 100%;
}

.menu-list {
flex-wrap: nowrap;
justify-content: flex-start;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.menu .headlink {
flex: 0 0 auto;
}

.menu a {
white-space: nowrap;
}

.internal-hero {
margin-top: 22px;
padding: 22px;
}

.internal-hero h1 {
font-size: 32px;
}

.internal-hero p {
font-size: 15px;
}

.internal-hero__media {
min-height: 210px;
}

.internal-hero__media img {
min-height: 210px;
}

.conteudo {
padding: 24px;
}

.is-internal .conteudo h2 {
font-size: 34px;
}

.is-internal .conteudo table tr {
grid-template-columns: 1fr;
}

.is-internal .conteudo table td:first-child img {
max-width: 100% !important;
margin-right: 0 !important;
margin-left: 0 !important;
}

.site-sidebar {
grid-template-columns: 1fr;
}
}

@media (max-width: 460px) {
.brand-lockup {
display: grid;
}

.form-header {
display: grid;
grid-template-columns: 1fr auto;
}

.search-submit {
padding: 0 12px;
}

.internal-hero__actions {
display: grid;
}
}

.content-body {
max-width: 100%;
}

.content-album {
margin-top: 34px;
padding-top: 26px;
border-top: 1px solid #dfe8e2;
}

.content-album .album-photos {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 14px;
}

.content-album .photo {
display: block;
width: 100%;
margin: 0;
padding: 0;
}

.content-album .photo img {
aspect-ratio: 4 / 3;
border-radius: var(--radius);
box-shadow: 0 16px 30px rgba(7, 26, 16, 0.12);
}

/* Clean header + album grid refinement */
body {
background: #f3f7f2;
}

.header {
position: sticky;
top: 0;
z-index: 30;
background: rgba(255, 255, 255, 0.96);
border-bottom: 1px solid #dfe8e2;
box-shadow: 0 12px 30px rgba(7, 26, 16, 0.06);
color: #15231a;
}

.header-inner {
display: grid;
grid-template-columns: auto minmax(0, 1fr);
gap: 20px;
width: min(1240px, calc(100% - 48px));
padding: 12px 0 8px;
}

.brand-lockup {
gap: 12px;
}

.logo-header {
padding: 0;
background: transparent;
border-radius: 0;
box-shadow: none;
}

.logo-header img {
width: 168px;
max-height: 74px;
object-fit: contain;
}

.brand-copy {
display: none;
}

.header-actions {
justify-content: flex-end;
}

.form-header {
width: min(100%, 360px);
background: #ffffff;
border: 1px solid #dfe8e2;
border-radius: 999px;
box-shadow: none;
}

.form-header input[type="text"] {
height: 42px;
}

.search-submit,
.header-contact {
min-height: 42px;
border-radius: 999px;
background: #16813d;
color: #ffffff;
}

.search-submit:hover,
.search-submit:focus,
.header-contact:hover,
.header-contact:focus {
background: #071a10;
color: #ffffff;
}

.menu {
background: transparent;
border: 0;
}

.menu-list {
width: min(1240px, calc(100% - 48px));
min-height: auto;
padding: 0 0 12px;
gap: 6px 24px;
}

.menu a {
min-height: auto;
padding: 4px 0;
background: transparent;
border: 0;
border-radius: 0;
color: #2d3c33;
font-size: 14px;
font-weight: bold;
}

.menu a:hover,
.menu a:focus {
background: transparent;
border-color: transparent;
color: #16813d;
}

.wrapper-internal {
padding-bottom: 44px;
background: #f3f7f2;
}

.internal-hero {
grid-template-columns: minmax(0, 1fr) 220px;
gap: 22px;
width: min(1240px, calc(100% - 48px));
margin: 24px auto 24px;
padding: 24px;
background: #0b2a18;
box-shadow: 0 18px 42px rgba(7, 26, 16, 0.16);
}

.internal-hero h1 {
max-width: 760px;
font-size: clamp(30px, 4vw, 44px);
}

.internal-hero p {
max-width: 760px;
font-size: 16px;
}

.internal-hero__media,
.internal-hero__media img {
min-height: 190px;
}

.wrapper-internal .layout-grid {
grid-template-columns: minmax(0, 1fr) 300px;
margin: 24px auto 0;
}

.is-internal .conteudo .content-album {
display: block;
}

.is-internal .conteudo .content-album .album-photos {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}

.is-internal .conteudo .content-album .photo {
display: block;
width: 100%;
margin: 0;
padding: 0;
}

.is-internal .conteudo .photo {
float: none !important;
display: inline-block;
width: calc((100% - 40px) / 3);
margin: 0 16px 18px 0;
padding: 0;
vertical-align: top;
}

.is-internal .conteudo .photo img,
.is-internal .conteudo .content-album .photo img {
display: block;
width: 100%;
height: auto;
aspect-ratio: 4 / 3;
object-fit: cover;
border: 1px solid #dfe8e2;
border-radius: var(--radius);
box-shadow: 0 14px 28px rgba(7, 26, 16, 0.12);
}

.is-internal .conteudo .photo:nth-of-type(3n) {
margin-right: 0;
}

.is-internal .conteudo .photo + br,
.is-internal .conteudo .content-album br,
.is-internal .conteudo br[style*="clear"] {
display: none;
}

@media (max-width: 920px) {
.header-inner {
grid-template-columns: 1fr;
}

.header-actions {
display: grid;
grid-template-columns: 1fr auto;
}

.internal-hero,
.wrapper-internal .layout-grid {
grid-template-columns: 1fr;
}

.internal-hero__media {
display: none;
}

.is-internal .conteudo .content-album {
display: block;
}

.is-internal .conteudo .content-album .album-photos {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.is-internal .conteudo .photo {
width: calc((100% - 20px) / 2);
}
}

@media (max-width: 640px) {
.header-inner,
.menu-list,
.internal-hero,
.wrapper-internal .layout-grid {
width: calc(100% - 24px);
}

.header-actions {
grid-template-columns: 1fr;
}

.logo-header img {
width: 148px;
}

.menu-list {
flex-wrap: nowrap;
overflow-x: auto;
padding-bottom: 10px;
}

.menu .headlink {
flex: 0 0 auto;
}

.menu a {
white-space: nowrap;
}

.internal-hero {
margin-top: 14px;
padding: 20px;
}

.is-internal .conteudo .content-album {
display: block;
}

.is-internal .conteudo .content-album .album-photos {
grid-template-columns: 1fr;
}

.is-internal .conteudo .photo {
width: 100%;
margin-right: 0;
}

}

/* Visual polish pass */
body.is-internal {
background:
linear-gradient(135deg, rgba(217, 154, 43, 0.08) 0 18%, transparent 18% 100%),
linear-gradient(165deg, rgba(22, 129, 61, 0.12) 0 36%, transparent 36% 100%),
#eef4ee;
}

body.is-internal:before {
content: "";
position: fixed;
inset: 0;
z-index: -1;
pointer-events: none;
background:
linear-gradient(90deg, rgba(7, 26, 16, 0.035) 1px, transparent 1px),
linear-gradient(180deg, rgba(7, 26, 16, 0.028) 1px, transparent 1px);
background-size: 42px 42px;
mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 76%);
}

.header {
backdrop-filter: blur(14px);
}

.header:after {
content: "";
display: block;
height: 3px;
background: linear-gradient(90deg, #16813d, #d99a2b, #e7f0f4);
}

.logo-header img {
filter: drop-shadow(0 8px 16px rgba(7, 26, 16, 0.08));
transition: transform 0.24s ease;
}

.logo-header a:hover img,
.logo-header a:focus img {
transform: translateY(-2px);
}

.menu a {
position: relative;
}

.menu a:after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -7px;
height: 3px;
background: #d99a2b;
border-radius: 999px;
transform: scaleX(0);
transform-origin: left;
transition: transform 0.2s ease;
}

.menu a:hover:after,
.menu a:focus:after {
transform: scaleX(1);
}

.wrapper-internal .layout-grid {
grid-template-columns: minmax(0, 860px) 300px;
justify-content: center;
gap: 30px;
}

.conteudo {
position: relative;
min-height: 0;
padding: clamp(34px, 4.4vw, 58px);
background:
linear-gradient(140deg, rgba(232, 246, 236, 0.78) 0, rgba(255, 255, 255, 0.96) 38%, #ffffff 100%);
border: 1px solid rgba(255, 255, 255, 0.74);
box-shadow:
0 34px 90px rgba(7, 26, 16, 0.12),
inset 0 1px 0 rgba(255, 255, 255, 0.9);
overflow: hidden;
}

.conteudo:before {
content: "";
position: absolute;
inset: 0 0 auto;
height: 7px;
background: linear-gradient(90deg, #16813d, #d99a2b, #e7f0f4);
}

.conteudo:after {
content: "";
position: absolute;
right: -110px;
top: 112px;
width: 320px;
height: 86px;
background: linear-gradient(90deg, transparent, rgba(217, 154, 43, 0.12), rgba(22, 129, 61, 0.08));
transform: rotate(-18deg);
pointer-events: none;
}

.is-internal .conteudo h2 {
max-width: 760px;
margin-bottom: 40px;
color: #0f1f16;
text-wrap: balance;
}

.is-internal .conteudo h2:before {
content: "TEN Business";
display: block;
width: max-content;
margin-bottom: 12px;
padding: 7px 10px;
background: #e8f6ec;
border: 1px solid #ccebd5;
border-radius: 999px;
color: #16813d;
font-size: 12px;
line-height: 1;
text-transform: uppercase;
letter-spacing: 0;
}

.content-body {
position: relative;
z-index: 1;
}

.content-body > p:first-child,
.texto-conteudo > p:first-child {
font-size: 17px;
line-height: 1.78;
color: #27362d;
}

.is-internal .conteudo table tr {
grid-template-columns: minmax(240px, 0.38fr) minmax(0, 1fr);
gap: clamp(28px, 5vw, 70px);
}

.is-internal .conteudo table td:first-child {
position: relative;
}

.is-internal .conteudo table td:first-child img {
max-width: 100% !important;
padding: 6px;
background: #ffffff;
border: 1px solid #dfe8e2;
box-shadow: 0 22px 42px rgba(7, 26, 16, 0.16);
transform: rotate(-1.2deg);
transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.is-internal .conteudo table td:first-child img:hover {
transform: rotate(0deg) translateY(-3px);
box-shadow: 0 26px 52px rgba(7, 26, 16, 0.2);
}

.is-internal .conteudo table td:not(:first-child) {
padding-top: 8px !important;
}

.is-internal .conteudo strong {
color: #071a10;
}

.is-internal .conteudo a:not(.button-link) {
color: #16813d;
font-weight: bold;
text-decoration: underline;
text-decoration-color: rgba(217, 154, 43, 0.45);
text-underline-offset: 4px;
}

.site-sidebar {
top: 112px;
}

.sidebar-section {
position: relative;
overflow: hidden;
transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.sidebar-section:hover {
transform: translateY(-3px);
box-shadow: 0 24px 54px rgba(7, 26, 16, 0.13);
}

.sidebar-section h2 {
position: relative;
z-index: 1;
display: flex;
align-items: center;
gap: 10px;
}

.sidebar-section h2:before {
content: "";
width: 9px;
height: 9px;
background: #d99a2b;
border-radius: 50%;
box-shadow: 0 0 0 5px rgba(217, 154, 43, 0.16);
}

.sidebar-projects {
background:
linear-gradient(145deg, #071a10 0, #0b2f1b 62%, #123e25 100%);
box-shadow: 0 28px 70px rgba(7, 26, 16, 0.22);
}

.sidebar-projects:before {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%);
pointer-events: none;
}

.project-thumbs a,
.content-album .photo a,
.photo a {
position: relative;
overflow: hidden;
border-radius: var(--radius);
}

.project-thumbs img,
.is-internal .conteudo .photo img,
.is-internal .conteudo .content-album .photo img {
transition: transform 0.28s ease, filter 0.28s ease, box-shadow 0.28s ease;
}

.project-thumbs a:hover img,
.project-thumbs a:focus img,
.photo a:hover img,
.photo a:focus img {
transform: scale(1.045);
filter: saturate(1.08) contrast(1.03);
}

.sidebar-news {
background: linear-gradient(180deg, #ffffff 0, #f8fbf6 100%);
}

.noticia {
border-top-color: rgba(223, 232, 226, 0.82);
}

.noticia .text a {
color: #27362d;
font-weight: bold;
}

.data-not {
background: #ffffff;
box-shadow: inset 0 0 0 1px #e8f6ec;
}

.content-album {
position: relative;
}

.content-album:before {
content: "Galeria";
position: absolute;
top: -13px;
left: 0;
padding: 4px 10px;
background: #0b2a18;
border-radius: 999px;
color: #ffffff;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0;
}

.is-internal .conteudo .photo img,
.is-internal .conteudo .content-album .photo img {
background: #ffffff;
padding: 5px;
}

.gallery-lightbox-open {
overflow: hidden;
}

.gallery-lightbox {
position: fixed;
inset: 0;
z-index: 1000;
display: none;
align-items: center;
justify-content: center;
padding: 32px;
}

.gallery-lightbox.is-open {
display: flex;
}

.gallery-lightbox__backdrop {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.76);
}

.gallery-lightbox__dialog {
position: relative;
z-index: 1;
display: grid;
align-items: center;
justify-items: center;
width: min(100%, 1040px);
max-height: calc(100vh - 64px);
}

.gallery-lightbox__image {
display: block;
max-width: 100%;
max-height: calc(100vh - 110px);
border-radius: var(--radius);
background: #ffffff;
box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
object-fit: contain;
}

.gallery-lightbox__nav {
position: absolute;
z-index: 2;
display: inline-flex;
align-items: center;
justify-content: center;
border: 0;
background: rgba(255, 255, 255, 0.94);
color: #0b2a18;
box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
cursor: pointer;
border-radius: var(--radius);
font-size: 42px;
line-height: 1;
top: 50%;
width: 46px;
height: 62px;
transform: translateY(-50%);
}

.gallery-lightbox__nav--prev {
left: -23px;
}

.gallery-lightbox__nav--next {
right: -23px;
}

.gallery-lightbox__nav:hover,
.gallery-lightbox__nav:focus {
background: #ffffff;
color: #1b7f43;
outline: 2px solid rgba(217, 154, 43, 0.85);
outline-offset: 2px;
}

.gallery-lightbox__count {
margin-top: 12px;
padding: 5px 10px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.94);
color: #0b2a18;
font-size: 12px;
font-weight: bold;
}

@media (max-width: 640px) {
.gallery-lightbox {
padding: 18px;
}

.gallery-lightbox__dialog {
max-height: calc(100vh - 36px);
}

.gallery-lightbox__image {
max-height: calc(100vh - 112px);
}

.gallery-lightbox__nav {
top: auto;
bottom: 34px;
width: 48px;
height: 48px;
border-radius: 50%;
font-size: 34px;
transform: none;
}

.gallery-lightbox__nav--prev {
left: calc(50% - 58px);
}

.gallery-lightbox__nav--next {
right: calc(50% - 58px);
}
}

.footer {
background:
linear-gradient(90deg, #071a10, #0b2f1b 56%, #071a10);
}

@media (max-width: 920px) {
.wrapper-internal .layout-grid {
grid-template-columns: 1fr;
}

.conteudo:after {
display: none;
}

.site-sidebar {
top: auto;
}
}

@media (max-width: 640px) {
.conteudo {
padding: 28px 20px;
}

.is-internal .conteudo h2 {
margin-bottom: 28px;
}
}

/* Calm premium correction */
html {
scrollbar-color: #1b7f43 #eef4ee;
scrollbar-width: thin;
}

::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
background: #eef4ee;
}

::-webkit-scrollbar-thumb {
background: linear-gradient(180deg, #1b7f43, #0f4f2b);
border: 3px solid #eef4ee;
border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
background: linear-gradient(180deg, #229a52, #0b3d22);
}

body.is-internal {
background:
radial-gradient(circle at 11% 18%, rgba(27, 127, 67, 0.1), transparent 28%),
radial-gradient(circle at 88% 12%, rgba(217, 154, 43, 0.11), transparent 24%),
linear-gradient(180deg, #f8faf7 0, #eef4ee 100%);
color: #15231a;
}

body.is-internal:before {
display: none;
}

.header {
position: sticky;
top: 0;
z-index: 30;
background: rgba(255, 255, 255, 0.94);
border-bottom: 1px solid rgba(211, 224, 215, 0.9);
box-shadow: 0 14px 38px rgba(10, 42, 24, 0.08);
backdrop-filter: blur(16px);
}

.header:after {
display: none;
}

.header-inner {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
align-items: center;
gap: 28px;
width: min(1240px, calc(100% - 48px));
padding: 14px 0;
}

.logo-header img {
width: 200px;
max-height: 99px;
filter: none;
}

.brand-copy {
display: none;
}

.menu {
background: transparent;
border: 0;
min-width: 0;
}

.menu-list {
width: auto;
min-height: 0;
margin: 0 200px 0 0;
padding: 0;
gap: 20px;
justify-content: center;
}

.menu a {
position: relative;
padding: 8px 0;
background: transparent;
border: 0;
color: #25352b;
font-size: 13px;
font-weight: 700;
white-space: nowrap;
}

.menu a:after {
bottom: 1px;
height: 2px;
background: #1b7f43;
}

.menu a:hover,
.menu a:focus {
background: transparent;
color: #1b7f43;
}

.header-actions {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
}

.form-header {
width: 300px;
background: #ffffff;
border: 1px solid #d9e5dc;
border-radius: 999px;
box-shadow: 0 8px 22px rgba(10, 42, 24, 0.06);
}

.form-header input[type="text"] {
height: 42px;
}

.search-submit,
.header-contact {
min-height: 42px;
border-radius: 999px;
background: #1b7f43;
color: #ffffff;
box-shadow: 0 8px 18px rgba(27, 127, 67, 0.18);
}

.search-submit:hover,
.search-submit:focus,
.header-contact:hover,
.header-contact:focus {
background: #0f4f2b;
color: #ffffff;
transform: translateY(-1px);
}

.wrapper-internal {
padding-bottom: 56px;
background: transparent;
}

.wrapper-internal .layout-grid {
grid-template-columns: minmax(0, 880px) 300px;
justify-content: center;
gap: 34px;
width: min(1240px, calc(100% - 48px));
margin: 30px auto 0;
}

.conteudo {
position: relative;
padding: clamp(36px, 4.3vw, 60px);
background: rgba(255, 255, 255, 0.96);
border: 1px solid rgba(216, 229, 219, 0.95);
border-radius: 8px;
box-shadow: 0 26px 70px rgba(12, 47, 27, 0.1);
overflow: hidden;
}

.conteudo:before {
display: none;
}

.conteudo:after {
display: none;
}

.is-internal .conteudo h2 {
margin-bottom: 34px;
color: #102018;
font-size: clamp(42px, 5vw, 58px);
line-height: 0.98;
}

.is-internal .conteudo h2:before {
display: none;
}

.is-internal .conteudo h2:after {
width: 64px;
height: 4px;
background: #1b7f43;
}

.content-body,
.texto-conteudo {
color: #26362d;
}

.content-body > p:first-child,
.texto-conteudo > p:first-child {
max-width: 760px;
color: #33483b;
font-size: 17px;
line-height: 1.8;
}

.is-internal .conteudo table tr {
grid-template-columns: minmax(220px, 0.36fr) minmax(0, 1fr);
gap: clamp(30px, 5vw, 68px);
}

.is-internal .conteudo table td:first-child img {
padding: 0;
background: #ffffff;
border: 1px solid #dce7df;
border-radius: 8px;
box-shadow: 0 18px 38px rgba(12, 47, 27, 0.12);
transform: none;
}

.is-internal .conteudo table td:first-child img:hover {
transform: translateY(-3px);
box-shadow: 0 22px 48px rgba(12, 47, 27, 0.16);
}

.site-sidebar {
top: 112px;
}

.sidebar-section {
background: rgba(255, 255, 255, 0.96);
border: 1px solid rgba(216, 229, 219, 0.95);
border-radius: 8px;
box-shadow: 0 22px 54px rgba(12, 47, 27, 0.09);
}

.sidebar-section:hover {
transform: translateY(-2px);
box-shadow: 0 26px 60px rgba(12, 47, 27, 0.12);
}

.sidebar-section h2 {
color: #102018;
}

.sidebar-section h2:before {
background: #1b7f43;
box-shadow: 0 0 0 5px rgba(27, 127, 67, 0.14);
}

.sidebar-projects {
background: rgba(255, 255, 255, 0.96);
border-color: rgba(216, 229, 219, 0.95);
color: #15231a;
box-shadow: 0 22px 54px rgba(12, 47, 27, 0.09);
}

.sidebar-projects:before {
display: none;
}

.sidebar-projects h2 {
color: #102018;
}

.sidebar-projects .project-thumbs {
gap: 10px;
}

.sidebar-projects .project-thumbs img {
border: 1px solid #dce7df;
box-shadow: 0 10px 20px rgba(12, 47, 27, 0.1);
}

.project-thumbs a:hover img,
.project-thumbs a:focus img,
.photo a:hover img,
.photo a:focus img {
transform: scale(1.035);
filter: saturate(1.04);
}

.content-album:before {
background: #1b7f43;
}

.footer {
background: #0f2f1e;
}

@media (max-width: 1100px) {
.header-inner {
grid-template-columns: auto minmax(0, 1fr);
}

.menu {
grid-column: 1 / -1;
order: 3;
}

.menu-list {
justify-content: flex-start;
overflow-x: auto;
padding-bottom: 2px;
}
}

@media (max-width: 920px) {
.wrapper-internal .layout-grid {
grid-template-columns: 1fr;
}
}

@media (max-width: 640px) {
.header-inner,
.wrapper-internal .layout-grid {
width: calc(100% - 24px);
}

.header-inner {
grid-template-columns: 1fr;
gap: 12px;
}

.header-actions {
display: grid;
grid-template-columns: 1fr;
width: 100%;
}

.form-header {
width: 100%;
}

.logo-header img {
width: 142px;
}

.conteudo {
padding: 30px 22px;
}

.is-internal .conteudo h2 {
font-size: 36px;
}
}

/* Home operation cards refinement */
.home-feature-grid--refined {
align-items: stretch;
gap: 22px;
}

.home-feature-grid--refined .home-feature-card {
position: relative;
min-height: 100%;
background: #ffffff;
border: 1px solid rgba(216, 229, 219, 0.95);
border-radius: 8px;
box-shadow: 0 22px 54px rgba(12, 47, 27, 0.08);
transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.home-feature-grid--refined .home-feature-card:hover {
transform: translateY(-4px);
border-color: rgba(27, 127, 67, 0.28);
box-shadow: 0 28px 70px rgba(12, 47, 27, 0.13);
}

.home-feature-grid--refined .home-feature-card__image {
position: relative;
height: 194px;
overflow: hidden;
background: #e8f1ea;
}

.home-feature-grid--refined .home-feature-card__image:after {
content: "";
position: absolute;
inset: auto 0 0;
height: 52%;
background: linear-gradient(180deg, transparent, rgba(7, 26, 16, 0.28));
pointer-events: none;
}

.home-feature-grid--refined .home-feature-card__image img {
width: 100%;
height: 100%;
aspect-ratio: auto;
object-fit: cover;
filter: saturate(0.96) contrast(1.02);
transition: transform 0.32s ease, filter 0.32s ease;
}

.home-feature-grid--refined .home-feature-card:hover .home-feature-card__image img {
transform: scale(1.04);
filter: saturate(1.05) contrast(1.04);
}

.home-feature-grid--refined .home-feature-card--coverage .home-feature-card__image img {
object-position: center;
filter: saturate(0.9) contrast(1.02);
}

.home-feature-card__body {
display: flex;
flex-direction: column;
gap: 12px;
padding: 22px;
}

.feature-kicker {
display: inline-flex;
align-self: flex-start;
padding: 6px 10px;
background: #e8f6ec;
border: 1px solid #ccebd5;
border-radius: 999px;
color: #1b7f43;
font-size: 11px;
font-weight: bold;
line-height: 1;
text-transform: uppercase;
letter-spacing: 0;
}

.home-feature-grid--refined .home-feature-card h3 {
margin: 0;
color: #102018;
font-size: 22px;
line-height: 1.18;
}

.home-feature-grid--refined .home-feature-card h3 a {
color: inherit;
text-decoration: none;
}

.home-feature-grid--refined .home-feature-card p {
margin: 0;
color: #405248;
font-size: 14px;
line-height: 1.62;
}

.feature-tags {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin: 4px 0 0;
padding: 0;
list-style: none;
}

.feature-tags li {
display: inline-flex;
align-items: center;
min-height: 30px;
margin: 0;
padding: 7px 10px;
background: #f6f9f5;
border: 1px solid #dce7df;
border-radius: 999px;
color: #27362d;
font-size: 12px;
font-weight: bold;
line-height: 1;
}

.home-feature-card--dark {
background: linear-gradient(145deg, #0c2f1b 0, #103d24 100%);
border-color: rgba(12, 47, 27, 0.9);
}

@media (max-width: 920px) {
.home-feature-grid--refined .home-feature-card__image {
height: 210px;
}
}

@media (max-width: 640px) {
.home-feature-card__body {
padding: 18px;
}
}

/* Mobile top menu refinement */
.mobile-menu-button {
display: none;
}

@media (max-width: 640px) {
.header {
box-shadow: 0 10px 28px rgba(10, 42, 24, 0.1);
}

.header-inner {
grid-template-columns: minmax(0, 1fr) auto;
align-items: center;
gap: 10px 12px;
padding: 10px 0 12px;
}

.brand-lockup {
order: 1;
min-width: 0;
}

.logo-header img {
width: 136px;
}

.mobile-menu-button {
order: 2;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
justify-self: end;
min-height: 40px;
padding: 0 12px;
border: 1px solid #d9e5dc;
border-radius: 999px;
background: #ffffff;
color: #102018;
box-shadow: 0 8px 18px rgba(10, 42, 24, 0.08);
font: bold 13px/1 Arial, Helvetica, sans-serif;
cursor: pointer;
}

.mobile-menu-button__icon {
position: relative;
display: block;
width: 18px;
height: 12px;
}

.mobile-menu-button__icon:before,
.mobile-menu-button__icon:after,
.mobile-menu-button__icon span {
content: "";
position: absolute;
left: 0;
width: 18px;
height: 2px;
background: #1b7f43;
border-radius: 999px;
transition: opacity 0.18s ease, transform 0.18s ease;
}

.mobile-menu-button__icon:before {
top: 0;
}

.mobile-menu-button__icon span {
top: 5px;
}

.mobile-menu-button__icon:after {
bottom: 0;
}

.header.is-menu-open .mobile-menu-button {
border-color: #b7d7c2;
background: #e8f6ec;
color: #0f4f2b;
}

.header.is-menu-open .mobile-menu-button__icon:before {
transform: translateY(5px) rotate(45deg);
}

.header.is-menu-open .mobile-menu-button__icon span {
opacity: 0;
}

.header.is-menu-open .mobile-menu-button__icon:after {
transform: translateY(-5px) rotate(-45deg);
}

.header-actions {
order: 3;
grid-column: 1 / -1;
display: grid;
grid-template-columns: 1fr;
gap: 8px;
width: 100%;
}

.form-header {
width: 100%;
border-color: #d7e4db;
box-shadow: 0 8px 18px rgba(10, 42, 24, 0.06);
}

.form-header input[type="text"] {
height: 44px;
padding-left: 15px;
font-size: 14px;
}

.search-submit {
min-width: 66px;
padding: 0 13px;
}

.header-contact {
width: 100%;
min-height: 42px;
box-shadow: 0 8px 18px rgba(27, 127, 67, 0.16);
}

.menu {
order: 4;
grid-column: 1 / -1;
width: 100%;
margin-top: 2px;
}

.header.has-mobile-menu .menu {
display: none;
}

.header.has-mobile-menu.is-menu-open .menu {
display: block;
}

.menu-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
width: 100%;
margin: 0;
padding: 4px 0 0;
overflow: visible;
}

.menu .headlink {
min-width: 0;
}

.menu a {
display: flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 9px 10px;
background: #ffffff;
border: 1px solid #d9e5dc;
border-radius: 8px;
color: #203328;
box-shadow: 0 6px 14px rgba(10, 42, 24, 0.05);
font-size: 12px;
line-height: 1.18;
text-align: center;
white-space: normal;
}

.menu a:after {
display: none;
}

.menu a:hover,
.menu a:focus {
background: #e8f6ec;
border-color: #b7d7c2;
color: #0f4f2b;
}
}

/* Client logo albums */
.is-internal .conteudo .content-album.content-album--logos .album-photos {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
}

.is-internal .conteudo .content-album.content-album--logos .photo {
width: 100%;
margin: 0;
padding: 0;
}

.is-internal .conteudo .content-album.content-album--logos > .photo {
display: inline-block;
width: calc((100% - 14px) / 2);
margin: 0 14px 14px 0;
vertical-align: top;
}

.is-internal .conteudo .content-album.content-album--logos > .photo:nth-of-type(2n) {
margin-right: 0;
}

.is-internal .conteudo .content-album.content-album--logos .photo a {
display: flex;
align-items: center;
justify-content: center;
min-height: 118px;
padding: 10px;
background: #ffffff;
border: 1px solid #dfe8e2;
border-radius: 8px;
box-shadow: 0 10px 22px rgba(7, 26, 16, 0.08);
}

.is-internal .conteudo .content-album.content-album--logos .photo img {
width: 100%;
max-height: 118px;
padding: 0;
border: 0;
box-shadow: none;
aspect-ratio: 4 / 3;
object-fit: contain;
}

@media (max-width: 420px) {
.is-internal .conteudo .content-album.content-album--logos .album-photos {
gap: 10px;
}

.is-internal .conteudo .content-album.content-album--logos .photo a {
min-height: 104px;
padding: 8px;
}

.is-internal .conteudo .content-album.content-album--logos .photo img {
max-height: 104px;
}
}

/* Footer redesign */
.footer {
display: block;
width: 100%;
max-width: none;
margin: 54px 0 0;
padding: 26px 0 30px;
background: linear-gradient(180deg, #f4faf5 0, #e8f6ec 100%);
border-radius: 0;
box-shadow: none;
color: #dcefe2;
text-align: left;
}

.footer-card {
display: grid;
grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.1fr) minmax(220px, 0.75fr);
gap: 42px;
align-items: start;
width: min(1172px, calc(100% - 24px));
margin: 0 auto 18px;
padding: 38px 36px 40px;
background: linear-gradient(110deg, #071a10 0%, #0f2f1e 52%, #1b7f43 100%);
border-radius: 9px;
box-shadow: 0 20px 44px rgba(12, 47, 27, 0.18);
}

.footer-brand h2 {
margin: 0 0 14px;
color: #ffffff;
font: bold 22px/1.2 Arial, Helvetica, sans-serif;
}

.footer-brand p,
.footer-contact dd,
.footer-nav a {
color: #dcefe2;
font-size: 16px;
line-height: 1.65;
}

.footer-brand p {
max-width: 380px;
margin: 0;
}

.footer-nav {
display: flex;
flex-wrap: wrap;
gap: 12px 14px;
padding-top: 1px;
}

.footer-nav a {
font-weight: normal;
text-decoration: none;
}

.footer-nav a:hover,
.footer-nav a:focus,
.footer-contact a:hover,
.footer-contact a:focus {
color: #f1c66a;
}

.footer-contact dl,
.footer-contact dd {
margin: 0;
}

.footer-contact dt {
margin: 0 0 4px;
color: #f1c66a;
font-size: 16px;
font-weight: bold;
line-height: 1.25;
}

.footer-contact dd + dt {
margin-top: 10px;
}

.footer-contact a {
color: #dcefe2;
font-weight: normal;
text-decoration: none;
}

.footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
width: min(1172px, calc(100% - 24px));
margin: 0 auto;
color: #3d4b42;
font-size: 12px;
line-height: 1.4;
}

.footer-bottom p {
margin: 0;
color: inherit;
font-size: inherit;
}

.footer-credit {
display: inline-flex;
align-items: center;
gap: 8px;
text-align: right;
}

.footer-nsweb {
display: inline-flex;
align-items: center;
line-height: 0;
text-decoration: none;
}

.footer-nsweb img {
display: block;
width: 82px;
max-width: 100%;
height: auto;
}

@media (max-width: 820px) {
.footer-card {
grid-template-columns: 1fr;
gap: 24px;
padding: 30px 24px;
}

.footer-nav {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.footer-bottom {
align-items: flex-start;
flex-direction: column;
}

.footer-credit {
text-align: left;
}
}

@media (max-width: 460px) {
.footer {
margin-top: 38px;
padding: 18px 0 24px;
}

.footer-card {
width: calc(100% - 20px);
padding: 26px 20px;
}

.footer-brand h2 {
font-size: 21px;
}

.footer-brand p,
.footer-contact dd,
.footer-nav a,
.footer-contact dt {
font-size: 15px;
}

.footer-nav {
grid-template-columns: 1fr;
gap: 8px;
}

.footer-bottom {
width: calc(100% - 20px);
}
}
